/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*
    PRODUCT GRID STARTS
*/

/* Force 2 line title inclusve */
.woocommerce ul.products li.product h2 {
  line-height: 2.5ex;
  height: 10ex; /* 2.5ex for each visible line */
  overflow: hidden;
}

/*
    PRODUCT GRID ENDS
*/


/*
    WOOCOMMERCE STYLES START
*/


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	width: 100%;
    text-align: center;
	text-transform: uppercase;
	margin-left: 2px;
	

}

.elementor-menu-cart__container .elementor-menu-cart__main {
	top: 35px !important;
}


/*
    WOOCOMMERCE STYLES END
*/
/*
   SOLD OUT CSS START
*/
.soldout {
padding: 3px 8px;
text-align: center;
background: #222;
color: #FEE401;
font-weight: bold;
position: absolute;
top: 6px;
font-size: 12px;
}
/*
   SOLD OUT CSS END
*/


/*
   BULK DISCOUNT BAR START
*/
@media only screen and (min-width: 760px) {
.sv-disper-container .sv-disper-prices .sv-disper-item .sv-disper-price[data-title]::before {
	display: block !important;
	-webkit-animation: data_title 500ms;
	animation: data_title 500ms;
	position: absolute;
	display: block;
	padding: 3px 10px 5px 10px;
	left: 0px;
	right: 0px;
	bottom: 35px;
	width: auto;
	min-width: max-content;
	font-size: 12px;
	border-style: none;
	content: attr(data-title);
	z-index: 1;
	background-color:white;
	text-transform: uppercase;
	font-weight: 500;
	color: #000000 !important;
    background-color: #ffffff !important;
}

.sv-disper-container .sv-disper-prices .sv-disper-item .sv-disper-price[data-title]:hover::before {
    position: absolute;
    display: block;
    padding: 3px 10px 5px 10px;
    left: 0;
    right: 0;
    bottom: 35px;
    width: auto;
    min-width: max-content;
    font-size: 12px;
    border-width: 2px 2px 0 2px;
    border-style: none;
    content: attr(data-title);
    z-index: 1;
	text-transform: uppercase;
	font-weight: 500;
}

.sv-disper-container {
	font-family: "Tomorrow", sans-serif !important;
	height: 50px;
	padding-left: 60px;
	padding-right: 160px;
	text-transform: uppercase;
	font-weight: 500;
	z-index: 10 !important;
	border-style: solid !important;
	border-color: #484848 !important;
	border-width: 1px 0px 0px 0px;
	
	
}
.sv-disper-container .sv-disper-prices .sv-disper-bar {
	height: 44px;
}

.sv-disper-container .sv-disper-prices .sv-disper-item {
	height: 50px;
}

.sv-disper-container .sv-disper-prices .sv-disper-item .sv-disper-price {
	top: 15px;
	color: #ffffff;
    background-color: #000000;
	font-size: 12px;
}
	
.sv-disper-container .sv-disper-mess {
	padding-right: 10px;
}
	
.sv-disper-container .sv-disper-mess {
	min-width: 250px; 
	}
}
/*
   All Devices
*/
.sv-disper-container .sv-disper-prices .sv-disper-item .sv-disper-price {
	border-radius: 0px;
}
.sv-disper-container {
	font-family: "Tomorrow", sans-serif !important;
	text-transform: uppercase;
	font-weight: 500;
	z-index: 10 !important;
	}

@media only screen and (max-width: 759px) {
	.sv-disper-container {
	padding-left: 20px;
	padding-right: 20px;
}
}
/*
   BULK DISCOUNT BAR END
*/

/*
   FIX MENU HEIGHT ON MOBILE
*/
.elementor-menu-cart__products {
	max-height: calc(100vh - 280px) !important;
}
/*
   FIX MENU HEIGHT ON MOBILE END
*/




a.outofstock {
	display:block;
	width: 100%;
	font-family: 'Tomorrow';
    background-color: #FEE401;
    font-weight: 500;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
	color: #000000 !important;
}

a.outofstock:hover {
	background-color: #000000;
	border: solid 1px #FEE401;
	color: #FEE401 !important;
}

a.outofstock {
	color: #000000 !important;
}

a.outofstock:hover {
	color: #FEE401 !important;
}

a.blackcherry {
	font-family: 'Tomorrow';
    background-color: #000000;
    font-weight: 500;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
	color: #FEE401 !important;
	border: solid 1px #FEE401;
}

a.blackcherry:hover {
	background-color: #fff;
	border: solid 1px #fff;
	color: #000000 !important;
}

a.blackcherry {
	color: #FEE401 !important;
}

a.blackcherry:hover {
	color: #000000 !important;
}



#order_comments {
	min-height: 80px !important;
}







/* Scrollbar */

@media only screen and (min-width: 950px) {

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #313131;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333;
}

}

 /* END OF SCROLLBAR */


.post-password-form {
max-width: 400px;
margin-inline: auto;
background: #323232;
padding: min(1rem, 3vw);
border-radius: 0.4rem;
color: #f8f8f8;
margin-block: 20vh;

& input[type="submit"] {
background: #f8f8f8 !important;
color: #000 !important;
border: 1px solid #f8f8f8 !important;
text-transform: uppercase;
border-radius: 0.2rem !important;
}

& input[type="password"] {
background: #111114;
border-radius: 0.2rem;
}

   
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
        background: #48484d;
    color: #f8f8f8;
    border: 0;
    border-radius: 0.4rem;
    border: 1px solid rgba(255,255,255,0.1);
width: 100%;
margin-inline: auto;
    
    &:before {
        color: #f8f8f8;
    }
}



/* Styling for flavors in product cards */

.gb-product-flavors {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 4px;
    margin-top: 6px;
    margin-bottom: 4px;
	grid-column: 1 / 3;
    grid-row: 2;
}

.gb-product-flavor {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    padding: 4px 7px;
    border-radius: 999px;
    background: rgb(60 60 60);
    color: #f8f8f8;
}