/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
.mini-cart-sub-check{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-right-sm-center{
        text-align:right !important;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}
.home-model {
    max-width: 600px;
    margin: 1.75rem auto;
}
td.cart-product-remove{
    width:5%;
}
td.cart-product-image{
    width:15%;
}
td.cart-product-info{
    width:30%;
}
td.cart-product-price{
    width:10%;
}
td.cart-product-quantity{
    width:15%;
}
td.cart-product-subtotal{
    width:20%;
    text-align:right;
}

}

/* 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;
    }
.ltn__utilize-menu ul li.active ul li a{
    color: #071c1f !important;
}
}

 
/* small mobile :320px. */
@media (max-width: 767px) {
  .ltn__utilize-menu ul li.active ul li a{
    color: #071c1f !important;
}
.edit-btn {
    padding: 6px 16px !important;
    margin-bottom: 20px !important;
}
.ltn__breadcrumb-area {
    background-color: var(--section-bg-1);
    margin-bottom: 60px;}
.mt-sm-3{
    margin-top:30px;
}
.btn-wraper.col-md-6.text-right{
    text-align:center !important;
    margin-top:10px;
}
.text-right-sm-center{
        text-align:center !important;
}
.ltn__checkout-single-content-info {
    padding: 30px 0px !important;}
.mini-cart-sub-check{
    display: block;
}
.mini-cart-sub-check .mini-cart-img {
    display: none;
}
.bg-image.p-5{
    padding: 120px 0 !important;
}
.col-lg-12 .section-title-area.d-flex{
        flex-flow: column;
}
[type="submit"].btn {
    padding: 12px 30px;
    height: 100%;
}
.d-flex .ltn__section-title-2 .section-title {
    font-size: 54px !important;
}
    /* 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;
    }

}
