*{
    margin: 0;
    padding: 0;
}

/* HOME & NAVBAR */
/*FONTS */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans:wght@300&family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* ICONS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
/* HEADINGS */
h1{
    font-family: 'Poppins', sans-serif;
    font-size: 35px !important;
}
h2{
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px !important;
}
/* SPAN & PARAGRAPH */
p, span{
    font-family: 'Noto Sans', sans-serif;
    color: black;
    font-weight: normal;
    font-size: 15px !important;
}
p{
    text-align: justify;
}
/* BANNER FONT */
.banner-text{
    font-family: 'Bebas Neue' cursive;
}
/* PRELOADER */
.preloader{
    background-color: white;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}
.loader-3 {
    width: 10em;
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
}

.circle:nth-child(1) {
    background-color: #00ccff;
}

.circle:nth-child(2) {
    background-color: #e88bb9;
}

.circle:nth-child(3) {
    background-color: #ffff00;
}

.circle:nth-child(4) {
    background-color: #00ffff;
}

.circle:nth-child(5) {
    background-color: #ff01ff;
}

.circle::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    animation: animateLoader38 2s ease-out infinite;
}

.circle:nth-child(1)::before {
    background-color: #90be6d;
}

.circle:nth-child(2)::before {
    background-color: #f9c74f;
    animation-delay: 0.2s;
}

.circle:nth-child(3)::before {
    background-color: #f8961e;
    animation-delay: 0.4s;
}

.circle:nth-child(4)::before {
    background-color: #f3722c;
    animation-delay: 0.6s;
}

.circle:nth-child(5)::before {
    background-color: #f94346;
    animation-delay: 0.8s;
}

@keyframes animateLoader38 {
    0% {
    transform: scale(1);
    }

    50%,
    75% {
    transform: scale(2.5);
    }

    80%,
    100% {
    opacity: 0;
    }
}
/* END PRELOADER */

/* COLORS */
.yellow{
    color: #e48801;
}
.blue{
    color: #0810a3;
}
.bg-alter{
    background-color: #e48801;
}
.input-group-text{
    background-color: #e48801;
}
.search-icon{
    color: white !important;
}
.btn-search{
    padding: 5px 14px;
    background-color: #e48801;
    border: none;
}
.top-icons{
    color: #0810a3;
}
.navbar{
    background-color: #e48801 !important;
    padding-bottom: 0px !important;
}
.nav-link{
    color: white;
    font-family: 'Noto Sans', sans-serif;   
    margin-left: 31px;
}
.nav-link:hover{
    font-weight: bold;
    color: #0810a3;
}
.active{
    color: #0810a3 !important;
    font-weight: bold;
    border-bottom: 5px solid #0810a3;
}
.carousel-item.active{
    border-bottom: none;
}
.btn-category{
    font-family: 'Noto Sans', sans-serif;
    color: black;
    padding: 10px 22px;
    background-color: transparent;
    border: 1px solid #E5E4E2;
    font-size: 15px;
}
.btn-active{
    background-color: #e48801 !important;
    color: white !important;
    border: none;
    font-weight: bold;
}
.img-bg{
    background-image: url("{{ asset('img/homepage/branch-bg.jpg') }}");
}
#overflowTest {
    color: black;
    padding: 15px;
    padding-top: 29px;
    height: 500px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    background-color: white;
}
.branch-col{
    height: 500px;
}
.branch-text{
    text-align: justify;
    width: 100%;
}
.btn-see{
    background-color: #e48801;
    color: white;
    font-family: 'Noto Sans', sans-serif;
    border: none;
    padding: 11px 26px;
    font-size: 15px;
    transition: .3s;
    cursor: pointer !important;
}
.btn-check-cart{
    background-color: #e48801;
    color: white;
    font-family: 'Noto Sans', sans-serif;
    border: none;
    padding: 11px 26px;
    font-size: 15px;
    transition: .3s;
}
.btn-see:hover, .btn-check-cart:hover{
    box-shadow: 0 0 0 5px #0810a3;
    color: white;
    background-color: #0810a3;
}
.footer-facebook:hover, .footer-twitter:hover, .footer-google:hover{
    box-shadow: 0 0 0 5px #0810a3;
    color: white;
    background-color: #0810a3;
}
.branch-header{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}
.contact-border{
    width: 50%;
    height: 23rem;
}
.footer-google{
    padding: 5px 7px;
    background-color: #e48801;
    border: none;
}
.footer-twitter{
    padding: 5px 8px;
    background-color: #e48801;
    border: none;
}
.footer-facebook{
    padding: 5px 11px;
    background-color: #e48801;
    border: none;
}
.news-twitter{
    padding: 0px 7px;
    background-color: #e48801;
    border: none;
}
.news-facebook{
    padding: 0px 8px;
    background-color: #e48801;
    border: none;
}
.news-fb-icon{
    font-size: 12px !important;
}
.news-twitter-icon{
    font-size: 12px !important;
}
.footer-link{
    font-family: 'Noto Sans', sans-serif;
}
.footer-link:hover{
    color: #0810a3 !important;
}
.footer-bg{
    background-color: white;
    -webkit-box-shadow: 3px -2px 10px 3px #ddd;
    -moz-box-shadow: 3px -2px 10px 3px #ddd;
    box-shadow: 3px -2px 10px 3px #ddd;
}
.rweb-link:hover{
    color: #e48801 !important;
}
.category-wrapper3{
    margin-top: -38px;
}
.banner-caption{
    position: absolute;
    top: 30%;
    left: 17%;
}
.banner-spacer{
    line-height: 10px;
}
.btn-banner{
    padding: 12px 25px;
    background-color: #e48801;
    border: none;
}
.cat-img1{
    padding-top: 105px;
    padding-left: 110px;
}
.cat-img2{
    padding-left: 110px;
    padding-top: 74px;
}
.img3-wrapper{
    position: absolute;
    left: 10%;
}
.card1:hover{
    width: 320px;
    transition: 0.3s;
    transform: scale(1.1);
}
.cat1{
    height: 319px;
}  
.navbar2{
    display: none;
}
#mob-logo{
    display: none;
}
.news-home-details{
    font-size: 12px !important;
}
.icon-search{
    background-color: #e48801;
}
.top-search{
    box-shadow: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.top-search:focus{
    border: 1px solid #e48801 !important;
}
.navbar1 {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
  }
  
  .navbar1.container {
    max-width: 1140px;
    transition: all 0.3s ease-in-out;
  }
  
  .navbar1.container-fluid {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    transition: all 0.3s ease-in-out;
  }
  
  .navbar-show .container-fluid {
    max-width: 100%;
  }
  
  /* @media (max-width: 991.98px) {
    .navbar1.container-fluid {
      max-width: 100%;
    }
  }
  
  @media (min-width: 992px) {
    .navbar1.container-fluid {
      max-width: 970px;
    }
  } */

.btn-side{
    background-color: #f8f9fa !important;
}
.home-news-img{
    width: 196px;
    height: 260.2px;
}
.mob-home-news-img{
    width: 293px;
    height: 389px;
}
.top-container{
    width: 61%;
}
.spare-img{
    width: 276px;
    height: 246px;
}
/* END HOME & NAVBAR */

/* ABOUT US */
.section-header{
    background-color: #e48801;
}
.breadcrumb-item.active{
    color: white !important;
    font-weight: bold !important;
    border: none;
}
.bread-link{
    color: #000000 !important;
    text-decoration: none !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: black;
}
/* .banner{
    overflow-y: hidden;
} */
.explore-bg{
    background-image: url("{{ asset('img/about-us/explore-img.jpg') }}");
}
.btn-explore{
    background-color: #e48801;
    color: white;
    font-family: 'Noto Sans', sans-serif;
    border: none;
    padding: 11px 26px;
    font-size: 13px;
}
.nav-bread{
    padding-top: 6px;
}
/* END ABOUT US */

/* CONTACT US */
.contact-icons{
    color: #e48801;
}
.form-control-lg{
    border-radius: 0px !important;
}
.btn-msg{
    background-color: #e48801;
    color: white;
    font-family: 'Noto Sans', sans-serif;
    border: none;
    padding: 13px 26px;
    font-size: 13px;
}
.hrs-spacer{
    line-height: 1px;
}
.contact-form{
    box-shadow: none !important;
}
.contact-form:focus{
    border: 1px solid #e48801;
}
/* END CONTACT US */

/* CHECKOUT */
.span-address{
    font-size: 12px !important;
}
.text-note{
    font-size: 12px !important;
    font-style: italic;
}
.cart-total{
    padding-right: 90px !important;
}
.check-link.active{
    border-bottom: 4px solid #e48801;
    font-weight: bold;
    color: #e48801 !important;
    border-top: none;
    border-right: none;
    border-left: none;
}
.check-link{
    background-color: white;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding-bottom: 5px;
}
.nav-tabs{
    border-bottom: 1px solid 	#E5E4E2;
}
label{
    font-family: 'Noto Sans', sans-serif;
}
.form-check{
    border-radius: 5px !important;
}
.tab-pane.active{
    border-bottom: none;
}
.nav-check{
    width: 75%;
}
.img-checkout{
    width: 100px;
}
.order-summary{
    padding-left: 320px;
}
.place-order{
    width: 51%;
}
.accordion-button.order-icon:not(.collapsed)::after{
    background-image: none;
}
.accordion-button.order-icon::after{
    background-image: none;
}
.check_container {
    position: relative;
  }
  
  .checkbox {
    position: relative;
    top: 1px;
    width: 30px;
    height: 30px;
    border: 2px solid #212fab;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    transition: all 0.3s linear;
  }
  
  .checkbox::after {
    content: "";
    position: absolute;
    top: 25%;
    left: 22%;
    width: 9px;
    height: 12px;
    opacity: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    transition: all 0.3s linear;
  }
  
  #checkbox:checked ~ .checkbox::after {
    opacity: 1 !important;
    transform: rotate(50deg) scale(1) translate(20%, -25%) !important;
  }
  
  #checkbox:checked ~ .checkbox {
    background: #212fab;
    border: none;
  }

  #checkbox1:checked ~ .checkbox::after {
    opacity: 1 !important;
    transform: rotate(50deg) scale(1) translate(20%, -25%) !important;
  }
  
  #checkbox1:checked ~ .checkbox {
    background: #212fab;
    border: none;
  }

  #checkbox2:checked ~ .checkbox::after {
    opacity: 1 !important;
    transform: rotate(50deg) scale(1) translate(20%, -25%) !important;
  }
  
  #checkbox2:checked ~ .checkbox {
    background: #212fab;
    border: none;
  }
  #checkbox3:checked ~ .checkbox::after {
    opacity: 1 !important;
    transform: rotate(50deg) scale(1) translate(20%, -25%) !important;
  }
  
  #checkbox3:checked ~ .checkbox {
    background: #212fab;
    border: none;
  }
  #checkbox4:checked ~ .checkbox::after {
    opacity: 1 !important;
    transform: rotate(50deg) scale(1) translate(20%, -25%) !important;
  }
  
  #checkbox4:checked ~ .checkbox {
    background: #212fab;
    border: none;
  }
  #checkbox5:checked ~ .checkbox::after {
    opacity: 1 !important;
    transform: rotate(50deg) scale(1) translate(20%, -25%) !important;
  }
  
  #checkbox5:checked ~ .checkbox {
    background: #212fab;
    border: none;
  }
  #checkbox6:checked ~ .checkbox::after {
    opacity: 1 !important;
    transform: rotate(50deg) scale(1) translate(20%, -25%) !important;
  }
  
  #checkbox6:checked ~ .checkbox {
    background: #212fab;
    border: none;
  }
  #checkbox7:checked ~ .checkbox::after {
    opacity: 1 !important;
    transform: rotate(50deg) scale(1) translate(20%, -25%) !important;
  }
  
  #checkbox7:checked ~ .checkbox {
    background: #212fab;
    border: none;
  }
  #checkbox8:checked ~ .checkbox::after {
    opacity: 1 !important;
    transform: rotate(50deg) scale(1) translate(20%, -25%) !important;
  }
  
  #checkbox8:checked ~ .checkbox {
    background: #212fab;
    border: none;
  }
  
  .hidden {
    display: none !important;
  }
.mode-payment{
    border: 1px solid #E5E4E2;
}
.mode-payment.active{
    border: 1px solid #e48801 !important;
}
/* END CHECKOUT */
/* SIGN IN */
.form-sign{
    box-shadow: none !important;
}
.sign-form{
    background-color: white;
    width: 80%;
}
.form-sign{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #E5E4E2;
    border-radius: 0;
    font-weight: 300 !important;
    color: black !important;
}
.form-sign:focus{
    border-bottom: 3px solid #e48801 !important;
}
.form-icon{
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border: none;
    border-radius: 0;
}
.form-icon.active{
    border-bottom: 3px solid #e48801;
}
.form-size{
    width: 80%;
}
.sign-bg{
    height: 100%;
}
.sign-group:focus{
    border: 3px solid #e48801 !important;
}
/* END SIGN IN */

/* SIGN UP */
.signup-input:focus{
    border-bottom: 3px solid #e48801 !important;
    box-shadow: none !important;
}
.signup-form{
    background-color: white;
}
a{
    font-family: 'Poppins', sans-serif;
}
.signup-input{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #E5E4E2;
    border-radius: 0;
}
.signup-input.active{
    border-bottom: 3px solid #e48801;
}
/* END SIGN UP */

/* OUR BRANCH */
.list-group-item{
    border-radius: 0 !important;
    padding: 11px 10px !important;
    background-color: #E5E4E2;
    border: none;
}
.list-group-item.active{
    background-color: #0810a3;
    border-bottom: none;
    color: white !important;
}
.branch-details{
    /* width: 275px; */
    height: 311px;
}
.branch-form{
    box-shadow: none !important;
}
.branch-form:focus{
    border: 1px solid #e48801;
}
/* END OUR BRANCH */

/* NEWS */
.p-news{
    font-size: 14px;
}
.date-overlay{
    background-color: #0810a3;
}
.news-input{
    border-radius: 5px !important;
    box-shadow: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.news-input:focus{
    border: 1px solid #e48801;
}
.page-link{
    border-radius: 7px !important;
}
.page-link:hover{
    border: 2px solid #e48801;
    color: #e48801 !important;
    background-color: transparent;
}
.page-link.active{
    border: 2px solid #e48801;
    color: #e48801 !important;
    background-color: white;
}
.p-content{
    text-align: justify;
    white-space: pre-line;
}
/* .news-fb{
    font-size: 10px !important;
} */
.multiple-news{
    width: 400px;
    height: 500px;
}
.recent-news-img{
    width: 176px;
    height: 158.8px;
}
.news-thumbnail{
    width: 339.33px;
    height: 226.84px;
}
.news-img-primary{
    width: 90%;
    height: 25rem;
}
/* END NEWS */

/* MY CART */
.btn-sub{
    padding: 5px 10px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.btn-add{
    padding: 5px 10px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.qty-input{
    width: 30%;
    border: none;
    padding: 5px 10px
}
.btn-coupon{
    font-size: 13px !important;
}
.img-cart{
    width: 107px;
}
.coupon-form{
    box-shadow: none !important;
}
.coupon-form:focus{
    border: 1px solid #e48801;
}
/* END MY CART */

/* SHOP PRODUCT */
.btn-sub-shop{
    padding: 12px 15px;
    border: none;
    background-color: #f4f4f5;
}
.btn-add-shop{
    padding: 10px 10px;
    border: none;
    background-color: #f4f4f5;
}
.qty-input-shop{
    width: 30%;
    border: none;
    padding: 5px 10px;
    background-color: #f4f4f5;
}
.shop-link.active{
    border-bottom: 4px solid #0810a3;
    font-weight: bold;
    color: #0810a3 !important;
    border-top: none;
    border-right: none;
    border-left: none;
}
.shop-link{
    background-color: white;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding-bottom: 5px;
}
.img-link{
    width: 90px;
}
.img-link.active{
    border: 4px solid #e48801;
}
.btn-cart{
    background-color: #e48801;
    color: white;
    font-family: 'Noto Sans', sans-serif;
    border: none;
    padding: 13px 26px;
    font-size: 13px;
}
th{
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}
td{
    font-family: 'Noto Sans', sans-serif;
}
.img-big{
    width: 345px !important;
}
.img-menu{
    width: 28%;
}
.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
}
.product-link.active{
    border: 2px solid #e48801;
    border-radius: 10px;
}
.page-item-active>.page-link, .page-link.active{
    background-color: white;
    color: #e48801;
    border-bottom: none;
    border: 2px solid #e48801;
}
.page-link{
    color: #ccc;
}
.shop-single-img{
    width: 266px;
    height: 240px;
}
/* END SHOP PRODUCT */

/* SHOP */
.product-item{
    position: relative;
    border: 1px solid #E5E4E2;
    background-color: white;
    transition: transform 0.3s;
}
.product-item:hover{
    position: relative;
    z-index: 99;
    transform: scale(1.20);
    border: 1px solid #e48801;
    transform-origin: center center;
}
.btn-cart-shop{
    padding: 7px 14px;
    background-color: #0810a3;
    border: none;
    display: none;
    transition: ease-out 0.5s;
}
.cat-link{
    border: none;
    text-decoration: none;
    color: black;
}
.cat-link.active{
    color: #e48801 !important;
}
.cat-link:hover{
    color: #e48801;
}
.nav-shop{
    display: block !important;
}
.btn-upward{
    background-color: #0810a3;
    padding: 8px 15px;
    border: none;
}
.btn-next{
    padding: 8px 15px;
    border: none;
    background-color: #E5E4E2;
}
.prev-product {
    left: -125px;
}
.next-product {
    right: -125px;
}
.shop-tabs{
    border: none !important;
}
.accordion-button{
    border: none !important;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.accordion-button:not(.collapsed){
    color: #e48801 !important;
    background-color: transparent;
    box-shadow: none !important;
}
.accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-item{
    border: none !important;
}
.btn-cat{
    background-color: white;
    color: black;
    font-family: 'Noto Sans', sans-serif;
    border: 1px solid #E5E4E2;
    padding: 11px 26px;
    font-size: 13px;
}
.btn-cat:hover{
    border: 1px solid #e48801;
    color: #e48801;
}
.btn-cat.active{
    border: 1px solid #e48801;
    color: #e48801;
}
.img-products{
    height: 327.02px;
}
.img-featured-shop{
    height: 112.7px;
}
/* END SHOP */

/* SUCCESS */
.receipt{
    height: 20rem;
}
/* END SUCCESS */

/* GALLERY */
.img-gallery{
    width: 100%;
}
/* END GALLERY */

/* FINAL CHECKOUT */
.border-blue{
    border: 10px solid #0810a3;
}
/* END FINAL CHECKOUT */

/* RESPONSIVE */
@media only screen and (max-width: 600px) {
    .spare-img{
        max-width: 100%;
        height: auto;
    }
    .w-sm-100{
        width: 100% !important;
    }
    .place-order{
        width: 100%;
    }
    .order-summary{
        padding-left: 0px;
    }
    .btn-check-cart{
        padding: 12px;
        font-size: 12px !important;
    }
    .p-news{
        width: 90%;
    }
    .section-header{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .sign-text{
        text-align: center;
    }
    .product-item:hover{
        position: relative !important;
        width: 390px !important;
    }
    .upward-container{
        margin-top: -2rem;
        margin-bottom: 2rem !important;
    }
    .coupon-placer{
        margin-top: -32px !important;
    }
    .shop-container{
        margin-top: 1rem !important;
    }
    .mob-cat-link.active{
        border: 1px solid#e48801 !important;
    }
    .branch-spacing{
        margin-bottom: 1rem !important;
    }
    /* .branch-details{
        padding: 5px !important;
    } */
    .btn-mob{
        width: 100%;
    }
    .branch-spacer{
        line-height: 11px;
    }
    .branch-text{
        font-size: 10px !important;
    }
    .img-branch{
        width: 20px;
    }
    .latest-news-title{
        margin-top: -5rem !important;
    }
    .row-news{
        margin-top: -2rem;
    }
    .latest-news-bg{
        margin-top: -4rem;
        padding-bottom: 5px !important;
    }
    .btn-banner-placement{
        margin-top: -6px !important;
    }
    .about-title{
        margin-top: -23px;
    }
    .btn-see{
        font-size: 13px !important;
    }
    #overflowTest{
        margin-top: -19rem;
    }
    .branch-title{
        margin-top: -273px;
    }
    span{
        font-size: 13px !important;
    }
    h1{
        font-size: 24px !important;
    }
    h2{
        font-size: 11px !important;
    }
    p{
        text-align: justify;
        font-size: 13px !important;
    }
    .banner-text{
        font-size: 24px !important;
        margin-top: -12px;
    }
    .banner-sub-text{
        font-size: 13px !important;
        margin-top: -15px;
    }
    .btn-banner{
        font-size: 13px !important;
        border-radius: 2px !important;
        margin-top: 1px;
        padding: 8px 8px;
    }
    .branch-home-bg{
        height: 49rem;
    }
    .contact-col{
        display: block !important;
        width: 100%;
    }
    .contact-border{
        width: 100%;
        margin-top: -26px;
    }
    .banner-caption{
        top: 10%;
    }
    .banner-line-spacer{
        line-height: 15px;
    }
    .explore-footer{
        justify-content: start !important;
    }
    #top-nav{
        display: none !important;
    }
    .top-container{
        display: none !important;
    }
    .nav-link{
        color: black;
    }
    .nav-link.active{
        width: 40%;
    }
    .navbar1{
        display: none;
    }
    .navbar2{
        display: block;
        background-color: #f8f9fa !important;
    }
    .btn-extra{
        padding-left: 2rem;
    }
    .mob-icon{
        color: #e48801;
    }
    /* .info-placer{
        display: flex;
    } */
    .btn-msg{
        display: flex;
        justify-content: center !important;
        width: 100%;
    }
    .sign-caption-placer{
        justify-content: center;
        width: 100%;
    }
    .sign-form-placer{
        width: 100%;
    }
    .sign-form{
        width: 100%;
    }
    #mob-logo{
        display: block;
    }
    .row-cat{
        margin-top: -3rem !important;
    }
    .row-home-featured{
        margin-top: 0rem !important;
    }
    .banner2{
        display: block !important;
    }
    .banner1{
        display: none !important;
    }
    .img-link{
        width: 100px;
    }
    .tab-placement{
        justify-content: center !important;
    }
    .btn-cart{
        margin-left: 11px;
    }
    .img-col{
        width: 62px;
    }
    .review-width{
        width: 100% !important;
    }
    .nav-check{
        width: 100%;    
    }
    /* td{
        font-size: 15px !important;
    } */
    .img-cart{
        width: 51px;
    }
    .btn-msg{
        font-size: 12px !important; 
        padding: 8px 12px;
    }
    .cart-total{
        padding-top: 3px !important;
        padding-right: 1px !important;
    }
    .coupon-form{
        width: 50% !important;
    }
    .btn-coupon{
        width: 30%;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }
    .label-col{
        padding-top: 19px !important;
        width: 100px;
        display: none;
    }
    .price-col{
        padding-top: 40px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 13px !important;
    }
    .total-col{
        padding-top: 39px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 13px !important;
    }
    .cancel-col{
        padding-top: 34px !important;
    }
    #cat-col{
        display: none;
    }
    #mob-filter{
        display: block !important;
    }
    .img-td{
        width: 100px;
    }
    .qty-cart{
        width: 115px;
    }
}

@media only screen and (max-width: 400px) {
    .label-categories{
        font-size: 12px;
    }
}