img{
    height: auto;
}

@media only screen and (min-width: 767px) {
    .filter-pop-up {
        display: none !important;
    }
}
@media print {
    .menu-link {
        display: none;
    }
    .header {
        position: absolute;
    }
}
@media only screen and (min-width: 992px) {
    .header-nav-dropdown-list-link:last-child {
        padding-bottom: 0px;
        border-bottom: 0px solid #a30b1a33;
    }
}
select {
    appearance: none;
}

.three-line-txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
}

.scroll-bar::-webkit-scrollbar {
    height: 5px;
}
/* Track */
.scroll-bar::-webkit-scrollbar-track {
    background: #ffffff;
}
/* Handle */
.scroll-bar::-webkit-scrollbar-thumb {
    background: var(--dark-red);
    border-radius: 50px;
}

.home-news-content-tag {
    transform: translate(-20%, -50%);
}

.header-product-title-b {
    color: var(--dark-red);
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.w-lightbox-image {
    max-width: 1000px;
}

.filter-tag-btn-container {
    display: contents;
}

.sticky-compare-btn-content-b {
    overflow: auto;
    height: 280px;
}

.cs-center-info-list-c {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.w-form-fail {
    display: block;
}

.home-product-txt-link {
    color: var(--dark-red);
}

.forget-password-contact-title {
    display: none;
}

.grecaptcha-badge {
    display: none;
}

.form-next-section {
    border-top: 1px solid var(--banner-title-color);
    padding-top: 40px;
    margin-top: 40px;
}

.cs-form-b {
    border-bottom: inherit;
    padding-bottom: 0px;
}

.thank-you-content-container {
    text-align: center;
}

.privacy-policy-main-title {
    margin-bottom: 30px;
}

.file-upload-input {
    display: none;
}