/* holiday banner */
.bodoni-holiday-banner {
    position: sticky;
    top: 0;
    z-index: 9999;
    padding: 12px 20px;
    text-align: center;
    background: var(--primary);
    color: #fff;
}

/* header */
.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    padding-left: 3px;
}

.hentry .entry-content, .editor-styles-wrapper {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

#page .site-content {
    margin: 0;
}

.page-template-template-homepage .col-full,
.page-id-21311 .col-full {
    max-width: none !important;
    padding: 0 !important;
}

.js-expandable__content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--expandable-collapsed-lines, 3);
    overflow: hidden;
    text-overflow: ellipsis;
}

.js-expandable.is-expanded .js-expandable__content {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.js-expandable__toggle {
    display: none;
    background: none;
    border: none;
    padding: 0;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: underline;
    color: var(--primary);
    cursor: pointer;
    text-transform: none;
}

.js-expandable.is-clamped .js-expandable__toggle {
    display: inline-block;
}

.js-expandable.is-clamped .js-expandable__toggle:hover {
    background: transparent;
    color: var(--accent);
}

.tour-rl-text {
    font-size: 16px;
}

.link-black-style a {
    text-decoration: none;
    box-shadow: none !important;
}

.link-black-style a:hover {
    color: rgb(213, 174, 144);
}

@media (max-width: 450px) {
    .elementor-21345 .elementor-element.elementor-element-351553f {
        gap: 10px;
    }

    .elementor-21345 .elementor-element.elementor-element-a76661a .bodoni-language-switcher .item > div i {
        display: none;
    }
}

/* form, inputs */
input:-webkit-autofill {
    transition: background-color 50000s ease-in-out 0s;
}

.wpcf7-form label {
    margin-top: 16px;
    font-size: 20px;
}

.wpcf7-form input:not([type=submit]) {
    margin-top: 0;
}

.form__btn-row {
    margin-top: 26px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.form-group {
    position: relative;
    padding-top: 0;
}
.form-group.is-invalid .info {
    color: #dc3545;
}

.form-row-50 {
    display: flex;
    justify-content: space-between;
}
.form-row-50 .form-group {
    width: 48%;
}
.address-row .form-group:nth-of-type(1) {
    width: 73%;
}
.address-row .form-group:nth-last-of-type(1) {
    width: 23%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #333333;
}

@media (max-width: 1024px) {
    .form-group label {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .address-row {
        flex-direction: column;
    }
    .address-row .form-group:nth-of-type(1) {
        width: 100%;
    }
    .address-row .form-group:nth-last-of-type(1) {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .city-row {
        flex-wrap: wrap;
    }
    .city-row .form-group {
        width: 100%;
    }
}

/* Hide wishlist/compare buttons on product sliders (carousels) */
.woocommerce-carousel .woosw-btn,
.woocommerce-carousel .woosc-btn {
    display: none !important;
}

table.cart td.actions .coupon {
    flex-wrap: wrap;
}

/* account */
.page-template-template-account .entry-content {
    padding: 50px 0;
}

.woocommerce-MyAccount-content {
    padding: 24px 0;
}

/* e-tabs-menu-base */
.e-tabs-base[data-id="bf1269f"] {
    display: none;
}


/* header  */
.elementor-21345 .elementor-element.elementor-element-84fa397 .elementor-heading-title {
    white-space: nowrap;
}

/* fix mobile menu he  */
@media (max-width: 1024px) {
    .elementor-element-0741931 {
        position: static;
    }

    .elementor-element-a42932e,
    .elementor-element-a42932e > .elementor-widget-container,
    .elementor-element-a42932e .hfe-nav-menu,
    .elementor-element-a42932e .hfe-nav-menu__toggle,
    .hfe-nav-menu__align-right .hfe-nav-menu,
    .hfe-nav-menu__align-right.elementor-hidden-desktop,
    .elementor-hidden-desktop.hfe-nav-menu__align-left {
        position: static;
    }
    .elementor-element-a42932e nav.hfe-nav-menu__layout-horizontal, 
    .hfe-nav-menu__layout-horizontal {
        width: 100%!important;
        left: 0 !important;
        right: 0 !important;
    }
}


/* hide sku */
.single-product div.product .product_meta > span.sku_wrapper {
    display: none;
}

/* product-short-description product-excerpt */
.product-short-description.product-excerpt {
    padding: 10px 0;
}