

/* Start:/local/templates/dyatkovo/css/order.css?176192029916447*/
/* success ORDER START */

.order-success-st {
    color: #7F857E;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.order-success-t {
    color: #005840;
    font-size: 20px;
    font-weight: 600;
}

.order-success-tt {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

}

.order-success-left .order-success-tt {
    margin-top: 40px;
}

.order-success-tt a {
    font-weight: 600;
    color: #005840;
}

.order-success-tt a:hover {
    text-decoration: underline;
}

.order-success-right {
    padding-left: 85px;
    border-left: 1px solid #ccc;
}


.order-phone {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}

.order-phone a {
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 600;
}

.order-phone-time {
    align-self: flex-end;
    color: #7F857E;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    top: -2px;
}


.order-success-block .row [class^="col-"] {
    align-items: stretch;
    display: flex;
}

.order-success-left .btn,
.order-success-right .btn {
    margin-top: 40px;
}


@media (max-width:340px) {}

@media (max-width:767px) {
    .order-phone-time {
        margin-left: 0;
        top: 0;
        align-self: flex-start;
        font-size: 14px;
        margin-top: 5px;
    }
.order-success-left .btn,
    .order-success-right .btn {
        margin-top: 30px;
    }

    .order-phone {
        margin-top: 30px;
        flex-direction: column;
    }

    .order-success-right {
        padding-left: 0;
        border-left: 0px solid #ccc;
        border-top: 1px solid #ccc;
        margin-top: 30px;
        padding-top: 30px;
    }

    .order-success-st {
        font-size: 14px;
        line-height: normal;
    }

    .order-phone a,
    .order-success-t {
        font-size: 18px;
    }

    .order-success-tt {
        font-size: 14px;
    }

    .order-success-left .order-success-tt {
        margin-top: 20px;
    }
}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
    .order-phone-time {
        margin-left: 0;
        top: 0;
        align-self: flex-start;
        margin-top: 5px;
    }

    .order-phone {
        margin-top: 40px;
        flex-direction: column;
    }

    .order-success-right {
        padding-left: 55px;
        border-left: 1px solid #ccc;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .clear-both {
        display: block;
    }
}

@media (min-width: 1200px) {
    .clear-both {
        display: block;
    }
}

@media (min-width: 1200px) and (max-height: 700px) {}


/* success ORDER END */






/* CART START */

.cart-page .head-box {
    flex-direction: column;
}

.head-box .desc-page {
    margin-top: 15px;
    margin-bottom: 0px;
}

.switch-box {
    margin-bottom: 35px;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.pay-list {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.pay-list .form-check-label {
    width: calc(100% - 32px);
    line-height: normal;
}

.switch-box .form-switch {
    padding-left: 3em;
}

.switch-box .form-switch .form-check-input {
    margin-left: -3em;
    width: 35px;
    height: 22px;
}

.switch-box .form-check-input:checked {
    background-color: #005840;
    border-color: #005840;
}

.switch-box .form-check-input:focus {
    border-color: #005840;
    box-shadow: 0 0 0 .25rem rgba(0, 88, 64, .25);
}

.switch-box .form-switch .form-check-input:not(:checked) {
    border: 1px solid #CCC;
}

.switch-box .form-switch .form-check-input:not(:checked),
.switch-box .form-switch .form-check-input:not(:checked):focus {
    --bs-form-switch-bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNCA3QzUuNjU2ODUgNyA3IDUuNjU2ODUgNyA0QzcgMi4zNDMxNSA1LjY1Njg1IDEgNCAxQzIuMzQzMTUgMSAxIDIuMzQzMTUgMSA0QzEgNS42NTY4NSAyLjM0MzE1IDcgNCA3WiIgZmlsbD0iIzAwNTg0MCIvPgo8L3N2Zz4K);
}

.pay-list .form-check {
    padding-left: 0;
    display: flex;
}

.pay-list .jq-radio {
    margin: -1px 10px 0 0;
}

.pay-list .form-check .form-check-label svg {
    margin-right: 10px;
    position: relative;
    top: -1px;
    width: 20px;
    height: auto;
}

/*
.pay-list .form-check .form-check-label svg path {
       fill: #005840;
}
*/

.switch-box .form-switch .form-check-label {
    margin-left: 10px;
}

.pay-list .form-check + .form-check {
    margin-top: 10px;
}




.order-data {
    margin-top: 26px;
    margin-bottom: 20px;
}

.order-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: #595A65;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.order-item .order-v {
    font-weight: 600;
}

.order-sale .order-v {
    color: #C21F21;
}

.order-data .order-item + .order-item {
    margin-top: 5px;
}

.order-t {
    text-align: left;
    padding-right: 5px;
    background: #F4F5F0;
    position: relative;
    z-index: 5;
}

.order-v {
    position: relative;
    z-index: 5;
    text-align: right;
    padding-left: 5px;
    background: #F4F5F0;
}

.order-item:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    border-bottom: 1px dotted #595A65;
}

.promocode {
    background: #FFFFFF;
    border: 0px solid #CCC;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.promocode-status {
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #595A65;
}

.promocode-success {
    color: #005840;
}

.promocode-danger {
    color: #C21F21;
}

.promo-input {
    width: calc(100% - 50px);
}

.promo-input .input-style {
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: 1px solid #CCC;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0 !important;
}

.promo-input .icon-check,
.promo-input .icon-close {
    top: 20px;
    right: 10px;
}

.promo-btn {
    transition: all 0.15s ease-in-out;
    color: #1C355E;
    height: 48px;
    font-size: 16px;
    background: #005840;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 50px;
}

.promo-btn:hover {
    color: #fff;
    background: #434C44;
}

.bsk-btn {
    margin-top: 20px;
}

.bsk-btn .btn {
    display: block;
    width: 100%;
    padding: 15px 25px;
}


.t-bsk {
    display: none;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.48px;
    color: #303239;
}

.order-bild .t-bsk {
    display: block;
}

.basket-bild {
    border-radius: 6px;
    background: #F4F5F4;
    padding: 36px 28px;
}

.basket-sticky.position-sticky {
    top: 90px;
}


.basket-bild .head-box {
    margin-bottom: 30px;
}


.legasy {
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #595A65;
}


.legasy a {
    color: #005840;
    display: inline;
    font-weight: 500;
}

.legasy a:hover {
    color: #7F857E;
}

.info-price {
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #595A65;
}

/* .info-price span,
.info-price a {
    color: #005840;
    display: inline;
    font-weight: 500;
}

.info-price a:hover {
    color: #7F857E;
} */

.bsk-price-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.bsk-price-t {
    width: 150px;
    color: #303239;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    align-self: center;
}

.bsk-value {
    text-align: right;
    width: calc(100% - 150px);
    padding-left: 30px;
    color: #005840;
    font-size: 20px;
    font-weight: 600;
    align-self: center;
}


.order-left {
    padding-right: 50px;
}

.order-left .head-box {
    justify-content: flex-start;
    margin-bottom: 30px;
}

.order-left .form-vert {
    max-width: 720px;
}

.bsk-d-item {
    color: #4E5064;
    font-size: 16px;
}

.bsk-data {
    margin-top: 8px;
}

.bsk-data .bsk-d-item + .bsk-d-item {
    margin-top: 2px;
}

.basket-block-head .jq-checkbox {
    margin: 0;
}

.basket-block-head {
    padding-bottom: 22px;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.basket-clear {
    color: #595A65;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.basket-clear:hover {
    color: #7F857E;
}

.basket-clear svg {
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.basket-clear:hover svg path {
    fill: #7F857E;
}


.basket-check {
    width: 30px;
    color: #595A65;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


.basket-block-head .basket-check {
    width: 150px;
}

.basket-block-head .basket-check .form-check-label {
    margin-left: 6px;
}


.basket-data {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 410px);
}

.basket-dop-parent .basket-data {
    width: calc(100% - 380px);
}


.basket-img {
    width: 150px;
    display: block;
    transition: all .15s ease-in-out;
    max-height: 150px;
}

.basket-img img {
    transition: all .15s ease-in-out;
    max-width: 100%;
    height: auto;
}

.basket-block-item {
    display: flex;
    flex-wrap: wrap;
    padding: 22px 0;
    position: relative;
}

.basket-block-list .basket-block-item + .basket-block-item {
    border-top: 1px solid #ccc;

}

.basket-dop-parent {
    padding-left: 30px;
}

.basket-data-t {
    color: #1F1F1F;
    transition: all .15s ease-in-out;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    display: block;
}

.basket-data-t:hover {
    color: #7F857E;
}



.basket-data-tt {
    color: #595A65;
    margin-top: 11px;
    font-size: 14px;
    line-height: normal;
    line-height: 24px;
}

.basket-tools {
    width: 230px;
    text-align: right;
}
.basket-qu {
    color: #595A65;
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
}
.basket-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.basket-price-value {
    color: #1F1F1F;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.basket-price-old {
    margin-right: 13px;
    position: relative;
    top: 1.5px;
    line-height: 24px;
    color: #7F857E;
    font-size: 16px;
    text-decoration: line-through;
}



.size-item {
    width: 131px;
    height: 42px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    margin-top: 17px;
}

.p-size {
    padding: 0;
    display: inline-block;
    vertical-align: top;
}


.nav-ctrl {
    width: 42px;
    height: 42px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #4E5064;
    line-height: 40px;
    position: relative;
    font-size: 21px;
}

.nav-ctrl svg {
    width: 18px;
}

.minus_ctrl {
    margin: 0 -1px 0 0;
}

.size-item .input-style {
    text-align: center;
    border-radius: 0;
    padding: 0 3px;
    width: 46px;
    color: #4E5064;
    background: #fff;
    display: inline-block;
    margin: 0 -5px 0 -5px;
    height: 42px;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px solid #ccc;
    border-right: 0px solid #E0E4E9;
    line-height: 46px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
}



.basket-actions {
    margin-top: 30px;
}

.basket-actions-item {
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.favorite-btn:hover svg path {
    stroke: #7F857E;
}

.delete-btn:hover svg path {
    fill: #7F857E;
}

.basket-actions .basket-actions-item + .basket-actions-item {
    margin-left: 15px;
}

.favorite-btn {
    cursor: pointer;
    transition: 0.15s ease;
}


.favorite-btn.active svg path {
    stroke: #005840;
    fill: #005840;
}

.basket-block-delete:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    /* backdrop-filter: blur(2px); */
    opacity: 1;
}

.btn-delete {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    height: 51px;
    padding-left: 25px;
    padding-right: 25px;
}

.cart-page .col-xl-8 {
    padding-right: 50px;
}




.basket-null {
    padding: 50px;
    background: #f4f5f4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease .05s;
    overflow: hidden;
    text-align: center;
}

.basket-null-tt {
    margin-top: 15px;
}

.basket-null-ico {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    background: #005840;
    width: 90px;
    height: 90px;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
    position: relative;
}

.basket-null-ico svg {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.basket-null-ico svg path {
    stroke: #fff;
}

.basket-null-ico svg circle {
    stroke: #fff;
    fill: #fff;
}

.basket-null .btn-top {}

.order-no .col-xl-9 {
    width: 100%;
}




@media (max-width:340px) {}

@media (max-width:767px) {
    .basket-null {
        padding: 30px 20px;
    }

    .basket-null-tt {
        font-size: 14px;
    }

    .basket-data-t {
        font-size: 14px;
    }

    .basket-data-tt {
        font-size: 14px;
    }

    .order-item,
    .basket-check,
    .basket-clear {
        font-size: 14px;
    }

    .bsk-value,
    .bsk-price-t {
        font-size: 18px
    }

    .pay-list {
        font-size: 14px;
    }

    .basket-img {
        width: calc(100% - 30px);

    }

    .basket-img img {
        max-height: 150px;
    }

    .basket-data {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-top: 15px;
    }

    .basket-tools {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .basket-price {
        width: 100%;
        justify-content: flex-start;
    }

    .basket-actions {
        margin-top: 10px;
        width: calc(100% - 131px);
        justify-content: flex-end;
        display: flex;
        align-self: center;
    }

    .basket-price-value {
        font-size: 16px;
    }

    .basket-price-old {
        line-height: 20px;
        font-size: 14px;
    }


    .basket-qu { 
        margin-top: 0;
    font-size: 12px; 
}

    .size-item {
        margin-top: 10px;
    }

    .btn-delete {
        left: 0;
    }

    .basket-bild {
        padding: 20px;
    }

    .info-price,
    .legasy {
        font-size: 12px;
    }

    .pay-list .form-check + .form-check {
        margin-top: 20px;
    }

    .cart-page .col-xl-8 {
        padding-right: 12px;
    }

    .switch-box {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .basket-bild .head-box {
        margin-bottom: 0px;
    }

    .basket-dop-parent {
        padding-left: 0px;
    }

.basket-dop-parent .basket-data {
    width: 100%;
}

}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
    .cart-page .col-xl-8 {
        padding-right: 12px;
    }

    .basket-data-t {
        font-size: 14px;
    }

    .basket-data-tt {
        font-size: 14px;
    }

    .order-item,
    .basket-check,
    .basket-clear {
        font-size: 14px;
    }

    .bsk-value,
    .bsk-price-t {
        font-size: 18px
    }

    .pay-list {
        font-size: 14px;
    }

    .cart-page .mb-100 {
        margin-bottom: 80px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .cart-page .col-xl-8 {
        padding-right: 20px;
    }

    .basket-data-t {
        font-size: 14px;
    }

    .basket-data-tt {
        font-size: 14px;
    }

    .order-item,
    .basket-check,
    .basket-clear {
        font-size: 14px;
    }

    .bsk-value,
    .bsk-price-t {
        font-size: 18px
    }

    .pay-list {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}


/* CART END */
/* End */
/* /local/templates/dyatkovo/css/order.css?176192029916447 */
