/*
Theme Name: Lagar Child
Author: VamTam
Author URI: https://vamtam.com
Template: lagar
*/

.wcpay-payment-request-button-separator, #wcpay-payment-request-button-separator{
	display: none !important;
}
.vamtam-sticky-header--fixed-shown img{
	width: 60% !important;
}
.woocommerce div.product .bdt-wc-product-image img {
    max-width: 240px;
    margin: 0 auto;
}
.region-section .elementor-shortcode{
	display: none;
}
.bdt-wc-products.bdt-wc-products-skin-default .bdt-wc-product-image img {
    width: 100%;
    height: 300px;
	object-fit: contain;
}
.product-listing .bdt-wc-product-inner{
	    background: #ffffff5c;
    padding-top: 20px;
}
.archive header.vamtam-sticky-header{
	background: rgb(84, 93, 92);
}
.archive header.vamtam-sticky-header .elementor-widget-theme-site-logo img{
	    width: 90%;
    padding-bottom: 10px;
}
.product-listing-cat .elementor-widget-container{
	margin: 30px 0px 30px 0px !important;
}
.product-listing-cat .product {
	    background: #fff !important;
    border: none !important;
}
.product-listing-cat .product a{
	height: auto !important;
    max-height: auto !important;
}
.product-listing-cat .product img{
	  height: 300px !important;
    object-fit: contain;
}
  
.product-listing-cat .vamtam-product-content{
	height: auto;
    max-height: auto;
	padding-bottom: 30px !important;
}
.product-listing-cat .navigation {
    clear: both;
    margin-top: 40px !important;
}
.product-listing-cat .navigation a,.product-listing-cat  .navigation span {
    font-size: 14px !important;
    background: #fff;
    border: none !important;
}
.product-listing-cat .navigation .next,.product-listing-cat  .navigation .prev {
    background: var(--vamtam-accent-color-5);
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 28px;
    padding: 8px 0 !important;
    border: none;
}
.product-listing-cat .navigation .current,.product-listing-cat  .navigation a:not(.prev):not(.next):hover {
    background-color: var(--vamtam-accent-color-1) !important;
    border: solid 1px var(--vamtam-accent-color-1) !important;
    color: var(--vamtam-accent-color-1-hc) !important;
}
.product-listing-cat .navigation .next:hover, .product-listing-cat .navigation .prev:hover {
    background-color: var(--vamtam-accent-color-1) !important;
    color: var(--vamtam-accent-color-1-hc);
}
.woocommerce-price-suffix{
	font-size: 14px;
}
.elementor-8012 .elementor-element.elementor-element-241453f4 .swiper-slide-contents {
    max-width: 100%;
    width: 100%;
}
.widget_shopping_cart_content .vamtam-close{
	display: none !important;
}
.product-shop-listing .wpr-grid-image-wrap img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.product-shop-listing .wpr-grid-item-inner{
		background: #fbfbf8;
		padding: 10px;
	}

.woocommerce-mini-cart__buttons .button.checkout{
	float: right;
}
.wpr-mini-cart-remove a.remove{
	    font-size: 32px!important;
    height: 30px;
    width: 30px
}
.added_to_cart{
	padding: 12px 20px !important;
    font-weight: 400 !important;
    font-family: "Cormorant Infant" !important;
}
.mini_cart_item{
	list-style: none;
	grid-template-rows: auto;
    grid-template-columns: 25% auto auto;
    padding-top: 20px;
    padding-bottom: 10px;
	position: relative;
}
.mini_cart_item:not(:last-of-type) {
    margin-bottom: 10px;
}
.wpr-mini-cart-image {
    grid-row: 1/3;
}
.woocommerce-mini-cart{
	background: #fff;
	margin: 0 !important;
}
.wpr-mini-cart-image {
    max-width: 120px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    grid-row: 1/2;
}
.wpr-mini-cart-image img{
    height: 130px !important;
    object-fit: contain;
    float: left;
    display: flex;
}
.wpr-mini-cart-name-and-quantity {
    flex-direction: column;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 25px;
}
.wpr-mini-cart-name-and-quantity>a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-size: 22px;
    font-weight: 300;
    line-height: 1.2em;
}
.wpr-mini-cart-quantity{
	grid-column: 1/4;
    padding-top: 20px;
    color: inherit;
    flex-direction: column;
    padding-left: 0;
    width: 100%;
    display: flex;
}
.wpr-mini-cart-quantity .quantity {
    font-family: Alata;
    font-size: 14px;
    color: var(--vamtam-accent-color-3);
    min-height: 30px;
    align-items: center;
    align-self: flex-start;
    float: left;
    width: 100%;
    display: block;
}
.wpr-mini-cart-quantity .amount{
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--vamtam-accent-color-6);
    align-self: flex-end;
    float: right;
    display: inline-flex;
}
.wpr-mini-cart-remove {
    grid-row: 1;
	display: flex;
    align-items: stretch;
    border: none;
    border-radius: 0;
	grid-column: 3/4;
    justify-self: flex-end;
    border: 0;
    width: auto;
    height: auto;
	color: #818a91;
    width: var(--remove-item-button-size,22px);
    height: var(--remove-item-button-size,22px);
    border-radius: var(--remove-item-button-size,22px);
    border: 1px solid var(--remove-item-button-color,#d4d4d4);
    text-align: center;
    overflow: hidden;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	right: 0;
    top: 20px;
}
.wpr-mini-cart-remove>a {
   display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 1;
    position: absolute;
    left: -5px;
    top: -8px;
}
.woocommerce-mini-cart__buttons a{
	font-family: alata,Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #b98d58;
    background-color: #02010100;
    border-radius: 0 0 0 0;
    padding: 20px 0;
	background-color: var( --e-global-color-vamtam_accent_2 );
	color: var( --e-global-color-vamtam_accent_8 );
	    width: 48%;
    margin-bottom: 30px;
}
.wpr-mini-cart-remove .vamtam-close {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: middle;
}
.woocommerce-mini-cart__buttons .checkout{
   color: var( --e-global-color-vamtam_accent_8 ) !important;
    background-color: var( --e-global-color-vamtam_accent_1 ) !important;
}
.woocommerce-mini-cart__total.total{
	padding-top: 20px;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount{
	float: right;
}
.single-product .woocommerce a.remove, .woocommerce ul.product_list_widget li a.remove {
    font-size: 36px!important;
    height: 30px;
    width: 30px;
    padding: 0;
    font-weight: 400;
    line-height: 20px!important;
    text-align: center;
    transition: all .2s ease;
    top: -4px;
}
.mini_cart_item .vamtam-quantity svg{display: none;}
.product-shop-listing .woocommerce-LoopProduct-link img {
    width: 100%;
    height: 300px !important;
    object-fit: contain !important;
}
.product-filters .yith-ajaxsearchform-container input{
	background-color: #f9f8f4 !important;;
	background: #f9f8f4 !important;
}
.product-filters .yith-ajaxsearchform-container input#yith-searchsubmit{
	background-color: transparent !important;;
	background: transparent !important;
}
.product-filters .reset-filters{
	background: #B98D58;
    color: #fff;
    padding: 20px;
    margin-top: 10px;
}
.product-filters .reset-filters:hover{
	text-decoration: underline
}
.archive .vamtam-sticky-header {
    visibility: visible !important;
}
@media screen and (min-width: 1024px) {
	.product-shop-listing .wpr-grid-item {
/*     padding: 0!important;
    float: left;
    position: relative !important;
    text-align: center;
    width: 25% !important;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-left: 30px !important;
    left: inherit !important;
    clear: none !important;
    top: inherit !important; */
}
	.woocommerce div.product div.images img {
		max-height: 780px;
		object-fit: contain;
	}
	
	.product-shop-listing .wpr-pointer-item{
		    min-height: 47px;
	}
	.product-shop-listing .wpr-grid-item:nth-child(5n) {
/* 		clear: both !important; */
	} 
	.product-shop-listing .wpr-grid {
    opacity: 0;
/* 		height: auto !important;
		transition: none !important; */
	}	
	
}
@media (max-width: 767px){
	.catalog-btn, .discover-btn{
		width: 100% !important;
		max-width: 100% !important;
	}
	.catalog-btn .elementor-widget-container, .discover-btn .elementor-widget-container{
		    padding: 0px 0px 15px 0px !important;
	}
}