/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/***** responsive *****/
@media (min-width: 981px) {
	.et_vertical_nav #main-header #top-menu>li>a {
		text-align: center;
    	line-height: 1.4em !important;
		padding-bottom:30px;
	}
}

/*** product visibility message ***/
.pro_visib_msg {
	background:#fff;
	padding: 2em;
}
body.page-id-8322 .logo_container {
	display: flex;
height: 60px;
align-content: center;
justify-content: center;
}
body.page-id-8322 .logo_container img#logo {
	width: 100%;
max-height: none;
}

/***** TYPE *****/

h2, h3, h4, h5, h6,
.et_pb_contact_main_title {
	font-family: 'Lexend Deca', sans-serif !important;
}

.yesteryear-header h2 {
	font-family: 'Yesteryear',handwriting !important;
}

.et_pb_text_inner a {color: #bd1f3e!important;text-decoration:underline;}

a.et_pb_button {
line-height: 1.4em !important;	
}

small {font-size: 0.7rem;
    font-weight: 400;}

hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.sup {
    vertical-align: super;
    font-size: 0.5em;
}

.et-social-icon > a:before {
	font-size: 16px;
}

.icon-list ul {
	padding-left: 26px;
}

.icon-list ul > li {
    font-family: 'Source Serif Pro',Georgia,"Times New Roman",serif;
    list-style: none;
}

.icon-list ul > li:before {
	content: '';
    display: inline-block;
    height: 13px;
    width: 12px;
    background-image: url(/wp-content/uploads/2019/09/deluxe-vanilla-favicon.png);
    background-size: contain;
	background-position: center center;
    position: absolute;
    left: 0px;
    top: 6px;
}

.et-fixed-header #top-menu #menu-item-34>a, 
.et-fixed-header #top-menu #menu-item-38>a {
	color: #2d2d2d!important;
}
header:not(.et-fixed-header) nav>ul>#menu-item-34>a,
header:not(.et-fixed-header) nav>ul>#menu-item-38>a{
	color: #fff !important;
}

.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 10px;
	width:170px;
}

.btn-inline .et_pb_button_module_wrapper > a {
	width: 100%;
}

#mobile_menu {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.et_header_style_split #main-header .mobile_nav {
    background-color: rgba(0,0,0,.3);
}

.et_pb_wc_images .onsale {display: none;}

/***** sticky logo *****/
/* .et-fixed-header #logo {
content: url(/wp-content/uploads/2019/09/deluxe-vanilla-favicon.png);
}
body .et-fixed-header .centered-inline-logo-wrap {
	height: 50px !important;
    top: -14px;
} */

/***** TOP NAV *****/
/* .et_header_style_split #top-menu-nav {
    margin-left: 40px;
} */

#top-menu {
display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    align-content: baseline;
    height: 100%;
}

header:not(.et-fixed-header) .centered-inline-logo-wrap #logo {
    top: -18px;
    position: relative;
}

header:not(.et-fixed-header) .centered-inline-logo-wrap{
max-width: 175px !important;
}

#top-menu li {
	padding: 0 20px !important;
}

header.et-fixed-header ul#top-menu > * {
    padding-bottom: 25px;
}

/**** HOME SHOP ****/

/* image edge fix */
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	margin-right:1px !important;
}

/***** hide product sale prices *****/
.woocommerce ul.products li.product .price del {
	text-decoration: none;
    opacity: 1;
}
.woocommerce ul.products li.product .price ins {
	display:none;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin: 0 0 3em;
}


.product_cat-gallon-product:before,
.product_cat-quart-product:before,
.product_cat-quart-product-alt:before {
    background: #bd1f3e;
    padding: 0.4em 1.4em;
    color: #fff;
    border-radius: 100px;
    position: absolute;
    z-index: 5;
    top: -8px;
    left: auto;
    right: -8px;
    font-size: 90%;
    line-height: 1rem;
}

.product_cat-gallon-product:before {
    content: "10% off 4 or more - Mix and Match Gallon";
}

.product_cat-quart-product:before {
    content: "10% off 6 or more - Mix and Match Pure Organic";
}

.product_cat-quart-product-alt:before {
    content: "10% off case of 6 or more";
}

@media(min-width:681px) and (max-width:980px) {
	.et_pb_shop ul.products.columns-3 li.product {
		width: 48% !important;
	}
}

@media(max-width:680px) {
	.et_pb_shop ul.products.columns-3 li.product {
		width: 100% !important;
        margin-right: 0 !important;
	}
}

/***** WHOLESALE *****/
.woocommerce-breadcrumb {
	pointer-events:none !important;
}
.woocommerce-breadcrumb * {
	color: #767676 !important;
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del {
    color: #bd1f3e !important;
}
body.logged-in .wholesale-inquiry-box,
body:not(.logged-in) .logged-in-text {
	display: none;
}

.woocommerce-form-coupon-toggle {
	display:none;
}
body .woocommerce form.checkout_coupon {
	display: block !important;
}

#customer_details {
	margin-bottom:30px;
}

/* .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 20px;
} */

.woocommerce .woocommerce-order-details {
    margin-top: 2em;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    padding: 0.5em;
}
.woocommerce table.shop_attributes th {
    text-align: left;
}

.berocket_better_labels.berocket_better_labels_image {
	right:auto !important;
}
.berocket_better_labels .br_alabel > span {
	padding: 1em !important;
    margin: 0px !important;
    width: auto !important;
    border-radius: 0px !important;
}

.bulk_table {
	display:none !important;
}

/***** products *****/
.woocommerce-product-attributes-item--weight, 
.woocommerce-product-attributes-item--dimensions {
    display: none !important;
}

/****** CART ******/
@media (max-width:767px) {
	.woocommerce-message {
		text-align: center;
	}
	.woocommerce-message span {
		margin-bottom: 10px;
    	display: block;
	}
	.woocommerce-message a.button {
		float:none !important;
		    width: 100%;
    margin-bottom: 10px;
	}
}

@media (min-width:767px) {
.woocommerce-message {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 1em 1.5em !important;
}
	.woocommerce-message span {
	width:60%;
}
	.woocommerce-message a.button {
		width: 40%;
	    margin-right: 20px;
	}
}

.woocommerce-message a.button {
	background: #fff;  
    text-align: center;
}
.woocommerce-message a.button:hover {
	background: #fff;
    opacity: 0.8;
}

body #footer-info a {
	font-weight: 500;
    color: #808080;
}
 
body.single-product #product_total_price {
	display:none;
}