.top-header-section{
    padding: 10px 0;
    background: #D9D9D9;
}
.top-text-slider-widget{
    position: relative;
}
.top-text-slider-widget .top-text-slider-carouse-item{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}
.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;
}
.header-block-wrapper .header-block-menu{
    width: calc((100% - 235px) / 2);
}
.header-block-wrapper .header-block-items{
    width: calc((100% - 235px) / 2);
}

.bottom-header-section{
    background: var(--color-white);
    padding: 23px 0;
}
.header-block-items-item .header-menu-2,
.header-block-menu .main-menu{
    display: flex;
    align-items: center;
    column-gap: 42px;
    list-style: none;
    padding: 0;
    margin: 0
}
.header-block-items-item .header-menu-2{
    margin-right: 35px;
}
.header-block-items-item .header-menu-2 span,
.header-block-items-item .header-menu-2 a,
.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-white);
    padding: 20px 0;
    margin: 0;
    list-style: none;
    display: none;
    flex-direction: column;
    row-gap: 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.header-block-menu .main-menu li.dropdown:hover ul{
    display: flex;
}
.header-block-logo{
    position: relative;
}
.header-block-menu .main-menu li.dropdown ul li a{
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 18px;
    width: 100%;
    transition: var(--base-transition);
    text-align: center;
    color: var(--color-black);
    white-space: nowrap;
}
.header-block-menu .main-menu li.dropdown ul li a:hover{
    background: var(--color-yellow);
}
.header-block-menu .main-menu > li:first-of-type > a{
    padding: 18px 85px;
    border: 1px solid var(--color-black);
    border-radius: 50px;
    background: var(--color-yellow);
    position: relative;
    z-index: 99;
}
.header-block-menu .main-menu > li:nth-of-type(2):hover > a{
    font-weight: 900;
}
.header-block-menu .main-menu > li:nth-of-type(2) > a{
    position: relative;
}
.header-block-menu .main-menu > li:nth-of-type(2) > a:after{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    display: block;
    background: var(--color-black);
    position: absolute;
    right: -12px;
    top: calc((100% - 6px) / 2);
}
.header-block-menu .main-menu > li:not(.dropdown){
    display: none;
}

.toggle-button{
    display: flex;
    row-gap: 4px;
    flex-direction: column;
    transition: var(--base-transition);
}
.toggle-button span{
    display: block;
    background: var(--color-black);
    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% + 25px);
    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;
}
.header-block-items{
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: flex-end;
    position: relative;
}
/* Footer block */
footer{
    border-top: 2px solid var(--color-black);
}
.section-map-block{
    line-height: 0;
}
.section-footer-block .section-footer-top{
    padding: 46px 0 90px;
    border-bottom: 2px solid var(--color-black);
}
.footer-block-socials{
    margin-top: 18px;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.footer-block-socials a{
    color: var(--color-black);
    text-decoration: none;
}
.footer-rating-widget{
    margin-top: 11px;
}
.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{
    text-decoration: none;
    color: var(--color-black);
    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-row .footer-column{
    width: 18%;
}
.footer-header{
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    text-align: left;
    color: var(--color-black);
    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-black);
    text-decoration: none;
}
.footer-contacts a,
.footer-contacts{
    font-size: 15px;
    font-weight: 700;
    line-height: 20.46px;
    text-align: left;
    color: var(--color-black);
    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;
}
#d_quickcheckout .text-danger,
.help-block{
    height: 0;
    overflow-y: hidden;
    transition: .3s all;
}

#d_quickcheckout .text-danger,
.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 30% 15px 32px;
    border-radius: 50px;
    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-black);
    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: 30%;
    text-align: center;
    border-radius:  50px;
    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;
}
.section-form-subscribe{
    background: var(--color-black);
    padding: 75px 0;
}
.subscribe-form-header{
    font-weight: 700;
    font-size: 32px;
    line-height: 53px;
    text-transform: uppercase;
    color: var(--color-white);
}


/* 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: 96px;
    font-style: italic;
    font-weight: 700;
    line-height: 96px;
    text-align: left;
    color: var(--color-black);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-home-slider-block .home-slider-caption .slider-header{
    font-weight: 300;
    font-size: 64px;
    line-height: 64px;
    text-transform: uppercase;
    color: var(--color-black);
    margin-bottom: 15px;
    display: inline-block;
}
.section-home-slider-block .home-slider-caption{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: var(--color-black);
    margin-bottom: 55px;
}
.section-home-slider-block .home-slider-links .btn-more{
    border-radius: 60px;
    padding: 20px 75px;
    background: var(--color-orange);
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-white);
    display: inline-block;
    text-decoration: none;
    transition:var(--base-transition);
}
.section-home-slider-block .home-slider-links .btn-more:hover{
    background: var(--color-black);
    color: var(--color-white);
}

.section-home-slider-block .home-slider-swiper-pagination{
    display: flex;
    align-items: center;
    column-gap: 4px;
    position: absolute;
    bottom: 124px;
    justify-content: flex-start;
}


.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: 850px;
    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: 45px 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: 40px;
    font-style: italic;
    font-weight: 300    ;
    line-height: 40px;
    text-align: left;
    color: var(--color-black);
    text-transform: uppercase;
}

.section-moving-string .section-moving-string-text a:after {
    position: absolute;
    right: -82px;
    top: calc(50% - 15px);
    font-style: normal;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--color-yellow);
    content: "";
}

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

    to {
        transform: translateX(calc(-100% - 1rem))
    }
}
.section-about-block{
    padding: 100px 0 100px;
    background: var(--color-yellow);
}
.section-about-block .row{
    align-items: center;
}


.section-about-block .about-block-image picture{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    aspect-ratio: 554 / 650;
}
.section-about-block .about-block-image picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-about-block .about-block-header{
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-black);
    margin-bottom: 26px;
}
.section-about-block .about-block-text{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;;
    color: var(--color-black);
}
.section-about-block .about-block-content{
    padding-right: 100px;
}
.about-block-content .btns{
    margin-top: 26px;
}
.about-block-content .about-link{
    padding: 20px 64px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-white);
    border-radius: 50px;
    background: var(--color-orange);
    text-decoration: none;
    border: 1px solid var(--color-white);
    display: inline-block;
    transition: var(--base-transition);
}
.about-block-content .about-link:hover{

}
.section-about-block .about-block-image{
    position: relative;
}
.section-about-block .about-block-image .about-badge{
    position: absolute;
    bottom: 39px;
    left: -140px;
    width: 214px;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B5D05F;
    font-size: 32px;
    line-height: 28px;
    color: var(--color-black);
    flex-direction: column;
    font-weight: 600;
    font-style: italic;
    border-radius: 200px;
    transform: rotate(-45deg);
    border: 2px solid var(--color-black);
}
.section-about-block .about-block-image .about-badge span{
    font-size: 70px;
    line-height: 60px;
}
.section-static-block-text{
    padding: 35px 0;
    background: var(--color-black);
}
.section-static-block-text-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 62px;
}
.section-static-block-text-wrapper span{
    font-weight: 300;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: var(--color-white);
}
.section-static-block-text-wrapper i{
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    background: #FCD672;
    border-radius: 50px;
    display: inline-block;
    flex-shrink: 0;
}
.section-static-block-text-wrapper i:before{
    display: none;
}
.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{
    padding: 75px 0;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 65.47px;
    color: var(--color-black);
    text-transform: uppercase;

}
.swiper-where-buy-slider{
    width: 100%;
    border-top: 2px solid var(--color-black);
    border-bottom: 2px solid var(--color-black);
}
.body-common-home .section-footer-block,
.body-product-product .section-footer-block{
    border-top: none;
}
.section-faq-block + .section-footer-block .section-footer-top{
    padding-top: 0;
}
.section-faq-block-header{
    margin-bottom: 48px;
    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;
}
.faq-items-wrapper .faq-item{
    padding: 38px 0;
    border-bottom: 2px solid var(--color-black);
}
.faq-items-wrapper .faq-item:first-of-type{
    border-top: 2px solid var(--color-black);
}
.faq-items-wrapper .faq-item .faq-question{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    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);
    padding-left: 87px;
}
.faq-items-wrapper .faq-item .faq-question .faq-toggle{
    margin-right: 72px;
    flex-shrink: 0;
    width: 20px;
}
.faq-items-wrapper .faq-item .faq-question .faq-toggle:after{
    content: "+";
    display: block;
    font-size: 32px;
    font-weight: 900;
    line-height: 40.26px;
    text-align: center;
    color: var(--color-black);
}
.faq-items-wrapper .faq-item-inner.faq-item-open .faq-answer{
    display: block;
}
.faq-items-wrapper .faq-item-inner.faq-item-open .faq-question{
    margin-bottom: 11px;
}
.faq-items-wrapper .faq-item-inner.faq-item-open .faq-question .faq-toggle:after{
    content: "-";
}
.section-banner-plates .swiper-slide a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}
.section-banner-plates .swiper-slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-banner-plates .btns{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 53px;
}
.btn-custom,
.section-banner-plates .btns a{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-white);
    background: var(--color-black);
    border: 2px solid var(--color-black);
    padding: 20px 65px;
    text-decoration: none;
    border-radius: 50px;
    transition: var(--base-transition);
}
.btn-custom:hover,
.section-banner-plates .btns a:hover{
    background: var(--color-white);
    color: var(--color-black);
}
.btn-custom svg{
    position: relative;
    top: -2px;
}
.btn-custom:hover svg path{
    fill:var(--color-black);
}
.section-reviews-block{
    padding: 51px 0 123px 0;
    background: #FEB4C1;
}
.section-reviews-block-header{
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 194px;
    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{
    margin: 0 auto;
    width: 70%;
    font-weight: 700;
    font-size: 32px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-black);
}
.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;
}

.custom-slider-prev,
.custom-slider-next,
.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;
}
.custom-slider-next ,
.section-reviews-block .swiper-button-next {
    left: auto;
    right: -73px;
}
.custom-slider-next i:before,
.custom-slider-prev i:before,
.custom-slider-next i,
.custom-slider-prev i ,
.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;
}

.swiper-custom-pagination,
.section-reviews-block .reviews-swiper-pagination{
    display: flex;
    align-items: center;
    column-gap: 4px;
    margin-top: 55px;
    width: 100%;
    justify-content: center;
}
.swiper-custom-pagination .swiper-pagination-bullet ,
.section-reviews-block .reviews-swiper-pagination .swiper-pagination-bullet {
    background: none;
    border: 1px solid var(--color-black);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    z-index: 9;
}
.swiper-custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active ,
.section-reviews-block .reviews-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-black);
}
.section-reviews-block .reviews-swiper-pagination{
    margin-top: 157px;
}


.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: 4px;
    text-decoration: none;
    height: 100%;
    justify-content: space-between;
    border: 1px solid rgba(255,255,255,0);
    transition: var(--base-transition);
    border-radius: 10px;
    padding: 15px 19px;
}
.product-item-preview a{
    text-decoration: none;
}
.product-item-preview .product-item-top{

    text-decoration: none;
}
.product-item-preview:hover{
    border-color: var(--color-black);
}
.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;
    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 button{
    border: none;
    outline: none;
    padding: 0;
    background: none;
}
.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;

    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;
    line-height: 1;
}
.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: 77px;
    border-radius: 77px;
    background: var(--color-orange);
    column-gap: 12px;
    transition: var(--base-transition);
    border: 1px solid var(--color-black);
}
.product-item-preview .product-item-add-to-cart-btn:hover{
    cursor: pointer;
    background: var(--color-black);
}
.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;
    right: 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-black);
}
.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;
    width: 100%;
}
.swiper-item-thumbnail-slider,
.item-gallery-wrapper,
.item-thumbnail-gallery-wrapper{
    width: 100%;
}

.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: 20px;
    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-black);
}
.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-catalog-gallery{
    padding: 75px 0;
    background: #B5D05F;
}
.section-catalog-gallery .swiper-slide picture img{
    width: 100%;
    height: auto;
    transition: var(--base-transition);
}
.section-catalog-gallery .swiper-slide.swiper-slide-active a picture img,
.section-catalog-gallery .swiper-slide a:hover picture img{
    transform: scale(1.4);
}
.section-catalog-gallery .swiper{
    padding: 25px 0;
}
.section-catalog-gallery .section-header{
    margin-top: 20px;
}
.section-catalog-gallery .btn-custom{
    display: inline-block;
}
.section-item-reviews-block{
    margin-top: 100px;

}
.section-item-reviews-block .swiper-reviews-slider-item .reviews-slider-item-content{
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}



.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-black);
    display: inline-flex;
    column-gap: 15px;
    align-items: center;
    transition: var(--base-transition);
    background:  var(--color-black);
    color: var(--color-white);
}
.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: none;
    cursor: pointer;
}
.item-add-review-button:hover span,
.item-add-review-button:hover i{
    color: var(--color-black);
}
.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-black);
    border-radius: 10px;
}
.section-product-page-content-block-tabs.home-tabs{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: none;
    border-radius: 0;
}
.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-black);
    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 #d_quickcheckout input[type="tel"].form-control,
.modal-form-custom #d_quickcheckout input[type="email"].form-control,
.modal-form-custom #d_quickcheckout input[type="text"].form-control,
.modal-form-custom #d_quickcheckout .form-control,
.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);
}
.modal-form-custom .review-form .form-control{
    border-radius: 50px;
}
.modal-form-custom #d_quickcheckout .form-control{
    height: auto;
}
.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: 50px;
    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-black);
    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-black);
}
.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: 80px;
    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-black);
    color: var(--color-black);
    border-radius: 50px;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    background: #fff;
    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-orange);
    border: 1px solid var(--color-orange);
}
.product-page-buy-form{
    margin-top: 28px;
}
.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: #fff;
}
.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-black);
    height: 42px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    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-black);
    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-5 .product-page-buy-form-stock{
    color: #F70202;
}
.product-page-stock-8 .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-black)
}
.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: 50px;
    padding:0 60px;
    height: 77px;
    column-gap: 5px;
}
.checkout-form-wrapper #d_quickcheckout #payment_address_heading_heading,
.checkout-form-wrapper #d_quickcheckout .panel-default > .panel-heading .text,
.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;
    width: 22px;
    flex-shrink: 0;
}
.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;
}

.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;
}
.account-link a{
    background: var(--color-yellow);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
}
.account-link a i{
    font-size: 30px;
    line-height: 30px;
    color: var(--color-brown);
}

.search-wrapper .search-button{
    background: #E1CEC6;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    outline: none;
}
.search-wrapper .search-button i{
    font-size: 30px;
    line-height: 30px;
    color: var(--color-brown);
}

.search-form-wrapper {
    position: absolute;
    top: calc(100% + 25px);
    right: 0;
    width: 100%;
    display: none;
}
.search-wrapper .open + .search-form-wrapper{
    display: block;
}
.search-form .form-control{
    width: 100%;
    display: flex;
    border: 1px solid var(--color-brown);
    border-radius: 50px;
    height: 60px;
    align-items: center;
    padding: 0 45px 0 25px;
    background: var(--color-white);
}
.search-form .btn{
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    background: none;
    border: none;
    outline: none;
}
.search-form .btn i{
    font-size: 30px;
    line-height: 30px;
    color: var(--color-brown);
}
.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: 50px;
    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-black);
    text-transform: uppercase;
    margin-top: 55px;
    margin-bottom: 35px;
}
.cart-total{
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.cart-total .cart-total-row{
    align-items: center;
    justify-content: space-between;
    column-gap: 120px;
    display: none;
}
.cart-total .cart-total-row:last-of-type{
    display: flex;
}
.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-black);
}
.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: 50px;
    border: 1px solid var(--color-orange);
    transition: var(--base-transition);
    padding: 27px 0;
}
.btn2-checkout{
    background: var(--color-black);
    border-color: var(--color-black);
}
.btn2:hover{
    background: none;
    color: var(--color-orange);
}
.btn2.btn2-checkout:hover{
    color: var(--color-black);
}
.body-checkout-checkout .checkout-bottom{
    position: sticky;
    bottom: 0;
    z-index: 999999999999;
}
.body-checkout-checkout .cart-total{
    flex-direction: row;
    width: calc(50% - var(--bs-gutter-x) * .5);
    justify-content: space-between;
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.body-checkout-checkout .cart-total .cart-total-row:last-of-type{
    column-gap: 20px;
}
.body-checkout-checkout .cart-total .cart-total-row .cart-total-header,
.body-checkout-checkout .cart-total .cart-total-row span{

}
.body-checkout-checkout  .btn2-checkout{
    font-size: 24px;
    line-height: 24px;
    width: 240px;
    padding: 15px 0;
}

.section-cart-wrapper{
    margin-bottom: 93px;
}
.table-cart{
    width: 100%;
}
.table-cart thead{
    display: none;
}
.table-cart tbody{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.table-cart tbody tr{
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid var(--color-black);
    padding: 25px 45px;
    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;
    text-align: center;
    width: 100%;
}
.section-checkout-ok .checkout-item .checkout-item-header .cart-table-header{
    text-align: left;
}

.table-cart tbody tr td{
    position: relative;
    flex-shrink: 0;
}
.cart-table-col .cart-table-info{
    display: flex;
    align-items: center;
    height: 100%;
}
.table-cart tbody tr td:not(:first-of-type){
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: center;
}
.table-cart tbody tr td:nth-of-type(2) .cart-table-header{text-align: left}
.table-cart tbody tr td:nth-of-type(1){width: 200px; flex-shrink: 0}
.table-cart tbody tr td:nth-of-type(2){width: 30%}
.table-cart tbody tr td:nth-of-type(3){width: 10%;}
.table-cart tbody tr td:nth-of-type(4){width: 10%;}
.table-cart tbody tr td:nth-of-type(5){width: 10%;}
.table-cart tbody tr td:nth-of-type(6){width: 10%;}


.table-cart tbody tr .cart-remove{
    width: 0;
}
.table-cart tbody tr td:nth-of-type(2) a{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-black);
}
.table-cart tbody tr td .column-content{
    font-weight: 700;
    font-size: 16px;
    line-height: 131%;
    color: var(--color-black);
}

.table-cart tbody tr .cart-remove {
    position: absolute;
    top: 0;
    right: 25px;
}

.table-cart tbody tr .cart-remove button{
    font-size: 24px;
    line-height: 24px;
    color: var(--color-black);
    transition: var(--base-transition);
    background: none;
    border: none;
    padding: 0;
}

.table-cart tbody tr .cart-remove .cart-remove-q-js{
    transition: var(--base-transition);
}
.table-cart tbody tr .cart-remove:hover .cart-remove-q-js{
    cursor: pointer;
    transform: rotate(180deg);
}
.table-cart tbody tr .cart-table-col:not(:first-of-type) .cart-table-info{
    justify-content: center;
}
.alert .close,
#checkout-cart .alert .close{
    border: none;
    padding: 0;
    background: none;
    font-size: 18px;
    line-height: 18px;
}
/*.table-cart tbody tr  .cart-table-col:after{
    content: "";
    width: 1px;
    height: 50px;
    right: -0.5px;
    top: calc(50% - 25px);
    position: absolute;
    display: block;
    background: #C0C0C0;
}
.table-cart tbody tr  .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: var(--color-yellow);
    padding: 56px 67px;
    border-radius: 10px;
}
.checkout-form-wrapper .form-group .col-xs-5{
    display: none;
}
.checkout-form-wrapper #d_quickcheckout .form-group .col-xs-7{
    width: 100%;
}

.checkout-form-wrapper #d_quickcheckout p.description{
    display: none;
}
.checkout-form-wrapper #d_quickcheckout .panel-default,
.checkout-form-wrapper #d_quickcheckout .panel-body{
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    padding: 0;
}
.checkout-form-wrapper #d_quickcheckout .panel-default > .panel-heading{
    border-radius: 0;
    background: none;
    padding: 0;
    margin-bottom: 5px;
    border: none;
}

.section-checkout{
    margin-bottom: 110px;
}
.checkout-items{
    border: 1px solid var(--color-brown);
    padding: 39px 52px;
    border-radius: 10px;
    width: 100%;
    height: 879px;
    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;
}
#d_quickcheckout #payment_method_list label input[type=radio],
.custom-checkboxes-wrapper label input{
    display: none;
}
#payment_method_list{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#d_quickcheckout #payment_method_list label input + span,
.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;
}
#d_quickcheckout #payment_method_list label input + span:before,
.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;
    flex-shrink: 0;
}
    #d_quickcheckout #payment_method_list label input:checked + span:before,
.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-black);
}
.checkout-ok-wrapper .hr{
    width: 100%;
    height: 1px;
    background: var(--color-black);
    margin: 40px 0;
}
.checkout-items.checkout-ok-items{
    height: 421px;
}
.btn-go-home{
    margin-top: 20px;
}
.checkout-item-total .cart-table-total{
    font-weight: 700;
    font-size: 20px;
    line-height: 27.28px;
    color: var(--color-black);
}
.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;
}
.contact-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 17px;
    padding: 42px 34px;
    border: 1px solid var(--color-brown);
    border-radius: 10px;
    height: 100%;
}
.contact-info-row{
    row-gap: var(--bs-gutter-x);
}
.contact-info .contact-info-content{
    min-height: 48px;
    display: flex;
    align-items: center;
}
.contact-info .contact-info-content a,
.contact-info .contact-info-content{
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--color-black);
}
.section-contact-page .checkout-form-wrapper{
    height: 100%;
    padding: 20px 67px;
    display: flex;
    align-items: center;
}
.section-contact-page .buttons{
    margin-top: 41px;
}
.section-contact-page .buttons .btn2{
    padding: 27px 155px;
}
.section-contact-page textarea{
    height: 130px;
}
.section-contact-page{
    margin-bottom: 110px;
}

.section-contact-page .order-form-header.mt-30{
    margin-top: 0;
}
.row-gap{
    row-gap: var(--bs-gutter-x);
}
.blog-preview-item{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: var(--base-transition);
    border: 1px solid rgba(255,255,255,0);
    color: var(--color-black);
    height: 100%;
}

.blog-preview-item:hover{
    color: var(--color-black);
}
.blog-preview-item .blog-item-image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.blog-item-image .video-icon{
    position: absolute;
    top: 20px;
    right: 14px;
}
.blog-preview-item .blog-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-preview-item .blog-item-content{
    display: flex;
    flex-direction: column;
    padding: 0 27px 21px;
    row-gap: 10px;
}


.blog-preview-item .blog-item-header{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    min-height: 160px;
}
.blog-preview-item .btn-more{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 65px;
    border: 1px solid var(--color-black);
    background: var(--color-orange);
    color: var(--color-white);
    margin-top: 22px;
    transition: var(--base-transition);
}
.blog-preview-item .btn-more:hover{
    background: var(--color-black);
}
.blog-preview-item .blog-item-description{
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
}

.blog-preview-item.receipt{
    row-gap: 0;
}
.blog-preview-item.receipt .blog-item-image{
    aspect-ratio: 553 / 800;
    border-radius: 5px;
}
.blog-preview-item.receipt .blog-item-content{
    margin-top: 39px;
    padding: 0;
}
.blog-preview-item.receipt .blog-item-header{
   text-align: center;
}
.section-blog-block .blog-preview-item .blog-item-image,
.section-blog-block .blog-preview-item{
    border-radius: 5px;
}
.section-blog-block .blog-preview-item .blog-item-content{
    row-gap: 0;
}
.section-blog-block .blog-preview-item .blog-item-content{
    padding: 0;
}
.scrollbar-custom .swiper-scrollbar,
.swiper-recipes-slider .swiper-scrollbar{
    margin: 0 auto;
    margin-top: 45px;
    height: 16px;
    background: #EAEAEA;
    border-radius: 20px;
    width: 840px;
    opacity: 1;
}
.scrollbar-custom .swiper-scrollbar{
    margin-top: 80px;
}
.scrollbar-custom .swiper-scrollbar .swiper-scrollbar-drag,
.swiper-recipes-slider .swiper-scrollbar .swiper-scrollbar-drag{
    background: var(--color-orange);
    height: 100%;
    border-radius: 20px;
    cursor: pointer;
}

.section-blog-items-recipes .link-more{
    display: inline-block;
    text-align: center;
    margin-top: 32px;

    color: var(--color-white);
    text-decoration: none;

}
.section-blog-items-recipes .link-more:hover{
    color: var(--color-black);
}
.section-mb{
    margin-bottom: 75px;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    margin-top: 60px;
    padding: 0;
    column-gap: 5px;
}
.pagination li,
.pagination a{
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #68413042;
    transition: var(--base-transition);
}
.pagination .active span,
.pagination a:not(.prev-item,.next-item){
    padding: 3px 9px;
    border-radius: 6px;
}

.pagination li.prev-item a:hover,
.pagination li.next-item a:hover,
.pagination li a:hover,
.pagination .active span{
    font-weight: 700;
    color: var(--color-white);
    text-decoration: underline;
    background: var(--color-black);
}
.pagination li.prev-item a i:before{
    transform: rotate(90deg);
}
.pagination li.next-item a i:before{
    transform: rotate(-90deg);
}
.pagination li.prev-item a,
.pagination li.next-item a{
    color: var(--color-black);
    font-size: 24px;
    line-height: 24px;
}
.section-blog-article-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.section-blog-article-top .blog-article-date{
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}
.section-blog-article-top .blog-category-link{
    display: flex;
    align-items: center;
    text-decoration: none;
    column-gap: 18px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-black);
}
.section-blog-article-top .blog-category-link i{
    color: var(--color-black);
}
.section-blog-article-image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 482px;
    overflow: hidden;
    border-radius: 10px;
}
.section-blog-article-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-blog-article-content{
    margin-top: 25px;
}
.section-header{
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.swiper-related-slider-wrapper{
    position: relative;
}
.custom-slider-prev, .custom-slider-next{
    color: #68413099;

}
.custom-slider-prev:hover, .custom-slider-next:hover{
    color: var(--color-brown)
}

.receipts-info{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.receipts-info .receipts-info-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.receipts-info .receipts-info-col{
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}

.section-header{
    position: relative;
}
.section-header .link-more{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 32px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    column-gap: 12px;
    text-decoration: none;
    border: 1px solid var(--color-brown);
    border-radius: 50px;
    color: var(--color-black);
    transition: var(--base-transition);
}
.section-header .link-more i:before{
    color: var(--color-brown);
    font-size: 16px;
    line-height: 100%;
    transition: var(--base-transition);
}
.section-header .link-more:hover{
    color: var(--color-white);
    background: var(--color-brown);
}
.section-header .link-more:hover i:before{
    color: var(--color-white);
}
.swiper-featured-slider .blog-preview-item .blog-item-image{
    height: 580px;
}
.swiper-featured-slider .blog-preview-item .blog-item-content{
    padding: 0 0 21px;
}
.swiper-featured-slider .blog-preview-item{
    border: none;
}
.swiper-featured-slider .blog-preview-item:hover{
    border: none;
}
.section-advantages-block{
    padding: 22px 0;
}
.section-advantages-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 35px;
}
.section-advantages-wrapper .circle-icon{
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50px;
    background: #B5D05F;
    flex-shrink: 0;
}
.section-advantages-wrapper span:not(.circle-icon){
    font-weight: 700;
    font-style: italic;
    font-size: 32px;
    line-height: 62px;
    text-transform: uppercase;
    color: var(--color-black);
}



.form-sort{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.nice-select.nice-select-custom{
    border: 1px solid var(--color-brown);
    border-radius: 50px;
    padding: 11px 34px 11px 20px;
    height: auto;
    line-height: 0;
}
.nice-select.nice-select-custom .current{
    font-weight: 400;
    font-size: 14px;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-black);
}
.nice-select.nice-select-custom:after{
    height: 10px;
    width: 10px;
    border-bottom: 1px solid var(--color-brown);
    border-right: 1px solid var(--color-brown);
    margin-top: -8px;
}
.nice-select.nice-select-custom .nice-select-dropdown{
    z-index: 12;
}
.nice-select.nice-select-custom .list{
    margin-bottom: 0;
    max-height: none;
}
#column-left .ocf-btn.ocf-btn-link {
    color: var(--color-black);
}
#column-left .ocf-theme-light .ocf-search-btn-popover,
#column-left .ocf-theme-light .ocf-search-btn-static{
    border-radius: 50px;
    background: var(--color-black);
}
.ocf-content .ocf-header i{
    display: none;
}
.ocf-content .ocf-header{
    padding-left: 18px;
    margin-bottom: 6px;

}
.ocf-content .ocf-header,
.ocf-content .ocf-filter-name{
    margin-right: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-black);
}
.ocf-content .ocf-header{
    padding-top: 15px;
    padding-bottom: 15px;
}
.ocf-content .ocf-filter-name{
    margin-bottom: 6px;
}
.product-category #column-left{
    z-index: 15;
}
#column-left .ocf-popover{
    z-index: 12;
}
.ocf-content .ocf-body{
    border: 1px solid var(--color-black);
    border-radius: 10px;
    padding: 18px 0;
}
.ocf-content .ocf-body .ocf-filter{
    padding: 26px 18px 18px;
    margin-bottom: 0;
}
.ocf-content .ocf-body .ocf-filter:not(:last-of-type){
    border-bottom: 1px solid var(--color-black);
}
.ocf-value-slider .ocf-noUi-pips{
    display: none;
}
.ocf-content .ocf-value-input.ocf-value-input-checkbox{
    display: none;
}
.ocf-content .ocf-checkbox .ocf-value-name{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0);
    transition: var(--base-transition);
    margin-right: 0;
}
.ocf-content .ocf-checkbox.ocf-selected .ocf-value-name,
.ocf-content .ocf-checkbox .ocf-value-name:hover{
    border-color: var(--color-black);
    background: var(--color-white)
}

.ocf-content .ocf-noUi-base:before,
.ocf-content .ocf-noUi-connects:before,
.ocf-content .ocf-noUi-connects:after{
    background: #C0C0C0;
}
.ocf-content .ocf-noUi-connect:before,
.ocf-content .ocf-noUi-handle{
    background: var(--color-black);
}
.product-page-buy-form-button-buy-wrapper{
    position: relative;
}
.product-wishlist-button{
    right: -79px;
    top: calc((100% - 59px) / 2);
    width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    position: absolute;
}
.product-wishlist-button i:before{
    font-size: 44px;
    line-height: 44px;
}
.in-wishlist i.icon-heart-empty:before{
    content: '\e805';
}
#d_quickcheckout .hidden {
    display: none !important;
    visibility: hidden !important;
}
#d_quickcheckout #qc_confirm_order {
    display: none;
}
#d_quickcheckout #shipping_address_form,
#d_quickcheckout #payment_address_form{
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: var(--bs-gutter-x)
}
#d_quickcheckout #shipping_address_form > div,
#d_quickcheckout #payment_address_form > div{
    width: 100%;
}
#d_quickcheckout #payment_address_form > div#payment_address_zone_id_input,
#d_quickcheckout #payment_address_form > div#payment_address_postcode_input,
#d_quickcheckout #payment_address_form > div#payment_address_city_input,
#d_quickcheckout #payment_address_form > div#payment_address_address_1_input,
#d_quickcheckout #payment_address_form > div#payment_address_lastname_input,
#d_quickcheckout #shipping_address_form > div#shipping_address_address_1_input,
#d_quickcheckout #shipping_address_form > div#shipping_address_city_input,
#d_quickcheckout #payment_address_form > div#payment_address_firstname_input{
    width: calc(50% - 0.5 * var(--bs-gutter-x))
}
.checkout-form-wrapper #d_quickcheckout #payment_address_heading_heading i,
.checkout-form-wrapper #d_quickcheckout #payment_address_heading_heading hr{
    display: none;
}
.checkout-form-wrapper #d_quickcheckout #shipping_address .panel-title,
.checkout-form-wrapper #d_quickcheckout #payment_address_heading_heading{
    border: none;
    padding: 0;
    margin-top: 10px;
}
#d_quickcheckout #confirm_view{
    margin-top: 30px;
}
#d_quickcheckout #payment_method,
#d_quickcheckout #shipping_method{
    margin-top: 15px;
}
#d_quickcheckout #confirm_view #confirm_comment_input label{
    display: none;
}
#d_quickcheckout #confirm_view #confirm_agree_input{
    margin-top: 15px;
}
#d_quickcheckout #confirm_view #confirm_agree_input .text-danger{
    display: none !important;
}
#d_quickcheckout #confirm_view #confirm_agree_input span{
    line-height: 18px;
}
#d_quickcheckout #confirm_view #confirm_agree_input span a{
    color: var(--color-black);
}
#d_quickcheckout #confirm_view #confirm_agree_input.has-error span a,
#d_quickcheckout #confirm_view #confirm_agree_input.has-error span{
    color: red;
}

.ocf-btn.custom-filter-button{
    display: none;
}
.catalog-header h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.catalog-top{
    margin-bottom: 34px;
}
.catalog-top div.hr{
    margin-top: 12px;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-black);
    color: var(--color-black);
}
.section-product-page-block{
    padding-bottom: 65px;
    border-bottom: 2px solid var(--color-black)
}
.auth-form-wrapper{
    margin-top: 45px;
}
.auth-form-block{
    padding: 75px 60px 35px;
    box-shadow: 0px 2px 20.9px 0px #00000040;
    border-radius: 10px;
    background: var(--color-yellow);
}
.auth-form-wrapper{
    margin-bottom: 220px;
}
.auth-form-block input{
    width: 527px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    border: none;
    padding: 0 0 0 71px;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: var(--color-black);
    outline: none;
}
.auth-form-block input::placeholder{
    color: var(--color-black);
}
.auth-form-block .form-group + .form-group{
    margin-top: 12px;
}

.f-icon-mail:before{
    position: absolute;
    top: 19px;
    left: 24px;
    background: url("/image/icons/f-icon-mail.svg");
    content: "";
    width: 31px;
    height: 22px;
    display: block;
}
.f-icon-lock:before{
    position: absolute;
    top: 15.5px;
    left: 27px;
    background: url("/image/icons/f-icon-lock.svg");
    content: "";
    width: 25px;
    height: 29px;
    display: block;
}
.forgotten-link{
    margin-top: 12px;
    padding-left: 27px;
}
.forgotten-link a {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #676666;
    text-decoration: none;
}
.auth-form-block .auth-btns{
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.auth-form-block .btn-custom{
    padding: 17px 124px;
}
.auth-form-block-bottom{
    margin-top: 24px;
}
.to-reg-string{
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: var(--color-black);
}
.to-reg-string a{
    font-weight: 700;
    color: var(--color-orange);
    text-decoration: none;
}
.auth-form-block fieldset + fieldset{
    margin-top: 12px;
}
.form-group-news-letter{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.form-group-news-letter input[type="radio"]{
    width: 16px;
    height: 16px;
}
.form-group-news-letter label{
    display: flex;
    align-items: center;
}

.form-group-news-letter .news-letter-fields {
    display: flex;
    column-gap: 20px;
}
.news-letter-fields label span{
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.news-letter-fields label input{
    display: none;
}
.news-letter-fields label span:before{
    width: 13px;
    height: 13px;
    line-height: 0;
    border: 1px solid var(--color-brown);
    content: "";
    display: block;
    border-radius: 50px;
    flex-shrink: 0;
}
.news-letter-fields label input:checked + span:before {
    border: 1px solid var(--color-orange);
    background: var(--color-orange);
}

.auth-form-block .buttons{
    margin-top: 20px;
}
.auth-form-block .text-agree input[type="checkbox"]{
    width: 16px;
    height: 16px;
}
.auth-form-block .text-agree{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    column-gap: 5px;
    align-items: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: var(--color-black);
}
.message-content-success,
.form-group-news-letter label{
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: var(--color-black);
}
.message-content-success a{
    font-weight: 700;
    color: var(--color-orange);
    text-decoration: none;
}
.auth-form-block .text-agree a{
    color: var(--color-black);
}
.auth-form-block .text-agree span{
    order: 2;
}
.text-danger{
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: var(--color-red);
}
.alert{
    padding: 15px 25px;
    border-radius: 10px;
    background: #e6e6e6;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: var(--color-black);
}
.alert.alert-danger{
    font-weight: 700;
    color: var(--color-orange);
}
.side-account-menu{
    display: flex;
    flex-direction: column;
    row-gap: 21px;
}
.side-account-menu a{
    padding: 8px 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #A2A2A2;

    display: flex;
    border-radius: 50px;
    transition: var(--base-transition);
    border: 1px solid rgba(0,0,0,0);
}
.side-account-menu a.active,
.side-account-menu a:hover{
    border: 1px solid var(--color-black);
    color: var(--color-black);
}
.side-account-menu .logout-link{
    margin-top: 50px;

}
.account-links-dashboard a{
    color: var(--color-black);
    text-decoration: none;
}
.form-account-wrapper{
    width: 100%;
    padding: 65px 40px;
    border-radius: 10px;
    background: var(--color-yellow);
}
.form-account-wrapper fieldset{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px 17px;
}
.form-account-wrapper fieldset .form-group{
    width: calc((100% - 17px) / 2);
}
.form-account-wrapper  .form-group input{
    padding: 19px 19px 19px 65px;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
}
.form-account-wrapper  .form-group select{
    padding: 19px 19px 19px 65px;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
}
.form-account-wrapper  .form-group .radio-inline input{
    width: 18px;
    height: 18px;
    padding: 0;
}
.form-account-wrapper  .form-group .radio-inline{
    display: flex;
    column-gap: 5px;
}
.addresses-table{
    width: 100%;
}
.addresses-table tr{
    padding: 15px 25px;
    border-radius: 10px;
    background: var(--color-yellow);
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}
.addresses-table tr td:first-of-type{
    width: 50%;
}
.addresses-table tr td:last-of-type{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.account-orders-wrapper,
.account-wishlist-wrapper{
    padding: 65px 43px;
    border-radius: 10px;
    background: var(--color-yellow);
    height: 750px;
    overflow-y: auto;
}
.account-wishlist-wrapper .product-item-preview{
    background: var(--color-white);
}
.account-wishlist-wrapper{
    height: 750px;
    overflow-y: auto;
}
.account-orders-wrapper::-webkit-scrollbar ,
.account-wishlist-wrapper::-webkit-scrollbar {
    width: 10px;
}
.account-orders-wrapper::-webkit-scrollbar-track ,
.account-wishlist-wrapper::-webkit-scrollbar-track {
    background: #F3F3F3;
    border-radius: 50px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.account-orders-wrapper::-webkit-scrollbar-thumb ,
.account-wishlist-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--color-orange);
    border-radius: 50px;
}

.account-orders-wrapper .orders-row{
    display: flex;
    flex-direction: column;
    row-gap: 31px;
}
.account-orders-wrapper .orders-row .order-item{
    display: flex;
    flex-direction: column;
    padding: 44px;
    background: var(--color-white);
    border-radius: 10px;
}
.order-item-top{
    display: flex;
    align-items: center;
    column-gap: 65px;
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 30px;
}
.order-item-top .order-item-top-column{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #C0C0C0;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.order-item-top .order-item-top-column strong{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-black);
}
.order-item-bottom{
    display: flex;
    flex-direction: column;
    width: 100%
}
.order-item-bottom .order-item-product{
    padding: 18px 0;
    border-bottom: 1px solid #C0C0C0;
    display: flex;

}
.order-item-bottom .order-item-product:last-of-type{
    border:none;
    padding-bottom: 0;
}
.order-item-bottom .order-item-product > div{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #C0C0C0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 0 15px;
    position: relative;
    text-align: center;
}
.order-item-bottom .order-item-product > div:after{
    height: 50px;
    width: 1px;
    background:  #C0C0C0;
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    right: -0.5px;
    content: "";
}
.order-item-bottom .order-item-product > div:first-of-type{
    width: 60%;
    align-items: flex-start;
    padding-left: 0;
    text-align: left;
}
.order-item-bottom .order-item-product > div:last-of-type{
    padding-right: 0;
}
.order-item-bottom .order-item-product > div:last-of-type:after{
    display: none;
}
.order-item-bottom .order-item-product > div strong{
    display: flex;
    height: 100%;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-black);
}
#error-not-found{
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.search-page-form{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.search-page-form .search-form-wrapper{
    display: block;
    position: unset;
    max-width: 540px;
    width: 100%;
}
.search-page-form .search-form-wrapper .search-form{
    position: relative;
}
.shipping-method-select .price{
    display: none;
}
#payment_method_list #cod + span img{
    display: none;
}
.cart-coupon-wrapper #collapse-coupon label,
.cart-coupon-wrapper .panel-heading{
    display: none;
}
.cart-coupon-wrapper #collapse-coupon{
    display: flex;
    margin-bottom: 15px;
    width: 100%;
}
.cart-coupon-wrapper #collapse-coupon .panel-body .input-group,
.cart-coupon-wrapper #collapse-coupon .panel-body{
    width: 100%;
}
.cart-coupon-wrapper{
    margin-top: 35px;
    display: flex;
    flex-direction: column;
}

.cart-coupon-wrapper #collapse-coupon .panel-body .input-group{
    position: relative;
}
.cart-coupon-wrapper #collapse-coupon .panel-body .input-group input[type="text"]{
    width: 100%;
    padding: 15px 30% 15px 32px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    text-align: left;
    color: var(--color-black);
    border: 1px solid #000;
    box-shadow: none;
    outline: none;
}
.cart-coupon-wrapper #collapse-coupon .panel-body .input-group input[type="button"]{
    position: absolute;
    right: 0;
    top: 1px;
    height: auto;
    padding: 15px 0px;
    width: 30%;
    text-align: center;
    border-radius: 50px;
    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;
}
.share-date-wrapper{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.share-social-buttons{
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.share-social-buttons .social_button{
    flex-shrink: 0;
    position: relative;
}
.share-social-buttons .social_button a{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}
.share-social-buttons .share-social-buttons-header{
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}
.copy-link-to-clipboard:hover{
    cursor: pointer;
}

.social-tooltip{
    position: absolute;
    z-index: 99;
    padding: 5px;
    font-size: 10px;
    line-height: 11px;
    background: var(--color-orange);
    border-radius: 4px;
    color: #fff;
    top: calc(100% + 4px);
    white-space: nowrap;
    right: 0;
}

.product-page-content-wrapper .share-social-buttons{
    margin-top: 20px;
    order: 50;
}
ul.dropdown-address{
    height:200px
}
.dropdown-address li{
    white-space: normal;
    line-height: 1
}
.link-to{
    cursor: pointer;
}