body{
    overflow-x:hidden;
}


/* ==================== Quality Assurance ================ */
/* .quality_sections .pp-info-box-container .pp-info-box-title {
	-webkit-background-clip: text;
    background-clip: text !important;
    color: transparent !important;
    background-image: linear-gradient(135deg, #00f2ff, #6366f1, #a855f7) !important;
} */


/* ==================== Woocommerce ================ */
/* .products .product .ast-woo-product-category{
	position: absolute;
    top: 9px;
    left: 9px;
    background: #4B3F9F;
    padding: 3px 10px;

    color: #fff !important;
	border-radius:5px !important;
	opacity: 1 !important;
}

.products .product .ast-woo-shop-product-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products .product .astra-shop-summary-wrap {
	padding: 18px 20px !important;
}
.products .product .astra-shop-summary-wrap p{
	font-size:14px !important;
}
.products .product .astra-shop-summary-wrap .button {
	width:100% !important;
	text-align: center !important;
}


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

.products .product .price{
	margin-top:15px !important;
}

.products .product  .astra-shop-thumbnail-wrap{
	overflow:hidden !important;
}
.products .product img{
	transition:0.5s;
}

.products .product:hover img{
    transform: scale(1.1);
	transition:0.5s;
}
 */
/* ============= Search Filter ================= */
/* .archive .wpfMainWrapper .wfpDescription {
	font-size: 28px !important;
}

.archive .wpfMainWrapper  .wpfFilterVerScroll li{
	margin-bottom:8px !important;
}

*/

.quantity{
	border: 1px solid #E2E5E8;
    padding: 4px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.quantity button{
	border:0px !important;
	background:transparent !important;
	padding:0px !important;
    color: #000;
}
.quantity input{
	border:0px !important;
    align-items: center;
}
/* For Chrome, Safari, Edge, and Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} 


input[type=number] {
  -moz-appearance: textfield;
}

.single-product-card .single_add_to_cart_button{
	border-radius:50px !important;
	width:100% !important;
} 

.shop_top_tab .pp-list-items.pp-inline-items li a {
     display: inline-block;
    padding: 10px 15px;
    border: 1px solid #c5c5c5;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.shop_top_tab .pp-list-items.pp-inline-items li a:hover {
    background: #000;
    color: #fff;
}




/* ==================== Woocommerce  ================ */
/* product loop */

.product_loop .pp-info-box .pp-info-box-description{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* .woocommerce a.added_to_cart{
	display:block !important;
} */

.product .elementor-widget-wc-add-to-cart{
	display:flex !important;
}
/* .added_to_cart{
	position: absolute !important;
    width: max-content !important;
} */


/* ==================== My account paghe  ================ */
.woocommerce-MyAccount-navigation ul li:first-child {
    display: none !important;
}

/* ==================== Checkout  ================ */
.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a{
    padding-left: 10px !important;
}



/* ==================== Header ================ */
@media only screen and (max-width: 1199px){  
	   
	.pp-advanced-menu--dropdown-tablet .pp-advanced-menu--main{
		  display: none !important;
	}

	.pp-advanced-menu--dropdown-tablet .pp-menu-toggle:not(.pp-menu-toggle-on-all){
	   display:block !important;

	}
	
   ul.pp-advanced-menu {
       margin-top: 50px !important;
   }
	.pp-menu-clear {
           background: rgb(0 0 0 / 54%) !important;
     }
	
	
	
 }