
@media screen and ( min-width: 921px )
{
	.ast-left-sidebar #primary{
		padding-left:20px;
		border-left: none;
	}
	
	.ast-left-sidebar #secondary{
		padding-right: 20px;
		border-right: none;
	}
}

.woocommerce ul.products, .woocommerce-page ul.products{
	column-gap: 10px;
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}

.woocommerce-ordering select{
	background-color: #fff !important;
	color: var(--color-blue-dark);
}

.container-products{
	max-width: 1200px;
	width: 100%;
	display: flex;
	-webkit-display: flex;
	overflow: hidden;
	opacity :0;
	overflow: hidden;
}

.container-products.slick-initialized{
	opacity: 1;
}

.container-products .item.product{
	max-width: 400px;
}

.item.product{
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	-webkit-display: flex;
	flex-direction: column;
	text-decoration: none !important;
}

.item.product .image{
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


.item.product .details{
	padding-top: 5px;
	padding-bottom: 5px;
}

.item.product .details b{
	color: #000;
}

.item.product .details h3{
	color: #000;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 400;
}

.item.product .details .left{
	flex-grow: 1;
}

.item.product .details .right{
	flex: 0 0 20%;
	text-align: right;
	margin-left: auto;
}

@media screen and (max-width: 480px )
{
	.item.product .details{
		flex-direction: column-reverse;
	}
	
	.item.product .details .right{
		text-align: left;
		margin-left: 0;
	}
}

.item.product .actions{
	margin-top: auto;
}

.item.product .actions .price-box{
	background-color: var(--color-blue-dark);
	padding: 5px 15px;
	color: #fff;
	border-radius: 10px;
}

.item.product .actions .add-to-cart span{
	display: inline-block;
	background-color: var(--color-orange);
	padding: 10px 15px;
	text-align: center;
	border-radius: 10px;
	margin: 0;
	line-height: 1;
}

.item.product .actions .add-to-cart span i{
	color: #fff;
}

.chosen-choices li{
	width: 100%;
}

.chosen-choices li span{
	color: #000;
}

.chosen-choices li.search-field
{
	border: 1px solid #ececec
}

.widget-woof .widget-title{
	display: none !important;
}

/*
 * PRODUCT
 */

.woocommerce-breadcrumb span,
.woocommerce-breadcrumb a{
	color: var(--color-orange-light) !important;
	font-weight: 300;
}

.woocommerce-breadcrumb{
	font-weight: 600;
	color: var(--color-orange-light) !important;
}

.woocommerce #content .ast-woocommerce-container div.product div.images, 
.woocommerce .ast-woocommerce-container div.product div.images, 
.woocommerce-page #content .ast-woocommerce-container div.product div.images, 
.woocommerce-page .ast-woocommerce-container div.product div.images{
	width: 40%;
}

.woocommerce #content .ast-woocommerce-container div.product div.summary, 
.woocommerce .ast-woocommerce-container div.product div.summary, 
.woocommerce-page #content .ast-woocommerce-container div.product div.summary,
.woocommerce-page .ast-woocommerce-container div.product div.summary{
	width: 57%;
}

.woocommerce-js div.product .product_title{
	font-size: 30px;
	margin-bottom: 0;
}

.woocommerce div.product p.price span{
	font-size: 33px;
}

.woocommerce-js div.product form.cart div.quantity{
	display: none;
}

.ast-stock-detail{
	display: none;
}
@media screen and ( min-width: 768px )
{
	.ast-stock-detail{
		float: right;
	  	margin-bottom: 0;
	  	width: 66%;
	  	padding-top: 2.5px;
	}
	
	.woocommerce-js div.product form.cart{
		float: left;
  		width: 33%;
	}
	
}
.mrmoeneys-meta{
	border-top: 1px solid var(--color-orange-light);
	padding-top: 10px;
}

.mrmoeneys-meta > div{
	flex: 0 0 50%;
}

.mrmoeneys-meta > div table{
	border: none;
}

.mrmoeneys-meta > div table td{
	padding: 2px 5px;
	border: none;
	vertical-align: top;
}

.mrmoeneys-meta p{
	margin-bottom: 2px;
}

.woocommerce-js div.product .product_meta {
	display: none;
}


.is-large.wc-block-cart .wc-block-cart-items{
	background-color: #fff !important;
	color: var(--color-blue-dark);
	border-radius: 10px;
}

.is-large.wc-block-cart .wc-block-cart-items span,
.is-large.wc-block-cart .wc-block-cart-items a{
	color: var(--color-blue-dark) !important;
}

.wc-block-components-sidebar{
	padding: 10px;
	background-color: #fff !important;
	color: var(--color-blue-dark) !important;
	padding-left: 1% !important;
	border-radius: 10px;
	margin-top: 0 !important;
}

.wc-block-components-sidebar span{
	color: var(--color-blue-dark) !important;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector{
	display: none !important;
}

/*
 * ARCHIVE
 */
@media screen and ( max-width: 922px )
{
	.archive.tax-product_cat .site-content .ast-container{
		flex-direction: column !important;
	}
}
/*
 * CHECKOUT
 */
.wc-block-components-form{
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	color: var(--color-blue-dark);
}


.wc-block-components-form h2,
.wc-block-components-form span{
	color: var(--color-blue-dark)  !important;
}

.woocommerce-mini-cart span{
	color: var(--color-blue-dark);
}

.wc-block-components-product-badge{
	display: none !important;
}

.wc-block-components-product-metadata{
	display: none;
}

.wc-block-components-order-summary-item__individual-prices{
	display: none !important;
}

/*
 * MINICART
 */
.ast-addon-cart-wrap{
	width: 102px;
  	height: 70px;
	display: block;
	text-align: center;
}

.ast-addon-cart-wrap i{
	display: none !important;
}

.ast-addon-cart-wrap::before{
	content: "";
	width: 34px;
  	height: 33px;
	clear: both;
	display: inline-block;
	background-image: url('../images/icon-shopping-cart.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.ast-addon-cart-wrap > span{
	font-size: 14px;
	line-height: 1 !important;
}

.astra-cart-drawer-header span{
	color: var(--color-blue-dark);
}

body .woocommerce-MyAccount-navigation-link{
	background-color: #fff;
	
}

body .woocommerce-MyAccount-navigation-link a{
	color: var(--color-blue-dark);
}

.woocommerce-account .woocommerce-MyAccount-content{
	background-color: #fff;
	padding: 15px;
	color: var(--color-blue-dark);
	border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{
	color: var(--color-blue-dark);
}

.chosen-container .chosen-results li.active-result{
	font-size: 18px;
}

.custom-add-to-cart-wrapper.price-on-request{
}

.custom-add-to-cart-wrapper.price-on-request a{
	color: #000 !important;
	background-color: #fdbc78;
	display: inline-block;
	border-radius: 15px;
	padding: 8px 45px;
}
