/*
Theme Name: Tako
Theme URI: https://example.com/hello-elementor-clubhouse
Description: A child theme of Hello Elementor theme with additional customizations for Clubhouse.
Author: Your Name or Team
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-clubhouse
Tags: custom-logo, custom-colors, custom-menu, featured-images, rtl-language-support, accessibility-ready
*/

/* Import the parent theme’s styles */


body {
    color: #fff !important;
}
body a{
    color: #256C98;
}
.page-content a,
.page-content a:hover{
    color: #256C98;
}

.avertastdbold {
    font-family: "fjalla one", Sans-serif;
    font-weight: 500;
}

.woocommerce .custom-breadcrumb-wrapper .woocommerce-breadcrumb {
    color: #71c7fc;
    font-weight: 400 !important;
	text-transform: uppercase;
}

.woocommerce .custom-breadcrumb-wrapper .woocommerce-breadcrumb a {
    color: #71c7fc!important;
}

.product-layout-wrap {
    display: flex; 
    gap: 7%;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.woocommerce-product-gallery__wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    align-self: flex-start; 
}
.woocommerce .product div.entry-summary h1.product_title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0 !important;
}

.woocommerce .product div.entry-summary .brand-name {
    color: #3386b9;
    text-transform: uppercase;
}

div.entry-summary .price {
    color: #fcfeba !important;
    /*font-family: "fjalla one", Sans-serif !important;*/
}

div.entry-summary .price, 
div.entry-summary .price ins {
    font-weight: bold !important;   
}

.woocommerce .product div.entry-summary .product-sku {
    color: #bcbcbc;
    text-transform: uppercase;
}

.woocommerce form.cart {
    flex-direction: column;
}

.woocommerce .product div.entry-summary .cart .button {
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #3386b9 !important;
    width: 100%;
    border-radius: 5px;
    font-size: 26px;
    font-family: "ConduitITC", Sans-serif;
    line-height: 40px;
    float: none;
    width: 100%!important;
    text-align: center!important;
}

.woocommerce .product div.entry-summary .custom-static-text {
    font-size: 16px;
    margin-top: 0px;
    /*font-family: "fjalla one", Sans-serif !important;*/
    color: #bcbcbc;
    font-weight: 500;
    margin-left: 15px;
}
.custom-product-description{
    /*font-family: "fjalla one", Sans-serif !important;
    font-weight: 600;
    font-size: 17px;*/
    margin-bottom: 50px;
    margin-top: 40px;
}

.custom-accordion-wrapper {
    margin-top: 30px;
}

.accordion-item {
    border: 2px solid #3386b9;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-toggle {
    position: relative;
    color: #fff;
    border: none;
    padding: 15px 50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    white-space: normal !important;
}

.accordion-toggle .accordion-icon {
    position: absolute;
    right: 15px;
    color: #3386b9;

}

.accordion-toggle:hover,
.accordion-toggle:focus {
    background: transparent !important;
}

.accordion-content {
    display: none;
    padding: 15px;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    position: relative;
    margin-top: 50px;
}

.cell {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cell img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.cell h4{
    font-family: "fjalla one", Sans-serif !important;
    font-weight: 500;
    font-size: 22px;
}
.cell p{
    font-family: "fjalla one", Sans-serif !important;
    font-weight: 500;
    font-size: 16px;
}
/* Draw the plus sign */
.grid-container::before,
.grid-container::after {
    content: "";
    position: absolute;
    background: #fff;
}

/* Vertical middle border */
.grid-container::before {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-1px);
}

/* Horizontal middle border */
.grid-container::after {
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-1px);
}

.woocommerce .product .related.products {
    border: 0;
}

.woocommerce .product .related.products .related-small-text{
    font-size: 31px;
    color: #3386b9;
    text-transform: uppercase;
    border: 1px solid #3386b9;
    max-width: max-content;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 5px;
}

.woocommerce .product .related.products .custom-related-title {
    text-align: center;
    font-size: 72px !important;
    line-height: 1 !important;
    margin-top: 40px;
}

.woocommerce .product .related.products .related-custom-content {
    max-width: 750px;
    margin: 40px auto 70px;
}

.woocommerce .product .related.products .relate-custom-button {
    border: 1px solid #3386b9;
    max-width: max-content;
    margin: 0 auto;
    padding: 10px 100px;
    border-radius: 5px;
}

.woocommerce .product .related.products .relate-custom-button a {
    color: #fff !important;
}

.custom-share-buttons {
    text-align: center;
    border-bottom: 2px solid #6eecff;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.custom-share-buttons a {
    color: #fff !important;
    margin-right: 30px;
    /*font-family: "fjalla one", Sans-serif !important;*/
    font-weight: 500;
    font-size: 17px;
}

.custom-share-buttons a.pinterest {
    margin-right: 0 !important;
}

.custom-share-buttons .icon {
    fill: currentcolor;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
        vertical-align: sub;
}


.product-gallery {
    display: flex;
    align-items: flex-start;
    width: 55%;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.main-image {
    flex: 1;
    max-width: 720px;
    width: 100%;
    overflow: hidden;
}

.main-slider {
    width: 100%;
}

.main-slider img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.gallery-thumbnails {
    position: relative;
    width: 13.7%; 
    height: 100%;
    margin-right: 20px;
    padding: 50px 0;
}

.gallery-thumbnails ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-thumbnails li {
   
    cursor: pointer;
}

.gallery-thumbnails img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    margin-bottom: 5px;
}

.gallery-thumbnails img:hover {
    transform: scale(1.1);
}

.main-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-image img {
    max-width: 100%;
    height: auto;
}

.vertical-slider-wrapper {
    position: relative;
}

.slick-prev,
.slick-next {
    border: 0 !important;
    padding: 5px !important;
    color: #256c98 !important;
    font-size: 28px !important;
    height: auto !important;
    background: transparent!important;
}

.gallery-thumbnails .slick-prev,
.gallery-thumbnails .slick-next {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.gallery-thumbnails .slick-prev {
    top: -50px;
}

.gallery-thumbnails .slick-next {
    bottom: -50px;
    top: auto;
}

.gallery-thumbnails .slick-prev:hover,
.gallery-thumbnails .slick-prev:focus,
.gallery-thumbnails .slick-next:hover,
.gallery-thumbnails .slick-next:focus{
    background: transparent!important;
    color: #fff;
}

.woocommerce .product div.entry-summary h1.product_title:after,
.woocommerce .product div.entry-summary .cart .quantity,
.slick-next:before,
.slick-prev:before {
    display: none!important;
}

/* customizer end */
body {
    background-color: #061523!important;
}
/*.content-top-position {
	padding-top: 8%;
}*/
.slider-content-image-section .elementor-slide-heading {
    font-size: 100px !important;
    max-width: 530px;
	margin-bottom: 0px !important;
}
.elementor-slide-description {
    font-size: 40px !Important;
}

.elementor-widget-search .e-search-label>svg:is(svg) {
	height: 20px;
}

.site-features .elementor-widget-container{
	width: 150px;
	height: 150px!important;
	display: flex;
    align-items: center;
    justify-content: center;
}

.custom-marquee {
   position: relative;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
      height: 82px;
}

.custom-marquee .elementor-widget-container {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 25s linear infinite;
}

.custom-marquee .elementor-heading-title{
  display: flex;
  white-space: nowrap;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.woocommerce ul.products li.product a img{
	margin-bottom: 15px!important;
}
.woocommerce ul.products li.product a{
	color: #fff;
}
.woocommerce ul.products li.product .product-category{
	text-transform: uppercase;
	color: #3386b9;
	font-size: 19px;
	font-family: "fjalla one", Sans-serif;
    font-weight: 500;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
	color: #fff;
	font-family: "fjalla one", Sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{
	color:#bcbcbc;
	font-family: "fjalla one", Sans-serif;
    font-weight: 500;
    font-size: 19px;
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-title-text{
	position: relative;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-title-text:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: #fff;
    bottom: -25px;
}

.woocommerce #main{
    width: 100%;
    max-width: 100%;
}
.woocommerce .custom-breadcrumb-wrapper{
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
    font-family: "fjalla one", Sans-serif;
    font-weight: 500;
    
}

.woocommerce .wrap_container{
    max-width: 1600px;
    margin: 0 auto;
    
    padding-left: 20px;
    padding-right: 20px;
}
.woocommerce-archive-page.woocommerce .wrap_container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.woocommerce.woocommerce-archive-page #primary{
    width: 73%;
}
.woocommerce.woocommerce-archive-page #secondary{
    width: 22%;
    margin-right: 5%;
}
.archive-banner h1{
	line-height: 1;
    font-weight: 700 !important;
    font-size: 75px;
    text-transform: uppercase;
    max-width: 300px;
    position: relative;
    z-index: 2;
}
.term-pull-slide-bowl-concentrates .archive-banner h1{
    max-width: 530px;
    line-height: 1.1 !important;
}

.archive-banner{
	background-size: cover!important;
    padding: 120px 0 10px 30px;
    text-align: left;
    color: #fff;
    margin-bottom: 25px;
        position: relative;
}
.archive-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 1;
}

.woocommerce .woocommerce-ordering select {
    background: transparent;
    color: #fff;
    border-color: #256c98;
    border-width: 2px;
    text-align: center;
    font-family: "fjalla one", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce .woocommerce-ordering select option{
	color: #256c98;
}

.woocommerce .woocommerce-result-count{
	color: #fff;
	font-family: "fjalla one", Sans-serif;
    font-weight: 500;
    line-height: 42px;
}
.berocket_ajax_group_filter_title{
	border-bottom: 2px solid #256c98;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 500 !important;
}

.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.woocommerce-products-header .woocommerce-products-header__title{
	line-height: 1;
    font-weight: 700 !important;
    font-size: 75px;
    text-transform: uppercase;
    /*max-width: 300px;*/
    color: #fff;
}

.product-brand{
    font-size: 18px;
    margin-bottom: 15px;
}
.woocommerce .product div.entry-summary h1.product_title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
}
.woocommerce .product div.entry-summary .product-sku{
    font-size: 24px;
    padding-bottom: 10px;
}

.woocommerce-page div.product div.summary{
    width: 38%;
}

.pair-with-section{
    width: 100%;
}

.woocommerce div.product p.stock.in-stock{
    display: none!important;
}
.woocommerce div.product p.stock.out-of-stock,
.woocommerce div.product p.stock.available-on-backorder{
    display: block!important;
    font-size: 22px;
}
.full-container{
    width: 99.5vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.woocommerce .product .related.products, .woocommerce .product .upsells.products {
    border-top-width: 0!important;
    margin-top: 70px!important;
}
.woocommerce-tabs.wc-tabs-wrapper{
    display: none;
}

.berocket_single_filter_widget {
    border-bottom: 1px solid #3386b9;
    margin-bottom: 20px;
}

.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
    font-size: 16px !important;
}

.bapf_ckbox_square input[type=checkbox]{
    border-color: #3386b9;
    border-width: 1px;
}
.bapf_ckbox_square input[type=checkbox]:checked {
    background-color: #3386b9;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy{
    width: 100%;
}
.bapf_sfa_min_space .bapf_sfa_taxonomy>ul li a{
    background-color: #3386b9;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 5px 24px 5px 9px;
    font-size: 14px;
}

.bapf_sfa_unall{
    display: none!important;
}
.custom-product-description ul{
    margin: 0;
    padding: 0;
    list-style: inside;
}

.mega-menu-description{
        display: none!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    font-weight: 500!important;
    font-family: "fjalla one", Sans-serif;
        text-transform: uppercase;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    padding: 10px 20px;
    height: auto;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group{
    vertical-align: baseline;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 99999;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #061523;
    position: absolute;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 99999;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    border: 2px solid #061523;
    padding: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
    overflow: hidden;
    height: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    background: #061523!important;
    color: #fff!important;
    padding: 0 20px;
    font-weight: 500!important;
    font-family: "fjalla one", Sans-serif;
    font-size: 19px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 17px;
    font-weight: 500 !important;
    color: #484848 !important;
    margin-bottom: 5px;
    font-family: "fjalla one", Sans-serif;
    text-transform: uppercase;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {
    padding: 20px;
    border-right:1px solid #484848;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu {
    display: flex;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column .mega-sub-menu{
    height: 100%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.last .mega-sub-menu{
    border-right: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image{
    padding: 0 0 0 20px;
}
.slide-content-style-1 .elementor-slide-heading strong{
    color: #6eecff !important;
}
.slide-content-style-1 .elementor-slide-heading{
    max-width: 330px;
    margin-bottom: 40px!important;
}
ul.inline-list.payment-icons.footer__section {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0px !important;
}
ul.inline-list.payment-icons.footer__section li{
    margin: 0px 6px;
}

.woocommerce nav.woocommerce-pagination ul{
    border:0px !important;
}
.woocommerce nav.woocommerce-pagination {
    margin-bottom: 30px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0px solid #cfc8d8 !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    min-width: inherit;
    display: block;
    color: #256C98 !important;
    width: 45px;
    height: 45px;
    border: 1px solid #256C98;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    line-height: 32px;
}
.woocommerce nav.woocommerce-pagination ul li:last-child a, 
.woocommerce nav.woocommerce-pagination ul li:last-child span {
    margin-right: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover{
    background: #256C98 !important;
    color: #fff !important;
}

.age-gate {
    padding-top:290px !important;
    background-color: #28c6fd !important;
    box-shadow: none !important;
    max-width: 445px !important;
    position: relative;
    overflow: visible;
}
.age-gate:before{
    content: "";
    position: absolute;
    top:-20%;
    background-image: url(/wp-content/uploads/2025/06/21-over-image.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 429px;
    height: 440px;
    left: 50%;
    transform: translateX(-50%);
    z-index:1 ;
}
.age-gate-label, .age-gate__label{
    display: none !important;
}
.age-gate-headline, .age-gate__headline{
    font-size: 40px;
    font-weight: 700;
    color: #01233e;
    text-transform: uppercase;
    font-family: "Fjalla One", Sans-serif !important;
}
.woocommerce div.product form.cart table tr th,
.woocommerce div.product form.cart table tr td{
    background-color: transparent !important;
}


.woocommerce div.product form.cart .variations select {
    
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=") ;
    background-size: 16px !important;
    background-position: calc(100% - 12px) 50% !important;
    border: 1px solid #2F89C1 !important;
    color: #fff;
    background-repeat: no-repeat;
    background-color: transparent !important;
    font-family: "Fjalla One", Sans-serif;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 500;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Fjalla One", Sans-serif;
}
.woocommerce div.product form.cart .variations{
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select option {
    background: #2F89C1 !important;
}
.woocommerce div.product form.cart .variations th {
    vertical-align: text-bottom !important;
}
.age-gate-subheadline, .age-gate__subheadline {
    font-size: 20px;
    font-weight: 500;
    font-family: "ConduitITC", Sans-serif !important;
    max-width: 65%;
}
button.age-gate-button, 
button.age-gate-submit-yes, 
button.age-gate__button, 
button.age-gate__submit--yes{
    background: #339532 !important;
    font-size: 25px;
    font-weight: 500;
    font-family: "Fjalla One", Sans-serif !important;
    text-transform: uppercase;
}

.mobile-filter.clubhouse-mobile-toggle {
    display: block;
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    border-color: #256C98 !important;
}
.mobile-filter.clubhouse-mobile-toggle:hover,
.mobile-filter.clubhouse-mobile-toggle:focus{
    background-color: #256C98 !important;
}
.mobile-filter svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.wc-block-components-product-metadata p{
    font-size: 20px;
    line-height: 1.2;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
    font-family: "Fjalla One", Sans-serif !important;
    font-size: 24px;
    line-height: 1.2;
}
.description-features {
    /*font-family: "Fjalla One", Sans-serif !important;
    font-weight: 400 !important;*/
}
.page-id-8 .page-header,
.page-id-9 .page-header,
.page-id-10 .page-header,
.single-post #content{
    padding-top: 50px;
}
.woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
    justify-content: center;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, 
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce .woocommerce-MyAccount-navigation ul li a:before{

    color: #fff !important;
}


.watch-video-btn{
    position: absolute;
    bottom: -40px;
    right: 0;
    color: #d5d89f;
    font-family: "Fjalla One", Sans-serif !important;
}
.watch-video-btn:hover{
    color: #d5d89f;
}
.watch-video-btn svg{
    width: 30px;
    vertical-align: bottom;
    fill: #d5d89f;
}
#video-popup {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#video-popup .popup-content {
    position: relative;
    background: #000;
    /*padding: 15px;*/
    padding-top: 30%;
    width: 50%;
}
#video-popup iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}
#video-popup .close-video {
    position: absolute;
        top: -10px;
    right: -10px;
    background: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0 10px;
    width: 36px;
    height: 36px;
    color: #256C98;
}

.social-mobile-icon a{
    display: inline-block;
    width: 27px;
    height: 27px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0 !important;             
    text-decoration: none;
}
.social-mobile-icon a:hover{
    background-color: transparent !important;
}
.insta-menu-icon a{
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20448%20512%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M224.1%20141c-63.6%200-114.9%2051.3-114.9%20114.9s51.3%20114.9%20114.9%20114.9S339%20319.5%20339%20255.9%20287.7%20141%20224.1%20141zm0%20189.6c-41.1%200-74.7-33.5-74.7-74.7s33.5-74.7%2074.7-74.7%2074.7%2033.5%2074.7%2074.7-33.6%2074.7-74.7%2074.7zm146.4-194.3c0%2014.9-12%2026.8-26.8%2026.8-14.9%200-26.8-12-26.8-26.8s12-26.8%2026.8-26.8%2026.8%2012%2026.8%2026.8zm76.1%2027.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9%200-35.8%201.7-67.6%209.9-93.9%2036.1s-34.4%2058-36.2%2093.9c-2.1%2037-2.1%20147.9%200%20184.9%201.7%2035.9%209.9%2067.7%2036.2%2093.9s58%2034.4%2093.9%2036.2c37%202.1%20147.9%202.1%20184.9%200%2035.9-1.7%2067.7-9.9%2093.9-36.2%2026.2-26.2%2034.4-58%2036.2-93.9%202.1-37%202.1-147.8%200-184.8zM398.8%20388c-7.8%2019.6-22.9%2034.7-42.6%2042.6-29.5%2011.7-99.5%209-132.1%209s-102.7%202.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7%209-132.1c7.8-19.6%2022.9-34.7%2042.6-42.6%2029.5-11.7%2099.5-9%20132.1-9s102.7-2.6%20132.1%209c19.6%207.8%2034.7%2022.9%2042.6%2042.6%2011.7%2029.5%209%2099.5%209%20132.1s2.7%20102.7-9%20132.1z%22/%3E%3C/svg%3E")
}
.fb-menu-icon a {
    background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22e-font-icon-svg%20e-fab-facebook%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M504%20256C504%20119%20393%208%20256%208S8%20119%208%20256c0%20123.78%2090.69%20226.38%20209.25%20245V327.69h-63V256h63v-54.64c0-62.15%2037-96.48%2093.67-96.48%2027.14%200%2055.52%204.84%2055.52%204.84v61h-31.28c-30.8%200-40.41%2019.12-40.41%2038.73V256h68.78l-11%2071.69h-57.78V501C413.31%20482.38%20504%20379.78%20504%20256z%22/%3E%3C/svg%3E");
}
.yt-menu-icon a{
    background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22e-font-icon-svg%20e-fab-youtube%22%20viewBox%3D%220%200%20576%20512%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M549.655%20124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781%2064%20288%2064%20288%2064S117.22%2064%2074.629%2075.486c-23.497%206.322-42.003%2024.947-48.284%2048.597-11.412%2042.867-11.412%20132.305-11.412%20132.305s0%2089.438%2011.412%20132.305c6.281%2023.65%2024.787%2041.5%2048.284%2047.821C117.22%20448%20288%20448%20288%20448s170.78%200%20213.371-11.486c23.497-6.321%2042.003-24.171%2048.284-47.821%2011.412-42.867%2011.412-132.305%2011.412-132.305s0-89.438-11.412-132.305zm-317.51%20213.508V175.185l142.739%2081.205-142.739%2081.201z%22/%3E%3C/svg%3E");
}
.tiktok-menu-icon a{
    background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22e-font-icon-svg%20e-fab-tiktok%22%20viewBox%3D%220%200%20448%20512%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M448%2C209.91a210.06%2C210.06%2C0%2C0%2C1-122.77-39.25V349.38A162.55%2C162.55%2C0%2C1%2C1%2C185%2C188.31V278.2a74.62%2C74.62%2C0%2C1%2C0%2C52.23%2C71.18V0l88%2C0a121.18%2C121.18%2C0%2C0%2C0%2C1.86%2C22.17h0A122.18%2C122.18%2C0%2C0%2C0%2C381%2C102.39a121.43%2C121.43%2C0%2C0%2C0%2C67%2C20.14Z%22/%3E%3C/svg%3E");
}
.social-mobile-icon,
.social-mobile-icon-not{
    border-bottom: 0px !important;
} 
.social-mobile-icon-not a{
    font-size: 35px !important;
    font-weight: 500 !important;
    margin-top: 50px;
}
.mobile-header-search .header-search{
    width: 100% !important;
}
/*.woocommerce-LostPassword.lost_password a {
    background-color: #2F89C1 !important;
    color: #ffffff !important;
    text-decoration: none;
    padding: 15px;
    display: block !important;
    max-width: 80%;
    margin: 15px auto;
    font-family: "Fjalla One", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
*/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce button.button, 
.woocommerce input.button {
    background-color: #2F89C1 !important;
    color: #ffffff !important;
    font-family: "Fjalla One", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.custom-product-description ul.flex.flex-col.w-full {
    list-style: none;
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 15px;
}
.custom-product-description iframe{
    max-width: 100% !important;
}

.klaviyo-form > div > div:first-child {
    position: absolute !important;
    right: -70px;
    top: -75px;
}
#chat-widget-container{
    bottom: 80px !important;
    right: 5px !important;
    z-index: 9999999 !important;
}
.xoo-wsc-cart-active .xoo-wsc-container, 
.xoo-wsc-slider-active .xoo-wsc-slider{
    z-index:99999999 !important;
}   

#chat-widget-container{

}

.woocommerce .product .related.products, 
.woocommerce .product .upsells.products {
    border: none!important;
}

.woocommerce .product .upsells.products > h2{
    text-align: center;
    font-size: 72px !important;
    line-height: 1 !important;
    margin-bottom: 70px;
}

.first-customers{
    display: block;
    font-size: 28px;
    color: #6eecff;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 5px;
}

.single-product .custom-sale-badge {
    position: absolute;
    top: 0px;
    left: 25px;
}
.single-product .main-image{
    position: relative;
}
.woocommerce ul.products li.product span.sold-out-badge {
    display: block;
    position: absolute;
    left: auto !important;
    right:0px !important;
    top: 0px !important;
    z-index: 9;
    min-width: 0;
    min-height: 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    width: auto;
    height: auto;
    padding: 5px 8px;
    border-radius: 0px;
    background: #000;
    background-color: #000;
    font-size: 12px;
    line-height: 18px;
}
.woocommerce ul.products li.product span.onsale{
    padding: 3px 3px !important;
}
.pair-with-slider{
    display: block !important;
}
.dgwt-wcas-search-wrapp {
    max-width: 100% !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
   
    background-color: #fff !important;
    border-radius: 0px;
    border-width: 2px 2px 2px 2px;
    border-color: #061523;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    top:10px !important;
    left: 15px !important;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding-left: 48px !important;
    border-radius: 0px !important;
}

.elementor-menu-cart__container.elementor-lightbox{
    display: none!important;
}
.xoo-wsc-sp-rc-bottom .xoo-wsc-sp-price{
    color: #000;
}

.slick-loading{
    opacity: 0;
}

/*.main-slider.slick-slider .slick-lazy {
    visibility: hidden;
    opacity: 0;
}

.main-slider.slick-initialized .slick-lazy {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in;
}*/
@media (min-width: 1350px) {
  body:not([class*=elementor-page-]) .site-main{
        max-width: 1600px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .page-header .entry-title{
        max-width: 100% !important;
    }  
    .alignwide {
     margin-inline: 0px !important;
    }
}
@media (min-width: 1024px) {

    .social-mobile-icon,
    .social-mobile-icon-not{
        display: none!important;
    }
    .column-1-5 .mega-menu-column.mega-menu-columns-1-of-12{
        width: 12.50% !important;
    }
    body.single-post  .site-main{
        max-width: 1000px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}
@media (max-width: 1024px) {

    .social-mobile-icon{
        display: inline-block !important;
        margin-bottom: 50px !important;
        margin-top: 0px !important;
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

}
@media (min-width: 769px) {

    .mobile-filter.clubhouse-mobile-toggle {
        display: none;
    }
}




@media (max-width: 768px) {
    .woocommerce.woocommerce-archive-page #secondary {
        /* width: 100%; */
        border-right: 0px solid #E6E6E6;
        margin-right: 0px !important;
        padding: 0px 15px;
        visibility: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px !important;
        height: 100%;
        padding: 1.5rem;
        opacity: 0;
        background: #256c98;
        -webkit-overflow-scrolling: touch;
        transition: all .35s;
        transition-delay: .1s;
        z-index: 999;
    }
    .woocommerce.woocommerce-archive-page.filter_active #secondary {
        visibility: visible;
        left: 0;
        opacity: 1;
    }
    .woocommerce .product .related.products .custom-related-title {
        font-size: 45px !important;
    }

    .gallery-thumbnails {
        width: inherit !important;
        padding: 10px 0;
    }

    .product-layout-wrap {
        gap: 20px;
        padding-bottom: 20px;
    }
    body .gallery-thumbnails .slick-prev, 
    body .gallery-thumbnails .slick-next {
        top: 30% !important;
        bottom: auto !important;
        transform: none !important;
    }
    body .gallery-thumbnails .slick-prev {
        left: -30px !important;
    }
    body .gallery-thumbnails .slick-next {
        right: -30px !important;
    }

    body .slick-prev, 
    body .slick-next {
        font-size: 22px !important;
    }

    .cell {
        padding: 15px 5px;
    }
    .mobile-header {
        padding: 15px 10px!important;
    }
    .archive-banner h1{
        line-height: 1.1;
        font-size: 40px;
    }
    .accordion-toggle .accordion-icon {
        top: 50%;
        transform: translateY(-50%);
    }
    .alignwide {
        margin-inline: 0px !important;
    }
}


@media (max-width: 480px) {

    .age-gate {
        padding-top:65% !important;
        padding-bottom: 0px !important;
    }
    .age-gate-headline, .age-gate__headline {
        font-size: 30px !important;
    }
    .age-gate-subheadline, 
    .age-gate__subheadline {
        font-size: 18px !important;
    }
    .age-gate:before{
        width: 100% !important;
        height: 65% !important;
    }
    .age-gate-subheadline, .age-gate__subheadline {
        max-width: 100% !important;
    }
}