/*
CTC Separate Stylesheet
Updated: 2023-11-15 08:45:07
*/


/*  */
body{
	  scroll-behavior: smooth !important;
	overflow-x:hidden;
}
#colophon {
    display: none;
}

/* checkout page css */
.checkout_css .col2-set{
	width:100% !important;
}

.checkout_css .woocommerce-checkout-review-order{
	width:100% !important;
	float:unset !important;
}
.checkout_css #order_review_heading{
	width:100% !important;
	float:left !important;
}
.checkout_css .woocommerce-checkout-review-order ul{
	margin:0 !important;
}
.elementor-widget-menu-cart .elementor-menu-cart__icon {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.xoo-wsc-empty-cart span {
    font-size: 22px;
    color: #fff;
}
.xoo-wsc-btn {
    font-size: 20px;
}
.xoo-wsch-text {
    font-size: 25px;
    font-weight: 600;
}
.woocommerce .single_add_to_cart_button, 
.woocommerce a.add_to_cart_button {
    display: flex;
    align-items: center;
}

.woocommerce .single_add_to_cart_button i, 
.woocommerce a.add_to_cart_button i {
    margin-right: 5px;
}
.woocommerce-order-overview {
    justify-content: center;
    align-items: center;
}
.woocommerce-order-overview li {
    list-style: none;
    border-right: none !important;
}

@media (max-width:475px){
	.top_heading::after {
   
    width: 389px;
    height: 119px;
  
}

}
@media (max-width:375px){
	.top_heading::after {
    width: 290px;
    height: 140px;
}
		.client_heading::before {
    bottom: -197px;
}
}
	
