/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ROOT ***************/
.ids-heading {
    max-width: 600px;
    margin: 0 auto 30px;
    padding: 0 15px;
}
.ids-heading span {
    font-weight: 400 !important;
    color: var(--fs-color-secondary);
}
.ids-heading h2,
.ids-heading h1 {
    text-transform: uppercase;
    color: var(--fs-color-primary);
}
.header-nav > .has-icon > a .header-hotline-wrap {
    display: flex;
    flex-flow: wrap column;
    align-items: start;
}

.header-hotline-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--fs-color-secondary);
    text-align: center;
    border-radius: 99px;
    margin-right: 10px;
}
.ids-title .section-title-normal,
.ids-title .section-title-normal span {
    border-bottom: 0;
}
.ids-title .section-title-normal span {
    text-transform: none;
    font-size: 24px;
}

.banner+.row:not(.row-collapse) {
    margin-top: 10px
}
.ids-message {
    /* max-width: 1170px;
    margin: 0 auto;
    position: absolute !important;
    left: 50%;
    transform: translate(-50%, 65px); */
}
.ids-product-row .col.small-6 {
    padding-bottom: 19.6px
}
/* .ids-product-row .col.small-6:nth-child(2n+1) {
    padding-right: 7.5px
}
.ids-product-row .col.small-6:nth-child(2n) {
    padding-left: 7.5px
} */
.star-rating .star {
    color: var(--fs-color-secondary);
}
.ids-section-title span:after, .dark .ids-section-title .section-title-normal span:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--fs-color-secondary);
    position: absolute;
    bottom: -5px;
    left: 0;
}
.ids-section-title .section-title-normal,
.ids-section-title .section-title-normal span {
    border-bottom: 0;
}
.litestore-loop-product__title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.litestore-loop-product__title {
    -webkit-line-clamp: 2;
    min-height: 42px;
}
#footer input[type=email], input[type=submit].button {
    border-radius: 5px;
}
#footer input[type=submit].button {
    background-color: var(--fs-color-secondary);
    color: black;
}
#footer .wpcf7-spinner {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -55%);
    top: 50%;
}
/* CONTACT */
.ids-contact-form input,
.ids-contact-form textarea {
    font-weight: 400;
}
.ids-contact-form p label {
    visibility: hidden;
    color: transparent;
    line-height: 0px;
}
.ids-contact-form p label span {
    visibility: visible;
}
.ids-contact-form p label span textarea {
    padding-top: 18px;
}
.ids-contact-form p .wpcf7-submit {
    border-radius: 5px;
}
.header-hotline-link .icon-phone {
    color: #fff
}
.header-hotline-wrap {
    color: var(--fs-color-primary)
}
.header-hotline-title {
    color: var(--fs-color-secondary)
}
@media only screen and (min-width: 850px) {
    .ids-heading h2 {
        font-size: 32px;
    }
    .banner+.row:not(.row-collapse) {
        margin-top: 18px
    }
    /* .ids-product-row .col.small-6:nth-child(2n+1) {
        padding-right: 15px
    }
    .ids-product-row .col.small-6:nth-child(2n) {
        padding-left: 15px
    } */
}