/* FONTS */
html {
    --font-b: "PF Bague Round Pro", sans-serif;
    --font-h: "PF Bague Round Pro Medium", sans-serif;
    --font-special: "morosyotlight_italic", sans-serif;
    --font-big-title: "Oi", serif;
}
body, .font-b {
    font-family: var(--font-b);
    font-style: normal;
    -webkit-font-kerning: none;
    font-kerning: none;
}
.font-h {
    font-family: var(--font-h);
    font-style: normal;
    -webkit-font-kerning: none;
    font-kerning: none;
}
.font-big-title {
    font-family: var(--font-big-title);
    font-weight: 400;
    font-style: normal;
    -webkit-font-kerning: none;
    font-kerning: none;
}
.font-special {
    font-family: var(--font-special);
    -webkit-font-kerning: none;
    font-kerning: none;
    line-height: 180%!important;
}
.h1, .h2, .h3, .h3-big, .h4, .h5, .h6, .h7, .h8, .h9, .h10, h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-font-kerning: none;
    font-kerning: none;
    text-rendering: optimizeLegibility;
}

h1, .h1 {
    font-size: calc(2rem + ((1vw - 0.225rem) * 6.8627)); /* 32 - 60 */
    line-height: 100%;
}
@media(min-width: 768px) {
    h1, .h1 {
        font-size: calc(3.75rem + ((1vw - 0.48rem) * 6.0764)); /* 60 - 130 */
    }
}
@media(min-width: 1800px) {
    h1, .h1 {
        font-size: 8.125rem; /* 130 */
    }
}
/******************************************************************************************/
h2, .h2 {
    font-size: calc(1.75rem + ((1vw - 0.225rem) * 5.3922)); /* 28 - 50 */
    line-height: 100%;
}
@media(min-width: 768px) {
    h2, .h2 {
        font-size: calc(3.125rem + ((1vw - 0.48rem) * 4.3403)); /* 50 - 100 */
    }
}
@media(min-width: 1800px) {
    h2, .h2 {
        font-size: 6.25rem; /* 100 */
    }
}
/******************************************************************************************/
.h3-big {
    font-size: calc(2rem + ((1vw - 0.225rem) * 2.451)); /* 32 - 42 */
    line-height: 100%;
}
@media(min-width: 768px) {
    .h3-big {
        font-size: calc(2.625rem + ((1vw - 0.48rem) * 3.2986)); /* 42 - 80 */
    }
}
@media(min-width: 1800px) {
    .h3-big {
        font-size: 5rem; /* 80 */
    }
}
/******************************************************************************************/
h3, .h3 {
    font-size: calc(1.375rem + ((1vw - 0.225rem) * 4.902)); /* 22 - 42 */
    line-height: 100%;
}
@media(min-width: 768px) {
    h3, .h3 {
        font-size: calc(2.625rem + ((1vw - 0.48rem) * 3.2986)); /* 42 - 80 */
    }
}
@media(min-width: 1800px) {
    h3, .h3 {
        font-size: 5rem; /* 80 */
    }
}
/******************************************************************************************/
h4, .h4 {
    font-size: calc(1.375rem + ((1vw - 0.225rem) * 2.6042)); /* 22 - 32 */
    line-height: 120%;
}
@media(min-width: 768px) {
    h4, .h4 {
        font-size: calc(2rem + ((1vw - 0.465rem) * 0.8503)); /* 32 - 42 */
    }
}
@media(min-width: 1800px) {
    h4, .h4 {
        font-size: 2.625rem; /* 42 */
    }
}
/******************************************************************************************/
h5, .h5 {
    font-size: calc(1.125rem + ((1vw - 0.225rem) * 0.9804)); /* 18 - 22 */
    line-height: 130%;
}
@media(min-width: 768px) {
    h5, .h5 {
        font-size: calc(1.375rem + ((1vw - 0.48rem) * 0.8681)); /* 22 - 32 */
    }
}
@media(min-width: 1800px) {
    h5, .h5 {
        font-size: 2rem; /* 32 */
    }
}
/******************************************************************************************/
h6, .h6 {
    font-size: calc(1rem + ((1vw - 0.225rem) * 0.4902)); /* 16 - 18 */
    line-height: 120%;
}
@media(min-width: 768px) {
    h6, .h6 {
        font-size: calc(1.125rem + ((1vw - 0.48rem) * 0.3472)); /* 18 - 22 */
    }
}
@media(min-width: 1800px) {
    h6, .h6 {
        font-size: 1.375rem; /* 22 */
    }
}
/******************************************************************************************/
.h7 {
    font-size: 1rem; /* 16 */
    line-height: 140%;
}
/******************************************************************************************/
.h8 {
    font-size: 0.875rem; /* 14 */
    line-height: 140%;
}
/******************************************************************************************/
.h9 {
    font-size: calc(0.625rem + ((1vw - 0.225rem) * 0.4902)); /* 10 - 12 */
    line-height: 140%;
}
@media(min-width: 768px) {
    .h9 {
        font-size: 0.75rem; /* 12 */
    }
}
/******************************************************************************************/
body, p {
    font-size: 1rem; /* 16 */
    line-height: 140%;
}
@media(min-width: 768px) {
    body, p {
        font-size: calc(1rem + ((1vw - 0.48rem) * 0.1736)); /* 16 - 18 */
    }
}
@media(min-width: 1800px) {
    body, p {
        font-size: 1.125rem; /* 18*/
    }
}
/******************************************************************************************/

/******************************************************************************************/
[data-animation="text"] {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
/* END FONTS */
/* COLORS */
html {
    --color-white: #ffffff;
    --color-black: #000000;
    --color-cream: #F4EEE1;
    --color-orange: #F47E45;
    --color-green: #3D5A56;
    --color-lbeige: #FDF2EC;
    --color-beige: #FBE5D9;
    --color-lgray: #6D6D6D; 
}
.color-white {
    color: var(--color-white);
}
body, .color-black {
    color: var(--color-black);
}
.color-orange {
    color: var(--color-orange);
}
.color-green {
    color: var(--color-green);
}
.color-lgray{
    color: var(--color-lgray);
}
body, .bg-lbeige {
    background: var(--color-lbeige);
}
.bg-beige{
    background: var(--color-beige);
}
.bg-orange {
    background: var(--color-orange);
}
.bg-green {
    background: var(--color-green);
}
.bg-cream {
    background: var(--color-cream);
}
/* END COLORS */
/* SCROLLBARS */
body {
    overflow: hidden;
}
html,
body,
.site {
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-green);
    /* border-radius: 6px; */
    /* border: 1px solid var(--color-white); */
}

/* END SCROLLBARS */
/* SELECTIONS */
::-moz-selection {
    color: var(--color-green);
    background: var(--color-orange);
}
::selection {
    color: var(--color-green);
    background: var(--color-orange);
}
/* END SELECTIONS */
/* GIFT CARDS */
.ywgc-preset-image.ywgc-preset-image-view-all {
    display: none;
}
/* END GIFT CARDS */
/* GENERAL */
.vcarousel-wrapper .swiper-wrapper {
    padding: 15px 15px 15px 0;
}
.col-12.brd-b.wishlist-items-wrapper .row {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
html {
    --pt-calc: 184px;
}
.pt-calc, #smooth-content > .wrapper:not(#wrapper-footer) {
    padding-top: var(--pt-calc, 80px);
}
.sp-h-s {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .sp-h-s {
        margin-top: 50px;
    }
}
.sp-h-l {
    margin-top: 70px;
}
@media (min-width: 1200px) {
    .sp-h-l {
        margin-top: 100px;
    }
}
.grecaptcha-badge {
    opacity: 0;
}
.text-balance {
    text-wrap: balance;
}
.zIndex-0 {
    z-index: 0;
}
.zIndex-1 {
    z-index: 1;
}
.zIndex-2 {
    z-index: 2;
}
.wrapper {
    padding: 0;
}
.disabled, :disabled {
    opacity: 0.5;
}
.pos-rel,
section {
    position: relative;
}
.underline-white {
    position: relative;
}
.underline-white::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 4px;
    background: var(--color-white);
}
.parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.parallax img {
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-container {
    --overlay-width: 1;
    position: relative;
    overflow: hidden;
}
.img-container img {
    width: 100%;
}
.img-container.object-fit img {
    object-fit: cover;
}
.img-container.h-75 img,
.img-container.h-100 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-container.hor {
    display: inline-block;
    width: auto;
    height: auto;
}
.img-container.hor img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: unset !important;
}
[data-animation="zoom-in"] img {
    transition: transform 2s linear;
}
[data-animation="zoom-in"]:hover img {
    transform: scale(1.3);
    transition: transform 10s linear;
}
[data-animation="zoom-rotate"] img {
    transition: transform 2s linear;
}
[data-animation="zoom-rotate"]:hover img {
    transform: scale(1.2);
    transition: transform 5s linear;
}
[data-animation="image"]::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 101%;
    height: 101%;
    background: inherit;
    z-index: 1;
    transform: scaleX(var(--overlay-width));
    transform-origin: right;
}
.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.img-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.brd-t {
    border-top: 1px solid var(--color-black);
}
.brd-b {
    border-bottom: 1px solid var(--color-black);
}
.brd-l {
    border-left: 1px solid var(--color-black);
}
.brd-r {
    border-right: 1px solid var(--color-black);
}
.brd-t-white {
    border-top: 1px solid var(--color-white);
}
.brd-b-white {
    border-bottom: 1px solid var(--color-white);
}
.col-split-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
a {
    color: var(--color-black);
    text-decoration: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear;
}
a:hover {
    color: var(--color-orange);
}
hr {
    opacity: 1;
}
.rad8 {
    border-radius: 8px;
}
ul {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.link {
    position: relative;
    /* display: inline-block;
    color: var(--color-orange);
    font-size: 1rem; */
    /* text-decoration: underline; */
    transition: opacity .3s linear;
}
.link:hover {
    opacity: 0.5;
}
.link-f:hover {
    color: var(--color-orange);
}
button.link {
    background: transparent;
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    font-size: 1.125rem;
    text-transform: uppercase;
}
.btn-buy, .woocommerce a.btn-buy {
    /* width: max(15rem, 420px); */
    width: min(100%, 420px);
    max-height: 43px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background: var(--color-orange);
    border: 1px solid var(--color-orange);
    border-radius: 8px;
    font-size: 1.125rem;
    font-family: var(--font-b);
    font-weight: 500;
    line-height: 1.2cap;
    text-wrap: nowrap;
    text-transform: uppercase;
    color: var(--color-black);
    padding: 1rem calc(1.5rem + ((1vw - 0.225rem) * 1.0256));
    -webkit-transition: background .5s, color .5s, width .5s;
    -o-transition: background .5s, color .5s, width .5s;
    transition: background .5s, color .5s, width .5s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.btn-buy:hover,
.woocommerce a.btn-buy:hover {
    color: var(--color-orange);
    background: var(--color-white);
}
.btn-buy.disabled,
.btn-buy:disabled {
    pointer-events: none;
    background: transparent;
    color: var(--color-orange);
    opacity: 0.3;
}
.btn-buy.loading::after,
.woocommerce a.btn-buy.loading::after {
    position: relative;
    top: 0;
    right: 0;
    font-family: WooCommerce;
    content: "\e01c";
    font-weight: 400;
    margin-left: 0.53em;
    vertical-align: bottom;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.btn-buy.added::after,
.woocommerce a.btn-buy.added::after {
    position: relative;
    font-family: WooCommerce;
    content: "\e017";
    font-weight: 400;
    margin-left: 0.53em;
    vertical-align: bottom;
}
.btn-main {
    max-width: 100%;
    width: auto;
    min-width: 10rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid var(--color-orange);
    border-radius: 3rem;
    color: var(--color-white);
    padding: 12px 24px;
    transition: background .3s, color .3s;
    transition-timing-function: linear;
}
.yith-wcqv-button {
    max-width: 100%;
    width: auto;
    min-width: 10rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid var(--color-orange);
    border-radius: 3rem;
    color: var(--color-white);
    padding: 12px 24px;
    transition: background .3s, color .3s;
    transition-timing-function: linear;
}
.btn-main.btn-lt {
    border-color: var(--color-white);
}
.btn-main.btn-dark {
    color: var(--color-orange);
    background: transparent;
    border: 1px solid var(--color-orange);
}
.btn-main.btn-dark:hover {
    background: var(--color-orange);
    color: var(--color-white);
}
.btn-main.btn-swiper-cat {
    background: var(--color-orange);
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-yellow);
}
.product-cat:hover .btn-main.btn-swiper-cat, 
.btn-main:hover {
    color: var(--color-orange);
    background: var(--color-white);
}
.btn-main.btn-white {
    border: 1px solid var(--color-white);
}
.btn-main.btn-white:hover {
    color: var(--color-orange);
    background: var(--color-white);
}
.search-item {
    border: 1.5px solid var(--color-orange);
    padding: 0.5rem 1.5rem;
    display: inline-block;
}
.m-correct-t {
    margin-top: -2px;
}
.m-correct-b {
    margin-bottom: -2px;
}
.ReadMore {
    position: relative;
    background-color: transparent !important;
    border: none;
    padding: 0;
    color: var(--color-black);
}
.ReadMore::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: var(--color-black);
    transition: width 0s;
}
.ReadMore:hover::after {
    width: 0;
    animation: grow 1s forwards;
}
@keyframes grow {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.btn-test {
    width: calc(17.625rem + ((1vw - 0.225rem) * 7.8125));
    display: inline-flex;
    justify-content: center;
    background-color: var(--color-white);
    border: 1px solid var(--color-orange);
    border-radius: 8px;
    color: var(--color-black);
    padding: 15px 24px;
    transition: background .3s, color .3s;
    transition-timing-function: linear;
}
@media (min-width: 744px){
    .btn-test {
        width: calc(19.5rem + ((1vw - 0.465rem) * 8.9286));
    }
}
.btn-test:hover {
    background-color: var(--color-orange);
    color: var(--color-white);
}
.btn-marquee {
    position: relative;
    display: inline-block;
    color: var(--color-black) !important;
    font-size: calc(1.375rem + ((1vw - 0.225rem) * 0.641));
    line-height: 1;
    border: 1px solid var(--color-orange);
    border-radius: 10rem;
    padding: calc(1rem + ((1vw - 0.225rem) * 0.5128)) calc(4rem + ((1vw - 0.225rem) * 3.0769));
    overflow: hidden;
}
.btn-marquee > span {
    transition: opacity .3s ease, visibility .3s ease;
}
.btn-marquee:hover > span {
    opacity: 0;
    visibility: hidden;
}
.btn-marquee .marquee-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.btn-marquee:hover .marquee-wrapper {
    opacity: 1;
    visibility: visible;
}
.btn-spin {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    z-index: 2;
    transition: transform .5s ease;
    transform-origin: center;
}
.btn-spin:hover {
    transform: scale(1.2);
    animation-play-state: paused;
}
.btn-spin img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}
.btn-spin img.text-spin {
    animation: textSpin 15s infinite linear;
}
@keyframes textSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.btn-spin img.arrow {
    transition: transform .5s ease;
}
.btn-spin:hover img.arrow {
    transform: scale(0.6);
}
@media (min-width: 744px) {
    .btn-spin {
        width: 140px;
        height: 140px;
    }
}
@media (min-width: 1200px) {
    .btn-spin {
        /* position: absolute; */
        display: inline-block;
        bottom: 0;
        right: 0;
        /* transform: translate(50%, 50%); */
        width: 166px;
        height: 166px;
    }
}
/* END GENERAL */
/* MARQUEES */
.marquee-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.marquee {
    position: relative;
    width: 100%;
}
.marquee__text {
    overflow: hidden;
    /* pointer-events: none; */
}
.marquee__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.marquee__line:nth-child(2) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 1;
}
.marquee__sentence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    overflow: inherit;
}
.marquee__sentence > * {
    margin: 0;
}
.marquee-svg {
    width: 30px; 
    height: auto;
    margin: 0 30px;
    vertical-align: middle;
}
@media(min-width: 768px) {
    .marquee-svg {
        width: 50px;
        margin: 0 60px;
    }
}
@media(min-width: 1200px) {
    .marquee-svg {
        margin: 0 70px;
    }
}
/* END MARQUEES */
/* VCarousel */
.vcarousel-container {
    /* height: 20%; */
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    /* justify-content: center; */
}
.bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.counter-bullet {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: var(--color-white);
    border-radius: 50%;
    margin: 0 0.2rem;
    opacity: 0.5;
}
.counter-bullet.active {
    opacity: 1;
}
.vcarousel-bullet-counter {
    position: absolute;
    display: inline-block;
    bottom: 3%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vcarousel-bullet-counter .counter-bullet {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1.5px solid var(--color-orange);
    border-radius: 100%;
}
.vcarousel-bullet-counter .counter-bullet.active {
    background: var(--color-orange);
}
.vcarousel-index {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    margin-right: 0.5rem;
    cursor: pointer;
}
.vcarousel-index img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.vcarousel-wrapper button {
    background: var(--color-white);
    border-radius: 50%;
    border: 1px solid var(--color-orange);
    width: 38px;
    height: 38px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    z-index: 2;
}
.vcarousel-wrapper button.btn-prev {
    left: 50%;
    margin-left: -10px;
    transform: translateX(-100%);
}
.vcarousel-wrapper button.btn-next {
    right: 50%;
    margin-right: -10px;
    transform: translateX(100%);
}
@media(min-width: 744px) {
    .vcarousel-wrapper button.btn-prev, .vcarousel-wrapper button.btn-next {
        top: 34%;
        margin: 0;
        transform: translateX(0);
    }
    .vcarousel-wrapper button.btn-prev {
        left: 4%;
    }
    .vcarousel-wrapper button.btn-next {
        right: 4%;
    }
}
@media(min-width: 1921px) {
    .vcarousel-wrapper button.btn-prev {
        left: -20px;
    }
    .vcarousel-wrapper button.btn-next {
        right: -20px;
    }
}
/* END VCarousel */
/* SINGLE PRODUCT */
#product-gallery .flickity-prev-next-button {
    display: none;
}
.no-carousel .carousel-prev,
.no-carousel .carousel-next {
    display: none;
}
.single-product-ratio {
    position: relative;
    aspect-ratio: 910 / 662;
}
.single-product-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent;
}
.woocommerce table.shop_attributes {
    border: 0;
    margin-bottom: 0;
}
.woocommerce table.shop_attributes th {
    padding: 0;
    border: 0;
    margin: 0;
}
.woocommerce table.shop_attributes td {
    border: 0;
    margin: 0;
}
.woocommerce .product-small  span.onsale.itsnew {
    display: none;
}
.woocommerce .product-small  span.onsale {
    display: none;
}
.product-small  .hide-cursor {
    display: none;
}
/* END SINGLE PRODUCT */
/* VCarousel Horizontal */
#product-gallery #boxes {
    width: 100%;
}
#product-gallery #boxes .vcarousel-cell {
    position: relative;
    background: var(--color-white);
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
}
#product-gallery #boxes .vcarousel-cell img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 6px;
}
#product-gallery .thumbBox {
    overflow: hidden;
}
#product-gallery .thumb {
    width: calc(25% - 10px);
    background: transparent;
    margin-right: 15px;
    border: 1px solid transparent;
}
/* #product-gallery .thumb.is-nav-selected {
    border: 1px solid var(--color-black);
    border-radius: 15px;
}
@media (min-width: 768px) {
    #product-gallery .thumb.is-nav-selected {
        border: 1px solid var(--color-black);
        border-radius: 20px;
    }
}
@media (min-width: 1400px) {
    #product-gallery .thumb.is-nav-selected {
        border: 1px solid var(--color-black);
        border-radius: 26px;
    }     
} */
#product-gallery .thumb:last-child {
    margin-right: 0;
}
.thumb.vcarousel-cell .img-container {
    aspect-ratio: 143 / 143;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.thumb.vcarousel-cell .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#product-gallery .swiper-scrollbar {
    left: 0;
    right: 0;
    width: 100%;
}
/* END VCarousel Horizontal */
/* VSlider */
.vslider-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.vslider-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
}
.vslider-item {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
/* .vslider-item .img-container {
    width: 60%;
} */
/* END VSlider */
/* HEADER */
html {
    --info-line: 0;
}
#wrapper-navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-transition: background .5s ease, -webkit-transform .5s ease;
    transition: background .5s ease, -webkit-transform .5s ease;
    -o-transition: background .5s ease, transform .5s ease;
    transition: background .5s ease, transform .5s ease;
    transition: background .5s ease, transform .5s ease, -webkit-transform .5s ease;
    will-change: transform;
    background: var(--color-orange);
}
#wrapper-navbar.scrolled {
    transform: translateY(var(--info-line));
}
#wrapper-navbar.open {
    background: transparent;
}
#wrapper-navbar.open .container-fluid>div>*:not(#menu-button, .sitelogo) {
    opacity: 0;
    visibility: hidden;
}
#wrapper-navbar .container-fluid {
    height: 80px;
}
.navbar {
    padding: 0;
}
.sitelogo {
    width: 13.25rem;
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: transform .5s ease;
}
.header-cta {
    border-color: var(--color-white);
}
.header-icon-list,
.header-link-list {
    font-size: calc(0.75rem + ((1vw - 0.225rem) * 0.2564));
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.header-icon-list li:is(.icon-list-item) {
    margin-right: calc(0.5rem + ((1vw - 0.225rem) * 0.5128));
}
.header-icon-list li:is(.icon-list-item):last-child {
    margin: 0;
}
.header-icon-list li a:not(.dropdown-item) {
    display: inline-block;
    /* width: calc(1.5rem + ((1vw - 0.225rem) * 0.5692));
    text-align: center;
    max-height: calc(1.25rem + ((1vw - 0.225rem) * 0.8718)); */
}
.header-link-list li a {
    display: inline-block;
}
.header-icon {
    min-height: 1.5rem;
    max-height: calc(0.9375rem + ((1vw - 3.6px) * 0.5769));
    width: 100%;
}
@media (min-width: 1800px) {
    .header-icon {
        max-height: 24px;
    }
}
svg.header-icon > * {
    fill: var(--color-white);
}
.dropstart .dropdown-toggle::before {
    display: none;
}
.icon-list-item .dropdown-menu {
    border: 1.5px solid var(--color-orange);
}
.icon-list-item .dropdown-divider {
    border-top: 1.5px solid var(--color-orange);
    opacity: 1;
}
.icon-list-item .dropdown-item.active,
.icon-list-item .dropdown-item:active {
    background: #e9ecef;
    color: var(--color-orange);
}
.cart-contents {
    position: relative;
}
.cart-contents svg {
    width: 100%;
}
.cart-contents-count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: calc(1.25rem + ((1vw - 0.225rem) * 0.3205));
    height: calc(1.25rem + ((1vw - 0.225rem) * 0.3205));
    background: var(--color-white);
    border-radius: 50%;
    color: var(--color-orange);
    font-size: 13px;
    transform: translate(50%, -50%);
}
.btn-b2b {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-white);
    border: 1px solid var(--color-orange);
    border-radius: 3rem;
    color: var(--color-orange);
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    padding: 0.5rem 2rem;
    overflow: hidden;
    -webkit-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear;
    vertical-align: middle;
}
.social-icon img,
.header-icon {
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.23, 1, 0.320, 1);
    transition: -webkit-transform .4s cubic-bezier(0.23, 1, 0.320, 1);
    -o-transition: transform .4s cubic-bezier(0.23, 1, 0.320, 1);
    transition: transform .4s cubic-bezier(0.23, 1, 0.320, 1);
    transition: transform .4s cubic-bezier(0.23, 1, 0.320, 1), -webkit-transform .4s cubic-bezier(0.23, 1, 0.320, 1);
}
.social-icon:hover img,
a:hover .header-icon {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
/* menu button */
#menu-button {
    position: relative;
    width: 42px; /* 60 - 54 */
    height: 16px;
    padding: 0;
    background: url('/wp-content/uploads/2024/10/menu-icon-long.svg') repeat-x;
    background-size: 200% 100%;
    background-position-x: 5%;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    transition: background 0.5s ease;
}
#menu-button:hover {
    background-position-x: 90%;
}
/* END HEADER */
/* MENU WRAPPER */
#wrapper-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background: var(--color-white);
}
#navbarNavDropdown {
    position: relative;
    top: 0;
    display: block;
}
.navbar-nav::-webkit-scrollbar-track {
    background: transparent;
}
.navbar-nav::-webkit-scrollbar-thumb {
    background-color: var(--color-orange);
}
.nav-item {
    position: relative;
}
.nav-item svg {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 7.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
}
.nav-item:hover svg {
    opacity: 1;
}
.navbar-nav .menu-item .nav-link, #wrapper-navbar.scrolled .navbar .menu-item .nav-link {
    position: relative;
    display: inline-block;
    font-family: var(--font-h);
    font-size: calc(2rem + ((1vw - 0.225rem) * 1.7949));
    color: var(--color-black);
    white-space: nowrap;
    line-height: 1.1;
    -webkit-transition: color .5s cubic-bezier(0.23, 1, 0.320, 1);
    -o-transition: color .5s cubic-bezier(0.23, 1, 0.320, 1);
    transition: color .5s cubic-bezier(0.23, 1, 0.320, 1);
    margin: 0 1rem;
    padding: 0;
}
@media(min-width: 1900px) {
    .navbar-nav .menu-item .nav-link, #wrapper-navbar.scrolled .navbar .menu-item .nav-link {
        font-size: 60px;
    }
}
#navbarNavDropdown .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--color-white);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.320, 1);
    transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.320, 1);
    -o-transition: transform 1s cubic-bezier(0.23, 1, 0.320, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.320, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.320, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.320, 1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
#navbarNavDropdown .nav-link:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.navbar.dark {
    background: var(--color-orange);
}
.navbar.dark .menu-item .nav-link {
    color: var(--color-white);
}
.menu-img-container {
    border-radius: 8px;
}
.menu-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* SIDE MENU */
#offcanvasMenu {
    width: 100%;
    transition: transform 1s ease-in-out;
}
#offcanvasMenu .offcanvas-header {
    justify-content: end;
}
#offcanvasMenu .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 100vh;
}
#offcanvasMenu .offcanvas-header .btn-close {
    opacity: 1;
}
#navbarNavBig {
    position: relative;
    height: 100%;
}
#main-menu-big {
    height: 100%;
}
#main-menu-big .nav-item {
    position: unset;
}
#main-menu-big ul.dropdown-menu {
    position: absolute !important;
    display: block;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100%;
    -webkit-transform: translate(110%, 0) !important;
    -ms-transform: translate(110%, 0) !important;
    transform: translate(110%, 0) !important;
    border: none;
    /* opacity: 0.5; */
    padding: 0;
    background: var(--color-cream);
    -webkit-transition: -webkit-transform .25s linear;
    transition: -webkit-transform .25s linear;
    -o-transition: transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
}
#main-menu-big ul.dropdown-menu.show {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
#main-menu-big a.nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 1rem 0;
    color: var(--color-black);
    transition: color .3s ease;
}
/* .menu-img-container img:not(.reveal) {
    z-index: 1;
}
.menu-img-container .reveal {
    z-index: 0;
} */
#main-menu-big a.nav-link:hover {
    color: var(--color-orange);
}
#main-menu-big a.nav-link .link-text {
    /* width: calc(80% - 2rem); */
    text-wrap: balance;
}
/* #main-menu-big a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2030.76%2023.79%22%3E%3Cpath%20d%3D%22M0%2C11.32H28.67L16.53%2C.75l.66-.75%2C13.57%2C11.81-13.57%2C11.98-.66-.75%2C12.15-10.72H0v-1Z%22/%3E%3C/svg%3E") no-repeat;
    background-position: center;
} */
#main-menu-big .nav-link .menu-item-image {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    overflow: hidden;
}
#main-menu-big .nav-link .menu-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.btn-back {
    border: none;
    background: transparent;
    width: 30px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: opacity .25s linear, visibility .25s linear, -webkit-transform .25s linear;
    transition: opacity .25s linear, visibility .25s linear, -webkit-transform .25s linear;
    -o-transition: transform .25s linear, opacity .25s linear, visibility .25s linear;
    transition: transform .25s linear, opacity .25s linear, visibility .25s linear;
    transition: transform .25s linear, opacity .25s linear, visibility .25s linear, -webkit-transform .25s linear;
}
.btn-back.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.menu-footer-list li {
    margin-bottom: 0.5rem;
}

/* END SIDE MENU */
/* OFFCANVAS CHARACTERISTICS */
.pro_char-container {
    cursor: pointer;
}
#offcanvasProChars {
    width: 500px;
    padding: 25px;
}
#offcanvasProChars .offcanvas-body {
    overflow-x: hidden;
    overflow-y: scroll;
}
#offcanvasProChars .item-container {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
}
#offcanvasProChars .item-img {
    position: relative;
    width: 50px;
    height: 50px;
}
#offcanvasProChars .item-img {
    position: relative;
    width: 50px;
    height: 50px;
}
#offcanvasProChars .text-content {
    position: relative;
    width: 85%;
}
/* END OFFCANVAS CHARACTERISTICS */
/* OFFCANVAS SEARCH */
#offcanvasSearch {
    width: 520px;
}
/* END OFFCANVAS SEARCH */
/* END MENU WRAPPER */
/* WOOCOMMERCE */
.woocommerce-variation.single_variation {
    display: none !important; /* specific */
}
.woocommerce-pagination {
    display: none;
}
.parent_cats-container {
    max-width: 100%;
    /* overflow: auto; */
}
.parent_cats-container::-webkit-scrollbar {
    height: 2px;
}
.parent_cats-container::-webkit-scrollbar-track {
    background: transparent;
}
.parent_cats-container::-webkit-scrollbar-thumb {
    background-color: var(--color-green);
    border-radius: 6px;
}
.parent_cat .inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width: 136px;
    height: 164px;
    text-align: center;
    gap: 10px;
    border-radius: 8px;
    padding: 10px;
    background: var(--color-white);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 13, 0.1);
    transition: transform .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.parent_cat:hover .inner-container {
    transform: translateY(-10px);
}
.parent_cat .inner-container img {
    width: 100%;
    height: 74px;
    object-fit: cover;
    border-radius: 4px;
}
.facet-label {
    color: var(--color-orange);
}
.container-filters {
    transition: opacity 0.5s linear, margin-left 0.5s linear;
    margin-left: -25%;
    opacity: 0;
}
.noUi-connect {
    background: var(--color-orange) !important;
}
.noUi-touch-area {
    background: var(--color-yellow) !important;
}
.noUi-connects {
    /* background: var(--color-grey); */
}
.container-filters.active {
    opacity: 1;
    margin-left: 0;
}
.container-products {
    transition: width .5s linear;
}
.container-products.active {
    width: 75%;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
}
.woocommerce .related.products .products-row {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.woocommerce .related.products .product {
    margin-bottom: 3rem;
}
.woocommerce .product .img-container.feat_img {
    height: auto;
    /* padding-bottom: 133%; */
    aspect-ratio: 1 / 1;
}
.woocommerce div.product.swiper-slide {
    overflow: visible;
    padding: 0 5px;
}
.vcarousel-item>.inner-container, .product>.inner-container {
    /* width: 460px;
    max-width: 100%;
    aspect-ratio: 460 / 690; */
    width: 445px;
    max-width: 100%;
    aspect-ratio: 445 / 620;
    padding: 5px 5px 10px;
    background: var(--color-white);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 13, 0.1);
}
@media(min-width: 744px) {
    .vcarousel-item>.inner-container, .product>.inner-container {
        padding: 8px 8px 10px;
    }
}
@media(min-width: 1200px) {
    .vcarousel-item>.inner-container, .product>.inner-container {
        padding: 10px 10px 20px;
    }
}
.woocommerce .products-row div.product {
    width: 25%;
}
.woocommerce .products-row div.product>.inner-container {
    width: 100%;
}
.product>.inner-container .img-container img,
.product .feat_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0;
}
.product>.inner-container .color-variations {
    width: 100%;
    height: 4rem;
    position: absolute;
    bottom: 0;
    background: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    will-change: transform;
}
.product:hover>.inner-container .color-variations {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.product>.inner-container .color-variations .variation-img {
    width: 3rem;
    height: 3rem;
    margin: 0 0.5rem;
    border-radius: 4px;
}
.woocommerce span.onsale {
    left: 10px;
    top: 10px;
    background: var(--color-white);
    color: var(--color-black);
    border: 1px solid var(--color-orange);
    border-radius: 8px;
    padding: 5px 7px;
    min-height: auto;
    width: 50px;
    line-height: 1.2;
    font-family: var(--font-b);
    font-weight: 400;
    font-size: 0.75rem;
    text-transform: uppercase;
    overflow: hidden;
}
.woocommerce span.onsale.itsnew.itsnew-right {
    top: 2.5rem;
    background: var(--color-orange);
    color: var(--color-white);
}
@media(min-width: 744px) {
    .woocommerce span.onsale {
        padding: 6px 10px;
        width: 60px;
    }
    .woocommerce span.onsale.itsnew.itsnew-right {
        top: 3rem;
    }
}
@media(min-width: 1200px) {
    .woocommerce span.onsale {
        padding: 7px 10px;
    }
}
.text-start ins {
    background-color: var(--color-yellow);
    /* padding: 0.2rem 1rem; */
}
.woocommerce span.onsale.itsnew {
    top: 10px;
    background: #FF6767;
    color: var(--color-white);
}

/* specifics */
.pro_char-container {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.pro_char-container img {
    width: 25px;
}
.single-product .pro_char-container img {
    width: calc(1.125rem + ((1vw - 0.225rem) * 1.4103));
    max-width: 40px;
}
.single-product .summary .pro_char-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 25px;
    font-size: 14px;
    font-weight: 600;
}
.single-product .summary .pro_char-item:last-child {
    margin-right: 0;
}
.pro_char-label {
    display: none;
}
.single-product .summary .pro_char-label {
    display: block;
}
.woocommerce .product-white .product .img-container {
    background: var(--color-white);
}
.woocommerce .product-white .product .wooloop-product__title {
    color: var(--color-white);
}
.woocommerce .product .brand {
    display: inline-block;
    padding: 1rem;
    border: 2px solid var(--color-black);
    border-radius: 4px;
    font-size: 1rem;
}
.woocommerce .product .brand,
.woocommerce span.onsale {
    -webkit-transition: border .25s, color .25s;
    -o-transition: border .25s, color .25s;
    transition: border .25s, color .25s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.woocommerce .product .brand.active,
.woocommerce span.onsale.active {
    color: var(--color-white);
    border-color: var(--color-white);
}
.pwb-single-product-brands {
    max-width: 6rem;
}
.woocommerce .product-white div.product .variation-color {
    border-color: var(--color-white);
}
.woocommerce .product-white .product p {
    color: var(--color-white);
}

/* end specifics */
.woocommerce-variation-radio-buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.woocommerce-variation-radio-buttons .variation-radio {
    font-size: calc(1rem + ((1vw - 0.225rem) * 0.2564));
    /* 16 - 20 */
}
.variation-radio .form-check-input[type=radio] {
    border-radius: 0;
    border-color: var(--color-orange);
}
.woocommerce div.product div.summary {
    width: 100%;
    float: unset !important;
}
.custom-attr-container {
    max-width: 12.5%;
}
.woocommerce div.product .variation-color {
    width: 1.5rem;
    display: inline-block;
    border: 1px solid var(--color-orange);
    border-radius: 0.5rem;
}
.btn-sizeguide {
    position: absolute;
    top: 0.5rem;
    right: 0;
}
.woocommerce div.product form.cart .variations select {
    margin: 0;
    border: none;
    width: auto;
    /* width: 50%; */
    min-width: unset;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 1rem;
    overflow: hidden;
    border: 1px solid var(--color-black);
    border-radius: 4px;
    background: transparent;
    box-shadow: none!important;
    font-weight: 600;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    border: 1px solid var(--color-orange);
    background: var(--color-orange)!important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled {
    opacity: 0.4;
}
.woocommerce div.product span.price {
    color: inherit;
    font-size: inherit;
}
ins {
    text-decoration: none;
}
bdi, ins bdi {
    /* display: block; */
    font-size: 1rem;
    /* font-weight: 600; */
    font-family: var(--font-h);
    color: var(--color-black);
    text-decoration: none;
}
del, del bdi {
    color: var(--color-green);
    font-family: var(--font-b);
    font-size: 1rem;
    /* font-weight: 400; */
    text-decoration: line-through;
    margin-right: 5px;
    color: var(--color-black);
    opacity: 0.5;
}
.product-white bdi,
.product-white ins bdi {
    color: var(--color-white);
}
.variation-seperator {
    /* height: 5rem; */
    width: 100%;
}
.woocommerce .variations .woo-quantity .input-group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.woocommerce .btn-quant {
    background: transparent;
    border: none;
    padding: 0;
    outline: none !important;
}
.woocommerce .btn-quant:disabled {
    opacity: 0.25;
}
.woocommerce .btn-quant[data-type="minus"] {
    margin-right: 0.5rem;
}
.woocommerce .btn-quant[data-type="plus"] {
    margin-left: 0.5rem;
}
.woocommerce .input-text.qty {
    pointer-events: none;
    border: none;
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: transparent;
}
.woocommerce a.added_to_cart {
    display: none !important;
}
.accordion-button {
    background-color: transparent;
}
.accordion-flush .accordion-item {
    border-bottom: 1px solid var(--color-lgrey);
}
#accordionTabs.accordion-flush .accordion-item .accordion-button {
    outline: none!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    padding-left: 0;
    padding-right: 0;
}
#accordionTabs.accordion-flush .accordion-button:not(.collapsed) {
    color: var(--color-black);
    background: transparent;
}
#accordionTabs .accordion-button::after {
    display: none!important;
}
#accordionTabs .accordion-button::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2239%22%20height=%2239%22%20viewBox=%220%200%2039%2039%22%20fill=%22none%22%3E%3Cpath%20d=%22M20%2011.9141V27.9141%22%20stroke=%22black%22%3E%3C/path%3E%3Cpath%20d=%22M12%2019.9141L28%2019.9141%22%20stroke=%22black%22%3E%3C/path%3E%3Crect%20x=%220.5%22%20y=%220.5%22%20width=%2238%22%20height=%2237.4463%22%20stroke=%22black%22%3E%3C/rect%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 2.5rem;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
#accordionTabs .accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2239%22 height=%2239%22 viewBox=%220 0 39 39%22 fill=%22none%22%3E%3Cpath d=%22M12.1055 19.9141H28.1172%22 stroke=%22black%22%3E%3C/path%3E%3Crect x=%220.5%22 y=%220.5%22 width=%2238%22 height=%2237.4463%22 stroke=%22black%22%3E%3C/rect%3E%3C/svg%3E");
}
.accordion-item {
    border-bottom: 1px solid var(--color-lgrey);
    background: transparent;
}
#accordionTabs.accordion-flush .accordion-collapse {
    border-width: 0;
    overflow: hidden;
    transition: height 0.5s ease, opacity 0.35s ease;
}
#accordionTabs.accordion-flush .collapsing {
    height: 0;
    overflow: hidden;
    /* transition: height 0.5s ease; */
    transition: height 0.5s ease, opacity 0.1s ease;
    opacity: 0;
}
#accordionTabs.accordion-flush .accordion-collapse:not(.show) {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease, opacity 0.35s ease;
    opacity: 0;
}
#accordionTabs.accordion-flush .accordion-item ul {
    list-style: disc;
    -webkit-padding-start: 1.4rem;
            padding-inline-start: 1.4rem;
}

/* #accordionTabs .accordion-button::after {
    display: none !important;
}
#accordionTabs .accordion-button::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Crect x='1.03125' y='1.36719' width='41.875' height='41.2663' rx='12.5' stroke='%23101010'/%3E%3Cpath d='M21.6602 15.1406V31.1406' stroke='black'/%3E%3Cpath d='M13.6602 23.1406L29.6602 23.1406' stroke='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 2.5rem;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
#accordionTabs .accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3e%3crect x='1.35938' y='1.36719' width='41.875' height='41.2663' rx='12.5' stroke='%23101010'/%3e%3cpath d='M13.9844 23.1406H29.9961' stroke='black'/%3e%3c/svg%3e");
} */

.accordion-item {
    border-bottom: 1px solid var(--color-light-green);
    background: transparent;
}
#accordionTabs.accordion-flush .accordion-item ul {
    list-style: disc;
    -webkit-padding-start: 1.4rem;
    padding-inline-start: 1.4rem;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: 1.4rem;
}
.woocommerce .woocommerce-product-rating .star-rating {
    width: 7rem;
}
.woocommerce #reviews .star-rating {
    float: unset;
    font-size: inherit;
    display: block;
    width: auto;
    margin: 0 auto;
}
.woocommerce #reviews .star-rating span,
.woocommerce #reviews .star-rating::before,
.woocommerce #reviews .star-rating span::before {
    float: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.woocommerce #reviews .carousel-item.active {
    visibility: visible;
    -webkit-transition: visibility .5s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: visibility .5s ease-in-out, -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out, visibility .5s ease-in-out;
    transition: transform .6s ease-in-out, visibility .5s ease-in-out;
    transition: transform .6s ease-in-out, visibility .5s ease-in-out, -webkit-transform .6s ease-in-out;
}
.woocommerce #reviews .carousel-indicators {
    margin-bottom: -2rem;
}
.woocommerce #reviews .carousel-indicators [data-bs-target] {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: var(--color-orange);
}
.woocommerce #reviews .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.woocommerce #reviews .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.woocommerce .facetwp-counter {
    display: none !important;
}
.woocommerce-products-header {
    z-index: 99;
}
.woocommerce-products-header .row {
    background: var(--color-white);
}
@media (min-width: 1200px) {
    .woocommerce-products-header .row {
        background: transparent;
    }
}

/* filter buttons */
.filter-dropdown {
    display: inline-block;
}
.woocommerce-products-header.active .row {
    background: var(--color-white);
}
.filters-bar>.filter-dropdown {
    display: none;
}
@media (min-width: 1200px) {
    .filters-bar>.filter-dropdown {
        display: inline-block;
    }
}
.filter.dropdown-toggle {
    position: relative;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 1.25rem;
    font-size: 1rem;
    font-family: var(--font-b);
    font-weight: 500;
    text-wrap: nowrap;
    text-transform: uppercase;
    color: var(--color-orange);
    padding: 0;
    -webkit-transition: background .5s, color .5s, width .5s;
    -o-transition: background .5s, color .5s, width .5s;
    transition: background .5s, color .5s, width .5s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.filter.dropdown-toggle::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 1px solid var(--color-orange);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.filter.dropdown-toggle:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.filter.dropdown-menu {
    max-width: 100%;
    border: 1px solid var(--color-orange);
    border-radius: 1.3rem;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    overflow: hidden;
}
#offcanvasFilters .filter.dropdown-menu {
    position: relative;
    width: 100%;
}
.filter .facetwp-type-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 1rem;
    max-height: min(80vh, 100cqh);
}
#offcanvasFilters .filter .facetwp-type-checkboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.filter .facetwp-checkbox {
    position: relative;
    background: none !important;
    margin: 0.5rem 1rem;
    padding-left: 26px;
    font-size: 1rem;
    color: var(--color-orange);
}
.filter .facetwp-checkbox::before {
    content: '';
    position: absolute;
    top: calc(50% - 0.5625rem);
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    border: 1.5px solid var(--color-orange);
}
.filter .facetwp-checkbox.checked::before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e") var(--color-orange);
}
.filter .facetwp-type-slider {
    margin: 0;
    padding: 1rem 2rem;
    display: block;
    width: 40rem;
    max-width: 100%;
}
.filter .facetwp-type-color {
    margin: 0;
    padding: 1rem;
}
.filter .facetwp-type-color .facetwp-color {
    margin: 0 1rem;
}
.filter .facetwp-type-radio {
    padding: 1rem;
    margin: 0;
}
.active-filters-container {
    display: none;
}
.active-filters-container.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.facetwp-selections {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.facetwp-selections .facetwp-selection-label {
    display: none;
}
#active-facets .facetwp-selections li span.facetwp-selection-value {
    display: inline-block;
    font-size: 0.875rem;
    background: url(/wp-content/uploads/2024/02/icon-close.png) #EAEAEA;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 90% center;
    border-radius: 0.8rem;
    padding: 0.6rem 2.2rem 0.6rem 1rem;
    margin-right: 0.5rem;
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}
.facetwp-selections li span.facetwp-selection-value:last-child {
    margin-right: 0;
}
#active-facets .facetwp-selections li span.facetwp-selection-value:hover {
    opacity: 0.7;
}
#offcanvasFilters {
    width: 600px;
}
#offcanvasFilters .offcanvas-body {
    overflow-x: hidden;
}
.btn-filters {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: var(--font-h);
    background: var(--color-white);
    color: var(--color-black);
    border: 1px solid var(--color-orange);
    border-radius: 4px;
    padding: 9px 18px;
    width: 100%;
    transition: background .3s ease, color .3s ease;
}
@media (min-width: 1200px) {
    .btn-filters {
        width: auto;
    }
}
.btn-filters:hover {
    background-color: var(--color-orange);
    color: var(--color-white);
}
.btn-filters svg {
    width: 1rem;
}
.btn-filters svg path {
    fill: var(--color-black);
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
}
.btn-filters:hover svg path {
    fill: var(--color-white);
}
.btn-clear_filters {
    font-size: 0.875rem;
    border-radius: 0.8rem;
    padding: 0.4rem 1rem;
}
.woocommerce .woocommerce-ordering {
    max-width: 100%;
    float: none;
    display: inline-block;
}
.woocommerce .woocommerce-ordering select {
    width: 100%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat transparent;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid var(--color-orange);
    border-radius: 1.25rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 1rem;
    font-family: var(--font-b);
    font-weight: 500;
    text-wrap: wrap;
    text-transform: uppercase;
    color: var(--color-orange);
    padding: 1rem;
    -webkit-transition: background .5s, color .5s, width .5s;
    -o-transition: background .5s, color .5s, width .5s;
    transition: background .5s, color .5s, width .5s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.woocommerce-ordering .filter.dropdown-menu {
    width: 100%;
}
.woocommerce-ordering .dropdown-item {
    text-align: center;
}

/* END filter buttons */
.woocommerce .facetwp-facet.facetwp-type-pager {
    margin-bottom: 5rem;
    padding-top: 1.5rem;
    text-align: center;
    border-top: 1px solid var(--color-orange);
}
.woocommerce .facetwp-facet.facetwp-type-pager .facetwp-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.woocommerce .facetwp-page {
    min-width: 3rem;
    min-height: 3rem;
    padding: 0;
    margin: 0 0.5rem;
    text-wrap: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    -webkit-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
}
/* .woocommerce .facetwp-page.first {
    margin-left: auto;
} */
/* .woocommerce .facetwp-page.last {
    padding-right: 8.33333%;
} */
.woocommerce .facetwp-page:hover,
.woocommerce .facetwp-page.active {
    font-weight: initial;
    background: var(--color-orange);
    color: var(--color-white);
}
.woocommerce .facetwp-page.prev,
.woocommerce .facetwp-page.next {
    background: transparent !important;
    font-size: calc(2rem + ((1vw - 0.225rem) * 3.0769));
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
@media (min-width: 1900px) {

    .woocommerce .facetwp-page.prev,
    .woocommerce .facetwp-page.next {
        font-size: 5rem;
    }
}
.woocommerce .facetwp-page.prev:hover,
.woocommerce .facetwp-page.next:hover {
    color: var(--color-green);
}

/* NOTICES */
.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
    /* transform: translate(0%, 0%); */
}
.woocommerce-notices-wrapper .toast.show {
    display: block;
    z-index: 99999;
    position: absolute;
    -webkit-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    min-width: 20rem;
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: unset;
    left: unset;
    top: 100vh;
    right: 0;
}
.toast {
    width: auto;
    max-width: unset;
    background: var(--color-white);
    padding: 1rem;
}
.toast.show {
    display: block;
    z-index: 99999;
    position: fixed;
    top: 50vh;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
    .toast.show {
        top: unset;
        left: unset;
        bottom: 2rem;
        right: 2rem;
        width: auto;
        transform: translate(0%, 0%);
    }
}
.toast-header {
    background: transparent;
    border-bottom: 1.5px solid var(--color-orange);
    margin-bottom: 3rem;
    padding: 0 0 1.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* END NOTICES */
/* SINGLE PRODUCT (SPECIFICS) */
.handmade-icons {
    width: 68px;
}
.care_icon {
    width: 40px;
    margin-right: 1rem;
}
.bulky-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bulky-item img {
    width: 2rem;
}
.product-care-list {
    list-style: none !important;
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important;
}
.single-product .summary bdi {
    display: inline-block;
    font-size: inherit;
}
.single-product .summary del bdi {
    font-weight: 300;
}
.woocommerce .product .product-gallery .img-container {
    border: none;
    border-radius: 0;
    background: var(--color-white);
}
.feat_video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0;
}
/* END SINGLE PRODUCT GALLERY (SPECIFICS) */
/* END WOOCOMMERCE */
/* MINI CART */
#offcanvasBasket {
    width: 800px;
    /* width: 50vw; */
    /* padding: calc(1rem + ((1vw - 0.234375rem) * 1.0984)); */
}
#offcanvasBasket .offcanvas-header,
#offcanvasBasket .widget_shopping_cart_content {
    padding: calc(1rem + ((1vw - 0.234375rem) * 1.0984));
}
#offcanvasBasket .btn-close {
    opacity: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
#offcanvasBasket .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    overflow-y: auto;
    /* padding-bottom: 10rem; */
}
#offcanvasBasket .cart-item-img img {
    display: block;
    float: unset;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
#offcanvasBasket .cart-item-title {
    color: var(--color-orange);
    display: block;
    /* font-weight: 400; */
}
#offcanvasBasket ul.cart_list li dl,
#offcanvasBasket ul.product_list_widget li dl {
    padding: 0;
    border: none;
}
#offcanvasBasket .woocommerce-mini-cart.cart_list.product_list_widget {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
    /* overflow-y: auto; */
    /* max-height: 55vh; */
}
#offcanvasBasket .woocommerce-mini-cart__buttons a {
    width: auto;
    background: transparent;
    color: var(--color-orange);
    border: none;
    border-radius: 0;
    font-weight: 400;
    text-align: left;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
#offcanvasBasket .woocommerce-mini-cart__buttons a:first-child {
    margin-right: 2rem;
}
#offcanvasBasket .woocommerce-mini-cart__buttons a:hover {
    color: var(--color-orange);
}
#offcanvasBasket .remove_from_cart_button {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding-bottom: 2.5px;
    /* color: var(--color-orange) !important; */
    color: grey;
    font-size: 0.75rem;
    font-weight: 400;
    border: none;
}
#offcanvasBasket .remove_from_cart_button span {
    display: inline-block;
    padding-bottom: 1.5px;
}
#offcanvasBasket .remove_from_cart_button:hover span {
    color: #cb5858;
}
#offcanvasBasket.woocommerce .woocommerce-mini-cart__total.total {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* font-weight: 300; */
    border-top: 1.5px solid var(--color-orange);
    padding-top: 1.5rem;
}
#offcanvasBasket.woocommerce .woocommerce-mini-cart__total.total span.amount {
    font-weight: 400;
}
#offcanvasBasket .quantity {
    display: inline-block;
    line-height: 1cap;
}
#offcanvasBasket .woocommerce-mini-cart-item {
    border-bottom: 1px solid #696969;
}
#offcanvasBasket .woocommerce-mini-cart-item:last-child {
    border: none;
}
.vc-mini-cart-count-price .woo-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .vc-mini-cart-count-price .woo-quantity {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .vc-mini-cart-count-price .input-group {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
.vc-mini-cart-count-price .btn-quant {
    background: transparent;
    border: none;
    padding: 0;
    outline: none !important;
}
.vc-mini-cart-count-price .btn-quant[data-type="minus"] {
    margin-right: 0.5rem;
}
.vc-mini-cart-count-price .btn-quant[data-type="plus"] {
    margin-left: 0.5rem;
}
.vc-mini-cart-count-price .btn-quant img {
    width: 2rem !important;
}
.vc-mini-cart-count-price .quant_label {
    display: none;
    font-size: calc(1.125rem + ((1vw - 0.225rem) * 0.2128));
    /* h6 */
    margin: 0 !important;
}
.vc-mini-cart-count-price .input-text.qty {
    pointer-events: none;
    border: none;
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.coupon-list {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.coupon-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f7f7f785;
    padding: 0.5rem 1rem;
    border: 1px solid var(--color-orange);
    border-radius: 5px;
    margin-bottom: 0.5rem;
}
.coupon-list li p {
    width: 95%;
    margin-bottom: 0;
}

button.remove-coupon {
    display: inline-block;
    background: transparent;
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    font-size: calc(1.5rem + ((1vw - 0.225rem) * 1.0256));
    line-height: 0;
    color: var(--color-orange);
    text-transform: uppercase;
    -webkit-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear;
}

button.remove-coupon:hover {
    color: red;
}
.shipping-progress-container .progress {
    width: 100%;
    height: 1.5rem;
    font-size: 1rem;
    border-radius: 5px;
}
.shipping-progress-container .progress-bar {
    background-color: var(--color-orange);
    color: var(--color-white);
    font-weight: 600;
}
.shipping-progress-container .progress-bar.completed {
    background-color: #94db9a;
}
.woocommerce-cart #coupon_code.input-text {
    width: 20rem !important;
    background: transparent !important;
    color: var(--color-orange) !important;
    border: none !important;
    border-bottom: 1.5px solid var(--color-orange) !important;
    border-radius: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-main.wc-forward {
    max-width: 48%;
    width: auto;
}
.btn-main.inactive {
    display: none;
}

/* END MINI CART */
/* VIRTUS CART */

.woocommerce a.remove {
    color: var(--color-orange) !important;
    line-height: 0.9;
}
.woocommerce a.remove:hover {
    color: var(--color-white) !important;
    background: var(--color-orange);
}
.woocommerce .product-remove.mobile {
    position: absolute;
    top: -0.5rem;
    right: 0.5rem;
}
.woocommerce .product-remove.mobile a.remove {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    background: var(--color-orange);
    color: var(--color-white) !important;
}
.woocommerce .shop_table {
    border: none;
}
.woocommerce .shop_table .product-thumbnail::before {
    display: none !important;
}
.woocommerce-cart .cart .btn-quant img {
    width: 2rem;
    /* 2-2.5 rem */
}
.woocommerce-cart .cart .quant_label {
    display: none !important;
}
.woocommerce-cart .shop_table .product-thumbnail {
    border-right: 1.5px solid var(--color-orange);
}
.woocommerce-cart .shop_table .product-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 1rem 0 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.woocommerce .shop_table .product-quantity .woo-quantity {
    margin: 0 !important;
}
.woocommerce .shop_table .cart_item {
    border-bottom: 1.5px solid var(--color-orange);
}
.woocommerce .shop_table .wishlist-items-wrapper .product-thumbnail, .woocommerce .shop_table .cart_item .product-thumbnail {
    aspect-ratio: 1 / 1;
}
.woocommerce ul#shipping_method li input {
    width: 20px;
    height: 20px;
    vertical-align: text-top;
}
.woocommerce ul#shipping_method .amount * {
    display: inline-block;
    font-size: 1.25rem !important;
}
.wpccl-btn-wrapper .wpccl-btn {
    margin-top: 1rem;
    display: block;
}
.featherlight:last-of-type {
    background: rgb(151 151 151 / 80%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.wpccl-featherlight .featherlight-content {
    padding: 2rem;
}
.featherlight .featherlight-close-icon {
    top: 0.5rem;
    right: 0.5rem;
}

/* END VIRTUS CART */
/* HOMEPAGE */

/* END HOMEPAGE */
/* ABOUT */
.layout-about #svg_1 {
    display: none;
}
@media(min-width: 1200px) {
    .layout-about #svg_1 {
        display: block;
        width: 62px;
        position: absolute;
        left: 5%;
        top: 20%;
    }
}
.layout-about .leaf {
    display: none;
}
@media(min-width: 1200px) {
    .layout-about .leaf {
        display: block;
        width: 62px;
        position: absolute;
        right: 5%;
        top: 40%;
    }
}
@media(min-width: 1800px) {
    .layout-about .leaf {
        top: 45%;
    }
}
.layout-about .btn-spin{
    position: absolute;
    display: inline-block;
    bottom: 10%;
    right: 50%;
    transform: translate(50%, 50%);
    width: 166px;
    height: 166px;
}
@media (min-width: 1200px) {
    .layout-about .btn-spin {
        bottom: 10%;
        right: 10%;
    }
}
.layout-abputder .btn-spin img {
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}
/* END ABOUT */
/* CHECKOUT */
.woocommerce-additional-fields > h3 {
    font-size: calc(1rem + ((1vw - 0.225rem) * 0.2564)); /* 16 - 20 */
    line-height: 150%;
}

.form-check-input[type=radio] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-check-input:checked {
    background-color: var(--color-orange);
    border-color: var(--color-orange);
}
.login-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.login-container .form-check {
    margin-right: 3rem;
    margin-bottom: 1rem;
}
.woocommerce #v_checkout form.checkout_coupon,
.woocommerce #v_checkout form.login,
.woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
}
.woocommerce #v_checkout form .form-row input.input-text,
.woocommerce #v_checkout form .form-row textarea,
.woocommerce #v_checkout .select2-container--default .select2-selection--single {
    background: transparent !important;
    border: none;
    border-bottom: 1.5px solid var(--color-orange);
    border-radius: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce #v_checkout form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce #v_checkout form .form-row textarea::-webkit-input-placeholder {
    opacity: 0;
}
.woocommerce #v_checkout form .form-row input.input-text::-moz-placeholder,
.woocommerce #v_checkout form .form-row textarea::-moz-placeholder {
    opacity: 0;
}
.woocommerce #v_checkout form .form-row input.input-text:-ms-input-placeholder,
.woocommerce #v_checkout form .form-row textarea:-ms-input-placeholder {
    opacity: 0;
}
.woocommerce #v_checkout form .form-row input.input-text::-ms-input-placeholder,
.woocommerce #v_checkout form .form-row textarea::-ms-input-placeholder {
    opacity: 0;
}
.woocommerce #v_checkout form .form-row input.input-text::placeholder,
.woocommerce #v_checkout form .form-row textarea::placeholder {
    opacity: 0;
}
.woocommerce #v_checkout form .form-row label {
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}
.woocommerce #v_checkout form .form-row label.focus {
    -webkit-transform: translateY(0) scale(0.85);
    -ms-transform: translateY(0) scale(0.85);
    transform: translateY(0) scale(0.85);
}
.woocommerce #v_checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.woocommerce #v_checkout table.shop_table {
    border: none;
    border-bottom: 1px solid var(--color-green);
    border-radius: 0;
}
.woocommerce #v_checkout table.shop_table td.product-name {
    vertical-align: top;
}
.woocommerce #v_checkout table.shop_table tbody tr td.product-thumbnail {
    width: 30%;
    border: 1px solid var(--color-green);
    border-radius: 0.8rem;
    padding: 0;
}
.woocommerce #v_checkout table.shop_table .cart_item {
    border: none;
}
.woocommerce #v_checkout table.shop_table tfoot>tr>* {
    border: none;
}
.woocommerce #v_checkout table.shop_table tfoot>tr.order-total>* {
    border-top: 1.5px solid var(--color-orange);
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce #v_checkout form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 0.1rem;
}
.wc_payment_method label {
    width: 80%;
}
.btn-order {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-orange);
    border: 1px solid var(--color-orange);
    border-radius: 3rem;
    color: var(--color-white);
    font-size: 1.125rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0.8rem 2.4rem;
    width: 100%;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.btn-order:hover {
    background: var(--color-white);
    color: var(--color-orange);
}
#ship-to-different-address {
    font-size: 2rem;
}
/* END CHECKOUT */
/* ACCOUNT */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: unset;
    width: auto;
}
.woocommerce #v_account form.checkout_coupon,
.woocommerce #v_account form.login,
.woocommerce form.register {
    border: none;
    padding: 0;
}
.woocommerce #v_account form .form-row input.input-text,
.woocommerce #v_account form .form-row textarea,
.woocommerce #v_account .select2-container--default .select2-selection--single {
    background: transparent !important;
    border: none;
    border-bottom: 1.5px solid var(--color-orange);
    border-radius: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce #v_account form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce #v_account form .form-row textarea::-webkit-input-placeholder {
    opacity: 0;
}
.woocommerce #v_account form .form-row input.input-text::-moz-placeholder,
.woocommerce #v_account form .form-row textarea::-moz-placeholder {
    opacity: 0;
}
.woocommerce #v_account form .form-row input.input-text:-ms-input-placeholder,
.woocommerce #v_account form .form-row textarea:-ms-input-placeholder {
    opacity: 0;
}
.woocommerce #v_account form .form-row input.input-text::-ms-input-placeholder,
.woocommerce #v_account form .form-row textarea::-ms-input-placeholder {
    opacity: 0;
}
.woocommerce #v_account form .form-row input.input-text::placeholder,
.woocommerce #v_account form .form-row textarea::placeholder {
    opacity: 0;
}
/* for field mobile fix */
.woocommerce #v_account form .show-password-input, .woocommerce-page form .show-password-input {
    top: unset;
}
@media ( min-width: 768px) {
    .woocommerce #v_account form .form-row label {
        -webkit-transform: translateY(80%);
        -ms-transform: translateY(80%);
        transform: translateY(80%);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        -o-transition: transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear;
    }
    .woocommerce #v_account form .form-row label.woocommerce-form-login__rememberme {
        display: block;
        margin: 1rem 0;
    }
    .woocommerce #v_account form .form-row label.focus {
        -webkit-transform: translateY(0) scale(0.85);
        -ms-transform: translateY(0) scale(0.85);
        transform: translateY(0) scale(0.85);
    }
    .woocommerce #v_account form .show-password-input,
    .woocommerce-page form .show-password-input {
        top: 0.1rem;
    }
}
/* for field mobile fix end */
.woocommerce #v_account .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.woocommerce #v_account table.shop_table td.product-name {
    vertical-align: top;
}
.woocommerce #v_account table.shop_table tbody tr td.product-thumbnail {
    width: 20%;
}
.woocommerce #v_account table.shop_table tfoot>tr>* {
    border: none;
}
.woocommerce #v_account table.shop_table tfoot>tr.order-total>* {
    border-top: 1.5px solid var(--color-orange);
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce table.my_account_orders {
    border: 1.5px solid transparent;
}

/* END ACCOUNT */
/* WISHLIST */
#yith-wcwl-popup-message {
    display: none !important;
}
.woocommerce .product .yith-wcwl-add-to-wishlist {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    top: 10px;
    right: 10px;
    margin: 0;
    /* border: 1px solid var(--color-orange); */
    border-radius: 0;
}
#yith-quick-view-content .yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, #yith-quick-view-content .yith-wcwl-add-to-wishlist .add_to_wishlist img {
    color: var(--color-orange);
    margin: 0;
}
.summary .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .summary .yith-wcwl-add-button .add_to_wishlist img {
    margin: 0!important;
}
.summary .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg > * {
    stroke: var(--color-orange);
}
.woocommerce .product .yith-wcwl-add-to-wishlist img {
    object-fit: contain;
}
.woocommerce.single-product .summary .yith-wcwl-add-to-wishlist {
    position: relative;
    bottom: 0;
    top: 0;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
    padding: 0rem;
    vertical-align: bottom;
    padding: 0;
    border: 1px solid var(--color-orange);
    border-radius: 8px;
    width: 45px;
    height: 43px;
}
.woocommerce .product .yith-wcwl-add-to-wishlist a>span {
    display: none;
}
.yith-wcwl-add-button .separator,
.yith-wcwl-add-button .view-wishlist {
    display: none !important;
}
.woocommerce .shop_table .product-thumbnail {
    border-right: 1.5px solid var(--color-orange);
}
.woocommerce .product-remove.mobile {
    position: absolute;
    top: -0.5rem;
    right: 0.5rem;
}

/* specifics */
.woocommerce .product .yith-wcwl-add-to-wishlist {
    -webkit-transform: border .25s linear;
    -ms-transform: border .25s linear;
    transform: border .25s linear;
}
.woocommerce .product .yith-wcwl-add-to-wishlist.active {
    border-color: var(--color-white);
}
.woocommerce .product .yith-wcwl-add-button>a i {
    margin: 0;
    -webkit-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
    color: var(--color-white);
    border: none;
}
.woocommerce .product .yith-wcwl-add-to-wishlist i {
    font-size: 1.4rem;
}
.woocommerce .product .summary .yith-wcwl-add-to-wishlist i {
    font-size: 1.2rem;
    /* display: none; */
    color: var(--color-orange);
}
.woocommerce .product .yith-wcwl-add-to-wishlist.active .yith-wcwl-add-button>a i {
    color: var(--color-white);
}

/* .woocommerce .product .yith-wcwl-add-to-wishlist span {
    display: none;
}
.woocommerce .product .yith-wcwl-add-to-wishlist a {
    width: 32px;
    height: 32px;
    display: inline-block;
}
.woocommerce .product .yith-wcwl-add-to-wishlist a::before {
    content: "\f08a";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 2rem;
} */
/* END WISHLIST */
/* SOCIAL SHARE HEATEOR */
.heateor_sss_sharing_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.summary .heateor_sss_sharing_title {
    text-align: left;
    display: inline-block;
    text-transform: uppercase !important;
}
.summary div.heateor_sss_sharing_ul {
    width: auto !important;
    text-align: left;
    display: inline-block;
    margin-left: 1rem !important;
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a svg {
    display: none !important;
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a span {
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.23, 1, 0.320, 1);
    transition: -webkit-transform .4s cubic-bezier(0.23, 1, 0.320, 1);
    -o-transition: transform .4s cubic-bezier(0.23, 1, 0.320, 1);
    transition: transform .4s cubic-bezier(0.23, 1, 0.320, 1);
    transition: transform .4s cubic-bezier(0.23, 1, 0.320, 1), -webkit-transform .4s cubic-bezier(0.23, 1, 0.320, 1);
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:hover span {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a.heateor_sss_facebook span {
    background: url('data:image/svg+xml,%3Csvg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4.36464 0.0976562C2.24167 0.0976562 0.515625 1.8237 0.515625 3.94667V23.1917C0.515625 25.3147 2.24167 27.0407 4.36464 27.0407H10.2705V18.2722H7.09503V13.5692H10.2705V11.5425C10.2705 6.30419 12.64 3.8745 17.7881 3.8745C18.7624 3.8745 20.4463 4.06695 21.1379 4.2594V8.51737C20.7771 8.48129 20.1456 8.45723 19.3577 8.45723C16.8318 8.45723 15.8576 9.41347 15.8576 11.8973V13.5692H20.8853L20.0193 18.2722H15.8515V27.0407H23.6097C25.7327 27.0407 27.4587 25.3147 27.4587 23.1917V3.94667C27.4587 1.8237 25.7327 0.0976562 23.6097 0.0976562H4.36464Z" fill="%23223A5C"/%3E%3C/svg%3E') transparent no-repeat !important;
    background-size: 100% !important;
    border-radius: 0 !important;
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a.heateor_sss_button_pinterest span {
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 27.02"%3E%3Cpath d="m8.09,27H2.93C1.27,27,0,25.74,0,24.08v-12.09c0-3.01,0-6.01,0-9.01C0,1.26,1.25,0,2.98,0h21.13c1.61,0,2.88,1.28,2.89,2.89v21.19c0,1.65-1.26,2.91-2.92,2.92h-14.76c.05-.1.08-.17.12-.23.53-.92,1.04-1.84,1.36-2.86.27-.85.47-1.73.71-2.59.11-.4.21-.8.31-1.2.01-.05.04-.09.07-.16.44.68,1.06,1.08,1.77,1.36.81.31,1.65.36,2.49.24,2.64-.38,4.44-1.9,5.64-4.2.97-1.87,1.34-3.89,1.08-5.98-.34-2.8-1.81-4.9-4.26-6.3-1.42-.81-2.96-1.18-4.59-1.21-1.48-.03-2.94.17-4.33.71-2.69,1.04-4.48,2.93-5.29,5.71-.39,1.34-.49,2.7-.18,4.07.32,1.4.9,2.68,2.01,3.65.24.21.53.38.82.54.28.15.42.08.5-.23.14-.53.27-1.06.4-1.6.04-.16.02-.31-.09-.45-.98-1.36-1.3-2.87-1.01-4.51.3-1.72,1.17-3.09,2.58-4.1.92-.66,1.97-1.02,3.09-1.14,1.13-.13,2.23-.04,3.3.36,1.86.69,3.06,2.01,3.58,3.93.32,1.22.25,2.44.03,3.66-.2,1.11-.59,2.16-1.28,3.07-.59.78-1.33,1.37-2.31,1.61-.69.17-1.38.18-2.03-.17-.9-.48-1.31-1.45-1.02-2.52.28-1.04.61-2.08.9-3.12.17-.63.33-1.26.28-1.92-.05-.61-.25-1.16-.77-1.52-.67-.47-1.38-.42-2.07-.07-.86.44-1.32,1.19-1.54,2.1-.27,1.11-.17,2.2.22,3.28.04.1.05.24.02.34-.46,1.92-.93,3.83-1.38,5.75-.3,1.3-.58,2.6-.5,3.95.03.58.09,1.16.13,1.77h0v-.02Z" style="fill:%23223a5c;"/%3E%3C/svg%3E') transparent no-repeat !important;
    background-size: 100% !important;
    border-radius: 0 !important;
}
/* div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a.heateor_sss_button_instagram span {
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 27"%3E%3Cpath d="m22.56,0H4.44c-1.18,0-2.3.47-3.13,1.3C.47,2.13,0,3.26,0,4.44v18.13c0,1.18.47,2.3,1.3,3.13.83.83,1.96,1.3,3.13,1.3h18.13c1.18,0,2.3-.47,3.13-1.3.83-.83,1.3-1.96,1.3-3.13V4.44c0-1.18-.47-2.3-1.3-3.13-.83-.83-1.96-1.3-3.13-1.3Zm-3.79,8.72c.99.99,1.67,2.26,1.95,3.64.27,1.38.13,2.81-.4,4.11-.54,1.3-1.45,2.41-2.62,3.19-1.17.78-2.54,1.2-3.95,1.2s-2.78-.42-3.95-1.2c-1.17-.78-2.08-1.89-2.62-3.19s-.68-2.73-.4-4.11c.27-1.38.95-2.65,1.95-3.64.66-.66,1.44-1.18,2.31-1.54.86-.36,1.79-.54,2.72-.54s1.86.18,2.72.54c.86.36,1.65.88,2.31,1.54Zm-5.03-3.71c1.73,0,3.42.51,4.85,1.47,1.44.96,2.56,2.32,3.22,3.92.66,1.6.83,3.35.5,5.05-.34,1.69-1.17,3.25-2.39,4.47-1.22,1.22-2.78,2.05-4.47,2.39-1.69.34-3.45.16-5.05-.5-1.6-.66-2.96-1.78-3.92-3.22-.96-1.44-1.47-3.12-1.47-4.85,0-2.32.92-4.54,2.56-6.18,1.64-1.64,3.86-2.56,6.18-2.56Zm9.02-1.91c.38,0,.76.11,1.08.33.32.21.57.52.71.87.15.35.19.74.11,1.12-.07.38-.26.72-.53.99-.27.27-.62.46-.99.53-.38.07-.77.04-1.12-.11-.35-.15-.66-.4-.87-.71-.21-.32-.33-.69-.33-1.08,0-.51.2-1.01.57-1.37.36-.36.86-.57,1.37-.57Z" style="fill:%23223a5c; fill-rule:evenodd;"/%3E%3C/svg%3E') transparent no-repeat !important;
    background-size: 100% !important;
    border-radius: 0 !important;
} */

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a.heateor_sss_button_x span {
    background: url('data:image/svg+xml,%3Csvg width="27" height="28" viewBox="0 0 27 28" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.84901 0.0976562C1.72604 0.0976562 0 1.8237 0 3.94667V23.1917C0 25.3147 1.72604 27.0407 3.84901 27.0407H23.0941C25.2171 27.0407 26.9431 25.3147 26.9431 23.1917V3.94667C26.9431 1.8237 25.2171 0.0976562 23.0941 0.0976562H3.84901ZM21.7169 5.14949L15.4742 12.2822L22.8174 21.9889H17.068L12.5694 16.1011L7.41536 21.9889H4.55868L11.2343 14.357L4.19182 5.14949H10.0856L14.1572 10.5321L18.8602 5.14949H21.7169ZM19.4435 20.2809L9.2256 6.76727H7.52362L17.8558 20.2809H19.4375H19.4435Z" fill="%23223A5C"/%3E%3C/svg%3E') transparent no-repeat !important;
    background-size: 100% !important;
    border-radius: 0 !important;
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a.heateor_sss_button_copy_link span {
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.99 27"%3E%3Cpath d="m0,13.51c0-3.8,0-7.6,0-11.39C0,1.82.06,1.51.16,1.24.48.47,1.08.04,1.93,0,2.23,0,2.53,0,2.83,0h21.85c.38,0,.76,0,1.12.16.75.35,1.14.93,1.18,1.76.01.24.01.49.01.73v22.12c0,.54-.08,1.04-.44,1.47-.43.52-.97.76-1.65.76H1.96c-1.06-.01-1.93-.84-1.94-1.9-.02-1.95-.02-3.89-.02-5.83v-5.76h0Zm11.91-3.42c-.62-.06-1.15.15-1.64.51-.21.15-.41.33-.59.51-1.2,1.2-2.4,2.41-3.6,3.62-.68.68-1.38,1.34-2.02,2.05-.71.78-.95,1.7-.62,2.74.19.58.57,1.03.99,1.45.58.58,1.15,1.18,1.74,1.74.29.27.61.55.97.72,1.1.52,2.34.23,3.26-.7,1.16-1.17,2.33-2.33,3.5-3.5.13-.13.25-.27.34-.42.19-.32.15-.65-.07-.94-.24-.31-.54-.49-.95-.42-.36.06-.58.32-.82.56-1.06,1.08-2.13,2.15-3.19,3.23-.07.07-.14.14-.22.2-.54.46-.97.46-1.48-.04-.67-.67-1.34-1.34-1.99-2.02-.43-.45-.43-.91,0-1.37.16-.18.33-.34.5-.51l5.1-5.1c.54-.54,1.03-.53,1.57,0,.33.32.65.65.99.97.23.21.51.31.83.23.74-.19,1.02-.97.52-1.54-.43-.49-.9-.95-1.4-1.37-.48-.41-1.05-.64-1.7-.58h0l-.02-.02Zm11.72-1.7c0-.84-.18-1.37-.72-1.93-.78-.81-1.58-1.61-2.39-2.39-1.1-1.06-2.92-.88-3.91.14-.87.89-1.75,1.77-2.62,2.66-.37.38-.76.74-1.11,1.13-.5.54-.3,1.28.39,1.53.37.13.69.01.96-.23s.51-.5.76-.75c.98-.99,1.95-1.98,2.94-2.95.51-.5.97-.48,1.48.02.65.65,1.3,1.3,1.95,1.96.07.08.14.16.2.24.23.33.24.68,0,1-.1.14-.22.27-.34.4-1.77,1.78-3.55,3.56-5.33,5.35-.09.09-.19.18-.29.26-.36.27-.72.28-1.08.02-.12-.09-.23-.19-.33-.3-.29-.29-.56-.58-.85-.86-.23-.22-.51-.35-.83-.29-.74.15-1.04,1-.54,1.56.42.46.85.91,1.33,1.31,1.15.96,2.69.88,3.75-.18,1.92-1.91,3.84-3.84,5.76-5.76.54-.55.88-1.19.84-1.93h-.02Z" style="fill:%23223a5c;"/%3E%3C/svg%3E') transparent no-repeat !important;
    background-size: 100% !important;
    border-radius: 0 !important;
}

/* END SOCIAL SHARE HEATEOR */
/* CONTACT */
.wpcf7 {
    max-width: 100%;
}
.wpcf7 .wpcf7-form p {
    margin-bottom: 0;
}
.wpcf7 .wpcf7-form label {
    width: 100%;
    background-color: var(--color-cream);
    padding: 0 16px;
    border-radius: 8px;
}
.layout-contact .wpcf7 .wpcf7-form label {
    padding: 0;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
    width: 100% !important;
    background: var(--color-cream) !important;
    border: none !important;
    border-radius: 0;
    border-bottom: 1px solid #767676 !important;
    color: #9D9D9D !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 1rem;
    font-family: var(--font-b);
    padding: 0 !important;
    margin-top: 0;
}
.layout-contact .wpcf7 input[type=text], .layout-contact .wpcf7 input[type=email], .layout-contact .wpcf7 input[type=tel], .layout-contact .wpcf7 textarea {
    border-bottom: 1px solid #CED3C9 !important;
    padding: 0 0 20px 0 !important;
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 textarea::placeholder {
    color: #9D9D9D;
    font-family: var(--font-b);
}
.layout-contact .wpcf7 input[type=text]::placeholder,
.layout-contact .wpcf7 input[type=email]::placeholder,
.layout-contact .wpcf7 input[type=tel]::placeholder,
.layout-contact .wpcf7 textarea::placeholder {
    color: var(--color-black);
    font-family: var(--font-h);
}
.wpcf7-list-item {
    margin: 0;
}
.btn-send {
    background-color: transparent!important;
    border: none;
    border-bottom: 1px solid!important;
    display: flex;
    padding: 0;
}
.layout-contact .img-container.aspect-ratio {
    aspect-ratio: 1 / 1;
}
.layout-contact .img-container.aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* END CONTACT */
/* GIFT CARD */
.product-type-gift-card > section > div {
    padding-top: 0!important;
}
.product-type-gift-card #section1 > div > .row > div {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.product-type-gift-card #product-gallery, .product-type-gift-card #accordionTabs, .product-type-gift-card .related.products, .product-type-gift-card .product_title, .product-type-gift-card .breadcrumb_back, .product-type-gift-card .heateor_sss_sharing_container {
    display: none !important;
}
.ywgc-design-list .ywgc-preset-image img {
    width: auto;
}
.product-type-gift-card .woo-quantity {
    margin-bottom: 1.5rem;
}
#ywgc-manual-amount, .ywgc-manual-currency-symbol {
    background: transparent !important;
    border: none !important;
    outline: none !important;
}
.gift-card-content-editor.step-appearance .ywgc-design-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#ywgc-manual-amount {
    width: 100%;
}
/* END GIFT CARD */
/* FOOTER */
#wrapper-footer {
    position: relative;
    margin-top: -2px;
}
.footer-logo-container .petal {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--color-orange);
    border-radius: 50%;
    opacity: 0;
    animation: fall 5s infinite, glide 5s infinite, fadeInOut 5s infinite;
}
.petal:nth-child(1) {
    left: 10%;
    animation-delay: 0s;
}
.petal:nth-child(2) {
    left: 80%;
    animation-delay: 1s;
}
.petal:nth-child(3) {
    left: 40%;
    animation-delay: 2s;
}
.petal:nth-child(4) {
    left: 60%;
    animation-delay: 3s;
}
.petal:nth-child(5) {
    left: 30%;
    animation-delay: 4s;
}
@keyframes fall {
    0% {
        top: 10%;
    }
    100% {
        top: 90%;
    }
}
@keyframes glide {
    0%,
    100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(50px);
        /* Amount of left-right movement */
    }
    60% {
        transform: translateX(-75px);
        /* Amount of left-right movement */
    }
}
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.social-icon svg {
    overflow: visible;
}
.social-icon path {
    transform-origin: center;
    transition: fill .5s ease, transform .5s ease;
}
.social-icon:hover path {
    fill: var(--color-orange)!important;
    transform: scale(1.1);
}
.developer {
    color: var(--color-white);
}
.developer:hover {
    color: #D4FF1F;
}
.scrollTop {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-orange);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2231%22%20height%3D%2231%22%20viewBox%3D%220%200%2031%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.4375%2015.5L26.5625%2015.5%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M19.1875%2022.875L26.5625%2015.5L19.1875%208.125%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") transparent no-repeat center;
    background-size: 50%;
    transform: rotate(270deg);
    cursor: pointer;
    transition: transform .5s ease, background .5s ease;
}
.scrollTop:hover {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2231%22%20height%3D%2231%22%20viewBox%3D%220%200%2031%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.4375%2015.5L26.5625%2015.5%22%20stroke%3D%22%23f47e45%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M19.1875%2022.875L26.5625%2015.5L19.1875%208.125%22%20stroke%3D%22%23f47e45%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") var(--color-white) no-repeat center;
    background-size: 50%;
    transform: rotate(270deg) scale(1.2);
}
.footer-list {
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
}
.social-icon > svg {
    width: 29px;
}
.page-id-390 #wrapper-footer {
    background: var(--color-cream);
}
/* .social-icons a img {
    transition: transform .4s cubic-bezier(0.23, 1, 0.320, 1);
}
.social-icons a:hover img {
    transform: translateY(-5px);
} */
/* END FOOTER */
/* QUICK VIEW */
.wishlist-items-wrapper a.button.yith-wcqv-button {
    display: none;
}
.quick-view-button {
    position: absolute;
    z-index: 1;
    bottom: 1.5rem;
    left: 50%;
    border: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#yith-quick-view-modal .yith-wcqv-wrapper {
    width: min(90vw, 90%) !important;
    max-width: 1140px !important;
    /* height: max-content !important; */
    height: 80vh !important;
    overflow: hidden;
}
#yith-quick-view-modal.open .yith-wcqv-main {
    overflow-x: hidden;
    padding: 0;
}
#yith-quick-view-content div.images {
    width: 100%;
    float: none;
    position: relative;
}
#yith-quick-view-content .onsale {
    left: unset;
    right: 10px;
    top: 10px;
}
#yith-quick-view-content .onsale.itsnew.itsnew-right {
    top: 10px;
    right: 0;
}
#yith-quick-view-content div.summary {
    width: 100%;
    padding: 15px 15px 0;
}
#yith-quick-view-close {
    font-size: 2rem;
    width: 2.4rem;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.8rem;
    opacity: 1;
    color: var(--color-orange);
}
/* #yith-quick-view-close span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} */
.yith-wcqv-button,
.woocommerce a.yith-wcqv-button {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--color-white);
    border: 1px solid var(--color-orange);
    border-radius: 8px;
    font-size: 1rem;
    font-family: var(--font-b);
    font-weight: 500;
    line-height: 1.2cap;
    text-align: center;
    text-wrap: nowrap;
    color: var(--color-black);
    padding: 14px auto;
    transition: background .3s, color .3s, width .3s, opacity .3s, visibility .3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
@media (hover: hover) {
    .yith-wcqv-button:hover, .woocommerce a.yith-wcqv-button:hover {
        background: var(--color-orange);
    }
}
.yith-wcqv-button:disabled {
    background: var(--color-green);
    color: var(--color-orange);
}
.yith-wcqv-button.disabled,
.yith-wcqv-button:disabled {
    pointer-events: none;
    background: var(--color-green);
    color: var(--color-orange);
}
.product-white .yith-wcqv-button,
.woocommerce .product-white a.yith-wcqv-button {
    color: var(--color-white);
    border-color: var(--color-white);
}
.product-white .yith-wcqv-button:hover,
.woocommerce .product-white a.yith-wcqv-button:hover {
    color: var(--color-orange);
    background: var(--color-white);
}
.yith-wcqv-button>div {
    display: none !important;
}
#yith-quick-view-content .product_meta {
    display: none;
}
#yith-quick-view-modal .product .img-container.feat_img {
    height: 100%;
    aspect-ratio: auto;
}
#yith-quick-view-modal .product .img-container.feat_img img {
    object-fit: cover;
}
/* END QUICK VIEW */
/* GOOGLE REVIEWS */
.wp-gr .grw-review .wp-google-left {
    text-align: center !important;
}
#g-reviews .wp-gr.wpac a.wp-google-name {
    color: #000000 !important;
    text-transform: uppercase !important;
}
.wp-gr.wpac .wp-google-left img {
    display: none !important;
}

span.wp-stars {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.wp-gr .wp-star svg path {
    fill: var(--color-orange);
}
.wp-gr .grw-review .wp-google-feedback {
    text-align: center !important;
    margin-top: 2rem !important;
}
#g-reviews .wp-gr .grw-dot.active {
    background: #000000 !important;
}
#g-reviews .wp-gr .grw-btns {
    border: 1px solid var(--color-orange) !important;
    height: 38px !important;
    width: 38px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.wp-gr .grw-btns svg {
    width: 1.5rem;
}
.wp-gr .grw-btns.grw-prev {
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.wp-gr .grw-btns.grw-next {
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}
/* END GOOGLE REVIEWS */
/* MEDIA Qs */
@media (min-width: 576px) {
    .modal-dialog {
        width: 1200px;
        max-width: 100%;
        margin: 1.75rem auto;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .intro-popup {
        right: 3rem;
        height: 250px;
    }

    /* #smooth-content {
        mix-blend-mode: color;
    } */
    .col-split-lg-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .xmargin {
        margin-left: calc(0rem + ((1vw - 0.62rem) * 19.3966));
        /* 60 - 180px */
        margin-right: calc(0rem + ((1vw - 0.62rem) * 19.3966));
        /* 60 - 180px */
    }

    .xmargin-l {
        margin-left: calc(0rem + ((1vw - 0.62rem) * 19.3966));
        /* 60 - 180px */
    }

    .xmargin-r {
        margin-right: calc(0rem + ((1vw - 0.62rem) * 19.3966));
        /* 60 - 180px */
    }

    .brd-lg-r {
        border-right: 1px solid var(--color-white);
    }

    /* .vcarousel-item.product {
        width: 25%;
    } */
    #collapseFilters {
        position: relative;
    }

    #collapseFilters h5 {
        pointer-events: none;
    }

    #yith-quick-view-modal .yith-wcqv-wrapper {
        height: -webkit-max-content !important;
        height: -moz-max-content !important;
        height: max-content !important;
    }

    /* VIRTUS CART */
    .woocommerce-cart .cart img {
        width: 50%;
    }

    .woocommerce .shop_table .product-thumbnail {
        border-right: none;
    }

    /* END VIRTUS CART */
}
/* POLICY TEMPLATE */
.the_content h6 .the_content h5,
.the_content h4 .the_content h3 .the_content h2 .the_content h1 {
    font-size: calc(1.375rem +((1vw - 0.225rem)* 0.2564));
    line-height: 1.4;
    margin: 3rem 0;
}
.the_content p {
    margin-bottom: 1rem;
}
.the_content ul {
    list-style: inside;
}
.the_content img{
    border-radius: 8px;
}
.wp-block-table td,.wp-block-table th {
    border: none;
    padding: .5em
}
.table-bordered>:not(caption)>*, .wp-block-table table>:not(caption)>* {
    border: none;
}
figure.wp-block-table {
    padding: 100px 0;
    margin: 0;
}
/* POLICY TEMPLATE */
/* BLOG */
.blog .ratio63{
    padding-bottom: 63.25%;
    width: 100%;
    height: 100%;
}

.blog .ratio63 img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.blog .content{
    border-radius: 8px;
}
@media (min-width: 1200px){
    .blog .gutter-15{
        --vs-gutter-x: 15px;
    }
    .blog .content{
        max-width: calc(22.35rem + ((1vw - 0.75rem) * 20)); /* 380 - 500 */
    }
}
@media(min-width: 1900px){
    .blog .content{
        max-width: 500px;
    }
}
.rotate {
    transform: rotate(180deg);
    position: absolute;
}
.round-corner {
    border-radius: 8px;
}
/* END BLOG */
.r180{
    transform: rotate(180deg);
}

