/* 
custom-css description
*/



body{
	font-family: yekanbakh;
}

.max-content{
        width: max-content !important;
}

.hoverzoom{
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: background-size 0.5s ease-in-out !important;
}
.hoverzoom:hover {
  background-size: 150% !important;
}
a {
    color: var(--e-global-color-primary);
}
a.added_to_cart.wc-forward {
    display: none;
}
.woocommerce-message {
    display: none !important;
}
p.price {
    margin-block-end: 0;
    display: flex;
    flex-direction: column;
align-items: flex-end;
	font-family: yekanbakh;
}


del {
    text-decoration: none;
    color: var(--e-global-color-7cb347c);
    font-weight: 400;
	font-family: yekanbakh;
}
bdi {
    display: flex;
flex-direction: row;
	gap: 5px;
	align-items: center;
	font-family: yekanbakh;
}
ins {
    text-decoration: none;
    font-weight: 800;
    color: var(--e-global-color-text);
	font-family: yekanbakh;
}
input[type='email']:focus, input[type='date']:focus, input[type='search']:focus, input[type='number']:focus, input[type='text']:focus, input[type='tel']:focus, input[type='url']:focus, input[type='password']:focus, textarea:focus, select:focus {
    outline: none;
    transition: border-color .4s ease;
	background: #F3F3F3;
	border: none;
	border-radius: 8px;
	color: #505050;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background: transparent;
	outline: none;
    border: none;
    padding: 14px 20px !important;
    border-radius: 8px;
	color: #505050;
	background: #F3F3F3;
	font-size: 13px !important;
	font-weight: 400;
	
}
::placeholder {
    color:#A3A3A3;
}

/*** کانواس سبد خرید ***/
.elementor-menu-cart__main {
    padding: 15px 15px;
    
}
.elementor-menu-cart__products {
    flex: 1 1 auto;
}
.elementor-menu-cart__subtotal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-block: 15px;
    font-weight: 500;
}

.elementor-menu-cart__footer-buttons {
    display: flex
;
    flex-direction: column;
}
a.elementor-button.elementor-button--view-cart.elementor-size-md {
    border-radius: 12px;
	background-color: var( --e-global-color-primary ) !important;}
a.elementor-button.elementor-button--checkout.elementor-size-md {
    background: var( --e-global-color-text );
	
}
.elementor-menu-cart__main .elementor-button-text {
    font-size: 14px;
    font-weight: 500;
}
.elementor-menu-cart_product.woocommerce-cart-form_cart-item.cart_item {
    padding-top: 15px;
}
.elementor-menu-cart_product-remove:after, .elementor-menu-cart_product-remove:before {
    background: var(--e-global-color-text);
	
}
.elementor-menu-cart__product-remove.product-remove {
    top: 15px;
    border: none;
}
.elementor-menu-cart__product-price.product-price {
    display: flex
;
    justify-content: flex-end;
}
.elementor-menu-cart__product-price.product-price .quantity {
    display: flex
;
    align-items: center;
    gap: 10px;
}
.elementor-menu-cart__product-price.product-price .quantity .product-quantity {
    color: var(--e-global-color-ae7f402);
}
.elementor-menu-cart__product-price.product-price .quantity .woocommerce-Price-amount.amount {
    color: var(--e-global-color-primary);
    font-weight: 600;
}
	.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background-color: var(--checkout-button-background-color, #69727d);
    color: var(--checkout-button-text-color, #fff);
    display: var(--checkout-button-display, inline-block);
    padding: var(--checkout-button-padding, 15px);
    border-radius: 12px !important;
}

a.added_to_cart.wc-forward {
    display: none !important;
}
}	
	
.elementor-menu-cart__main  a {
    color: var(--e-global-color-primary);
}


.alignwide {
    margin-inline: 0 !important;
}


.widget_shopping_cart_content bdi {
    color: var(--e-global-color-primary) !important;
}
@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1192px;
    }
}






/* Responsive Adjustments */
@media (min-width: 768px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 85%;
    }
}


@media (max-width: 630px) {
    main#content {
    min-width: 97% !important;
}
}

@media (min-width: 992px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 97%;
    }
}
@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1192px;
    }
}
















