.slider__content {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.slider__maintitle {
    font-size: 40px !important;
    font-weight: 600 !important;
}

.slider__desc {
    color: #fff !important;
    font-size: 20px !important;
}

.brand-request-form {
    margin-left: 0px !important;
}

.header__bottom .header__menu--link {
    color: #fff !important;
}

.section__heading {
    background-color: unset;
    color: #e42c33 !important;
    padding: 10px 20px !important;
}

.product__card--content--title {
    font-size: 16px !important;
    font-weight: 600 !important;
    height: 40px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.widget__categories--menu__label {
    width: 240px !important;
}

.minicart__open--btn {
    width: 100px !important;
}

.sticky .main__logo--img {
    width: 50% !important;
}

.home-about-section {
    margin-top: 100px;
}

.portfolio__items--thumbnail__img {
    height: 300px !important;
    object-fit: cover !important;
    width: 100% !important;
}

.mt-100 {
    margin-top: 100px !important;
}

@media only screen and (max-width: 767px) {
    .mt-100 {
        margin-top: 10px !important;
    }
}

@media only screen and (min-width: 1366px) {
    .video-gallery-thumb {
        width: 20% !important;
        margin: 18px !important;
    }
}