html {
    scroll-behavior: auto !important;
    --pt-calc: 0px;
}
.pt-calc {
    padding-top: var(--pt-calc, 0px);
}
/* FONTS */
html {
    --font-h: 'neutraface_2_text_greekdemi';
    --font-b: 'neutraface_2_text_greekbook';
    --font-b-ita: 'neutraface_2_text_greekBkIt';
    --font-bold: 'neutraface_2_text_greekbold';
}
body, .font-b {
    font-family: var(--font-b);
    font-kerning: none;
}
.font-h {
    font-family: var(--font-h);
    font-kerning: none;
}
.font-ita {
    font-family: var(--font-b-ita);
    font-kerning: none;
}
.font-bold {
    font-family: var(--font-bold);
    font-kerning: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-kerning: none;
    text-rendering: optimizeLegibility;
}
.big-1 {
    font-size: calc(2.125rem + ((1vw - 0.225rem) * 8.4615)); /* 34 - 190 */
    line-height: 1.15;
}
h1, .h1,
h2, .h2 {
    font-size: calc(3.125rem + ((1vw - 0.225rem) * 3.8462)); /* 50 - 110 */
    line-height: 1;
}
h3, .h3 {
    font-size: calc(2.375rem + ((1vw - 0.225rem) * 1.4103)); /* 38 - 60 */
    line-height: 1.3;
}
h4, .h4 {
    font-size: calc(2.375rem + ((1vw - 0.225rem) * 1.0256)); /* 38 - 54 */
}
h4.absolute-title {
    font-size: calc(1.625rem + ((1vw - 0.225rem) * 1.7949)); /* 26 - 54 */
}
h5, .h5 {
    font-size: calc(1.875rem + ((1vw - 0.225rem) * 0.3205)); /* 30 - 35 */
    line-height: 1.4;
}
h5.absolute-title {
    font-size: calc(1.625rem + ((1vw - 0.225rem) * 0.5769)); /* 26 - 35 */
}
h6, .h6 {
    font-size: calc(1.125rem + ((1vw - 0.225rem) * 0.5128)); /* 18 - 26 */
    line-height: 2cap;
}
.h6-s {
    font-size: 1.25rem; /* 20 */
}
body, p, label, .p-def {
    font-size: 1.25rem; /* 20 */
    margin-bottom: 0;
    line-height: 1.4;
}
.p-small {
    font-size: 1rem; /* 16 */
    line-height: 2;
}
.p-small-lh1 {
    font-size: 1rem; /* 16 */
    line-height: 1.4;
}
body.single-post p {
    margin-bottom: 1rem;
}
pre {
    font-size: inherit;
    overflow: unset;
    text-wrap: wrap;
    line-height: inherit;
    font-family: inherit;
}
/* END FONTS */
/* COLORS */
html {
    --color-black: #000809;
    --color-grey: #F0F0F0;
    --color-white: #ffffff;
    --color-orange: #FF893E;
    --color-cream: #EFEADF;
    --color-lgray: #EFEFEF;
    --color-wgray: #F5F4F2;
}
body {
    background-color: var(--color-white);
}
.color-black {
    color: var(--color-black);
}
.color-white {
    color: var(--color-white);
}
.color-orange {
    color: var(--color-orange);
}
.bg-orange {
    background: var(--color-orange);
}
.bg-cream {
    background: var(--color-cream);
}
.bg-grey {
    background: var(--color-grey);
}
.bg-lgray {
    background: var(--color-lgray);
}
.bg-wgray {
    background: var(--color-wgray);
}
/* END COLORS */
/* SCROLLBARS */
body {
    overflow: hidden;
}
html, body, .site {
	scrollbar-width: thin;
	scrollbar-color: var(--color-orange) transparent;
    overflow-x: hidden;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: transparent;
}
::-webkit-scrollbar-thumb {
	background-color: var(--color-orange);
	border-radius: 6px;
	border: 3px solid transparent;
}
/* END SCROLLBARS */
/* SELECTIONS */
::-moz-selection {
    color: var(--color-white);
    background: var(--color-orange);
}
::selection {
    color: var(--color-white);
    background: var(--color-orange);
}
/* END SELECTIONS */
/* GENERAL */
:root {
    --bs-gutter-x: 20px;
}
.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;
}
.pos-rel, section {
    position: relative;
}
@media (max-width: 768px) {
    .row-g-m {
        row-gap: 15px;
    }
}
.b-sp-s {
    padding-bottom: 150px;
}
.b-sp-m {
    padding-bottom: 100px;
}
@media (min-width:768px) {
    .b-sp-s {
        padding-bottom: 150px;
    }
    .b-sp-m {
        padding-bottom: 200px;
    }
}
@media (min-width: 1200px) {
    .b-sp-s {
        padding-bottom: 200px;
    }
    .b-sp-m {
        padding-bottom: 300px;
    }
}
@media (min-width: 1800px) {
    .justify-content-fhd-center {
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .offset-lg-0 {
        margin-left: 0 !important;
    }
}
.underline-orange {
    position: relative;
}
.underline-orange::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 4px;
    background: var(--color-orange);
}
.img-container {
    position: relative;
    overflow: hidden;
}
.img-container.circle {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 100%;

}
.img-container img {
    width: 100%;
}
.img-container.h-75 img,
.img-container.h-100 img {
    height: 100%;
    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;
}
.img-cover {
    object-fit: cover;
}
.img-contain {
    object-fit: contain;
}
.brd-t {
    border-top: 1.5px solid var(--color-black);
}
.brd-b {
    border-bottom: 1.5px solid var(--color-black);
}
.brd-l {
    border-left: 1.5px solid var(--color-black);
}
.brd-r {
    border-right: 1.5px solid var(--color-black);
}
.col-split-2 {
    column-count: 2;
}
a {
    color: var(--color-black);
    text-decoration: none;
    outline: none!important;
    box-shadow: none!important;
    transition: color .5s linear;
}
a:hover {
    color: var(--color-orange);
}
.link {
    display: inline-block;
    color: var(--color-black);
    font-size: 1rem;
    /* text-decoration: underline; */
    position: relative;
    font-family: var(--font-h);
    pointer-events: all;
}
.link::after {
    content: '';
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-orange);
}
.link-underline {
    line-height: 2;
}
button.link {
    background: transparent;
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
    padding: 0;
    font-size: 1.125rem;
    text-transform: uppercase;
}
.btn-buy,
.woocommerce a.btn-buy,
.single-product .summary input.button {
    width: auto;
    display: inline-flex;
    align-items: center;
    background: var(--color-black);
    border: 1.5px solid var(--color-black);
    border-radius: 3rem;
    font-size: calc(1rem + ((1vw - 0.225rem) * 0.3846)); /* 16 - 22 */
    font-family: var(--font-b);
    font-weight: 100;
    text-wrap: nowrap;
    color: var(--color-white);
    padding: 1rem calc(1.5rem + ((1vw - 0.225rem) * 1.0256));
    transition: background .5s, color .5s, width .5s;
    transition-timing-function: linear;
}
.single-product .summary input.button {
    margin-top: 1rem;
}
.btn-buy:hover,
.woocommerce a.btn-buy:hover,
.single-product .summary input.button:hover {
    color: var(--color-black);
    background: var(--color-white);
}
.btn-buy svg {
    height: calc(1.4rem + ((1vw - 0.225rem) * 0.6154));
    max-width: 50%;
    width: auto;
}
.btn-buy svg path {
    fill: var(--color-white);
    transition: fill .5s linear;
}
.btn-buy:hover svg path {
    fill: var(--color-black);
}
.btn-buy:disabled {
    background: var(--color-grey);
    color: var(--color-black);
}
.btn-buy.disabled,
.btn-buy:disabled {
    pointer-events: none;
    background: var(--color-grey);
    color: var(--color-black);
}
.btn-buy.disabled svg path,
.btn-buy:disabled svg path {
    fill: var(--color-black);
}
.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;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        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-buy::after {
    display: none!important;
} */
.btn-circle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: calc(1.125rem + ((1vw - 0.225rem) * 0.1282)); /* 18 - 20 */
    text-align: center;
    text-decoration: underline;
    color: var(--color-black)!important;
    width: calc(14.625rem + ((1vw - 0.225rem) * 1.0256));
    height: calc(14.625rem + ((1vw - 0.225rem) * 1.0256));
}
.btn-circle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px dotted var(--color-orange);
    border-radius: 50%;
    animation: btn-border-rotate 60s linear infinite;
    animation-play-state: paused;
}
.btn-circle:hover::before {
    animation-play-state: running;
}
@keyframes btn-border-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.btn-main, #page .woocommerce-Button, .woocommerce #review_form #respond .form-submit input {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--color-black);
    color: var(--color-white);
    font-size: calc(1rem + ((1vw - 0.225rem) * 0.2564));
    text-align: center;
    text-decoration: underline;
    padding: 1.8rem 2.4rem;
    border: 2px solid var(--color-black)!important;
    transition: color .5s, background .5s;
    transition-timing-function: linear;
}
.btn-main:disabled,
#page .woocommerce-Button:disabled {
    opacity: 0.5;
}
.btn-main:hover, #page .woocommerce-Button:hover, .woocommerce #review_form #respond .form-submit input:hover {
    background: transparent;
    color: var(--color-black);
}
.btn-rounded {
    font-size: 1.125rem;
    font-family: var(--font-bold);
    background: transparent;
    border: 1.5px solid var(--color-black);
    border-radius: 3rem;
    padding: 1.6rem 4.4rem;
    transition: color .5s, background .5s;
    transition-timing-function: linear;
}
.btn-rounded:hover {
    background: var(--color-black);
    color: var(--color-white);
}
.btn-rounded.orange:hover {
    background: var(--color-black);
    color: var(--color-orange);
}
.offcanvas-backdrop {
    background-color: transparent;
    backdrop-filter: blur(5px);
}
.offcanvas-backdrop.show {
    opacity: 1;
}
.search-item {
    border: 1.5px solid var(--color-black);
    padding: 0.5rem 1.5rem;
    display: inline-block;
}
.lh-normal {
    line-height: normal;
}
.overflow-x-auto {
    overflow-x: auto;
}
.aspect-ratio-search {
    aspect-ratio: 476 / 318;
}
/* END GENERAL */
/* Shop page */
.woocommerce-shop.woocommerce.woocommerce-page {
    background: var(--color-cream);
}
/* 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; */
}
.vcarousel-container.nobrd::before,
.vcarousel-container.nobrd::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: var(--color-white);
    top: 0;
    z-index: 2;
}
.vcarousel-container.nobrd::before {
    left: 0;
}
.vcarousel-container.nobrd::after {
    right: 0;
}
.vcarousel-item {
    position: relative;
    margin: 0;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}
/* .vcarousel-item.product {
    width: 80%;
} */
/* .vcarousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.vcarousel-bullet-counter {
    position: absolute;
    display: inline-block;
    bottom: 3%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.award-carousel .vcarousel-bullet-counter {
    width: 100%;
}
.vcarousel-bullet-counter .counter-bullet {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1.5px solid var(--color-black);
    border-radius: 100%;
}
.vcarousel-bullet-counter .counter-bullet.active {
    background: var(--color-black);
}
.vcarousel-index {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    margin-right: 0.5rem;
    cursor: pointer;
}
.vcarousel-index img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flickity-page-dots {
    z-index: 1;
    bottom: -30px ;
}
.flickity-page-dots .dot {
    width: 1rem;
    height: 1rem;
    border: 1.5px solid var(--color-black) !important;
    border-radius: 100%;
    margin: 0 5px;
    opacity: 1;
    background: transparent;
}
.flickity-page-dots .dot.is-selected {
    background: var(--color-black);
    opacity: 1;
}
/* END VCarousel */
/* VSlider */
.vslider-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.vslider-container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
}
.vslider-item {
    position: relative;
    flex-shrink: 0;
    padding: 20px;
}
.vslider-item .img-container {
    /* width: 60%; */
}
/* END VSlider */
/* HEADER */
#wrapper-navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: var(--color-white);
    transition: background .5s linear;
}
#wrapper-navbar.open {
    background: transparent;
}
#wrapper-navbar.open .container-fluid > div > *:not(#menu-button) {
    opacity: 0;
    visibility: hidden;
}
.navbar {
    padding: 0;
}
.sitelogo {
    max-width: 100%;
    display: inline-block;
}
.header-icon-list, .header-link-list {
    list-style: none;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.header-icon-list li:is(.icon-list-item) {
    margin-left: 0.7rem;
    height: 24px;
}
.header-icon-list li a:not(.dropdown-item) {
    display: inline-flex;
    align-items: center;
    /* width: calc(1.5rem + ((1vw - 0.225rem) * 0.5692)); */
    text-align: center;
    /* max-height: calc(1.25rem + ((1vw - 0.225rem) * 0.8718)); */
    height: 24px;
}
.header-icon-list li a:not(.dropdown-item) * {
    width: auto;
    height: 100%;
}
.header-link-list li a {
    display: inline-block;
}
.header-link-list li a.social-icon {
    will-change: transform;
    transition: transform .5s linear;
}
.header-link-list li a.social-icon:hover {
    transform: scale(0.9);
}
.header-link-list li a.social-icon svg {
    height: 2rem;
    display: inline-block;
}
#wrapper-navbar:not(.open) .lang-mob {
    display: none;
}
#wrapper-navbar.open .lang-mob {
    display: block;
    position: absolute;
}
#wrapper-navbar.open .lang-mob .lang-item {
    opacity: 1 !important;
    visibility: visible !important;
    list-style: none;
}
.dropstart .dropdown-toggle::before {
    display: none;
}
.icon-list-item .dropdown-menu {
    border: 1.5px solid var(--color-black);
    font-family: var(--font-h);
}
.icon-list-item .dropdown-divider {
    border-top: 1.5px solid var(--color-black);
    opacity: 1;
}
.icon-list-item .dropdown-item.active {
    background: #e9ecef;
    color: var(--color-black);
}
.cart-contents {
    position: relative;
}
.cart-contents svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cart-contents-count {
    background: transparent;
    font-size: 1rem;
    color: var(--color-black);
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    top: -15px;
    right: -10px;
    position: absolute;
}
/* menu button */
#menu-button {
    position: relative;
    width: calc(3.375rem + ((1vw - 0.225rem) * 0.3846)); /* 60 - 54 */
    height: 32px;
    background: transparent;
    border: none;
    outline: none!important;
    box-shadow: none!important;
}
#menu-button .menu-button-inner, #menu-button .menu-button-inner::before, #menu-button .menu-button-inner::after {
    height: 2px;
    width: calc(3.375rem + ((1vw - 0.225rem) * 0.3846)); /* 60 - 54 */
    background-color: var(--color-black);
    position: absolute;
    left: 0;
    transition-duration: 0.5s;
}
.menu-button-inner {
    top: 15px;
    transition: background-color .5s;
}
.menu-button-inner:before {
    content: "";
    top: -10px;
}
.menu-button-inner:after {
    content: "";
    top: 10px;
}
.menu-button-inner::before, .menu-button-inner::after {
    transition: background-color .5s, transform 0.5s, top 0.5s 0.5s;
}
#menu-button .menu-button-inner {
    transition-duration: 0.5s;
    /* transition-delay: 0.5s; */
}
#menu-button.open .menu-button-inner {
    transition-duration: 0.1s;
    transition-delay: 0.5s;
    background: transparent;
}
#menu-button.open .menu-button-inner::before {
    background-color: var(--color-black);
    transition: background-color .5s, top 0.5s, transform 0.5s 0.5s;
    top: 0px;
    transform: rotateZ(-45deg);
}
#menu-button.open .menu-button-inner::after {
    background-color: var(--color-black);
    transition: background-color .5s, top 0.5s, transform 0.5s 0.5s;
    top: 0px;
    transform: rotateZ(45deg);
}
@media (hover: hover) {
    #menu-button.open:hover .menu-button-inner::before, #menu-button.open:hover .menu-button-inner::after {
        background-color: var(--color-white);
    }
    #menu-button:hover:not(.open) .menu-button-inner, #menu-button:hover .menu-button-inner::before, #menu-button:hover .menu-button-inner::after {
        background-color: var(--color-orange);
    }
}
/* END HEADER */
/* MENU WRAPPER */
#offcanvasMenu {
    max-width: 100%;
    width: 100%;
    background: var(--color-orange);
}
@media(min-width: 992px) {
    #offcanvasMenu {
        width: 50vw;
    }
}
#navbarNavDropdown {
    position: relative;
    top: 0;
    display: block;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
#navbarNavDropdown::-webkit-scrollbar {
	width: 10px;
}
#navbarNavDropdown::-webkit-scrollbar-track {
	background: transparent;
}
#navbarNavDropdown::-webkit-scrollbar-thumb {
	background-color: var(--color-black);
	border-radius: 6px;
	border: 3px solid transparent;
}
/* .navbar-nav {
    margin: 0 auto;
    height: 100%;
    overflow-y: scroll;
} */
.navbar-nav::-webkit-scrollbar-track {
	background: transparent;
}
.navbar-nav::-webkit-scrollbar-thumb {
	background-color: var(--color-black);
}
.navbar-nav .menu-item {
    margin-bottom: calc(1.5rem + ((1vw - 0.225rem) * 1.5385));
}
.navbar-nav .menu-item.menu-item-has-children {
    margin-bottom: calc(1rem + ((1vw - 0.225rem) * 0.5128));
}
.navbar-nav .menu-item .nav-link {
    display: inline-block;
    padding: 0rem;
    font-family: var(--font-h);
    font-size: calc(2rem + ((1vw - 0.225rem) * 0.5128));; /* 32 - 40 */
    color: var(--color-black);
    line-height: 1.1;
    transition: color .5s cubic-bezier(0.23, 1, 0.320, 1);
}
.navbar-nav .menu-item.menu-item-has-children .nav-link {
    margin-bottom: calc(1rem + ((1vw - 0.225rem) * 0.5128));
}
.navbar-nav .menu-item .nav-link:hover {
    color: var(--color-white);
}
#offcanvasMenu .dropdown-menu {
    position: relative!important;
    /* display: block!important; */
    transform: none!important;
    background: transparent;
    border: none;
    padding: 0;
    padding-inline-start: 0;
}
#offcanvasMenu .dropdown-menu .menu-item {
    margin-bottom: 1rem;
}
#offcanvasMenu .dropdown-item {
    padding: 0;
    font-size: 1.25rem; /* 20 */
    font-family: var(--font-h);
    color: var(--color-black);
    transition: color .5s cubic-bezier(0.23, 1, 0.320, 1);;
}
#offcanvasMenu .dropdown-item:hover {
    background: transparent;
    color: var(--color-white);
}
/* END MENU WRAPPER */
/* WOOCOMMERCE */
.woocommerce span.onsale {
    left: unset;
    right: 1rem;
    top: 1rem;
    background: transparent;
    color: var(--color-black);
    min-height: auto;
    min-width: auto;
    line-height: 1.2;
    font-family: var(--font-bold);
    text-transform: uppercase;
}
.woocommerce span.onsale.itsnew {
    top: 1rem;
    left: 1rem;
    right: unset;
}
.woocommerce-variation-radio-buttons {
    display: inline-flex;
    flex-direction: column;
    align-items: 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-black);
}
.woocommerce div.product div.summary {
    width: 100%;
    float: unset!important;
}
@media (max-width: 767px) {
    .custom-attr-container {
        max-width: 20%;
        padding: 0 10px !important;
    }
}
@media (min-width: 768px) {
    .custom-attr-container {
        max-width:  12.5%;
    }
}
@media (min-width: 992px) {
    .custom-attr-container {
        max-width: 25%;
    }
}
@media (min-width: 1200px) {
    .custom-attr-container {
        max-width:  12.5%;
    }
}

.woocommerce div.product form.cart .variations select {
    margin: 0;
    border: none;
    width: auto;
    /* width: 50%; */
    min-width: unset;
    outline: none!important;
    box-shadow: none!important;
}
.woocommerce div.product span.price {
    color: inherit;
    font-size: inherit;
}
ins {
    text-decoration: none;
}
.variation-seperator {
    width: 100%;
    border-bottom: 1px solid var(--color-black);
    margin: 20px 0;
}
@media (min-width: 768px) {
    .variation-seperator {
        height: 5rem;
        width: 2px;
        border-right: 1px solid var(--color-black);
        border-bottom: none;
        margin: 0 1.5rem;
    }
}
@media (min-width: 992px) {
    .variation-seperator {
        width: 100%;
        height: unset;
        border-right: none;
        border-bottom: 1px solid var(--color-black);
        margin: 20px 0;
    }
}
@media (min-width: 1200px) {
        .variation-seperator {
        height: 5rem;
        width: 2px;
        border-right: 1px solid var(--color-black);
        border-bottom: none;
        margin: 0 3rem;
    }
}
.woocommerce .variations .woo-quantity .input-group {
    justify-content: center;
}
.woocommerce .btn-quant {
    background: transparent;
    border: none;
    padding: 0;
    outline: none!important;
}
.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;
    flex: 0 0 auto;
    background: transparent;
}
.woocommerce a.added_to_cart {
    display: none!important;
}
#accordionTabs.accordion-flush .accordion-item .accordion-button {
    outline: none!important;
    box-shadow: none!important;
    padding-left: 0;
    padding-right: 0;
}
.process_page .accordion-button:not(.collapsed)::after,
.product-info .accordion-button:not(.collapsed)::after,
.layout-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#accordionTabs.accordion-flush .accordion-button:not(.collapsed) {
    color: var(--color-black);
    background: transparent;
}
.accordion-item {
    border-bottom: 1.5px solid var(--color-black);
    background: transparent;
}
#accordionTabs.accordion-flush .accordion-item:first-child {
    border-top: 1.5px solid var(--color-black);
}
#accordionTabs.accordion-flush .accordion-item:last-child {
    border-bottom: 1.5px solid var(--color-black);
}
/* #awardsCarousel .vcarousel-container::before,
#awardsCarousel .vcarousel-container::after {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background: var(--color-white);
    z-index: 1;
}
#awardsCarousel .vcarousel-container::after {
    left: unset;
    right: 0;
} */
#awardsCarousel .vcarousel-f::after {
    content: '';
    border-right: 4px solid var(--color-white);
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0px;
}
#awardsCarousel .award-container {
    min-height: 100%;
    transition: background .3s linear;
}
#awardsCarousel .award-container.is-selected {
    background: var(--color-lgray);
}
#awardsCarousel .award-container .award-img {
    aspect-ratio: 1 / 1;
    position: relative;
    margin: auto;
    max-width: 150px;
}
#awardsCarousel .award-container .award-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.award-container svg {
    position: absolute;
    width: 1.8rem;
    bottom: 2%;
    left: calc(50% - 0.9rem);
    opacity: 0;
}
@media (min-width: 768px) {
    .award-container svg {
        bottom: 3%;
    }
}
.award-container:not([aria-expanded="false"]) svg {
    opacity: 1;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-size: 1.4rem;
}
.woocommerce .facetwp-checkbox {
    position: relative;
    background: none!important;
    margin-bottom: 1rem;
    padding-left: 26px;
    font-size: calc(1.125rem + ((1vw - 0.225rem) * 0.5128)); /* 18 - 26 */
}
.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%;
    transform: translateX(-50%);
}
.woocommerce #reviews .carousel-item.active {
    visibility: visible;
    transition: transform .6s ease-in-out, visibility .5s 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-black);
}
.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-checkbox::before {
    content: '';
    position: absolute;
    top: calc(50% - 0.5625rem);
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    border: 1.5px solid var(--color-black);
}
.woocommerce .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-black);
}
.woocommerce .facetwp-counter {
    display: none!important;
}
.woocommerce-products-header {
    z-index: 99;
}
/* #collapseFilters {
    position: absolute;
    top: 100%;
    left: 0;
} */
.woocommerce #collapseFilters .collapsing,
.woocommerce #collapseFilters .collapse.show {
    display: inline-block;
}
.btn-filters {
    background: transparent!important;
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
}
.facetwp-facet {
    margin-bottom: 0 !important;
}
.woocommerce .facetwp-facet.facetwp-type-pager {
    padding-bottom: 5rem;
    text-align: center;
}
.woocommerce .facetwp-page {
    min-width: 3rem;
    min-height: 3rem;
    padding: 0 0 0.25rem;
    margin: 0 0.5rem;
    text-wrap: nowrap;
    border: 1.5px solid var(--color-black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background 0.5s ease-out;
}
.woocommerce .facetwp-page:hover,
.woocommerce .facetwp-page.active {
    font-weight: initial;
    background: var(--color-orange);
    color: var(--color-black);
}
.woocommerce .facetwp-page.prev,
.woocommerce .facetwp-page.next {
    padding: 0 0.5rem 0.25rem;
}
/* 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;
    transform: translate(0%, -100%);
    min-width: 20rem;
    width: auto;
    height: fit-content;
    top: unset;
    left: unset;
    top: 100vh;
    right: 0;
}
.toast {
    width: auto;
    max-width: unset;
    background: var(--color-orange);
    padding: 1rem;
}
.toast.show {
    display: block;
    z-index: 99999;
    position: fixed;
    top: 50vh;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
    .toast.show {
        width: auto;
    }
}
.toast-header {
    background: transparent;
    border-bottom: 1.5px solid var(--color-black);
    margin-bottom: 3rem;
    padding: 0 0 1.5rem;
    justify-content: space-between;
}
/* END NOTICES */
/* 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 .widget_shopping_cart_content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow-y: auto;
}
#offcanvasBasket .btn-close {
    opacity: 1;
    box-shadow: none!important;
    outline: none!important;
}
.btn-close:focus {
    box-shadow: none!important;
}
#offcanvasBasket .offcanvas-body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    overflow-y: auto;
    /* padding-bottom: 10rem; */
}
#offcanvasBasket .cart-item-img img {
    width: 100%;
    display: block;
    float: unset;
    margin: 0;
}
#offcanvasBasket .cart-item-title {
    color: var(--color-black);
    display: block;
    font-weight: 400;
}
#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-black);
    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-black);
}
#offcanvasBasket .remove_from_cart_button {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding-bottom: 2.5px;
    color: var(--color-black)!important;
    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: inline-flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 300;
    border-top: 1.5px solid var(--color-black);
    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: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .vc-mini-cart-count-price .woo-quantity {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .vc-mini-cart-count-price .input-group {
        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: 1rem!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;
    flex: 0 0 auto;
}
.coupon-list {
    list-style: none;
    padding-inline-start: 0;
}
.coupon-list li {
    display: flex;
    justify-content: space-between;
    background: #f7f7f785;
    padding: 0.5rem 1rem;
    border: 1px solid var(--color-black);
    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;
    box-shadow: none!important;
    padding: 0;
    font-family: var(--font-h);
    font-size: calc(1.5rem + ((1vw - 0.225rem) * 1.0256));
    line-height: 0;
    color: var(--color-black);
    text-transform: uppercase;
    transition: color .5s linear;
}
button.remove-coupon:hover {
    color: red;
}
.shipping-progress-container .progress {
    position: relative;
    height: 1.5rem;
    font-size: 1rem;
    border-radius: 0;
}
.shipping-progress-container .progress-bar {
    background-color: var(--color-orange);
    color: var(--color-black);
    font-weight: 700;
}
.shipping-progress-container .progress-bar.completed {
    background-color: #94db9a;
}
.woocommerce-cart #coupon_code.input-text {
    width: 20rem!important;
    background: transparent!important;
    color: var(--color-black)!important;
    border: none!important;
    border-bottom: 1.5px solid var(--color-black)!important;
    border-radius: 0;
    outline: none!important;
    box-shadow: none!important;
}
.btn-main.wc-forward {
    max-width: 48%;
    width: 100%;
}
@media (min-width: 768px) {
    .btn-main.wc-forward {
        width: auto;
    }
}
.btn-main.inactive {
    display: none;
}
/* END MINI CART */
/* VIRTUS CART */
.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-black);
    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: 1rem;
}
.woocommerce-cart .cart .quant_label {
    display: none!important;
}
.woocommerce-cart .shop_table .product-thumbnail {
    border-right: 1.5px solid var(--color-black);
}
.woocommerce .shop_table .product-quantity .woo-quantity {
    margin: 0!important;
}
.woocommerce .shop_table .cart_item {
    border-bottom: 1.5px solid var(--color-black);
}
.woocommerce ul#shipping_method li {
    margin: 0 0 1rem;
}
.woocommerce ul#shipping_method li input {
    width: 20px;
    height: 20px
}
.wpccl-btn-wrapper .wpccl-btn {
    margin-top: 1rem;
    display: block;
}
.featherlight:last-of-type {
    background: rgb(151 151 151 / 80%);
    backdrop-filter: blur(3px);
}
.wpccl-featherlight .featherlight-content {
    padding: 2rem;
}
.featherlight .featherlight-close-icon {
    top: 0.5rem !important;
    right: 0.5rem !important;
}
/* END VIRTUS CART */
/* HOMEPAGE */
.intro-container-b {
    position: relative;
    border-radius: 11px;
    margin: 30px;
}
.intro-container-b-mob {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    padding: 20px 0;
}
.img-container.intro-mobile {
    position: relative;
    aspect-ratio: 1 / 1;
}
.intro-container-b-mob img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .intro-container-b-mob {
        width: 80%;
        padding: 0;
    }
    .intro-container-b-mob img {
        border-radius: 10px 0 0 10px;
    }
    .img-container.intro-mobile {
        aspect-ratio: unset;
    }
}
@media (min-width: 1200px) {
    .img-container.intro-mobile {
        overflow: initial;
        position: absolute;
        /* bottom: -1.5rem; */
        overflow: hidden;
        height: 100%;
    }
}

.img-container.intro-mobile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.feat_product-img img {
    height: 100%;
    object-fit: contain;
    max-height: 20rem;
}
/* .testimonials {
    background: var(--color-white);
} */


@media (max-width: 768px) {
    .ti-widget.ti-goog .ti-controls-line {
        display:block !important
    }
}

/* .testimonials::after {
    content: '';
    border-right: 1.5px solid var(--color-grey);
    position: absolute;
    right: 0;
    width: 2px;
    height: 100%;
} */
/* Plugin for Google Reviews */
/* .wp-gr .grw-slider .grw-slider-content-inner::before,
.wp-gr .grw-slider .grw-slider-content-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 33.33%;
    width: 1.5px;
    height: 100%;
    background: var(--color-black);
}
.wp-gr .grw-slider .grw-slider-content-inner::after {
    left: 66.66%;
} */
.wp-gr .grw-slider .grw-slider-reviews {
    padding: 0!important;
    margin: 0!important;
}
.wp-gr .grw-slider .grw-slider-review {
    flex: 0 0 100%;
    padding: 3rem 3rem 0!important;
    text-align: center!important;
    font-size: 1rem!important;
}
.wp-gr.wpac .wp-google-left img {
    float: unset!important;
    display: block;
    margin: 0 auto 1rem 0 !important;
}
.wp-gr.wpac a.wp-google-name {
    color: var(--color-black)!important;
    font-size: 22px !important;
}
.wp-gr .wp-google-text {
    font-size: 1.25rem!important;
    font-family: var(--font-b)!important;
}
.wp-gr .grw-slider .grw-slider-dots {
    transform: translate(-50%,100%)!important;
}
/* .wp-gr .grw-slider .grw-slider-btns.grw-slider-prev {
    transform: translateX(-100%);
}
.wp-gr .grw-slider .grw-slider-btns.grw-slider-next {
    transform: translateX(100%);
} */
.wp-gr .grw-slider .grw-slider-dot {
    width: 1rem!important;
    height: 1rem!important;
    background: transparent!important;
    border: 1.5px solid var(--color-black)!important;
    border-radius: 100%!important;
}
.wp-gr .grw-slider .grw-slider-dot.active {
    background: var(--color-black)!important;
}
.ti-review-text-mode-scroll.ti-widget.ti-goog .ti-review-content {
    padding-top: 10px ;
    font-size: 1rem;
}
.ti-widget.ti-goog .ti-profile-details {
    width: 50%;
}
/* END Plugin for Google Reviews */
.blog-post .inner-container {
    position: relative;
}
/* .blog-post .info-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3rem;
} */
.blog-post .absolute-title {
    position: absolute;
    bottom: calc(1rem + ((1vw - 0.234375rem) * 2.0712));
    left: calc(1rem + ((1vw - 0.234375rem) * 2.0712));
    max-width: calc(100% - 2 * calc(1rem + ((1vw - 0.234375rem) * 2.0712)));
}
.blog-post .title {
    transition: color .5s linear;
}
.blog-post .title:hover {
    color: var(--color-orange);
}
.category_sticker {
    position: relative;
    display: inline-block;
    width: fit-content;
    /* color: var(--color-white); */
    font-family: var(--font-bold);
}
.category_sticker::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: var(--color-orange);
}
.absolute.category_sticker {
    position: absolute;
    top: calc(1rem + ((1vw - 0.234375rem) * 2.0712));
    left: calc(1rem + ((1vw - 0.234375rem) * 2.0712));
}
.post .inner-container {
    aspect-ratio: 480 / 656;
}
.post.feat-post .inner-container {
    aspect-ratio: 984 / 656;
}
.post-loop:not(.blog-post) .img-container {
    aspect-ratio: 480 / 656;
}
.post-loop.feat-post:not(.blog-post) .img-container {
    aspect-ratio: 984 / 656;
}
.post .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post .img-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    pointer-events: none;
    user-select: none;
}
.bee {
    animation: beeFly 1s infinite;
}
.bee.bee-r {
    animation: beeFly-reverse 1s infinite;
    animation-delay: 500ms;
}
.bee_path {
    position: absolute;
    top: 0;
    left: 0;
}
@keyframes beeFly {
    0% {
        transform: translate(0px, 0px);
    }
    25% {
        transform: translate(3px, 3px);
    }
    50% {
        transform: translate(3px, -3px);
    }
    75% {
        transform: translate(-3px, 3px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
@keyframes beeFly-reverse {
    0% {
        transform: translate(0px, 0px) rotateY(180deg);
    }
    25% {
        transform: translate(3px, 3px) rotateY(180deg);
    }
    50% {
        transform: translate(3px, -3px) rotateY(180deg);
    }
    75% {
        transform: translate(-3px, 3px) rotateY(180deg);
    }
    100% {
        transform: translate(0px, 0px) rotateY(180deg);
    }
}
#signature {
    width: 80%;
    float: right;
}
@media (min-width: 768px) {
    #signature {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    #signature {
        width: 80%;
    }
}
#section5 .layout-homepage .img-container {
    width: 100%;
    height: 100%;
    max-height: 180px;
}
#section5 .layout-homepage .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* END HOMEPAGE */
/* ABOUT */
.category-container {
    background: #FFCF33;
    border-radius: 2rem;
}
.category-container .img-container {
    background: var(--color-grey);
    border-radius: 100%;
    width: 9rem;
    height: 9rem;
    padding: 1.5rem;
}
.category-container .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.vcarousel-f.progress-carousel .flickity-viewport {
    overflow: visible;
} 
.vcarousel-f.progress-carousel .flickity-slider > * {
    bottom: 0 !important;
}
.progress-carousel .vcarousel-cell {
    border-bottom: 4px dotted var(--color-black);
}
.progress-carousel .vcarousel-cell .inner-container {
    aspect-ratio: 550 / 700;
    display: flex;
    flex-wrap: wrap;
    align-content: end;
    padding-bottom: 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
.progress-carousel .vcarousel-cell .inner-container .img-container {
    aspect-ratio: 350 / 480;
    width: 70%;
}
.progress-carousel .vcarousel-cell .inner-container .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.progress-carousel .vcarousel-cell .inner-container .bullet {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: var(--color-black);
    border-radius: 100%;
    bottom: -10px;
}
.progress-carousel .vcarousel-cell .inner-container .bullet::before {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color-white);
    border-radius: 100%;
    top: calc(50% - 0.25rem);
    left: calc(50% - 0.25rem);
}
.layout-about_s6 .img-container.circle img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* END ABOUT */
/* SEMINARS */
.seminars .seminar-single:last-child {
    border-right: none!important;
}
.seminar_gallery .vcarousel-item img {
    height: 50vh;
    width: auto;
    max-width: unset;
    margin-right: 1.5rem;
    padding: 0;
}
.map-container iframe {
    max-width: 100%;
}
/* END SEMINARS */
/* OUR LIFE */
.imgItem {
    perspective: 1000px;
    pointer-events: none; /* non-permanent edit */
}
.imgItem .inner-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.imgItem .inner-container:hover {
    transform: rotateY(180deg);
}
.imgItem img,
.imgItem .gallery-hover-container {
    backface-visibility: hidden;
}
.imgItem .gallery-hover-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-grey);
    color: var(--color-black)!important;
    padding: calc(1.5rem + ((1vw - 0.225rem) * 1.5385));
    transform: rotateY(180deg);
    overflow: hidden;
}
.imgItem .gallery-hover-container p {
    overflow-y: auto;
}
/* END OUR LIFE */
/* PROCESS */
#processSlider .bullet,
#processSlider2 .bullet {
    position: relative;
    width: 1rem;
    height: 1rem;
    background: var(--color-black);
    border-radius: 100%;
    bottom: -0.6rem;
}
#processSlider .bullet::before,
#processSlider2 .bullet::before {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color-white);
    border-radius: 100%;
    top: calc(50% - 0.25rem);
    left: calc(50% - 0.25rem);
}
#processSlider .vslider-item,
#processSlider2 .vslider-item {
    border-bottom: 4px dotted var(--color-black);
    margin-bottom: 1rem;
}
/* END PROCESS */
/* CHECKOUT */
.form-check-input[type=radio] {
    box-shadow: none!important;
}
.form-check-input:checked {
    background-color: var(--color-black);
    border-color: var(--color-black);
}
.login-container {
    display: flex;
    align-items: center;
    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-black);
    border-radius: 0;
    outline: none!important;
    box-shadow: none!important;
    padding-left: 0;
    padding-right: 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 {
    transform: translateY(80%);
    transform-origin: left;
    transition: transform .3s linear;
}
.woocommerce #v_checkout form .form-row label.focus {
    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 td.product-name {
    vertical-align: top;
}
.woocommerce #v_checkout table.shop_table tbody tr td.product-thumbnail {
    width: 20%;
}
.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-black);
}
#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%;
}
.select2-selection__clear {
    display: none;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    transition: transform 0.3s ease-in-out;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}
/* 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-black);
    border-radius: 0;
    outline: none!important;
    box-shadow: none!important;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce #v_account form .form-row input.input-text::placeholder, .woocommerce #v_account form .form-row textarea::placeholder {
    opacity: 0;
}
@media (min-width: 768px) {
    .woocommerce #v_account form .form-row label {
        transform: translateY(80%);
        transform-origin: left;
        transition: transform .3s linear;
    }
    .woocommerce #v_account form .form-row label.focus {
        transform: translateY(0) scale(0.85);
    }
}
.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-black);
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce #v_account form .show-password-input, .woocommerce-page form .show-password-input {
    top: unset;
    bottom: 0;
}
@media (min-width: 768px) {
    .woocommerce #v_account form .show-password-input, .woocommerce-page form .show-password-input {
    top: 0.1rem;
    bottom: unset;
    }
}
.woocommerce table.my_account_orders {
    border: 1.5px solid var(--color-black);
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 10px 8px !important;
}
/* END ACCOUNT */
/* WISHLIST */
.woocommerce .product .yith-wcwl-add-to-wishlist {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    margin: 0;
}
.woocommerce .product .yith-wcwl-add-to-wishlist a > span {
    display: none;
}
.woocommerce .shop_table .product-thumbnail {
    border-right: 1.5px solid var(--color-black);
}
.woocommerce .product-remove.mobile {
    position: absolute;
    top: -0.5rem;
    right: 0.5rem;
}
/* END WISHLIST */
/* FAQ */
.accordion-flush .accordion-item .accordion-button {
    background: transparent!important;
    color: var(--color-black)!important;
    box-shadow: none!important;
    outline: none!important;
}
.product-page .accordion-flush .accordion-item .accordion-button {
    background: var(--color-grey)!important;
}
.product-page .accordion-flush .accordion-item .accordion-body {
    background: var(--color-grey);
}
/* END FAQ */
/* BLOG */
.facetwp-facet-blog_categories {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.facetwp-facet-blog_categories .facetwp-radio {
    background: none!important;
    margin-bottom: 1rem;
}
.facetwp-facet-blog_categories .facetwp-counter {
    display: none;
}
.facetwp-facet-blog_categories .facetwp-radio.checked {
    font-family: var(--font-bold);
}
.blog .facetwp-facet.facetwp-type-pager {
    margin-bottom: 5rem;
    text-align: center;
}
.blog .facetwp-page {
    min-width: 3rem;
    min-height: 3rem;
    padding: 0 0 0.25rem;
    margin: 0 0.5rem;
    text-wrap: nowrap;
    border: 1.5px solid var(--color-black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background 0.5s ease-out;
}
.blog .facetwp-page:hover,
.blog .facetwp-page.active {
    font-weight: initial;
    background: var(--color-orange);
    color: var(--color-black);
}
.blog .facetwp-page.prev,
.blog .facetwp-page.next {
    padding: 0 0.5rem 0.25rem;
}
/* END BLOG */
/* FOOTER */
.wpcf7 {
    max-width: 100%;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=date], .wpcf7 textarea {
    background: transparent!important;
    font-family: var(--font-b);
    color: var(--color-black)!important;
    border: none!important;
    border-bottom: 1.5px solid var(--color-black)!important;
    border-radius: 0;
    outline: none!important;
    box-shadow: none!important;
    padding-left: 0;
}
.booking-form .split .wpcf7-form-control-wrap {
    display: inline-block;
    width: 48%;
}
.cmplz-message p {
    font-size: 14px;
}
/* END FOOTER */
/* MEDIA Qs */
@media (min-width: 768px) {
    .brd-md-r {
        border-right: 1.5px solid var(--color-black);
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .col-split-lg-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: 1.5px solid var(--color-black);
    }
    /* .vcarousel-item.product {
        width: 25%;
    } */
    #collapseFilters {
        position: relative;
    }
    #collapseFilters h5 {
        pointer-events: none;
    }
    /* VIRTUS CART */
    .woocommerce-cart .cart img {
        width: 50%;
    }
    .woocommerce .shop_table .product-thumbnail {
        border-right: none;
    }
    /* END VIRTUS CART */
}
/* 2025 Overrides */
/* Carousel Button */
    .carousel-next, .carousel-prev {
        width: 46px;
        height: 46px;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        border: 1px solid var(--color-black);
        background-repeat: no-repeat;
        background-size: 15px 15px;
        background-position: center;
    }
    .carousel-prev {
        background-image: url("data:image/svg+xml;utf8,<svg width='8' height='15' viewBox='0 0 8 15' xmlns='http://www.w3.org/2000/svg'><path d='M7.30469 1.51562L1.30471 7.5156L7.30469 13.5156' fill='none' stroke='%23030504' stroke-width='1.5' stroke-miterlimit='10'/></svg>");
    }
    .carousel-next {
        background-image: url("data:image/svg+xml;utf8,<svg width='8' height='15' viewBox='0 0 8 15' xmlns='http://www.w3.org/2000/svg'><path d='M0.69531 1.51562L6.69529 7.5156L0.69531 13.5156' fill='none' stroke='%23030504' stroke-width='1.5' stroke-miterlimit='10'/></svg>");

    }
/* About theContent */
.layout-about_s1 .heart-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}
.layout-about_s1 .theContent h1,
.layout-about_s1 .theContent h2,
.layout-about_s1 .theContent h3,
.layout-about_s1 .theContent h4,
.layout-about_s1 .theContent h5,
.layout-about_s1 .theContent h6,
.layout-about_s1 .theContent p {
    font-family: var(--font-h);
    color: var(--color-black);
    font-size: calc(1.875rem + ((1vw - 0.225rem) * 0.3205)); /* 30 - 35 */
    line-height: 1.4;
}
.layout-about_s1 .icon-absolute {
    position: absolute;
    right: 0;
    transform: translateX(100%);
}
/* section 2 */
.layout-about_s2 .img-container.img-circle {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.layout-about_s2 .img-container.img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* section 3 */
.layout-about_s3 .aspect-ratio.img-container {
    aspect-ratio: 426 / 636;
    position: relative;
}
.layout-about_s3 .aspect-ratio.img-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.layout-about_s3 .slider-container {
    display: flex;
    flex-wrap: wrap;
    background: var(--color-lgray);
    padding: 20px;
    border-radius: 10px;
}
.buttons-container {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .layout-about_s3 .slider-container {
        padding: 50px;
    }
    .buttons-container {
        padding-top: 60px;
        margin-left: auto;
        justify-content: start;
    }
}
@media (min-width: 1200px) {
    .layout-about_s3 .slider-container {
        padding: 100px 60px 100px 100px;
    }
}
.layout-about_s3 .text-container{
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.layout-about_s3 .text-container.has-overflow::after{
  display:block;
}
/* section 4 */
.layout-about_s4 .award-container {
    display: flex;
    flex-wrap: wrap;
    border-top: 4px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
}
.layout-about_s4 .award-container .item-1,
.layout-about_s4 .award-container .item-2,
.layout-about_s4 .award-container .item-3 {
    border-bottom: 1px solid var(--color-black);
}
@media (min-width: 768px) {
    .layout-about_s4 .award-container .item-3 {
        border-bottom: none;
        border-right: 1px solid var(--color-black);
    }
    .layout-about_s4 .award-container .item-1 {
        border-right: 1px solid var(--color-black);
    }
}
@media ( min-width: 992px) {
    .layout-about_s4 .award-container .item-1,
    .layout-about_s4 .award-container .item-2 {
        border-bottom: none;
    }
    .layout-about_s4 .award-container .item-2 {
        border-right: 1px solid var(--color-black);
    }
}
.layout-about_s4 .award-icon-container {
    aspect-ratio: 1 / 1;
    max-width: 120px;
    position: relative;
}

@media ( min-width: 1200px) {
    .layout-about_s4 .award-icon-container {
        max-width: 150px;
    }
}

.layout-about_s4 .award-icon-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}
/* Section 5 */
.layout-about_s5 .inline-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: left;
}
.flickity-progress-bar {
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.expanded .flickity-progress-bar, .expanded .content {
    opacity: 0;
    visibility: hidden;
}
.progress {
    position: absolute;
    left: 0;
    height: 2px;
    background-color: var(--color-black);
    width: 100%;
    transform-origin: left;
}
@media(min-width: 1200px) {
    .flickity-progress-bar {
        height: 5px;
    }
}
/* Section 6 */
.layout-about_s6 .theContent h1,
.layout-about_s6 .theContent h2,
.layout-about_s6 .theContent h3,
.layout-about_s6 .theContent h4,
.layout-about_s6 .theContent h5,
.layout-about_s6 .theContent h6,
.layout-about_s6 .theContent p {
    font-family: var(--font-h);
    color: var(--color-black);
    font-size: calc(2.375rem + ((1vw - 0.225rem) * 1.4103)); /* 38 - 60 */
    line-height: 1.3;
    white-space: normal;
    overflow-wrap: break-word;
}
.layout-about_s6 .accordion-item {
    background-color: transparent !important;
}
.layout-about_s6 .accordion-body {
    padding: 1rem 0 2rem;
}
@media (min-width: 768px) {
    .layout-about_s6 .accordion-body {
        padding: 1rem 1.25rem 2rem;
    }
}
.layout-about_s6 .accordion-button:not(.collapsed)::after,
.layout-product_faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* Thank you page */
.layout-thankyou ul.order_details {
    gap: 30px;
}
.layout-thankyou ul.order_details li {
    width: 100%;
    margin-right: 0 !important;
    padding-right: unset;
    border-right: none !important;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .layout-thankyou ul.order_details li {
        width: 50%;
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    .layout-thankyou ul.order_details li {
        width: auto;
        margin-right: 0;
        
    }
}
/* Policy Templates */
.theContent h1,
.theContent h2,
.theContent h3,
.theContent h4,
.theContent h5,
.theContent h6 {
    color: var(--color-black);
    font-size: calc(1.125rem + ((1vw - 0.225rem) * 0.5128)); /* 18 - 26 */
    margin-bottom: 30px;
}
.theContent p {
    color: var(--color-black);
    font-size: 20px;
    margin-bottom: 20px;
}
/* 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;
}
.woocommerce div.product p.stock {
    margin-bottom: 1rem;
}
.product_meta {
    margin-top: 1rem;
}
/* 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 */
/* Sassy Social Share */

/* disabling sassy when on tabs on product */
#accordionTabs .heateor_sss_horizontal_sharing {
    display: none !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.heateor_sss_facebook span,
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a.heateor_sss_button_x span,
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a.heateor_sss_button_copy_link span {
    width: 50px !important;
    height: 50px !important;
}
div.heateor_sss_follow_ul a,
    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 5px !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="%23000000"/%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="%23000000"/%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:%23000000;"/%3E%3C/svg%3E') transparent no-repeat !important;
    background-size: 100% !important;
    border-radius: 0 !important;
}
/* Layout Post */
.img-container.aspect-ratio-post {
    aspect-ratio: 2 / 1;
    max-height: 70vh;
}
/* Out of Stock */
.out-of-stock-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-white);
    opacity: 0.8;
    z-index: 1;
}

.out-of-stock-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--color-black);
    color: var(
    --color-white);
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}
/* out of stock end */