@import url(utilities.css);

/* Header */
/*
.logo {width: 260px;}
.top-bar{
    background-image: var(--gradient-theme-primary);
    padding: 5px 0;
    color: white;
}

.top-bar select{
    background-color: transparent;
    color: white;
    border: none;
}

.top-bar select:focus{
    outline: none;
    border: none;
}

.top-bar select option {
    border-radius: 10px;
    background-color: var(--color-green);
    
}
.header-socials a{
    color: white;
}

.header-socials i{
    border: 1px solid white;
    padding: 8px 10px;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 15px;
}
.header-socials a:nth-child(2) i{
    padding: 8px;
}
*/
/*
.navbar{
    position: absolute;
    top: 42px;
    /* top: 0; */
    left: 0;
	background-color: #0000004d!important;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none
}
*/

.nav-icons i{
    padding: 14px 15px;
    border-radius: 50%;
    background-color: rgba(255,255,255, 0.56);
    position: relative;
    font-size: 16px;
	color:white;
	/*
    color: var(--color-green);
	*/
    margin-left: 12px;
}
.nav-link{
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link{
    color: white;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: white;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: white;
}

.nav-item{
    padding: 0 1.25rem;
}

.nav-item .dropdown-menu{
    background-color: var(--color-green);
    text-align: right;
}

.nav-item .dropdown-menu .dropdown-item{
    background-color: var(--color-green);
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
}
.nav-item .dropdown-menu .dropdown-item:hover{
    background-color: rgba(255, 255,255, 0.35);
}

/* .toggle-nav-icons{
    display: none;
} */

.toggle-nav-icons .dropdown-menu{
    background-color: transparent;
    border: none;
    left: auto;
    right: 0;
}
.toggle-nav-icons .dropdown-menu .dropdown-item{
    background-color: transparent;
}

.toggle-nav-icons .dropdown-toggle::after{
    display: none;
}
.toggle-nav-icons .fa-sort-down{
    font-size: 20px;
    color: white;
}


/*
.bag-icon::after{
    content: '2';
    background-color: black;
    color: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 3px 5px;
}
*/
/* OffCanvas */
.offcanvas{
    background-color: var(--color-green-secondary);
}
/*
@media only screen and (max-width: 1200px){
    .navbar{
        top: 58px;
    }
}
@media only screen and (max-width: 992px){
    .navbar{
        top: 107px;
    }
}

@media only screen and (max-width: 576px){
    .top-bar{
        display: none;
    }
    .navbar{
        top: 0;
    }
}
@media only screen and (max-width: 370px){
    .navbar-brand img{
        width: 75%;
    }
}
*/
/* @media only screen and (min-width: 992px) and (max-width: 1200px){
    .navbar-collapse .nav-icons{
        display: none;
    }
    .toggle-nav-icons{
        display: block;
    }
} */

.offcanvas-body .dropdown-menu, .offcanvas-body .dropdown-menu .dropdown-item{
    background-color: transparent !important;
    text-align: left;
    border: none;
}

/************************* Home ***********************/

/* Banner Slider */

.banner-slider{
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-banner {
    height: 110vh;
}

.swiper-nav {
    height: 210px;
    box-sizing: border-box;
    padding: 0 0 30px 0;
    width: 50%;
    margin-top: -150px;
    margin-right: -150px;
}


.swiper-nav .swiper-slide {
    width: 100%;
    height: 100%;
    border-radius: 17px;
    transition: 0.5s ease;
}
.swiper-nav .swiper-slide:hover {
    box-shadow: 0 20px 20px -10px rgba(71, 137, 75, 0.63);
}
.swiper-categories .swiper-slide {
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-position: center;
  }
.swiper-categories .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	min-height: 108px;
  }
  .swiper-nav .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-banner .swiper-slide:nth-child(1){
    background-image: url('/image/banner-slide-1.png');
  }
  .swiper-banner .swiper-slide:nth-child(2){
    background-image: url('/image/banner-slide-2.png');
  }
  .swiper-banner .swiper-slide:nth-child(3){
    background-image: url('/image/banner-slide-3.png');
  }


.swiper-nav .swiper-button-next{
    right: 10%;
    display: none;
}
    


  /* Popular Products */
.swiper-products{
    padding: 0 0 30px 0;
}

.popular-products{
    margin-top: 100px;
    padding-bottom: 150px;
}

.popular-products .bg-img-1{
    width: 144px;
    height: 123px;
    position: absolute;
    left: 0;
    top: -20px;
}
.popular-products .bg-img-2{
    width: 134px;
    height: 115px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.swiper-products{
    overflow: visible;
}

.swiper-products .swiper-slide{
    width: clamp(19rem ,20vw + 1rem ,23.125rem);
    padding: 16px;
    text-align: center;
    display: block;
    border: 1px solid var(--color-border);
    transition: 0.5s ease-in-out;
}

.swiper-products .swiper-slide:hover{
    background-color: #E9F5E9;
    border: 1px solid var(--color-green);
    box-shadow: 0 40px 20px -20px rgba(71, 137, 75, 0.23);
}

.swiper-products .swiper-slide .price{
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-products .swiper-slide .price.active{
    display: none;
}

.swiper-products .swiper-slide .primary_btn{
    /*
	transition: 0.5s ease-in-out;
    transform: rotateX(90deg);
	*/
    display: none;
}
.swiper-products .swiper-slide .primary_btn.block{
    display: block;
}
.swiper-products .swiper-slide .primary_btn.active{
    /*transform: rotateX(0deg);*/
	display:block;
}

/* Home Locations */

.home-locations{
    background-image: url('/image/locations-bg.png');
    padding: 100px 0;
}

.location{
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 16px;
    position: relative;
    border: 1px solid var(--color-border);
    margin-top: 20px;
	min-height: 400px;
}
.location-img{
    width: 100%;
    height: auto;
}


/* Mission */

.mission{
    padding: 100px 0;
    
}
.inner-wrapper{
    position: relative;
}

.who-we-are-bg{
    position: absolute;
    top: 0;
    right: 0;
}
.mission-bg{
    position: absolute;
    top: 0;
    left: 0;
}
.who-we-are-tag{
    padding: 22px;
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 50px;
}
.who-we-are-img, .mission-img{
    width: 100%;
}

/* Follow Us */
.follow-us{
    padding: 100px 0;
    background-color: white;
}

/* Brands */
.brands{
    padding: 100px 0 50px 0;
}



@media only screen and (max-width: 1400px){
    .who-we-are-bg{
        display: none;
    }
    .mission-bg{
        display: none;
    }
}
@media only screen and (max-width: 992px){
    .swiper-nav {
        margin-top: -150px;
        margin-right: -150px;
        width: 70%;
    }
    .who-we-are-tag{
        left: 100px;
        bottom: 0;
    }
    .mission{
        padding: 50px 0;
    }
    .follow-us{
        padding-top: 50px;
        padding-bottom: 150px;
    }
}

@media only screen and (max-width: 768px){
    
    .popular-products{
        margin-top: 50px;
    }
    .popular-products .bg-img-1{
        display: none;
    }
    .popular-products .bg-img-2{
        display: none;
    }
}

@media only screen and (max-width: 576px){
    .swiper-nav {
        margin-top: -150px;
        margin-right: 100px;
        width: 80%;
        overflow: visible;
    }
    .who-we-are-tag{
        left: 50px;
        bottom: 0;
    }
    .who-we-are-img, .mission-img{
        width: 90%;
    }
}

@media only screen and (max-width: 370px){
    .swiper-nav {
        margin-top: -120px;
        margin-right: 60px;
        width: 80%;
        overflow: visible;
    }
}


/* For Tablets */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
    .swiper-banner {
        height: 65vh;
    }
}


/************************* About **********************/
.about-banner{
    background-image: url('/image/about-banner.png');
    min-height: 480px;
}


/************************ Careers *********************/

.careers-banner{
    background-image: url('/image/careers-banner.png');
    min-height: 480px;
}

.careers-description{
    position: relative;
}

.careers-bg{
    position: absolute;
    right: 0;
}

.careers-form{
    background-color: var(--color-offwhite);
}

.careers-form-field{
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    color: var(--color-grey);
    width: 100%;
    border: none;
    margin-right: 10px;
    margin-top: 13px;
    margin-bottom: 30px;
}
.careers-form-field:focus-visible{
    outline: none;
}

@media only screen and (max-width: 1400px){
    .careers-bg{
        display: none;
    }
}



/************************ Privacy Policy ***********************/
.privacy-policy-banner{
    background-image: url('/image/privacy-policy-banner.png');
    min-height: 480px;
}


/************************ Terms And Conditions ***********************/
.terms-banner{
    background-image: url('/image/terms-banner.png');
    min-height: 480px;
}


/************************ Contact Us ***********************/
.contact-banner{
    background-image: url('/image/contact-banner.png');
    min-height: 480px;
}

.contact-form-img{
    width: 100%;
    height: 100%;
}

.contact-form-field{
    background-color: var(--color-offwhite);
    padding: 20px;
    border-radius: 8px;
    color: var(--color-grey);
    width: 100%;
    border: none;
    margin-right: 10px;
    margin-top: 13px;
    margin-bottom: 30px;
}
.contact-form-field:focus-visible{
    outline: none;
}
.map{
    width: 100%;
}


/************************ Locations ***********************/

.locations-banner{
    background-image: url('/image/location-banner.png');
    min-height: 480px;
}

.location-hover img{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.location-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--gradient-theme-primary);
    border-radius: 8px;
}

.location-hover a.secondary_btn{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
}

.location-hover a.secondary_btn:hover{
    color: var(--color-green);
}

.location-hover:hover a.secondary_btn{
    opacity: 1;
}
  
.location-hover:hover .location-middle {
    opacity: 0.78;
}


/************************ Shop ***********************/
.shop-banner{
    background-image: url('/image/shop-banner.png');
    min-height: 480px;
}

.browse .filters{
    padding: 20px;
    background-color: var(--color-box-backgrounds);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    margin-bottom: 16px;
}

.browse .filters.active{
    height: 75px;
    /* height: 5%; */
    overflow: hidden!important;
    padding: 15px 20px;
}

.filter-radio{
    display: block;
    margin-bottom: 10px;
}

.filter-radio .checkmark{
    width: 17px;
    height: 17px;
    border: 1px solid rgba(199, 199, 199, 0.49);
	display: block;
	accent-color: var(--color-green);
}
/*
.filter-radio .checkmark[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 17px;
    top: -1px;
    left: -1px;
	position: relative;
    background-color: var(--color-green);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
*/
.close-filter{
    color: var(--color-black);
    font-size: 16px;
    transition: 0.5s ease;
}

.close-filter.active{
    transform: rotateZ(180deg);
}

.browse .sort .input-group{
    background-color: white;
    padding: 14px;
    border-radius: 9px;
    border: 1px solid var(--color-border);
}

.browse .sort .input-group-text, .browse .sort .form-select{
    background-color: transparent;
    border: none;
    padding: 0;
}

.browse .sort .form-select:focus{
    box-shadow: none;
}

.browse .sort .grid-icon{
    padding: 10px 13px;
    background-color: white;
    border-radius: 9px;
    border: 1px solid var(--color-border);
    margin-left: 12px;
}

.browse .product{
    width: 100%;
    padding: 16px;
    text-align: center;
    display: block;
    border: 1px solid var(--color-border);
    transition: 0.5s ease-in-out;
    background-color: white;
	margin-bottom:20px;
}
.browse .product img{
    width: 100%;
}
.browse .product:hover{
    background-color: #E9F5E9;
    border: 1px solid var(--color-green);
    box-shadow: 0 40px 20px -20px rgba(71, 137, 75, 0.23);
}

.browse .item_view_div:hover{
    border: 1px solid var(--color-green-secondary);
}

.browse .product:hover .primary_btn{
    /*margin-top: 2.5rem !important;*/
}

.browse .product .price{
    display: flex;
    align-items: center;
    justify-content: center;
}
.browse .product .specs{
    display: block;
    padding: 5px 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    margin: 5px 0;
    font-size: 14px;
}

.browse .product .price.active{
    /*display: none;*/
}
.browse .product .specs.active{
    /*display: none;*/
}

.browse .product .primary_btn{
    transition: 0.5s ease-in-out;
    transform: rotateX(90deg);
    display: none;
    top: 30%;
    left: 0px;	
}
.browse .product .primary_btn_div{
    margin:0px;
    position: absolute;
    top: 0px;
	width: 100%;
    left: 0px;
	height: 100%;
	padding: 10px;
}
.browse .product .primary_btn.block, .browse .product .primary_btn_div.active{
    display: block;
}
.browse .product .primary_btn_div_above.active{
    background-image: var(--gradient-theme-primary);
	opacity: 0.3;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.browse .product .primary_btn.block, .browse .product .primary_btn_div.active .primary_btn{
    display: block;
    transform: rotateX(0deg);
}
.browse .product .primary_btn.active{
    transform: rotateX(0deg);
}

.browse .product .vert-divider{
    height: 23px;
    width: 0;
    border-left: 2px solid var(--color-border);
    margin: 0 9px;
}

.pagination .page-link{
    padding: 11px 18px;
    background-color: white;
    border: 1px solid var(--color-border)!important;
    border-radius: 9px !important;
    margin: 0 10px;
    /*color: var(--color-black)!important;*/
}
.pagination .page-link:focus{
    box-shadow: none;
}
.pagination .page-item.active .page-link{
    background-color: transparent;
    border: none;
    background-image: var(--gradient-theme-primary);
}

/* Swiper Categories */

.swiper-categories{
    box-shadow: 20px 0 20px inset var(--color-offwhite);
}

.swiper-categories .swiper-slide{
    cursor: pointer;
    background-color: transparent;
}
.swiper-categories .swiper-slide .category-img{
    border-radius: 50%;
    background-color: white;
	margin: 6px;
}
.categoryActive {
	box-shadow: 1px 2px 31px -14px #18ff00;
}
/*
.swiper-categories::before{
    content: '';
    height: 50%;
    width: 12%;
    position: absolute;
    left: 0;
    bottom: 20px;
    background-image: linear-gradient(to right, #f7f7f7 0%, transparent);
    z-index: 2;
}
.swiper-categories::after{
    content: '';
    height: 50%;
    width: 12%;
    position: absolute;
    right: 0;
    bottom: 20px;
    background-image: linear-gradient(to left, #f7f7f7 0%, transparent);
    z-index: 2;
}
*/

/* CTA */
#cta-template{
    padding-bottom: 100px;
}
.cta{
    padding-bottom: 100px;
}

.cta-bg{
    background-image: url('/image/cta-bg.png');
}

.cta-form input{
    padding: 22px;
    background-color: rgba(255,255,255,0.20);
    color: white;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.49);
    margin-right: 10px;
    width: 100%;
}
.cta-form input::placeholder{
    color: white;
}
.cta-form input:focus-visible{
    outline: none;
}

.cta-img{
    position: absolute;
    top: -25px;
    right: 25px;
}

@media only screen and (max-width: 370px){   
    .cta-form .secondary_btn{
        width: 100%;
    }
}

/* Footer */
.footer-main{
    background-color: var(--color-black);
}
.copyright{
    background-color: var(--color-black);
}

footer ul li a{
    color: var(--color-grey);
    font-size: 16px;
}

footer ul li a:hover{
    color: white;
}
.footer-socials{
    width: 50%;
}
.footer-socials a{
    color: white;
}

.footer-socials i{
    border: 1px solid white;
    padding: 8px 10px;
    border-radius: 50%;
    font-size: 14px;
    margin-top: 45px;
}
.footer-socials a:nth-child(2) i{
    padding: 8px;
}

.footer-warning{
    background-color: var(--color-green-secondary);
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
    .footer-socials{
        width: 70%;
    }
}

#intro_static {display:none;}
.ageGate {color:black;}

@media only screen and (max-width: 768px){
    .footer-main .logo{
        width: 75%;
    }
	
	#intro_video {display:none;}
	#intro_static {display:flex;}
	.ageGate {color:white;}
	
	.shop-banner {
    min-height: 265px;
	}	
	.swiper-btn {margin-top: -15px;}
	
}

@media only screen and (max-width: 576px){
    .swiper-categories .swiper-btn{
        width: 45px;
        height: 45px;
        top: 30%;
    }
    .swiper-categories .swiper-button-prev{
        right: 100px;
    }
	.swiper-btn {margin-top: -100px; margin-right: -15px;}
	
}
@media only screen and (max-width: 370px){
    .swiper-categories .swiper-btn{
        width: 35px;
        height: 35px;
        top: 50%;
    }
    .swiper-categories .swiper-button-prev{
        right: 90px;
    }
}


#shop_sidebar .filters 
{
	max-height: 400px;
	overflow-y: auto;
}

#shop_sidebar div .filter-radio {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.swiper-categories a h5 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*
.category_sidebar .custom-radio-btn input {display:none;}
*/
.btn-primary {
	background-color: #479553!important;
	border-color: #4ca900!important;
	color: white;
}
/*
.showlocationoptions {
	color: #479553!important;
}
*/
a {
	color: #2cc936;
}
a:hover {
	color: #07400b;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color:white;
}

.swiper-backface-hidden .swiper-slide { text-align:center;}
.store-location-dropdown {margin-left:4px; margin-right:10px;}

.right-sort {margin-left: auto;}
.d-flex {
    display: flex!important;
}
#shop_sidebar .filters {
    flex-direction: column;
}
#shop_sidebar .filters.active {
    flex-direction: row;
}
.sort-by td {border:none;}