/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 07:01:42 */
/* global changes */
/* ul, ol{
	margin-left:0 !important;
} */


.single-product .woocommerce-product-details__short-description ul{
	margin-left:0px;
}


/* single products page */
.single-product .woocommerce-message,
.single-product .woocommerce-error{
	width: 62.5%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 50px;
    background-color: #F7F7F7;
    border-radius: 5px;
	outline: none;
}

/* shop pagee */
.woocommerce-shop .woocommerce-result-count,
.woocommerce-shop form.woocommerce-ordering{
	display: inline-block;
}
.woocommerce-shop form.woocommerce-ordering{
	float: inline-end;
    margin: 0px 0px 20px 20px;
	outline: none;
}
@media screen and (max-width: 769px) {
	.woocommerce-shop form.woocommerce-ordering {
		float: none !important;
	}
	.woocommerce-shop form.woocommerce-ordering{
		margin: 10px 0px 0px 0px;
	}
}
/* .woocommerce-shop ul.products li.product img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
} */
.woocommerce-shop ul.products.elementor-grid.columns-4{
	padding-top: 30px;
}
.woocommerce-shop ul.products li .add_to_cart_button{
	display: none;
}
/* my account */
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	margin-left: 0;
}
.woocommerce-account .woocommerce-info, .woocommerce-noreviews, p.no-comments{
	background-color: #f9fafa;
	padding: 20px;
	border:1px solid #d5d8dc;
}

.shiftnav .shiftnav-menu-image img {
    max-width: 180px !important;
    height: auto;
}

/* login-logout page */
div#customer_login{
	display: flex;
	justify-content:space-between;	
}
#customer_login .u-column1.col-1,
#customer_login .u-column2.col-2{
	width: 48%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	width: 100%;
	padding: 8px !important;
	outline:none;
	border: 1px solid #d5d8dc !important;
}

@media (max-width:767px){
	div#customer_login{
		display: block;
	}
	#customer_login .u-column1.col-1,
	#customer_login .u-column2.col-2{
		width: 100%;
	}
	#customer_login .u-column2.col-2{
		padding-top: 30px;
	}
	.woocommerce-account .woocommerce-form{
		height:auto;
	}
}
/* billing and shipping */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form h2,
.woocommerce-account .woocommerce-notices-wrapper + p{
	margin-top:0px !important;
}
/* subscriptions page */
.woocommerce-subscriptions .woocommerce-MyAccount-content-wrapper{
	background-color: #F9FAFA;
    padding: 20px;
	border: 1px solid #d5d8dc;
	border-radius:3px;
}
.woocommerce-payment-methods .woocommerce-info{
	margin-bottom: 20px;
}
/* view order */
.woocommerce-view-order .woocommerce-table--order-details tfoot tr th,
.woocommerce-view-order .woocommerce-table--order-details thead tr th{
	text-align:left;
}
/*checkout*/
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods{
	margin-left:0;
}
@media (max-width: 767px) {
/* 	.woocommerce-checkout div#customer_details, */
	.woocommerce-checkout .e-checkout__column.e-checkout__column-start,
	.woocommerce-checkout .e-checkout__column.e-checkout__column-end{
		width: 100%;
	}

	.woocommerce-checkout .e-checkout__container{
		display:flex !important;
	}
}

/*  checkout-order-received */
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th, 
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
	border: 1px solid #d5d8dc;
	border-collapse: collapse;
	text-align: left;
	padding:10px;
	margin-bottom:30px;
	background-color: #F9FAFA;
	border-radius: 3px;
}
.woocommerce-order-received .woocommerce-order-details p.order-again a.button{
	background: transparent;
	border: 1px solid #d5d8dc;	
	border-radius:3px;
	padding: 12px 32px;
}
.woocommerce-order-received .woocommerce-order-details h2,
.woocommerce-order-received .woocommerce-customer-details h2{
	font-size: 40px;
}
.woocommerce-order-received .woocommerce-customer-details address{
	border: 1px solid #d5d8dc;	
	border-radius:3px;
	background-color: #F9FAFA;
	padding:20px;
}

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin-left: 0;
}

/* cart page */
@media (max-width: 767px) {
    .woocommerce-cart .woocommerce-cart-form__cart-item {
        display: flex;
        flex-wrap: wrap;
		align-items: center;
    }
	.woocommerce-cart .woocommerce-cart-form__cart-item td:nth-child(1),
    .woocommerce-cart .woocommerce-cart-form__cart-item td:nth-child(2) {
        flex: 1 1 50%; 
        max-width: 50%;
		text-align: left;
    }
	.woocommerce-cart .woocommerce-cart-form__cart-item td:nth-child(2) a img{
		margin: 0 auto;
	}
	.woocommerce-cart .woocommerce-cart-form__cart-item td:nth-child(2)::before {
		padding-top: 10px;
	}
	
    .woocommerce-cart .woocommerce-cart-form__cart-item td:nth-child(n+3) {
        flex: 1 1 100%; 
        max-width: 100%;
    }
	.woocommerce-cart .woocommerce table.cart tr.woocommerce-cart-form__cart-item.cart_item{
		padding: 10px;
	}
	.woocommerce-cart tr.woocommerce-cart-form__cart-item td .ywsbs-wrapper{
		display:block;
	}
}

/* header submenu */

.menu-item-has-children a::after {
	display:none;
}
.sub-menu.elementor-nav-menu--dropdown{
	min-width: 180px !important;
}
/* .sub-menu.elementor-nav-menu--dropdown li:first-of-type a:first-child {
    padding-bottom: 0px !important;
} */
.sub-menu.elementor-nav-menu--dropdown li a{
	padding: 20px !important;
	transition: all 0.3s ease;
	line-height:20px !important;
}
.sub-menu.elementor-nav-menu--dropdown li a:hover{
	padding: 10px 10px !important;
}
/* .sub-menu.elementor-nav-menu--dropdown li:first-of-type a:first-child:hover{
	padding-bottom: 0px !important;
} */

/* review slider */
.review-slider i.eicon-chevron-right,
.review-slider i.eicon-chevron-left{
	background-color: #00000050;
  	border-radius: 10%;
  	padding: 5px;
/*   	margin: 0px -16px; */
}
/* header add to cart */
.cart-icon-container{
	position: relative; 
	display: inline-block;
	padding-top: 4px;
}
.cart-icon-container a {
	text-decoration: none; 
	color: #000000;
}
.cart-count{
    position: absolute;
    top: -9px;
    right: -8px;
    background: #f4e9db;
    color: black;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 18px;
	font-weight: 500;
}
