/* 
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
*/


:root {
    --primary-color: #32412E;
}

.page-header {
    display: none;
}


#header_info {
    display: flex;
    gap: 20px;
}

#header_info .icon {
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#header_info .icon.bag {
    background-image: url('images/bag_ico.png');
}

#header_info .icon.search {
    background-image: url('images/search_ico.png');
}


/* ============  elementor widget: compare table ============ */

.valeopro_compare_table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 8px;
    border-top: 1px solid #c2bebe;
    font-size: 18px;
    color: #32412E;
    overflow: hidden;
    background: #fff;
}

.valeopro_compare_table .row {
    display: flex;
    width: 100%;
}

.valeopro_compare_table .row .cell {
    flex: 1 1 50%;
    padding: 16px;
    border: 1px solid #c2bebe;
    border-top: none;
    vertical-align: middle;
    box-sizing: border-box;
    min-width: 0;
    min-height: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.valeopro_compare_table .row-header {
    font-weight: 700;
    font-size: 20px;
}

.valeopro_compare_table .row-header .cell {
    border-top: none;
    border-bottom: 1px solid #c2bebe;
}

.valeopro_compare_table .row-header+.row .cell {
    border-top: none;
}

.valeopro_compare_table .row:first-child .cell:first-child {
    border-top-right-radius: 8px;
}

.valeopro_compare_table .row:first-child .cell:last-child {
    border-top-left-radius: 8px;
}

.valeopro_compare_table .row:last-child .cell:first-child {
    border-bottom-right-radius: 8px;
}

.valeopro_compare_table .row:last-child .cell:last-child {
    border-bottom-left-radius: 8px;
}

.valeopro_compare_table .row .cell.l1 {
    background: #d9ebe2;
}

.valeopro_compare_table .row .cell.l2 {
    background: #f9f6f6;
}

.valeopro_compare_table .row .cell .icon {
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.valeopro_compare_table .row .cell .icon.v {
    background-image: url('images/vct_v_ico.png');
}

.valeopro_compare_table .row .cell .icon.x {
    background-image: url('images/vct_x_ico.png');
}


/* ============  elementor widget: benefit me ============ */

.valeopro_benefit_me {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.valeopro_benefit_me .item {
    border: 2px solid #F3EEED;
    border-radius: 12px;
}


.valeopro_benefit_me .item .content {
    padding: 16px;
}

.valeopro_benefit_me .item .content .title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
}

.valeopro_benefit_me .item .content .description {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 400;
}



/* ============ single product page ============ */


.valeopro_product_rating {
    font-size: 16px;
    font-family: 'assistant', sans-serif;
    color: var(--primary-color);
    font-weight: 400;
}

.valeopro_product_rating svg {
    position: relative;
    top: 3px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: none;
}

.valeopro_product_benefits {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.valeopro_product_benefits .b {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    line-height: 20px;
}

.valeopro_product_components_tab {
    padding: 8px;
    border-top: 2px solid #F3EEED;
}

.valeopro_product_components_tab .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.valeopro_product_components_tab.open .head .icon .plus {
    display: none;
}

.valeopro_product_components_tab.open .head .icon .minus {
    display: block;
}

.valeopro_product_components_tab .head .icon .minus {
    display: none;
}
.valeopro_product_components_tab .title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.valeopro_product_components_tab .content {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 400;
    display: none;
}

.valeopro_product_components_tab.open .content {
    display: block;
}