/* 
Theme Name: Hello Elementor Child
Theme URI: https://www.coreldesign.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://www.coreldesign.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.coreldesign.com/
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*تغییر استایل دکمه ها*/

.woocommerce .cart .column_product_cart_button .cart .button ul.products li.product .mfn-li-product-row-button .mfn-product-add-to-cart .single_add_to_cart_button a.button, .woocommerce-page ul.products li.product .mfn-li-product-row-button a.button {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: 'shabnam';
    height: 40px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 14px;
}

/*حذف آیتم تعیین تعداد سفارش محصول ووکامرس*/
.single-product div.product form.cart div.quantity {
    display: none;
}



/*استایل گزینه چک باکس خدمات ویرایش کارت بانکی */
.product-addon-totals {
    margin: 20px 0 40px 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Shabnam';
}


.elementor-widget-woocommerce-product-add-to-cart,.woocommerce .product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce .product .elementor-widget-wc-add-to-cart .elementor-widget-woocommerce-product-add-to-cart,.woocommerce .product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce .product .elementor-widget-wc-add-to-cart {
    display: flex;
    flex-wrap: wrap;
}