.del-basket {
    background-position:-377px -333px;
    width: 22px;
    height: 22px;
}
.del-basket:hover {
    background-position: -409px -333px;
    opacity: 0.8;
}
.del-basket:active {
    background-position: -441px -333px;
}
#error_delivery {
    /*display: none;*/
    width: 200px;
    background-color: #f94208;
    color: white;
    display: none;
    margin-left: 320px;
    position: absolute;
    padding: 10px 20px;
    font-size: 17px;
}


.basket-notice {
    background-color: #fffcfa;
    border: 1px solid #f5e5d2;
    text-align: left;
    margin: auto;
    width: 600px;
    padding: 5px 15px 15px 15px;
}
.basket-notice .notice {
    text-align: center;
    margin-bottom: 5px;
}
.basket-notice .notice a {
    font-weight: bold;
}
.free_delivery {
    font-size: 15px;
    margin: 15px 0 0px 0;
    color: gray;
    text-align: center;
}
.free_delivery b {
    font-weight: bold;
    color: red;
    vertical-align: top;
}
.less {
    background: url(/images/fronted/sprite.png) no-repeat -39px -291px;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 0;
    text-decoration: none;
    vertical-align: top;
}
.less:hover {
    background-position: -78px -291px;
}
.less:active {
    background-position:  -118px -291px;
}

.more {
    background: url(/images/fronted/sprite.png) no-repeat -39px -327px;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 0;
    text-decoration: none;
    vertical-align: top;
}
.more:hover {
    background-position: -78px -327px;
}
.more:active {
    background-position: -118px -327px;
}

#order_form {
    display: none;
}

#order_button {
    margin-top: 20px;
    text-align: center;
}
#order_button button {
    background-position:  -36px -594px;
    width: 170px;
    height: 32px;
}
#order_button button:hover {
    background-position: -215px -594px;
}
#order_button button:active {
    background-position: -395px -594px;
}

#basket_table label {
    display: block;
}



body .basket-table {
    border: 1px solid #CCCCCC;
}

body .basket-table {
    margin: 3px auto 7px auto;
    font: 15px Arial,Helvetica,sans-serif;
    ;
    color:#6b6b6b;
    border-collapse: collapse;
    border: 0;
    padding: 0;
}

body .basket-table td img {
    border: 1px solid #C7CCDF;
    vertical-align: middle;
}
body .basket-table td img:hover {
    opacity: 0.8;
}
body .basket-table td a {
    text-decoration: none;
    color: #171717;
}
body .basket-table td a:hover {
    text-decoration: underline;
}
body .basket-table td {
    padding: 5px 5px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}
body .basket-table tr:nth-child(odd) td   {
    background-color: #C4D4EE;
}
body .basket-table tr:nth-child(even) td  {
    background-color: #F5F5F5;
}
body .basket-table tr:nth-child(even) td:nth-child(even)   {
    background-color: #F8F8F8;
}
body .basket-table tr:nth-child(odd) td:nth-child(even)   {
    background-color: #C4D4EE;
}
body .basket-table tr:first-child td:nth-child(even), body .basket-table tr:first-child td {
    background-color: #102983;
    color: white;
    font:  16px Arial;
}

body .basket-table tbody:last-child td:nth-child(even), body .basket-table tbody:last-child td {
    /*background-color: white;*/
    padding-bottom: 10px;
    color:black;
}
body .basket-table tbody:first-child tr:last-child td:first-child {
    /*    border-radius: 0 0 0 10px;*/
}
body .basket-table tbody:first-child tr:last-child td:last-child {
    /*    border-radius: 0 0 10px 0 ;*/
}



#basket {
    width: 130px;

    height: 82px;
    position: relative;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 62px;
    /*margin-right: 8px;*/
    position: relative;
    color: white;
    border: 1px solid #3c3c3c;
}
#basket-img {
    left: 15px;
    top: 26px;
    width: 29px;
    height: 27px;
    position: absolute;
}
#basket:hover {
    cursor: pointer;
}
.basket-h {
    padding-top: 12px;
    font: bold 16px "Open Sans", Arial, sans-serif;
}
.basket-h a {
    color: white;
}
.basket-desc {
    font:  13px "Open Sans", Arial, sans-serif;
}
body #basket_detailed .order-block td td {
    font-size: 15px;
    text-align: left;
    padding: 4px;
}
body #basket_detailed .order-block {

}
body #basket_detailed .order-block>tr>td {
    background-color: #F3F4EF;
    width: 100%;
    padding: 20px 0px 20px 20px;
    margin: 10px 0;
    border-bottom: 20px solid white;
}
body #basket_detailed .order-block h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 1em;
    text-align: left;
    padding-bottom: 12px;
}
.delivery_radio {
    display: inline-block;
    padding-top: 5px;
    vertical-align: top;
}
.delivery_icon {
    display: inline-block;
    vertical-align: top;
}
@media only screen and (max-width : 1050px) {
    .delivery_desc {
        width: 500px;
    }
}

.delivery_desc {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    color: black;
    font-size: 19px;
    width: 700px;
}
.delivery_desc div {
    font-size: 13px;
    color: gray;
}
.delivery_desc .delivery_date {
    font-size: 13px;
}
.delivery_child {
    padding-left: 60px;
    display: none;
}
.delivery_child .delivery_desc {
    margin-left: 5px;
    width: 560px;
}

.delivery_service {
    display: none;
}



body #method_payments {
    text-align: left;
}
body #method_payments label:hover, .label-hover {
    opacity: 0.8;
}
body #method_payments label * {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
}
body #method_payments label input {
    display: none;
}
body #method_payments label img {
    margin-right: 10px;
}
body #method_payments label {
    vertical-align: middle;
    width: 680px;
    display: inline-block;

}
body #method_payments label div {
    width: 515px
}
body #method_payments label div b {
    font-size: 15px;
}
body #method_payments label div * {
    display: block;
}

#coupon_result {
    font-size: 0;
}

#coupon_style {
    color: red;
    font-size:  24px;
}
#coupon_style span {
    font-size: 21px;
}

#payment-block {
    display: none;
}