/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

}




@media screen and (min-width: 768px) and (max-width: 991px) {
    .fashioncenter-logo-div-headerone {
        display: inline-block !important;
        width: 100%;
    }

}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .fashioncenter-logo-div-headerone {
        display: inline-block !important;
        width: 146px;
        margin: -25px 0;
    }
    .mb-sm-20 {
        margin-bottom: 3px;
    }

}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .fasion-center-footer-logo-div {
        width: 60%;
    }
    .fashioncenter-logo-div-headertwo {
        width: 56%;
        display: inline-block !important;
    }

}
@media screen and (min-width: 375px) and (max-width: 415px) {
    /* .ltn__logo-right-menu-option .site-logo-wrap, .ltn__header-4 .site-logo-wrap, .ltn__header-5 .site-logo-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-between;
       
        margin: -10px 0 -62px;
    } */
}
