:root {
    --black: #19110b;
}
body {
    font-family: "Jost", sans-serif;
    color: var(--black);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.5rem;
    position: relative;
    margin: 0 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    margin: 0 0 15px;
}
h1, .h1 {
    font-size: 2em;
    line-height: 2.5rem;
}
h2, .h2 {
    font-size: 1.5em;
}
h3, .h3 {
    font-size: 1.125em;
}
h4, .h4 {
    font-size: 1em;
}
h5, .h5 {
    font-size: 0.83em;
}
h6, .h6 {
    font-size: 0.67em;
}
a {
    text-decoration: none;
    transition: all ease .3s;
}
.btn {
    background: var(--black);
    border: 1px solid var(--black);
    color: #FFF;
    border-radius: 50px;
    padding: 13px 32px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    min-width: 240px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}
.btn:hover {
    background: #31302f;
    border-color: #31302f;
    color: #fff;
}
.btn.light {
    background-color: rgba(25, 17, 11, .2);
    border-color: #fff;
}
.btn.light:hover {
    box-shadow: inset 0 0 0 1px #fff;
}
.img-wrap {
    line-height: 0;
}
p {
    margin: 0 0 1rem;
}
p:last-child {
    margin: 0;
}

/* Header & Footer */

.header-main .header-inner .header-mid {
    width: 227px;
    line-height: 0;
}
.header-main .header-inner .header-side {
    width: calc(50% - (227px / 2));
}
.header-main .header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 88px;
}
.header-mid .custom-logo-link {
    line-height: 0;
    width: 100%;
}
.header-mid .custom-logo-link img {
    width: 100%;
    max-width: 195px;
    margin: 0 auto;
    text-align: center;
}
.header-main {
    padding: 0 3.33vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header-right {
    text-align: right;
}
.header-right .top-links ul {
    list-style: none;
    padding: 0;
    margin: 0 -16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-right .top-links ul li {
    margin: 0 16px;
}
.header-right .top-links ul li a {
    text-decoration: none;
    font-size: .875rem;
    line-height: 1em;
    color: #FFF;
}
.search-info a.search-btn {
    display: flex;
    align-items: center;
    color: #FFF;
    padding: 8px;
    font-size: .875rem;
}
.header-main .header-inner .header-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-left: 81px;
}
.search-info a.search-btn svg {
    width: 24px;
}
.search-info a.search-btn span.text {
    padding-left: 0.75em;
}
.search-info a.search-btn svg path {
    fill: #FFF;
}
.header-mid .custom-logo-link img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.hero-video {
    height: 90vh;
    position: relative;
}
.hero-video-inner .full-video {
    line-height: 0;
}
.hero-video-inner .full-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-left.header-side .main-menu a.side-menu-toggle span.menu-bars {
    position: relative;
    width: 1em;
    height: 1em;
    display: inline-block;
}
.header-left.header-side .main-menu a.side-menu-toggle {
    color: #fff;
    padding: 8px;
    padding-left: 0;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    transform: translateY(-50%);
}
.header-left.header-side .main-menu a.side-menu-toggle span.menu-bars::before, .header-left.header-side .main-menu a.side-menu-toggle span.menu-bars::after, .header-left.header-side .main-menu a.side-menu-toggle span.menu-bars span::before, .header-left.header-side .main-menu a.side-menu-toggle span.menu-bars span::after {
    content: '';
    display: block;
    height: 0.0625rem;
    position: absolute;
    width: 100%;
    background: currentColor;
    transform-origin: 50% 50%;
    transition: transform .3s cubic-bezier(.39,.575,.565,1);
    left: 50%;
    transform: translateX(-50%);
}
.header-left.header-side .main-menu a.side-menu-toggle span.menu-bars::before {
    top: 0.0625rem;
}
.header-left.header-side .main-menu a.side-menu-toggle span.menu-bars::after {
    top: 0.8125rem;
}
.header-left.header-side .main-menu a.side-menu-toggle span.menu-bars span::before, .header-left.header-side .main-menu a.side-menu-toggle span.menu-bars span::after {
    top: .4375rem;
}
.header-left.header-side .main-menu a.side-menu-toggle span.menu-label {
    margin-left: 1rem;
    max-height: 1rem;
    font-size: .875rem;
    overflow: hidden;
}
.header-left.header-side .main-menu a.side-menu-toggle span.menu-label span {
    color: inherit;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
    transition: transform .3s cubic-bezier(.39,.575,.565,1);
}
.hero-video-inner {
    height: 100%;
    position: relative;
}
.hero-video-inner .full-video {
    line-height: 0;
    height: 100%;
    position: relative;
}
.hero-video-inner .full-video .video-toggle {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1em;
    width: 100%;
    z-index: 3;
}
.hero-video-inner .full-video .video-toggle a {
    margin: 2rem;
    padding: 0.75rem;
    display: inline-block;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
}
.hero-video-inner .full-video .video-toggle a.mute-unmute {
    right: 0;
    left: unset;
}
.hero-video-inner::after {
    content: '';
    display: block;
    position: absolute;
    height: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
}
.hero-video-inner .hero-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 3rem 3.33vw;
    padding-top: 1.5rem;
    z-index: 2;
}
.hero-video-inner .hero-content h2 {
    color: #fff;
    margin: 0 0 2rem;
}
.home-cat-listing {
    padding: 3.33vw;
}
.home-cat-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    width: auto;
}
.home-cat-items .home-cat-item {
    width: 33.33%;
    padding: 0 12px;
}
.home-cat-items .home-cat-item .home-cat-item--inner .img-wrap {
    position: relative;
    padding-bottom: 100%;
}
.home-cat-items .home-cat-item .home-cat-item--inner .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-cat-items .home-cat-item .content-wrap {
    margin: 1rem 0 0;
    color: var(--black);
}
.home-cat-items .home-cat-item .content-wrap .explore-btn {
    display: inline-block;
    box-shadow: 0 2px 0 -1px currentColor;
    transition: color .3s cubic-bezier(.39,.575,.565,1);
}
.home-cat-items .home-cat-item .content-wrap .explore-btn:hover {
    opacity: .6;
}
.hero-video.bg-video-wrap {
    height: unset;
}
.hero-video.bg-video-wrap .hero-video-inner .full-video {
    padding-bottom: 56.25%;
}
.hero-video-inner .hero-content .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-video-inner .hero-content .btn-wrap a {
    margin: 0 8px;
}
.bg-image-wrap .bg-img-wrap {
    line-height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.bg-image-wrap .bg-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-top {
    padding: 2.5rem 3.33vw;
    border-bottom: 1px solid #eae8e4;
}
.footer-top .footer-inner, .footer-bottom .footer-inner {
    display: flex;
}
.footer-top .footer-inner .col, .footer-bottom .footer-inner .col {
    flex: 1;
}
.footer-top .footer-inner .col:not(:last-child), .footer-bottom .footer-inner .col:not(:last-child) {
    padding-right: 2rem;
}
.footer-main .container {
    max-width: 1585px;
    margin: 0 auto;
}
.footer-top .footer-inner .footer-title {
    font-size: .625rem;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0 0 1.5em;
}
.footer-top .footer-inner .footer-title {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0 0 1.5rem;
}
.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links ul li {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
    margin: 0 0 1rem;
}
.footer-links ul li:last-child {
    margin: 0;
}
.footer-links ul li a {
    color: var(--black);
}
.footer-info-text p {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 0 0 1rem;
}
.footer-info-text p a {
    color: currentColor;
    box-shadow: 0 2px 0 -1px #19110b;
}
.footer-top .footer-inner .col .footer-links:not(:last-child) {
    margin: 0 0 2rem;
}
.footer-social {
    padding: 2rem 3.33vw;
    border-bottom: 1px solid #eae8e4;
    display: none;
}
.footer-social h3 {
    text-align: center;
    margin: 0 0 2rem;
}
.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social ul li {
    line-height: 0;
    margin: 0 14px;
}
.footer-social ul li a {
    color: currentColor;
    font-size: 22px;
}
.footer-social .container {
    position: relative;
}
.footer-social .close-social-btn {
    line-height: 0;
    position: absolute;
    top: -1.5rem;
    right: -0.5rem;
    font-size: 21px;
    color: currentColor;
    padding: 1rem;
}
.footer-bottom {
    padding: 2.5rem 3.33vw;
}
.footer-top .footer-inner, .footer-bottom .footer-inner {
    display: flex;
    font-size: .75rem;
}
.footer-bottom .footer-inner {
    opacity: .6;
}
.footer-address p {
    margin: 0 0 1em;
}
.footer-address p:last-child {
    margin: 0;
}
.footer-address .address-title {
    font-weight: 500;
    margin: 0 0 1.5rem;
}
.footer-logo a img {
    max-width: 180px;
}
.footer-logo a {
    line-height: 0;
    display: inline-block;
}
.footer-logo {
    line-height: 0;
    text-align: center;
    padding: 3rem 0 0;
}
.sticky-header {
    position: fixed !important;
    z-index: 1000;
}
.header-main.sticky-header, .header-main.light-header {
    background: #fff;
    box-shadow: inset 0 -1px 0 0 #eae8e4;
    transition: all .3s cubic-bezier(.39,.575,.565,1);
}
.header-main.sticky-header .header-mid .custom-logo-link img, .header-main.light-header .header-mid .custom-logo-link img, body.single-product .header-main .header-mid .custom-logo-link img {
    filter: unset;
}
.header-main.sticky-header .header-right .top-links ul li a, .header-main.light-header .header-right .top-links ul li a, body.single-product .header-main .header-right .top-links ul li a {
    color: var(--black);
}
.header-main.sticky-header .header-left.header-side .main-menu a.side-menu-toggle, .header-main.light-header .header-left.header-side .main-menu a.side-menu-toggle, body.single-product .header-main .header-left.header-side .main-menu a.side-menu-toggle {
    color: var(--black);
}
.header-main.sticky-header .search-info a.search-btn, .header-main.light-header .search-info a.search-btn, body.single-product .header-main .search-info a.search-btn {
    color: var(--black);
}
.header-main.sticky-header .search-info a.search-btn svg path, .header-main.light-header .search-info a.search-btn svg path, body.single-product .header-main .search-info a.search-btn svg path {
    fill: var(--black);
}
body:not(.home, .single-product) .header-main {
    position: static;
}
.product-info-inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #fff;
}
.product-info-inner .product-img-wrap {
    width: 50%;
    overflow: hidden;
    z-index: 1;
    position: sticky;
    top: 0;
}
.product-info-inner .product-content-wrap {
    width: 50%;
    position: relative;
}
.product-single-gallery ul.gallery-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 0;
}
.product-single-gallery ul.gallery-list li.gallery-item .gallery-img {
    position: relative;
    padding-bottom: 100%;
}
.product-single-gallery ul.gallery-list li.gallery-item .gallery-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(../images/img_bg.svg) 0 0/cover no-repeat;
}
.product-info-inner .product-content-wrap .product-content-wrap-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
}
.product-info-inner .product-content-wrap .product-content-wrap-parent {
    width: 50%;
    max-width: 22.5rem;
    margin: 0 auto;
    margin-bottom: 5.5rem;
    margin-top: 5.5rem;
    position: relative;
}
.product-content-wrap-parent .sku-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-content-wrap-parent .sku-wrapper .sku {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1rem;
}
.product-content-wrap-parent .sku-wrapper .whishlist-btn a {
    color: currentColor;
    font-size: 1em;
    line-height: 1;
}
.product-content-wrap-parent .sku-wrapper .whishlist-btn {
    line-height: 0;
}
.product-content-wrap-parent .sku-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1rem;
}
.product-content-wrap-parent .product-name h1 {
    margin: 0 0 0.25rem;
    line-height: 1.5rem;
}
.product-content-wrap-inner p.price {
    font-size: .875rem !important;
    line-height: 1.25rem;
}
.product-content-wrap-inner p.price span {
    font-size: inherit;
    color: var(--black);
}
.woocommerce div.product form.cart .variations label {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 1em;
    padding: 0;
}
.swatchly-swatch {
    margin: 5px;
    padding: 0.9rem 1rem;
    color: #767676;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
    border-radius: 50px;
    border: 1px solid #b4b4b4;
    transition: all ease .3s;
}
.swatchly-type-wrap {
    margin: -5px;
    width: auto;
}
.woocommerce div.product form.cart .variations label {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
    margin: 0 0 1rem;
    display: inline-block;
}
.swatchly-swatch:hover, .swatchly-swatch.swatchly-selected, .swatchly-swatch.swatchly-more-button {
    border-color: #19110b;
    color: #19110b;
}
.woocommerce div.product form.cart .reset_variations {
    display: none;
}
.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}
.pl_show_swatches_label_1 .swatchly_loop_variation_form tr, .single-product .variations_form .variations tr {
    margin: 0;
}
.woocommerce-variation-price .price {
    font-size: 1.15em !important;
    line-height: 1rem;
    color: var(--black) !important;
    margin: 0 0 1.5rem;
    display: inline-block;
    width: 100%;
}
.woocommerce div.product form.cart {
    margin-bottom: 1rem;
}
.product_meta {
    display: none;
}
.woocommerce div.product form.cart div.quantity {
    display: none;
}
.woocommerce div.product form.cart .button {
    width: 100%;
    background: var(--black);
    border: 1px solid var(--black);
    color: #FFF;
    border-radius: 50px;
    padding: 13px 32px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    min-width: 240px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    opacity: 1;
    text-transform: capitalize;
}
.woocommerce div.product form.cart .button:hover {
    background: #31302f;
    border-color: #31302f;
    color: #fff;
}
.woocommerce div.product form.cart div.quantity {
    display: none !important;
}
.product-content-wrap-inner p.price::before {
    content: 'From ';
    color: var(--black);
}
.product-content-wrap-inner .price-after-label {
    color: #19110b;
    display: block;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .025rem;
}
.product-content-wrap-inner p.price {
    font-size: .875rem !important;
    line-height: 1.25rem;
    margin: 0;
}
.product-type-simple .product-content-wrap-inner p.price::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.custom-tabs {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
}
.woocommerce div.product .woocommerce-tabs ul.custom-tabs li {
    padding: 0;
    border: aliceblue;
    margin: 1rem 0 0;
    border-radius: 0;
    background: transparent !important;
    line-height: 1.1;
}
.woocommerce div.product .woocommerce-tabs ul.custom-tabs li a {
    padding: 0;
    font-size: .875rem;
    color: #19110b !important;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
    display: inline-block;
    position: relative;
    /* pointer-events: none; */
}
.woocommerce div.product .woocommerce-tabs ul.custom-tabs li::before, .woocommerce div.product .woocommerce-tabs ul.custom-tabs li::after {
    display: none;
}
.woocommerce div.product form.cart {
    margin: 2.5rem 0 0;
    line-height: 0;
}
.product-tabs-wrap {
    margin: 3rem 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.custom-tabs li a::after {
    bottom: -0.0625rem;
    content: "";
    height: 0.0625rem;
    position: absolute;
    width: 0;
    background-color: #19110b;
    left: 0;
    margin: 0 auto;
    right: 0;
    transform-origin: center;
    transition: width .3s cubic-bezier(.39,.575,.565,1);
}
.woocommerce div.product .woocommerce-tabs ul.custom-tabs li a:hover::after {
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.custom-tabs li:first-child {
    margin-top: 0;
}
.woocommerce div.product .woocommerce-tabs ul.custom-tabs::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: #FFF;
    z-index: 9999999;
    width: 50vw;
    margin: 0;
    padding: 4rem 8.33vw;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    overflow: auto;
}
.woocommerce div.product .woocommerce-tabs .panel::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin: 0 0 2.5rem;
    font-size: 1.125rem;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
    margin: 0 0 1rem;
    padding-left: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel ul:last-child {
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel b, .woocommerce div.product .woocommerce-tabs .panel strong {
    font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs .panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: #FFF;
    z-index: 9999999;
    width: 50vw;
    margin: 0;
    padding: 4rem 8.33vw;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    overflow: auto;
    transition: all ease .5s;
    transform: translateX(100%);
    /* visibility: hidden; */
    display: block !important;
}
.woocommerce div.product .woocommerce-tabs .panel.active-panel {
    transform: translateX(0);
}
body.side-tab-open .header-main {
    z-index: 0;
}
body.side-tab-open::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
}
.woocommerce-tab-content {
    position: relative;
}
.woocommerce-tab-content a.close-tab {
    color: var(--black);
    font-size: 19px;
    position: absolute;
    top: 2px;
    right: 0;
}
.related.products {
    display: none;
}
.gallery-item .gallery-video {
    position: relative;
    padding-bottom: 100%;
    line-height: 0;
}
.gallery-item .gallery-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-item .gallery-video .video-toggle {
    position: absolute;
    bottom: 0;
    left: 0;
}
.gallery-item .gallery-video .video-toggle a.play-pause {
    line-height: 1;
    color: var(--black);
    margin: 2.5rem 2.5rem 2.5rem 3.125vw;
    padding: 0.75rem;
    display: inline-block;
}
.single-product .woocommerce-notices-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 50%;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message {
    margin: 0;
    border: none;
    color: green;
    background: #d9ead9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message::after {
    display: none;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    order: 2;
    background: green;
    border-radius: 50px;
    font-weight: 400;
    color: #FFF !important;
    padding: 10px 28px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
    top: 50%;
    transform: translateY(-50%);
    color: green;
}
.product-content-wrap-parent .single_product_div {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
}
.product-content-wrap-parent .single_product_div .wt-wishlist-button {
    display: none;
}
.product-content-wrap-parent .single_product_div img {
    margin: 0;
}
.category-hero {
    line-height: 0;
}
.category-hero .category-hero-img {
    position: relative;
    padding-bottom: 56.27462%;
}
.category-hero .category-hero-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-hero .category-title {
    padding: 12px 3.33vw;
}
.category-hero .category-title h1 {
    margin: 0;
}
.woocommerce ul.products li.product a.button.add_to_cart_button {
    display: none;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    padding: 0;
    margin: 0.5rem 0;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
    color: #19110b;
}
.woocommerce ul.products li.product {
    width: 25%;
    margin: 0;
}
.woocommerce ul.products li.product .icon_after_add_to_cart {
    display: none;
}
.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product .price {
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1rem;
    color: #19110b;
}
.woocommerce ul.products li.product .price::before {
    content: 'From ';
}
.woocommerce ul.products li.product .pro-images {
    overflow: hidden;
}
.woocommerce ul.products li.product .pro-images a {
    position: relative;
    padding-bottom: 115%;
    width: 100%;
    display: inline-block;
}
.woocommerce ul.products li.product .pro-images a img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce ul.products li.product .pro-images .pro-images-item {
    line-height: 0;
}
.woocommerce ul.products li.product .pro-images a img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    background: url(../images/img_bg.svg) 0 0 / cover no-repeat;
}
.woocommerce ul.products li.product .pro-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    padding: 1.5rem 1rem;
}
.woocommerce ul.products li.product.product-type-simple span.price::before {
    display: none;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0;
}
.cat-video .hero-video-inner .full-video .video-toggle {
    width: unset;
    left: unset;
    right: 0;
    margin: 1.5rem 2.5rem;
}
.cat-video .hero-video-inner .full-video .video-toggle a {
    position: static;
    margin: 0;
}
.cat-video .hero-video-inner .hero-content {
    text-align: left;
}
.cat-video .hero-video-inner .hero-content .hero-content-inner {
    max-width: 20rem;
}
.cat-video .hero-video-inner .hero-content h2 {
    margin: 0 0 1.5rem;
}
.cat-video .hero-video-inner .hero-content p {
    color: #FFF;
    font-weight: 400;
    font-size: 0.91rem;
}
.child-cat-image {
    line-height: 0;
}
.child-cat-image .child-cat-inner {
    position: relative;
    padding-bottom: 56.25%;
}
.child-cat-image .child-cat-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.side-tab-open {
    overflow: hidden;
}
.search-form-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background: #FFF;
    padding: 0 3.33vw;
    border-bottom: 1px solid #eae8e4;
    z-index: 99;
    display: flex;
    align-items: center;
    transform: translateY(-100%);
    transition: all ease .3s;
}
.search-form-wrap .seach-form-inner {
    max-width: 45rem;
    margin: 0 auto;
    width: 100%;
}
.search-form-wrap .seach-form-inner form.search-form input[type=search] {
    width: 100%;
    background: #f6f5f3;
    border: none;
    padding: 0 1rem 0 2.75rem;
    color: #19110b;
    font-size: 1rem;
    font-weight: 400;
    height: 2.75rem;
    letter-spacing: .025rem;
    line-height: 1.5rem;
    font-style: italic;
    border-radius: 0;
    outline: none !important;
}
.search-form-wrap .seach-form-inner form.search-form {
    position: relative;
}
.search-form-wrap .seach-form-inner form.search-form input.search-submit {
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}
a.close-search {
    font-size: 22px;
    color: var(--black);
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 3.33vw;
    transform: translateY(-50%);
}
.search-form-wrap.show {
    transform: translateY(0);
}
.header-left.header-side .main-menu a.side-menu-toggle.menu-active span.menu-label span {
    transform: translateY(-100%);
}
.header-left.header-side .main-menu a.side-menu-toggle.menu-active span.menu-bars::before, .header-left.header-side .main-menu a.side-menu-toggle.menu-active span.menu-bars::after {
    transform: translateX(-50%) scale(0);
}
.header-left.header-side .main-menu a.side-menu-toggle.menu-active span.menu-bars span::before {
    transform: translateX(-50%) rotate(-45deg);
}
.header-left.header-side .main-menu a.side-menu-toggle.menu-active span.menu-bars span::after {
    transform: translateX(-50%) rotate(45deg);
}
.main-menu .menu-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 8;
    height: 100vh;
    box-shadow: inset -1px 0 0 #eae8e4;
    transition: all .3s cubic-bezier(.39,.575,.565,1);
    width: 25%;
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    visibility: hidden;
}
.main-menu .menu-sidebar.open-menu {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
}
.main-menu .menu-sidebar .menu-sidebar-inner {
    margin: 5rem 0 0;
    padding: 0 0 8rem;
    height: 100%;
    overflow: auto;
}
/* .main-menu .menu-sidebar .menu-sidebar-inner .main-menu-parent {
    overflow: auto;
    height: 100%;
} */
body.menu-open {
    overflow: hidden;
}
.main-menu .menu-sidebar .menu-sidebar-inner .main-menu-parent .menu-main-menu-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0 3.33vw;
}
.main-menu .menu-sidebar .menu-sidebar-inner .main-menu-parent .menu-main-menu-container > ul {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #eae8e4;
}
.main-menu .menu-sidebar .menu-sidebar-inner .main-menu-parent .menu-main-menu-container ul li a {
    padding: 0.75rem 0;
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.75rem;
    color: var(--black);
}
.main-menu .menu-sidebar .menu-sidebar-inner .main-menu-parent .menu-main-menu-container ul li a:hover {
    opacity: .5;
}
.main-menu .menu-sidebar .menu-sidebar-inner .main-menu-parent .menu-main-menu-container ul li ul.sub-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #FFF;
    box-shadow: inset -1px 0 0 #eae8e4;
}
.main-menu .menu-sidebar .menu-sidebar-inner .main-menu-parent .menu-main-menu-container ul li ul.sub-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #FFF;
    box-shadow: inset -1px 0 0 #eae8e4;
    padding-top: 5rem;
    padding-bottom: 1rem;
    transform: none;
    transition: none;
    opacity: 0;
    visibility: hidden;
}
.main-menu .menu-sidebar .menu-sidebar-inner .main-menu-parent .menu-main-menu-container ul li ul a {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.5rem;
}
.main-menu .menu-sidebar .menu-sidebar-inner .main-menu-parent .menu-main-menu-container ul li.menu-item-has-children > a::after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    float: right;
    font-size: 18px;
}
body.menu-open::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
}
.main-menu .menu-sidebar .menu-sidebar-inner .main-menu-parent .menu-main-menu-container ul li ul.sub-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
}
body.menu-open .header-left.header-side .main-menu a.side-menu-toggle {
    color: var(--black);
}
.main-menu .menu-sidebar .menu-sidebar-inner .bottom-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 3.33vw;
}
.main-menu .menu-sidebar .menu-sidebar-inner .bottom-menu ul li {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    min-height: 1.5rem;
    display: flex;
    align-items: center;
}
.main-menu .menu-sidebar .menu-sidebar-inner .bottom-menu ul li a {
    color: var(--black);
    padding: 0.5rem 0;
}
.footer-main {
    border-top: 1px solid #eae8e4;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu-back-btn {
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 1rem;
    margin: 0 0 0.5rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    display: none;
}
.menu-back-btn i {
    margin-right: 10px;
}
.product-info-inner .product-content-wrap .product-content-wrap-parent .single_variation_wrap {
    display: block;
}
.page-title-wrap .container, .woocommerce-default .container {
    max-width: 1585px;
    margin: 0 auto;
}
.page-title-wrap {
    padding: 3.5rem 3.33vw;
    text-align: center;
}
.page-title-wrap .page-title-inner h2 {
    margin: 0;
}
.page-title-wrap .page-title-inner h1 {
    margin: 0.5rem 0 0;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 3.5rem;
}
.woocommerce-default {
    padding: 3.5rem 3.33vw;
    padding-top: 1rem;
}

/* Cart */

.woocommerce-default.cart .container {
    max-width: 1100px;
}
.woocommerce table.shop_table {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    margin: 0 0 2.5rem;
}
.woocommerce table.shop_table td {
    border-color: #e7e7e7;
    font-size: 1em;
    color: #19110b;
    padding: 1em;
}
.woocommerce table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    width: 132px;
    min-width: unset;
}
.woocommerce table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 120px;
    box-shadow: none;
    background: url(../images/img_bg.svg) 0 0 / cover no-repeat;
}
.woocommerce-cart table.cart th.product-remove {
    text-align: center;
    width: 65px;
}
.woocommerce table.shop_table td.product-remove {
    text-align: center;
}
.woocommerce a.remove {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}
.woocommerce table.shop_table th {
    background: #f5f5f5;
    color: #19110b;
    font-weight: 400 !important;
}
.woocommerce table.shop_table td.product-name a {
    color: #19110b;
}
.woocommerce table.shop_table td.product-name a:hover {
    opacity: .6;
}
.woocommerce table.shop_table td.product-quantity .quantity {
    display: inline-flex;
    align-items: center;
}
.woocommerce table.shop_table td.product-quantity .quantity input {
    border: 1px solid #e7e7e7;
    background: transparent;
    border-radius: 0;
    text-align: center;
    appearance: none;
    outline: none !important;
    height: 35px;
    width: 85px;
}
.woocommerce table.shop_table th {
    text-align: center;
}
.woocommerce table.shop_table td {
    text-align: center;
}
.woocommerce table.shop_table th.product-name {
    text-align: left;
}
.woocommerce table.shop_table td.product-name {
    text-align: left;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    background: var(--black);
    border: 1px solid var(--black);
    color: #FFF !important;
    border-radius: 50px;
    padding: 13px 40px !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
    background: #31302f !important;
    border-color: #31302f !important;
    color: #fff !important;
}
.woocommerce table.cart td.actions .coupon {
    display: flex;
    align-items: center;
    border: 1px solid var(--black);
    border-radius: 50px;
}
.woocommerce table.cart td.actions .coupon input {
    float: none;
    width: 147px;
    border: none !important;
    background: transparent !important;
    padding: 0 20px !important;
    font-size: 0.9em;
    color: var(--black) !important;
    margin: 0 !important;
}
.woocommerce table.cart td.actions .coupon input::placeholder {
    color: var(--black);
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    text-align: center;
    margin: 0 0 1.5rem;
    font-size: 2.3em;
    line-height: 1;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    margin: 0 0 2rem;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
    text-align: center;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    margin: 0;
    background: var(--black);
    border: 1px solid var(--black);
    color: #FFF;
    border-radius: 50px;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    min-width: 240px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #31302f;
    border-color: #31302f;
    color: #fff;
}
#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    color: var(--black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid;
}
#add_payment_method .cart-collaterals .shipping-calculator-button:hover, .woocommerce-cart .cart-collaterals .shipping-calculator-button:hover, .woocommerce-checkout .cart-collaterals .shipping-calculator-button:hover {
    opacity: .6;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background: transparent !important;
    padding: 0 20px !important;
    font-size: 14px;
    color: var(--black) !important;
    margin: 0 !important;
    height: 40px;
    border: 1px solid #cfcfcf;
    border-radius: 0;
}
.woocommerce form .form-row input.input-text::placeholder, .woocommerce form .form-row textarea::placeholder {
    color: var(--black) !important;
}
form.woocommerce-shipping-calculator button.button {
    background: var(--black);
    border: 1px solid var(--black);
    color: #FFF;
    border-radius: 50px;
    padding: 9px 32px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}
form.woocommerce-shipping-calculator button.button:hover {
    background: #31302f;
    border-color: #31302f;
    color: #fff;
}
.select2-container--default .select2-selection--single {
    background: transparent !important;
    padding: 0 20px !important;
    font-size: 14px;
    color: var(--black) !important;
    margin: 0 !important;
    height: 40px;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    text-align: left;
    outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 40px;
    color: var(--black);
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--black) transparent transparent transparent;
}
.woocommerce-message {
    background: rgb(0 128 0 / 11%);
    color: green;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 16px;
    border: none;
}
.woocommerce-message::before {
    color: green;
}
.woocommerce-info {
    color: #1e85be;
    background: rgb(30 133 190 / 21%);
}
.woocommerce-info::before {
    color: #1e85be;
}
.woocommerce-error {
    color: #b81c23;
    background: rgb(184 28 35 / 11%);
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 24px 20px 8px !important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    left: 20px !important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    border-radius: 0 !important;
    border-color: #cfcfcf !important;
}
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    border-radius: 0 !important;
    border-color: #cfcfcf !important;
    padding: 24px 20px 8px !important;
}
.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    left: 20px !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    outline: none !important;
}
.wc-block-components-notice-banner.is-error {
    color: #b81c23;
    background: rgb(184 28 35 / 11%);
    border: none;
    border-radius: 0;
}
.wc-block-components-textarea {
    border-radius: 0 !important;
    border-color: #cfcfcf !important;
    padding: 20px !important;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
    margin: 0;
    background: var(--black);
    border: 1px solid var(--black);
    color: #FFF;
    border-radius: 50px;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    min-width: 234px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    outline: none !important;
    box-shadow: none !important;
    width: 280px;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover {
    background: #31302f;
    border-color: #31302f;
    color: #fff;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background: #f5f5f5;
    padding: 30px;
}
.wc-block-components-totals-coupon-link {
    border-bottom: 1px solid;
    color: var(--black);
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
    color: #FFF;
    border: none;
    background: var(--black);
    border-radius: 0;
    line-height: 1;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: var(--black) !important;
    color: #FFF !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 10px;
    border-radius: 50%;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    border-radius: 0;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-radius: 0 !important;
}
.is-large .wc-block-checkout__actions {
    padding-bottom: 0 !important;
}
div.wc-block-components-sidebar-layout {
    margin-bottom: 0;
}
.wcmp-myaccount-template .user-image img {
    border-radius: 50%;
}
.wcmp-myaccount-template-inner {
    border-radius: 0;
    border-color: #e7e7e7;
}
#my-account-menu ~ .woocommerce-MyAccount-content {
    border-radius: 0;
    border-color: #e7e7e7;
}
#my-account-menu .user-profile .username {
    text-transform: uppercase;
}
#my-account-menu ~ .woocommerce-MyAccount-content p {
    font-size: 1em;
}
#my-account-menu ~ .woocommerce-MyAccount-content p a, .woocommerce-account .addresses .title .edit {
    color: inherit;
    border-bottom: 1px solid;
}
#my-account-menu ~ .woocommerce-MyAccount-content p a:hover, .woocommerce-account .addresses .title .edit:hover {
    opacity: .6;
}
.woocommerce-address-fields button.button, .edit-account button.woocommerce-Button.button {
    background: var(--black);
    border: 1px solid var(--black);
    color: #FFF !important;
    border-radius: 50px;
    padding: 13px 40px !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    margin: 15px 0 0;
}
.woocommerce-address-fields button.button:hover, .edit-account button.woocommerce-Button.button:hover {
    background: #31302f !important;
    border-color: #31302f !important;
    color: #fff !important;
}
.woocommerce-account .woocommerce-error a.button, .woocommerce-account .woocommerce-info a.button, .woocommerce-account .woocommerce-message a.button {
    color: inherit !important;
    font-weight: 500;
    background: transparent !important;
    border-bottom: 1px solid;
    padding: 0 0 3px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    display: none;
}
.woocommerce-account .woocommerce-error a.button:hover, .woocommerce-account .woocommerce-info a.button:hover, .woocommerce-account .woocommerce-message a.button:hover {
    opacity: .6;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    display: flex;
    align-items: center;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    position: absolute;
    right: 25px;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: inherit !important;
    border-bottom: 1px solid;
    margin-left: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--black) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
}
.woocommerce-default.my-account .container {
    max-width: 1300px;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    margin: 10px 0 0;
    background: var(--black);
    border: 1px solid var(--black);
    color: #FFF;
    border-radius: 50px;
    padding: 13px 32px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    min-width: 240px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    height: auto;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover {
    background: #31302f;
    border-color: #31302f;
    color: #fff;
}
.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select {
    outline: none !important;
    background: transparent !important;
}
a.xoo-el-lostpw-tgr, .xoo-aff-group label a, .wc-block-components-address-card__edit, td.woocommerce-orders-table__cell-order-number a {
    color: inherit;
    border-bottom: 1px solid;
}
a.xoo-el-lostpw-tgr:hover, .xoo-aff-group label a:hover, .wc-block-components-address-card__edit:hover, td.woocommerce-orders-table__cell-order-number a:hover {
    opacity: .6;
}
.woocommerce table.my_account_orders .button {
    background: var(--black);
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
}
.woocommerce table.my_account_orders .button:hover {
    opacity: .8;
}
.woocommerce table.shop_table {
    border-collapse: collapse;
}
.page-content-wrap {
    padding: 3.5rem 3.33vw;
    padding-top: 0;
}
.page-content-wrap .container {
    max-width: 1200px;
    margin: 0 auto;
}
.page-content-wrap .page-content {
    margin: 0;
}
.page-content-wrap .page-content h2 {
    margin: 10px 0 25px;
    display: inline-block;
}
.page-content-wrap .page-content ul, .page-content-wrap .page-content ol {
    padding: 0 0 0 20px;
    margin: 0 0 1rem;
}
.page-content-wrap .page-content ul:last-child, .page-content-wrap .page-content ol:last-child {
    margin: 0;
}
.page-content-wrap .page-content a {
    color: inherit;
    border-bottom: 1px solid;
}
.page-content-wrap .page-content a:hover {
    opacity: .7;
}
.return-to-shop a.button.wc-backward {
    background: var(--black);
    border: 1px solid var(--black);
    color: #FFF;
    border-radius: 50px;
    padding: 13px 32px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    min-width: 240px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}
.return-to-shop a.button.wc-backward:hover {
    background: #31302f;
    border-color: #31302f;
    color: #fff;
}
.woocommerce-default.contact-us .contact-form {
    margin: 0 -15px;
}
.woocommerce-default.contact-us .contact-form .col-50 {
    width: 50%;
    flex: unset;
    padding: 0 10px;
}
.woocommerce-default.contact-us .contact-form {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-default.contact-us .contact-form .col-100 {
    width: 100%;
    flex: unset;
    padding: 0 10px;
}
.woocommerce-default.contact-us .contact-form {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-default.contact-us .contact-form .col-100 {
    width: 100%;
    flex: unset;
}
.woocommerce-default.contact-us .contact-form input {
    width: 100%;
}
.woocommerce-default.contact-us .contact-form .col {
    margin: 0 0 20px;
}
.woocommerce-default.contact-us .contact-form .col:last-child {
    margin: 0;
}
.woocommerce-default.contact-us .container {
    max-width: 900px;
}
.woocommerce-default.contact-us .contact-form .col label {
    margin: 0 0 5px;
    display: inline-block;
}
.woocommerce-default.contact-us .contact-form .wpcf7-submit {
    background: var(--black);
    border: 1px solid var(--black);
    color: #FFF;
    border-radius: 50px;
    padding: 13px 32px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .025rem;
    line-height: 1.25rem;
    max-width: 240px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    cursor: pointer;
}
.woocommerce-default.contact-us .contact-form .wpcf7-submit:hover {
    background: #31302f;
    border-color: #31302f;
    color: #fff;
}
.woocommerce-default.contact-us .contact-form .btn-wrap p {
    text-align: center;
}
.woocommerce-default.contact-us .contact-form input[type=text], .woocommerce-default.contact-us .contact-form input[type=email], .woocommerce-default.contact-us .contact-form textarea {
    width: 100%;
    background: transparent !important;
    padding: 10px 20px !important;
    font-size: 14px;
    color: var(--black) !important;
    margin: 0 !important;
    height: 40px;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    outline: none !important;
}
.woocommerce-default.contact-us .contact-form input:focus, .woocommerce-default.contact-us .contact-form textarea:focus {
    border-color: #000;
}
.woocommerce-default.contact-us .contact-form textarea {
    height: 100px;
}
.wpcf7-not-valid-tip {
    margin: 8px 0 0;
    font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: rgb(0 128 0 / 11%);
    color: green;
    border: none;
    padding: 20px;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: rgb(255 0 0 / 11%);
    color: red;
    border: none;
    padding: 20px;
    text-align: center;
}

/* Responsive */

@media only screen and (max-width: 1199px) {
    .woocommerce ul.products li.product {
        width: 33.33%;
        margin: 0;
    }
    .product-info-inner .product-content-wrap .product-content-wrap-parent {
        max-width: 70%;
        width: 100%;
    }
    .wp-block-woocommerce-checkout-order-summary-block {
        padding: 30px 15px;
    }
}
@media only screen and (max-width: 1023px) {
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 4rem 5.33vw;
    }
}
@media only screen and (max-width: 991px) {
    .footer-top .footer-inner .col, .footer-bottom .footer-inner .col {
        flex: 0 0 50%;
    }
    .footer-top .footer-inner .col {
        margin: 0 0 3rem;
    }
    .footer-top {
        padding-bottom: 0;
    }
    .footer-top .footer-inner, .footer-bottom .footer-inner {
        flex-wrap: wrap;
    }
    .header-right .top-links ul li:first-child {
        display: none;
    }
    .main-menu .menu-sidebar {
        width: 31%;
    }
    .woocommerce ul.products li.product {
        width: 33.33% !important;
        margin: 0 !important;
    }
    .cat-video .hero-video-inner .hero-content .hero-content-inner {
        max-width: 25rem;
    }
    .product-info-inner .product-img-wrap {
        width: 100%;
        position: static;
        z-index: 0;
    }
    .product-info-inner .product-content-wrap {
        width: 100%;
    }
    .product-info-inner .product-content-wrap .product-content-wrap-inner {
        min-height: unset;
        padding: 1.5rem 3.33vw;
    }
    .product-info-inner .product-content-wrap .product-content-wrap-parent {
        max-width: 100%;
        margin: 0;
    }
    .product-single-gallery ul.gallery-list .slick-dots {
        bottom: 0;
        left: 0;
        display: flex;
    }
    .product-single-gallery ul.gallery-list .slick-dots li {
        flex: 1;
        width: unset;
        height: unset;
        margin: 0;
    }
    .product-single-gallery ul.gallery-list .slick-dots li button {
        padding: 0;
        width: 100%;
        background: transparent;
        height: 1px;
        border-radius: 0;
        transition: all ease .3s;
    }
    .product-single-gallery ul.gallery-list .slick-dots li.slick-active button {
        background: #000;
    }
    .product-single-gallery ul.gallery-list .slick-dots li button::before {
        display: none;
    }
    /* .product-info-inner .product-img-wrap {
        width: 100%;
        position: relative;
        z-index: -1;
    }
    body.side-tab-open .product-single-gallery {
        opacity: 0;
        visibility: hidden;
    } */
    .woocommerce div.product .woocommerce-tabs .panel {
        width: 100vw;
    }
    body.side-tab-open::after {
        display: none;
    }
    div.wc-block-components-sidebar {
        width: 100%;
        order: 0;
        padding: 0 !important;
    }
    div.wc-block-components-sidebar-layout {
        flex-direction: column;
    }
    div.wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100%;
        padding: 0;
        margin: 2rem 0 0;
        order: 2;
    }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
        position: static;
    }
    #my-account-menu {
        width: 100%;
        float: none;
        padding: 0;
    }
    #my-account-menu.position-left {
        padding-right: 0;
    }
    #my-account-menu ~ .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        margin: 30px 0 0;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .footer-top .footer-inner .col, .footer-bottom .footer-inner .col {
        flex: 0 0 100%;
    }
    .footer-top .footer-inner .col:not(:last-child), .footer-bottom .footer-inner .col:not(:last-child) {
        padding-right: 0;
    }
    .footer-top .footer-inner .col {
        margin: 0 0 3em;
    }
    .footer-top .footer-inner .col {
        margin: 0 0 2rem;
        padding: 2rem 0 0;
        border-top: 1px solid rgb(0 0 0 / 12%);
    }
    .footer-top {
        padding: 2.5rem 6.33vw;
    }
    .footer-top .footer-inner .col:first-child {
        border-top: none;
        padding-top: 0;
    }
    .footer-top .footer-inner .col:last-child {
        margin-bottom: 0;
    }
    .footer-bottom {
        padding: 2.5rem 6.33vw;
    }
    .footer-bottom .footer-logo {
        display: none;
    }
    .footer-top .footer-logo {
        padding: 0 0 2rem;
        text-align: left;
    }
    .header-main .header-inner .header-mid {
        width: 154px;
    }
    .header-main .header-inner .header-side {
        width: calc(50% - (154px / 2));
    }
    .header-main .header-inner .header-side .top-links {
        display: none;
    }
    .header-left .search-info {
        display: none;
    }
    .search-info a.search-btn span.text {
        display: none;
    }
    .search-info a.search-btn {
        padding: 0;
    }
    .header-left.header-side .main-menu a.side-menu-toggle span.menu-label {
        display: none;
    }
    .header-main {
        padding: 0 6.33vw;
    }
    .header-main .header-inner {
        height: 56px;
    }
    .header-left.header-side .main-menu a.side-menu-toggle {
        padding: 0;
    }
    .sticky-header {
        width: 100%;
        top: 0;
        left: 0;
    }
    .search-form-wrap {
        padding: 0 6.33vw;
        padding-right: 10.33vw;
        height: 70px;
    }
    a.close-search {
        font-size: 19px;
    }
    .search-form-wrap .seach-form-inner form.search-form input[type=search] {
        height: 2.4rem;
        font-size: 0.85em;
    }
    .main-menu .menu-sidebar {
        width: 100%;
    }
    .main-menu .menu-sidebar .menu-sidebar-inner .main-menu-parent .menu-main-menu-container ul li ul.sub-menu {
        left: 0;
    }
    .main-menu .menu-sidebar .menu-sidebar-inner .main-menu-parent .menu-main-menu-container ul {
        padding: 0 6.33vw;
    }
    .menu-back-btn {
        display: block;
    }
    .home-cat-listing {
        padding: 10.33vw 6.33vw;
    }
    .home-cat-items .home-cat-item {
        width: 100%;
        margin: 0 0 2.5rem;
    }
    .home-cat-items .home-cat-item:last-child {
        margin-bottom: 0;
    }
    body {
        overflow-x: hidden;
    }
    .hero-video-inner .full-video .video-toggle a {
        margin: 0.5rem;
    }
    .hero-video-inner .hero-content {
        padding: 3rem 6.33vw 5rem;
    }
    h1, .h1 {
        font-size: 1.75em;
    }
    .hero-video-inner .hero-content h2 {
        margin: 0 0 1.5rem;
    }
    .home-cat-items .home-cat-item .content-wrap .explore-btn {
        font-size: 0.8em;
    }
    .hero-video.bg-video-wrap .hero-video-inner .full-video {
        padding-bottom: 125%;
    }
    .hero-video-inner .hero-content .btn-wrap {
        flex-direction: column;
    }
    .hero-video-inner .hero-content .btn-wrap a.btn {
        margin-bottom: 15px;
    }
    .hero-video-inner .hero-content .btn-wrap a.btn:last-child {
        margin-bottom: 0;
    }
    .bg-image-wrap .bg-img-wrap {
        padding-bottom: 125%;
    }
    .hero-video-inner::after {
        height: 100%;
    }
    .category-hero .category-title {
        padding: 12px 6.33vw;
    }
    .woocommerce ul.products li.product {
        width: 50% !important;
    }
    .woocommerce ul.products li.product .pro-content {
        position: static;
        padding: 1rem 0.8rem;
        background: #FFF;
    }
    .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
        margin-top: 0;
    }
    .woocommerce ul.products li.product .price {
        line-height: 1.3;
    }
    .woocommerce ul.products li.product .pro-images a {
        padding-bottom: 100%;
    }
    .cat-video .hero-video-inner .hero-content .hero-content-inner p {
        display: none;
    }
    .cat-video .hero-video-inner .hero-content .hero-content-inner {
        max-width: 100%;
        text-align: center;
    }
    .cat-video .hero-video-inner .hero-content h2 {
        margin: 0;
    }
    .cat-video .hero-video-inner .full-video .video-toggle a {
        position: absolute;
        margin: 0;
        padding: 1.5rem;
    }
    .cat-video .hero-video-inner .full-video .video-toggle {
        left: 0;
        right: unset;
        margin: 0;
        width: 100%;
    }
    .child-cat-image .child-cat-inner {
        padding-bottom: 125%;
    }
    .btn {
        padding: 12px 25px;
    }
    .product-info-inner .product-content-wrap .product-content-wrap-inner {
        padding: 2rem 6.33vw;
    }
    .swatchly-swatch {
        margin: 5px;
        padding: 9px 12px;
        font-size: 14px;
    }
    .swatchly-type-wrap {
        margin: -5px;
    }
    .woocommerce-variation-price .price {
        font-size: 1em !important;
    }
    .woocommerce div.product form.cart {
        margin: 2rem 0 0;
    }
    .product-tabs-wrap {
        margin: 2rem 0 0;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 3rem 6.33vw;
    }
    .page-title-wrap {
        padding: 2.5rem 6.33vw;
    }
    .page-title-wrap .page-title-inner h1 {
        font-size: 2.5rem;
    }
    .page-title-wrap .page-title-inner h2 {
        font-size: 1.3em;
    }
    .woocommerce-default {
        padding: 2.5rem 6.33vw;
        padding-top: 0;
    }
    form.woocommerce-shipping-calculator button.button {
        width: 100%;
    }
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
        width: 100%;
        text-align: center !important;
    }
    .woocommerce a.remove {
        color: #000 !important;
    }
    .woocommerce #content table.cart .product-thumbnail::before, .woocommerce table.cart .product-thumbnail::before, .woocommerce-page #content table.cart .product-thumbnail::before, .woocommerce-page table.cart .product-thumbnail::before {
        display: none;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        font-weight: 600;
        color: #000;
        margin: 0 0 5px;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }
    .woocommerce table.cart td.actions .coupon {
        flex-direction: column;
        width: 100%;
        border-radius: 0;
        margin: 0 0 1rem;
        padding: 0;
    }
    .woocommerce table.cart td.actions .coupon input {
        width: 100% !important;
        padding: 5px 20px !important;
        height: 45px;
        text-align: center;
        font-size: 15px;
    }
    .woocommerce table.cart td.actions .coupon button.button {
        width: 100%;
        border-radius: 0;
        padding: 12px 40px !important;
        font-size: 15px;
    }
    form.woocommerce-shipping-calculator {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        text-align: center;
    }
    form.woocommerce-shipping-calculator button.button {
        width: 100%;
        padding: 12px 32px;
    }
    div.wc-block-components-sidebar {
        margin: 0 !important;
    }
    button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
        width: 100%;
        font-size: 1.15em;
        height: 45px;
    }    
    .xoo-el-form-container ul.xoo-el-tabs {
        padding: 20px 0;
    }
    .xoo-el-section {
        padding-left: 0;
    }
    .xoo-aff-group.onehalf, .xoo-aff-group.onefourth, .xoo-aff-group.onethird, .xoo-aff-group, .xoo-aff-group-twothird {
        width: 100%;
    }
    .page-content-wrap {
        padding: 2.5rem 6.33vw;
        padding-top: 0;
    }
}
@media only screen and (max-width: 480px) {
    #my-account-menu .myaccount-menu li.active > a, #my-account-menu .myaccount-menu li.is-active > a, #my-account-menu .myaccount-menu li > a:hover {
        border-radius: 0;
        margin: 0;
    }
    #my-account-menu .myaccount-menu li > a {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) {
    .footer-top .footer-logo {
        display: none;
    }
    .header-right .search-info {
        display: none;
    }
}