/***********Responsive**************/


@media only screen and (max-width: 1399.98px) {

    .nav>ul>li {
        margin: 0px 20px 0px 0px;
    }

    .banner-content {
        top: 15%;
    }

    .heading-area h2 {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 55px;
    }

    .heading {
    font-size: 45px;
    line-height: 55px;
    }

    .slide-pos {
        width: 550px;
    }   

    .explore-content p {
        
        font-size: 16px;
        line-height: 25px;
        
    }

    .deal-ofthe-day 
    {
        background-size: 500px 450px !important;
    }

    .export .button-design {
    width: 180px;
    flex: 0 0 180px;
}

     
}

@media only screen and (max-width: 1199.98px) {

    .nav>ul>li {
        margin: 0px 20px 0px 0px;
    }
    .video-area-pop 
    {
        flex-flow: column;
    }

    .explore-content .button-design 
    {
        flex: inherit;
    }

    .heading {
        font-size: 40px;
        line-height: 50px;
    }

    .slide-pos {
        width: 470px;
    }

    .deal-ofthe-day {
        background: var(--main-color);
    }

    .shop-slider .slick-next {
    right: -0px;
    z-index: 9;
}

.shop-slider .slick-prev {
    left: -0px;
    z-index: 9;
}

.nav>ul>li {
        margin: 0px 30px 0px 0px;
    }



}

@media only screen and (max-width: 991.98px) {

    /*******************************
********NAV BAR*****************
*****************************/
    .nav {
        position: fixed;
        left: 0px;
        top: 0px;
        background: #2d2d2d;
        height: 100%;
        z-index: 999;
        transform: translate(-105%, 0px);
        transition: all 0.4s ease-in-out;
        width: 300px;
        box-shadow: 0 0 5px #606060;
        margin: 0;
        display: block;
        overflow-y: auto;
    }

    .menutogg {
        transform: translate(0%, 0px) !important;
        transition: all 0.4s ease-in-out;
    }

    .nav ul {
        width: 100%;
    }

    .header .row {
        margin: 0px;
    }

    #pull {
        display: block;
        width: auto;
        order: 3;
    }

    ul#menu-bg {
        display: block;
    }

    .header-phone {
        margin-left: 40px;
        margin-top: 14px;
    }

    .top-icon {
        margin-top: 31px;
    }

    .nav>ul>li {
        display: block;
        margin: 0;
    }

    .logo {
        margin-top: 0;
        position: relative;
        z-index: 99;
        width: 200px;
        order: 1;
    }

    

    /*******************************
********NAV BAR*****************
*****************************/

    .nav>ul>li>a {
        padding: 10px 15px;
        color: #FFF;
    }

    .mob-logo {
        display: block !important;
        width: auto !important;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
        background: #f5f5f5;
    }

    .topmines #pull {
        margin-top: 5px;
    }

    .nav>ul>li:hover>a,
    .nav>ul>li.current-menu-item>a,
    .nav>ul>li.current-menu-parent>a,
    .nav>ul>li.current-menu-ancestor>a {
        color: #fff;
    }

    .call-text b {
        font-size: 26px;
        line-height: 60px;
    }

    .call-text strong {
        font-size: 40px;
        line-height: 45px;
    }

    span.arrow-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
}

.drop 
{
    padding-right: 30px;
}

.nav>ul>li>ul {
    position: relative; 
     transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.nav>ul>li>ul>li>a{
    padding: 9px 15px 10px 15px;
}


.banner-area .slick-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.banner-content h1 {
    font-size: 40px;
    line-height: 50px;
}

.banner-content p {
    font-size: 16px;
    line-height: 25px;
}

.slide-pos {
        width: 100%;
        position: relative;
        margin-top: 20px;
    }


   
}



@media only screen and (max-width: 767.98px) {

    .banner-content {
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }

    .all-product-btn-pos {
    position: relative;
    top: 0;
    right: 0;
}

.collection-heading 
{
    width: 100% !important;
}

.cover-deal 
{
    flex-flow: wrap;
}

.deal-of {
    padding-right: 0px;
    border-right: none;
    flex: 0 0 100%;
    margin-bottom: 20px;
    text-align: center;
}

.off-percent {
    text-align: center;
    padding: 0;
    width: 100%;
}

.copy-right > div  
{
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.payment 
{
    margin-bottom: 15px;
}
     

}

@media only screen and (max-width: 575.98px) {

    
.login-top  {
    margin: 0 !important;
}

.heading {
        font-size: 30px;
        line-height: 40px;
    }



}

@media only screen and (max-width: 480px) {

    .banner-content h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .admin-details-top 
    {
        display: none;
    }

    .banner-area .slick-slide img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
     

}

@media only screen and (max-width: 320px) {}