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;
/* 	background-image: linear-gradient(135deg, #00f2ff, #6366f1, #a855f7) !important; */
    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;
}


.archive .elementor-pagination  .page-numbers{
	background: #18266c !important;
    padding: 5px 10px !important;
	border-radius:5px !important;
}

.archive .elementor-pagination .page-numbers:hover,
.archive .elementor-pagination .page-numbers.current{
	background: #34ADC0 !important;
}


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

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

.woocommerce-cart .woocommerce-cart-form{
	background: #0F1420 !important;
}

.woocommerce-cart .woocommerce-cart-form .product-name a{
	color: #fff !important;
}

.woocommerce-cart .shop_table tr td{
	border-bottom: 1px solid #efefef24 !important;
}

.woocommerce-cart .cart_totals h2{
	font-size: 22px !important;
	color: #016bd9 !important;
	text-align: center !important;
}

.woocommerce-cart .cart_totals {
	background: #0A102E !important;
}


/* ====================== Checkout Page =================== */


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


.woocommerce-checkout #customer_details{
	background: #0F1420 !important;
	padding: 30px !important;
	border: 1px solid rgb(255 255 255 / 7%) !important;
}

.woocommerce-checkout #customer_details input, .woocommerce-checkout #customer_details select, .woocommerce-checkout #customer_details select2 {
	background: #07090d !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 8px !important;
	color: #fff !important;
	padding: 25px 20px !important;
	font-size: 0.95rem !important;
	width: 100% !important;
	transition: border-color 0.3s !important;
	box-sizing: border-box !important;
}

.woocommerce-checkout #customer_details textarea{
	background: #07090d !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 8px !important;
	color: #fff !important;
	 
	font-size: 0.95rem !important;
	width: 100% !important;
	transition: border-color 0.3s !important;
	box-sizing: border-box !important;
}

.woocommerce-checkout .input-text::placeholder{
    color: #fff !important;
    opacity: 0.5 !important;
}

#billing_address_1::placeholder,
#billing_address_2::placeholder{
   color: #fff !important;
    opacity:0.5 !important;
}

 


/* Country & State Background */
#billing_country_field .select2-selection--single,
#billing_state_field .select2-selection--single{
    background: #0a0a0a !important;
    border: 1px solid #2d3345 !important;
    color: #fff !important;
    height: 50px !important;
    border-radius: 6px;
}

#billing_country_field .select2-selection__rendered,
#billing_state_field .select2-selection__rendered{
    color: #fff !important;
    line-height: 32px !important;
}

#billing_country_field .select2-selection__arrow,
#billing_state_field .select2-selection__arrow{
    height: 50px !important;
}

#billing_country_field .select2-selection__arrow b,
#billing_state_field .select2-selection__arrow b{
    border-top-color: #fff !important;
}

/*  */

.woocommerce-checkout #customer_details label{
	font-size: 0.72rem !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	color: #73777e !important;
	font-weight: 600 !important;
	margin-bottom: 0.5rem !important;
}

.woocommerce-checkout #customer_details h3{
	font-size: 24px !important;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{
	background: #0F1420;
	color: #ababab !important;
}
    

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a{
	color: #ef1d05 !important;
}


/* -------------- order_review --------------- */

.woocommerce-checkout #order_review{
	background: #0F1420 !important;
	padding: 30px !important;
	border: 1px solid rgb(255 255 255 / 7%) !important;
}

.woocommerce-checkout #order_review_heading{
	padding: 20px !important;
	font-size: 24px !important;
	background: #0F1420 !important;
	border: 1px solid rgb(255 255 255 / 7%) !important;
}

.woocommerce-page.woocommerce-checkout form #order_review td{
	border-color: rgba(255, 255, 255, 0.07) !important;
	font-size: 12px !important; 
}


.woocommerce-page.woocommerce-checkout .woocommerce-privacy-policy-link:hover{
	color:#fff !important;
}

 

/* ============= Search Filter ================= */
/* .archive .wpfMainWrapper .wfpDescription {
	font-size: 28px !important;
}

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


/* ============= Single paroduct ================= */
 .single_product_sections .quantity .qty {
    width: 2.631em !important;
    background: #3494A4 !important;
    color: #fff !important;
}

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

.single_product_sections .quantity button{
	border:0px !important;
	background:transparent !important;
	padding:0px !important;
    color: #fff;
	font-size: 27px;
	padding-right: 10px !important;
}
.single_product_sections .quantity input{
	border:0px !important;
    align-items: center;
}


.single_product_sections .variable-item{
	padding:10px 15px !important;
	border-radius:10px !important;
	background-color: #00000000  !important;
	border:1px solid #3494a4 !important
	box-shadow:unset !important;
	height:auto !important;
	width:auto !important;
	line-height:1em;
	color:#fff !important
}

.single_product_sections .variable-item.selected, .variable-item:hover{
	background-color: #3494a4 !important;
	border:0px solid #3494a4 !important;
	box-shadow:unset !important;
	color:#FFF !important;
		height:auto !important;
	width:auto !important;
}


/* For Chrome, Safari, Edge, and Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

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


