* {
  font-size: 14px;
}

a {
  color: #000000;
  text-decoration: none;
}

.gfooter {
  background: #523b3b;
  color: #ffffff;
  padding: 5px 20px;
}

.logo {
  height: 74px;
  width: 140px;
}

.cart-bg {
  color: #4b1a0e;
  background: #b61313;
  border-radius: 20px;
  /* border: 3px solid rgb(161, 158, 156); */
  font-family: "Orbitron", sans-serif !important;
  font-weight: 700;
  text-align: center;
}

.cartdetail {
  color: #4b1a0e;
  font-weight: 700;
}

.itemcart {
  border-radius: 10px;
  width: 50px;
  margin: auto;
  padding: 0 10px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
}

.itemcart:hover {
  color: #5e3125;
  text-decoration: none;
  text-transform: none;
}

.qtycart {
  border-radius: 10px;
  width: 50px;
  margin: 0 10px;
  padding: 0 10px;
}

.ptitle {
  font-size: 18px;
  text-align: center;
}

.prate {
  font-size: 16px;
}

.prate-fake {
  text-decoration: line-through;
  font-size: 12px;
  float: right;
  color: #f00b0b;
}

.stockstatus {
  color: #384e38;
  font-size: 12px;
  margin: auto;
}

.brandimg {
  width: 100px;
  height: auto;
}

.add2cartinhome {
  border-radius: 0;
}

.pcategory {
  color: #888484;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.pname {
  color: #000000;
  font-size: 18px;
}

.pqty {
  color: #000000;
  font-size: 18px;
}

.pqtyinput {
  width: 60px;
}

.prate {
  color: #000000;
  font-size: 16px;
  font-weight: bolder;
}

.prateforcart {
  color: #000000;
  font-size: 28px;
  font-weight: bolder;
}

.offrate {
  margin: 0 5px;
  color: #888484;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: normal;
}

.schemetext {
  margin: 0 5px;
  color: #25aa04;
  font-size: 16px;
  font-weight: bold;
}

.palert {
  margin: 0 5px;
  color: #fc0404;
  font-size: 12px;
  font-weight: normal;
}

.pdoption_t {
  color: #555555;
  font-size: 12px;
  font-weight: bold;
}

.pdoption_d {
  color: #353333;
  font-size: 14px;
  font-weight: bold;
}

.pwol {
  margin-left: 5px;
  color: #007bff;
  font-weight: bold;
  font-size: 14px;
}

.pwol:hover {
  text-decoration: none;
}

.second_box {
  display: none;
}

.contactline {
  text-align: center;
  margin: auto;
  padding: 10px;
  color: #ffffff;
  background-color: #cc0001;
}

.catgrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 20% 20% 20% 20%;
      grid-template-columns: 20% 20% 20% 20% 20%;
}

.fa-facebook-square {
  color: #ffffff;
  background: #2e5cdb;
  padding: 10px;
  margin: 5px;
  border-radius: 50px;
}

.fa-twitter-square {
  color: #ffffff;
  background: #57bbe2;
  padding: 10px;
  margin: 5px;
  border-radius: 50px;
}

.fa-linkedin-square {
  color: #ffffff;
  background: #0b82b1;
  padding: 10px;
  margin: 5px;
  border-radius: 50px;
}

.fa-youtube-play {
  color: #ffffff;
  background: #d80a0a;
  padding: 10px;
  margin: 5px;
  border-radius: 50px;
}

.gfooter > h3 {
  padding-left: 0;
}

.creditline {
  background-color: #cc0001;
  color: #ffffff;
  margin: auto;
  padding: 20px 0;
  display: block;
  width: 100%;
  text-align: center;
}

.creditlinelink {
  color: #f1ac92;
  text-decoration: none;
  text-transform: none;
}

.creditlinelink:hover {
  color: #2e2ee0;
  text-decoration: none;
}

.footerLink {
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
}

.footerLink:hover {
  color: #e0842e;
  text-decoration: none;
}

footer {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .catgrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .carousel {
    display: none;
  }
  .img-fluid {
    margin: 5px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .gfooter {
    padding: 5px 20px;
  }
  .gfooter > h3 {
    padding-left: 0;
  }
}
/*# sourceMappingURL=mystyle.css.map */