body{
    overflow-x:hidden;
}


.hero-section{
	padding-left: calc((100% - 1240px)/2 + 5px);
}


#avp-popup{
	max-width: 520px !important;
}

#avp-popup .avp-btn-group .avp-btn {
    font-size: 14px !important;
    letter-spacing: 0px !important;
    text-transform: math-auto !important;
}

.coa-section .pp-info-box-button{
	width: 100% !important;
}

.coa-section .pp-info-box{
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
}

/* =================== */

.products .product{
	border: 1px solid #efefef !important;
	position: relative !important;
	box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 3%) !important;
	border-radius: 20px !important;
	display: flex !important;
	flex-wrap: wrap !important;
	align-content: space-between !important;
	justify-content: space-between;
	background: #fff !important;
	transform: scale(1) !important;
	transition: 0.5s !important;
}


.products .product:hover{
	transform: scale(1.03) !important;
	border: 1px solid #223ba240 !important;
}



.products .product .astra-shop-summary-wrap .ast-woo-product-category{
    position: absolute !important;
    top: 10px;
    left: 10px;
    background: #113b5ca8 !important;
    border: 1px solid #143c5b36;
    padding: 4px 14px;
    opacity: 1 !important;
    letter-spacing: 1.5px !important;
    font-size: 11px !important;
    text-transform: uppercase;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 600 !important;

}

.products .product .astra-shop-summary-wrap{
	/* 	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;*/
	width: 100% !important;
	padding: 12px !important; 
	background: #f3f3f33b !important;
	/*     box-shadow: 7px 8px 0px 0px rgb(255 181 105 / 11%) !important; */
	transition: 0.3s !important;
	border-top: 1px solid #efefef85 !important;
	border-left: 1px solid transparent !important;
	border-right: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
}


.products .product:hover .astra-shop-summary-wrap{
/* 	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;*/
	padding: 12px !important; 
	background: #E7EEFA !important;
    box-shadow: 0px 0px 0px 0px rgb(255 181 105 / 11%) !important;
	transition: 0.3s !important;
	border-radius: 0px 0px 20px  20px !important;
/* 	border-bottom: 1px solid #223ba240 !important;	 */
}

.products .product  .ast-loop-product__link{
	width: 100% !important;
	text-align: left !important;
	margin-bottom: 0px !important;
}

.woocommerce-loop-product__title{
	font-weight: 600 !important;
	font-size: 15px !important;
}


.products .product  .button{
	width: 100% !important;
	padding: 10px 10px !important;
	font-size: 11px !important;
	margin: 0 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase;
	border-radius: 0;
	padding: 13px 15px !important;
	border-radius: 10px !important;
	background: #efefef !important;
	color: #273fa4 !important;
	margin-top: 10px !important;
	font-weight: 600 !important;
	text-align: center !important;
	transition: 0.6s !important;
}

.products .product:hover  .button{
	background: #113B5C !important;
	color: #FFF !important;
}



.products .product  .price{
	text-align: left !important;
	font-weight: 700 !important;
	color: #223ba2 !important;
	font-size: 17px !important
}


 

.products .product img{
	margin-bottom: 0 !important;
	padding: 20px !important;
	margin: 0 auto !important;
	width: 85% !important;
	transform: scale(1) !important;
	transition: 0.5s !important;
	overflow: hidden !important;
}

.products .product .ast-on-card-button{
	display: none !important;
}

.products .product:hover img{
	transform: scale(1.1) !important;
}

.products .product .amount bdi{
	 
}




/* ================= single-product ================== */

.single-product .woocommerce-product-details__short-description ul{ 
	margin-left: 18px !important;
}

.single-product .woocommerce-product-gallery__image .zoomImg{
	background: #fff !important;
}








 

/* ============ Footer ================== */

.footer-section .footer-bottom-icon .pp-logo-grid .elementor-grid-item{
      background: #fff !important;	
}




/* ── Vertical Thumbnails LEFT + Main Image RIGHT ── */

/* Flip the gallery wrapper to row layout */
.woocommerce div.product .woocommerce-product-gallery {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px;
  align-items: flex-start;
}

/* Thumbnails column — left side, vertical stack */
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  flex-direction: column !important;
  order: -1 !important; /* move to left */
  gap: 8px;
  width: 80px !important;
  flex-shrink: 0;
  margin: 0 !important;
}

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 80px !important;
  margin: 0 !important;
  float: none !important;
}

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img {
 
 
  border-radius: 8px;
  border: 2px solid transparent;
  transition: border-color 0.2s;
  opacity: 0.75;
  cursor: pointer;
}

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  border-color: #00D4C8; 
  opacity: 1;
}


.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  flex: 1 !important;
  min-width: 0;
}


.woocommerce div.product .woocommerce-product-gallery {
  position: sticky;
   
}

/*  */

.single-product .ast-on-card-button{
	display: none !important;
}

.single-product .woocommerce-variation-add-to-cart .quantity{
	display: flex !important;
}

.single-product .woocommerce-variation-add-to-cart .quantity .qty-btn-custom{
	margin: 0 !important;
	border-radius: 0 !important;
	background: #F78E22 !important;
	transition: 0.5s !important;
}

.single-product .woocommerce-variation-add-to-cart .quantity .qty-btn-custom:hover{
	background: #cb6a07 !important;
}


/* ── Hide default WooCommerce qty arrows ── */
.woocommerce input[type=number]::-webkit-inner-spin-button,
.woocommerce input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce input[type=number] { -moz-appearance: textfield; }

.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button{
	padding: 15px !important;
}
 

/* single Product Quantity */

.single-product .cart .quantity{
	display: flex !important;
}

.single-product .cart .quantity .qty-btn-custom{
	margin: 0 !important;
	border-radius: 0 !important;
	background: #3b485d !important;
	transition: 0.5s !important;
}

.single-product .cart .quantity .qty-btn-custom:hover{
	background: #046bd2 !important;
}

.single-product .cart .single_add_to_cart_button {
    padding: 15px !important;
}
 
/* Variation CSS */

.single-product .variable-item{
	padding: 17px 27px !important;
	border-radius: 8px !important;
	border: 1px solid #c9cacb !important;
	background: #f1f1f100 !important;
	color: var(--muted) !important;
	font-family: 'Space Grotesk', sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	transition: all 0.2s !important;
	box-shadow: unset !important;
	font-weight: 600 !important;
}

.single-product .selected{
	border: 1px solid #6EADB2 !important;
	background: #6eadb226 !important;
	color: #000 !important;
}

.single-product .ast-stock-avail{
	padding: 5px 10px !important;
	border-radius: 0 !important;
	border: 1px solid #f6e8da !important;
	background: #f6a95b2e !important;
	color: var(--muted) !important;
	font-family: 'Space Grotesk', sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	transition: all 0.2s !important;
	box-shadow: unset !important;
	font-weight: 600 !important;
}

.single-product  .stock {
	color: #d57008 !important;
	font-size: 14px !important;
}

.single-product .woo-selected-variation-item-name{
	color: #000 !important;
	font-weight: 800 !important;
}

.single-product .woocommerce-variation-price{
	font-size: 26px !important;
    font-weight: 900 !important;
    font-family: 'Inter' !important;
}


/*   product_meta  */

.single-product .product_meta{
	display: flex !important;
	flex-wrap: wrap !important;
}

.single-product .product_meta .detail-container, .single-product .product_meta .posted_in{
	width: 100% !important;
}

.single-product .product_meta .detail-label{
	font-weight: 700 !important;
}

.single-product .product_meta a{
	padding: 4px 7px !important;
	display: inline-block;
	border-radius: 50px !important;
	border: 1px solid #d3d3d385 !important;
	background: #fffffff0 !important;
	color: #0000009e !important;
	font-family: 'Space Grotesk', sans-serif !important;
	font-size: 12px !important;
	cursor: pointer !important;
	transition: all 0.2s !important;
	box-shadow: unset !important;
	font-weight: 400 !important;
	line-height: 14px;
	margin-bottom: 4px !important;
	margin-right: 4px !important;
}

.single-product .product_meta a:hover{
	border: 1px solid #71abb4 !important;
	background: #6eadb226 !important;
	color: #000 !important;
}


/* ======  woocommerce-tabs  ========= */

.single-product .woocommerce-tabs .tabs li{
	background: #efefef !important;
}

.single-product .woocommerce-tabs .tabs{
	margin-bottom: 10px !important; 
}  

.single-product .active {
    background: #000000a3  !important;
    color: #fff !important;
}

.single-product .woocommerce-Tabs-panel{
	padding: 10px 0px !important;
}

.single-product .woocommerce-Tabs-panel .jp-relatedposts{
	display: none !important;
}

.single-product .related  .product .pch-save-badge{
	display: none !important;
}

/*  =========== Single Product Payment option Hide ==============  */

.single-product #wc-stripe-express-checkout-element{
	display: none !important;
}

.single-product .ppcp-messages{
	display: none !important;
}

.single-product .ppc-button-wrapper{
	display: none !important;
}


/* ============================ Cart Page ========================= */


.woocommerce-cart .ppcp-messages{
	display: none !important;
}
.woocommerce-cart .wc-block-cart__payment-options{
	display: none !important;
}

.woocommerce-cart .site-content{
	background: #ecf7ff9e !important;
}

.woocommerce-cart .wc-block-cart-items tbody tr{
	background: #fff !important;
}

.woocommerce-cart .wc-block-components-sidebar {
	padding: 0 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block{
	padding: 20px !important;
	background: #fff !important;
}

.woocommerce-cart .wp-block-woocommerce-cart{
	margin: 0 !important;
	padding: 0 !important;
}


/* =================== woocommerce-checkout ================= */

.woocommerce-checkout .site-content{
	background: #e9f6ff75 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block{
	background: #fff !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item{
	border-bottom: 1px solid #efefef !important;
	padding: 10px 0 !important;
}

.woocommerce-checkout .wc-block-components-main{
	background: #fff !important;
	padding: 20px 20px 0px 20px !important;
	box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.05) !important;
}

.woocommerce-checkout .wc-block-components-main input, .woocommerce-checkout .wc-block-components-main select{
	border: 1px solid #ddd !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout{
	margin: 0 !important;
	padding: 0 !important;
}

/* ===================== wpc-filter-title ===================== */

.wpc-filter-title{    
    font-size: 20px !important;
    font-weight: 500;
    padding-bottom: 10px;
}
.wpc-search-field{
    border: 1px solid #b1969287 !important;;
	border-radius:50px !important;
}
.wpc-filters-range-wrapper input{
	border:1px solid #b1969287 !important;
	text-align:center;
	border-radius:50px !important;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
    border-radius: 5px !important;
    box-shadow: 0 2px 6px 1px #1f202808!important;
    border: 1px solid #dfc2a1 !important;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle:hover{
	background-color:#0f172a!important;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range{
	background-color:#b19692 !important
}
/* .wpc-filters-ul-list > .wpc-checkbox-item:not(.wpc-opened) {
    display: none;
} */
.wpc-filters-main-wrap ul.children{
	margin:0px !important;
	padding-left:20px !important;
}
.wpc-filters-main-wrap li.wpc-term-item a{
	color:#000;
}
.wpc-checkbox-item .children{
	padding-top:15px !important;
}


/* Hide native checkbox visually but keep it accessible */
.wpc-term-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}

.wpc-term-item label {
  position: relative;
  padding-left: 26px;
}

/* Box */
.wpc-term-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1.5px solid #ccc;
  border-radius: 3px;
  background: #fff;
  transition: background 0.2s, border-color 0.2s;
}

/* Checkmark */
.wpc-term-item label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 5px;
  height: 9px;
  border: solid #181818;
  border-width: 0 2px 2px 0;
  transform: translateY(-65%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s;
}

/* Checked / selected state */
.wpc-term-item input[type="checkbox"]:checked ~ label::before,
.wpc-term-item.wpc-term-selected label::before {
    background: #dfc2a1;
    border-color: #dfc2a1;
}

.wpc-term-item input[type="checkbox"]:checked ~ label::after,
.wpc-term-item.wpc-term-selected label::after {
  opacity: 1;
}

.wpc-term-item:hover label::before {
  border-color: #999;
}




/* ==================== why-choose-section ===================== */


.why-choose-section .why-choose-box{
	transform: scale(1) !important;
	transition: 0.5s !important;
}

.why-choose-section .why-choose-box:hover{
	transform: scale(1.03) !important;
	transition: 0.5s !important;
}


/*==================== Blog========================= */

.single-post .sharedaddy, .single-post .jp-relatedposts {
	display:  none !important;
}


#infinite-footer{
	display: none !important;
}


.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a,
.single-product .woocommerce-product-gallery__image img,
.single-product .flex-viewport,
.single-product .woocommerce-product-gallery__trigger {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}


/* ============================= Save Badge +=========================== */


.pch-save-badge {
    display: inline-block;
    background: #254ED2;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 20px;
    margin-left: 8px;
    vertical-align: middle;
    white-space: nowrap;
    margin-bottom: 7px !important;
    box-shadow: 0px 5px 6px 3px rgb(0 0 0 / 13%);
	letter-spacing: 0.6px !important;
}



/* ======================= Checkout Extra Product option ============================== */

.checkout-extaproduct-price-cls ins .amount{
	font-weight: 700 !important;
	font-size: 17px !important;
}

.pch-checkout-addon{
	border: 1px solid #1b2a4a0d !important;
	border-radius: 10px !important;
	padding: 12px !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	background: #F9F8FE !important;
}


#order_review{
	background: #fff !important;
	box-shadow: 0px 4px 20px 10px rgb(0 0 0 / 5%) !important;
	border-width:none !important;
	border-style: none !important; 
	 border-color: none !important;
}

#order_review_heading{
    background: #1f3e59 !important;
    padding: 10px 28px !important;
    font-size: 19px !important;
    border: 1px solid !important;
    text-align: center !important;
    color: #fff !important;
}


#customer_details{
	background: #fff !important;
	padding: 0px 25px 25px 25px !important;
	box-shadow: 0px 4px 20px 10px rgb(0 0 0 / 3%) !important;
}





/* ======================================= Single item Variation =========================== */

.woo-variation-items-wrapper .wc-pack-enhanced-item{
	height: 118px !important;
	padding: 0 20px 20px 20px !important;
	position: relative !important;
}



.wc-pack-enhanced-item .variable-item-contents{
	position: unset !important;
	line-height: 25px !important;
	
}

.wc-pack-enhanced-item .wc-pack-badge {
    position: absolute;
    top: -12px !important;
	line-height: 15px !important;
}

.woo-variation-items-wrapper .wc-pack-enhanced-item:hover:before, .woo-variation-items-wrapper .wc-pack-enhanced-item:hover:after{
    opacity: 0 !important;
    visibility: hidden !important;
}

ul.wc-pack-enhanced-ul li.wc-pack-enhanced-item {
	 min-width: 130px !important;
}



/* ===================== woocommerce-checkout ================== */
.woocommerce-checkout .ast-container{
    padding: 0px 0 40px 0 !important;
}

.woocommerce-checkout #primary{
	max-width: 1240px !important;
	margin: auto !important;
	width: 100% !important;
}


/* =================== woocommerce-cart ===================== */

.woocommerce-cart  .ast-container{
    padding: 0px 0 40px 0 !important;
}

.woocommerce-cart #primary{
	max-width: 1240px !important;
	margin: auto !important;
	width: 100% !important;
}

