.top-header-section{
    padding: 6px 0;
    background: var(--color-yellow);
}
.top-text-slider-widget{
    position: relative;
}
.top-text-slider-widget .top-text-slider-carouse-item{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.74px;
}
.top-text-slider-widget .text-slider-prev,
.top-text-slider-widget .text-slider-next{
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-white);
    z-index: 9;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
}
.top-text-slider-widget .text-slider-next{
    left: auto;
    right: 0;
}
header{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 998;
}
.header-block-wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.bottom-header-section{
    background: var(--color-white);
    padding: 23px 0;
}
.header-block-menu .main-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 66px;
    list-style: none;
    padding: 0;
    margin: 0
}
.header-block-menu .main-menu a,
.header-block-menu .main-menu span{
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.55px;
    text-align: left;
    color: var(--color-black);
    text-transform: uppercase;
}
.header-block-menu .main-menu li.dropdown{
    position: relative;
}
.header-block-menu .main-menu li.dropdown ul{
    position: absolute;
    background: var(--color-yellow);
    padding: 12px;
    margin: 0;
    list-style: none;
    display: none;
    flex-direction: column;
    row-gap: 5px;
    min-width: 340px;
    border-radius: 20px;
}
.header-block-menu .main-menu li.dropdown:hover ul{
    display: flex;
}
.header-block-menu .main-menu li.dropdown ul li a{
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    transition: var(--base-transition);
}
.header-block-menu .main-menu li.dropdown ul li a:hover{
    color: var(--color-white);
    background: var(--color-brown);
}
.toggle-button{
    display: flex;
    row-gap: 4px;
    flex-direction: column;
    transition: var(--base-transition);
}
.toggle-button span{
    display: block;
    background: var(--color-brown);
    width: 42px;
    height: 5px;
    border-radius: 10px;
}
.toggle-button:hover{
    cursor: pointer;
    opacity: .9;
}
.menu-additional-wrapper{
    position: relative;
}
.menu-additional-wrapper .additional-menu{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    margin: 0;
    width: auto;
    display: none;
    flex-direction: column;
    z-index: 998;
    list-style: none;
    padding: 0 10px;
    background: var(--color-brown);
}
.menu-additional-wrapper .additional-menu li span,
.menu-additional-wrapper .additional-menu li a{
    white-space: nowrap;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.55px;
    text-align: left;
    display: block;
    color: var(--color-white);
    text-decoration: none;
    border-bottom: 1px solid var(--color-white);
}

.menu-additional-wrapper .additional-menu li:last-of-type span,
.menu-additional-wrapper .additional-menu li:last-of-type a{
    border: none;
}
.menu-additional-wrapper .open-add-menu + .additional-menu{
    display: flex;
}
/* Footer block */
.section-map-block{
    line-height: 0;
}
.section-footer-block .section-footer-top{
    padding: 85px 0 105px;
    background: var(--color-brown);
}
.footer-block-socials{
    margin-top: 22px;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.footer-block-socials a{
    color: #fff;
    text-decoration: none;
}
.footer-rating-widget{
    margin-top: 18px;
}
.footer-rating i{
    color: #FFCB03;
    vertical-align: 0;
    font-size: 16px;
}
.footer-rating{
    position: relative;
    margin-right: 5px;
    width: fit-content;
}
.footer-rating-wrapper a,
.footer-rating-wrapper{
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.footer-rating .empty_rating{
    display: flex;
    column-gap: 4px;
}
.footer-rating .full_rating{
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    column-gap: 4px;
}
.footer-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.footer-row .footer-column:nth-of-type(4),
.footer-row .footer-column:nth-of-type(1){
    width: 15%;
}
.footer-row .footer-column:nth-of-type(2),
.footer-row .footer-column:nth-of-type(3){
    width: 11%;
}
.footer-row .footer-column:nth-of-type(5){
    width: 24%;
}
.footer-header{
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    text-align: left;
    color: var(--color-white);
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-menu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}
.footer-menu li,
.footer-menu li a,
.footer-menu li span{
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    text-align: left;
    color: var(--color-white);
    text-decoration: none;
}
.footer-contacts a,
.footer-contacts{
    font-size: 15px;
    font-weight: 700;
    line-height: 20.46px;
    text-align: left;
    color: var(--color-white);
    text-decoration: none;
}
.footer-contacts{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.section-footer-block .section-footer-bottom{
    padding: 22px 0 34px;
    background: var(--color-white);
}
.copyright-block{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    color: var(--color-black);
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.copyright-block div:last-of-type{
    display: flex;
    column-gap: 5px;
    line-height: 14px;
    align-items: flex-end;
}
.modal-custom .modal-header{
    padding-bottom: 0;
    border-bottom: none;
}
.modal-custom .modal-header .btn-close{
    padding: 0;
    border: 0;
    background: none;
    font-size: 25px;
}
.modal-custom .modal-body .form-message-modal-text{
    font-size: 20px;
    font-weight: 700;
    line-height: 25.16px;
    text-align: left;
    color: var(--color-black);
    padding: 0 25px;
}
#form-message-modal .modal-body{
    padding-bottom: 37px;
}
.help-block{
    height: 0;
    overflow-y: hidden;
    transition: .3s all;
}
.has-error .help-block {
    background: red;
    color: var(--color-white);
    border-radius: 0px 0 10px 10px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0px;
    margin-right: 14px;
    margin-left: 14px;
    height: 18px;
}
.subscribe-field-wrapper{
    position: relative;
}
.subscribe-field-wrapper input[type="email"],
.subscribe-field-wrapper input[type="text"]{
    width: 100%;
    padding: 15px 50% 15px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    text-align: left;
    color: var(--color-black);
    border: none;
    box-shadow: none;
    outline: none;
}
.subscribe-field-wrapper input[type="email"]::placeholder,
.subscribe-field-wrapper input[type="text"]::placeholder{
    color: var(--color-brown);
    text-transform: uppercase;
}
.subscribe-field-wrapper .form-group{
    position: relative;
}
.subscribe-field-wrapper button[type="submit"],
.subscribe-field-wrapper input[type="submit"]{
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    padding: 15px 0px;
    width: 50%;
    text-align: center;
    border-radius: 10px;
    background: var(--color-orange);
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    text-transform: uppercase;
}
.footer-forms{
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
/* Footer block */

.swiper-home-slider-item-content-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-home-slider-block .home-slider-title{
    font-size: 88px;
    font-style: italic;
    font-weight: 700;
    line-height: 122px;
    text-align: left;
    color: var(--color-white);
    text-transform: uppercase;
}
.section-home-slider-block .home-slider-caption{
    font-size: 64px;
    font-weight: 500;
    line-height: 62px;
    text-align: left;
    color: var(--color-white);
    margin-bottom: 34px;
}
.section-home-slider-block .home-slider-links .btn-more{
    border-radius: 60px;
    padding: 25px 95px;
    background: var(--color-yellow);
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-brown);
    display: inline-block;
    text-decoration: none;
    transition:var(--base-transition);
}
.section-home-slider-block .home-slider-links .btn-more:hover{
    background: var(--color-brown);
    color: var(--color-white);
}

.section-home-slider-block .home-slider-swiper-pagination{
    display: flex;
    align-items: center;
    column-gap: 3.5px;
    position: absolute;
    bottom: 124px;
}
.section-home-slider-block .home-slider-swiper-pagination .swiper-pagination-bullet{
    background: #FFFFFF4D;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    z-index: 9;
}
.section-home-slider-block .home-slider-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}
.section-home-slider-block .swiper-button-next i:before,
.section-home-slider-block .swiper-button-prev i:before,
.section-home-slider-block .swiper-button-next i,
.section-home-slider-block .swiper-button-prev i{
    font-size: 86px;
    line-height: 86px;
    height: auto;
}
.section-home-slider-block .swiper-button-next,
.section-home-slider-block .swiper-button-prev{
    position: absolute;
    top: calc(50% - 43px);
    left: 29px;
    color: var(--color-white);
    z-index: 9;
}
.section-home-slider-block .swiper-button-next{
    left: auto;
    right: 29px;
}
.section-home-slider-block .swiper-home-slider-item-image picture{
    height: 682px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section-home-slider-block .swiper-home-slider-item-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.section-moving-string {
    padding: 25px 0;
    background: #fff;
    overflow: hidden
}
.section-moving-string .section-moving-string-text {
    width: 100vw;
    display: flex;
    flex-direction: row;
    column-gap: 134px;
    animation: scroll 30s linear infinite
}

.section-moving-string .section-moving-string-text a {
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 62px;
    text-align: left;
    color: var(--color-black);
}

.section-moving-string .section-moving-string-text a:after {
    position: absolute;
    right: -84.5px;
    top: calc(50% - 17.5px);
    font-style: normal;
    font-family: "flakes-icons";
    content: '\e80b';
    display: block;
    color: #FFBF3C;
    font-size: 35px;
    line-height: 35px;
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-100% - 1rem))
    }
}
.section-about-block{
    padding: 193px 0 154px;
    background: var(--color-yellow);
}
.section-about-block .row{
    align-items: center;
}
.section-about-block .row .col-12:first-of-type{
    padding-right: 50px;
}
.section-about-block .row .col-12:last-of-type{
    padding-left: 50px;
}
.section-about-block .about-block-image picture{
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
}
.section-about-block .about-block-header{
    font-size: 48px;
    font-weight: 700;
    line-height: 65.47px;
    color: var(--color-black);
    margin-bottom: 26px;
    text-transform: uppercase;
}
.section-about-block .about-block-image{
    position: relative;
}
.section-about-block .about-block-image .about-badge{
    position: absolute;
    top: 39px;
    right: -72px;
    width: 214px;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #70A8E3;
    font-size: 32px;
    line-height: 28px;
    color: var(--color-white);
    flex-direction: column;
    font-weight: 600;
    font-style: italic;
    border-radius: 200px;
}
.section-about-block .about-block-image .about-badge span{
    font-size: 60px;
    line-height: 60px;
}
.section-static-block-text{
    padding: 35px 0;
    background: var(--color-white);
}
.section-static-block-text-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 62px;
}
.section-static-block-text-wrapper span{
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
}
.section-static-block-text-wrapper i{
    font-size: 30px;
    line-height: 30px;
    color: #FFCB03;
}
.section-static-block-text .container .row .col-12,
.section-static-block-text .container .row,
.section-static-block-text .container{
    padding: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: hidden;
}
.section-static-block-text-wrapper {
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
    animation: scroll 30s linear infinite;
}
.section-static-block-text-wrapper span{
    white-space: nowrap;
}
.where-buy-header{
    background: var(--color-orange);
    padding: 60px 0;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 65.47px;
    color: var(--color-white);
    text-transform: uppercase;
    margin-bottom: 97px;
}
.swiper-where-buy-slider{
    width: 100%;
}
.section-faq-block{
    margin-top: 144px;
    margin-bottom: 160px;
}
.section-faq-block-header{
    margin-bottom: 55px;
    font-size: 48px;
    font-weight: 700;
    line-height: 65.47px;
    text-align: center;
    color: var(--color-black);
    text-transform: uppercase;
}
.faq-items-wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.faq-items-wrapper .faq-item{
    padding: 0 129px 0 82px;
}
.faq-items-wrapper .faq-item .faq-question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    cursor: pointer;;
}
.faq-items-wrapper .faq-item .faq-question .faq-question-text{
    font-size: 20px;
    font-weight: 700;
    line-height: 25.16px;
    text-align: left;
    color: var(--color-black);
    text-transform: uppercase;
}

.faq-items-wrapper .faq-item .faq-answer{
    display: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.13px;
    text-align: left;
    color: var(--color-black);
}
.faq-items-wrapper .faq-item .faq-question .faq-toggle{
    margin-left: 10px;
}
.faq-items-wrapper .faq-item .faq-question .faq-toggle:after{
    content: "+";
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 40.26px;
    text-align: center;
    color: var(--color-black);
}
.faq-items-wrapper .faq-item.faq-item-open .faq-answer{
    display: block;
}
.faq-items-wrapper .faq-item .faq-answer p:last-of-type{
    margin-bottom: 0;
}
.faq-items-wrapper .faq-item.faq-item-open{
    background: #68413017;
    padding-top: 53px;
    padding-bottom: 53px;
    border-radius: 10px;
}
.faq-items-wrapper .faq-item.faq-item-open .faq-question .faq-toggle:after{
    content: "-";
}
.section-reviews-block{
    padding: 100px 0 55px 0;
    background: var(--color-brown);
}
.section-reviews-block-header{
    font-size: 48px;
    font-weight: 700;
    line-height: 65.47px;
    text-align: center;
    color: var(--color-white);
    margin-bottom: 58px;
    text-transform: uppercase;
}
.swiper-reviews-slider-item{
    padding: 36px 49px 18px;
    border: 1px solid var(--color-black);
    background: var(--color-white);
    border-radius: 31px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-start;
    flex-direction: column;
}
.reviews-slider-item-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px;
    width: 100%;
}
.reviews-slider-item-header .reviews-slider-item-name{
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    text-align: left;
}
.swiper-reviews-slider-item .reviews-slider-item-rating{
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    margin-bottom: 11px;
}
.swiper-reviews-slider-item .reviews-slider-item-rating i{
    font-size: 15px;
    line-height: 15px;
    color: var(--color-brown);
}
.swiper-reviews-slider-item .reviews-slider-item-rating i.icon-star-op{
    color: var(--color-grey);
}
.swiper-reviews-slider-item .reviews-slider-item-date{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.37px;
    text-align: left;
    color: #878686;
}
.swiper-reviews-slider-item .reviews-slider-item-content{
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    text-align: left;
    color: #949493;
    padding-bottom: 31px;
    border-bottom: 1px solid var(--color-brown)
}
.swiper-reviews-slider-wrapper{
    width: 100%;
    position: relative;
}
.reviews-slider-item-items .review-product-img-wrapper{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-brown);
    border-radius: 16px;
    overflow: hidden;
}
.reviews-slider-item-items{
    padding-top: 20px;
}
.reviews-slider-item-items div{
    text-decoration: none;
}
.reviews-slider-item-items div span:not(.review-product-img-wrapper){
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    text-align: left;
    color: var(--color-black);
}

.reviews-slider-item-items-1 span.review-product-img-wrapper{
    flex-shrink: 0;
}
.reviews-slider-item-items-1 > div{
    display: flex;
    align-items: center;
    column-gap: 26px;
}
.reviews-slider-item-items .review-product-images{
    display: flex;
    column-gap: 14px;
    flex-shrink: 0;
}
.reviews-slider-item-items-2 div{
    line-height: 0;
}
.reviews-slider-item-items-2{
    column-gap: 16px;
    display: flex;
    align-items: center;
}
.reviews-slider-item-items-2 .review-product-links{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.section-reviews-block .swiper-button-prev,
.section-reviews-block .swiper-button-next{
    position: absolute;
    top: calc(50% - 43px);
    left: -73px;
    color: var(--color-white);
    z-index: 9;
}
.section-reviews-block .swiper-button-next {
    left: auto;
    right: -73px;
}
.section-reviews-block .swiper-button-next i:before,
.section-reviews-block .swiper-button-prev i:before,
.section-reviews-block .swiper-button-next i,
.section-reviews-block .swiper-button-prev i {
    font-size: 86px;
    line-height: 86px;
    height: auto;
}
.section-reviews-block .reviews-swiper-pagination{
    display: flex;
    align-items: center;
    column-gap: 3.5px;
    margin-top: 55px;
    width: 100%;
    justify-content: center;
}
.section-reviews-block .reviews-swiper-pagination .swiper-pagination-bullet {
    background: #FFFFFF4D;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    z-index: 9;
}
.section-reviews-block .reviews-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.section-product-block{
    margin-top: 121px;
    margin-bottom: 107px;
}
.product-block-items-wrapper{
    display: flex;
    flex-direction: row;
    column-gap: 133px;
    row-gap: 45px;
    flex-wrap: wrap;
    justify-content: center;
}
.product-block-items-wrapper .product-item-preview{
    width: calc((100% - 133px * 2) / 3);
}

.product-item-preview{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    text-decoration: none;
}
.product-item-preview a{
    text-decoration: none;
}
.product-item-preview .product-item-top{
    padding: 25px 39px 14px 39px;
    border: 1px solid var(--color-white);
    transition: var(--base-transition);
    border-radius: 10px;
    text-decoration: none;
}
.product-item-preview:hover .product-item-top{
    border-color: var(--color-brown);
}
.product-item-preview .product-item-image-wrapper{
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 12px;
}
.product-item-preview .product-item-image-wrapper img{
    max-height: 389px;
    width: auto;
}
.product-item-preview .product-item-header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}
.product-item-preview .product-item-header-wrapper .product-item-header{
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    text-align: left;
    color: var(--color-black);
    text-transform: uppercase;
    width: 87%;
}
.product-item-preview .product-item-wishlist i{
    font-size: 22px;
    color: var(--color-black);
}
.product-item-preview .product-item-meta-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--color-black);
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.product-item-preview .product-item-rating{
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.product-item-preview .product-item-rating i{
    color: var(--color-black);
    font-size: 15px;
}
.product-item-preview .product-item-rating i.icon-star-op{
    color: var(--color-grey);
}
.product-item-preview .product-item-choices{
    display: flex;
    column-gap: 9px;
}
.product-item-preview .product-item-choice{
    border: 1px solid var(--color-brown);
    padding: 0px 13px;
    height: 30px;
    background: #FAF6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-black);
}
.product-item-preview .product-item-price{
    justify-content: center;
    display: flex;
    align-items: baseline;
    column-gap: 3px;
}
.product-item-preview .product-item-price .product-item-price-value{
    font-size: 32px;
    font-weight: 700;
    line-height: 37.02px;
    text-align: center;
    color: var(--color-black);
}
.product-item-preview .product-item-price .product-item-price-currency{
    font-size: 20px;
    font-weight: 300;
    line-height: 23.14px;
    text-align: center;
    color: var(--color-black);
}
.product-item-preview .product-special-price{
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 3px;
}
.product-item-preview .product-special-price > span:first-of-type{
    font-size: 32px;
    font-weight: 700;
    line-height: 37.02px;
    text-align: right;
    color: var(--color-orange);
}
.product-item-preview .product-special-price > span:last-of-type{
    display: flex;
    flex-direction: column;
}
.product-item-preview .product-special-price .product-item-price-old{
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-decoration-line: line-through;
    color: var(--color-black)
}
.product-item-preview .product-special-price .product-item-price-currency{
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    color: var(--color-brown)
}
.product-item-preview .product-item-add-to-cart-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    border-radius: 10px;
    background: var(--color-orange);
    column-gap: 12px;
    transition: var(--base-transition);
}
.product-item-preview .product-item-add-to-cart-btn:hover{
    cursor: pointer;
    opacity: .8;
}
.product-item-preview .product-item-add-to-cart-btn span {
    font-size: 27px;
    font-weight: 700;
    line-height: 27px;
    color: var(--color-white);
    text-transform: uppercase;
}
.product-item-availability-wrapper{
    display: flex;
    width: 100%;
}
.product-item-preview .product-item-add-to-cart-btn i{
    color: var(--color-white);
    font-size: 34px;
    line-height: 34px;
}
.product-item-preview .product-item-price-wrapper{
    min-height: 38px;
    display: block;
}
.item-gallery-wrapper .item-badges,
.product-item-preview .item-badges{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    z-index: 9;
}
.item-gallery-wrapper .item-badges .badge,
.product-item-preview .item-badges .badge{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 109px;
    height: 43px;
    border-radius: 40px;
    color: var(--color-white);
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}
.item-gallery-wrapper .badge.is-new,
.item-badges .badge.is-new{
    background: #70A8E3;
}
.item-gallery-wrapper .badge.status-badge,
.item-badges .badge.status-badge{
    background: #FFE57D;
    color: var(--color-brown);
}
.item-gallery-wrapper .badge.is-bestseller,
.item-badges .badge.is-bestseller{
    background: #F9BEC6;
    color: #F75E02;
    font-size: 15px;
    line-height: 20.46px;
}
.item-gallery-wrapper .badge.is-special-price,
.item-badges .badge.is-special-price{
    background: var(--color-orange);
    font-size: 15px;
    line-height: 20.46px;
    font-style: normal;
}
.mobile-menu-toggle-wrapper{
    display: none;
}
.item-single-gallery-wrapper{
    width: 100%;
    padding: 74px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0);
    position: relative;
    transition: var(--base-transition);
}
.item-single-gallery-wrapper:hover{
    border: 1px solid var(--color-brown);
}
.swiper-slider-single-item-image{
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-single-gallery-wrapper .swiper-button-prev i,
.item-single-gallery-wrapper .swiper-button-next i{
    font-size: 51px;
    line-height: 51px;
    color: var(--color-brown);
}
.item-single-gallery-wrapper .swiper-button-prev,
.item-single-gallery-wrapper .swiper-button-next{
    top: calc((100% - 51px) / 2 );
    position: absolute;
    left: 30px;
    z-index: 99;
}
.item-single-gallery-wrapper .swiper-button-next{
    right: 30px;
    left: auto;
}
.item-thumbnail-gallery-wrapper{
    margin-top: 31px;
}
.swiper-item-thumbnail-slider-image{
    border: 1px solid var(--color-brown);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.swiper-item-thumbnail-slider-image picture{
    display: block;
}
.swiper-item-thumbnail-slider-image img{
    height: 100%;
    width: auto;
}
.item-gallery-wrapper{
    position: relative;
}
.item-gallery-wrapper .item-badges{
    top: 21px;
    right: 23px;
}
.breadcrumbs{
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-bottom: 18px;
    column-gap: 12px;
}
.breadcrumbs li{
    position: relative;
}
.breadcrumbs li a span,
.breadcrumbs li a{
    font-size: 16px;
    font-weight: 500;
    line-height: 21.82px;
    text-align: left;
    color: var(--color-grey);
    text-decoration: none;
}
.breadcrumbs li span{
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    text-align: left;
    color: var(--color-brown);
}
.breadcrumbs li:not(:last-of-type):after{
    content: "/";
    position: absolute;
    right: -8px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: var(--color-grey);
    text-decoration: none;
    top: 7px;
}
.product-page-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.product-page-meta-reviews{
    display: flex;
    align-items: center;
    column-gap: 9px;
}
.product-page-meta-rating{
    display: flex;
    align-items: center;
    column-gap: 9px;
}
.product-page-meta-rating i{
    font-size: 25px;
    color: #FFCB03;
}
.product-page-meta-rating i.icon-star-op{
    color: var(--color-grey);
}
.product-page-meta-reviews-text a,
.product-page-meta-reviews-text{
    font-size: 16px;
    font-weight: 700;
    line-height: 20.98px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: var(--color-brown);
}
.product-page-short-description-text a{
    font-size: 16px;
    line-height: 20.98px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: var(--color-brown);
}
.product-page-meta-sku{
    font-size: 16px;
    font-weight: 700;
    line-height: 20.98px;
    text-align: left;
    color: var(--color-brown);
}
.product-page-meta-sku span{
    font-size: 16px;
    font-weight: 500;
    line-height: 20.98px;
    text-align: left;
    color: var(--color-grey);
}
.product-page-header-wrapper h1{
    font-size: 38px;
    font-weight: 700;
    line-height: 51.83px;
    text-align: left;
    text-transform: uppercase;
    color: var(--color-black);
}
.product-page-short-description{
    margin-top: 32px;
}
.product-page-short-description-header{
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    text-align: left;
    color: var(--color-black);
    margin-bottom: 7px;
}
.product-page-short-description-text{
    font-size: 16px;
    font-weight: 300;
    line-height: 21.82px;
    text-align: left;
    color: var(--color-black);
}
.section-item-reviews-block{
    margin-top: 100px;
    padding: 30px 0;
}
.section-item-reviews-block .swiper-reviews-slider-item .reviews-slider-item-content{
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.section-item-reviews-block .section-reviews-block-header{
    margin-bottom: 30px;
}
.section-item-reviews-block .reviews-swiper-pagination{
    margin-top: 30px;
}

.item-add-review-button-wrapper{
    margin-top: 30px;
}
.item-add-review-button-wrapper{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.item-add-review-button{
    padding: 25px 30px;
    border-radius: 50px;
    border: 1px solid var(--color-white);
    display: inline-flex;
    column-gap: 15px;
    align-items: center;
    transition: var(--base-transition);
}
.item-add-review-button span{
    font-size: 20px;
    font-weight: 700;
    line-height:20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-white);
    transition: var(--base-transition);
}
.item-add-review-button  i{
    color: var(--color-white);
    font-size: 15px;
    line-height: 15px;
    transition: var(--base-transition);
}
.item-add-review-button:hover{
    background: #fff;
    cursor: pointer;
}
.item-add-review-button:hover span,
.item-add-review-button:hover i{
    color: var(--color-brown);
}
.section-related-product-block-header{
    margin-bottom: 42px;
    font-size: 48px;
    font-weight: 700;
    line-height: 65.47px;
    text-align: center;
    text-transform: uppercase;
}
.section-related-product-block{
    margin-top: 40px;
    margin-bottom: 80px;
}
.section-product-page-content-block{
    margin-top: 91px;
}
.section-product-page-content-block-tabs{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 42px 102px 86px;
    border: 1px solid var(--color-brown);
    border-radius: 10px;
}
.section-product-page-content-block-tabs .nav{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAF6F6;
    border-radius: 60px;
    padding: 0;
    line-height: 0;
}
.section-product-page-content-block-tabs .nav.nav-tabs .nav-link{
    padding: 27px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    text-align: center;
    color: var(--color-grey);
    border: none;
    border-radius: 60px;
    text-transform: uppercase;
    transition: var(--base-transition);
}
.section-product-page-content-block-tabs .nav.nav-tabs .nav-link:hover,
.section-product-page-content-block-tabs .nav.nav-tabs .nav-link.active{
    background: var(--color-brown);
    color: #fff;
}
.section-product-page-content-block-tabs .tab-content{
    width: 100%;
    margin-top: 42px;
}
.text-content-wrapper p,
.text-content-wrapper{
    font-size: 20px;
    font-weight: 300;
    line-height: 27.28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.modal-form-custom .modal-content{
    background: #E1CEC6;
    border-radius: 10px;
    box-shadow: 0px 2px 20.9px 0px #00000040;
    padding: 56px 67px 67px;
}
.modal-form-custom .form-control {
    width: 100%;
    padding: 19px 39px;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-black);
    border: none;
    outline: none;
    border-radius: 10px;
    background: var(--color-white);
}
.stars.stars-review{
    display: flex;
    column-gap: 9px;
    font-size: 25px;
    color: #FFCB03;
}
.stars.stars-review i{
    transition: var(--base-transition);
}
.stars.stars-review i.icon-star-op:hover{
    cursor: pointer;
    color: #FFCB03;
}
.stars.stars-review i.icon-star-op{
    color: var(--color-grey);
}

.modal-form-custom .row{
    row-gap: 15px;
}
.modal-form-custom .form-group{
    line-height: 0;
}
.modal-form-custom textarea{
    height: 60px;
}
.modal-form-custom .submit{
    margin-top: 25px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    text-align: center;
    padding: 17px 90px;
    color: var(--color-white);
    background: var(--color-orange);
    border-radius: 10px;
    border: none;
    outline: none;
    text-transform: uppercase;
}
.modal-form-custom .form-review-header,
.modal-form-custom .form-header{
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
}
.product-page-info-blocks{
    margin-top: 20px;
    border: 1px solid var(--color-brown);
    border-radius: 10px;
    padding: 10px 45px 10px 20px;
}
.product-page-info-blocks-item{
    display: flex;
    align-items: center;
    column-gap: 17px;
}
.product-page-info-blocks-item-image {
    flex-shrink: 0;
    min-width: 50px;
    display: flex;
    justify-content: center;
}
.product-page-info-blocks-item-header{
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    text-align: left;
}
.product-page-info-blocks-item-text{
    font-size: 16px;
    font-weight: 300;
    line-height: 21.82px;
    text-align: left;
}
.product-page-info-blocks .product-page-info-blocks-item:not(:last-of-type) .product-page-info-blocks-item-text{
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-brown);
}
.product-page-content-wrapper{
    padding-top: 35px;
}
.product-page-breadcrumbs{
    position: relative;
    bottom: -40px;
    margin-top: -40px;
}
.swiper-single-items-pagination{
    display: none;
}
.text-content-wrapper img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.tabs-mobile-accordion-toggle{
    display: none;
}
.item-variations-wrapper{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 23px;
}
.variation-attribute-wrapper{
    display: flex;
    flex-direction: row;
    column-gap: 43px;
    align-items: center;
}
.variation-attribute-header{
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    text-align: left;
}
.variation-attribute-items{
    display: flex;
    align-items: center;
    column-gap: 13px;
    flex-wrap: wrap;
}
.variation-attribute-items .variation-attribute-item{
    padding: 8px 16px;
    border: 1px solid var(--color-brown);
    border-radius: 50px;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    background: #FAF6F6;
    transition: var(--base-transition);
    cursor: pointer;
}
.variation-attribute-items .variation-attribute-item:hover,
.variation-attribute-items .variation-attribute-item.checked{
    color: var(--color-white);
    background: var(--color-brown);
}
.product-page-buy-form{
    margin-top: 22px;
}
.product-page-buy-form-quantity{
    width: 100%;
}
.quantity{
    display: flex;
}
.quantity input{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 63px;
    outline: none;
    border: 1px solid var(--color-brown);
    height: 42px;
    background: #FAF6F6;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input[type=number] {
    -moz-appearance: textfield;
}
.quantity button{
    border: 1px solid var(--color-brown);
    height: 42px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAF6F6;
    padding: 0;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    transition: var(--base-transition);
}
.quantity button.minus{
    border-right: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.quantity button.plus{
    border-left: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.quantity button:hover{
    background: var(--color-brown);
    color: var(--color-white)
}
.product-page-buy-form-bottom{
    display: flex;
    column-gap: 18px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 32px;
}
.product-page-buy-form-stock{
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 21.82px;
    text-align: left;
    color: #07C00D;
    text-transform: uppercase;
}
.product-page-stock-0 .product-page-buy-form-stock{
    color: #F70202;
}
.product-page-stock-5 .product-page-buy-form-stock{
    color: #70A8E3;
}
.product-page-buy-form-price .product-item-price{
    justify-content: center;
    display: flex;
    align-items: baseline;
    column-gap: 3px;
}
.product-page-buy-form-price .product-item-price .product-item-price-value{
    font-size: 47px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    color: var(--color-black);
}
.product-page-buy-form-price .product-item-price .product-item-price-currency{
    font-size: 32px;
    font-weight: 300;
    line-height: 37px;
    text-align: center;
    color: var(--color-black);
}
.product-page-buy-form-price .product-special-price{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.product-page-buy-form-price .product-special-price > span:first-of-type{
    font-size: 47px;
    font-weight: 700;
    line-height: 54px;
    text-align: right;
    color: var(--color-orange);
}
.product-page-buy-form-price .product-special-price > span:last-of-type{
    display: flex;
    flex-direction: column;
}
.product-page-buy-form-price .product-special-price .product-item-price-old{
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-decoration-line: line-through;
    color: var(--color-black)
}
.product-page-buy-form-price .product-special-price .product-item-price-currency{
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    color: var(--color-brown)
}
.product-page-stock-0 .product-page-buy-form-price *,
.product-page-stock-5 .product-page-buy-form-price *{
    color: #9C9C9C !important;
}
.product-page-buy-button{
    display: inline-flex;
    outline: none;
    align-items: center;
    text-transform: uppercase;
    border: none;
    font-size: 27px;
    font-weight: 700;
    line-height: 36.83px;
    text-align: left;
    color: var(--color-white);
    background: var(--color-orange);
    border-radius: 10px;
    padding:0 60px;
    height: 77px;
    column-gap: 5px;
}
.order-form-header{
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    text-transform: uppercase;
}
.order-form-header span{
    font-style: italic;
}
.order-form-header.mt-30{
    margin-top: 15px;
}
.swiper .swiper-pagination-lock,
.swiper-pagination-lock,
.swiper-button-lock,
.swiper .swiper-button-lock{
    display:none;
}
.product-page-buy-form-fixed{
    display: none;
}
.about-block-text-hidden{
    height: 510px;
    overflow: hidden;
}
.about-block-text-button{
    text-align: center;
    text-decoration: underline;
    margin-top: 15px;
    cursor: pointer;
}
.product-item-reviews img{
    height: 22px;
}
.product-item-reviews{
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.product-item-reviews span{
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: var(--color-black);
    text-transform: uppercase;
}
.section-about-block .row:nth-of-type(even) {
    flex-direction: row-reverse;
}
.section-about-block .row{
    margin-bottom: 45px;
}
.section-about-block .row:last-of-type{
    margin-bottom: 0;
}
.mini-cart a{
    position: relative;
    width: 60px;
    height: 60px;
    background: var(--color-brown);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
}
.mini-cart a i{
    font-size: 30px;
    line-height: 30px;
    color: var(--color-white);
}
.mini-cart a .cart-counter{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: var(--color-brown);
    background: var(--color-white);
    border-radius: 15px;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    top: 10px;
    right: 12px;
}
.cart-message-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-message-buttons a,
.cart-message-buttons button{
    display: flex;
    padding: 15px 25px;
    text-align: center;
    border-radius: 10px;
    background: var(--color-orange);
    border: 1px solid var(--color-orange);
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    color: #fff;
    box-shadow: none;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
    transition: var(--base-transition);
}
.cart-message-buttons a:hover,
.cart-message-buttons button:hover{
    background: none;
    color:var(--color-orange);
}
.page-header-title h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 65.47px;
    text-align: center;
    color: var(--color-brown);
    text-transform: uppercase;
    margin-top: 55px;
}
.cart-total{
    margin-top: 43px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.cart-total .cart-total-row{
    display: flex;
    align-items: center;
    column-gap: 110px;
}
.cart-total  .cart-total-row .cart-total-header,
.cart-total  .cart-total-row span{
    font-weight: 800;
    font-size: 27px;
    line-height: 31.64px;
    color: var(--color-brown);
}
.btn2{
    font-weight: 700;
    font-size: 27px;
    line-height: 36.83px;
    color: var(--color-white);
    background: var(--color-orange);
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--color-orange);
    transition: var(--base-transition);
    padding: 27px 0;
}
.btn2:hover{
    background: none;
    color: var(--color-orange);
}
.section-cart-wrapper{
    margin-bottom: 93px;
}
.cart-table-block{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.cart-table-block .cart-table-row{
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid var(--color-brown);
    padding: 25px 55px;
    position: relative;
}
.cart-table-image img{
    height: 200px;
    width: auto;
}
.cart-table-image a{
    flex-shrink: 0;
}
.cart-image .cart-table-image{
    display: flex;
    column-gap: 63px;
    align-items: center;
}
.cart-table-header{
    font-weight: 400;
    font-size: 16px;
    line-height: 21.82px;
    color: #C0C0C0;
    position: absolute;
    top: 28px
}
.cart-table-col{
    position: relative;
}
.cart-table-col .cart-table-info{
    display: flex;
    align-items: center;
    height: 100%;
}
.cart-table-row .cart-table-col:nth-of-type(1){width: 67%;}
/*.cart-table-row .cart-table-col:nth-of-type(2){width: 7%;}
.cart-table-row .cart-table-col:nth-of-type(3){width: 10%;}*/
.cart-table-row .cart-table-col.cart-quantity{width: 13%}
.cart-table-row .cart-table-col.cart-price{width: 10%;}
.cart-table-row .cart-table-col.cart-table-total{width: 10%;}
.cart-table-row .cart-remove {
    position: absolute;
    top: 23px;
    right: 14px;
    font-size: 24px;
    line-height: 24px;
    color: var(--color-brown);
    transition: var(--base-transition);
}
.cart-table-row .cart-remove .cart-remove-q-js{
    transition: var(--base-transition);
}
.cart-table-row .cart-remove:hover .cart-remove-q-js{
    cursor: pointer;
    transform: rotate(180deg);
}
.cart-table-row  .cart-table-col:not(:first-of-type) .cart-table-info{
    justify-content: center;
}

.cart-table-row  .cart-table-col:after{
    content: "";
    width: 1px;
    height: 50px;
    right: -0.5px;
    top: calc(50% - 25px);
    position: absolute;
    display: block;
    background: #C0C0C0;
}
.cart-table-row  .cart-table-col.cart-table-total:after{
    display: none;
}
.cart-weight .product-item-choice{
    border: 1px solid var(--color-brown);
    padding: 0px 13px;
    height: 30px;
    background: #FAF6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-black);
}
.cart-table-total .cart-table-content,
.cart-price .cart-table-content,
.cart-sku .cart-table-content{
    font-weight: 700;
    font-size: 16px;
    line-height: 20.98px;
    letter-spacing: 0%;
    color: var(--color-brown);;
}
.cart-table-total .cart-table-content,
.cart-price .cart-table-content{
    font-size: 20px;
    line-height: 27.28px;
}
.cart-table-image   .cart-table-content a{
    font-weight: 700;
    font-size: 20px;
    line-height: 27.28px;
    letter-spacing: 0%;
    text-decoration: none;
    color: var(--color-black);
    text-transform: uppercase;
}
.cart-empty-wrapper{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
}
.cart-empty-header{
    font-weight: 700;
    font-size: 24px;
    line-height: 27.28px;
    letter-spacing: 0%;
    text-decoration: none;
    color: var(--color-brown);
    text-align: center;
}



.checkout-form-wrapper{
    background: #E1CEC6;
    padding: 56px 67px;
    border-radius: 10px;
}
.section-checkout{
    margin-bottom: 110px;
}
.checkout-items{
    border: 1px solid var(--color-brown);
    padding: 39px 52px;
    border-radius: 10px;
    width: 100%;
    height: 760px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    row-gap: 46px;
}
.checkout-items .checkout-item{
    display: flex;
    justify-content: space-between;
}
.checkout-item .cart-table-header{
    top: 15px;
}
.checkout-item > div{
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}
.checkout-item .checkout-item-image {
    flex-shrink: 0;
    width: 150px;
}
.checkout-item .checkout-item-image img{
    height: 150px;
    width: auto;
}
.checkout-item .checkout-item-total{
    width: 170px;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
}
.checkout-item-header .cart-table-content a {
    font-weight: 700;
    font-size: 20px;
    line-height: 27.28px;
    letter-spacing: 0%;
    text-decoration: none;
    color: var(--color-black);
    text-transform: uppercase;
}
.checkout-items::-webkit-scrollbar {
    width: 10px;
}
.checkout-items::-webkit-scrollbar-track {
    background: #F3F3F3;
    border-radius: 50px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkout-items::-webkit-scrollbar-thumb {
    background-color: var(--color-orange);
    border-radius: 50px;
}
.custom-checkboxes-wrapper label input{
    display: none;
}
.custom-checkboxes-wrapper .custom-checkboxes-label{
    color: var(--color-brown);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    column-gap: 12px;
    cursor: pointer;
}
.custom-checkboxes-wrapper .custom-checkboxes-label:before{
    width: 13px;
    height: 13px;
    line-height: 0;
    border: 1px solid var(--color-brown);
    content: "";
    display: block;
    border-radius: 50px;
    margin-top: -2px;
}
.custom-checkboxes-wrapper input:checked + .custom-checkboxes-label:before{
    border: 1px solid var(--color-orange);
    background: var(--color-orange);
}
.checkout-field-title{
    font-weight: 300;
    font-size: 16px;
    line-height: 21.82px;
    color: var(--color-black);
}
.checkout-field-value{
    font-weight: 700;
    font-size: 20px;
    line-height: 27.28px;
    color: var(--color-brown);
}
.checkout-ok-wrapper .row{
    row-gap: 75px;
}
.checkout-items.checkout-ok-items{
    height: 635px;
}
.checkout-item-total .cart-table-total{
    font-weight: 700;
    font-size: 20px;
    line-height: 27.28px;
    color: var(--color-brown);
}
.row-gap-20{
    row-gap: 20px;
}

.modal-form-custom.cart-message-modal .modal-content{
    padding: 25px;
}

.btn-catalog{
    padding: 15px 25px;
    border-radius: 10px;
    background: var(--color-orange);
    border: 1px solid var(--color-orange);
    transition: var(--base-transition);
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    color: var(--color-white);
    text-decoration: none;
    display: block;
}
.btn-catalog:hover{
    background: none;
    color: var(--color-orange);
}
.cart-remove-btn{
    display: none;
    position: absolute;
    top: -2px;
    right: 30px;
    padding: 3px 13px;
    border-radius: 12px;
    background: var(--color-orange);
    font-size: 14px;
    border: 1px solid var(--color-orange);
    z-index: 9;
    transition: var(--base-transition);
    color: var(--color-white);;
}
.cart-remove-btn:hover{
    cursor: pointer;
    color: var(--color-orange);
    background: var(--color-white);
}

.cart-remove .open + .cart-remove-btn{
    display: block;
}
.cart-modal-open.modal-open{
    overflow: auto !important;
}
