/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.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.gnu.org/licenses/gpl-3.0.html
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 form .form-row {
    display: block;
}

.woocommerce-checkout h3 {
    font-weight: 500;
    font-size: 18px;
}

.woocommerce form .form-row label {
    margin-bottom: 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background: #fcfcfc;
    border-color: #ccc;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none;
    border: 1px solid #ccc;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: hsla(0, 0%, 92%, 1);
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid hsla(0, 0%, 92%, 1);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}


.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce table.shop_table tr,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: 1px solid #eee!important;
}

.woocommerce table.shop_table th {
    font-weight: 500;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: linear-gradient(to bottom,#f7b113,#f37021);
    border-color: #f37021 #f37021 #f37021;
    padding: 12px 24px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}

ul.products li.product .price ins {
    text-decoration: none;
}

.product-object {
    position: relative;    
}

.product-object .sale-priles {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 100%;
    background-color: #f37021;
    color: white;
}

.product-body {
    background-image: url("./ic_cat.png");
    background-position: 96% 90%;
    background-repeat: no-repeat;
}

li.product span.onsale {
    display: none!important;
}
