.mainSlider {
    position: absolute;
    left: 0;
    top: 0;
}
#mainSlider {
    margin: 0;
    padding: 0;
    z-index: 5;
}

#mainSlider .background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 930px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

#mainSlider .slide-content {
    padding: 0 0 0 130px;
    width: 600px;
}

#mainSlider .slide-title {

}

#mainSlider .slide-description {
    display: block;
    font-size: 25px;
}

#mainSlider .btn {}

body.home>header {
    background-image: none;
    z-index: 10;
    width: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.relative {
    position: relative;
}

.productname {
    height: 75px;
}

.product .background {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 215px;
}

.menu-header-icon {
    width: 35px;
    transform: scale(-1);    
}

.navbar-light .navbar-toggler {
    border: none;
    outline: none;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
    border: none;
}

.usetrite {
    font-size: 15px;
    margin-bottom: 15px;
    height: 42px;
}
.usetrite span {
    color: #a29834;
}

.freeDeliveryWrap,
.freeDeliveryWrap2 {
    display: none;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    background: #a49a35;
    font-weight: 700;
    padding: 10px 15px;
    margin: 0 0 5px;
    line-height: 1.2;
    border-radius: 10px;
}

.freeDeliveryWrap em,
.freeDeliveryWrap2 em {
    font-style: normal;
    color: #000;
}

#step-2 .packeta_wrap {
    border: 1px solid #dedede;
    color: #000;
    font-size: 16px;
    padding: 10px 15px;
    display: none;
}

#modalIntroductoryMessage .modal-content {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    position: relative;
}

#modalIntroductoryMessage .modal-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 80px 0 0;
}

#modalIntroductoryMessage .close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
    outline: none;
}

#modalIntroductoryMessage .modal-dialog {
    max-width: 700px;
}


#modalIntroductoryMessage .content {
    margin: 0 0 50px;
}

#modalIntroductoryMessage .btn-primary {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-mall img {
    width: 120px;
    height: auto !important;
}

@media screen and (max-width: 1680px) {
    #mainSlider .slide-content {
        padding: 0 0 0 100px;
    }
}

@media screen and (max-width: 1440px) {
    #mainSlider .slide-content {
        padding: 0 0 0 60px;
    }
}

@media screen and (max-width: 1199px) {
    #mainSlider .slide-content {
        padding: 0 0 0 15px;
    }

    #mainSlider .slide-description {
        font-size: 21px;
    }
}

@media screen and (max-width: 991px) {
    #mainSlider .slide-title {
        font-size: 35px;
    }

    #mainSlider .slide-description {
        font-size: 18px;
    }

    #mainSlider .slide-content {
        width: 450px;
    }
}

@media screen and (max-width: 767px) {
    #mainSlider .slide-title {
        font-size: 30px;
        background-color: rgba(23, 23, 23, 0.7);
        display: inline-block;
        margin: 0;
        color: #a29834;
    }

    #mainSlider .slide-title em {
        /* color: #df0e44; */
    }

    #mainSlider .background {
        background-image: linear-gradient(0deg,rgba(255,255,255,.85) 0,rgba(255,255,255,.65) 100%);
        background-repeat: no-repeat;
        background-position: 100% center;
        background-size: cover;
        justify-content: flex-end;
        height: 530px;
    }

    #mainSlider .slide-content {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #mainSlider .slide-description {        
        color: #a29834;
        background-color: rgb(23 23 23 / 70%);
        margin: 0 0 10px;
    }

    #mainSlider .slide-description p {
        margin: 0; 
    }

    #modalIntroductoryMessage .modal-body {
        font-size: 36px;
    }
}

@media screen and (max-width: 499px) {
    #mainSlider .background {
        height: 400px;
        background-position: 90% center;
    }

    #mainSlider .slide-title {
        font-size: 22px;
    }

    #mainSlider .slide-description {    
        font-size: 14px
    }

    #mainSlider .btn-lg {
        font-size: 16px;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 390px) {
    #mainSlider .background {
        height: 350px;
        background-position: 95% center;
    }
}