.img-product{
  left: 98%;
  width: 30%;
}
@media only screen and (max-width: 600px) {
  .img-product{
    left: 98%;
    width: 20%;
  }
}
.tabs {
	display: flex;
	flex-wrap: wrap; 
}
.tabs label {
	order: 1;
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
  background: #000;
  font-weight: bold;
  transition: background ease 0.2s;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #c61b1f;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
.tab-text{
    color:#fff;
}
.fa-check{
    color:#c61b1f;
}
.privacy{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
}
.statement{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
}
.zenorex-text{
    font-family: 'Poppins', sans-serif;
}
.text{
    font-family: 'Poppins', sans-serif;
}
.contact{
    font-family: 'Cinzel', serif;
    color:#c61b1f;
    font-weight: bold;
}
.contact1{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.tab-text{
  padding: 28px !important;
  text-align: center !important;
}
.tab{
  width: 92% !important;
  flex-grow: unset  !important;
  border: 1px solid #D3D3D3;
}
.product-title{
  font-size: 20px !important;
  font-weight: 700 !important;
}
.product-cat{
  font-size: 20px !important;
  font-weight: 700 !important;
  color:#c61b1f !important;
}
.findAbout{
  border: 2px solid #c61b1f;
  padding: 10px;
  width: 20% !important;
  border-radius: 20px;
  color:#c61b1f;
  text-align: center;
  font-size: 14px !important;
}
/* .box{
  position: absolute;
  top: 175%;
  left: 47.5%;
  transform: translate(-50%,-50%);
} */

.ourbrand{
  height: 60px;
}
/* .box{
  display: none;
} */

@media only screen and (max-width: 600px) {
  .findAbout{
    width: 49% !important;
    font-size: 12px !important;
  }
  .product-title{
    font-size: 18px !important;
  }
  p{
    font-size: 16px !important;
  }
}