.mobile-product-sp {
 display: none;
}

/* special offer*/
a.shop-n {
    position: relative
}

.bundle-bed-pill {
    overflow: hidden;
}

span.spec-off {
    text-align: center;
}

.bundle-bed-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.bundle-bed-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -500%;
    transform: translate(-50%, -50%);
    width: 10000%;
    height: 67px;
    background: #fff;
    z-index: 1;
}

.bundle-bed-title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 148.972px;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    position: relative;
    z-index: 2;
}

.bundle-bed-title h3.black {
    color: #000;
}

.bundle-bed-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    /*margin-top: 35px;
    margin-bottom: 35px;*/
}

.bundle-bed-image img {
    max-width: 100%;
    height: auto;
}

.bundle-bed-desc {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
}

/* /special offer*/


.card-main-box-img-slider-newimage .flex {
    position: absolute;
    left: 0;
    bottom: 15px;
}

.card-main-box-img-slider-newimage .card-box-swiper-thumbs {
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(25%);
}

.card-main-box-img-slider-newimage .card-box-swiper img {
    max-width: 100%;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}



.flex-modal {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    max-height: 630px;
    overflow: hidden;
    font-family: 'Aeroport';
}

/* comparison*/
.fa.cd-tool {
    border-bottom: 0.8px dashed #000000;
    transition: .2s all linear;
    cursor: pointer;
    position: static;
    font-size: inherit;
    margin: 0;
    width: auto;
    height: auto;
    display: inline-block;
    z-index: -1;


}

.cd-tool:hover {
    color: #ACBBCA;
    border-bottom: 0.8px dashed #ACBBCA;


}

.top-left-info {
    display: flex;
    flex-direction: column;
}

.cd-top-left {
    margin-top: auto;
    width: 100%;
}

.cd-input {
    margin-bottom: 15px;
}

.cd-top-left label {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}

.cd-top-left label input {
    display: none;
}

.cd-top-left label span {
    width: 16px;
    height: 16px;
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    border-radius: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 0;
    cursor: pointer;
}

.cd-top-left label span:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ACBBCA;
    border-radius: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s all linear;
    opacity: 0;
}

.cd-top-left label input:checked~span:before {
    opacity: 1;
}

.cd-top-left label input:checked+label {
    border: 1px solid #ACBBCA;
}

.compare-bg {
    background: #F2F3F0;
    padding: 35px 0;
}

.comparing {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 40px;
}

.comparing div,
.comparing div a {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
}

.comparing div.active a {
    color: #929292 !important;
}

.compare-title {
    display: flex;
    align-items: center;
}

.compare-title span {
    border: 1px solid;
    width: 20px;
    margin-left: 40px;
}

.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: 0
}

.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #9dc997;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.no-touch .cd-nugget-info a:hover {
    opacity: .8
}

.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block
}

.cd-nugget-info span svg {
    display: block
}

.cd-nugget-info .cd-nugget-info-arrow {
    fill: #9dc997
}

#carbonads-container,
#ui8ads-container {
    position: fixed;
    bottom: 40px;
    left: 5%;
    width: 180px;
    display: none;
    z-index: 100
}

#carbonads-container .close-carbon-adv,
#carbonads-container .close-ui8-adv,
#ui8ads-container .close-carbon-adv,
#ui8ads-container .close-ui8-adv {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    background: rgba(56, 56, 56, .8);
    text-indent: 100%;
    overflow: hidden;
    width: 32px;
    height: 32px
}

#carbonads-container .close-carbon-adv:hover,
#carbonads-container .close-ui8-adv:hover,
#ui8ads-container .close-carbon-adv:hover,
#ui8ads-container .close-ui8-adv:hover {
    background: #383838
}

#carbonads-container .close-carbon-adv::after,
#carbonads-container .close-carbon-adv::before,
#carbonads-container .close-ui8-adv::after,
#carbonads-container .close-ui8-adv::before,
#ui8ads-container .close-carbon-adv::after,
#ui8ads-container .close-carbon-adv::before,
#ui8ads-container .close-ui8-adv::after,
#ui8ads-container .close-ui8-adv::before {
    content: '';
    background-color: #fff;
    height: 2px;
    width: 14px;
    position: absolute;
    top: 14px;
    left: 9px
}

#carbonads-container .close-carbon-adv::after,
#carbonads-container .close-ui8-adv::after,
#ui8ads-container .close-carbon-adv::after,
#ui8ads-container .close-ui8-adv::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#carbonads-container .close-carbon-adv::before,
#carbonads-container .close-ui8-adv::before,
#ui8ads-container .close-carbon-adv::before,
#ui8ads-container .close-ui8-adv::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#carbonads-container .carbonad,
#carbonads-container .ui8ad,
#ui8ads-container .carbonad,
#ui8ads-container .ui8ad {
    background: rgba(255, 255, 255, .9);
    border: none;
    width: 100%;
    height: auto;
    padding: 14px;
    text-align: center;
    border-radius: 3px 0 3px 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

#carbonads-container .carbonad .carbon-img img,
#carbonads-container .ui8ad .carbon-img img,
#ui8ads-container .carbonad .carbon-img img,
#ui8ads-container .ui8ad .carbon-img img {
    margin: 0 10px 10px;
    width: 130px
}

#carbonads-container .carbonad .carbon-text,
#carbonads-container .carbonad .carbonad-tag,
#carbonads-container .carbonad .carbon-poweredby,
#carbonads-container .ui8ad .carbon-text,
#carbonads-container .ui8ad .carbonad-tag,
#carbonads-container .ui8ad .carbon-poweredby,
#ui8ads-container .carbonad .carbon-text,
#ui8ads-container .carbonad .carbonad-tag,
#ui8ads-container .carbonad .carbon-poweredby,
#ui8ads-container .ui8ad .carbon-text,
#ui8ads-container .ui8ad .carbonad-tag,
#ui8ads-container .ui8ad .carbon-poweredby {
    font-family: helvetica neue, Arial, sans-serif
}

#carbonads-container .carbonad .carbon-wrap,
#carbonads-container .ui8ad .carbon-wrap,
#ui8ads-container .carbonad .carbon-wrap,
#ui8ads-container .ui8ad .carbon-wrap {
    display: block;
    width: 100%;
    padding: 0
}

#carbonads-container .carbonad .carbon-wrap a,
#carbonads-container .ui8ad .carbon-wrap a,
#ui8ads-container .carbonad .carbon-wrap a,
#ui8ads-container .ui8ad .carbon-wrap a {
    color: #9dc997;
    font-size: 13px;
    font-weight: 700
}

.no-touch #carbonads-container .carbonad .carbon-wrap a:hover,
.no-touch #carbonads-container .ui8ad .carbon-wrap a:hover,
.no-touch #ui8ads-container .carbonad .carbon-wrap a:hover,
.no-touch #ui8ads-container .ui8ad .carbon-wrap a:hover {
    text-decoration: underline
}

#carbonads-container .carbonad .carbonad-tag,
#carbonads-container .carbonad .carbon-poweredby,
#carbonads-container .ui8ad .carbonad-tag,
#carbonads-container .ui8ad .carbon-poweredby,
#ui8ads-container .carbonad .carbonad-tag,
#ui8ads-container .carbonad .carbon-poweredby,
#ui8ads-container .ui8ad .carbonad-tag,
#ui8ads-container .ui8ad .carbon-poweredby {
    margin-top: 5px;
    color: #404042
}

#carbonads-container .carbonad .carbonad-tag a,
#carbonads-container .carbonad .carbon-poweredby a,
#carbonads-container .ui8ad .carbonad-tag a,
#carbonads-container .ui8ad .carbon-poweredby a,
#ui8ads-container .carbonad .carbonad-tag a,
#ui8ads-container .carbonad .carbon-poweredby a,
#ui8ads-container .ui8ad .carbonad-tag a,
#ui8ads-container .ui8ad .carbon-poweredby a {
    color: #404042
}

#carbonads-container .carbonad .carbonad-tag a:hover,
#carbonads-container .carbonad .carbon-poweredby a:hover,
#carbonads-container .ui8ad .carbonad-tag a:hover,
#carbonads-container .ui8ad .carbon-poweredby a:hover,
#ui8ads-container .carbonad .carbonad-tag a:hover,
#ui8ads-container .carbonad .carbon-poweredby a:hover,
#ui8ads-container .ui8ad .carbonad-tag a:hover,
#ui8ads-container .ui8ad .carbon-poweredby a:hover {
    color: #9dc997
}

#carbonads-container .carbonad .carbon-poweredby,
#carbonads-container .ui8ad .carbon-poweredby,
#ui8ads-container .carbonad .carbon-poweredby,
#ui8ads-container .ui8ad .carbon-poweredby {
    display: inline-block;
    font-size: 11px;
    line-height: 15px
}

@media only screen and (min-width:1170px) {

    #carbonads-container,
    #ui8ads-container {
        display: block
    }
}

.cd-products-comparison-table {
    margin-bottom: 6em
}

.cd-products-comparison-table::after {
    display: none;
    content: 'mobile'
}

/*.cd-products-comparison-table header {*/
/*    padding: 0 5% 25px*/
/*}*/

/*.cd-products-comparison-table header::after {*/
/*    clear: both;*/
/*    content: "";*/
/*    display: table*/
/*}*/

.cd-products-comparison-table h2 {
    float: left;
    font-weight: 700
}

.cd-products-comparison-table .actions {
    float: right
}

.cd-products-comparison-table .reset,
.cd-products-comparison-table .filter {
    font-size: 1.4rem
}

.cd-products-comparison-table .reset {
    color: #404042;
    text-decoration: underline
}

.cd-products-comparison-table .filter {
    padding: .6em 1.5em;
    color: #fff;
    background-color: #ccc;
    border-radius: 3px;
    margin-left: 1em;
    cursor: not-allowed;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s
}

.cd-products-comparison-table .filter.active {
    cursor: pointer;
    background-color: #9dc997
}

.no-touch .cd-products-comparison-table .filter.active:hover {
    background-color: #a7cea1
}

@media only screen and (min-width:1170px) {
    .cd-products-comparison-table {
        margin-bottom: 8em
    }

    .cd-products-comparison-table::after {
        content: 'desktop'
    }

    /*.cd-products-comparison-table header {*/
    /*    padding: 0 5% 40px*/
    /*}*/

    .cd-products-comparison-table h2 {
        font-size: 2.4rem
    }

    .cd-products-comparison-table .reset,
    .cd-products-comparison-table .filter {
        font-size: 1.6rem
    }

    .cd-products-comparison-table .filter {
        padding: .6em 2em;
        margin-left: 1.6em
    }
}

.cd-products-table {
    position: relative;
    overflow: hidden;

}

.cd-products-table .features {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 150px;
    background-color: #fff;
    opacity: 0.99;


}

.cd-features-list .item-right {
    position: relative;
    overflow: hidden;
}

.cd-products-table .features::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 4px;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.06), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.06), transparent);
    opacity: 0
}

@media only screen and (min-width:1170px) {
    .cd-products-table .features {
        width: 210px
    }
}

.cd-products-table.scrolling .features::after {
    opacity: 1
}

.cd-products-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-color: #e6e6e6;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.cd-products-columns {
    width: 1200px;
    margin-left: 120px
}

.cd-products-columns::after {
    clear: both;
    content: "";
    display: table
}

@media only screen and (min-width:1170px) {
    .cd-products-columns {
        width: 2480px;
        margin-left: 210px
    }
}

.cd-products-columns .product {
    position: relative;
    float: left;
    width: 225px;
    text-align: center;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -moz-transition: opacity .3s, visibility .3s, -moz-transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s
}

.filtering .cd-products-columns .product:not(.selected) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.no-product-transition .cd-products-columns .product.selected {
    -webkit-transition: opacity .3s, visibility .3s;
    -moz-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s
}

.filtered .cd-products-columns .product:not(.selected) {
    position: absolute
}

@media only screen and (min-width:1170px) {
    .cd-products-columns .product {
        width: 225px
    }
}

.cd-features-list {
    margin-top: 15px;
}

.cd-features-list li {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    border-bottom: 0.6px solid #F2F3F0;
    padding: 13px 40px;
}

.cd-features-list li p {
    height: 38px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.cd-features-list li.rate {
    padding: 21px 0
}

.cd-features-list li.rate span {
    display: inline-block;
    height: 22px;
    width: 110px;
    background: url(../../img/compare/cd-star.svg);
    color: transparent
}

@media only screen and (min-width:1170px) {
    .cd-features-list li {}

    .cd-features-list li.rate {
        padding: 22px 0
    }
}

.features .cd-features-list li,
.cd-products-table .features .top-info {
    padding: 13px 10px;
    text-align: left
}

.features .cd-features-list li:before {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: transparent;
}

.features .cd-features-list li {
    position: relative;
}

.features .cd-features-list li:hover:before {
    background: #F2F3F0;
}

@media only screen and (min-width:1170px) {

    .features .cd-features-list li,
    .cd-products-table .features .top-info {

        padding: 13px 20px;

    }
}

.features .cd-features-list li {
    white-space: nowrap;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    display: flex;
    border-bottom: 0.6px solid #F2F3F0;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    transition: .2s all linear;
    height: 65px;
    align-items: center
}

.features .cd-features-list li:hover {}

.cd-products-table .top-info {
    position: relative;
    height: 177px;
    width: 225px;
    text-align: center;
    padding: 15px 0 0 0;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    transition: height .3s;
    cursor: pointer;
    background: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cd-products-table .top-info::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 4px;
    width: 100%;

    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
}

.cd-products-table .top-info h3 {
    padding: 15px 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.cd-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}

a.cd-btn-cart {
    background: #ACBBCA;
    border-radius: 4px;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    transition: .2s all linear;
    border: 1px solid transparent;
    margin: 0 25px;
}

a.cd-btn-cart:hover {
    border-color: #ACBBCA;
    background: transparent;
    color: #ACBBCA;
}

a.cd-btn-cart:hover svg path {
    fill: #ACBBCA;
    transition: .2s all linear;
}

.cd-btn-remove {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #ACBBCA;
    margin-top: 8px;
    display: inline-block;
    width: 100%;
}

.cd-products-table .top-info img {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-products-table .top-info h3,
.cd-products-table .top-info img {
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cd-products-table .top-info .check {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 auto 1em
}

.cd-products-table .top-info .check::after,
.cd-products-table .top-info .check::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%
}

.cd-products-table .top-info .check::before {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-transition: background-color .3s, -webkit-transform .3s, border-color .3s;
    -moz-transition: background-color .3s, -moz-transform .3s, border-color .3s;
    transition: background-color .3s, transform .3s, border-color .3s
}

.cd-products-table .top-info .check::after {
    background: url(../../img/cd-check.svg) no-repeat center center;
    background-size: 24px 24px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

@media only screen and (min-width:1170px) {
    .cd-products-table .top-info {
        height: 280px;
        width: 225px
    }

    .cd-products-table .top-info h3 {
        padding-top: 1.4em;

    }

    .cd-products-table .top-info .check {
        margin-bottom: 1.5em
    }
}

.cd-products-table .features .top-info {
    width: 150px;
    cursor: auto;
}

@media only screen and (min-width:1170px) {
    .cd-products-table .features .top-info {
        width: 210px
    }
}

.cd-products-table .selected .top-info .check::before {
    background: #9dc997;
    border-color: #9dc997;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation: cd-bounce .3s;
    -moz-animation: cd-bounce .3s;
    animation: cd-bounce .3s
}

@-webkit-keyframes cd-bounce {
    0% {
        -webkit-transform: scale(1)
    }

    60% {
        -webkit-transform: scale(1.6)
    }

    100% {
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes cd-bounce {
    0% {
        -moz-transform: scale(1)
    }

    60% {
        -moz-transform: scale(1.6)
    }

    100% {
        -moz-transform: scale(1.5)
    }
}

@keyframes cd-bounce {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6)
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.cd-products-table .selected .top-info .check::after {
    opacity: 1
}

@media only screen and (min-width:1170px) {

    .cd-products-table.top-fixed .cd-products-columns>li,
    .cd-products-table.top-scrolling .cd-products-columns>li,
    .cd-products-table.top-fixed .features,
    .cd-products-table.top-scrolling .features {
        padding-top: 160px
    }


    .cd-products-table.top-scrolling .top-info {
        height: 160px;
        position: fixed;
        top: 0
    }

    .cd-products-table.top-fixed .top-info {
        height: 160px;
        position: fixed;
        top: 0
    }

    .no-cssgradients .cd-products-table.top-fixed .top-info,
    .no-cssgradients .cd-products-table.top-scrolling .top-info {
        border-bottom: 1px solid #e6e6e6
    }

    .cd-products-table.top-fixed .top-info::after,
    .cd-products-table.top-scrolling .top-info::after {
        opacity: 1
    }

    .cd-products-table.top-fixed .top-info h3,
    .cd-products-table.top-scrolling .top-info h3 {
        -webkit-transform: translateY(7px);
        -moz-transform: translateY(7px);
        -ms-transform: translateY(7px);
        -o-transform: translateY(7px);
        transform: translateY(7px)
    }

    .cd-products-table.top-fixed .top-info img,
    .cd-products-table.top-scrolling .top-info img {
        -webkit-transform: translateY(27px) scale(.8);
        -moz-transform: translateY(27px) scale(.84);
        -ms-transform: translateY(27px) scale(.8);
        -o-transform: translateY(27px) scale(.8);
        transform: translateY(27px) scale(.8)
    }

    .cd-products-table.top-scrolling .top-info {
        position: absolute
    }
}

.cd-table-navigation a {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 15px;
    -webkit-transform: translateY(55px);
    -moz-transform: translateY(55px);
    -ms-transform: translateY(55px);
    -o-transform: translateY(55px);
    transform: translateY(55px);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    height: 60px;
    width: 40px;
    background: rgb(0, 57, 121) url(../../img/compare/cd-arrow.svg) no-repeat center center;
    border-radius: 3px;
    -webkit-transition: background-color .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    -moz-transition: background-color .3s, opacity .3s, visibility .3s, -moz-transform .3s;
    transition: background-color .3s, opacity .3s, visibility .3s, transform .3s
}

.cd-table-navigation a.inactive {
    opacity: 0;
    visibility: hidden
}

.cd-table-navigation a.prev {
    left: 120px;
    right: auto;
    -webkit-transform: translateY(55px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(55px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(55px) translateX(15px) rotate(180deg);
    -o-transform: translateY(55px) translateX(15px) rotate(180deg);
    transform: translateY(55px) translateX(15px) rotate(180deg)
}

.no-touch .cd-table-navigation a:hover {
    background-color: #404042
}

@media only screen and (min-width:1170px) {
    .cd-table-navigation a {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px)
    }

    .cd-table-navigation a.prev {
        left: 210px;
        -webkit-transform: translateY(100px) translateX(15px) rotate(180deg);
        -moz-transform: translateY(100px) translateX(15px) rotate(180deg);
        -ms-transform: translateY(100px) translateX(15px) rotate(180deg);
        -o-transform: translateY(100px) translateX(15px) rotate(180deg);
        transform: translateY(100px) translateX(15px) rotate(180deg)
    }

    .top-fixed .cd-table-navigation a {
        position: fixed
    }

    .top-fixed .cd-table-navigation a,
    .top-scrolling .cd-table-navigation a {
        -webkit-transform: translateY(45px);
        -moz-transform: translateY(45px);
        -ms-transform: translateY(45px);
        -o-transform: translateY(45px);
        transform: translateY(45px)
    }

    .top-fixed .cd-table-navigation a.prev,
    .top-scrolling .cd-table-navigation a.prev {
        -webkit-transform: translateY(45px) translateX(15px) rotate(180deg);
        -moz-transform: translateY(45px) translateX(15px) rotate(180deg);
        -ms-transform: translateY(45px) translateX(15px) rotate(180deg);
        -o-transform: translateY(45px) translateX(15px) rotate(180deg);
        transform: translateY(45px) translateX(15px) rotate(180deg)
    }
}

.no-js .actions {
    display: none
}

.no-js .cd-products-table .top-info {
    height: 310px
}

@media only screen and (min-width:1170px) {
    .no-js .cd-products-table .top-info {
        height: 310px
    }
}

.no-js .cd-products-columns .check {
    display: none
}


/*
    Common
*/

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a {
    outline: 0;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul>li,
.tabcontrol ul>li {
    display: block;

}


/* Accessibility */

.wizard>.steps .current-info,
.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}


/*
    Wizard
*/

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%;
}

.wizard>.steps .number {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #383838;
}

.steps-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 41px;
    color: #000;
}

.steps-model {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #ACBBCA;
}

.steps-model span {
    color: #929292;
}

.wizard>.steps>ul>li {
    width: 20%;
}


.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left;
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    display: flex;
    width: auto;
    padding: 30px 25px;
    text-decoration: none;
    min-height: 150px;
    flex-direction: column;
    border: 1px solid #C7C7C7;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: #F2F3F0;
    cursor: default;
    position: relative;

}

.wizard>.steps .disabled a:before {
    content: '';
    width: 100%;
    height: 7px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-image: url(../../img/bundle/bundle-6.svg);
    background-repeat: no-repeat;


}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #fff;
    color: #fff;
    cursor: default;
    position: relative;
}

.wizard>.steps .current a:before,
.wizard>.steps .done a::before {
    content: '';
    width: 100%;
    height: 7px;
    left: 0;
    bottom: 0px;
    position: absolute;
    background: #ACBBCA;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    color: #fff;
    background: #fff;
    position: relative;
}




.wizard>.steps .current a:after,
.wizard>.steps .done a:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.98' d='M0 12C0 5.39062 5.34375 0 12 0C18.6094 0 24 5.39062 24 12C24 18.6562 18.6094 24 12 24C5.34375 24 0 18.6562 0 12ZM17.3906 9.9375C17.9062 9.42188 17.9062 8.625 17.3906 8.10938C16.875 7.59375 16.0781 7.59375 15.5625 8.10938L10.5 13.1719L8.39062 11.1094C7.875 10.5938 7.07812 10.5938 6.5625 11.1094C6.04688 11.625 6.04688 12.4219 6.5625 12.9375L9.5625 15.9375C10.0781 16.4531 10.875 16.4531 11.3906 15.9375L17.3906 9.9375Z' fill='%23003979'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff;
}

.wizard>.content {
    background: #fff;
    display: block;
    min-height: 66em;
    overflow: hidden;
    position: relative;
    width: auto;
}

.wizard.vertical>.content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard>.content>.body {
    float: left;
    position: absolute;
    width: 100%;
    padding: 2.5%;
}

.wizard>.content>.body ul {
    list-style: disc !important;
}

.wizard>.content>.body ul>li {
    display: list-item;
}

.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard>.content>.body input {
    display: block;
}

.wizard>.content>.body input[type="checkbox"] {
    display: inline-block;
}

.wizard>.content>.body input.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard>.content>.body label {}

.wizard>.content>.body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 2.5%;
    border-top: 1px solid #eee;
    background: #fff;
}

.wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard>.actions>ul {
    /* display: flex;
    justify-content: space-between;*/

}

.wizard>.actions>ul>li {
    margin: 0 0.5em;
}

.wizard>.actions>ul>li:first-child.disabled {
    display: none;
}

.wizard>.actions>ul>li:first-child {
    float: left;
}

.wizard>.actions>ul>li {
    float: right;
}


.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em;
}

.wizard>.actions a,
.wizard>.actions a:active {
    padding: 20px 20px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: rgb(0, 57, 121);
    transition: all 0.2s linear 0s;
    border-radius: 4px;
    border: 1px solid rgb(0, 57, 121);
    background: rgb(255, 255, 255);
    cursor: pointer;
    font-family: 'Aeroport';
    display: flex;
    min-width: 150px;
    justify-content: center;
}

.wizard>.actions a:hover {
    border: 1px solid #ACBBCA;
    background: #ACBBCA;
    color: #fff;
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background: #eee;
    color: #aaa;
    border: 1px solid #eee;
}

.wizard>.loading {}

.wizard>.loading .spinner {}

.wizard .content {
    min-height: 100px;
}

.wizard .content>.body {
    width: 100%;
    height: auto;
    padding: 15px 15px 20px 15px;
    position: absolute;
}

.wizard .content .body.current {
    position: relative;
}


/*
    Tabcontrol
*/

.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none;
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px;
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol>.content>.body ul {
    list-style: disc !important;
}

.tabcontrol>.content>.body ul>li {
    display: list-item;
}

.pagination-number {}



/* bundle-page*/

.bundle-fabric-content .choose-size__btn {}


.choose-size__btn {
    border-radius: 8px;
}

.bundle-grid {
    padding: 20px 0;
}

.title-mobile {
    display: none;
}

section.bundle-bed-pill.bundle-page {
    background: #F2F3F0;
}

section.bundle-slider {
    background: #F2F3F0;
    padding: 100px 0;
    display: none;
}

.bundle-left-slider img {
    max-width: 100%;
    height: auto;
}

.bundle-left-slider {
    width: 47%;
    position: relative;
}

.bundle-right-slider {
    width: 50%;
    position: relative;
}

.bundle-right-slider p {
    font-weight: 300;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 15px;
}

.content-slider h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 18px;
}

.content-slider h2 span {
    color: #ACBBCA;
}

.b-main-next,
.b-main-prev {
    width: 41px;
    height: 41px;
    background: #fff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 8%);
    border-radius: 4px;
    bottom: -20px;
}

.bundle-pag-row {
    /*position: relative;*/
    top: -2px;
}

.b-main-next:after {
    font-size: 0;
    background: url(../../img/main/right-arrow.svg)no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
}

.b-main-prev:after {
    font-size: 0;
    background: url(../../img/main/left-arrow.svg)no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
}

.b-main-next {
    right: 10px;
}

.b-main-prev {
    right: inherit;
    left: 0;
}

.bundle-grid {
    padding: 50px 0;
    background: #fff;
}

.bundle-row {

    /* display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:0 35px;*/

    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    gap: 0;



}

.bundle-row .product-box.bundle-box {
    width: calc(100%/3 - 25px);
    box-shadow: none;
    /*margin-right: 0 !important;*/
    /*min-width: 31%;
    margin-right: 30px;*/
}

.product-box.bundle-box:nth-child(2n) {
    margin-right: 30px;
}
.product-box.bundle-box {
    width: calc(100%/3 - 25px);
}

.product-box.bundle-box.bundle-box-selected {
    border: 2px solid #ACBBCA;
}

.product-box.bundle-box.bundle-box-selected .btn-bundle {
    border: 2px solid #ACBBCA;
    background: #ACBBCA;
    color: #fff;
}



.bundle-row-swiper .best-deals-box-img img,
.bundle-row .best-deals-box-img img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

p.bundle-title {
    margin-top: 15px;
    font-size: 28px;
}

.bundle-desc {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    margin-top: 12px;
    min-height: 140px;
    max-height: 140px;
}

.bundle-grid .sales-points-swiper span {
    position: relative;
    left: 2px;
}
.bundle-sp-row p {
    background: #F2F3F0;
    border: 0.831084px solid #EEEEEE;
    border-radius: 3.32434px;
    font-weight: 300;
    font-size: 11.6352px;
    line-height: 16px;
    padding: 5px 10px;
    margin-right: 0;

}

.bundle-sp-row p b {
    font-weight: 800;
    margin-left: 4px;
}

.bundle-sp-row {
    justify-content: flex-start;
    gap: 0 10px;
    margin-top: 20px;
}

.bundle-tooltip {
    margin-top: 20px;
    position: relative;
}

.bundle-tooltip ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 125px;
    min-height: 125px;
    overflow-y: scroll;
    position: relative;
}

.bundle-tooltip:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%;
    height: 30px;
    background: #ffffffb5;
    display: none !important;
}

.bundle-tooltip ul::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.bundle-tooltip ul::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.bundle-tooltip ul::-webkit-scrollbar-thumb {
    background: #383838;
}

/* Handle on hover */
.bundle-tooltip ul::-webkit-scrollbar-thumb:hover {
    background: #383838;
}

.bundle-tooltip li {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    display: flex !important;
    align-items: flex-start;
    padding-left: 10px;
}

.bundles-toolip {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-top: 5px;
}

.bundle-tooltip li:after {
    line-height: 16px;
    padding: 10px 10px 15px 10px !important;
    border-radius: 4px !important;
    font-family: 'Aeroport' !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 14px;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 12%) !important;
}

.price-row-bundle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 0 10px;
}

.regular-price {
    display: flex;
    flex-direction: column;
}

.price-row-bundle .new-price {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.regular-price>span {
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.04em;
    text-align: center;
}

.price-row-bundle span.old-price {
    margin-right: 0;
}

.bundle-submit {
    margin-top: 20px;
}

.btn-bundle {
    padding: 22px 0;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #ACBBCA;
    transition: .2s all linear;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #ACBBCA;
    background: #fff;
    cursor: pointer;
    font-family: 'Aeroport';
}

.btn-bundle:hover {
    border: 1px solid #ACBBCA;
    background: #ACBBCA;
    color: #fff;
}

.change-size-row h3,
.bundle-fabric-content h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    opacity: 0.98;
    margin-bottom: 25px;
}

.change-size-grid-left {
    padding-right: 30px;
}

.choose-size__buttons {
    padding-left: 30px;
}

.change-size-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.change-size-base,
.choose-size__buttons {
    width: 50%;
}

.change-size-base {
    border-right: 1px solid #E5E5E5;
}

.change-size-base-box {
    background: #FFFFFF;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

input[type=radio]+.label-base {
    display: flex !important;
    align-items: center;
    width: 100%;
    padding: 47px 20px;
    justify-content: space-around;
    border: 2px solid #EFEFEF;
}

.change-size-base-box-img {
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    width: 220px;
    height: 120px;
}

.change-size-base-box-img img {
    max-width: 100%;
    height: auto;
}

.label-base p {
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #000000;
}

input[type=radio]+.label-base:after {}

.change-size-base-box input[type="radio"] {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
}

input[type=radio]:checked+.label-base {
    background: #F2F3F0;
    border: 2px solid #ACBBCA;
}

.change-size-grid-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.change-size-grid-right .change-size-base-box {
    width: 49%;
}

.change-size-grid-right input[type=radio]+.label-base {
    flex-direction: column;
    padding: 20px 30px;
}

.change-size-grid-right .change-size-base-box-img {
    margin-right: 0;
}

.change-size-grid-right .label-base p {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #ACBBCA;
}

.change-size-grid-right .label-base p.single-size {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #383838;
    margin-top: 5px;
    margin-bottom: 0;
}

.bundle-fabric-content .choose-material-left {
    max-width: 100%;
    flex: 0 0 79%;
}

.fabric-content.bundle-fabric-content ul.tabs__caption {
    max-width: 100%;
}

.bundle-order-row {
    display: flex;
    align-items: flex-start;
    max-width: 990px;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 60px;

}

.bundle-order-row .bundle-order-left {
    width: 65%;
    border-right: 1px solid #EEEEEE;
    padding-right: 35px;
}

.bundle-order-row .bundle-order-right {
    width: 32%
}

.bundle-order-right img {
    max-width: 100%;
    height: auto;
}

.bundle-order-row .bundle-order-right h2 {
    margin-bottom: 5px;
}

.bundle-order-right p {
    font-weight: 300;
    font-size: 15px;
    line-height: normal;
}

.bundle-order-confirm {
    background: #FFFFFF;
    border: 0.807583px solid #F2F3F0;
    border-radius: 4.03791px;
    padding: 20px 20px;
    margin-top: 20px;
}

.bundle-order-options {
    display: flex;
    flex-direction: column;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #383838;
    justify-content: space-between;
}

.bundle-order-options>div {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bundle-order-title {

    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    padding-right: 5px;
    z-index: 2;
}

.bundle-order-options>div:after {
    content: '';
    display: flex;
    align-items: center;
    border-bottom: 0.5px dashed #383838;
    width: 95%;
    height: 1px;
    margin-left: 5px;
    position: absolute;
}

.bundle-order-options span {
    color: #000000;
    font-weight: 700;
    text-align: right;
    position: relative;
    background: #fff;
    z-index: 2;
    padding-left: 5px;
}

.bundle-order-image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 15px;
    margin-top: 15px;
}

.bundle-order-image img {
    max-width: 100%;
    height: auto;
}

.bundle-order-image>div {
    width: calc(100%/3);
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    height: 75px;
    display: flex;
    align-items: center;
    padding: 5px;
}

.order-bed-fabric_color {
    padding: 0 !important;

}

.order-bed-fabric_color img {
    object-fit: cover !important;
    height: 100%;
    border-radius: 4px;
}


.bundle-order-row h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
}

.bundle-grid-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bundle-grid-total p {
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
}

.bundle-grid-total span {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
}

.bundle-total span {
    color: #BE0505 !important;
}

.bundle-form {
    margin-top: 40px;
}

.bundle-form p {
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 15px;
}

.bundle-form .input-container {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.btn-bundle-orders {
    padding: 19px 0px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: rgb(0, 57, 121);
    transition: all 0.2s linear 0s;
    border-radius: 4px;
    width: 100%;
    border: 1px solid rgb(0, 57, 121);
    background: rgb(255, 255, 255);
    cursor: pointer;
    font-family: 'Aeroport';
}

.btn-bundle-orders:hover {
    border: 1px solid #ACBBCA;
    background: #ACBBCA;
    color: #fff;
}

.btn-add-bundle {
    color: #fff;
    border: 1px solid rgb(0, 57, 121);
    background: rgb(0, 57, 121);
}

.btn-add-bundle:hover {
    border: 1px solid #ACBBCA;
    background: #fff;
    color: #ACBBCA;
}

.bundle-order-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    gap: 0 30px;
}

p.bundle-terms {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #383838;
    margin-top: 25px;
    text-align: left;
}

.product-box.bundle-box .best-deals-box-img {
    height: 270px;
}

.result-titles {
    margin-bottom: 40px;
}

button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

form {
    background-color: #FFFFFF;

}



.container2 {
    background-color: #fff;
    position: relative;
    overflow: hidden;

    min-height: 635px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container2.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container2.right-panel-active .sign-up-container {
    transform: translateX(57%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 1;
}

.container2.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay2 {
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container2.right-panel-active .overlay2 {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container2.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container2.right-panel-active .overlay-right {
    transform: translateX(20%);
}




.flex-modal button,
.flex-modal a {
    font-family: 'Aeroport';
}

.left-modal {
    width: 36%;
    background: #fff;
}

.right-modal {
    width: 64%;
    background: #fff;

}

.left-modal img,
.right-modal img {
    width: 100%;
    height: 100%;
}


.right-modal {
    padding: 30px;
}

.right-modal h2 {
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    margin-bottom: 15px;
}

.right-modal .blue {
    color: #ACBBCA;
}

.right-modal p {
    font-weight: 300;
    font-size: 14px;
}

.right-modal p {
    margin-bottom: 15px;
}

.or {
    margin-top: 45px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    color: #929292;
    background: #fff;
    padding: 0 20px;
    text-align: center;
}

.or:before {
    content: '';
    border-bottom: 0.6px solid #EEEEEE;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 9px;
}

.right-modal .or__sub {
    color: #929292;
    background: #fff;
    padding: 0 15px;
    position: relative;
}

.flex-modal .input-container {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.btn-modal {
    background: #fff;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #ACBBCA;
    transition: .2s all linear;
    border: 1.22849px solid #ACBBCA;
    border-radius: 3.03172px;
    margin-top: 5px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
}

.btn-text {
    background: transparent;
    color: #fff;
    border: 1.22849px solid #fff;
    margin-top: 15px;
}



.btn-modal:hover {
    background: #ACBBCA;
    color: #fff;
    border-color: #fff;
}

.btn-modal:hover svg path {
    fill: #fff;
}

.btn-black:hover svg path {
    fill: #000;
}

.btn-black {
    background: #000;
    color: #fff;
}

.btn-auth {
    margin-top: 30px;
}

.btn-black:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

.image-modal {
    position: relative;
}

.text-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-modal h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
}

.checkbox-modal label input {
    display: none;
}

.checkbox-modal label span {
    width: 18px;
    height: 18px;
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.checkbox-modal label div {
    margin-left: 12px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.checkbox-modal label span:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ACBBCA;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s all linear;
    opacity: 0;
}

.checkbox-modal label input:checked~span:before {
    opacity: 1;
}

.grid__remember-mobile {
    display: none;
}

.grid__term {
    margin-top: 15px;
    font-size: 16px;

}

.grid__term a {
    text-decoration: underline;
    transition: .2s all linear;
}

.grid__term a:hover {
    text-decoration: none;
;
}

/* .choose-size__btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
} */

.grid__remember a {
    font-size: 16px;
}




#registration,
#authorisation,
#password {
    /*padding: 0;*/
    width: 100%;
    background: transparent;

}



.fa {
    color: #000;
    font-size: 24px;
    margin: 0 10px;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 100%;
    display: block;
}

#tooltip {
    display: none;
    position: absolute;
    z-index: 9999999999999999999999999999999999999;

    background-color: #fff;
    border: #fff;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 12%) !important;
    padding: 10px 10px 15px 10px !important;
    border-radius: 4px !important;
    font-family: 'Aeroport' !important;
    max-width: 200px;



}

#tooltip>span {
    background-color: white;
    filter: drop-shadow(0 1px 0px rgba(0, 0, 0, 0.12)) !important;
    display: inline-block;
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
}

#tooltip>div {
    font-size: 12px;
}


.category-main-filter-box-img {
    margin-right: 15px;
    margin-bottom: 8px;
    margin-top: 5px;
}


.category-main-filter-box-right {
    margin-bottom: 8px;
}

.filter-box-link [aria-label][class*=cooltipz]:after,
.filter-box-link [aria-label][data-cooltipz-dir]:after {

    padding: 10px 10px 15px 10px !important;
    border-radius: 4px !important;
    font-family: 'Aeroport' !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 12%) !important;
}

.order-summary-list p span:after {
    line-height: 16px;
    padding: 10px 10px 15px 10px !important;
    border-radius: 4px !important;
    font-family: 'Aeroport' !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 14px;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 12%) !important;
}

.order-summary-list [aria-label][data-cooltipz-dir][data-cooltipz-dir=top-left]:before {
    left: calc(var(--cooltipz-arrow-size, .3125rem)/2);
}



.ui.menu {
    border: 0;
    box-shadow: none;
}

.main-filter-top .ui.menu .item.sort-price {
    border: 1px solid transparent;
}

.ui.simple.active.dropdown>.menu,
.ui.simple.dropdown:hover>.menu {
    border: 0;
    box-shadow: -1px 7px 6px rgb(0 0 0 / 12%);

}

.filter-box-link .ui.selection.active.dropdown {
    border: 1px solid transparent;

}

.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
    background: transparent;
    border-top-left-radius: .28571429rem;
    border-top-right-radius: .28571429rem;
    border: 1px solid transparent;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 12%)
}


.ui.menu .dropdown.item .menu {
    left: -1px;
    min-width: calc(100% - -1px);
}


.filter-box-link .ui.simple.dropdown:hover,
.filter-box-link .ui.multiple.dropdown:hover {
    background: #fff;

    border-top-left-radius: .28571429rem;
    border-top-right-radius: .28571429rem;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 12%);
    border: 1px solid transparent;
}

.ui.dropdown .menu {
    border-radius: 0;
}

.filter-box-link .ui.selection.active.dropdown .menu {
    padding-top: 15px;
}

.filter-box-link .ui.selection.dropdown .menu>.item:hover {
    background: #F2F3F0;
}

.product-title-row {
    margin-top: 15px;
    height: 88px;
}

.product-lizing-row {
    align-items: center;
}

.category-main-filter-box-img img {
    width: 19px;
}

.item-right span {
    justify-content: flex-start;
}


.ui.multiple.dropdown .menu::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.ui.multiple.dropdown .menu::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.ui.multiple.dropdown .menu::-webkit-scrollbar-thumb {
    background: #ACBBCA;
}

/* Handle on hover */
.ui.multiple.dropdown .menu::-webkit-scrollbar-thumb:hover {
    background: #ACBBCA;
}


.tags-outlet {
    background: #F2F3F0;
    padding: 40px 0;
    margin-bottom: 35px;
}

.tags-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-sale h1 {
    font-weight: 700;
    font-size: 70px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;

}

.left-sale p {
    font-weight: 300;
    font-size: 11px;
    line-height: 40px;
}

.right-sale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 25px;
}

.grid-sale {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    transition: .2s all linear;
    padding: 15px 0 10px 0;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    width: 125px;
    height: 125px;

}

.grid-sale__title {
    margin-top: 10px;
    color: #000;
}

.grid-sale__img img {
    width: 62px;
}

.grid-sale:hover img {
    filter: brightness(0) invert(1);
}

.grid-sale:hover {
    background: #ACBBCA;
    border-radius: 8px;

}

.grid-sale:hover .grid-sale__title {
    color: #fff;
}

.leasing-info-sp-box-img img {
    max-width: 100%;
    height: auto;
}

.leasing-info-sp-box-img {
    width: 30%;
}

.bundle-terms a {
    color: #ACBBCA;
}

p.bundle-title {
    min-height: auto;
}

@media screen and (max-width: 1440px) {
    .middle-top-row-middle nav ul li:not(:last-child) {
        margin-right: 10px;
    }

    .placeholder {
        top: 17px;
    }

    .wizard>.steps a,
    .wizard>.steps a:hover,
    .wizard>.steps a:active {
        padding: 30px 20px;
    }

    .steps-title {
        font-size: 18px;
    }

    .steps-model {
        font-size: 13px;
    }

    .product-box.bundle-box {
        padding: 30px 15px 35px;
    }

    .bundle-sp-row p {
        padding: 5px 6px;
        font-size: 10px;
    }
}

@media screen and (max-width: 1200px) {

    .bundle-fabric-content .choose-material-left {
        max-width: 100%;
        flex: 0 0 75%;
    }

    .product-box.bundle-box .best-deals-box-img {
        height: 170px;
    }

    .bundle-sp-row {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .grid-sale {
        width: 100px;
        height: 100px;
    }

    .grid-sale__img img {
        width: 44px;
    }

    .right-sale {
        gap: 0 15px;
    }

    .grid-sale__title {
        font-size: 15px;
    }

    .left-sale h1 {
        font-size: 50px;
    }


    .best-deals-box-swiper .swiper-slide {
        height: 270px;
    }

    .size-price-row span.select2-container {
        min-width: 100px;
    }

    a.show-all-fil {
        width: 190px;
    }

    .category-main-filter-box-right {
        width: 50%;
        justify-content: flex-end;
    }

    .ergo-swiper-box-title p {
        height: 66px;
    }

    .product-lizing-about span {
        font-size: 10px;
    }

    .product-lizing-row p {
        font-size: 17px;
    }

    .ergo-swiper-box .product-lizing-row {
        padding-left: 10px;
        margin-left: 10px;
    }

    .price-row-product .new-price {
        font-size: 18px;
    }

    .ergo-swiper-box .price-row-product span.old-price {
        margin-left: 10px;
    }

    .price-row-product span.old-price {
        font-size: 14px;
    }

    p.product-title {
        height: 90px;
    }

    .hint-content span {
        display: block;
        padding: 0 20px;
    }

    .about-big-product-img .hint.active .hint-content {
        padding: 12px 20px;
    }

    .night-sleeps h2 {
        font-size: 65px;
        line-height: normal;
    }

    .mini-nights-sleep-title p {
        font-size: 20px;
        line-height: normal;
    }

    .mini-nights-sleep-img img {
        max-width: 400px;
    }

    .night-sleeps img {
        max-width: 160px;
    }

    .mini-nights-sleep-title {
        max-width: 250px;
    }

    .night-5 {
        text-align: center;
    }

    a.sale-link,
    .footer-top-row nav ul li a {
        font-size: 14px;
    }

    .footer-top-row nav ul li:not(:last-child) {
        margin-right: 13px;
    }

    .main-swiper .swiper-slide {
        height: 100%;
    }

    .ergo-left-box-gr-title {
        padding-right: 18px;
    }

    .ergo-left-box-gr {
        padding: 12px 12px;
    }
}

@media screen and (max-width: 1024px) {

    .steps-title {
        font-size: 12px;
    }

    /* special offer*/
    .bundle-bed-title h3 {
        font-size: 100px;
    ;
    }

    .bundle-bed-title:before {
        height: 40px;
    }

    /* /special offer*/
    .search-input {
        display: block;
    }

    .hint-content span {
        display: block;
        padding: 0 10px;
        padding-left: 0;
    }

    .about-big-product-img .hint.active .hint-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .card-main {
        overflow: hidden;
    }
    .breadcrumbs ul {
        flex-wrap: wrap;
    }
    .card-main-lizing-info,
    .card-main-tabs-box-right{
        display: none;
    }

    .mobile-product-sp {
        display: block;
        position: relative;

    }
    .mobile-product-sp:before {
        content: "";
        position: absolute;
        width:100%;
        height: 100%;
        background: #614184;
        left:-50%;
        top:0;
        z-index: -1;
    }
    .mobile-product-sp:after {
        content: "";
        position: absolute;
        width:100%;
        height: 100%;
        background: #614184;
        right:-50%;
        top:0;
        z-index: -1;
    }
    .mobile-product-sp img {
        width: 100%;
    }

    .bundle-order-row .bundle-order-left {
        width: 100%;
    }

    .bundle-order-row .bundle-order-right {
        width: 100%;
        padding-left: 30px;
    }

    .bundle-fabric-content .choose-material-left {
        max-width: 100%;
        flex: auto;
    }

    .bundle-desc {
        min-height: 170px;
        max-height: 170px;
    }

    .cd-top-left label {
        font-size: 10px;
    }

    .result-titles {
        margin-bottom: 15px;
    }

    .bundle-tooltip ul {
        max-height: 120px;
        min-height: 120px;
    }

    .all-bundles #tooltip {
        margin-left: 0;
        margin-top: -10px;
    }

    .all-bundles #tooltip>span {
        right: inherit;
        left: 6% !important;
    }

    .tags-btns {
        flex-direction: column;
    }

    .left-sale .category-titles-breadcrumbs {
        display: flex;
        justify-content: center;
    }

    .right-sale {
        flex-wrap: wrap;
        gap: 25px;
        margin-top: 20px;
        justify-content: center;
    }

    .tags-outlet {
        padding: 15px 0;
    }

    .search-box {
        transform: translateY(-190px);
    }

    .main-swiper .swiper-slide {
        height: 100%;
    }

    .category-main-filter-box-left {
        width: 50%;
    }

    .category-main-filter-box-right {
        width: 50%;
    }

    .night-sleeps {
        right: auto;
        left: 50%;
        transform: translate(-150%, 0%);
    }

    .price-row-product {
        align-items: center;
    }

    .category-main-filter-box-right {
        margin-bottom: 0;
    }

    .fa {
        cursor: pointer;
        position: relative;
        display: inline-block;
        z-index: 99999999;
        width: auto;
        height: auto;
        font-size: inherit;
        margin: 0;
    }

    #tooltip {
        margin-left: 6px;
        margin-top: -20px;
    }

    #tooltip>span {
        left: 3% !important;
        right: auto !important;
    }

    /* .filter-menu-mob {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 8em;
    } */

    .leasing-info-sp-box-img {
        width: 30%;
    }

    .leasing-info-sp-box-text {
        max-width: 100%;
        width: 70%;
    }

    .leasing-info-logo img {
        width: 50%;
    }

    .cd-products-table .top-info img {
        width: 150px;
        height: auto;
    }


}

@media screen and (max-width: 768px) {

    p.product-title,
    .ergo-swiper-box-title p {
        height: auto;
    }

    .left-modal,
    .right-modal {
        width: 50%;
    }

}

@media screen and (max-width: 767px) {

    html[data-region="pt"] .selected_detail_html:not(.empty), html[data-region="pt"] .select_list_element_text:not(.empty) {
        font-size: 9px !important;
    }

    .product-title-row {
        height: auto;
    }

    .best-deals-img-box {
        min-height: 290px;
    }

    .bundle-order-row {
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .bundle-order-row .bundle-order-left {
        padding-right: 0;
        border-right: 0;
    }

    .bundle-order-row .bundle-order-right {
        padding-left: 0;
        margin-top: 30px;
    }

    .bundle-order-image>div {
        height: 120px;
    }

    .bundle-sp-row p {
        padding: 5px 4px;
    }

    /* special offer*/
    .bundle-bed-title h3 {
        font-size: 60px;
    }

    .bundle-bed-title:before {
        height: 30px;
    }

    .bundle-bed-content {
        flex-wrap: wrap;
        gap: 10px 10px;
    }

    .bundle-bed-image {

    }

    /* /special offer*/
    .bundle-desc {
        min-height: 145px;
        max-height: 145px;
    }

    .cd-table-navigation {
        display: none;
    }

    .cd-products-columns .product {
        border-right: 1px solid #F0F0F0;
    }

    .cd-top-left {
        margin-bottom: auto;
        margin-top: 0;
    }

    .cd-products-table .top-info {
        justify-content: space-between;
    }

    .no-js .cd-products-table .top-info {
        height: 260px;
        border-right: 1px solid #F0F0F0;
    }

    .cd-features-list .item-right {
        display: none;
    }

    a.cd-btn-cart {
        font-weight: 500;
        font-size: 11px;
        margin: 0 15px;
        padding: 5px 8px;
    }

    .cd-products-table .top-info img {
        width: 120px;
        height: 76px;
    }

    .compare-title span {
        display: none;
    }

    .bundle-order-buttons {
        gap: 15px 30px;
        flex-direction: column;
    }

    .price-row-bundle .new-price {
        font-size: 33px;
    }

    .bundle-tooltip ul {
        max-height: 115px;
        min-height: 115px;
    }

    .bundle-fabric-content .choose-material__buttons {}

    .wizard>.content>.body {
        padding: 20px 20px 15px 20px;
    }

    .wizard>.actions a,
    .wizard>.actions a:active {
        min-width: 135px;
    }

    .fabric-title {
        display: none;
    }

    #bundle-basic-p-1 {
        padding-bottom: 50px;
    }

    .b-main-next {
        right: -15px;
    }

    .b-main-prev {
        left: -15px;
    }

    .bundle-pag-row .swiper-button-disabled {
        display: none;
    }

    .bundle-pag-row {
        top: -190px;
    }

    .b-main-next, .b-main-prev {
        width: 28px;
        height: 28px;
    }

    .b-main-prev:after, .b-main-next:after {
        width: 9px;
        height: 13px;
    }

    .bundle-fabric-content {
        padding: 0;
    }

    .title-mobile {
        display: block;
    }

    .bundle-order-row h2 {
        margin-bottom: 15px;
        text-align: left;
    }

    .title-mobile {
        margin-bottom: 15px;
        text-align: left;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
    }

    .bundle-form p {
        text-align: left;
        line-height: normal;
        font-size: 13px;
    }

    .wizard>.steps a,
    .wizard>.steps a:hover,
    .wizard>.steps a:active {
        min-height: auto;
        padding: 0;
        background: none !important;
    }

    .steps-title,
    .steps-model {
        display: none !important;
    }

    .wizard>.steps a,
    .wizard>.steps a:hover,
    .wizard>.steps a:active {
        border: none;
        margin: 0 5px;
    }

    .wizard>.steps .current a:before,
    .wizard>.steps .done a::before {
        height: 4px;
        color: #ACBBCA;
    }

    .wizard>.steps .disabled a:before {
        background-color: #D9D9D9;
        background-image: none;
        height: 4px;
    }

    .wizard>.steps .current a span,
    .wizard>.steps .done a span {
        color: #ACBBCA;
    }

    .wizard>.steps .number {
        text-align: center;
        letter-spacing: -0.04em;
        font-weight: 700;
        font-size: 18px;
        color: #D9D9D9;
        text-align: center;
        padding-bottom: 8px;
    }

    .wizard>.steps .number>span {
        display: none;
    }

    .wizard>.steps .current a:after,
    .wizard>.steps .done a:after {
        display: none;
    }

    .change-size-base,
    .choose-size__buttons {
        width: 100%;
    }

    .change-size-base {
        border: none;
    }

    .change-size-row {
        flex-wrap: wrap;
    }

    .choose-size__buttons {
        padding-left: 0;
    }

    .change-size-grid-left {
        padding-right: 0;
        display: flex;
        justify-content: space-between;
    }

    .change-size-grid-left .change-size-base-box {
        min-height: 80px;

    }

    .change-size-grid-left .change-size-base-box-img {
        margin-left: 5px;
    }

    .change-size-grid-left .label-base {
        height: 100%;
        gap: 0 10px;


    }

    .change-size-grid-left input[type=radio]+.label-base {
        padding: 10px 10px;
    }

    .change-size-base-box-img img {
        min-width: 50px;
    }

    section.bundle-slider {
        padding: 30px 0;
    }

    .change-size-base-box-img {
        margin-right: 5px;
        width: 35px;
        height: 20px;
    }

    input[type=radio]+.label-base {
        padding: 10px 4px;
    }

    .change-size-base-box {
        margin-bottom: 15px;
        width: 49%;
    }

    .label-base p {
        font-size: 10px;
        line-height: normal;
    }

    .change-size-row h3,
    .bundle-fabric-content h3 {
        margin-bottom: 15px;
    }

    .change-size-grid-right .change-size-base-box-img {
        width: auto;
        height: auto;
    }

    .change-size-grid-right .label-base p.single-size {
        font-size: 14px;
    }

    .change-size-grid-right input[type=radio]+.label-base {
        flex-direction: column;
        padding: 20px 15px;
    }

    .bundle-row .product-box.bundle-box {
        width: auto;
        min-width: 281px;
        margin-right: 15px !important;
    }

    .btn-bundle {
        padding: 12px 0;
    }

    .bundle-row {
        display: flex;
        align-items: stretch;
        flex-wrap: nowrap;
        justify-content: space-between;
        overflow-x: scroll;
        gap: 0;
    }

    .btn-bundle-orders {
        font-size: small;
    }

    .bundle-left-slider {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }

    .bundle-right-slider {
        width: 100%;
        position: relative;
    }

    .container2.right-panel-active .overlay-container {
        transform: translateX(0%);
    }

    .container2.right-panel-active .sign-up-container {
        transform: translateX(0%);
    }

    .overlay-container {
        left: 100%;
    }

    .container2 {
        min-height: 620px;
    }

    form {
        height: auto;
    }

    .night-tt {
        margin-left: 0;
    }

    span.sale-cart {
        position: relative;
        border-top-left-radius: 0;
    }

    .cart-main-box {}

    .cart-main-box-about {
        margin-top: 5px;
    }

    .cart-main-box-about-prices {
        position: static;
        margin-top: 10px;
    }

    .cart-main-box-about-title {
        margin-bottom: 3px;
        position: relative;
    }

    input.form-control.input-number {
        width: 50px;
    }

    .input-group {
        max-width: 100px;
    }

    .cart-main-box-total-price {
        display: flex;
    }

    .cart-main-box-img {
        height: 80px;
    }

    .cart-main-box-total-price p {
        font-size: 18px;
    }

    a.cart-main-box-acc-link {
        margin-top: 14px;
    }

    .order-summary-coupon input {
        width: 70%;
    }

    .order-summary-coupon {
        max-width: 100%;
    }

    .right-sale {
        justify-content: center;
    }

    [aria-label][class*=cooltipz]:after,
    [aria-label][data-cooltipz-dir]:after {
        max-width: 150px;
    }

    .descript-box-dwn-info span {
        min-width: 65px;
        text-align: right;
    }

    .descript-box-dwn-info p {
        margin-right: 0;
    }

    .left-modal,
    .right-modal {
        width: 100%;
    }

    .flex-modal .left-modal {
        display: none;
    }

    .grid__remember-mobile {
        display: flex;
        margin-top: 20px;
        justify-content: center;
    }

    .flex-modal {
        max-height: 100%;
    }

    .or {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cd-top-left label span {
        margin-left: 0;
    }

    .cd-products-table .top-info,
    .cd-products-columns .product {
        width: 180px;
    }

    .cd-products-table .top-info h3 {
        height: 68px;
    }

    .cd-products-table .features {
        box-shadow: 4px 0px 12px rgb(0 0 0 / 4%);
    }

    .cd-products-columns {
        margin-left: 150px;
    }

    .night-sleeps {
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}


@media screen and (max-width: 550px) {

    html[data-region="pt"] .selected_detail_html:not(.empty), html[data-region="pt"] .select_list_element_text:not(.empty) {
        font-size: 8px !important;
    }

    .product-lizing-about span {
        font-size: 8px;
    }
    .product-lizing-about {
        max-width: 60px;
    }

    .bundle-row .product-box.bundle-box {

        min-width: 93%;
        max-width: 93%;

    }

    .best-deals-img-box {
        min-height: 260px;
    }

    .bundle-order-image>div {
        height: 75px;
    }

    .bundle-bed-title h3 {
        font-size: 45px;
    }

    .bundle-bed-title:before {
        height: 22px;
    }

    .comparing {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .comparing div:first-child {
        font-size: 24px;
        width: 100%;
    }

    .comparing div {
        font-size: 16px;
    }

    .compare-bg {
        padding: 15px 0;
    }

    .cd-products-table .features,
    .cd-products-table .features .top-info {
        width: 105px;
    }

    .features .cd-features-list li,
    .cd-products-table .features .top-info {
        padding: 13px 5px;
        font-size: 11px;
    }

    .cd-features-list li {
        padding: 13px 5px;
        font-size: 11px;
    }

    .cd-products-table .top-info,
    .cd-products-columns .product {
        width: 130px;
    }

    .cd-products-columns {
        margin-left: 110px;
    }

    .compare .container {
        padding: 0;
    }

    a.cd-btn-cart {
        margin: 0 5px;
    }

    .cd-products-table .top-info h3 {
        height: 68px;
    }

    .cd-top-left label {
        gap: 0 4px;
        font-size: 8px;
    }

    .cd-top-left {
        width: 100%;

    }

    .cd-products-table .top-info h3 {
        font-size: 11px;
    }

    .cd-products-table .features {
        box-shadow: 4px 0px 12px rgb(0 0 0 / 4%);
    }




    a.video-play-gall {
        width: 48px;
        height: 48px;
    }

    .card-box-swiper-thumbs .swiper-slide {
        width: 55px !important;
        margin-right: 10px !important;
        height: 48px;
    }

    .card-main-lizing-info p {
        font-size: 11px;
    }

    .grid__term a,
    .grid__term div {
        font-size: 12px !important
    }

}

@media screen and (max-width: 390px) {

    .selected_detail_html:not(.empty),
    .select_list_element_text:not(.empty) {
        font-size: 8px !important;
        padding: 0 5px !important;
    }

    .bundle-fabric-content .choose-size__btn {
        margin-right: 0px;
        width: 60px;
        height: 60px;
    }

    .best-deals-img-box {
        min-height: 215px;
    }
}

@media screen and (max-width: 375px) {
    .bundle-fabric-content .choose-size__btn {
        margin-right: 0px;
        width: 57px;
        height: 57px;
    }
}

/*new-design v3*/
.footer-form-main-txt {
    max-width: 870px;
    margin: 0 auto;
    padding: 180px 0 320px;
}

section.footer-form-bg {
    background: url(../../img/main/footer-form-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-form-main-txt p {
    color: #FFF;
    text-align: center;
    font-family: Aeroport;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.383px;
    margin-bottom: 11px;
}

.footer-form-main-txt span {
    color: #FFF;
    font-family: Aeroport;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.footer-main-form {
    background: #C9C1B8;
    padding: 31px 0;
}

.footer-main-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-main-form-row-left {
    max-width: 452px;
}

.footer-main-form-row-left p {
    color: #020202;
    font-family: Aeroport;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.167px;
    margin-bottom: 8px;
}

.footer-main-form-row-left span {
    color: #020202;
    font-family: Aeroport;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.075px;
}

.footer-main-form-row-middle-input input {
    border: 1px solid #020202;
    background: #FFF;
    display: flex;
    align-items: center;
    width: 375px;
    max-width: 375px;
    padding-left: 18px;
    height: 62px;
    color: #020202;
    font-family: Aeroport;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.058px;
    text-transform: uppercase;
    outline: 0;
}

.footer-main-form-row-middle-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-main-form-row-middle-txt {
    color: #020202;
    font-family: Aeroport;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.058px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: max-content;
    bottom: -25px;
}

.container-max {
    max-width: 1720px;
    margin: 0 auto;
}

.footer-main-form-row-middle-input input:first-child {
    margin-right: 70px;
}

.footer-main-form-row-right button {
    color: #020202;
    font-family: Aeroport;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    padding: 14px 52px;
    background: transparent;
    outline: 0;
    border: 1px solid #000;
    cursor: pointer;
    transition: .2s all linear;
}

.footer-main-form-row-middle {
    position: relative;
}

.footer-main-form-row-right button:hover {
    background: #000;
    color: #fff;
}

.middle-top-row-left a.logo {
    display: none;
}

.middle-top-row-middle .logo {
    max-width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle-top-row-middle .logo img {
    width: 100%;
}


.cont-bottom-row ul.cont-bottom-row-list {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}


a.bottom-header-drop-menu-box-row-right-link {
    max-width: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset!important;
}

a.bottom-header-drop-menu-box-row-right-link img {
    width: 100%;
}

.drop-menu-left-links-box {
    width: auto;
    margin-right: 35px;
}

.bottom-header-drop-menu-box-row-right {
    padding-left: 0;
    padding-bottom: 0;
    width: 480px;
}

.drop-menu-left-links-box p {
    color: #020202;
    font-family: Aeroport;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.083px;
    text-transform: inherit;
    margin-bottom: 9px;
}
.drop-menu-left-links-box:last-child {
    margin-right: 0;
}

.bottom-header-drop-menu-box-row-left {
    padding-bottom: 0;
    padding-top: 65px;
    padding-bottom: 65px;
    width: calc(100% - 480px);
}

.bottom-header-drop-menu:before {
    background: #fff;
}

.bottom-header-drop-menu {
    background: transparent;
    top: 52px;
}

/* HERO BANNER */
.main-hero-banner-row {
    display: flex;
}

section.main-hero-banner {
    background: #F1F1EF;
    padding: 25px 0 35px;
}

@media screen and (min-width: 769px) {
    section.main-hero-banner .swiper-button-prev,
    section.main-hero-banner .swiper-button-next {
        display: none;
    }

    section.main-hero-banner:hover .swiper-button-prev,
    section.main-hero-banner:hover .swiper-button-next {
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    section.main-hero-banner .swiper-button-prev,
    section.main-hero-banner .swiper-button-next {
        display: flex;
    }
}

.main-hero-banner-right p.hero-banner-main-title {
    color: #383838;
    text-align: center;
    font-family: Cormorant Garamond;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.38px;
    margin-bottom: 40px;
}

.main-hero-banner-right p {
    color: #000;
    text-align: center;
    font-family: Cormorant Garamond;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
    letter-spacing: -0.64px;
}

.main-hero-banner-right span {
    color: #020202;
    text-align: center;
    font-family: Aeroport;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    max-width: max-content;
}

.main-hero-banner-right-row-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-hero-banner-right-row-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-radius: 45px;*/
    /*border: 2px solid #ACBBCA;*/
    border-radius: 16px;
    border: 1px solid rgba(151, 151, 151, 0.00);
    background: #383838;
    /*padding: 24px 85px;*/
    padding: .25em 1em;
    /*color: #020202;*/
    color: #FFF;
    text-align: center;
    font-family: Aeroport;
    /*font-size: 28px;*/
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.117px;
    text-transform: uppercase;
    transition: .2s all linear;
}

.main-hero-banner-right-row-links a:first-child {
    margin-right: 0px !important;
}

.main-hero-banner-right-row-links a:hover {
    background: transparent;
}

/* HERO BANNER END */

/* TWO BLOCKS LINKS */
.two-block-links-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    padding-bottom: 70px;
}

.two-block-links-box {
    width: calc(100%/3);
    max-width: 410px;
    margin-right: 50px;
    border-radius: 22px;
    overflow: hidden;
}

.two-block-links-box:last-child {
    margin-right: 0;
}

.two-block-links-box-txt {
    /*background: #BE0505;*/
    background: #FFF;
    padding: 13px 15px;
}

.two-block-links-box-txt p {
    /*color: #FFF;*/
    font-family: Aeroport;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    letter-spacing: -0.083px;
    /*margin-bottom: 20px;*/
    height: 40px;
    display: flex;
    align-items: flex-start;

    color: #383838;
}

a.two-block-link-box {
    display: flex;
    align-items: center;
    /*color: #FFF;*/
    font-family: Aeroport;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
    max-width: max-content;
    margin-left: auto;

    color: #BE0505;
}

a.two-block-link-box svg {
    margin-left: 12px;
}

.two-block-links-box-img {
    position: relative;
}

.two-block-links-box-img img {
  background-color: #fff;
}

.two-block-links-box-img-circle {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #BE0505;
    height: 70px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
}

.two-block-links-box-img-circle p {
    color: #FFF;
    font-size: 30px;
    margin-right: 1px;
    font-weight: 700;
    letter-spacing: -1px;
}

.two-block-links-box-img-circle span {
    color: #FFF;
    display: flex;
    flex-direction: column;
    max-width: max-content;
    line-height: 11px;
}

/* TWO BLOCKS LINKS END */

/* TWO BLOCK LINKS TXT */
.block-about-company {
    padding: 87px 0 118px;
}

.two-block-links-txt {
    /*max-width: 880px;*/
    /*margin: 0 auto 40px;*/
    display: grid;
    grid-template-columns: auto 1fr 3.8fr;
    grid-template-areas:'img . txt';
}

.block-about-company .about-company-img {
    grid-area: img;
}
.block-about-company .about-company-txt {
    grid-area: txt;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-about-company .about-company-txt .vertical-line {
    height: 77px;
    width: 0;
    border-left: 2px solid #383838;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.two-block-links-txt h1 {
    margin-bottom: 30px;

    color: #383838;

    text-align: center;
    font-family: CormorantGaramond;
    font-size: 59.667px;
    font-style: normal;
    font-weight: 400;
    line-height: 63px; /* 105.585% */
    letter-spacing: -0.249px;
    text-transform: uppercase;
}

.two-block-links-txt p {
    margin-bottom: 30px;
    display: block;
    text-align: center;

    color: #383838;

    text-align: center;
    font-family: Aeroport;
    font-size: 22.375px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.093px;
}

.two-block-links-txt a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    margin: 20px auto 0;
    padding: 10px 50px;
    /*background: #0D407D;*/
    /*border-radius: 5px;*/
    color: #FFF;
    text-align: center;
    font-family: Aeroport;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.083px;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: .2s all linear;

    border-radius: 5px;
    background: #ACBBCA;
}

.two-block-links-txt a:hover {
    background: transparent;
    border-color: #0D407D;
    color: #0D407D;
}

/* TWO BLOCK LINKS TXT END */

/* LINKS CATEGORIES */
.two-block-links {
    background: #EAF3F9;
    padding-top: 50px;
}

.links-categories-title {
    margin-bottom: 50px;

    color: #383838;

    text-align: center;
    font-family: CormorantGaramond;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.25px;
    text-transform: uppercase;
}
.links-categories-title img{
    margin-top: 55px;
    margin-bottom: 10px;
}

.two-block-links-title, .catalog-shop-size-title p {
    margin-bottom: 50px;

    color: #383838;
    text-align: center;
    font-family: CormorantGaramond;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}
.links-categories-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a.links-categories-box {
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
}

.links-categories-box-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 55px;
    text-align: center;
    font-family: Aeroport;
    font-style: normal;
    font-weight: 700;

    background: rgba(242, 243, 240, 0.7);
    border-radius: 5px;
    padding: 6px 13px;
    color: #383838;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.083px;
    text-transform: uppercase;
}

.links-categories-box-txt svg {
    margin-left: 12px;
    margin-top: 5px;
}

.links-categories-box-img {
    position: relative;
    overflow: hidden;
}

.links-categories-box-img img {
    width: 100%;
    object-fit: cover;
    transition: 1.1s all linear;
}

.links-categories-box-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #2B6A9B90 0%, rgba(246, 250, 253, 0.00) 70%);
    display: block;
    position: absolute;
    border-radius: 40px;
    transition: 1.1s all linear;
}

.links-categories-box:hover img {
    transform: scale(1.3);
}

.links-categories-box:hover .links-categories-box-img:before {
    opacity: 0;
}

/* LINKS CATEGORIES END */

/* BEST NIGHT SLEEP   */
.best-night-sleep-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.best-night-sleep-box {
    width: calc(100%/3);
    max-width: 410px;
    position: relative;
}

.best-night-sleep-box-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    /*border: 2px solid #FFF;*/
    padding: 100px 70px;
}
.best-night-sleep-box-txt .best-night-sleep-not-style {
    text-align: center;
    font-size: 24px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    font-family: Cormorant Garamond;
    margin-top: 47px;
}

.best-night-sleep-box-txt p {
    font-family: Aeroport;
    text-align: center;
    color: #383838;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.083px;
    text-transform: uppercase;
}

.best-night-sleep-box-txt p+p {
    font-size: 16px;
    margin-top: 15px;
}

.best-night-sleep .best-night-sleep-row .best-night-sleep-box-txt p:not(.best-night-sleep-not-style) {
    overflow: visible;
}

section.best-night-sleep {
    /*margin-bottom: 150px;*/
    /*padding: 167px 0 118px;*/
    padding-bottom: 110px;
}

a.best-night-link-arr {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #ACBBCA;
    padding: 9px 35px;

    color: #FFF;

    text-align: center;
    font-family: Aeroport;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.083px;
    text-transform: uppercase;
    margin-top: 59px;
}

/* BEST NIGHT SLEEP END */

.links-categories {
    padding: 87px 0 118px;
    background: linear-gradient(to top, #ACBBCA 0%, #ACBBCA 74%, #FFF 74%, #FFF 100%);
}

/* TRUST BLOCK  */
.trust-box-slide {
    background: #ECF3F8;
    box-shadow: inherit;
}

.trust-main-box-slide {
    background: #ecf3f8;
    box-shadow: inherit;
}

.trust-next,
.trust-prev {
    background: #ecf3f8;
}

img.trust-pilot {
    max-width: 345px;
}

.google-rev .links-categories-title {
    margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
    .trust-main-swiper .swiper-wrapper {
        padding: 15px 50px;
    }
}

/* TRUST BLOCK END */

/* FOOTER */
/*footer {*/
/*    background: #383838;*/
/*    padding: 90px 0 150px;*/
/*}*/

.footer-box-title {
    margin-bottom: 28px;

    color: #FFF;
    /*text-align: center;*/
    font-family: Cormorant Garamond;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.117px;
    text-transform: uppercase;
}

.footer-row {
    display: flex;
    justify-content: space-between;
}

.footer-box-links {
    font-family: Aeroport;

    color: #FFF;
    /*text-align: center;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.075px;
}

ul.footer-box-links-list li a {
    max-width: 250px;
    display: flex;
    align-items: center;

    font-family: Aeroport;
    color: #FFF;
    /*text-align: center;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.075px;
}

ul.footer-box-links-list span.pay-securely-text {
    color: #FFF;

    font-family: Cormorant Garamond;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.058px;
}

ul.footer-box-links-list li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-box ul.footer-box-links-list-contact-us li {
    margin-bottom: 0;
}
.footer-box ul.footer-box-links-list-contact-us .contact-us-email {
    margin-top: 20px;
}
.footer-box ul.footer-box-links-list-contact-us .contact-us-email svg {
    margin-right: 8px;
}

.footer-box {
    width: auto;
    max-width: 295px;
}

a.footer-soc-box {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 40px;
    margin-right: 28px;
}

.footer-soc-row {
    display: flex;
    align-items: center;
}

a.footer-soc-box img {
    width: 100%;
}

a.footer-soc-box:last-child {
    margin-right: 0;
}

a.footer-box-btn {
    color: #FFF;
    font-family: Aeroport;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /*border: 2px solid #fff;*/
    margin: 40px auto 50px;
    border-radius: 5px;
    border: 1px solid #FFF;

    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.1px;
    text-transform: uppercase;
}

ul.footer-box-links-list p {
    color: #FFF;
    font-family: Aeroport;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.075px;
    display: flex;
    align-items: center;
}

ul.footer-box-links-list p a {
    margin-left: 5px;
}

ul.footer-box-links-list span {
    color: #FFF;
    font-family: Aeroport;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.075px;
}

/* FOOTER END */

.catalog-banner {
    width: 100%;
    position: relative;
    background: #3c3c3c;
}

.catalog-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: right;
    opacity: 0.7;
}
.catalog-banner #mobile{
    display: none;
}
.catalog-banner #desktop{
    display: block;
}
.catalog-banner .catalog-banner-block {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.6vw 3.4vw 4vw;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.catalog-banner .catalog-banner__block_tile {
    color: #ffffff;
    font-family: Cormorant Garamond;
    font-size: 2.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.117px;
    text-transform: uppercase;
}
.catalog-banner .catalog-banner__block_desc {
    color: #fff;
    font-family: Cormorant Garamond;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.117px;
    max-width: 36vw;
}

@media screen and (max-width:768px) {
    .catalog-banner img {
        height: 600px;
    }

    .catalog-banner #mobile{
        display: block;
        height: auto;
    }
    .catalog-banner #desktop{
        display: none;
    }

    .catalog-banner .catalog-banner-block {
        padding: 50px;
        justify-content: center;
    }

    .catalog-banner .catalog-banner__block_tile {
        font-size: 10vw;
        margin-bottom: 40px;
    }

    .catalog-banner .catalog-banner__block_desc {
        font-size: 3.5vw;
        padding-right: 0;
        padding-left: 0;
        width: auto;
        max-width: initial;
    }
}

.catalog-banner-category-offer {
    width: 100%;
    position: relative;
    margin: 65px 0;
}

.catalog-banner-category-offer img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width:1720px) {
    .container-max {
        max-width: 95%;
    }

    .footer-main-form-row-middle-input input:first-child {
        margin-right: 20px;
    }

    .footer-main-form-row-left {
        max-width: 360px;
    }

    .footer-main-form-row-left p {
        font-size: 30px;
    }

    .footer-main-form-row-right button {
        font-size: 20px;
    }
}

@media screen and (max-width:1550px) {
    .footer-box-title {
        font-size: 25px;
    }
    ul.footer-box-links-list li a {
        font-size: 17px;
    }

    .footer-box {
        max-width: 270px;
    }
}

@media screen and (max-width:1450px) {
    .two-block-links-txt .about-company-img img{
        max-width: 400px;
        height: auto;
    }

    .two-block-links-txt h1 {
        line-height: 1;
        font-size: 38px;
        margin-bottom: 25px;
    }

    .two-block-links-txt p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1440px) {
    .footer-main-form-row-middle-input input {
        width: 290px;
        height: 50px;
    }

    .footer-main-form-row-middle-txt {
        max-width: 550px;
        min-width: 550px;
        bottom: -45px;
    }

    .footer-main-form-row-left span {
        font-size: 16px;
    }

    .footer-main-form-row-left p {
        font-size: 25px;
    }

    .footer-main-form-row-right button {
        height: 50px;
        line-height: 1;
    }

    .main-hero-banner-right p.hero-banner-main-title {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .main-hero-banner-right p {
        font-size: 54px;
        margin-bottom: 20px;
    }

    .main-hero-banner-right-row-links a:first-child {
        margin-right: 50px;
    }

    a.link-account {
        display: none;
    }

    .main-hero-banner-right span {
        margin: 0 auto 85px;
    }

    .main-hero-banner-right {
        padding-top: 55px;
    }

    a.links-categories-box {
        width: 32%;
        margin-bottom: 35px;
    }

    a.links-categories-box:first-child,
    a.links-categories-box:nth-child(2) {
        width: 49%;
    }

    .two-block-links-box-img img {
        width: 100%;
    }

    .best-night-sleep-box {
        width: 32%;
    }

    .best-night-sleep-box-img img {
        width: 100%;
    }

    .best-night-sleep-box-txt {
        /*width: 325px;*/
        /*height: 325px;*/
        padding: 90px 50px;
    }

    .best-night-sleep-box-txt .best-night-sleep-not-style {
        font-size: 22px;
        line-height: 28px;
    }

    .best-night-sleep-box-txt p+p {
        font-size: 12px;
    }

    a.best-night-link-arr {
        margin-top: 10px;
        padding: 9px 10px;
        font-size: 18px;
    }

    /*footer {*/
    /*    padding: 60px 0 90px;*/
    /*}*/

    a.footer-box-btn {
        margin: 20px auto 30px;
        font-size: 21px;
    }

    .footer-box-title {
        font-size: 24px;
    }

    ul.footer-box-links-list li a {
        font-size: 15px;
    }

    .footer-box {
        max-width: 235px;
    }

    .bottom-header-drop-menu {
        top: 46px;
    }

    .bottom-header-drop-menu-box-row-left {
        padding-top: 15px;
    }

    .bottom-header-drop-menu-box-row-right {
        width: 450px;
    }

    .drop-menu-left-links-box {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:1336px) {
    .footer-form-main-txt {
        padding: 150px 0 250px;
        max-width: 670px;
    }

    .footer-form-main-txt p {
        line-height: 1;
        font-size: 50px;
    }

    .footer-form-main-txt span {
        line-height: 1;
        font-size: 32px;
    }
}

@media screen and (max-width:1280px) {
    .footer-main-form-row-middle-input input {
        width: 260px;
    }

    .footer-form-main-txt {
        padding: 120px 0 200px;
    }


    .best-night-sleep-box-txt {
        padding: 70px 40px;
    }


    .footer-box-title {
        font-size: 20px;
    }
    ul.footer-box-links-list li a {
        font-size: 15px;
    }
    ul.footer-box-links-list li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer-box {
        max-width: 190px;
    }
    a.footer-box-btn {
        margin-right: 10px;
        font-size: 18px;
    }
}

@media screen and (max-width:1024px) {
    .footer-main-form-row-left {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-main-form-row {
        flex-wrap: wrap;
    }

    section.footer-main-form {
        padding-bottom: 65px;
    }

    .footer-main-form-row-middle-txt {
        min-width: max-content;
        left: 0;
        transform: translateX(0);
        bottom: -28px;
    }

    .main-hero-banner-left-img {
        max-width: 420px;
    }

    .main-hero-banner-left-img img {
        width: 100%;
    }

    .main-hero-banner-right p.hero-banner-main-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .main-hero-banner-right p {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .main-hero-banner-right span {
        font-size: 30px;
        margin: 0 auto 55px;
    }

    .main-hero-banner-right-row-links a:first-child {
        margin-right: 30px;
    }

    .main-hero-banner-right-row-links a {
        font-size: 18px;
        padding: 14px 35px;
    }

    .main-hero-banner-right {
        padding-top: 35px;
    }

    .two-block-links-row {
        margin: 35px auto;
        margin-top: 0;
    }

    .two-block-links-box {
        max-width: 410px;
        margin-right: 20px;
    }

    .two-block-links-box-txt p {
        font-size: 18px;
    }

    a.two-block-link-box {
        font-size: 20px;
    }

    .two-block-links-txt h1 {
        line-height: 1;
        font-size: 38px;
        margin-bottom: 25px;
    }

    .two-block-links-txt p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .links-categories-title {
        margin-bottom: 30px;
        font-size: 28px;
    }
    .two-block-links-title {
        margin-bottom: 30px;
        margin-top: 30px;
        font-size: 28px;
    }
    .links-categories-box-txt {
        bottom: 35px;
        font-size: 20px;
    }

    .best-night-sleep-box-txt {
        /*width: 265px;*/
        /*height: 265px;*/
    }

    .best-night-sleep-box-txt p+p {
        /*font-size: 16px;*/
        /*margin-top: 10px;*/
    }

    .best-night-sleep-box-txt p {
        font-size: 18px;
    }

    section.best-night-sleep {
        margin-bottom: 50px;
    }

    /*footer {*/
    /*    padding: 40px 0 60px;*/
    /*}*/

    .footer-box-title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    ul.footer-box-links-list li:not(:last-child) {
        margin-bottom: 15px;
    }

    .footer-box-links {
        font-size: 14px;
    }

    a.footer-box-btn {
        margin: 15px auto 15px;
        font-size: 18px;
        padding: 10px 20px;
    }

    .footer-box {
        max-width: 185px;
    }

    .footer-row {
        gap: 12px;
    }
}

@media screen and (max-width:992px) {
    .two-block-links-txt {
        /* max-width: 880px; */
        /* margin: 0 auto 40px; */
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: 'img''txt';
        grid-gap: 20px;
    }

    .block-about-company .about-company-img {
        display: flex;
        justify-content: center;
    }

    .block-about-company .about-company-txt .vertical-line {
        height: 50px;
    }

    .best-night-sleep-box-txt {
        padding: 25px 35px;
    }

    .best-night-sleep-box-txt .best-night-sleep-not-style {
        font-size: 22px;
        line-height: 1;
        margin-top: 50%;
    }

    a.best-night-link-arr {
        font-size: 16px;
        margin-top: 15px;
    }

    .best-night-sleep-box-txt p+p {
        display: none;
    }

}

@media screen and (max-width:920px) {
    .footer-main-form-row-middle {
        margin-bottom: 25px;
        width: 100%;
    }

    .footer-main-form-row-middle-txt {
        position: inherit;
        min-width: auto;
        bottom: inherit;
        margin-top: 15px;
        text-align: left;
        max-width: 100%;
    }

    .footer-main-form-row-middle-input input:first-child {
        margin: 0;
    }

    .footer-main-form-row-middle-input input {
        width: 48%;
    }

    .search-box.active {
        transform: translateY(0px);
    }

    .search-box form input {
        height: 70px;
    }

    .search-box {
        transform: translateY(-190px);
    }

    .two-block-links-box-txt {
        padding: 8px 10px;
    }

    .two-block-links-box-txt p {
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 10px;
        height: auto;
    }

    a.two-block-link-box {
        font-size: 16px;
    }

    .two-block-links-row {
        margin: 25px auto;
        margin-top: 0;
    }

    .two-block-links-box {
        max-width: 245px;
        margin-right: 15px;
    }

    a.links-categories-box {
        border-radius: 15px;
        margin-bottom: 15px;
    }

    .links-categories-box-img:before {
        border-radius: 20px;
    }

    .links-categories-box-txt {
        bottom: 20px;
        font-size: 18px;
    }

    .best-night-sleep-box-txt {
        padding: 10px;
    }

    .best-night-sleep-box-txt p {
        font-size: 16px;
        line-height: 20px;
    }

    .best-night-sleep-box-txt p+p {
        font-size: 14px;
    }

    .footer-box {
        width: 48%;
        max-width: 47%;
        margin-bottom: 40px;
    }

    .footer-row {
        flex-wrap: wrap;
    }

    ul.footer-box-links-list li a {
        max-width: max-content;
    }

    section.footer-main-form {
        padding-bottom: 35px;
    }

    .main-hero-banner-right span {
        font-size: 26px;
        margin: 0 auto 35px;
    }

    a.footer-box-btn {
        max-width: 240px;
        margin: 15px 0;
    }

    .footer-box-title {
        font-size: 28px;
        margin-bottom: 28px;
    }
    .footer-box-links {
        font-size: 18px;
    }
    ul.footer-box-links-list li a {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {

	.input-group-btn button {
		padding:0 !important
	}

    .footer-main-form-row-middle-input input:first-child {
        margin-bottom: 10px;
    }

    .footer-main-form-row-middle-input input {
        width: 100%;
    }

    .footer-main-form-row-middle-input {
        flex-wrap: wrap;
    }

    .middle-top-row-left a.search-icon {
        font-size: 0;
    }

    .main-hero-banner-row {
        flex-wrap: wrap;
    }

    .main-hero-banner-right {
        padding-top: 10px;
    }

    .main-hero-banner-right-row-links {
        flex-wrap: wrap;
    }

    .main-hero-banner-right-row-links a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .main-hero-banner-right-row-links a {
        width: 100%;
    }

    .two-block-links-row {
        flex-wrap: wrap;
    }

    .two-block-links-box {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    a.links-categories-box:first-child,
    a.links-categories-box:nth-child(2) {
        width: 100%;
    }

    a.links-categories-box {
        width: 100%;
    }

    .best-night-sleep-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }

    .best-night-sleep-box {
        width: 100%;
    }

    .best-night-sleep-box-txt .best-night-sleep-not-style {
        font-size: 22px;
        margin-top: 47px;

    }

    .best-night-sleep-box-txt {
        padding: 100px 70px;
    }

    .best-night-sleep-box-txt p+p {
        font-size: 15px;
        display: block;
    }


    .footer-box {
        width: 100%;
        max-width: 100%;
    }

    /*footer {*/
    /*    padding: 20px 0 10px;*/
    /*}*/

    body {
        /*padding-top: 52px;*/
    }

    .links-categories-box-img {
        width: 100%;
    }


    .main-hero-banner-left {
        margin: 0 auto;
    }
}
@media screen and (max-width:576px) {

}
@media screen and (max-width:450px) {
    .two-block-links-txt .about-company-img img{
        max-width: 300px;
        height: auto;
    }

    .block-about-company .about-company-txt .vertical-line {
        height: 30px;
    }

    .best-night-sleep-box-txt p+p {
        font-size: 13px;
    }

    .best-night-sleep-box-txt {
        padding: 100px 40px;
    }
}


@media screen and (max-width:360px){
    .links-categories-box-img {
        height: 230px;
    }

    .links-categories-box-img img {
        height: 100%;
        object-position: top;
    }

    .best-night-sleep-box-txt {
        padding: 40px 40px;
    }
}

