.product {
    margin: 0 20px 10px 20px;
    float: left;
    text-align: center;
    cursor: pointer;
    max-width: 400px;
    min-width: 400px;
    min-height: 350px;
}

.offer {
    margin: 0 20px 10px 20px;
    text-align: center;
    display: inline-block;
    max-width: 400px;
    min-width: 400px;
    min-height: 350px;
}

.offer img {

}

#cfg h3 {
    margin: 0;
}

#cfg .table {
    margin: 0;
}

#cfg table.offer-options label {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e6f;
}

#cfg table.offer-options select {
    min-height: 32px;
    padding: 3px;
    color: #2c3e6f;
    font-size: 14px;
    font-weight: bold;
    min-width: 100px;
}

#cfg table.offer-options tr td, #cfg table.offer-options tr th {
    border: none;
    text-align: left;
}

#cfg table.table tr td, #cfg table.table tr th {
    border: none;
    vertical-align: top;
    font-size: 14px;
}

#cfg table.table-shoes tr td, #cfg table.table-shoes tr th {
    vertical-align: middle;
}

#cfg table.table tr th {
    text-align: left;
    margin: 0;
    padding: 0;
}

#cfg table.offer-options input {
    min-width: 100px;
    min-height: 38px;
    padding: 3px 6px;
    max-width: 100px;
}

#cfg .cart-add {
    color: white;
    background: #2c3e6f;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    height: 38px;
    border: none;
    line-height: 37px;
    padding: 0 15px;
    cursor: pointer;
}

#cfg .shoes-button {
    color: white;
    background: #4e68d7;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    height: 38px;
    border: none;
    line-height: 37px;
    padding: 0 10px;
    cursor: pointer;
    min-width: 130px;
    /* margin: 4px 0; */
    font-size: 13px;
    font-family: Calibri, Tahoma, sans-serif;
}

#cfg .cart-add-input {
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
    text-align: center;
}

#cfg .make-order, #cfg .send-order {
    color: white;
    background: #F1564D;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    height: 38px;
    border: none;
    line-height: 37px;
    padding: 0 15px;
    cursor: pointer;
}

#cfg .basket-inset td, #cfg .basket-inset th {
    text-align: left;
    font-size: 14px;
    font-family: Calibri, Tahoma, sans-serif;
}

#cfg table.basket-inset td, #cfg table.basket-inset th {
    border: 1px solid #ccc !important;
    padding: 3px !important;
    text-align: left !important;
}

#cfg .basket-inset .delete {
    width: 15px;
    height: 15px;
    background: url(/local/templates/main/images/delete-icon.png) no-repeat center;
    cursor: pointer;
    margin: 5px 0 2px 5px;
}

#cfg #order-form {
    max-width: 400px;
    text-align: left;
}

#cfg #order-form input {
    border: 1px solid #c4c4c4;
    padding: 0 10px;
    outline: none;
    margin: 10px 0 20px 0;
    width: 100%;
    height: 40px;
}

#cfg #order-form textarea {
    border: 1px solid #c4c4c4;
    outline: none;
    margin: 10px 0 0 0;
    width: 100%;
    height: 100px;
    padding: 10px;
    resize: none;
}

#cfg #order-form .req {
    color: #F1564D;
}

#cfg #order-form .error-text {
    background: #f1847b;
    color: #fff;
    padding: 10px;
    line-height: 1em;
}

#cfg .popup-window-local {
    width: 100%;
    position: absolute;
    top: 120px;
    left: 0;
    background: none;
}

#cfg .popup-window-local .frame {
    background: white;
    margin: 0 auto;
    position: relative;
    z-index: 9999999;
    width: 55em;
    height: 50em;
    overflow-y: auto;
}

#cfg table.offer-options input.search-shoes {
    width: 25em;
    max-width: 45em;
    height: 38px;
}

#cfg tr.shoes-item td.table-shoes__image {
    min-width: 85px;
}

#cfg tr.shoes-item td.table-shoes__image img {
    min-width: 85px;
}

#cfg .shoes__name, #cfg .shoes__article, #cfg .shoes__price {
    font-size: 14px;
}

#cfg .shoes__btn {
    text-align: right;
    max-width: 160px;
    overflow: hidden;
}

#cfg .offer-price {
    float: left;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin: 0 10px 0 0;
    color: #2c3e6f;
    font-weight: bold;
}

#cfg .product__name {
    font-weight: bold;
    color: #282828;
}

#cfg .offer__article {
    font-weight: bold;
    color: #282828;
    font-size: 16px;
}

#cfg .product__price {
    font-weight: bold;
    color: #2c3e6f;
}

#cfg .product__image {
    max-width: 400px;
    min-height: 450px;
    max-height: 450px;
}

#cfg .not-base-model {
    display: inline-block;
    background: transparent;
    height: 31px;
    border: 1px dashed transparent;
    margin-bottom: 5px;
}

#cfg .base-model {
    background: #feffd7;
    padding: 5px 10px;
    border: 1px dashed #ccc;
    margin-bottom: 5px;
}