@charset "UTF-8";
button {
    outline: none !important;
}

.orders-row {
    max-width: 1080px;
    margin: 0 -35px;
}

.orders-row > div[class^="col-"] {
    padding: 0 35px;
}

.orders-wrap {
    max-width: 1080px;
    margin: 0 auto;
    color: #444;
}

.order-welcome {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.order-welcome span {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 3px;
}

.order-discount {
    margin-bottom: 45px;
}

.order-discount strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 22px;
}

.discount-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 15px;
}

.discount-value span {
    display: inline-block;
    margin-right: 25px;
    height: 62px;
    padding: 10px 15px;
    background-color: #e70324;
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
}

.orders-list h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 25px 0;
    font-weight: bold;
}

.orders-list .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.orders-list .panel + .panel {
    margin-top: 2px;
}

.order-head {
    background-color: #eff2f7;
}

.order-head > a {
    display: block;
    padding: 20px 20px 15px 65px;
    position: relative;
    color: #444;
}

.order-head > a:hover, .order-head > a:focus {
    text-decoration: none;
}

.order-head > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -8px;
    width: 12px;
    height: 12px;
    border-left: 1px solid #4e4e4f;
    border-bottom: 1px solid #4e4e4f;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.order-head > a.collapsed:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.order-head-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 9px;
}

.order-head-top span {
    font-weight: 700;
    text-transform: uppercase;
}

.order-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: flex-end;
    flex-direction: flex-end;
}

.order-status span {
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    height: 20px;
    padding: 3px 6px;
    line-height: 14px;
    text-transform: uppercase;
}

.order-status span + span {
    margin-left: 10px;
}

.label-ready {
    background-color: #6ad471;
    color: #fff;
}

.label-done {
    background-color: #6ad471;
    color: #fff;
}

.label-approved {
    background-color: #a3d846;
    color: #fff;
}

.label-cancelled {
    background-color: #ff4f68;
    color: #fff;
}

.label-new {
    background-color: #ab6aaf;
    color: #fff;
}

.label-not-paid {
    border: 1px solid #999999;
    color: #666;
}

.order-head-btm {
    font-size: 12px;
    color: #888;
}

.order-body {
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

.order-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px;
    max-width: 80%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 20px;
}

.order-row:last-child {
    margin-left: 0;
}

.order-row + .order-row {
    border-top: 1px solid #d8d8d8;
}

.order-row-total {
    max-width: 100%;
}

.col-name {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-inf {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}

.col-inf p {
    margin: 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-inf p + p {
    margin-top: 10px;
}

.col-inf p strong {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
    max-width: 88px;
}

.col-inf p span {
    display: inline-block;
}

.col-qty {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    text-align: center;
}

.col-price, .col-total, .col-summ {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    text-align: center;
}

.col-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-btn {
    height: 32px;
    border: 0;
    color: #fff;
    background-color: #e70324;
    display: block;
    padding: 6px 15px;
    text-align: center;
    width: max-content;
}

.order-btn:hover,
.order-btn:focus,
.order-btn:visited {
    color: #fff;
    background-color: #cc0522;
    text-decoration: none;
}

.order-btn:disabled {
    background-color: #999;
}

.col-summ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col-summ {
    font-weight: bold;
}

.user-nav {
    margin: 0;
    padding: 0;
}

.user-nav li {
    display: block;
    font-size: 15px;
}

.user-nav li a {
    display: inline-block;
    color: #1f4f8f;
    padding: 7px 0 7px 20px;
    border-left: 1px solid #d8d8d8;
}

.user-nav li a:hover,
.user-nav li a:focus {
    border-color: #a5a5a5;
    text-decoration: none;
    background-color: #fff;
}

.user-nav-top {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    margin: 0 -15px 15px -15px;
    display: block;
    overflow: auto;
    white-space: nowrap;
    border-bottom: 1px #d8d8d8 solid;
    padding: 0 10px;
}

.user-nav-top::-webkit-scrollbar {
    width: 0;
    height: 0
}

.user-nav-top::-webkit-scrollbar-thumb {
    background: transparent
}

.user-nav-top::-webkit-scrollbar-track {
    background-color: transparent
}

.user-nav-top li {
    display: inline-block;
    margin: 0 10px;
}

.user-nav-top li a {
    display: inline-block;
    border: 0;
    padding: 15px 0;
}

.user-nav-top li.active a {
    border-bottom: 2px #444444 solid;
    color: #444444;
    font-weight: 700;
}

.cart-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
}

.cart-head a {
    font-size: 15px;
    margin-bottom: 5px;
}

.btn-proceed {
    margin: 20px 0 !important;
    font-size: 15px !important;
}

.cart-proceed {
    /*display: none;*/
}

.cart-proceed.js-visible {
    display: block;
}

.cart-proceed-note {
    padding-left: 25px;
}

.cart-proceed-note:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 18px;
    top: 10px;
    margin-top: -11px;
    left: 22px;
    background: url(../img/icons.png) -22px -20px no-repeat;
    opacity: 0.5;
}

.cart-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
    height: 150px;
}

.cart-row + .cart-row {
    border-top: 1px dotted #bbbbbb;
}

.cart-row .remove-btn {
    display: block;
    position: absolute;
    font-size: 13px;
    color: #888;
    right: 25px;
    bottom: 15px;
}

.cart-row.cart-row-has-parent .cart-img {
    padding-left: 100px;
    position: relative;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.cart-row.cart-row-has-parent .cart-name {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
    font-weight: 300;
}

.cart-row.cart-row-has-parent .cart-img:before {
    content: '+';
    position: absolute;
    top: calc(50% - 30px);
    left: 45px;
    font-size: 40px;
    color: #777777;
    font-weight: 200;
}

.cart-row.cart-row-has-parent.cart-row-has-parent-incomplete .cart-text {
    margin-left: 120px;
}
.cart-row.cart-row-has-parent.cart-row-has-parent-incomplete .cart-text a {
    cursor: pointer;
}


.cart-row.cart-row-has-parent.cart-row-has-parent-incomplete .cart-text .add-cart-success {
    background: transparent !important;
}

.cart-row.cart-row-has-parent.cart-row-has-parent-incomplete .cart-text:before {
    content: '+';
    position: absolute;
    top: calc(50% - 40px);
    left: 70px;
    font-size: 40px;
    line-height: 56px;
    color: #777777;
    font-family: "Roboto";
    font-weight: 300;
}

.cart-row-gift .cart-qty {
    opacity: 0;
}

@media (max-width: 767px) {
    .cart-row.cart-row-has-parent .cart-img:before {
        left: 35px;
    }

    .cart-row.cart-row-has-parent .cart-img {
        padding-left: 75px;
    }

    .cart-row.cart-row-has-parent .cart-name {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }
}

@media (max-width: 400px) {
    .cart-row.cart-row-has-parent .cart-img:before {
        left: 15px;
    }

    .cart-row.cart-row-has-parent .cart-img {
        padding-left: 45px;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cart-row.cart-row-has-parent .cart-name {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}

@media (max-width: 1199px) {
    .cart-row .remove-btn {
        display: block;
        position: absolute;
        font-size: 13px;
        color: #888;
        right: 25px;
        bottom: 15px;
    }
}

@media (max-width: 577px) {
    .cart-row .remove-btn {
        top: 31px;
        right: 0;
    }
}

.cart-addon {
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    padding: 26px 0px 30px 30px;
}

.cart-addon .cart-in {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    padding-left: 15px;
}

.cart-addon .cart-img {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-addon .cart-img img {
    max-width: 60px;
}

.cart-addon .cart-name {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    font-size: 13px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.cart-name a,
.cart-name a:hover {
    color: #444;
}

.cart-addon strong {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.cart-addon .jcf-select {
    height: 30px;
}

.cart-addon .jcf-select .jcf-select-text {
    line-height: 30px;
}

.cart-addon .jcf-select .jcf-select-opener:after {
    top: 8px !important;
}

.cart-addon .jcf-drop-active .jcf-select-opener:after {
    top: 14px !important;
}

.cart-addon .jcf-select .jcf-select-opener {
    width: 20px;
}

.cart-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-inner .cart-inner-lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    max-width: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-inner .cart-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    max-width: 56px;
    font-size: 13px;
    text-align: left;
}

.cart-inner .cart-qty {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    padding-left: 15px;
}

.cart-inner .cart-summ {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    font-size: 13px;
}

.cart-inner .jcf-select .jcf-select-text {
    font-size: 13px;
}

.cart-inner .jcf-list {
    font-size: 13px !important;
}

.cart-inner .jcf-list .jcf-option {
    padding: 8px 10px !important;
}

.addon-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.addon-row .cart-inner .cart-price {
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    max-width: 45px;
}

.addon-row .cart-inner .cart-qty {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    padding-left: 25px;
}

.cart-img {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    height: 100px;
}

.cart-img img {
    max-width: 100%;
    max-height: 100%;
}

.cart-row-has-parent .cart-img {
    height: initial;
}

.cart-name {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
}

.cart-qty {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
    padding-left: 26px;
    position: relative;
}

.cart-quantity-raw span {
    padding-left: 10px;
}

.cart-price {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    text-align: center;
}

.cart-summ {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}

.cart-summ-gift {
    text-transform: uppercase;
    font-size: 14px;
    color: #4CAF50;
}

.cart-wrap .jcf-select {
    border: 0;
    border-bottom: 2px solid #dadada;
}

.cart-wrap .jcf-select .jcf-select-opener:after {
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}

.cart-wrap .jcf-drop-active .jcf-select-opener:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 14px;
}

.cart-wrap .jcf-drop-active {
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.cart-wrap .jcf-select-drop .jcf-select-drop-content {
    border: 0;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    z-index: 1000;
}

.cart-wrap .jcf-select .jcf-select-drop {
    min-width: 100%;
    left: 0;
    right: 0;
}

.cart-wrap .jcf-list {
    font-size: 15px;
}

.cart-wrap .jcf-list .jcf-option {
    padding: 8px 12px;
}

.cart-wrap .jcf-select .jcf-select-text {
    margin-left: 10px;
}

.cart-wrap .jcf-select-drop .jcf-hover, .cart-wrap .jcf-list-box .jcf-selected {
    background: #eff2f7;
    color: #666;
}

.cart-remove {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4%;
    flex: 0 0 4%;
    max-width: 4%;
    text-align: right;
    font-size: 28px;
}

.cart-remove a {
    color: #9c9c9c;
}

.cart-remove a:hover {
    text-decoration: none;
}

.cart-title-block {
    padding: 0 0 20px 0;
}

.cart-title-block strong {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 10px 0 20px;
}

.cart-title-block span {

}

.cart-title {
    font-size: 16px;
    font-weight: 300;
}

.cart-title strong {
    display: inline-block;
    text-transform: uppercase;
    font-size: 30px;
    margin-right: 15px;
}

.cart-price {
    font-size: 15px;
}

.btn-outline {
    border: 1px solid #1f4f8f;
    text-transform: uppercase;
    color: #1f4f8f;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background-color: transparent;
    white-space: nowrap;
    border-radius: 2px;
}

.btn-outline:hover {
    text-decoration: none;
    background-color: #1f4f8f;
    color: #fff;
}

.radio-set {
    margin: 0;
    padding: 0 0 10px 0;
}

.radio-set li {
    display: block;
    position: relative;
    margin: 8px 0;
}

.radio-set label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 0;
    font-weight: normal;
    font-size: 15px;
}

.radio-set input[type="radio"], .radio-set input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
}

.radio-set input[type="radio"]:checked + label:before, .radio-set input[type="checkbox"]:checked + label:before {
    border-color: #337ab7;
    background-color: #337ab7;
}

.agree {
    position: relative;
    font-size: 12px;
    margin: 25px 0 25px 2px;
}

.agree .form-group {
    margin-bottom: 25px;
}

.agree label {
    display: block;
    position: relative;
    margin: 0;
    font-weight: normal;
    font-size: 12px;
}

.agree label.jcf-label-active:before {
    content: '';
    display: block;
    width: 17px;
    height: 20px;
    border-bottom: 2px solid #059803;
    position: absolute;
    left: 1px;
    top: -2px;
}

.agree label.jcf-label-active:after {
    content: '';
    display: none;
    position: absolute;
    width: 12px;
    height: 6px;
    border-left: 1px solid #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
    left: 5px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.agree input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
}

.agree input[type="checkbox"]:checked + label:after {
    display: block;
}

.materialize-form .cart-section label {
    font-size: 15px;
}

span.jcf-radio, span.jcf-radio input {
    cursor: pointer;
}

#orderform-shipping_type_id label,
#orderform-payment_type_id label {
    padding: 2px 10px 2px 25px;
}

#orderform-shipping_type_id .jcf-label-active,
#orderform-payment_type_id .jcf-label-active {
    background-color: #eff2f7;
    padding: 12px 10px 10px 25px;
    margin-bottom: 7px !important;
    border-radius: 3px;
}

#shippingInfoTc .has-success:after,
.field-orderform-shipping_type_id.has-success:after,
.field-orderform-payment_type_id.has-success:after {
    display: none !important;
}

/*#orderform-shipping_type_id label {
    text-transform: uppercase;
}*/

#orderform-shipping_type_id label div {
    text-transform: none;
}

.cart-section {
    padding: 30px 30px 10px 30px;
    margin-bottom: 10px;
    background-color: #fff;
}

.section-shipping {
    margin: -10px 0 10px 0;
    position: relative;
}

.section-shipping.section-shipping-cdek .hidden-block {
    display: block;
    position: absolute;
    top: -40px;
    opacity: 0 !important;
}

#shippingInfoTc .help-block {
    display: none;
}

#shippingTcErrorContainer {
    margin-top: 5px;
    padding-left: 0;
    display: none;
    font-size: 14px;
    text-transform: uppercase;
}

.cart-section.section-shipping {
    padding-bottom: 15px;
}

.section-shipping .order-shops-list label {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    padding: 10px 30px;
    background-color: #f9f9f9;
    margin-bottom: 8px;
    overflow: hidden;
}

.section-shipping .order-shops-list label:hover {
    box-shadow: 4px 4px 5px -2px rgba(204, 204, 204, 0.6);
    background-color: #eff2f7;
    transition: 0.5s;
}

.section-shipping .order-shops-list label a {
    display: none;
    float: right;
    margin-top: -24px;
    color: #9e9e9e;
}

.section-shipping .order-shops-list label a.affiliate-contact-link {
    display: inline;
}

.section-shipping .order-shops-list label.jcf-label-active {
    background-color: #00a8a6;
    color: #fff;
}

.section-shipping .order-shops-list label.jcf-label-active a {
    color: #ffffffc2;
}

@media (max-width: 767px) {
    .section-shipping .order-shops-list label a.affiliate-contact-link {
        display: block;
        position: relative;
        float: left;
        margin-top: 0;
    }

    .section-shipping .order-shops-list label.jcf-label-active a[data-role="order-change-shop"] {
        display: block;
        position: absolute;
        bottom: 10px;
        right: 15px;
    }

    .cdek-choose-selected {
        margin: 15px 0 35px 0;
    }
}


.section-shipping .section-title-second {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: none
}

.cart-hint p {
    margin: 0;
}

.cdek-choose-selected {
    box-shadow: 4px 4px 5px -2px rgba(204, 204, 204, 0.6);
    background-color: #eff2f7;
}

.cdek-choose-button {
    display: block;
}

.cdek-choose-selected {
    display: none;
    position: relative;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #666;
    padding: 10px 30px;
    box-shadow: 4px 4px 5px -2px rgba(204, 204, 204, 0.6);
    background-color: #eff2f7;
    margin-bottom: 8px;
}

.cdek-choose-selected a {
    float: right;
    margin-top: -24px;
    color: #9e9e9e;
}

.section-shipping .order-shops-list span.jcf-radio {
    display: none;
}

.cart-section .cart-section-title strong {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
}

.cart-section .form-group {
    margin-bottom: 25px;
    position: relative;
}

.cart-section .jcf-select {
    border-width: 0 0 2px 0;
    border-color: #dadada;
}

.cart-section .section-shipping strong {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 13px;
}

.section-shipping span.city-title {
    font-weight: bold;
}

.section-shipping span.city-title i {
    margin-right: 5px;
}

.cart-section .form-control, .order-block .form-control {
    border: none;
    border-bottom: 1px dotted #bbbbbb;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 17px;
    padding: 0 20px 2px 12px;
    height: 38px;
}

.cart-section .form-control:focus, .order-block .form-control:focus {
    border-color: #666666;
}

.cart-section .form-control::-webkit-input-placeholder, .order-block .form-control::-webkit-input-placeholder,
.cart-section .form-control::-moz-placeholder, .order-block .form-control::-moz-placeholder,
.cart-section .form-control:-ms-input-placeholder, .order-block .form-control:-ms-input-placeholder,
.cart-section .form-control:-moz-placeholder, .order-block .form-control:-moz-placeholder
 {
    opacity: 1;
    color: #999999;
    font-size: 17px;
}

.cart-section .has-success:after, .order-block .has-success:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 6px;
    border-left: 1px solid #059803;
    border-bottom: 1px solid #059803;
    right: 5px;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cart-section .has-success .form-control, .order-block .has-success .form-control,
.has-success .jcf-select {
    border-color: #059803;
}

.field-shippingcourierform-city.has-success:after {
    display: none;
}

.jcf-option-hideme {
    text-transform: uppercase;
    color: #999999;
}

.delivery-map {
    margin: 10px 0 20px 0;
}

.cart-hint {
    font-size: 12px;
    margin: 10px 0 5px 0;
}

.jcf-unchecked + .cart-hint,
.jcf-unchecked + span + .cart-hint {
    display: none;
}

.jcf-checked + .cart-hint,
.jcf-checked + span + .cart-hint {
    display: block;
}

.jcf-select-drop .jcf-option-hideme, option.hideme {
    display: none;
}

.btn-submit {
    background-color: #004e8e;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    height: 40px;
    width: 240px;
    font-weight: bold;
}

.btn-submit span {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.btn-submit span:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.order-block {
    background-color: #eff2f7;
    padding: 10px 10px 10px 10px;
}

.order-block + .order-block {
    margin-top: 20px;
}

.asymp {
    display: block;
    position: absolute;
    left: -15px;
    top: 0px;
    font-size: 16px;
}

.block-title {
    font-size: 16px;
    margin-bottom: 22px;
    padding-left: 10px;
    padding-top: 13px;
}

.block-title span {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.block-title span.dvizh-cart-count-formatted {
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
}

.order-block {
    background-color: #eff2f7;
}

.order-block .form-group {
    margin-bottom: 0;
}

.block-body {
    background-color: #fff;
    padding: 10px 20px;
}

.block-body ul {
    margin: 0;
    padding: 0;
}

.block-body ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 0 9px 0;
    color: #666;
}

.block-body ul li:last-child {
    font-weight: bold;
}

.block-body ul:last-child li:last-child {
    border-top: 3px solid #ebebeb;
    padding-top: 15px;
    margin-top: 15px;
}

.orders-wrap .block-body ul:last-child li:last-child {
    margin-top: 0;
}

.block-body ul li + li {
    border-top: 1px dotted #bbbbbb;
}

.block-not-strong ul li {
    font-weight: normal !important;
    padding-top: 10px !important;
    border-top: none !important;
}

.btn-hint {
    padding: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
    text-align: center;
}

.popover-content {
    padding: 20px 20px 0 20px;
}

.popover-content p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin: 0 0 20px 0;
}

.popover {
    border-radius: 0;
    min-width: 280px;
}

.popover b {
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 10px 0;
}

.popover-title {
    background-color: transparent;
    font-size: 20px;
    font-weight: bold;
    border: 0;
    margin: 0;
    text-transform: uppercase;
    padding: 25px 20px 0 20px;
}

.popover-title h3 {
    margin: 0;
}

th .btn-hint {
    border: 1px solid #c70202;
    color: #c70202;
    margin-left: 3px;
}

.btn-hint-blue + .popover {
    min-width: initial;
    background-color: #004e90;
}

.btn-hint-blue + .popover.top > .arrow:after {
    border-top-color: #004e90;
}

.btn-hint-blue + .popover .popover-content {
    padding: 10px;
}

.btn-hint-blue + .popover .popover-content p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 13px;
}

.btn-hint-blue + .popover .popover-content a {
    color: #fff;
    transition: 1s;
}

.btn-hint-blue + .popover .popover-content a:hover {
    text-decoration: none !important;
    border-bottom: 1px #22900e solid;
}

.btn-hint-compact + .popover {
    min-width: initial;
}

.btn-hint-compact + .popover .popover-content {
    padding: 10px;
}

.btn-hint-compact + .popover .popover-content p {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Roboto;
    color: #999;
}

.btn-hint-compact + .popover .popover-content a {
    transition: 1s;
    font-weight: 400;
}

.btn-code {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-weight: bold;
}

.btn-code button {
    margin-left: 10px;
}

.promo-code .form-group {
    margin-top: 20px;
    border-top: 1px dotted #bbbbbb;
    padding-top: 15px;
}

.promo-code p {
    margin: 7px 0 15px 0;
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

.promocode-error {
    display: none;
    color: #cc0522;
    font-size: 12px;
    width: 100%;
    height: 14px;
    overflow: hidden;
}

.current-promocode {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 10px 0 0 0;
    color: #0f9d58;
}

.btn-apply {
    width: 100%;
    display: block;
    font-size: 14px;
    background-color: #222;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    border: 0;
    margin-bottom: 10px;
    border-radius: 0;
    margin-top: 15px;
    text-decoration: none;
    line-height: 28px;
    transition: 0.7s;
}

.btn-black {
    width: 100%;
    display: block;
    font-size: 14px;
    background-color: #222;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    transition: 0.7s;
}

.btn-black:hover,
.btn-black:focus {
    background-color: #444;
}

.btn-yellow {
    background-color: #f9c900;
    border: none;
    color: #000 !important;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #c6a103;
}

.btn-cyan {
    background-color: #00a8a6;
    border: none;
}

.btn-cyan:hover,
.btn-cyan:focus {
    background-color: #028c8a;
}

.btn-red, .btn-red:visited {
    position: relative;
    width: 100%;
    display: block;
    font-size: 14px;
    background-color: #d81b14;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.7s;
}

.btn-red:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 18px;
    top: 50%;
    margin-top: -10px;
    left: 23px;
    background: url(../img/icons.png) 0 -20px no-repeat;
}

.btn-red:hover {
    background-color: #b31b14;
}

.popover-content .btn-black {
    text-decoration: none;
    margin-top: 15px;
    padding: 10px;
    border: 0;
}

.side-nav-title {
    margin-top: 20px;
    display: block;
    font-weight: 500;
}

.side-nav {
    margin: 10px 0 15px 0;
    padding: 0;
}

.side-nav li {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.side-nav-img img {
    max-width: 100%;
}

.thx-section {
    padding-bottom: 30px;
}

.thx-section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.thx-section strong {
    color: #444;
    margin-bottom: 20px;
}

.thx-section .order-number {
    margin-bottom: 20px;
}

.thx-section p {
    margin: 0;
    line-height: 25px;
}

.thx-section p span {
    font-weight: 500;
}

.thx-section p a, .note a {
    text-decoration: underline;
}

.thx-section p a:hover {
    text-decoration: none;
}

.thx-title {
    text-transform: uppercase;
    padding-left: 77px;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #164fa3;
    margin-bottom: 40px;
}

.thx-title:before {
    content: '';
    display: block;
    width: 54px;
    height: 36px;
    background: url("/img/logo-small.png") 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.map-box {
    margin-bottom: 33px;
}

.thx-detail {
    margin: 0 0 40px 0;
    padding: 0;
}

.thx-detail li {
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 16px;
}

.thx-detail li.locate:before {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 16px;
    left: 3px;
    top: 5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAMAAAD3Y3VMAAAAOVBMVEUFFzEAAAAFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzFYyIWyAAAAE3RSTlNlAFs3WD8JUgREKiYaEUg8MCQUMEHEUgAAAGFJREFUCNdNzEkOxSAMBNEug4FMf8j9DxtMiBQvrKdatOBwU04FxF/37eiYlBUtknzz/pNM+gCLuiIAKZCl2mg1eoTsvXSV1w6/6RVBHqyE9+FzGJ+74WKyNs2qjcd8x78AnqABkWdbMuoAAAAASUVORK5CYII=) 0 0 no-repeat;
}

.thx-detail li.time:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 5px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAALVBMVEUAAAAFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzEFFzFXdzNbAAAAD3RSTlMAZU45GTwRYVxVSggEP0XXHJjuAAAAdElEQVQI12NgYEieXmnGAARHBZs0BGOAjIUq3AecpBgYWGUZuAwYLhowJCowMAUwMIkxGDqAGCzCDDMYQAyGToYqIOOJS8JyhiIGBj5BwQXqICmG3buBUkDFQMAiDNIOBEDtrLJAGmggyAoGBicphKVwZwAA5lsXvqV+jQgAAAAASUVORK5CYII=") 0 0 no-repeat;
}

.thx-section li.note, .note-block {
    font-style: normal;
    margin-top: 10px;
    position: relative;
    padding-left: 25px;
    list-style: none;
    font-size: 16px;
}

.thx-section li.note:before, .note-block:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAMFBMVEUAAAAy2EYy2EYy2EYy2EYy2EYy2EYy2EYy2EYy2EYy2EYy2EYy2Eb////Q9tXN9tJO6ATLAAAADHRSTlMA+CsGldePvJDUmNg9s/3YAAAAYklEQVQI12NgYFALFE1iAAKTM0CwmIGBuQbEOG7AwHLmzLk/Z844MOicOXP2zpkzhxhyIIxjDDEQxlEGGQjjIIhx7g2QAZQCg5NAxWBwgkEHYs4huIFwK+CWAoHGRskmBgYAhbpNU0i6t1YAAAAASUVORK5CYII=") 0 0 no-repeat;
}

.thx-section .thx-detail li.note:before, .note:before {
    top: 3px;
}

.note-block {
    padding: 15px 0 0 25px;
    border-top: 1px #cccccc75 solid;
    font-weight: 500;
}

.note-block:before {
    top: 17px;
}

.go-back {
    text-align: right;
    margin-bottom: 23px;
    margin-top: 40px;
}

.block-body .final-list {
    border-bottom: 3px solid #ebebeb;
    padding-bottom: 25px;
    margin: 15px 0;
}

.block-body .final-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.block-body .final-list li + li {
    border: 0;
}

.block-body .final-list li:last-child span {
    padding-bottom: 0;
}

.block-body .final-list li span {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    font-weight: normal;
    padding: 3px;
    text-align: center;
    border-left: 1px dotted #bbbbbb;
}

.block-body .final-list li span:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
    text-align: left;
    border-left: 0px;
    font-weight: bold;
    padding-right: 15px;
}

.block-body .final-list li span:last-child {
    text-align: right;
}

.block-body .total li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 0;
}

.block-body .total li + li {
    border: 0;
}

.discount {
    color: #42b333;
}

.discount-zero {
    color: #d81b14;
}

.free-shipping {
    color: #d81b14;
}

.btn-pay {
    width: 100%;
    display: block;
    border: 0;
    background-color: #41C347;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
}

.btn-pay:disabled {
    background-color: #999999;
}

.btn-add {
    background-color: #1f4f8f;
    color: #fff;
    height: 32px;
    width: 100px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
}

.btn-add:hover, .btn-add:active, .btn-add:focus {
    color: #fff;
}

.btn-hide {
    height: 32px;
    background-color: transparent;
    color: #1f4f8f;
    font-size: 13px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100px;
}

.pre-rating {
    padding: 13px 30px 10px 0;
    display: block;
    float: left;
}

.market-rating {
    display: block;
}

.addon-confirm {
    font-size: 12px;
    text-align: center;
    color: #ff3030;
    border-top: 2px solid #ff3030;
    padding-top: 7px;
}

.remove {
    position: absolute;
    left: 0;
    top: 5px;
    color: #696969 !important;
    font-size: 18px;
}

.remove:hover {
    text-decoration: none;
}

.cart-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.not-available {
    color: #f53939;
    margin-right: 30px;
}

.cart-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.cart-section-title a {
    font-size: 15px;
    color: #1f4f8f;
}

.cart-section .form-group label {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .btn-outline {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .cabinet {
        padding: 15px 0;
    }

    .order-welcome {
        margin: 0 -15px;
        padding: 15px;
        border: 0;
        background: #eff2f7;
    }

    .orders-row > div[class^="col-"] {
        padding: 0 15px;
    }

    .orders-row {
        margin: 0 -15px;
    }

    .order-row {
        margin: 0;
        display: block;
        padding: 10px 15px;
    }

    .order-row div[class^="col-"] {
        display: block;
        max-width: 100%;
        text-align: left;
    }

    .col-name:before {
        content: 'Товар:';
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin-right: 5px;
    }

    .col-qty:before {
        content: 'Количество:';
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin-right: 5px;
    }

    .col-price:before {
        content: 'Цена:';
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin-right: 5px;
    }

    .col-total:before {
        content: 'Итого:';
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin-right: 5px;
    }

    .col-summ:before {
        content: 'Сумма заказа:';
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin-right: 5px;
    }

    .col-summ {
        margin: 15px 0;
    }

    .col-inf {
        margin-top: 10px;
    }

    .order-head-top {
        display: block;
    }

    .order-name {
        margin-bottom: 10px;
        display: block;
    }

    .cart-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
        padding: 0 15px;
        font-size: 14px;
    }

    .cart-qty {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14%;
        flex: 0 0 14%;
        max-width: 14%;
    }

    .cart-price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
        font-size: 14px;
    }

    .cart-summ {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
        font-size: 14px;
    }

    .cart-title strong {
        font-size: 24px;
        width: 100%;
        padding-bottom: 8px;
    }

    .order-row {
        max-width: 90%;
    }

    .cdek-choose-selected a {
        float: right;
        margin-top: 0;
        color: #9e9e9e;
        position: absolute;
        bottom: -32px;
        right: 15px;
    }
}

@media (max-width: 577px) {
    .cart-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 200px;
        height: initial;
        padding-top: 35px;
    }

    .cart-row-has-parent {
        padding: 40px 0 25px 0;
    }

    .cart-row.cart-row-has-parent-incomplete {
        min-height: 70px;
        overflow: visible;
        height: initial;
    }

    .cart-row.cart-row-has-parent.cart-row-has-parent-incomplete .cart-text {
        margin-left: 75px;
    }

    .cart-row.cart-row-has-parent.cart-row-has-parent-incomplete .cart-text:before {
        left: 45px;
    }

    .cart-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        height: 80px;
    }

    .cart-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .cart-price, .cart-qty, .cart-summ {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .cart-remove {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .cart-price {
        text-align: right;
        padding-right: 20px;
    }

    .cart-head {
        display: block;
    }

    .cart-title {
        margin-bottom: 10px;
    }

    .btn-proceed {
        margin-bottom: 30px;
    }

    .cart-section {
        padding-bottom: 15px;
    }

    .cart-buttons {
        position: static;
        margin: 25px 0 0 0;
    }

    .cart-row.cart-row-has-parent .cart-img {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .cart-row.cart-row-has-parent .cart-name {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (max-width: 480px) {
    .order-welcome span {
        font-size: 24px;
        line-height: 34px;
    }

    .cart-section strong {
        font-size: 15px;
    }

    .block-body .final-list {
        font-size: 12px;
    }

    .stat-block .block-body {
        padding: 10px;
    }

    .cart-inner {
        display: block;
    }

    .cart-inner .cart-inner-lft {
        margin-bottom: 15px;
    }

    .cart-addon .cart-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .cart-addon .cart-in {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .cart-addon {
        padding: 15px;
    }

    .cart-addon strong {
        font-size: 12px;
    }

    .btn-hide {
        width: 80px;
    }
}

span[type=button] {
    cursor: pointer;
}

.firm-red {
    color: #d81b14;
}

.blink {
    overflow: hidden;
    display: block;
    position: relative;
}

.blink:after {
    content: "";
    opacity: 1;
    position: absolute;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    width: 100%;
    top: 0;
    height: 42px;
    left: -1000%;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(left, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(242, 242, 242, 0)), to(#f2f2f2));
    background: -o-linear-gradient(left, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: linear-gradient(to right, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2f2f2', endColorstr='#f2f2f2', GradientType=1);
    -webkit-animation-name: shine;
    animation-name: shine;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 2;
}

@-webkit-keyframes shine {
    0% {
        left: -1000%;
        opacity: 0;
    }
    100% {
        opacity: 1;
        left: 100%;
    }
}

@keyframes shine {
    0% {
        left: -1000%;
        opacity: 0;
    }
    100% {
        opacity: 1;
        left: 100%;
    }
}

/**
Cart 2022.11
 */
.orders-wrap {
    max-width: 100%;
}

.cart-wrap {
    background: #EFF2F7;
    padding: 10px;
}

.cart-head {
    padding: 15px 10px 20px 10px;
    margin: 0;
}

.cart-body {
    padding: 0 0 10px 0;
}

.cart-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.cart-title strong {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}

.cart-row .remove-btn {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.cart-row .remove-btn .icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    fill: #bbb;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cart-row .remove-btn:hover .icon {
    fill: #C01922;
}

.cart-row.cart-row-has-parent .cart-name {
    font-weight: 400;
}

.cart-row.cart-row-has-parent .cart-img:before {
    font-family: "Roboto";
    font-weight: 300;
    left: -65px;
}

.cart-row.cart-row-has-parent .cart-img {
    max-height: 100px;
}

.cart-row {
    padding: 20px 30px;
    background-color: #fff;
}

.cart-row-has-parent {
    border-top: 0 !important;
}

.cart-row .cart-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}

.cart-row.cart-row-has-parent .cart-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    padding: 0;
    margin-left: 100px;
    max-height: 100px;
}

.cart-img img {
    max-height: 100px;
}

.cart-row .cart-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    max-width: 100%;
}

.cart-row.cart-row-has-parent .cart-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    max-width: 100%;
}

.cart-qty {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
}

.cart-summ {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    text-align: left;
    padding-left: 30px;
}

.dvizh-cart-price-discount {
    background-color: #C01922;
    color: #fff;
    width: 30px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 11px;
    line-height: 22px;
    height: 18px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
}

.dvizh-cart-price-new {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #C01922;
    margin-top: 10px;
    display: block;
}

.dvizh-cart-price-old {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-decoration: line-through;
    color: #666;
    margin-top: 5px;
    display: block;
}

.materialize-form .btn.btn-primary {
    background: #222222;
}

.materialize-form .btn.btn-primary span:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    margin-top: -2px;
}

.block-body ul li b {
    display: inline-block;
    background: #BDC0C6;
    border-radius: 3px;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    height: 18px;
    color: #fff;
    width: 30px;
    text-align: center;
    margin: 0 3px;
}

@media (max-width: 767px) {
    .cart-body {
        padding: 0;
    }

    .cart-row .cart-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
    }

    .cart-img {
        height: 60px;
    }

    .cart-img img {
        max-height: 60px;
    }

    .cart-row.cart-row-has-parent .cart-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        padding: 0;
        max-height: 60px;
        margin: 0;
    }

    .cart-row.cart-row-has-parent .cart-img:before {
        left: 15px;
        top: -60px;
    }

    .cart-row {
        height: 130px;
    }

    .cart-row .remove-btn {
        bottom: 40px;
        top: initial;
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 577px) {
    .cart-row .cart-img img {
        max-height: 100%;
    }

    .cart-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart-row .cart-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 60px);
        flex: 0 0 calc(100% - 60px);
        max-width: calc(100% - 60px);
    }

    .cart-row.cart-row-has-parent .cart-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 60px);
        flex: 0 0 calc(100% - 60px);
        max-width: calc(100% - 60px);
    }

    .cart-row.cart-row-has-parent .cart-img {
        margin: 0;
    }

    .cart-row .cart-img img {
        max-height: 60px;
    }

    .cart-row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .cart-summ {
        padding-left: 15px;
    }

    .cart-price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
    }

    .cart-summ {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
    }
}

@media (max-width: 374px) {
    .cart-price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/**
Cart 2022.11 end
 */

/**********12-12-2022*************/
.cart-row .cart-price {
    display: none !important;
}

.cart-row-has-parent {
    position: relative;
}

.cart-row-has-parent:before {
    content: "Комплект";
    display: block;
    position: absolute;
    left: -10px;
    top: 100px;
    background-color: rgb(192, 25, 34);
    color: #fff;
    width: 180px;
    padding: 4px 0 3px 0;
    line-height: 12px;
    text-indent: 10px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 12px;
}

.cart-row-has-parent.cart-row-has-parent-incomplete {
    height: 70px;
    padding-top: 0;
}

.cart-row-has-parent.cart-row-has-parent-incomplete:before {
    content: "Некомплект";
    background-color: #b1b1b1;
    top: 50px;
}

@media (max-width: 767px) {
    .cart-row-has-parent:before {
        left: -10px;
        top: 50px;
    }
}

@media (max-width: 577px) {
    .cart-row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cart-summ {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dvizh-cart-price-new {
        margin-top: 0;
        padding: 0 10px;
    }

    .dvizh-cart-price-old {
        margin-top: 0;
    }

    .cart-qty {
        margin-left: 76px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
        flex: 0 0 36px;
        max-width: 36px;
    }

    .cart-row {
        padding-right: 10px;
    }

    .cart-qty .jcf-select .jcf-select-opener {
        width: 15px;
    }

    .cart-qty .jcf-select .jcf-select-text {
        margin-left: 0;
    }
}

@media (max-width: 360px) {
    .cart-qty {
        margin-left: 20px;
    }
}

/**********12-12-2022*************/