@font-face {
    font-family: 'RoyaleMilano';
    src: url('../fonts/RoyaleMilano-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

:root {
    --second-font: 'RoyaleMilano';
    --txt-color: #22304A;
    --main-color: #D2AA3E;
    --bg-color: #EFEFED;
}

html,body {
    font-size: 17px;
    line-height: 29px;
}
body {
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-duration: 1s;
    font-family: "Montserrat", sans-serif;
    color: var(--txt-color);
    font-weight: 400;
}
* {
    outline: none;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
h1,h2,h3,h4,h5,h6 {
    font-family: var(--second-font);
}
main {
    position: relative;
}
.wrapper-small {
    padding-left: 4vw;
    padding-right: 4vw;
}
.wrapper {
    padding-left: 9vw;
    padding-right: 9vw;
}
.wrapper-big {
    padding-left: 12vw;
    padding-right: 12vw;
}
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.padds {
    padding-left: 10px;
    padding-right: 10px;
}
.padd-top {
    padding-top: 60px;
}
.marg-top-small {
    margin-top: 30px;
}
.marg-top {
    margin-top: 60px;
}
.marg-top-big {
    margin-top: 100px;
}
.marg-top-biggest {
    margin-top: 160px;
}
.marg-bottom {
    margin-bottom: 60px;
}
.w-100 {
    width: 100%;
}
.absolute-link {
    position: relative;
}
.absolute-link .absolute-link__item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.border-top {
    position: relative;
    padding-top: 80px;
    overflow-x: clip;
}
.border-top:before {
    content: '....................................................................';
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    color: var(--txt-color);
    font-family: var(--second-font);
    width: 100%;
    text-align: center;
    letter-spacing: 20px;
}

.bottom-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bottom-links a {
    margin: 10px;
    min-width: 190px;
    max-width: 100%;
}

.slick-dots {
    margin: 20px 0 0 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slick-dots li {
    margin: 3px;
}
.slick-dots li button {
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--main-color);
    padding: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    transition: .3s;
    color: transparent;
    border: none;
    font-size: 0;
}
.slick-dots li.slick-active button {
    background-color: var(--txt-color);
}

.slick-lightbox .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 0;
    color: transparent;
    background-color: #fff;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-image: url(../assets/arrow.svg);
    cursor: pointer;
    z-index: 4;
}
.slick-lightbox .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 20px;
}
.slick-lightbox .slick-next {
    right: 20px;
}
.slick-lightbox-slick-caption {
    margin-top: 10px;
    display: inline-block;
}

.hero {
    position: relative;
    z-index: 3;
    overflow-x: clip;
}
.hero>img {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    filter: brightness(0);
    opacity: .02;
    width: 85vw;
    
    animation: move 15s ease-in-out infinite;
    
    -ms-animation: move 15s ease-in-out infinite;
    -webkit-animation: move 15s ease-in-out infinite;
    -moz-animation: move 15s ease-in-out infinite;
}
.hero header {
    position: relative;
    z-index: 3;
    padding-top: 30px;
}
.hero__txt {
    padding: 0 15px;
    max-width: 100%;
    width: 800px;
    font-weight: 500;
    font-size: 1.1rem;
    margin-left: auto;
    margin-right: auto;
}
.hero__txt * {
    margin-top: 0;
}
#breadcrumbs {
    margin: 0;
    font-size: .7rem;
    line-height: 120%;
    text-transform: uppercase;
    padding: 0 15px;
}
#breadcrumbs .sep {
    display: inline-block;
    margin: 0 5px;
}

.searchside form {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.searchside form input {
    flex: 1;
    height: 50px;
    font-size: .9rem;
    padding: 20px;
    border: 1px solid #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--txt-color);
}
.searchside form input::placeholder {
    color: var(--txt-color);
}
.searchside form button {
    height: 50px;
    width: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    border: none;
    background-color: var(--txt-color);
    cursor: pointer;
    transition: .3s;
}
.searchside form button:hover {
    background-color: #707070;
}
.searchside form button svg {
    filter: brightness(0) invert(1);
    width: 17px;
    height: auto;
}

.posrel {
    z-index: 4;
    position: relative;
}
.section-heading {
    font-size: clamp(24px, 3vw, 36px);
    line-height: 130%;
    color: var(--txt-color);
    font-family: var(--second-font);
}
.page-heading {
    font-size: clamp(30px, 4vw, 70px);
    line-height: 130%;
    color: var(--txt-color);
    margin-bottom: 30px;
    font-family: var(--second-font);
    position: relative;
    padding: 0 40px;
    display: inline-block;
    padding-top: 15px;
}
.page-heading:before {
    content: '';
    background-color: var(--txt-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
}
.subtitle {
    display: block;
    font-size: clamp(20px, 2vw, 36px);
    color: var(--txt-color);
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2:not(.wc-block-cart__empty-cart__title) {
    font-size: clamp(30px, 4vw, 70px);
    line-height: 130%;
    color: var(--txt-color);
    margin-bottom: 30px;
    font-family: var(--second-font);
    position: relative;
    padding: 0 40px;
    display: inline-block;
    padding-top: 15px;
    width: 100%;
    text-align: center;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul .wc-block-grid__product {
    text-align: left;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul .wc-block-grid__product-title {
    font-weight: 800 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.3rem !important;
    margin-bottom: 5px !important;
    text-align: left !important;
    padding-bottom: 0 !important;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul li .wp-block-button.wc-block-grid__product-add-to-cart {
    display: flex;
}

.thecontent {
    font-weight: 500;
}
.thecontent h1,
.thecontent h2,
.thecontent h3,
.thecontent h4,
.thecontent h5,
.thecontent h6 {
    margin-top: 30px;
}

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

.error-wrapper {
    margin-top: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cbtn {
    line-height: 120%;
    display: inline-block;
    padding: 12px 25px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    font-family: "Montserrat", sans-serif;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
}
.cbtn:hover {
    background-color: var(--txt-color);
    border-color: var(--txt-color);
}
.cbtn--second {
    background-color: var(--txt-color);
    border-color: var(--txt-color);
}
.cbtn--second:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}
/* @ @ HEADER @ @ */

/* menu button start */
.nav-icon {
    width: 33px;
    height: 23px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999999;
    position: relative;
    display: none;
    margin-left: 10px;
    border: none;
    padding: 0;
    background-color: transparent;
}
.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--txt-color);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {
    top: 0px;
}
.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 10px;
}
.nav-icon span:nth-child(4) {
    top: 20px;
}
.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/* menu button end */
.header {
    z-index: 999;
    padding-top: 80px;
}
.header__top {
    position: relative;
}
.header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
}
.header__btns {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-left: 80px;
    justify-content: flex-end;
}
.header__btns a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 15px;
    position: relative;
}
.header__btns a .cart-counter {
    position: absolute;
    top: -5px;
    left: 20px;
    font-weight: 600;
    font-size: 11px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
    min-width: 18px;
    height: 18px;
    padding: 0 2px;
}
.header__btns a {
    display: flex;
    justify-content: center;
    margin-left: 30px;
}
.footer__icon>span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header__btns-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    padding: 9px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--main-color);
    margin-right: 10px;
    transition: .3s;
}
.header__btns-icon svg {
    width: 100%;
    height: auto;
}
.header__btns-txt {
    font-size: .9rem;
}
.header__btns a:hover .header__btns-icon {
    background-color: var(--txt-color);
}

.header__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-left: 60px;
}
.header__socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}
.header__socials a img {
    transition: .3s;
    width: auto;
    height: 16px;
}
.header__socials a:hover img {
    opacity: .6;
}
/* menu start */
.header__menu {
    background-color: var(--bg-color);
    padding: 60px 15px 40px 15px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.header__menu>div>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.header__menu>div>ul>li {
    margin: 5px clamp(10px, 3vw, 40px);
}
.header__menu>div>ul>li>a {
    font-family: var(--second-font);
    font-size: 1.2rem;
    line-height: 130%;
    display: inline-block;
    text-align: center;
}
.header__menu>div>ul>li>a:hover {
    color: var(--main-color);
}
.header__menu ul ul {
    display: none;
}
/* menu end */
/* @ @ HEADER END @ @ */
/* @ @ SEARCH POP START @ @ */
.pop-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    background-color: rgba(255,255,255, .95);
    padding: 20px;
}
.pop-search>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.pop-search form {
    display: flex;
    align-items: center;
}
.pop-search form input {
    width: 400px;
    background-color: transparent;
    font-size: 1.4rem;
    padding: 20px 15px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-bottom: 1px solid var(--txt-color);
    color: var(--txt-color);
    max-width: calc(100% - 45px);
}
.pop-search form input::placeholder {
    color: var(--txt-color);
    font-weight: 300;
}
.pop-search button {
    cursor: pointer;
    background-color: transparent;
    border: none;
    margin-left: 15px;
    width: 30px;
    height: 30px;
}
.pop-search__close {
    position: absolute;
    top: 120px;
    right: 120px;
    font-weight: 300;
    font-size: 42px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.search-results__item {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 125%;
}
.search-results__title {
    font-weight: 500;
}
.search-results__link {
    font-size: .8rem;
}
/* @ @ SEARCH POP END @ @ */
/* @ @ BANER START @ @ */
.baner {
    display: flex;
    justify-content: center;
    position: relative;
}
.baner__items {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 20px;
}
.baner__items:before {
    content: '';
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--bg-color);
    z-index: 1;
}
.baner__items>img:not(.baner__pattern) {
    position: relative;
    z-index: 3;
}
.baner__pattern {
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    top: 50%;
    z-index: 1;
	left: auto;
	right: auto;
	transform: translateY(-50%);
}
.baner__txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
}
.baner__txt .cbtn {
    min-width: 160px;
}
.baner__title {
    font-size: clamp(28px, 8vw, 128px);
    line-height: 90%;
    color: #fff;
    position: relative;
}
.baner__title:before {
    content: '';
    background-color: #22304A;
    opacity: .33;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 120%;
    filter: blur(50px);
    border-radius: 50%;
}
.baner__title span {
    position: relative;
    z-index: 6;
    display: inline-block;
    text-align: center;
}
.baner__frame {
    border-radius: 50%;
    background-color: #D9D9D9;
    padding: 50px 15px;
    color: var(--txt-color);
    text-align: center;
    width: 140px;
    height: 140px;
    line-height: 130%;
    position: absolute;
    bottom: 15%;
    right: 15%;
    z-index: 4;
}
.baner__frame:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: var(--txt-color);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
/* @ @ BANER END @ @ */
/* @ @ PRODSLIST START @ @ */
.prodslist {
    overflow-x: clip;
}
.prodslist--padd {
    padding-top: clamp(15px, 5vw, 120px);
}
.prodslist__books,
.prodslist__paws {
    text-align: center;
}
.prodslist li {
    padding: 0 15px;
}
.prodslist .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-image: url(../assets/arrow.svg);
    cursor: pointer;
    z-index: 4;
}
.prodslist .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 0;
}
.prodslist .slick-next {
    right: 0;
}
/* @ @ PRODSLIST END @ @ */
/* @ @ BOXES START @ @ */
.boxes__item {
    margin-top: 30px;
}
.boxes__item-wrapper {
    background-color: var(--bg-color);
    padding: 40px;
    height: 100%;
}
.boxes__content {
    padding-left: 20px;
}
.boxes__title {
    display: block;
    font-weight: 700;
    font-size: clamp(1rem, 1.5vw, 24px);
    line-height: 140%;    
}
.boxes__txt {
    display: block;
    font-size: clamp(1rem, 1.5vw, 24px);
    line-height: 140%;    
}
.boxes__bottom {
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.boxes__price {
    margin-right: 30px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.boxes__price-main {
    display: block;
    margin-right: 20px;
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 34px);
}
.boxes__price-old {
    text-decoration: line-through;
    font-weight: 700;
    font-size: clamp(1rem, 1.5vw, 24px);
}
.boxes__bottom .cbtn {
    margin: 20px 0;
    min-width: 160px;
}
.boxes__item img {
    margin-top: auto;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}
/* @ @ BOXES END @ @ */
/* @ @ DESC START @ @ */
.desc {
    overflow-x: clip;
}
.desc .cbtn {
    min-width: 160px;
    margin-top: 20px;
}
/* @ @ DESC END @ @ */
/* @ @ INSTA START @ @ */
.insta {
    padding-bottom: 80px;
    position: relative;
}
.insta__pattern {
    position: absolute;
    bottom: 0;
    left: 4vw;
    width: calc(100% - 8vw);
    object-fit: cover;
    object-position: bottom;
    max-height: 75%;
}
.insta__items {
    display: flex;
    position: relative;
}
.insta__items img:not(.insta__pattern) {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    padding: 10px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
/* @ @ INSTA END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @ PRODUCT PAGE START @ @ */
.woocommerce div.product .woocommerce-product-gallery__image {
    display: flex !important;
    justify-content: center;
}
.woocommerce div.product div.images img.wp-post-image {
    width: initial !important;
}   
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 4px !important;
    width: 16.666% !important;
}


.woocommerce div.product .product_title {
    font-weight: 800 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.3rem !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}
.woocommerce div.product .price {
    font-weight: 600 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.3rem !important;
    color: var(--txt-color) !important;
    margin-bottom: 20px !important;
    display: block;
    margin-top: 15px !important;
}
.woocommerce div.product form button {
    background-color: transparent !important;
    border: none !important;
    color: var(--txt-color) !important;
    font-size: 1rem !important;
    padding: 0 !important;
    text-transform: lowercase !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
    line-height: 135%;
    font-family: 'Montserrat', sans-serif !important;
    transition: .3s;
}
.woocommerce div.product form button:hover {
    color: var(--main-color) !important;
}
.woocommerce div.product form button:before {
    content: '';
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    background-image: url(../assets/icon-cart.svg);
    transition: .3s;
    margin-right: 10px;
}
.woocommerce div.product form button.added:before {
    background-image: url(../assets/check-white.svg);
    background-size: 32px;
}
.woocommerce div.product form button:hover:before {
    background-color: var(--txt-color);
}
.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
}
.woocommerce div.product .quantity {
    margin-right: 30px !important;
}
.woocommerce div.product .quantity input {
    width: 60px;
    height: 40px;
    padding: 10px;
}
.woocommerce-product-details__short-description {
    font-weight: 500;
    line-height: 130%;
}
.woocommerce div.product .posted_in {
    font-size: .8rem;
    margin-bottom: 20px;
    display: block;
}
.woocommerce div.product .additional-links a {
    margin: 10px 20px 0 0;
    min-width: 160px;
}


.image-after-summary {
    clear: both;
    padding-top: clamp(80px, 5vw, 200px);
}
/* @ @ PRODUCT PAGE END @ @ */
/* @ @ SHOP PAGE START @ @ */
.prods-cats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.prods-cats li {
    margin: 10px 20px;
}
.prods-cats li a {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}
.prods-cats li button.active,
.prods-cats li.active a {
    font-weight: 700;
}
.prods-cats li button:not(.active):hover,
.prods-cats li:not(.active) a:hover {
    color: var(--main-color);
}
.prods-cats li button {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border: none;
    background-color: transparent;
    color: var(--txt-color);
    cursor: pointer;
    transition: .3s;
}
.prods-desc div {
    width: 100%;
    background-color: var(--bg-color);
}
.shoplist .term-description {
    background-color: var(--bg-color);
    padding: 8px 35px;
    line-height: 130%;
    font-weight: 500;
    margin-top: 20px;
}
.woocommerce .woocommerce-result-count {
    margin: 30px 0 !important;
    font-size: .8rem;
}

.newprod {
    font-weight: 700;
    font-size: .8rem;
    background-color: var(--txt-color) !important;
    border-radius: 100% !important;
    line-height: 130% !important;
    padding: 7px 20px !important;
    min-height: initial !important;
    position: absolute;
    top: 5px !important;
    right: initial !important;
    left: 20% !important;
    transform: translateX(-50%);
    margin: 0 !important;
    color: #fff !important;
    width: 80px !important;
    height: 80px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-transform: lowercase !important;
}
.single-product .c-100>.product .newprod {
    left: 10% !important;
}
.single-product .c-100>.product>.onsale {
    font-weight: 700;
    font-size: .8rem;
    background-color: var(--main-color) !important;
    border-radius: 100% !important;
    line-height: 130% !important;
    padding: 7px 20px !important;
    min-height: initial !important;
    position: absolute;
    top: 5px !important;
    right: initial !important;
    left: 40% !important;
    transform: translateX(-50%);
    margin: 0 !important;
    color: #fff !important;
    width: 80px !important;
    height: 80px !important;
    display: flex !important;
    justify-content: center;
    text-transform: lowercase !important;
    align-items: center;
} 
body .wc-block-grid .wc-block-grid__product-onsale, body .wc-block-grid__product-image .wc-block-grid__product-onsale,
ul li.product .onsale {
    font-weight: 700;
    font-size: .8rem;
    width: 80px !important;
    height: 80px !important;
    display: flex !important;
    text-transform: lowercase !important;
    border-radius: 100% !important;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color) !important;
    line-height: 130% !important;
    padding: 7px 20px !important;
    min-height: initial !important;
    top: 5px !important;
    right: 20px !important;
    left: auto !important;
    color: #fff !important;
    border-color: var(--main-color) !important;
    position: absolute;
    margin: 0 !important;
}
.prod-type {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: .9rem;
}
.woocommerce-loop-product__title {
    font-weight: 800 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.3rem !important;
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
}
ul .price {
    font-weight: 600 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.3rem !important;
    color: var(--txt-color) !important;
    margin-bottom: 20px !important;
    display: block;
    margin-top: 20px !important;
}
ul .add_to_cart_button {
    background-color: transparent !important;
    border: none !important;
    color: var(--txt-color) !important;
    font-size: 1rem !important;
    padding: 0 !important;
    text-transform: lowercase !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
    line-height: 135%;
}
ul .add_to_cart_button:hover {
    color: var(--main-color) !important;
}
ul .add_to_cart_button:before {
    content: '';
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    background-image: url(../assets/icon-cart.svg);
    transition: .3s;
    margin-right: 10px;
}
ul .add_to_cart_button.added:before {
    background-image: url(../assets/check-white.svg);
    background-size: 32px;
}
ul .add_to_cart_button:hover:before {
    background-color: var(--txt-color);
}
body .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    margin-left: 0 !important;
}
ul.products--slider li {
    padding: 0 30px;
    position: relative;
}
ul.products--slider li img {
    width: 100%;
}
.products--slider {
    padding: 0 60px;
}
.products--slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-image: url(../assets/arrow.svg);
    cursor: pointer;
    z-index: 4;
}
.products--slider .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 0;
}
.products--slider .slick-next {
    right: 0;
}

.recents {
    position: relative;
    overflow-x: clip;
    padding-top: 60px;
}
.recents:before {
    content: '....................................................................';
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    color: var(--txt-color);
    font-family: var(--second-font);
    width: 100%;
    text-align: center;
    letter-spacing: 20px;
}
.recents__heading {
    display: flex;
    justify-content: center;
}

.woocommerce-pagination>div {
    align-items: center;
    display: flex;
    justify-content: center;
}
.woocommerce-pagination li {
    background-color: transparent !important;
    border: none !important;
}
.woocommerce-pagination .page-numbers {
    margin: 0 7px !important;
    padding: 1px 3px !important;
    line-height: 100% !important;
    border: none !important;
}
.woocommerce-pagination .page-numbers:hover {
    background-color: transparent !important;
}
.woocommerce-pagination .page-numbers.current {
    font-weight: 900 !important;
    padding-top: 2px !important;
    color: var(--txt-color) !important;
    border-bottom: 2px solid var(--txt-color) !important;
    background-color: transparent !important;
}

.prods-reverse {
    position: relative;
    overflow-x: clip;
    padding-top: 60px;
}
.prods-reverse:before {
    content: '....................................................................';
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    color: var(--txt-color);
    font-family: var(--second-font);
    width: 100%;
    text-align: center;
    letter-spacing: 20px;
}
.prods-reverse__heading {
    display: flex;
    justify-content: center;
}
.prods-reverse .prods-cats {
    margin-bottom: 40px !important;
}
.prods-reverse .term-description {
    display: none;
}
/* @ @ SHOP PAGE END @ @ */
/* @ @ CHESS START @ @ */
.chess {
    overflow-x: clip;
}
.chess__item {
    margin-top: 40px;
}
.chess__item:nth-child(even) {
    flex-direction: row-reverse;
}
.chess__txt {
    padding-top: 20px;
    font-weight: 500;
}
/* @ @ CHESS END @ @ */
/* @ @ SINGLEPOSTS START @ @ */
.singlepost {
    position: relative;
    z-index: 9;
}
.singlepost__img {
    position: relative;
    z-index: 4;
}
.singlepost__img {
    position: relative;
}
.singlepost__img--full {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.singlepost__img--mid img,
.singlepost__img--full img {
    width: 500px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.singlepost__img--mid {
    padding: 0 15px;
}
.singlepost__img--mid img {
    width: 100%;
}
.singlepost__short {
    position: relative;
    z-index: 3;
}
.singlepost__short--mid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 60px;
}
.singlepost__content {
    position: relative;
    z-index: 3;
}

/* @ @ SINGLEPOST END @ @ */
/* @ @ BLOGPOSTS START @ @ */
.blogposts__item {
    padding: 40px clamp(15px, 7vw, 220px);
    position: relative;
    overflow-x: clip;
}
.blogposts__item:not(:first-child) {
    margin-top: 30px;
}
.blogposts__item:not(:last-child):after {
    content: '....................................................................';
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    color: var(--txt-color);
    font-family: var(--second-font);
    width: 100%;
    text-align: center;
    letter-spacing: 20px;
}
.blogposts__img {
    width: 400px;
    overflow: hidden;
}
.blogposts__img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    transition: .3s;
}
.blogposts__img:hover img {
    filter: brightness(65%);
    transform: scale(1.05);
} 
.blogposts__txt {
    padding-left: 60px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 30px;
}
.blogposts__excerpt {
    font-weight: 500;
    font-size: 1.1rem;
}
.blogposts__txt header h2:hover {
    color: var(--main-color);
}
.blogposts__txt .cbtn {
    margin-top: auto;
    max-width: 100%;
    min-width: 180px;
}

.pagination>div {
    align-items: center;
    display: flex;
    justify-content: center;
}
.pagination .page-numbers {
    margin: 0 7px;
    padding: 1px 3px;
    line-height: 100%;
}
.pagination .page-numbers.current {
    font-weight: 900;
    padding-top: 2px;
    color: var(--txt-color);
    border-bottom: 2px solid var(--txt-color);
}
/* @ @ BLOGPOSTS END @ @ */
/* @ @ CONTACT START @ @ */
.cont {
    overflow-x: clip;
}
.cont__txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.cont__txt .cont__title {
    margin-bottom: 40px;
}
.cont__link {
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
}
.cont__link:hover {
    color: var(--main-color);
}
.cont__link:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--txt-color);
    transition: .3s;
}
.cont__link:hover:before {
    transform: translateY(-50%) rotate(45deg);
}
.cont__socials {
    padding-left: 30px;
    margin-top: 40px;
}
.cont__socials>span {
    display: block;
    font-size: 12px;
}
.cont__socials>div {
    display: flex;
    flex-wrap: wrap;
}
.cont__socials>div a {
    margin: 10px 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont__socials>div a:hover {
    opacity: .6;
}
.cont__socials>div a img {
    width: auto;
    height: 15px;
}

.cont__form .cont__title {
    margin-bottom: 30px;
}
.cont__form-txt {
    font-weight: 500;
    font-size: 1.1rem;
    display: block;
    line-height: 100%;
}
.cf {
    max-width: 100%;
    width: 500px;
    padding-left: 60px;
}

.cf textarea,
.cf input:not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
    resize: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--txt-color);
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    width: 100%;
    color: var(--txt-color);
    font-weight: 500;
}
.cf textarea::placeholder,
.cf input:not([type="checkbox"]):not([type="file"]):not([type="submit"])::placeholder {
    color: var(--txt-color);
    font-weight: 500;
}
.cf br {
    display: none;
}

.cf-file input[type=file] {
    visibility: hidden;
}
.cf-file {
    position: relative;
    border: 1px solid #fff;
    height: 40px;
    display: block;
    border-right: none;
    border: 1px solid var(--txt-color);
}
.cf-file-txt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Montserrat',sans-serif;
    padding-left: 15px;
    width: 100%;
    font-size: .8rem;
}
.cf-file-txt button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    background-color: #B3B3B3;
    border: 1px solid #B3B3B3;
    padding: 8px 25px;
    font-size: .7rem;
    margin-left: auto;
    display: block;
    cursor: pointer;
    transition: .3s;
    height: 38px;
}
.cf-file-txt button:hover {
    background-color: var(--txt-color);
    border-color: var(--txt-color);
}

.cf .wpcf7-acceptance .wpcf7-list-item {
    margin: 30px auto 0 auto;
    max-width: 100%;
    display: block;
    font-size: 12px;
    line-height: 140%;
    color: var(--txt-color);
    font-weight: 400;
}
.cf .wpcf7-acceptance .wpcf7-list-item a {
    font-weight: 500;
    text-decoration: underline;
}
.cf .wpcf7-acceptance label {
    padding-left: 30px !important;
    position: relative;
    display: block;
}
.cf .wpcf7-acceptance label:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 0;
    top: 0;
    border: 1px solid var(--txt-color);
}
.cf .wpcf7-acceptance label.active:before {
    border-color: transparent;
}
.cf .wpcf7-acceptance label.active:after {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid var(--txt-color);
    border-radius: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../assets/check.svg);
    background-size: 30px;
    background-position: center;
}
.cf input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.cf .wpcf7-not-valid-tip {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}
.cf-file .wpcf7-not-valid-tip {
    margin-top: 30px;
}

.cf .wpcf7 form.sent .wpcf7-response-output,
.cf .wpcf7 form.invalid .wpcf7-response-output, .cf .wpcf7 form.unaccepted .wpcf7-response-output, .cf .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--main-color);
    padding: 10px;
    text-align: center;
    font-weight: 400;
    font-size: .9rem;
}
.cf input[type='submit'] {
    margin-left: auto;
    display: block;
    margin-top: 30px;
}
/* @ @ CONTACT END @ @ */
/* @ @ MY ACCOUNT START @ @ */
.woocommerce > h2{
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
}
form.lost_reset_password {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 1100px;
}
form.lost_reset_password label {
    font-size: .9rem;
    font-weight: 600;
}
form.lost_reset_password input[type='text'] {
    border: 1px solid #000000;
    color: var(--txt-color);
    font-family: 'Montserrat', sans-serif;
    padding: 15px 20px;
    max-width: 100%;
    width: 100%;
    font-weight: 500;
}
form.lost_reset_password button {
    position: relative;
    border-radius: 0 !important;
    background-color: transparent !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 120%;
    color: #000 !important;
    cursor: pointer;
    padding: 10px 15px 10px 40px !important;
    transition: .3s;
    width: initial !important;
    display: inline-block !important;
}
form.lost_reset_password button:hover {
    background-color: var(--main-color) !important;
    color: #fff !important;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
    font-weight: 500;
    display: block;
    padding: 3px 0;
    color: var(--txt-color);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    padding: 10px 20px;
    background-color: var(--main-color);
    color: #fff !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register .button,
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-MyAccount-content .button,
.woocommerce-address-fields .button,
.woocommerce table.my_account_orders .button {
    background-color: var(--txt-color) !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    transition: .3s;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce-form-register:hover .button:hover,
.woocommerce-MyAccount-content .button:hover,
.woocommerce-address-fields .button:hover,
.woocommerce table.my_account_orders .button,
.woocommerce-account .woocommerce-form-login .button:hover {
    background-color: var(--main-color) !important;
}
.woocommerce .woocommerce-info .button {
    background-color: var(--main-color) !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    transition: .3s;
}
.woocommerce .woocommerce-info .button:hover {
    background-color: var(--txt-color) !important;
}
.woocommerce-MyAccount-content label {
    font-size: .95rem;
    font-weight: 600;
}
.woocommerce .woocommerce-form-register input:not([type='checkbox']),
.woocommerce .woocommerce-form-register textarea,
.woocommerce .woocommerce-form-login input:not([type='checkbox']),
.woocommerce .woocommerce-form-login textarea,
.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content textarea,
.woocommerce-address-fields input,
.woocommerce-address-fields textarea {
    border: 1px solid #000000;
    color: var(--txt-color);
    font-family: 'Montserrat', sans-serif;
    padding: 15px 20px;
    max-width: 100%;
    width: 100%;
    font-weight: 500;
}
.woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-address-fields__field-wrapper>p {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 10px !important;
    margin:5px 0 !important;
    float: none !important;
    width: initial !important;
}
.woocommerce-MyAccount-content form>h3 {
    font-size: 1.3rem;
    font-weight: 600;
}
/* @ @ MY ACCOUNT END @ @ */
/* @ @ THANK YOU PAGE START @ @ */
.woocommerce ul.order_details {
    padding: 0 !important;
}
.woocommerce ul.order_details li {
    margin-top: 20px !important;
}
.woocommerce .woocommerce-order {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 1100px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 10px;
    font-weight: 500;
}
.woocommerce-column--billing-address h2,
.woocommerce-order-details__title {
    font-weight: 600;
    font-size: 24px;
}
.woocommerce .woocommerce-customer-details address {
    border-radius: 0 !important;
    padding: 15px !important;
    border-color: #eaeaea !important;
}
.woocommerce .woocommerce-order-details tr:last-child th {
    font-weight: 600;
}
/* @ @ THANK YOU PAGE END @ @ */
/* @ @ CHECKOUT START @ @ */
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    border-radius: 0 !important;
    border: none !important;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid #000 !important;
    font-size: 1rem;
    color: var(--txt-color) !important;
    padding: 30px 20px 10px 20px !important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    left: 20px !important;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background-color: var(--txt-color) !important;
    color: #fff !important;
    transition: .3s !important;
    border-radius: 0 !important;
    border: 1px solid var(--txt-color);
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem !important;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 0 !important;
    border: 1px solid var(--txt-color) !important;
    box-shadow: none !important;
}
.wc-block-components-radio-control__label-group {
    font-size: 1rem !important;
}
.wc-block-components-radio-control-accordion-content {
    font-size: .9rem !important;
    line-height: 140% !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-flex, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-flex {
    height: auto;
}
.furgonetka-wc-blocks-pickup-point-block-button-container button {
    background-color: var(--txt-color) !important;
    border-radius: 0 !important;
    font-size: .9rem !important;
    color: #fff !important;
    border: none !important;
    min-height: initial !important;
    padding: 10px 25px !important;
}
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    font-weight: 500;
}

.woocommerce-checkout .col2-set {
    display: flex;
    flex-direction: column;
}
.woocommerce-checkout .col2-set>div {
    float: initial !important;
    width: 100% !important;
}
.woocommerce-checkout .col2-set .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-checkout .col2-set .woocommerce-billing-fields__field-wrapper .form-row {
    max-width: 50%;
    flex: 0 0 50%;
    float: none;
}
.woocommerce-checkout .col2-set .woocommerce-billing-fields__field-wrapper .form-row:nth-child(odd) {
    padding-right: 120px;
}
.woocommerce-checkout .col2-set .woocommerce-billing-fields__field-wrapper .form-row:nth-child(even) {
    padding-left: 120px;
}
.woocommerce-checkout h3 {
    font-size: 2rem;
}
.woocommerce-checkout .checkout textarea,
.woocommerce-checkout .checkout input[type=email], .woocommerce-checkout .checkout input[type=number], .woocommerce-checkout .checkout input[type=tel], .woocommerce-checkout .checkout input[type=text], .woocommerce-checkout .checkout input[type=url] {
    border-radius: 0 !important;
    border: none !important;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid #000 !important;
    font-size: 1rem;
    color: var(--txt-color) !important;
    padding: 20px 20px 10px 20px !important;
}
.woocommerce-checkout .checkout textarea {
    min-height: 60px;
}

.woocommerce-checkout .woocommerce table.shop_table {
    border-radius: 0 !important;
    border: none !important;
}

#shipping_method .button,
#shipping_method #select-point {
    background-color: var(--txt-color) !important;
    border-radius: 0 !important;
    font-size: .9rem !important;
    color: #fff !important;
    border: none !important;
    min-height: initial !important;
    padding: 10px 25px !important;
    display: inline-block;
    margin-bottom: 20px;
}
#shipping_method .button:hover,
#shipping_method #select-point:hover {
    background-color: var(--main-color) !important;
}
#shipping_method #selected-point {
    background-color: #f1f1f1;
    padding: 5px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    width: 50% !important;
}

#order_review #payment {
    padding: 30px 0 0 0;
    margin-top: 30px;
    border-top: 1px solid var(--txt-color);
    background: transparent;
    border-radius: 0 !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background-color: var(--txt-color) !important;
    color: #fff !important;
    transition: .3s !important;
    border-radius: 0 !important;
    border: 1px solid var(--txt-color);
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem !important;
    padding: 15px 25px !important;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #eaeaea;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    display: none;
}
#add_payment_method #payment div.payment_box p:first-child, .woocommerce-cart #payment div.payment_box p:first-child, .woocommerce-checkout #payment div.payment_box p:first-child {
    margin-top: 0;
}

.wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper {
    display: none;
}
/* @ @ CHECKOUT END @ @ */
/* @ @ CART START @ @ */
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-button {
    background-color: var(--txt-color) !important;
    color: #fff !important;
    transition: .3s !important;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-button:hover {
    background-color: var(--main-color) !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1rem !important;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    background-color: var(--main-color) !important;
    color: #fff !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
    text-align: left !important;
}
.wc-block-components-totals-coupon__content button {
    position: relative;
    border-radius: 0 !important;
    background-color: var(--main-color) !important;
    font-weight: 700 !important;
    font-size: .85rem !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 120%;
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 15px !important;
    width: initial !important;
    border: 1px solid var(--main-color);
    transition: .3s !important;
}
.wc-block-components-totals-coupon__content button:hover {
    border-color: var(--txt-color) !important;
    background-color: var(--txt-color) !important;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: var(--txt-color);
}
.woocommerce-message::before,
.woocommerce-info:before {
    color: var(--txt-color);
}
.woocommerce-error {
    border-top-color: var(--second-color);
}
.woocommerce-error::before {
    color: var(--second-color);
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    font-size: 14px;
    line-height: 22px;
}

.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-message .button {
    position: relative;
    border-radius: 0 !important;
    background-color: var(--main-color) !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 120%;
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 15px !important;
    transition: .3s;
    width: initial !important;
    display: inline-block !important;
}
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-message .button:hover {
    background-color: var(--txt-color) !important;
}
/* @ @ CART END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @ FOOTER START @ @ */
.footer {
    position: relative;
    margin-top: 120px;
}
.footer>img {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}
.footer__top {
    background-color: var(--bg-color);
    padding-top: 100px;
    padding-bottom: 40px;
    position: relative;
}
.footer__logo {
    width: 130px;
    height: 130px;
    top: -65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.footer__title {
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.1rem;
}
.footer__menu ul {
    margin: 0;
    padding-left: 15px;
}
.footer__menu ul li {
    line-height: 130%;
}
.footer__menu ul li a {
    display: inline-block;
}
.footer__menu ul li a:hover {
    color: var(--main-color);
}
.footer__contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}
.footer__contact a:hover {
    color: var(--main-color);
}
.footer__menu--last {
    display: flex;
    justify-content: center;
}

.footer__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: auto;
}
.footer__socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 15px;
}
.footer__socials a img {
    transition: .3s;
    width: auto;
    height: 16px;
}
.footer__socials a:hover img {
    opacity: .6;
}

.footer__icon {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.footer__icon>span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer__icon-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    padding: 9px;
    height: 32px;
    border-radius: 50%;
    background-color: #919191;
    margin-right: 20px;
}
.footer__icon-img svg {
    width: 100%;
    height: auto;
}
.footer__icon-txt {
    font-size: .9rem;
}

.footer__bottom {
    padding: 20px 0;
    color: #929292;
    font-size: 13px;
    line-height: 22px;
}
.footer__copy {
    text-align: left;
    display: flex;
    align-items: center;
    margin: 10px 0;
    justify-content: flex-start;
}
.footer__copy span {
    display: inline-block;
    margin-left: 3px;
}
.footer__built {
    margin: 10px 0;
}
.footer__built p {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer__built p a {
    text-decoration: underline;
    display: inline-block;
    margin-left: 15px;
}
.footer__built p a img {
    margin-left: 20px;
}
#footer__year {
    display: inline-block;
    margin-right: 3px;
}
/* @ @ FOOTER END @ @ */

/* Testimonials slider */
.testimonials-slider-container {
    position: relative;
}

.testimonials-slider {
    position: relative;
}

.testimonials-slider .testimonial {
    text-align: center;
}

.testimonials-slider .testimonial__text {
    position: relative;
    padding: 0 34px;
}

.testimonials-slider .testimonial__author {
    margin-top: 2rem;
}

.testimonials-slider .testimonial__author .testimonial__author-name h3 {
	margin-bottom: 0;
}

.testimonials-slider .testimonial__author .testimonial__author-position p {
	margin: 0;
	font-size: 14px;
	line-height: 1.125;
}

.testimonials-slider__arrows {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; /* Allow clicks to pass through to slider */
}

.testimonials-slider__btn {
    border: none;
	cursor: pointer;
	background: var(--main-color);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
    pointer-events: all; /* Re-enable clicks for buttons */
    z-index: 10;
	transition: all ease-in-out .3s;
}

.testimonials-slider__btn:hover {
	background: #b38d29;
}

.testimonials-slider__btn > img {
	display: inline-flex;
	width: 40%;
	height: auto;
}

.testimonials-slider__btn-next {
    right: -15px;
}

.testimonials-slider__btn-next > img {
	margin-left: 4px;
}

.testimonials-slider__btn-prev {
    left: -15px;
}

.testimonials-slider__btn-prev img {
    transform: rotate(-180deg);
}

@media 	(min-width: 1200px) {
	.testimonials-slider__btn {
		width: 44px;
		height: 44px;
	}
	.testimonials-slider .testimonial__text {
		padding: 0 34px;
	}
	.testimonials-slider__btn-next {
		right: -44px;
	}
	.testimonials-slider__btn-prev {
		left: -44px;
	}
	.testimonials-slider__btn > img {
		width: 35%;
	}
}

/* offer sections */
.offer-cards > div:not(:last-child) {
	margin-bottom: 36px;
}
.offer-card {
	text-align: center;
	display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.offer-card__price {
	background: var(--txt-color);
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 120px;
    min-height: 120px;
    color: var(--bg-color);
}

.offer-card__price h3 {
	margin: 0;
}

.offer-card__description p {
	margin: 0;
}

.offer-card__description--small {
	font-size: 14px;
}

.desc__img img {
	width: 100%;
	height: auto;
}

.newsletter {
	background: var(--txt-color) url('../assets/pattern-blue.png');
	padding: 60px 0;
	margin-top: 60px;
}

.newsletter__form .ml-form-embedWrapper {
	max-width: 100% !important;
}

.newsletter__form .ml-form-embedSubmit {
	margin: 0 !important;
}

.newsletter__form .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
	padding: 0 !important;
}

.newsletter__wrapper {
	display: flex;
}

.newsletter__wrapper > .flex-wrapper {
	align-items: center;
	background: #fff;
	border: 5px solid var(--main-color);
}

.newsletter__wrapper > .flex-wrapper .newsletter__content,
.newsletter__wrapper > .flex-wrapper .newsletter__form {
	padding: 1.5rem 0;
}

.newsletter__wrapper > .flex-wrapper > .newsletter__content {
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	display: flex;
	align-items: center;
}

.newsletter__wrapper > .flex-wrapper > .newsletter__content h3 {
	margin-bottom: 0;
	font-size: clamp(1.4rem, 1.0857rem + 1.5714vw, 2.5rem);
}

ul.list-spaced li:not(:last-child) {
	margin-bottom: 2rem;
}

@media 	(min-width: 768px) {
	.newsletter {
		padding: 80px 0;
		margin-top: 80px;
	}
	.newsletter__wrapper > .flex-wrapper {
		padding: 1.5rem 0;
	}
	.newsletter__wrapper > .flex-wrapper .newsletter__content,
	.newsletter__wrapper > .flex-wrapper .newsletter__form {
		height: 100%;
		padding: 0 1.5rem;
	}
	.newsletter__wrapper > .flex-wrapper > .newsletter__content {
		border-bottom: none;
		border-right: 1px solid #ebebeb;
		text-align: left;
	}
}

@media 	(min-width: 992px) {
	.newsletter__wrapper > .flex-wrapper {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

@media 	(min-width: 1600px) {
	.newsletter__wrapper > .flex-wrapper {
		padding: 3rem 0;
		max-width: 75%;
		flex: 0 0 75%;
	}
	.newsletter__wrapper > .flex-wrapper .newsletter__content,
	.newsletter__wrapper > .flex-wrapper .newsletter__form {
		padding: 0 3rem;
	}
}

@media 	(min-width: 2400px) {
	.newsletter__wrapper > .flex-wrapper {
		max-width: 50%;
		flex: 0 0 50%;
	}
}

/* @ @ MEDIA START @ @  */
@media(min-width: 2400px) {
    main {
        max-width: 2400px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrap {
        max-width: 2400px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper {
        padding-left: 120px;
        padding-right: 120px;
        max-width: 2400px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-big {
        padding-left: 220px;
        padding-right: 220px;
        max-width: 2400px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-small {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 2400px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 1440px) {
    html,body {
        font-size: 16px;
        line-height: 26px;
    }
    .wrapper {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .wrapper-big {
        padding-right: 6vw;
        padding-left: 6vw;
    }

    .header {
        padding-top: 60px;
    }
    .header__logo {
        width: 140px;
    }

    .blogposts__img {
        width: 300px;
    }

    .woocommerce-checkout .col2-set .woocommerce-billing-fields__field-wrapper .form-row:nth-child(odd) {
        padding-right: 60px;
    }
    .woocommerce-checkout .col2-set .woocommerce-billing-fields__field-wrapper .form-row:nth-child(even) {
        padding-left: 60px;
    }
}
@media(max-width: 1380px) {
  
}
@media(max-width: 1280px) {
    .page-heading {
        padding-top: 5px;
    }

    .header__logo {
        left: 60px;
        transform: translateY(-50%);
    }
    .header__btns {
        max-width: 80%;
        flex: 0 0 80%;
    }

    .boxes__item-wrapper {
        padding: 30px;
    }
}
@media(max-width: 1200px) {
  
}
@media(max-width: 1070px) {
    
}
@media(min-width: 993px) {
    .menufixed {
        position: fixed;
        left: 0;
        top: -160px;
        width: 100%;
        padding: 10px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg-color);
        box-shadow: 0px 0px 6px rgba(144,144,144, .1);
        transition: .3s;
        z-index: 999;
    }
    .fixedmenu .menufixed {
        top: 0;
    }
    .menufixed__wrapper {
        align-items: center;
        justify-content: space-between;
    }
    .menufixed__wrapper>div {
        flex: 1;
    }
    .menufixed__wrapper>div>ul {
        display: flex;
        justify-content: center;
    }
    .menufixed__wrapper>div>ul>li {
        margin: 5px clamp(10px, 3vw, 40px);
    }
    .menufixed__wrapper>div>ul>li>a {
        font-family: var(--second-font);
        font-size: 1.1rem;
        line-height: 130%;
        display: inline-block;
        text-align: center;
    }
    .menufixed__wrapper>div>ul>li>a:hover {
        color: var(--main-color);
    }
    .menufixed ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .menufixed ul ul {
        display: none;
    }
    .menufixed__logo {
        width: 100px;
    }

    .desc header {
        margin-bottom: 40px;
    }
    .desc__txt {
        padding-left: 30px;
    }

    .insta__items {
        margin-top: 30px;
    }

    .chess__item:nth-child(odd) .chess__txt {
        padding-right: 60px;
    }
    .chess__item:nth-child(even) .chess__img {
        padding-right: 60px;
    }
    .chess__item:nth-child(even) .chess__txt {
        padding-right: 60px;
    }
}
@media(max-width: 992px) {
    html,body {
        font-size: 15px;
        line-height: 24px;
    }
    body {
        padding-top: 135px;
    }
    .wrap,
    .wrapper-big,
    .wrapper-small,
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-heading {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-heading:before {
        width: 12px;
        height: 12px;
        min-width: 12px;
        min-height: 12px;
    }

    .menufixed {
        display: none !important;
    }

    .header {
        padding-top: 15px;
        padding-bottom: 15px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        transition: .3s;
    }
    .scrolled .header {
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 0px 0px 6px rgba(144,144,144, .1);
    }
    .header__logo {
        width: 100px;
        position: initial;
        left: initial;
        top: initial;
        transform: initial;
    }
    .scrolled .header__logo {
        width: 80px;
    }
    .nav-icon {
        display: block;
    }
    .header__menu {
        position: fixed;
        top: 0;
        z-index: 99;
        right: -500px;
        width: 450px;
        max-width: 100%;
        height: 100%;
        overflow: auto;
        box-shadow: 0px 0px 6px rgba(144,144,144, .1);
        padding: 30px;
        transition: .5s;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0;
    }
    .menuopened .header__menu {
        right: 0;
    }
    .header__menu>div>ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .header__menu>div>ul>li {
        margin: 5px 0;
    }

    .prodslist--padd {
        padding-top: 0;
    }

    .boxes__content {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 0;
    }
    .boxes__bottom {
        margin: 10px 0;
    }

    .desc__txt {
        order: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .desc__txt .cbtn {
        margin-left: auto;
        margin-right: auto;
    }
    .desc__img {
        text-align: center;
        order: 1;
        margin-top: 30px;
    }

    .insta {
        padding-bottom: 30px;
    }

    .singlepost {
        margin-top: 0 !important;
    }
    .singlepost__img {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .singlepost__img img {
        width: 400px;
    }
    .singlepost__short--mid {
        padding: 0 15px;
    }
    .singlepost__short header {
        width: 100%;
        text-align: center;
    }

    .chess__item {
        margin-top: 20px;
    }
    .chess__item:first-child {
        margin-top: 0 !important;
    }
    .chess__img {
        text-align: center;
        margin-top: 30px;
    }

  
    

    .cont__items {
        margin-top: 20px !important;
    }
    .cont__socials {
        margin-top: 20px;
        padding: 0;
    }
    .cont__form {
        margin-top: 30px;
    }
    .cf {
        padding: 0;
    }
    .cf input[type='submit'] {
        margin-right: auto;
    }

    .footer {
        margin-top: 60px;
    }
    .footer__top {
        padding-top: 60px;
    }
    .footer__logo {
        width: 90px;
        height: 90px;
        top: -45px;
    }
    .footer__menu {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
    }
    .footer__menu ul {
        list-style: none;
        padding: 0;
    }
    .footer__contact {
        margin-top: 30px;
    }
    .footer__menu--last {
        margin-top: 30px;
    }
    .footer__socials,
    .footer__icon {
        margin-top: 20px;
    }
    .footer__icon-txt {
        font-size: .8rem;
    }
    .footer__copy {
        justify-content: center;
        text-align: center;
    }
    .footer__built {
        display: flex;
        justify-content: center;
    }
    .footer__built p {
        justify-content: center;
    }
}
@media(max-width: 767px) {
    html,body {
        font-size: 14px;
        line-height: 24px;
    }
    body {
        padding-top: 88px;
    }
    .cbtn {
        padding: 8px 25px;
        font-size: .9rem;
    }
    .padd-top {
        padding-top: 30px;
    }
    .marg-top-biggest {
        margin-top: 100px;
    }
    .marg-top {
        margin-top: 40px;
    }
    .marg-top-big {
        margin-top: 60px;
    }
    .page-heading {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-heading:before {
        width: 8px;
        height: 8px;
        min-width: 8px;
        min-height: 8px;
    }

    .border-top {
        padding-top: 60px;
    }
    .border-top:before  {
        letter-spacing: 10px;
    }

    .header__btns {
        max-width: initial;
        flex: 1;
        padding-left: 15px;
    }
    .header__btns a {
        margin: 0 8px;
    }
    .header__btns-icon {
        margin: 0;
        width: 26px;
        height: 26px;
        padding: 7px;
    }
    .header__btns-txt {
        display: none;
    }
    .header__socials {
        margin-left: 5px;
    }
    .header__logo {
        width: 60px;
    }
    .scrolled .header__logo {
        width: 50px;
    }

    .baner__items {
        padding: 0;
    }
    .baner__items:before {
        display: none;
    }
    .baner__txt {
        padding-top: 60px;
    }
    .baner__txt .cbtn {
        padding: 5px 15px;
        min-width: initial;
    }
    .baner__frame {
        font-size: 10px;
        line-height: 12px;
        width: 80px;
        height: 80px;
        padding: 30px  10px 10px 10px;
        bottom: -40px;
        right: 10px;
    }
    .baner__frame:before {
        top: 15px;
        width: 8px;
        height: 8px;
    }

    .boxes__item:first-child {
        margin-top: 0 !important;
    }
    .boxes__item-wrapper {
        padding: 30px 15px;
    }

    .insta {
        padding-bottom: 10px;
    }
    .insta__items img {
        padding: 5px;
    }

    .woocommerce-content {
        margin-top: 0 !important;
    }
    .woocommerce .woocommerce-info .button {
        font-size: 12px;
        margin: 10px 0;
    }

    .single-product .c-100>.product>.onsale  {
        left: initial !important;
        right: 0 !important;
    }
    .single-product .c-100>.product>.onsale,
    .newprod, 
    body .wc-block-grid .wc-block-grid__product-onsale, body .wc-block-grid__product-image .wc-block-grid__product-onsale,
    ul li.product .onsale {
        width: 70px !important;
        height: 70px !important;
    }
    ul.products .price,
    .woocommerce-loop-product__title {
        font-size: 1.1rem !important;
    }
    ul.products .add_to_cart_button:before {
        width: 27px;
        height: 27px;
        background-size: 12px;
    }
    ul.products .add_to_cart_button.added:before {
        background-size: 22px;
    }

    .woocommerce-checkout h3 {
        font-size: 1.5rem;
    }
    .woocommerce-checkout textarea, .woocommerce-checkout input[type=email], .woocommerce-checkout input[type=number], .woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=text], .woocommerce-checkout input[type=url] {
        padding: 10px 20px !important;
    }
    .woocommerce-checkout .col2-set .woocommerce-billing-fields__field-wrapper .form-row {
        padding: 0 !important;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
        width: initial !important;
    }

    .blogposts__img {
        width: initial;
        max-width: 100%;
        flex: 0 0 calc(100%);
        text-align: center;
    }
    .blogposts__img img {
        width: 200px;
    }
    .blogposts__txt {
        padding: 0 15px;
        margin-top: 20px;
        max-width: 100%;
        flex: 0 0 calc(100%);
    }

    .cont__txt .cont__title {
        margin-bottom: 20px;
    }
    .cont__link {
        font-size: 1.1rem;
        margin: 10px 0;
        padding-left: 20px;
    }
    .cont__link:before {
        width: 8px;
        height: 8px;
    }

    .footer__built p a,
    .footer__built p {
        display: flex;
        align-items: center;
        flex-direction: column;

    }
    .footer__built p a  {
        margin-left: 0;
    }
    .footer__built p a img {
        margin-left: 0;
        margin-top: 10px;
    }
    
}
@media(max-width: 500px) {
    .blogposts__item {
        padding: 30px 0;
    }
    .blogposts__item:not(:last-child):after  {
        letter-spacing: 10px;
    }
    .blogposts__item header {
        width: 100%;
        text-align: center;
    }
    .blogposts__item header h2 {
        margin-bottom: 10px;
    }
    .blogposts__excerpt {
        font-size: 1rem;
    }
    .blogposts__txt .cbtn {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .products>li {
        width: 100% !important;
        margin: 20px 0 !important;
        padding: 0 10px !important;
    }
    .products--slider {
        padding: 0 30px;
    }
    ul.products--slider li {
        padding: 0;
    }
    .prods-reverse .prods-cats {
        margin-bottom: 5px !important;
    }
    .prods-cats li {
        margin: 6px 10px;
    }
    
    .footer>img {
        max-width: 95%;
    }
    .footer__logo {
        width: 70px;
        height: 70px;
        top: -35px;
    }
}
/* @ @ MEDIA END @ @  */