/* ====================================================
    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 (max-width: 768px) {
    .ltn__header-top-area {
        display: none;
    }

    .ltn__header-middle-area > .container > .row {
        flex-direction: row;
    }

    .site-logo img {
        height: 40px !important;
        margin: 10px 0 !important;
    }

    .ltn__header-5 .ltn__header-options {
        display: block;
        flex: auto;
        margin: 10px auto !important;
    }

    .ltn__header-5 .site-logo-wrap {
        margin: 10px 0 !important;
    }

    .menu-icon > a::before {
        display: none;
    }

    .floating_btn {
        display: none !important;
    }

    .ltn__breadcrumb-area-2 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .ltn__product-item {
        margin-bottom: 30px !important;
    }

    .ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu .nav {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .ltn__shop-details-tab-inner-2 .ltn__shop-details-tab-menu .nav a {
        margin-right: 0 !important;
        width: 100%;
        text-align: center;
    }

    .ltn__blog-item-3-normal .ltn__blog-item-3 {
        margin-bottom: 30px!important;
    }

    .footer-widget {
        margin-bottom: 30px !important;
    }

    .footer-top-area {
        padding-top: 80px !important;
    }

    .ltn__product-item-3 .product-info{
        padding: 10px 10px 10px!important;
    }

    .fnp_sld{
        margin-top: -100px;
    }

    .ltn__right-sidebar{
        margin-top: 40px!important;
    }

    .height{
        height: 40px;
        width: 100%;
    }

    .fixed-bottom{
        display: block!important;
        box-shadow: 0px -9px 20px 0px rgba(46, 56, 220, 0.2);
    }

    .fixed-bottom ul{
        display: flex;
        width: 100%;
        background: #1a367e;
        padding: 0;
        margin: 0;
    }

    .fixed-bottom ul li{
        list-style: none;
        width: 100%;
        margin: 0!important;
    }

    .fixed-bottom ul li a{
        display: block;
        padding: 15px;
        color: white;
        text-align: center;
        font-size: 20px;
    }

}