.info-list {
  margin: 22px 0 0;
}
.sticky-header .logo img {
  width: 100px;
}
/*Slider*/
.main-banner {
  margin-bottom: 20px;
}
.main-banner .owl-next, .main-banner .owl-prev {
  position: absolute;
  top: 40%;
  background: #FFF;
  opacity: .7;
  cursor: pointer;
}
.main-banner .owl-next:hover, .main-banner .owl-prev:hover {
  opacity: 1;
}
.main-banner .owl-prev img, .main-banner .owl-next img {
  width: 10px;
  opacity: .5;
}
.main-banner .owl-next {
  right: 0px;
  padding: 7px 8px 8px 12px;
}
.main-banner .owl-prev {
  left: 0px;
  padding: 7px 12px 8px 8px;
}
/**/
.mobile-nav-toggler {
  display: none;
}
.floatingwhatsapp {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
  background: #4dc247;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
  -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
  box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}
.new-release {
  padding: 30px 40px;
  border-radius: 30px;
  background: #48181f;
}
.new-release h2 {
  font-weight: 700;
  margin: 0 0 6px;
  color: #e2b044;
}
.new-release p {
  color: #FFF;
}
.product-main-thumb {
  display: block;
  text-align: center;
  background: #FFF;
  padding: 11px 10px;
  margin: 0 0 30px;
  border-radius: 0;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.product-main-thumb img {}
.product-main-thumb p {
  font-weight: 600;
  color: #000;
  margin: 5px 0 0px;
  font-size: 18px;
}
.product-hrbx {
  margin: 0 0 40px 0;
  background: #f3f3f3;
  padding: 30px;
}
.product-hrbx h1 {
  font-size: 28px;
  font-weight: 900;
  margin: 9px 0 10px 0px;
  line-height: 30px;
}
.product-hrbx h1 p {
  font-size: 16px;
  background: #47181f;
  color: #e2b044;
  display: inline-block;
  padding: 0 11px;
  border-radius: 5px;
}
.list-s1 {
  list-style: none;
  padding: 0px;
}
.list-s1 li {
  position: relative;
  padding: 0 0 0 37px;
  margin: 0 0 12px;
  min-height: 39px;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 22px;
  width: 46%;
  float: left;
}
.list-s1.fw li {
  width: 100%;
  float: none;
}
.list-s1 li a {
  display: block;
}
.list-s1 li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 15px;
  font-weight: 600;
  background: #7c3641;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 26px;
  border-radius: 3px;
}
.wsp-enq {
  display: inline-block;
  background: #40ae39;
  color: #FFF;
  padding: 8px 25px;
  border-radius: 45px;
  font-weight: 600;
}
.wsp-enq:hover {
  background: #4ec247;
  color: #FFF;
}
.phn-enq {
  display: inline-block;
  background: #3b85ef;
  color: #FFF;
  padding: 8px 25px;
  border-radius: 45px;
  font-weight: 600;
}
.phn-enq:hover {
  background: #579afb;
  color: #FFF;
}
.team-block-one img, .product-hrbx img {
  box-shadow: -12px 15px 5px -5px rgba(0, 0, 0, 0.19);
  margin: 0 0 30px;
}
.design-page {
	background: #e2b044;
	background-image: url('../images/emblem-layer.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 40%;
}
.stockbx
{
    color: #000000;
    padding: 18px 0px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    border-top: 1px solid #CCC;
}
.stockbx.zerostock
{
    color: #ff0000;
}

.stockbx span
{
    display: inline-block;
    /* font-size: 15px; */
    color: #ffffff;
    background: #e2b044;
    padding: 2px 11px;
    border-radius: 30px;
}
.title-s1
{
	font-size: 14px;
	margin: 0 0 15px;
}
@media (max-width:992px) {
  .list-s1 li {
    width: 100%;
    float: none;
  }
  .info-list {
    display: none;
  }
  .logo img {
    width: 120px;
  }
  .mobile-nav-toggler {
    display: block;
    float: right;
    font-size: 27px;
    color: #48181f;
    margin-top: 21px;
  }
  .about-style-two {
    padding: 20px 0px;
  }
  .stats-section .single-item h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .stats-section .single-item .icon-box {
    margin-bottom: 6px;
  }
  .stats-section .single-item .icon-box img {
    width: 45px;
  }
  .product-main-thumb {
    padding: 14px;
  }
  .product-main-thumb p {
    font-size: 16px;
  }
}