

.woocommerce-js .woocommerce-breadcrumb {
    margin: 0 !important;
}
/* single product page */
.cfvsw-label-option {
    padding: 8px 14px !important;
	font-family: 'Noto Sans Bengali', sans-serif !important;
}
.cfvsw-selected-swatch {
    background-color: #f39200 !important;
    color: #fff !important;
}
.woocommerce-variation-price span.woocommerce-Price-amount.amount {
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: 'Noto Sans Bengali', sans-serif !important;
    color: #F39200 !important;
}
.woocommerce-js .quantity .minus {
    border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}
.woocommerce-js .quantity .plus {
    border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}
.woocommerce-js div.product form.cart .button {
    width: 100% !important;
	padding: 12px 20px !important;
}
#whatsapp-help {
	cursor: pointer;
}

/* filters */
.wpc-open-close-filters-button {
    width: 100% !important;
    border-radius: 8px !important;
    margin-bottom: 0 !important;
}
.wpc-filters-widget-content.wpc-opened {
    margin-top: 20px;
}
input[type=number].wpc-filters-range-max, input[type=number].wpc-filters-range-min {
    border-radius: 12px !important;
}
/* search */
.dgwt-wcas-sp {
    display: flex;
    gap: 4px;
}
.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 16px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 16px !important;
    font-family: Inter, sans-serif !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 13px !important;
    top: 11px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0 !important;
}
/* floating cart */
.xoo-wsc-basket {
    right: 0px;
    bottom: 50% !important;
    transform: translateY(50%);
    border-radius: 16px 0 0 16px !important;
	margin: 0 !important;
}




/* swap product image for loop grid and shop start */
.cswap-flip-box {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.cswap-flip-box .cswap-link {
    display: block;
    position: relative;
}
.cswap-flip-box img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    display: block;
}
.cswap-flip-box .main-img {
    z-index: 1;
}
.cswap-flip-box .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    object-fit: cover;
    height: 100% !important;
}
.cswap-flip-box:not(.cswap-no-gallery):hover .hover-img {
    opacity: 1;
}
.cswap-flip-box:not(.cswap-no-gallery):hover .main-img {
    opacity: 0;
}
.cswap-flip-box.cswap-no-gallery:hover .main-img {
    transform: scale(1.1);
    opacity: 1;
}
/* swap product image for loop grid and shop end */





@media (max-width: 1200px) {
    .ast-separate-container .entry-content > .alignfull, .ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide, .ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide, .ast-plain-container .entry-content .alignfull {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}





@media all and (max-width: 767px) {
/* 	single product page */
	.woocommerce-variation-add-to-cart.variations_button {
		display: flex;
		flex-direction: column !important;
	}
	button#custom_buy_now_btn {
		margin-left: 0 !important;
	}
	
/* 	side cart */
	.xoo-wsc-basket {
		border-radius: 12px 0 0 12px !important;
		width: 50px !important;
    	height: 50px !important;
	}
	.xoo-wsc-bki {
		font-size: 24px !important;
	}
	.xoo-wsch-text {
		font-size: 16px;
	}
	span.xoo-wsch-icon {
		font-size: 18px;
	}
	.xoo-wsc-items-count {
		top: -6px !important;
		left: -8px !important;
		height: 22px !important;
		font-size: 12px !important;
		line-height: 23px !important;
		width: 22px !important;
	}
	
}
