/*
Theme Name: Elementor Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    margin: 0;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 41%;
}

h1.product_title.entry-title {
    display: block !important;
    color: #FFFFFF;
    font-family: "Parkinsans-Regular", Sans-serif;
    font-size: 30px;
    line-height: 36px;
}

p.price {
    color: #C95023;
    font-family: "Parkinsans-Regular", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.woocommerce-product-details__short-description {}

.woocommerce-product-details__short-description p {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 28px;
    color: #ADADAD;
}

.product_meta {
    display: none;
}

[type=button], [type=submit], button {border-color: #c95023 !important; color: #c95023;}

button.single_add_to_cart_button.button.alt {
    border-radius: 3px;
    background: #c95023 !important;
    height: 42px;
    padding: 0 60px;
    text-transform: uppercase;
	color:#fff !important;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {background: #c95023 !important; color: #fff !important;}

.quantity {
    display: block !important;
    width: 100%;
    padding-bottom: 10px;
}

.woocommerce .quantity .qty {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
}

form.cart {
    background: #F6F5F4;
    padding: 25px;
    border-radius: 12px;
    margin-top: 30px !important;
}
.client-test .uc-logo-wrapper {
    align-items: flex-start;
}
.client-test .uc_quote_item .ue-text {
    border-top: 1px solid #0000001c;
    padding: 10px 0;
    margin: 10px 0 !important;
}