/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Template: salient
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Description: An Ultra Responsive Multi-Purpose Theme.
Version: 12.1.6
Updated: 2020-07-17

*/


/* hide product -home best seller - golden teacher */
/* .home .woocommerce ul li.post-7976  {
	display: none;
} */

.woocommerce-page table.cart td.actions .coupon
{
	float : right !important;
	text-align : right !important;
}
	
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon
{
	float : right !important;
}
.childcoup
{
	float : right !important;
	text-align : right !important;
}

.id-upload-popup .custom-file-label {
	display: none !important;
}

.id-upload-popup {
	-webkit-box-shadow: 0px 0px 25px 8px rgba(144,144,144,1);
	-moz-box-shadow: 0px 0px 25px 8px rgba(144,144,144,1);
	box-shadow: 0px 0px 25px 8px rgba(144,144,144,1);
}

.bg-overlay {
	z-index: 9 !important;
}

.archive .page-header-bg-image.post_product:after {
	display: none;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-page span.onsale {
    width: auto !important;
}

body #header-secondary-outer {
    background-color: #303030 !important;
}

#header-secondary-outer nav > ul > li > a, #header-secondary-outer .nectar-center-text, #header-secondary-outer .nectar-center-text a, body #header-secondary-outer nav > ul > li > a .sf-sub-indicator i, #header-secondary-outer #social li a i, #header-secondary-outer[data-lhe="animated_underline"] nav > .sf-menu > li:hover > a, #header-outer #mobile-menu .secondary-header-text p{
	color: #fff !important;
}

.vc_row.vc_row-o-equal-height.vc_row-o-content-top.ec-inner-row>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper {
	align-content: space-between;
	display: flex;
	flex-wrap: wrap;
}

.equal-columns .nectar-button {
	margin: 0 auto;
}

@media screen and (max-width: 690px) {
	.woocommerce .classic .product-wrap .add_to_cart_button, 
	.woocommerce .classic .product-wrap .product_type_variable, 
	.woocommerce .classic .product-wrap .product_type_grouped, 
	.woocommerce .classic .product-wrap a.button {
		transform: none !important;
		-webkit-transform: none !important;
	}

	ul.products > li.product {
		padding-right: 18px !important;
		}

	.woocommerce .classic .product-wrap .nectar_quick_view,
	.woocommerce .classic .product-wrap .add_to_cart_button, 
	.woocommerce .classic .product-wrap .button.product_type_variable,
	.woocommerce .classic .product-wrap a.button.product_type_simple  {
		padding: 0px 10px 0px 10px !important;
	}

	
	.woocommerce .classic .product-wrap .add_to_cart_button, 
	.woocommerce .classic .product-wrap .nectar_quick_view,
	.woocommerce .classic .product-wrap .button.product_type_variable, 
	.woocommerce .classic .product-wrap a.button.product_type_simple { 
		line-height: 26px !important; 
	}


	.woocommerce .classic .product-wrap a.button,
	.woocommerce ul.products li.product.classic .button {
		min-height: 0px !important;
	}
	
	i[class="normal icon-salient-cart"]{
		display: none;
	}
}

.post-content .post .content-inner {
	padding-bottom: 0px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin: 25px 0 1em !important;
}

/*promo page 25% off*/
.zoomies-col figure{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.zoomies-col h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 48px;
}

.woocommerce-store-notice, p.demo_store {
	padding: 7px 0 !important;
}


	/* read more mobile */
@media (max-width: 768px){
	.read-more-mobile .more {
		display: none;
	}
}
	@media (min-width: 769px) {
.read-more-mobile .read-more-btn, .read-more-mobile .dots {
		display: none;
}	
}