/* ====================================================
    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;
    }
    .cart-product-info h4{
        font-size:14px;
    }
    /*cart css*/
.cart-product-remove{
    width:15%!important;
}
.cart-product-num{
    width:5%!important;
}
.cart-product-info{
    width:16%!important;
}
.table>:not(caption)>*>* {
    padding: 2px 1px!important;
}

.cart-product-price{
    width:17%!important;
}
.cart-product-subtotal{
    width:15%!important;
}
   
    h4 {
        font-size: 14px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
    .ltn__header-options-2 .mobile-menu-toggle > a {
        margin-top: -128px;
    }
    .user-menu, .mini-cart-icon{
        margin-top: -206px;
    }
    .header-search-1-form form {
        top: 0;
        display: flex;
        position: relative;
        justify-content: space-between;
    }
    .ltn__header-5 .site-logo-wrap {
        float: left;
    }
    .ltn__header-5 .ltn__header-options {
        display: flex;
        justify-content: flex-end;
    }
     i {
        color: #1a1616!important;
    }
    .ltn__header-options-2 .ltn__drop-menu > ul > li > a, .ltn__header-options-2 .mini-cart-icon a{
        background:#fff;
    }

}
@media (max-width:400px){
    .ltn__header-options-2 .header-search-1, .ltn__header-options-2 .ltn__drop-menu > ul > li > a, .ltn__header-options-2 .mini-cart-icon a, .ltn__header-options-2 .header-wishlist {
    height: 40px;
    width: 40px;
    }
    .ltn__header-options-2 .mobile-menu-toggle > a {
        margin-top: -123px;
        width: 40px;
        height: 40px;
    }
}
