/* 
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 table.shop_attributes td{
    padding-left: 10px;
    border: 0px;
}

.woocommerce table.shop_attributes th{
    text-align: left;
    border: 0px;
}

.woocommerce table.shop_attributes{
    border: 0px;
}

/*
    Выделяем логотип фирм цветом
*/

.logo_mark{
	color:#e9af0f;
}


.woocommerce div.product form.cart .variations{
    margin-bottom: 2em;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #e9af11;
}

.woocommerce-info{
    border-top-color:#e9af11!important;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    font-size: 1.8em;
}

.woocommerce-variation-price{
    margin-bottom: 20px;
}

/*
    Делаем меню с курсором
*/
#menu-pointer{
	cursor:pointer;
}

/*
    Фиксим отображение поисковых результатов
*/

 .header-trasnparent{
    position: absolute !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 100 !important;
}
