/* 
Theme Name: FRA Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Adiacent
Author URI: https://www.adiacent.com/
Template: hello-elementor
Version: 1.0.3
Text Domain: fra-child-theme
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
*/

a {
    color: var(--e-global-color-primary);
}
a:hover, a:focus {
    color: var(--e-global-color-accent);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: var(--e-global-color-accent);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: var(--e-global-color-06f0cc0);
}

.product-sku,
.product-attribute-label {
    font-size: var(--e-global-typography-df0e598-font-size);
    line-height: var(--e-global-typography-df0e598-line-height);
}
.product-sku span,
.product-attribute-label span {
    font-weight: 500;
}

.price del {
    color: var(--e-global-color-0a3aaa1);
    font-size: 16px;
    opacity: 1;
    line-height: 1.583em;
    font-weight: 300;
}
.price ins {
    text-decoration: none;
}

.availability {
    display: flex;
}
.availability > div {
    font-size: calc(var(--e-global-typography-text-font-size) - 3px);
    color: var(--e-global-color-primary);
    line-height: 1.3rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.availability > div.colored-status {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 3px 0 0 5px;
}

.btn-acc {
    float: left;
    margin: 0px 5px 0 0;
    cursor: pointer;
}
.btn-acc + span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn-acc.opened + span {
    -webkit-line-clamp: unset;
}
.btn-acc > div {
    width: 12px;
    height: 12px;
    border: 1px solid;
    border-radius: 4px;
    margin-top: 9px;
}
.btn-acc > div:before {
    content: '+';
    display: block;
    line-height: 8px;
    text-align: center;
}
.btn-acc.opened > div:before {
    content: '-';
}
.btn-acc > div:hover, .btn-acc > div:focus {
    color: var(--e-global-color-accent);
}

/* sidebar */
.elementor-widget-sidebar li.widget {
    list-style: none;
}
.elementor-widget-sidebar .widget h4 {
    font-size: var(--e-global-typography-text-font-size) - 2;
    color: var(--e-global-color-primary);
    margin: 30px 0 10px 0;
}
.elementor-widget-sidebar .widget ul,
.elementor-widget-sidebar .widget ol,
.wp-block-tag-cloud {
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
}
.elementor-widget-sidebar .widget ul li,
.elementor-widget-sidebar .widget ol li,
.wp-block-tag-cloud a {
    list-style-type: none;
    border-top: 1px dotted var(--e-global-color-0a3aaa1);
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
    text-align: left;
}
.wp-block-tag-cloud a {
    padding-bottom: 0;
    width: 100%;
}
.elementor-widget-sidebar .widget a:not(.wp-element-button),
.wp-block-tag-cloud a,
.block-account li a {
    font-size: calc(var(--e-global-typography-f2abb38-font-size) + 2px);
    font-weight: 400;
    color: var(--e-global-color-primary);
    text-decoration: none;
}
.elementor-widget-sidebar .widget a:not(.wp-element-button):hover,
.wp-block-tag-cloud a:hover,
.block-account li a:hover {
    color: var(--e-global-color-accent);
}
.elementor-widget-sidebar .widget a.wp-element-button {
    font-size: var(--e-global-typography-87caeec-font-size);
    font-weight: var(--e-global-typography-87caeec-font-weight);
    line-height: var(--e-global-typography-87caeec-line-height);
    padding: 0;
}
.elementor-widget-sidebar .widget a.wp-element-button:hover {
    color: var(--e-global-color-secondary) !important;
}
.elementor-widget-sidebar .newsletter-links a:before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}
.elementor-widget-sidebar .widget .line {
    clear: both;
    margin: 70px 0;
}
.elementor-widget-sidebar .widget .line:first-child {
    margin: 0;
}