body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    margin: 0px;
    padding-right: 0 !important
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

p {
    color: #000000;
    font-family: raleway;
    font-size: 17px;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.p-15{
  padding: 15px;
}

#topbar {
    background: #f2f2f2;
    color: #000000;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s;
}
.container {
    max-width: 80% !important;
}
#topbar i {
    padding-right: 6px;
    padding-top: 3px;
}
#header {
    background: #CC0000;
    transition: all 0.5s;
    z-index: 997;
}

a:hover {
    color: #5f951a;
    text-decoration: none;
}
.topbar-title {
    color: #CC0000;
    font-weight: 600;
}
.topbar-text {
    color: #000000;
    font-weight: 300;
    font-family: raleway;
}
.topbar-social-icons a {
    color: #CC0000;
    font-size: 24px;
}

.logo-img {
    width: 50%;
}

.cart-icon {
    color: #CC0000;
    font-size: 30px;
    padding-top: 0px !important;
    padding-right: 0px !important;
    cursor: pointer;
}
.cart-icon:hover{
    color: #7b7b7b;
}
.cart-pointer{
    background: #CC0000;
    height: 20px;
    width: 20px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    position: relative;
    top: -10px;
}

/*NAVBAR CSS*/
.navbar-dark .navbar-nav .nav-link {
    font-weight: 600;
    color: #212529;
    margin-left: 40px;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    background-color: #fff;
    color: #CC0000;
}

.dropdown-toggle::after {
    content: none !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }
.col-megamenu h6{
    font-size: 18px;
    color: #000 !important;

}
.col-megamenu h6 a{
    color: #000 !important;
    text-transform: uppercase;
}
.list-unstyled li{
    padding-top: 25px;
}
.list-unstyled li a{
    color: #000;
    font-size: 18px;
}
.list-unstyled li a:hover{
    color: #CC0000;
}
.col-megamenu h6 a:hover{
    color: #CC0000 !important;
}


/*HERO SECTION*/

#hero-section picture{
    width: 100%;
}

#hero-section .reliabilty-box{
    background-color: #CC0000;
    position: relative;
}
#hero-section .reliabilty-box h4{
    color: #fff;
    font-size: 2.0625rem;
    font-weight: 700;
}

#hero-section .reliabilty-box p{    
    font-size: 1.1025rem;
    color: #fff;
}
.reliabilty-box:after {
    position: absolute;
    padding-bottom: 2.8125rem;
    width: 7.5rem;
    border-bottom-left-radius: 100% 200%;
    border-bottom-right-radius: 100% 200%;
    background: #CC0000;
    bottom: -30%;
    left: 0;
    right: 0;
    margin: -12px auto 0;
    content: "";
    z-index: 1;
}
.reliabilty-box:before {
    content: "V";
    font-family: 'roboto'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 2;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 2rem;
    font-weight: 500;
    height: 1.875rem;
    width: 1.875rem;
    margin: -6px auto 0;
}


/*SECOND SECTION*/
.my-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
#second-section .left-text{
    padding: 0 100px;
}
#second-section .left-text h5{
    font-size: 35px;    
}

.view-more {
    background-color: #CC0000;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #CC0000;
    padding: 10px 30px;
    font-size: 17px;
}
.view-more:hover {
    color: #CC0000 !important;
    background-color: #ffffff !important;
    border-color: #CC0000;
    transition: all 0.5s ease;
}

.btn-primary:focus, .btn-primary.focus {
    background-color: #CC0000 !important;
    color: #fff !important;
    border-color: #CC0000 !important;
    box-shadow: none !important;
}


/*PRODUCTS SECTION*/

#products-section{
    background-color: #f1f2f2;
}

#products-section h2{
    font-size: 40px;
    font-weight: 700;
    position: relative;
}
#products-section h3{
    font-size: 30px;

}

#products-section h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 5px;
    background: #CC0000 ;
    left: 0;
}

/*BLOG SECTION*/

.blog-section h2{
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

.blog-section h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 5px;
    background: #CC0000 ;
    left: 0;
}

.blog-section .blog-box {
  margin-bottom: 20px;
  overflow: hidden;/*
  text-align: center;*/
  border-radius: 4px;
  background: #f1f2f2;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.blog-section .blog-box .blog-img {
  position: relative;
  overflow: hidden;
}

.blog-section .blog-box .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.blog-section .blog-box .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.blog-section .blog-box .social a:hover {
  color: #3fbbc0;
}

.recent-news .blog-box .social i {
  font-size: 18px;
  margin: 0 2px;
}

.blog-section .blog-box .blog-info {
  padding: 25px 15px;
}

.blog-section .blog-box .blog-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
  text-align: left;
}

.blog-section .blog-box .blog-info span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #aaaaaa;
  text-align: left;
}

.blog-section .blog-box .blog-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.blog-section .blog-box:hover .social {
  opacity: 1;
}
.read-more-btn {
  margin-top: 20px;
  background: #CC0000;
  color: #fff !important;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #CC0000;;
}

.read-more-btn:hover {
  background: #fff;
  color: #CC0000 !important ;
}
.small-products img{
  /*  width: 200px;*/
}

#blog-section{
    padding-bottom: 150px;
}

.blog-img .blog-date {
    position: absolute;
    display: block;
    padding: 10px;
    background: #093eb6;
    top: 12px;
    right: 12px;
    z-index: 100;
}
span.month {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 8px;
}
span.date {
    font-size: 28px;
    font-family: "Roboto Condensed";
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}

.prefooter-box{
    background: #CC0000;
}

#prefooter{
    position: absolute;
    top: -28%;
    width: 100%;
}
#prefooter h5{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
#prefooter i{
   color: #fff; 
}
/*FOOTER SECTION*/

footer {
    background-color: #7b7b7b;
    padding: 40px 0;
    position: relative;
    padding-top: 110px;
}

footer p {
    color: #fff;
}
footer .topbar-social-icons {
    color: #fff;
}
footer h6 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
footer ul li {
    list-style: none;
    font-size: 18px;
    color: #fff;
    font-family: raleway;
    margin-top: 20px;
}
footer .enter-email-control {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #ffffff75;
    width: 84%;
}
::-webkit-input-placeholder {
    /* Edge */
    color: #000 !important;
    font-size: 17px;
    font-family: raleway;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
    font-size: 17px;
    font-family: raleway;
}

::placeholder {
    color: #000 !important;
    font-size: 17px;
    font-family: raleway;
}

.subscribe-btn {
    background-color: #ffffff;
    color: #CC0000;
    border-radius: 10px;
    border: 1px solid #ffffff;
    padding: 10px 70px;
    font-size: 18px;
    width: 84%;
}

.footer-logo {
    display: none;
}

.social-box {
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d3116f;
}
.social-box:hover {
    box-shadow: 7px 9px 7px #00000036;
    background: #f30467;
    color: #fff;
    transition: 0.3s all;
}
.btn-primary:hover {
    color: #fff;
    background-color: #dc0c6c;
    border-color: #de0d6d;
}

.signup-btn-white{
    border-color: #fff !important;
    color: #fff !important;
        background: transparent !important;
}
.signup-btn-white:hover {
    color: #fff !important;
    background-color: transparent; !important;
    border-color: #fff !important;
    }



button:focus{
    outline: none !important;
}
.navbar-toggler{
    display: none;
  }

.col-megamenu{
    padding: 0 20px;
}
.mobile-nav{
    display: none;
}

.offcanvas-active{
    overflow:hidden;
}

.screen-overlay {
  width:0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
   }
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.offcanvas{
    /*width:350px;*/
    width: 100%;
    visibility: hidden;
    transform:translateX(-100%);
    transition:all .2s;
  border-radius:0; 
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
    display:block;
  position: fixed;
  /*top: 0;*/
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}
.inner-canvas{
    top: 0 !important;
}

.offcanvas.offcanvas-right {
   right: 0;
   left: auto;
   transform: translateX(100%); 
 }

.offcanvas.show{
    visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.offcanvas .btn-close{ position: absolute; left: 10px;top: 5px; }
.back-btn{
    border: none;
    font-size: 18px;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
    font-size: 16px;
    color: #212529;
    font-weight: 600;    
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.list-group-flush > .list-group-item:hover{
    color: #CC0000;
}

.light-font a{
    font-weight: 500 !important;
}
.mp-4{
    padding: 15px 20px;
}
.list-group-item {
    padding: 25px 10px !important;
}
.navbar-nav li{
    padding: 25px 0px !important;
    border-bottom: 1px solid #0000001f;
}





/*PRODUCTS LIST PAGE CSS*/

.breadcrumb {
    background-color: #fff !important;
}

.filter-section h4{
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.filter-section .card-title {
    margin-bottom: 0.75rem;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.card-header {
    background-color: transparent;
}

.top-filter ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-filter ul li{
  display: flex;
  float: left;
  margin-left: 20px;
}
.top-filter label{
  margin-bottom: 0px;
}

.top-filter{
  border-bottom: 1px solid #0000001f;
}

.form-control:focus {
    box-shadow: none;
}

.product-box h4{
  font-size: 20px;
    font-weight: 600;
    color: #CC0000;
}
.product-box h5{
  font-size: 16px;
    font-weight: 500;
}

.product-box{
  border: 1px solid #00000024;
    border-radius: 10px !important;
  position: relative;
}

.product-box img{
  border-radius: 10px;
}

.product-box .view-more{
  width: 100% !important;
}
.product-info{
  padding: 5px 15px 15px 15px ;
}

.new-box{
  background-color: #000000b0;
  border-radius: 10px;
  padding: 10px 20px;
  position:absolute;
  top: 0;
}
.new-box p{
  color: #fff !important;
      font-size: 15px;
    font-weight: 600;
  
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #CC0000;
}
.nav-item{
  color: #CC0000;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    background: #d4d4d4;
    color: #484848;
}

.product-list-box h4{
  font-size: 20px;
    font-weight: 600;
    color: #CC0000;
}
.product-list-box h5{
  font-size: 16px;
    font-weight: 500;
}
.product-list-box{
box-shadow: 2px 2px 5px #0000002b;
border-radius: 10px;
position: relative;
}
.product-list-box img{
border-radius: 10px;
}

.nav-pills li {
    margin-left: 5px !important;
}
.product-name h2{
      font-size: 38px;
    font-weight: 800;
}

.product-name p{
      font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    color: #5f5f5f;
}

.product-name{
  border-bottom: 1px solid #00000024;
      padding-bottom: 10px;
    margin-top: 30px;
}

.product-desc{
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #00000024;
  border-radius: 20px;
}

.carousel-inner img{
  border-radius: 10px;
}

.breadcrumb{
  padding: 20px 0;
}
.breadcrumb a{
  color: #CC0000;
}














/*RESPONSIVE*/

@media all and (min-width: 992px) {
        .navbar{ padding-top: 0; padding-bottom: 0; }
        .navbar .has-megamenu{position:static!important;}
        .navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
        .navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
    }



@media (max-width: 1366px) {
    .toggle-container{
        max-width: 100% !important;
    }
    .product-name {
    margin-top: 0px;
}
}

@media (max-width: 1024px) {
    
    footer ul li {
        font-size: 16px;
        margin-top: 10px;
    }
    footer p {
        font-size: 16px;
    }
    footer h6 {
        font-size: 20px;
    }
    .top-logo {
        display: none;
    }
    .footer-logo {
        display: block;
    }
    
  .container {
    max-width: 100% !important;
}
.navbar-dark .navbar-nav .nav-link {
    margin-left: 0px;
}
#second-section .left-text {
    margin-top: 50px;
    padding: 0px 30px;
}
.navbar{
        padding: 0;
    }

    .product-name h2 {
    font-size: 30px;
}

    
}

@media (max-width: 1023px) {
 .desktop-nav{
    display: none;
}
.mobile-nav{
    display: block;
}
.navbar-toggler{
    display: block;
  }
  #header {
    background: transparent !important;
}
}

@media (max-width: 767px) {
    
    #second-section .left-text {
    padding: 0px 10px;
}
  .reliabilty-box{
    display: none;
  }  
  .toggle-container{
    max-width: 100% !important;
  }
  
  .logo-img{
    width: 100%;
  }
  .container {
    max-width: 100% !important;
}
.navbar-dark .navbar-nav .nav-link {
    margin-left: 0px !important;
}
#second-section .left-text {
    padding: 0px 10px;
    margin-top: 50px;
}
#second-section img{
    margin-top: 50px;
}
.view-more {
    width: 100%;
}
#second-section .left-text h5 {
    font-size: 25px;
}
.read-more-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
#blog-section {
    padding-bottom: 220px;
}
footer {
    padding-top: 210px;
}
.list-unstyled li {
    padding-top: 5px;
}
.top-filter {
    border-top: 1px solid #0000001f;
    padding-top: 20px;
}

}

@media (min-width: 1200px){
}

@media (max-width: 320px) {
  .product-name h2 {
    font-size: 26px;
}
  }

/* === MOBILE NAV BUG FIX (2024-04) ==============================
   Global display:none rules above hide .mobile-nav and
   .navbar-toggler on ALL screen sizes.  These overrides with
   !important restore visibility below Bootstrap's lg breakpoint.
   ============================================================== */
@media (max-width: 991.98px) {
  .mobile-nav     { display: flex !important; flex-direction: column; }
  .navbar-toggler { display: block !important; }

  /* #main_nav styling is handled via inline styles in Navigation_bar.js */
}
