:root {

    --background-color: #000;
  
    --changaone: "Changa One";
  
    --gotham-book: "Gotham";
  
    --yellow: #ffc801;
  
    --black: #000;
  
    --pink: #ff33c5;
  
    --light-gray: #8d8d8d;
  
    --gray: #a8a8a8;
  
    --blue: #1e92ff;
  
    --footer: #4f4f4f;
  
  }
  
  *{
  
      color: #8798ad;
      scroll-behavior: smooth;
  }
  .orange_color{
      color:#ff3d00;
  }
  
  
  h1{color: #000;}
  
  
  
  html,
  
  body,
  
  div,
  
  span,
  
  applet,
  
  object,
  
  iframe,
  
  h1,
  
  h2,
  
  h3,
  
  h4,
  
  h5,
  
  h6,
  
  p,
  
  blockquote,
  
  pre,
  
  a,
  
  abbr,
  
  acronym,
  
  address,
  
  big,
  
  cite,
  
  code,
  
  del,
  
  dfn,
  
  em,
  
  img,
  
  ins,
  
  kbd,
  
  q,
  
  s,
  
  samp,
  
  small,
  
  strike,
  
  strong,
  
  sub,
  
  sup,
  
  tt,
  
  var,
  
  b,
  
  u,
  
  i,
  
  center,
  
  dl,
  
  dt,
  
  dd,
  
  ol,
  
  ul,
  
  li,
  
  fieldset,
  
  form,
  
  label,
  
  legend,
  
  table,
  
  caption,
  
  tbody,
  
  tfoot,
  
  thead,
  
  tr,
  
  th,
  
  td,
  
  article,
  
  aside,
  
  canvas,
  
  details,
  
  embed,
  
  figure,
  
  figcaption,
  
  footer,
  
  header,
  
  hgroup,
  
  menu,
  
  nav,
  
  output,
  
  ruby,
  
  section,
  
  summary,
  
  time,
  
  mark,
  
  audio,
  
  video {
  
      margin: 0;
  
      padding: 0;
  
      border: 0;
  
      font-size: 100%;
  
  font-weight: 400;
  
      vertical-align: baseline;
  
  }
  
  
  
  .p0{padding: 0;}
  
  
  
  /* HTML5 display-role reset for older browsers */
  
  
  
  article,
  
  aside,
  
  details,
  
  figcaption,
  
  figure,
  
  footer,
  
  header,
  
  hgroup,
  
  menu,
  
  nav,
  
  section {
  
      display: block;
  
  }
  
  
  
  button {
  
      background: transparent;
  
      border: none;
  
  }
  
  
  
  body {
  
      line-height: 1;
  
      font-family: 'Raleway', sans-serif;
  
  }
  
  
  
  ol,
  
  ul {
  
      list-style: none;
  
  }
  
  
  
  blockquote,
  
  q {
  
      quotes: none;
  
  }
  
  
  
  blockquote:before,
  
  blockquote:after,
  
  q:before,
  
  q:after {
  
      content: '';
  
      content: none;
  
  }
  
  a:hover{text-decoration: none;}
  
  
  
  table {
  
      border-collapse: collapse;
  
      border-spacing: 0;
  
  }
  
  
  
  body,
  
  p,
  
  h1,
  
  h2,
  
  h3,
  
  h4,
  
  h5,
  
  h6 {
  
      font-family: 'Raleway', sans-serif;
  
  }
  
  
  
  .theme-color{color:#ff3d00;}
  
  .theme-button{background:#ff3d00;color:#fff;}
  
  
  
  
  
  .mt-50{margin-top: 50px;}
  
  /*header {
  
      box-shadow: 0 1px 6px 0 rgba(82, 82, 82, 0.65);
  
  }*/
  
  .black{background-color:var(--black);}
  
  .account-logo{padding: 12px 0;}
  
 
  
  .account-logo ul li{display: table-cell;vertical-align: bottom;}
  
  .account-logo ul li:nth-child(2){text-align: right;width: 100%;}
  
  .account-logo ul li a{display: inline-block;font-style: italic;text-transform: uppercase;font-size: 12px;color:var(--white);}
  
 
  
  .logo a.navbar-brand img{width:135px;}
  
  .navbar {padding:0;}
  
  .nav-link {
  
      display: block;
  
      padding: 0rem 1rem;
  
      text-transform: uppercase;
  
      color: #fff;
  
      font-size: 20px;
  
  }
  .nav-list{
      font-size: 13px;
  }
  
  .navbar-nav{padding:25px 0;}
  
  .navbar-nav li:first-child{padding-left:0; padding-right: 0;}
  
  .navbar-nav li{border-right:1px solid #fff;padding-right: 15px;padding-left: 15px; S}
  
  .navbar-nav li:last-child{border-right:0px solid #fff;}
  
  header{background-color:var(--black);}
  
  /*.navbar-expand-lg .navbar-collapse{display: inline-flex!important;}
  
  
  
  .navbar-light .navbar-nav .nav-link {
  
      font-style: italic;
  
      color: #fff;
  
      font-size: 12px;
  
      font-weight: 400;
  
      padding: 94px 9px 0;
  
      margin: 17px 0px;
  
      text-transform: uppercase;
  
  }
  
  .nav-top ul {padding-top: 94px;}
  
  .nav-top ul li {display: inline-block;}
  
  
  
  
  
  .nav-top ul li a {
  
      font-style: italic;
  
      color: #fff;
  
      font-size: 12px;
  
      font-weight: 400;
  
      margin: 17px 0px;
  
      text-transform: uppercase;
  
      padding: 0px 7px;
  
  }
  
  
  
  nav.navbar-expand-lg.navbar-light {
  
      border-bottom: 1px solid #000;
  
      background: #000;
  
      padding: 7px 0px;
  
  
  
      
  
  }
  
  .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  
      color: #fff;
  
  }
  
  
  
  
  
  
  
  a.nav-link.btn-signup {
  
      background: #62311b;
  
      color: #FFF!important;
  
  }
  
  a.nav-link.btn-login {
  
      background: #efefef;
  
  }
  
  .logo img{width: 100%;}
  
  
  
  
  
  .navbar-main {
  
      border-top: 1px solid #2e2c2c;
  
  }
  
  
  
  .navbar-main ul li{text-transform: uppercase;}
  
  .navbar-main ul li:before {
  
      content: "";
  
      width: 1px;
  
      height: 13px;
  
      background: #fff;
  
      position: absolute;
  
      top: 24px;
  
  }
  
  
  
  .navbar-main ul li:first-child:before{display: none;}
  
  .navbar-main ul li a {
  
      font-size: 19px!important;
  
      font-weight: 400!important;
  
      padding: 3px 19px!important;
  
      font-style: normal!important;
  
  }
  
  */
  
  
  
  /*Banner Styling*/
  
  section:first-child{padding:0!important;}
  
  
  
  .banner {
  
      
  
      background-size: cover;
  
      height: 100vh;
  
      background-position:left;
  
  }
  
  .banner-content{width: 45%;padding: 6rem 0;}
  
  .banner-content h1 {
  
      color: #ff6d00;
  
      font-size: 72px;
  
      font-weight: 900;
  
      line-height: 65px;
  
      /* yogesh */
      /* margin-left: 40px; */
  
  }
  
  
  
  .banner-content p {
  
      color: #fff;
  
      font-weight: 900;
  
      font-size: 37px;
  
      padding: 16px 0px;
  
      font-style: italic;
  
      font-family: 'Raleway';
  
      /* yogesh */
      /* margin-left: 40px; */
  
  }
  
  
  
  
  
  .banner-content button {
  
      background: #ff3d00;
  
      color: #fff;
  
      font-weight: bold;
  
      text-transform: uppercase;
  
      padding: 16px 75px;
  
      font-size: 23px;
  
      margin: 35px 40px;
  
      border-radius: 7px;
  
  }
  
  section {
  
      padding: 50px 0px;
  
  }
  
  
  
  
  
  /* .form-search button{position: relative;
  
      right: 37px;
  
  } */
  
  
  
  
  
  /* .form-search input {
  
      background: no-repeat;
  
      border: 1px solid #2e2a2a;
  
      height: 51px;
  
      width: 9%;
  
      border-radius: 0px;
  
      margin-top: 0px;
  
      padding: 15px;
  
  } */
  
  
  
  form.form-search .fa-shopping-cart, .wish-heart {
  
      background: #ff3d00;
  
      color: #fff;
  
      border-radius: 100%;
  
      padding: 10px;
  
      font-size: 20px;
  
      width: 40px;
  
      height: 40px;
  
  }
  
  
  
  
  
  
  
  
  
  /*Featured-Product*/
  
  
  
  .heading h2 {
  
      font-size: 48px;
  
      color: #000;
  
      font-weight: unset;
  
  }
  
  
  
  .heading h2 span.bold-text {
  
      font-weight: 800;
  
      color: #000;
  
  }
  
  
  
  section.featured-product {
  
      text-align: center;
  
  }
  .product-box {border: 1px solid #b1b1b1;}
  
  .product-img-box{
      background: none !important;
  }
  .img-box {
  
      /* background: #f8f8f8; */
  
      padding: 15px;
  
  }
  
  .about-product {
  
      text-align: left;
  
      padding: 15px 24px;
  
  }
  
  span.tag {
  
      position: absolute;
  
      background: #24284b;
  
      padding: 7px;
  
      color: #fff;
  
      text-transform: uppercase;
  
      font-size: 13px;
  
      top: 30px;
  }
  
  
  
  .about-product h5 {
  
      color: #2d363c;
  
      line-height: 29px;
  
      font-weight: 500;
      padding-bottom: 13px;
  
  }
  
.navbar-light .navbar-nav .nav-link:hover {
  
    color: #ff3d00;}
  
  .about-product h3 {
  
      color: #ff3d00;
  
      font-size: 18px;
  
      font-weight: 600;
  
      line-height: 15px;
  
  }
  .about-product h4 {
  
    color: black;

    font-size: 24px;

    font-weight: 600;

    line-height: 15px;
    margin-bottom: 5px;

}
  .ranges h6{
      color: #ff3d00;
      font-weight: 600;
      margin-bottom: 10px;
  }
  
  
  .about-product p {
  
      font-size: 13px;
  
      line-height: 16px;margin-bottom: 20px;}
  
  
  
  /*.product-box {margin: 13px 22px 0px 0px;}*/
  
  /* .about-product {
  
      text-align: left;
  
      padding: 15px 2px;
  
  } */
  
  .slick-slide img {
  
      display: inline-block;
  
  }
  
  .heading {
  
      margin-bottom: 2rem;
  
  }
  
.product-item .about-product .price p{
    margin-left: 0;
    padding-top: 0px;
    font-size: 21px;
}
  
  
  
  .info .fa-shopping-cart {
  
      /* background: #ff3d00; */
  
      color: #fff;
  
      padding: 13px 15px;
  
      font-size: 20px;
  
  }
  
  .info .fa-info {
  
      border: 2px solid #ddd;
  
      padding: 12px 20px;
  
      font-size: 20px;
  
  }
  
  
  
  .slick-prev, .slick-next{color: #333!important;}
  
  
  
  /*Featured Product End*/
  
  
  
  
  
  /*category styling*/
  
  
  
  .about-category button {
  
      background: #ff3d00;
  
      color: #fff;
  
      font-weight: bold;
  
      text-transform: uppercase;
  
      padding: 13px 51px;
  
      font-size: 20px;
  
      margin: 15px 0px;
  
      border-radius: 7px;
  
      
  
  }
  
  .about-category button:hover{background: transparent;color: #ff3d00;box-shadow: 0 0 0 1px #ff3d00;}
  
  .category-box {
  
      background: #eeeced;
  
      padding: 32px 27px 0px;
  
      margin: 15px 0px 40px;
  
   box-shadow: rgb(0 0 0 / 40%) 0px 30px 25px -25px;
  
  }
  
  
  
  .about-category h3 {
  
      color: #ff3d00;
  
      font-weight: 900;
  
      font-size: 35px;
  
      line-height: 33px;
  
      margin-bottom: 22px;
  
  }
  
  
  
  .about-category p {
  
      color: #333;
  
      font-weight: 400;
  
      line-height: 21px;
  
  }
  
  
  
  /*end of category*/
  
  
  
  
  
  
  
  /*Pyrotechnics*/
  
  .pyrotechnics{
  
      background: url(../images/pyrotechnics-banner.png);
  
      background-size: cover;
  
      margin: 50px 0px;
  
     }
  
  
  
  .pyrotechnics-content {
  
      padding: 100px 0px;
  
      width: 24%;}
  
  
  
  .pyrotechnics-content button{background: #ff3d00;
  
      color: #fff;
  
      font-weight: bold;
  
      text-transform: uppercase;
  
      padding: 13px 51px;
  
      font-size: 23px;
  
      margin: 15px 0px;border-radius: 7px;}
  
  
  
      .pyrotechnics-content h3 {
  
      color: #fff;
  
      font-weight: bold;
  
      font-size: 49px;
  
      }
  
  
  
  .pyrotechnics-content p {
  
      color: #fff;
  
      font-weight: 400;
  
      font-size: 28px;
  
      padding: 15px 0px;
  
  }
  
  
  
  /*Pyrotechnics*/
  
  
  
  
  
  /*Brands*/
  
  
  
  .brand-list ul li {
  
      display: inline-block;
  
      width: 15%;
  
      background: #fef9ff;
  
      text-align: center;
  
      padding: 10px;
  
      margin: 8px;
  
      border: 2px solid #DDD;
  
  }
  
  /*Brands End*/
  
  
  
  
  
  /*Blogs Styling*/
  
  
  
  .deta-blog h6 {
  
      font-weight: 700;
  
      font-size: 18px;
  
      line-height: 37px;
  
  }
  
  .deta-blog span {
  
      font-weight: 600;
  
  }
  
  .deta-blog p {
  
      font-weight: 400;
  
      font-size: 14px;
  
      line-height: 26px;
  
  }
  
  .theme-button {
  
      background: #ff3d00;
  
      color: #fff;
  
      padding: 10px 24px;
  
      border-radius: 5px;
  
      margin-top: 18px;
  
  }
  
  
  
  /*End Blogs Styling*/
  
  
  
  
  
  
  
  /*Footer*/
  
  footer{background:#272727;padding: 50px 0px}
  
  footer h3 {
  
      color: #e0e0e0;
  
      font-weight: 600;
  
      padding: 8px 0px;
  
      font-size: 20px;
  
  }
  
  ul.footer-lists li {
  
      padding: 6px 0px;
  
      color: #e0e0e0;
  
      display: -webkit-box;
  
  }
  
  ul.footer-lists li i {
  
      float: left;
  
      padding-right: 8px;
  
  }
  
  ul.footer-lists li a {
  
      color: #e0e0e0;
  
      font-weight: 400;
  
      font-size: 16px;
  
      padding: 5px 0px;
  
  }
  
  
  .social-icons ul li a{color: #e0e0e0;}
  
  
  .social-icons ul li a i {
  
      color: #e0e0e0;
  
      font-size: 23px;
  
  }
  
  
  
  .bottom-footer {
  
      background: #242424;
  
      padding: 20px 0px;
  
  }
  
  /*End Footer*/
  
  /* yogesh */
  
  




.logo{
    margin-top: 10px;
    margin-left: 20px;
}
.container hr{
    background: #6b96a6;
    margin: 10px 8px;
}
.navbar-light .navbar-nav .nav-link {

    color: white;
  
  }
.navbar-light .navbar-toggler-icon{
    background-color: #ff3d00;
}
#navbarNavDropdown{
   display: flex;
   color: #e4e4e4;
   font-style: italic;
   font-size: 10px;
}

form.form-search .fa-shopping-cart, .wish-heart {

    font-size: 25px;

    width: 44px;

    height: 44px;

    margin-right: 0px;

}
.breadcrum{
    padding: 0 !important;
    background-color: #f8f8f8;
}
.breadcrumb{
    padding: 0.75rem 8rem;
    font-size: 12px;
}

.breadcrumb a:first-child{
    color: #000;
    font-weight: 600;
}

.breadcrumb li:first-child::after{
    content:"";
    display: block;
    position: absolute;
    width: 20px;
    margin: 5px 0px;
    height: 1px;
    background: rgba(80, 116, 116, 0.5);
}
.breadcrumb li:nth-child(2)::before{
    content:"";
    display: block;
    position: absolute;
    width: 20px;
    margin: 14px 0px;
    height: 1px;
    background: rgba(80, 116, 116, 0.5);
}
.breadcrumb span{
    padding-left: 5px;
}
.breadcrumb li:last-child::before{
    content:"";
    display: block;
    position: absolute;
    width: 20px;
    margin: 14px 0px;
    height: 1px;
    background: rgba(80, 116, 116, 0.5);
}
.breadcrums{
    padding: 0 !important;
}
.product-title{
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin-left: 13px;
    padding-bottom: 30px;
}
select{
    margin-right: 46px;
}
img{
    width: 100%;
    
}
span.tag {
    top: 0px;
    left: 16px;

}
.price p {
    display: inline-block;
    font-size: 20px;
    

    }
    .info .fa-shopping-cart {
    
        padding: 8px 4px;
        font-size: 25px;
        color: #b1b1b1;
        
    }
    
    .info .fa-heart {    
        padding: 8px 4px;
        color: #b1b1b1;
        font-size: 25px;
    
    }


    
.price p{
    color: #ff3d00 !important;
    font-weight: 650;
}
.prices p{
    color: black;
    font-weight: 650;
    /* font-size: 12px; */
    padding: 0%;
    margin-bottom: 30px;
    margin-left: 10px;
}
.prices h3{
    color: black;
    font-weight: 600;
    font-size: 18px;
    padding: 0%;
}
.bestseller{
    margin: 0.5rem 0;
}
.bestseller h3{
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.bestseller-list p{
    line-height: 0 !important;
    margin-bottom: 5px;
}
.bestseller-list .product-items1{
    margin-bottom: 15px;
}
.product-items{
-webkit-box-shadow: 0px 0px 6px 0px rgba(177,177,177,0.87);
-moz-box-shadow: 0px 0px 6px 0px rgba(177,177,177,0.87);
box-shadow: 0px 0px 6px 0px rgba(177,177,177,0.87);
}
span.tags {
    
    position: absolute;

    background: #cf393a;

    padding: 7px;

    color: #fff;

    text-transform: uppercase;

    font-weight: 700;

    font-size: 13px;

    width: 100px;

    top: 0px;

    left: 14px;

    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);

    
}

span.tags2 {

    position: absolute;

    background: #3677ad;

    padding: 7px;

    color: #fff;

    text-transform: uppercase;

    font-size: 13px;

    font-weight: 700;

    width: 106px;

    top: 0px;

    left: 15px;

    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
/* .banner {
    height: 70vh;

} */
.producttype h3{
    text-decoration: none;
    position: relative;
    font-weight: 700;
    color: #000;
}
.dropbtn:after{
   
    content:"";
   display: block;
   position: absolute;
    width: 135px;
    margin: 15px 0px;
   height: 1px;
   background: rgba(80, 116, 116, 0.5);

}
.bestseller h3:after{
   
    content:"";
   display: block;
   position: absolute;
    width: 116px;
    margin: 15px 0px;
   height: 1px;
   background: rgba(6, 8, 8, 0.5);

}
#slider-range{
    margin: 15px 0;
}
.slider-labels {
    margin-top: 10px;
  }
  
  /* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
  
.product-Line{
    margin-bottom: 10px;
}
/* dropdown */
.dropbtn {
    color: black;
    padding: 0;
    font-size: 16px;
    font-weight: 650;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 25px;
  }
  .dropbtn:focus{
      outline: none;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    min-width: 160px;
    /* overflow: auto; */
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */

  }

  
.dropdown-content a {
    color: black;
    padding: 9px 0;
    font-weight: 600;
    text-decoration: none;
    display: block;
    font-size: 13px;
}
.dropdown-content a:hover{
    background-color: #ff3d00;
    color: #fff !important;
    padding-left: 10px !important;
}
  
  .dropdown a:hover {
      background-color: #ff3d00;
}
  
  .show {display: block !important;}
/* dropdown end */

.dropbtn span{
    margin-left: 5px;
}
.dropdown-content{
    margin-bottom: 17px;
}
.collection .dropdown-content::after{
    content:"";
    display: block;
    position: absolute;
    width: 135px;
    margin: 5px 0px;
    height: 1px;
    background: rgba(80, 116, 116, 0.5);

}
.bestseller-list::after{
    content:"";
    display: block;
    position: absolute;
    width: 135px;
    margin: 25px 0px;
    height: 1px;
    background: rgba(80, 116, 116, 0.5);
}
.product-cat{
    background-color: #f0eced;
    box-shadow: 0px 13px 10px -7px #d9c0c6;
}

.product-desc{
    text-align: left;
    
    
}
.product-desc h3{
    color: #ff3d00;
    font-size: 25px;
    font-weight: 800;
    padding-top: 35px;
    padding-left: 30px;
    line-height: 25px;
    text-align: left;
}
.product-desc p{
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
    padding-left: 30px;
    line-height: 20px;
    text-align: left;
}
.product-img{
    padding: 40px 20px 40px 20px;
    width: 100%;
    height: auto;
}
.product-desc .shop{
    background-color: #ff3d00;
    font-weight: bold;
    color: white;
    border-radius: 7px;
    padding: 13px 51px;
    margin-top: 10px;
    margin-left: 25px;
}
.cat-heading h3{
    font-size: 40px;
    color: #000;
}
.cat-heading span{
    color: #000;
    font-weight: 700;
}
.category{
    padding-top: 10px !important;
}
/* .banner-content h1 {

    margin-left: 40px;

} */
/* .banner-content p {

    margin-left: 40px;

} */
.navbar-nav{padding:25px 0;}

.blog-img{
    display: block;
    width: 500px;
    height: auto;
}
ul{
    list-style: inside;
}
.blog-container{
    padding: 0 6rem;
}
.blog-head h3{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 25px;
}
.blog-subhead h5{
    color: #ff3d00;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 12px;

}
.blog-subhead p{
    color: #6d6d6d;
    font-size: 15px;
}
.blog-content p:first-child {
    color: #6d6d6d;
    margin-top: 35px;
    margin-bottom: 50px;
}
.blog-content p {
    color: #2c2c2c;
    margin-bottom: 30px;
}
.blog-content span{
    color: #000;
    font-size: 19px;
    font-weight: 300;
}
.blog-point li{
    color: #161616;
    margin-bottom: 4px;
}
.blog-point{
    margin-bottom: 20px;
}
.social-li{
    margin: 0px 0px;
}
.social-li li{
    display: inline-block;
    margin-right: 10px;
    color: white;
}
.social-li i{
    margin-right: 5px;
}
.social-li a:first-child{
    background-color: #0b75ef;
    color: white;
    padding: 5px;
    border-radius: 4px;
    
}
.social-li i:first-child{
    color: white;
}
.social-li span{
    color: white;   
}
.social-li a:nth-child(2){
    background-color: #0b99f1;
    color: white;
    padding: 5px;
    border-radius: 20px;
    margin-left: 15px;
    
}
.social-li a:last-child{
    background-color: #fb643b;
    color: white;
    padding: 5px;
    border-radius: 2px;
    margin-left: 15px;
    
}
.social-li{
    margin-top: 40px;
    margin-bottom: 25px;
}
.comment-sec{
    display: block;
}
.comment-head h3{
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.comment-box h5{
    color: #000;
    margin-bottom: 10px;
}
.comment-box input{
    padding: 10px;
    width: 267px;
}
.comment-box ::placeholder{
    color: #c8c8c8;
    font-size: 12px;
    padding: 5px;
}
.comment-box{
    margin-bottom: 20px;
}
.post-btn{
    margin: 30px 0px;
}
.post-btn a{
    color: white;
    background-color: #ff3d00;
    padding: 10px 40px;
    border-radius: 10px;

}
.products{
    margin-bottom: 35px;
}
.product-item h3{
    color: #000;
    padding-top: 0;
    margin-bottom: 0px;
    padding-left: 0;
    line-height: 1.2;
    /*text-transform: uppercase;*/
}
.product-item p{
    color: #bebebe;
    padding-top: 0;
    padding-left: 0;
    margin-top: 12px;
    
}
.product-desc .product-item span{
    color: #ff3d00;
}
.stars{
    margin-top: 20px;
    color: #f4bd2f;
    margin-bottom: 20px;
}
.stars i{
    color: #f4bd2f;
    padding-left: 5px;
}
.product-price p{
   font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 6px;
    font-size: 20px;
}

.product-price p .cut {
    text-decoration: line-through;
    font-weight: 700;
    padding-left: 20px;
    font-size: 20px;
}

/*.product-price p:last-child{
    text-decoration: line-through;
    font-weight: 700;
    padding-left: 20px;
    
}*/
.desc h6{
    font-size: 15px;
    color: #737373;
    margin-left: 30px;
    font-weight: 600;
    margin-left: 0;
}
.desc p{
    font-size: 13px;
    color: black;
    line-height: 15px;
    margin-bottom: 40px;
    padding-left: 0;
}
.product-cats{
    margin-top: 10px;
    background-color: transparent;
    margin-bottom: 40px;
}
.product-cats a{
    color: #737373;

}
.product-cats  li{
    display: inline-block;
    font-size: 13px;
    background-color: transparent;
}
.product-cats  li:first-child::after{
    content: "/";
    padding-left: 2px;
    
}
.product-cats  li:first-child{
    color: #000;
    font-weight: 600;
}
.product-cats  a::after{
    content:"";
    display: block;
    position: absolute;
    width: 85px;
    margin: 2px 1px;
    height: 1px;
    background: rgba(80, 116, 116, 0.5);
}
.product-btn a .addtocart-btn{
    background-color: #ff3d00;
    display: inline-block;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 10px; 
    color: white; 
}
.product-btn a .wilist-btn{
    background-color: #ff3d00;
    display: inline-block;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 10px; 
    color: white; 
}

.product-btn i:nth-child(1){
    margin-right: 5px;
    color: white;
}
.hearts{
    color: #000 !important;
    padding: 10px 15px;
    border: 1px black solid;
    margin-left: 9px;
    
}
.hearts-active{
    border-color: #e60b0b !important;
    color: #e60b0b !important;
    padding: 10px 15px;
    border: 1px black solid;
    margin-left: 9px;
}

.product-btn{
    margin-bottom: 20px;
}
.product-sec li{
    list-style: none;
}
.product-sec{
    font-size: 12px;
}
.fa-solid .fa-truck{
    transform: rotateY(180deg);
    margin-right: 15px;
}
.product-sec i:first-child{
    transform: rotateY(180deg);
    margin-right: 10px;
    margin-bottom: 10px;
}
.carousel-indicators {
    position: static;
  
.item {
    
    &.active {
      background: transparent;
      
      
      img {
        opacity: 0.7;
      }
      
    }
  }
}
.item:active{
    box-shadow: 1px 2px 2px black; 
}
.item{
    cursor: pointer;
    
}
.item img{
    width: 80px;
    height: auto;
    padding: 5px;
    
}
.carousel-control-prev-icon{
    background-image: url('../images/arrow-left-icon.png');
}
.carousel-control-next-icon{
    background-image: url('../images/arrow-right-icon.png');
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    height: 30px;
}
/* .carousel-item{
    margin-left: 10rem;
    margin-top: 20px;
} */
.carousel-item img{
    width: auto;
}
.carousel-indicators{
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
}
.item{
    border: 1px black solid;
    margin-left: 5px;
}
.description h4{
    color: #737373;
    margin-top: 35px;
    font-weight: 500;
    margin-left: 14px;
}
.description p{
    color: black;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 14px;
    line-height: 20px;
}
.review{
    padding-left: 1rem;
    padding-top: 3rem;
}
.review-box{
    background-color: #f2f2f2;
    margin: 1.25rem 0.5rem 0 0.5rem;
}

.review h3{
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
.review-star{
    margin-top: 40px;
    margin-bottom: 10px;
    padding-left: 1rem;
}
.review-star i{
    color: #f4bd2f;
}
.review-head{
    padding-left: 1rem;
}
.review-head h4{
 color: #000;
 margin-bottom: 10px;
 font-weight: 600;
}
.review-head h4::after{
    content:"";
    display: block;
    position: relative;
    width: 32px;
    height: 1px;
    background: rgba(6, 8, 8, 0.5);
   }
.review-head p{
    font-size: 13px;
    line-height: 20px;
    color: #000;
}
.review-head span{   
    color: #000;
}
.other-product{
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.o-products{
    margin-right: 3rem;
}
.line{
    margin-right: 3rem;
}
.other-product h3{
    color: #000;
    font-size: 20px;
    font-weight: 650;
}
[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 15px 0 10px 0;
  }
  
  [slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px;
  }
  
  [slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    top: 5px;
    height: 4px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
  }
  
  [slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    top: 5px;
    height: 4px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
  }
  
  [slider] > div > [range] {
    position: absolute;
    left: 0;
    top: 5px;
    height: 4px;
    border-radius: 14px;
    background-color: #1d1f1e;
  }
  
  [slider] > div > [thumb] {
    position: absolute;
    top: 0px;
    z-index: 2;
    height: 12px;
    width: 12px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    border: 1px black solid;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 10%;
    outline: none;
  }
  

  
 
  
  [slider]:hover > div > [sign] {
    opacity: 1;
  }
  .subscribe{
      background-color: #ff5a01;

  }
.subscribe h3{
    padding-top: 20px;
    color: white;
    font-size: 20px;
    padding-left: 18px;

}
.subscribe span{
    color: white;
    font-weight: 700;
    font-size: 34px;

}
.subscribe input{
    
    padding: 10px 35px 10px 15px;
    margin-bottom: 20px;
    width: 190px;
}
.subscribe i{
    
    color: #000;
    
}
.subscribe ::placeholder{
    color: #000;
    font-size: 16px;
}
.read-more{
    color: white;
    background-color: #ff5a01;
    padding: 10px 15px;
    border-radius: 10px;
}
.category{
    margin: 0 3rem;
}
.productss-box{
    margin: 0 3rem;
}
.rows{
    margin: 0 3rem;
}
.read button{
    margin: 10px 0px 20px 15px;
}
.caro-indi{
    padding-top: 3rem;
    padding-bottom: 0rem;
}

.p-image {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.p-content h3{
    color: #ff3d00;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.close i{
    font-size: 20px;
    font-weight: 700;
    color: #ff3d00;
}
.p-content h5{
    color: #968d8e;

}
.p-price{
    margin-top: 30px;
    float: left;
    color: #000;
}
.p-Qty{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-right: 40px;
    font-weight: 600;color: #000;
}
.p-Qty span{
    margin-top: -5px;
    margin-left: 10px;
}
.p-total{
    display: flex;
    justify-content: end;
    color: #000;
    font-weight: 600;
}
.p-total span{
    color: #000;
    font-weight: 400;
}
.p-content hr{
    margin-top: 0rem;
    
}
hr{
    color: #968d8e;
}
.p-subtotal h3{
    display: inline-block;
    font-size: 20px;
    color: #000;
    padding-left: 10px;
}
.p-subtotal p{
    float: right;
    color: #000;
    padding-right: 10px;
    
}
.p-subtotal span{
    color: #000;
}
.sub-con{
    margin: 25px 0;
}
.sub-con a{
    border: 2px #d4d4d4 solid;
    padding: 6px;
    cursor: pointer;

}
.sub-con2{
    background-color: #fdedd4;
    margin: 20px 0;
}
.sub-con2 p{
    color: #ff3d00;
    padding: 18px 10px;
}
.sub-con2 span{
    color: #ff3d00;
    font-weight: 600;
    font-size: 18px;

}
.instuction h3{
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.instuction textarea{
    width: 100%;
    height: auto;
}
.account{
    margin: 1rem 6rem;
}
.account-head h3{
    color: #000;
    font-size: 50px;
    font-weight: 700;
}
.col-md-6 label{
    display: block;
    margin-bottom: 10px;
    color: #000;
}
.col-md-6 input{
    margin-bottom: 25px;
    width: 95%;
    padding: 10px;
    color: #000;
    border: 1px #fdedd4 solid;
}
.col-md-6 input:focus-visible{
   border: 1px #ff3d00 solid;
   outline: none;
}
.account-content{
    margin-top: 70px;
}
.account-content input::placeholder{
    color: #b9ad99;
}
.submit{
    background-color: #ff3d00;
    padding: 10px 55px;
    color: white;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 0;
    font-weight: bold;
    border: 1px solid #ff3d00;
}

.float-card{
    background-color: black;
    position: absolute;
    overflow-y: scroll;
    float: right;
    right: 8px;
    height: 66vh;
    top: 30rem;
    
}
.showroom{
    margin: auto 10rem;
    padding-bottom: 0;
}
.showroom-title label{
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.showroom-title select{
    margin-right: 0;
    width: 28%;
    margin-left: 5px;
    padding: 3px;
}
.map {
    height: 500px !important;
    width: 100%;
}
.slider{
    height: 5px;
    border-radius: 5px;
    background: #ddd;
    position: relative;
    margin: 9px 2px;
}
.slider .progress{
    height: 5px;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #010101;
}
.range-input{
    position: relative;
}
.range-input input{
    position: absolute;
    top: -1px;
    height: 5px;
    width: 100%;
    background:none;
    pointer-events: none;
    -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
    height: 13px;
    width: 13px;
    -webkit-appearance: none;
    pointer-events: auto;
    background: white;
    border-radius: 3px;
    border: 1.5px solid black;
    
}
input[type="range"]::-moz-range-thumb{
    height: 17px;
    width: 17px;
    -moz-appearance: none;
    pointer-events: auto;
    background: rgb(248, 247, 247);
    
}
.blog-btn a{
    color: white;
    background-color: #ff3d00;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.blogs{
    margin-bottom: 6rem;
}
.contact-sec{
    margin: 0 6rem;
}
.contact-head h3{
    font-weight: 700;
    color: black;
    font-size: 30px;
}
.map-sec img{
    height: 480px;
    width: 100%;
}
.c-content{
    margin-top: 4rem;
}
.c-content h4{
    color: black;
    font-size: 26px;
    font-weight: 700;
}
.c-content h6{
    font-size: 13px;
    margin-bottom: 10px;
}
.c-content p{
    margin-top: 25px;
    padding-right: 30px;
}
.text-area{
    width: 100%;
    border-color: #fdedd4;
}
.sub-btn a{
    color: white;
    background-color: #ff3d00;
    padding: 10px 40px;
    border-radius: 10px;
}
.sub-btn{
    margin-top: 30px;
}
.content select{
    padding: 9px 16px;
    border-color: #fdedd4;
}
.content label{
    font-weight: 600;
}
.product-row{
    margin-top: 3rem;
}
.menu-toggle{
    margin-bottom: 10px;
}
.collapses form{
    margin-left: 5rem;
}
.nav-tabs {
    display:none;
}
.shop-location{
    padding: 0 9rem;
    background-color: #e0e0e0;
}
.show-head h4{
    font-size: 37px;
    margin-bottom: 55px;
    color: #000;
    font-weight: 800;
    padding-top: 55px;
}

.nav-tabs{
    border: none;
}
.nav-link{
    /* color: #000; */
    /* font-weight: 700; */
    font-size: 20px;
} 
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background-color: #c9c4c4;
}
.maps{
    padding-bottom: 0px;

}

.hide{
    display: none;
}
.shops{
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.shops:hover{
    background-color: #b1aeae;
}
.shop-nav-list{
    display: grid;
    grid-template-columns: repeat(4,160px);
    grid-column-gap: 100px;
    padding-bottom: 50px;
}

.shop-heading h4{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    padding-bottom: 30px;
}
.shop-heading p{
    color: #000;
    font-size: 20px;
    padding-bottom: 10px;
}
.shop-heading span{
    position: absolute;
    right: 150px;
}
.shop-heading{
    background-color: #d6d4d4;
}
.shop-heading a{
    text-decoration: underline;
}
.add-container hr{
    margin-top: 0;
}
.shop-add-description{
    display: grid;
    grid-template-columns: repeat(3,350px);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    padding-bottom: 30px;
}
.shop-add h4{
    font-size: 27px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.shop-p{
    margin-top: -20px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 500;

}
.shop-add i{
    color: #0b75ef;
    font-size: 26px;
}
.about-product .price p{
    margin-right: 20px;
}
.commentbox{
    width: 55%;
}
.nav-link2{
    font-weight: 400;
    font-size: 15px;
}
.navbar-nav li a:hover{
    color: #ff3d00;

}
/* .img-box2 a img{
    width: 250px;
    height: 250px;
} */
.add2{
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding-top: 5px;
}
.shop-add::after{
    content:"";
    display: block;
    position: absolute;
    width: 21%;
    margin: 13px 0px;
    height: 2px;
    background: rgba(0, 0, 0, 0.5);

}
.shop-time, .shop-days{
    color: #000;
    font-weight: 500;
    font-size: 19px;
}
.shop-add h4{
    color: #000;
    font-weight: 600;
}
.clock{
    font-size: 20px;
}
.shop-add p i{
    font-size: 20px;
    margin-top: 10px;
    color: #000;
}
.tel i{
    font-size: 20px;
    color: #000;
}
.shop-add{
    padding-bottom: 20px;
}
.tel {
    color: #000;
    text-decoration: none !important;
}
.shop-add a{
    text-decoration: underline;
    font-weight: 600;
}

.mob-content{
    display: none;
}
.mob-location{
    display: none;
}
.shop-location-mob{
    padding: 0;
}

select.frecuency {
    border: none;
    font-style: italic;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
    border-bottom: none;
}
select.frecuency:focus {
    outline: none;
    border-bottom: 5px solid #22313F;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
}
.free {
    text-transform: uppercase;
}
.input-group {
    margin: 20px auto;
    width: 100%;
}
input.btn.btn-lg {
    width: 70%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: white;
    border: none;
}
button.btn {
    width: 14%;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.promise {
    color: #999;
}
.btn-info{
    background-color: white;
    border: none;
}
.category{
    padding: 10px 0;
}
.blog-section{
    padding: 50px 0;
}
.com-box-1{
    margin-right: 3rem;
}
.payment-gayment img{
    width: 20%;
}





/* .about-product h3 {

    color: #ff3d00;

    font-size: 26px;

    font-weight: 600;

    line-height: 48px;

} */

.about-product p {

    font-size: 13px;
color: #000;
    line-height: 16px;margin-bottom: 20px;}



/*.product-box {margin: 13px 22px 0px 0px;}*/

.about-product {

    text-align: left;

    padding: 15px;

}

.slick-slide img {

    display: inline-block;

}

.heading {

    margin-bottom: 2rem;

}



    .price p {

    font-weight: 600;

    padding: 13px 0px;}




.slick-prev, .slick-next{color: #333!important;}



/*Featured Product End*/





/*category styling*/



.about-category button {

    background: #ff3d00;

    color: #fff;

    font-weight: bold;

    text-transform: uppercase;

    padding: 13px 51px;

    font-size: 20px;

    margin: 15px 0px;

    border-radius: 7px;

    

}

.about-category button:hover{background: transparent;color: #ff3d00;box-shadow: 0 0 0 1px #ff3d00;}

.category-box {

    background: #eeeced;

    padding: 32px 27px 0px;

    margin: 15px 0px 40px;

 box-shadow: rgb(0 0 0 / 40%) 0px 30px 25px -25px;

}



.about-category h3 {

    color: #ff3d00;

    font-weight: 900;

    font-size: 35px;

    line-height: 33px;

    margin-bottom: 22px;

}



.about-category p {

    color: #333;

    font-weight: 400;

    line-height: 21px;

}



/*end of category*/







/*Pyrotechnics*/

.pyrotechnics{

    background: url(../images/pyrotechnics-banner.png);

    background-size: cover;

    margin: 50px 0px;

   }



.pyrotechnics-content {

    padding: 100px 0px;

    width: 24%;}



.pyrotechnics-content button{background: #ff3d00;

    color: #fff;

    font-weight: bold;

    text-transform: uppercase;

    padding: 13px 51px;

    font-size: 23px;

    margin: 15px 0px;border-radius: 7px;}



    .pyrotechnics-content h3 {

    color: #fff;

    font-weight: bold;

    font-size: 49px;

    }



.pyrotechnics-content p {

    color: #fff;

    font-weight: 400;

    font-size: 28px;

    padding: 15px 0px;

}



/*Pyrotechnics*/





/*Brands*/



.brand-list ul li {

    display: inline-block;

    width: 15%;

    background: #fef9ff;

    text-align: center;

    padding: 10px;

    margin: 8px;

    border: 2px solid #DDD;

}

/*Brands End*/





/*Blogs Styling*/



.deta-blog h6 {

    font-weight: 700;

    font-size: 18px;

    line-height: 37px;

}

.deta-blog span {

    font-weight: 600;

}

.deta-blog p {

    font-weight: 400;

    font-size: 14px;

    line-height: 26px;

}

.theme-button {

    background: #ff3d00;

    color: #fff;

    padding: 10px 24px;

    border-radius: 5px;

    margin-top: 18px;

}



/*End Blogs Styling*/







/*Footer*/

footer{background:#272727;padding: 50px 0px}

footer h3 {

    color: #e0e0e0;

    font-weight: 600;

    padding: 8px 0px;

    font-size: 20px;

}

ul.footer-lists li {

    padding: 6px 0px;

    color: #e0e0e0;

    display: -webkit-box;

}

ul.footer-lists li i {

    float: left;

    padding-right: 8px;

}

ul.footer-lists li a {

    color: #e0e0e0;

    font-weight: 400;

    font-size: 16px;

    padding: 5px 0px;

}

.social-icons ul li a{color: #e0e0e0;}

.social-icons ul li {

    display: inline-block;

    padding: 5px;

}

.social-icons ul li a i {

    color: #e0e0e0;

    font-size: 23px;

}



.bottom-footer {

    background: #242424;

    padding: 20px 0px;

}

/*End Footer*/

/* yogesh */

.navfirst{
    justify-content: end;
    margin-top: 7%;
}
.navfirst ul li:nth-child(3){
    padding-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    color: white;
}
.navbar-light .navbar-nav .nav-link:hove{
    color: #ff6d00;
}
.container-fluid hr{
    background: #6b96a6;
    margin: 10px 15px 20px 8px;
}
.breadcrumb{
    background-color: white;
}
.navbar-main .col-sm-4{
    margin-top: 10px;
}
.Price-range{
    margin-top: 25px;
    margin-bottom: 25px;
}
.sliders .about-product h5{
    padding: 10px 0;
}
.sliders .about-product h3{
    padding-bottom: 19px;
    font-size: 28px;
    line-height: 1.2;
}
.sliders .product-box .productss-price p{
    font-size: 30px;
    font-weight: 900;
    color: #000;
    margin-top: 15px;
}
.about-content p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
  }

  /* .secbox {
    padding: 65px;
  } */

  .secbox h2 {
    font-weight: 700;
    font-size: 31px;
    line-height: 56px;
  }

  .secbox p {
    font-weight: 500;
    line-height: 21px;
  }
  .review-content{
      overflow-y: scroll;
      height: 165px;
  }




/* product-inside carousel */


.cards-wrapper {
    display: flex;
    justify-content: center;
  }
  .card img {
    max-width: 100%;
    max-height: 100%;
  }
  .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
  }
  .carousel-inner {
    padding: 1em;
    height: 386px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    /* background-color: #e1e1e1; */
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
.ci-2{
    margin-left: 0 !important;
}
.card-img{
    padding: 20px;
    background-color: #f8f8f8;
}
.card-title{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.card-text{
    font-size: 20px;
    font-weight: 700;
    color: #ff3d00;
}

iframe{
    width: 100%;
    height: 330px;
}

.product-video
{
    padding: 14px;
}


.active-heart{
    color: red !important;
}
.carousel-item-video{
    margin-left: 0!important;
    padding: 20px;
}

.carousel-item-video i{
    color: red;
    
}
.modal-body{}
.modal-body h4{line-height: 1.5;}
#centralModal .modal-body a{margin-bottom: 5px;display: inline-block;}
.nav-item select{
    margin-right: 0;
    background-color: transparent;
    border: none;
    color: white;
    text-transform: uppercase;
}
.account-head-line{
    margin-bottom: 30px;

}
.center{
    
    display: flex;
    justify-content: center;
}
.login-account-content label{
    font-size: 20px;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000;
    font-weight: 510;
}
.login-account-content input{
    height: 40px;
    width: 100%;
    color: #000;
    border: 1px #fdedd4 solid;
}
.login-account-content input:focus-visible{
   border: 1px #ff3d00 solid;
   outline: none;
}
.login-content{
    padding-left: 6rem;

}
.login-account{
    padding-top: 0;
}
.login-account-head h3{
    padding-bottom: 20px;
    color: #000;
    font-size: 50px;
    font-weight: 700;
}


.product-heading{
    padding-top: 30px !important;
}
.fluids{
    padding-left: 15px !important;
}
.p-item{
    padding-top: 20px;
}
.starting_fireworks .container-fluid .row .col-md-6{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.secbox{
    padding-left: 7rem;
    padding-right: 7rem;
}
#site-header, .sticky-header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    background-color: #000;

}
/* .nav-item select{
    -webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
} */
.wishlist-img-box {
  
    background: #f8f8f8;

    padding: 10px;

}
.wishlist-product h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-top: 15px;
    padding-bottom: 5px;
}

.wishlist-product h5{
    font-size: 20px;
    font-weight: 500;
    color: #2d363c; 
    padding-bottom: 5px;
}
.wishlist-price p{
    color: #ff3d00;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 10px;
}
.add-btn a{
    color: white;
    background-color: #ff3d00;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 10px;
}
.add-btn a i{
    color: white;
    padding-left: 5px;
}
.add-btn{
    padding-top: 12px;
    padding-bottom: 15px;
}
.wishlist-img-box a i{
    color: #010101;
    font-size: 16px;
    position: absolute;
    top: 18px;
    right: 35px;
    background-color: #ebdddd;
    padding: 11px;
    border-radius: 50px;
}
.wishlist-head h3{
    font-size: 35px;
    font-weight: 600;
    color: #000;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;   
}
.wishlist-head p{
    display: flex;
    justify-content: end;
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}
.wishlist-head span{
    font-size: 25px;
    color: #000;
    padding-right: 4px;
}
.page-head h4{
    font-size: 10rem;
    font-weight: 600;
    color: #000;

}
.pagenotfound{
    padding-top: 0;
    
}
.page-head p{
    font-size: 33px;
    text-transform: uppercase;
}
.page-head a{
    text-align: center;
    color: white;
    background-color: #ff3d00;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 10px;
    display: block;
    margin-top: 10px;

}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ff3d00;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  #myBtn i{
      color: white;
  } 
  #myBtn:hover {
    background-color: #555;
  }
.store-dropdown{
    text-transform: uppercase;
    color: white;
    border: none;
    padding-left: 0;
}
.store-dropdown:focus{
    outline: none;
}
.store-location-dropdown li{
    padding-left: 10px !important;
}
.navbar-nav-first li:nth-child(1){
    padding-right: 10px;
}
.checkout{
    margin-left: 4rem;
    margin-right: 4rem;
}
.detail-content{
    padding-left: 2rem;
    padding-right: 2rem;
    border-right: 2px solid rgb(233, 231, 231);
}
.detail-heading{
    padding-bottom: 20px;
}
.detail-heading h3{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: start;
    display: inline-block;
    
}

.detail-heading p{
    
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-align: end;
    padding-top: 10px;
    float: right;
}
.number-input{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
.detail-head label{
    color: #000;
    font-weight: 600;
}
.detail-head{
    padding-bottom: 45px;
}
.detail-info-content h3{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.name-folder input{
    width: 48%;
    padding: 8px;
    margin-bottom: 15px;
}
.name-folder input:nth-child(1){
    margin-right: 20px;
}
.add-folder input{
    width: 100%;
    padding: 8px;
    color: #000;
    margin-bottom: 15px;
}
.saveinfo{
    color: #000;
    font-weight: 600;
    margin-top: 10px;
}
.name-folder select{
    padding: 8px 20px;
    margin-right: 9px;
    color: #000;
}
.name-folder input:focus-visible,
.add-folder input:focus-visible{outline:none;}
.detail-info-content h6{
    padding-top: 50px;
    color: #ff3d00;
    font-weight: 600;
}
/* .checkout-image i{
    position: relative;
    bottom: 100px;
    left: 76px;
    font-size: 20px;
    color: white;
    cursor: pointer;
} */
.checkout-price h5{
    font-size: 20px;
    color: #000;
}
.checkout-price p{
    font-size: 20px;
    color: #ff3d00;
    font-weight: 600;
    text-align: end;
}
.checkout-gift-card input{
    width: 50%;
    padding: 5px;
    margin-right: 10px;
}
.checkout-gift-card a{
    color: white;
    background-color: #ff3d00;
    padding: 7px 15px;
    border-radius: 7px;
}

.sub-total-1 h5{
    display: inline-block;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
}
.sub-total-2 h5{
    display: inline-block;
    color: #000;
    font-weight: 500;
}
.sub-total-1 p{
    float: right;
    color: #000;
    
}
.sub-total-1 span{
    
    color: #000;
    
}

.sub-total-2 p{
    float: right;
    color: #000;
    
}
.checkout-total h4{
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.checkout-total p{
    float: right;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.checkout-total span{
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.img-box-p{
    padding: 15px;
}

.search-bar-item{
    float: right;
}
.menu-bar-item{
    display: inline-block;
}
.menu-navbar{
    padding: 15px 0px 24px 15px;
}
.login-account-head h3 {
    text-align: center;
}
.login-submit{
    text-align: center;
    padding-top: 20px;
}
.login-submit a{
    display: block;
    font-size: 18px;   
}

.store-dropdown:hover{
    color: #ff3d00;    
}
.submit:hover{
    background-color: transparent;
    border: 1px solid #ff3d00;
    color: #ff3d00; 
    font-weight: bold;  
}
.space{
    padding-bottom: 30px;
}
.item-center img{
    text-align: center;
    margin: 0 auto;
}
.see-all span{
    color: white;
    background-color: #ff3d00;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: bold;
}
.see-all{
    margin-top: 20px;
}
.shop:hover{
    background-color: transparent;
    border: 1px solid #ff3d00;
    color: #ff3d00;

}
/* category1 */
.product-desc1 .shop1{
    background-color: #ff3d00;
    font-weight: bold;
    color: white;
    border-radius: 7px;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.product-desc1 h3{
    color: #ff3d00;
    font-size: 25px;
    font-weight: 800;
    line-height: 25px;
    
}
.product-img1 img{
    width: 300px;
    height: 250px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.shop1:hover{
    background-color: transparent;
    border: 1px solid #ff3d00;
    color: #ff3d00;  
}
/* category1 end */

/********* Location Page *********/
.location-map {
  margin-bottom: 60px;
}
.location-block {
}
.location-block .well-block{background-color: #fff;}
.location-contact {
  margin-top: -120px;
  padding: 0px;
  margin-bottom: 100px;
}
.location-cnt-block {
  padding: 40px 60px;
  border-right: 1px solid #eae8e4;
}
.timing-hours {
  padding-left: 0px;
}
.timing-hours .time-badge {
  float: right;
  margin-top: 5px;
}
.time-hours-title {
  padding: 30px;
  margin-bottom: 0px;
  line-height: 26px;
}
.time-badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #568aed;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 10px;
  letter-spacing: 1px;
}
.timing-hours .list-group-item {
  border-radius: 0px;
  border: 1px solid #eae8e4;
  border-right: transparent;
  margin-left: -1px;
  margin-bottom: -1px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
}
/********* Location section ********/
.location-thumbs {
  margin-top: -120px;
}

.location-block .well-block {
    background-color: #fff;
}

.well-block {
    background-color: #faf9f7;
    border-top: 3px solid #ffa405;
    padding: 30px;
    margin-bottom: 30px;
}
.contact-information {
    margin-top: 20px;
}
.address-block, .email-block, .call-block {
    margin-bottom: 30px;
}
.address-block p, .email-block p, .call-block p {
    padding-left: 30px;

    line-height: 1.5;
}

.well-block h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}

.icon {
    float: left;
    padding-right: 30px;
    margin-top: 0px;
    font-size: 20px;
    color: #568aed;
    width: 30px;
    text-align: center;
}

.flaticon-big104:before {
    content: "\e00b";
}


.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    /*background-color: #353b48;*/
    /*border-radius: 30px;*/
    /*padding: 10px;*/

    }

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    height: 40px;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    
    }

    .searchbar:hover > .search_input{
      padding: 0 10px;
      width: 300px;
      caret-color:red;
      transition: width 0.4s linear;
      border: 1px solid white !important;
    }

    .selected .search_input{
      padding: 0 10px;
      width: 300px;
      caret-color:red;
      transition: width 0.4s linear;
      border: 1px solid white !important;
    }

    /*.searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }*/

    .search_icon{
    height: 40px;
    width: 20px;
    margin-left: 5px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    margin-top: -2px;
    text-decoration:none;

    }
    .search_icon i{font-size:16px;}

    .fa-lg {
  font-size: 2.50em !important;
  line-height: .05em;
  vertical-align: -.075em;
}
.social li{
   display: inline !important;
}


.search-bar-list{
    list-style: none;
    display: flex;
    justify-content: end;
    padding-right: 20px;
    position: relative;
}
.search-bar-list li {
    padding-right: 10px;
    position: relative;
}
.img-sec img{
    width: 180px;
    height: 180px;
}
.search-hover {
    border: 1px solid #ff3d00;
    outline: none;
    background-size: 22px;
    background-position: 13px;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    padding: 20px;
    transition: all 0.5s;
    background: #ff3d00;
  }
  .search-hover:hover{border-radius: 8px;}
  .search-hover::placeholder{
      color: white;
  }
  .search-hover:hover {
    width: 300px;
    padding-left: 50px;
  }
  .search-bar-list li .fa-search{
      position: relative;
      left: 35px;
      font-size: 20px;
      padding: 0px;
      color: white;
      background: #ff3d00;
  }


  .pcount {
    background: linear-gradient(to bottom, #fff, #fff);
    text-align: center;
    width: 25px;
    top: -10px;
    right: 0px;
    font-size: 14px;
    border-radius: 50%;
    height: 25px;
    padding: 5px 0;
}

.position-absolute {
    /* position: absolute!important; */
}

.cart-sec .product-detail-sec {
    border: 1px solid #eee;
    padding: 1rem;
    position: sticky;
    top: 120px;
}

.cart-sec .product-detail-sec{
    border: 1px solid #eee;
    padding: 1rem;
    position: sticky;
    top: 120px;
}
.cart-sec  .rates{
    font-size: 16px;
}
.cart-sec  .img-sec{
    /*width: 50%;*/
     width: 30%;
}
.cart-sec    .product-detail-sec .price-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: .5rem 0;
    font-size: 14px;
}
.cart-sec    .product-detail-sec .price-details .rates{
    font-size: 14px;
    font-family: Poppins;
    font-family: 'Roboto', sans-serif;
}
.cart-sec    .product-detail-sec  .border-b{ 
   border-bottom:  1px dashed #e0e0e0;
   margin-bottom: .8rem;
}
.cart-sec    .product-detail-sec  .Total-amt p{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.cart-sec    .product-detail-sec  .Total-amt .rates{
    font-size: 16px;
}
.cart-sec .position-sti{
    position: sticky;
    top: 77px;
}
.cart-sec
.Checkout-btn{
    border-top: 1px solid #eee;
}
::-webkit-scrollbar {
  width: 13px;
}
.products-listin-sec .products {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid #eee;
   /* margin: 2rem 1rem;*/
}
.cart-sec .rates {
    font-size: 16px;

    color: #000;

    padding-top: 10px;
}
.login-register{}
ul.login-register{}
ul.login-register li{
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 15px;
}
ul.login-register li:first-child{
    border-right: 0px solid #fff;
    padding-right: 5px;
}
ul.login-register li:nth-child(2){
    border-left: 1px solid #fff;
}
ul.login-register li:last-child{
    border-right: 0px solid #fff;
}
ul.login-register li a{
    padding:0 0;
}
ul.login-register li a i{
    margin-right:4px;
}

element.style {
}
.products-listin-sec .products-details h2 a {
    font-size: 18px;
    color: #F85C05;
}
.products-listin-sec p {
    color: #777;
    margin-bottom: .3rem;
}

.input-text {
    width: 20%;
    text-align: center;
}

.products-listin-sec  .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;

    box-shadow: none !important;
}

button.btn.btn-apply {
  width: 100% !important;
  height: 100% !important;

  background: #ed412a;

  border-color: #ed412a;
}
.cart-sec .header h2 {
    font-size: 20px;
    padding: 1.5rem 0;
    margin: 0;
}
.cart_active{background-color: #ff3d00;color: #fff !important;padding-left: 10px !important;}

/* HOme Page onload popup */
.offer-popup{}
.offer-popup ul{}
.offer-popup ul li{list-style-type:none;display:inline-block;}
.offer-popup ul li img{}
.offer-popup ul li input,
.offer-popup ul li select{width:100%;margin-right: auto;}
.offer-popup ul li select:focus-visible{
    outline:none;
}
.offer-popup ul li select{
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color:#000;
}
.offer-popup h3{margin-bottom:15px;color:#000;line-height: 1.5;}
.offer-popup h3 strong{font-weight:bold;color:#000;}
.offer-popup ul li a.submit{display: block;margin: 0 auto;width:170px;}
/* HOme Page onload popup */


.detail-active-heart{
  background: red;
  color: #fff !important;
  border-color: red !important;
}