.elementor-982 .elementor-element.elementor-element-5d476c6f{--display:flex;--background-transition:0.3s;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:40px;--padding-right:40px;}/* Start custom CSS for text-editor, class: .elementor-element-67ca8a08 */.site-content{
    min-height: 70vh !important;
}
.entry-title{
    padding-inline: 40px
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity{
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    
}

.woocommerce-cart-form__cart-item.cart_item{
    background: var(--bg-200) !important;
    margin-bottom: 20px;
    border-radius: 1em;
}

.woocommerce-cart-form__cart-item.cart_item input[type="number"] {
    
    font-family: 'Yekan', sans-serif;
    width: 60px;
    height: 36px;
    padding: 0 8px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    -moz-appearance: textfield; /* Firefox */
    margin: 0 auto;
    padding-top: auto !important;
    text-align: center;
}

.woocommerce-cart-form__cart-item.cart_item input[type="number"]:focus {
    outline: none;
    border-color: #666;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}

/* Webkit browsers like Chrome, Safari */
.woocommerce-cart-form__cart-item.cart_item input[type="number"]::-webkit-inner-spin-button,
.woocommerce-cart-form__cart-item.cart_item input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    height: 34px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 18px;
}

/* Hover state for the arrows */
.woocommerce-cart-form__cart-item.cart_item input[type="number"]:hover::-webkit-inner-spin-button,
.woocommerce-cart-form__cart-item.cart_item input[type="number"]:hover::-webkit-outer-spin-button {
    background: #e8e8e8;
}

/* Firefox */
.woocommerce-cart-form__cart-item.cart_item input[type="number"] {
    -moz-appearance: textfield;
}

.woocommerce-cart-form__cart-item.cart_item input[type="number"]::-moz-number-spin-box {
    -moz-appearance: spinner-textfield;
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    height: 34px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 18px;
}

/* Hover state for Firefox */
.woocommerce-cart-form__cart-item.cart_item input[type="number"]:hover::-moz-number-spin-box {
    background: #e8e8e8;
}




.product-name a{
    font-family: 'yekan' !important;
    font-weight: 600 !important;
}

.woocommerce-cart-form__cart-item.cart_item img{
    border-radius: 0.8em;
    min-width: 100px !important;
}

.cart_totals {
    width: 100% !important;
    border-radius: 1em !important;
    border: unset !important;
}

.cart-collaterals{
    border-radius: 1em !important;
    border:1px solid black !important; 
    overflow: hidden
      
}

.woocommerce-shipping-methods{
    display: none;
}

.woocommerce-shipping-destination{
    margin-top: 0;
}

.shop_table.shop_table_responsive th {
    font-family: 'Yekan';
    font-weight: 600 !important;
}

.checkout-button.button.alt.wc-forward{
    background: var(--primary);
    color: black;
    font-family: 'Yekan';
    font-weight: 700;
    border-radius: 0.8em;
    padding-block: 0.8em;
    margin: 0 !important
}

.wc-proceed-to-checkout{
    margin: 0;
    padding: 20px 0 0 0  !important;
}

.checkout-button.button.alt.wc-forward br{
    display: none !important;
}

td.actions p{
    margin: 0 !important
}

.actions .button{
    background: var(--accent) !important;
    padding: 0.5em 1em;
    border: unset;
    border-radius: 0.4em;
    margin: 0 !important;
    color: white;
    font-weight: 600;
    font-family: 'Yekan';
}

.coupon .input-text{
    border: 1px solid black !important;
    border-radius: 0.4em !important;
    font-family: 'Yekan';
    
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5d476c6f */body{
    margin-top: 90px !important;
}/* End custom CSS */