header .container {
    padding: 0 20px;
}
header .nav {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}
@media screen and (max-width: 1350px) {
    header .menu a {
        font-size: 12px;
    }
    
    header .menu .beautyline > span {
        font-size: 12px;
    }
}
@media screen and (min-width: 1201px) {
    header .pod {
        max-width: 130px;
    }
}
#msCart .product .ms2_form, #msCart .product .ms2_form > .flx {
    row-gap: 20px;
}
#msCart h1 {
    margin-top: 30px;
}
#msCart .back {
    position: initial;
    left: initial;
    top: initial;
}
#msCart .cart-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}
#msCart .cart-inner .cart-products {
    width: 100%;
    max-width: 760px;
}
#msCart .cart-inner .cart-recommend {
    width: 423px;
    min-width: 423px;
    margin: 88px 0 0;
    position: relative;
}
#msCart .cart-inner .cart-recommend h2 {
    margin-bottom: 24px;
}
#msCart .cart-inner .cart-recommend .product .img {
    width: 125px;
}
#msCart .cart-inner .cart-recommend .product .img-mobile {
    width: 75px;
    min-width: 75px;
    display: none;
}
#msCart .cart-inner .cart-recommend .product .info {
    width: -webkit-calc(100% - 125px - 30px);
    width: calc(100% - 125px - 30px);
}
#msCart .cart-inner .cart-recommend .product {
    margin-bottom: 23px;
    padding-bottom: 0;
    border-bottom: none;
}
#msCart .cart-inner .cart-recommend .product .name,
#msCart .cart-inner .cart-recommend .product .price {
    font-size: 11px;
    min-height: initial;
    margin: 0;
}
#msCart .cart-inner .cart-recommend .product .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
#msCart .cart-inner .cart-recommend .product .precents {
    display: block;
    font-size: 10px;
    margin-top: 0;
    position: unset;
    top: initial;
    left: initial;
}
#msCart .cart-inner .cart-recommend .product .ui-spinner {
    width: 89px;
    height: 32px;
}
#msCart .cart-inner .cart-recommend .product .ui-spinner input {
    font-size: 9px;
}
#msCart .cart-inner .cart-recommend .product .ui-spinner .ui-button .ui-icon {
    width: 8px;
    height: 8px;
    margin-top: -3px;
    margin-left: -3px;
}
#msCart .cart-inner .cart-recommend .product .colors {
    margin: 0;
}
#msCart .cart-inner .cart-recommend .product .colors label {
    width: 13px;
    height: 13px;
    margin: 0 7px 7px 0;
}
#msCart .cart-inner .cart-recommend .product .colors input:checked + label::before {
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: calc(100% + 4px);
}
#msCart .cart-inner .cart-recommend .product .btn {
    padding: 9px 10px;
    min-width: 128px;
    font-size: 10px;
}
#msCart .cart-inner .cart-recommend .product .btn .arr {
    width: 5px;
    height: 5px;
}
#msCart .cart-inner .cart-recommend .product .h5 {
    font-size: 7px;
    height: 9px;
    margin-bottom: 7px;
}
#msCart .cart-inner .cart-recommend .swiper-wrapper {
    height: initial;
    display: initial;
}
#msCart .cart-inner .cart-recommend .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
#msCart .cart-inner .cart-recommend .button-next,
#msCart .cart-inner .cart-recommend .button-prev {
    width: 32px;
    height: 32px;
    background-color: #E0B8A1;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: none;
}
#msCart .cart-inner .cart-recommend .button-next:after,
#msCart .cart-inner .cart-recommend .button-prev:after {
        font-size: 12px;
}
#msCart .cart-inner .cart-recommend .product .show-form {
    display: none;
}
@media screen and (max-width: 1000px) {
    #msCart .cart-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #msCart .cart-inner .cart-products {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        max-width: 100%;
    }
    #msCart .cart-inner .cart-recommend {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin: 30px 0 0;
    }
    #msCart .cart-inner .cart-recommend {
        width: 100%;
        min-width: 100%;
    }
    #msCart .cart-inner .cart-recommend .swiper-wrapper {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #msCart .cart-inner .cart-recommend .button-next,
    #msCart .cart-inner .cart-recommend .button-prev {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        top: 16px;
    }
    #msCart .cart-inner .cart-recommend .button-next {
        left: 320px;
    }
    #msCart .cart-inner .cart-recommend .button-prev {
        left: 280px;
    }
}
@media screen and (max-width: 640px) {
    #msCart .cart-inner .cart-recommend .button-next,
    #msCart .cart-inner .cart-recommend .button-prev {
        width: 24px;
        height: 24px;
        top: 20px;
    }
    #msCart .cart-inner .cart-recommend .button-next {
        left: 260px;
    }
    #msCart .cart-inner .cart-recommend .button-prev {
        left: 230px;
    }
    #msCart .cart-inner .cart-recommend .button-next:after,
    #msCart .cart-inner .cart-recommend .button-prev:after {
            font-size: 10px;
    }
}
@media screen and (max-width: 577px) {
    #msCart .cart-inner .cart-recommend .product .price {
        position: unset;
        right: initial;
        top: initial;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        text-align: initial;
        gap: 9px;
    }
    #msCart .cart-inner .cart-recommend .product .img {
        display: none;
    }
    #msCart .cart-inner .cart-recommend .product .precents {
        display: none;
    }
    #msCart .cart-inner .cart-recommend .product .img-mobile {
        display: block;
    }
    #msCart .cart-inner .cart-recommend .product .info {
        width: 100%;
    }
    #msCart .cart-inner .cart-recommend .product .info-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #msCart .cart-inner .cart-recommend .product .name-wrapper {
        display: none;
    }
    #msCart .cart-inner .cart-recommend .product .name {
        padding: 0;
    }
    #msCart .cart-inner .cart-recommend .product .ms2_form {
        display: none;
        background-color: #fff;
        padding:  0 10px 8px;
    }
    #msCart .cart-inner .cart-recommend .product .show-form {
        font-size: 11px;
        margin: 5px 0 0;
        display: inline-block;
        text-decoration: underline;
        border: none;
        outline: none;
        padding: 0;
    }
    #msCart .cart-inner .cart-recommend .product .show-form:hover {
        text-decoration: none;
    }
    #msCart .cart-inner .cart-recommend .product.swiper-slide-prev .info-inner {
        -webkit-box-pack: end;
        -webkit-justify-content: end;
            -ms-flex-pack: end;
                justify-content: end;
    }
    #msCart .cart-inner .cart-recommend .product.swiper-slide {
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
        max-width: -webkit-calc(100% - 75px);
        max-width: calc(100% - 75px);
    }
    #msCart .cart-inner .cart-recommend .product.swiper-slide-active .name-wrapper {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        background-color: #fff;
        padding: 10px 8px;
    }
}


.d-lg-block {
    display: block;
}
.d-lg-flex {
    display: flex;
}
.d-lg-none {
    display: none;
}

.black-friday-popup {
    width: 900px;
}
.black-friday {
    display: flex;
    align-items: center;
    align-self: center;
    background-color: #000;
    color: #D2D2D2;
}
.black-friday input {
    color: #fff;
}
.black-friday-input input {
    margin-bottom: 10px !important;
}
.black-friday-img {
    min-width: 400px;
    width: 400px;
}
.black-friday-text {
    text-align: left;
    padding: 40px;
}
.black-friday-text h2 {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 24px;
}
.black-friday-popup-2 .black-friday-text h2 {
    font-size: 40px !important;
}
.black-friday-text h5{
    letter-spacing: normal !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 170%;
    text-transform: none !important;
}
.black-friday-desc {
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
    color: #828282;
    margin: -30px 0 20px;
}
.btn-blue{
    background-color: #203654 !important;
    border-color: #203654 !important;
}
.black-friday-input #phone {
    margin-right: 15px;
}
.text-center {
    text-align: center;
}
.black-friday-agree {
    margin: -5px 0 20px;
}
.black-friday-popup-2 .black-friday-agree {
    margin: 0;
}
.black-friday-agree .agree {
    display: block !important;
}
.black-friday-agree label {
    font-size: 10px;
    text-transform: none !important;
    margin-bottom: 3px !important;
}
.black-friday-agree label span {
    color: #d2d2d2;
    padding-left: 0;
}
.black-friday-popup .fancybox-button svg path {
    fill: #d2d2d2 !important;
}

@media (max-width: 991px) {
    .d-none {
        display: none;
    }
    .d-block {
        display: block;
    }
    .d-lg-block {
        display: none;
    }
    
    .black-friday-popup {
        width: 100%;
    }
    .black-friday {
        display: block;
    }
    .black-friday-img {
        min-width: 100%;
        width: 100%;
        height: 220px;
        display: flex;
        align-items: center;
        align-self: center;
        justify-content: center;
    }
    .black-friday-popup-2 .black-friday-img {
        min-width: 100%;
        width: 100%;
        height: 100%;
    }
    .black-friday-img img {
        height: 70%;
        object-fit: cover;
        width: 90%;
    }
    .black-friday-popup-2 .black-friday-img img {
        height: 100%;
        object-fit: contain;
        width: 100%;
    }
    .black-friday-text {
        padding: 20px;
    }
    .black-friday-text h2{
        font-size: 18px !important;
        margin-bottom: 20px;
        text-align: center;
    }
    .black-friday-popup-2 .black-friday-text h2 {
        font-size: 28px !important;
    }
    .black-friday-text h5{
        font-size: 13px !important;
        line-height: 180%;
        text-align: center;
    }
    .black-friday-input #phone {
        margin-right: 0;
    }
    .black-friday-desc {
        margin: -10px 0 20px;
    }
}