@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption&display=swap');
*{
  /*font-family: 'Josefin Sans', sans-serif;*/
  font-family: 'PT Sans Caption', sans-serif;
}
ul,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  padding:0px;
  margin: 0px;
}
li{
  list-style: none;
}
img{
  max-width: 100%;
}
.clear{
  clear: both;
}
.header{
  background: #000;
}
.logo {
  text-align: center;
}
.logo img{
  max-width:130px;
  width:100%;
  margin: auto;

}
.search-1{
  margin-top:10px;
}
/*menu start*/
.toggle-nav,#toggle-nav{
  display: none;
}
.menu-bg{
  /*background:black*/
  margin-top:40px;
}
.menu{
  text-align: right;
  position: relative;
}
.menu ul li{
  display: inline-block;
}
.menu ul li a{
  display: block;
  padding:10px 20px;
  color: #fff;
  font-weight: bold; 
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 10px;
}
/*menu end*/
.promo{
  text-align: center;
  padding: 10px;
  background: #ddd
}
.promo ul li{
  display: inline-block;
  text-align: left;

 width: 24%
}
.promo ul li i{
  float: left;
   padding-right: 10px;
  font-size: 32px;
  position: relative;
  top: 5px;
}
/*promo end*/
.sale{
  margin: 15px 0px;
  position: relative;
}
.sale-lable{
  background: #04A2E3;
}
.sale-lable h1{
  transform: scale(1.6);
}
.sale-lable h1,.sale-detail h4{
padding: 25px;
font-size: 26px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}
.sale-detail{
  background: #04E3A7
}
.sale-detail strong{
  color: #04A2E3;
}
/*sale end*/
.price{
  font-size: 23px;
  font-weight: bold;
  margin: 15px 0px;
   color: #04A2E3;
}
.short-details ul li{
  margin: 5px 0px;
}
.buy-now-btn {
  margin: 15px 0px;
  text-align: center;
}
.buy-now-btn a{
  display: inline-block;padding: 10px 20px;
  border:1px solid #ddd;
  color: #fff;
  font-weight: bold;
   background: #04A2E3;
   min-width: 180px;
   text-align: center;
}
/*price*/
.middle-body{
  margin:20px 0px;
}
.mx{
  display: none;
}
.right-pennal{
  min-height: 500px;
  border: 1px solid #ddd;
}
.gallery{
  text-align: center;
  border: 1px solid #ddd;
  max-width: 500px;
  margin:0px auto;
  min-height: 500px;

}
.product-image-box {
position: relative;
}
.product-image-container{
background: #fff;
width: 100%;
position: relative;
text-align: center;
margin: 0 auto;
padding:10px;
height: 400px;
}
.product-image-container img{
max-width: 100%;
max-height: 100%;

}
.product-more-views {
margin-top: 10px;
text-align: center;
}
.x-hold{
border:  solid 1px #04A2E3;
margin-bottom: 5px;
background: #fff;
position: relative;
text-align: center;
}
.product-more-views ul { list-style: none;
padding: 0;
text-align: center;
position: relative;
}

.product-more-views ul li { display: inline-block;}
.product-image-container { display: none;}
.product-image-box input { display: none;}
.product-more-views label{
margin: 0px;
width:90px;
height:80px;
padding: 5px;
margin: 0px;
overflow: hidden;
display: inline-block;
cursor: pointer;
text-align: center;
position: relative;
background: #fff;
}
.product-image-box label:hover { cursor: pointer;}
#gal1:checked ~ #content1, #gal2:checked ~ #content2, #gal3:checked ~ #content3, #gal4:checked ~ #content4, #gal5:checked ~ #content5, #gal6:checked ~ #content6, #gal7:checked ~ #content7, #gal8:checked ~ #content8, #gal9:checked ~ #content9, #gal10:checked ~ #content10, #gal11:checked ~ #content11, #gal12:checked ~ #content12 { display: inline-block;}
.product-more-views img { 
max-height: 100%;
max-width: 100%;}
.title{
  font-weight: bold;
}
.feature{
  margin-top: 20px;
}
.xx{
    
}

.social{
    margin-top:15px;
        width: 100%;
        text-align: center;
}
.caption{
  text-align: center;
}
.caption span{
  display: inline-block;
  padding: 7px;
  border-bottom: 2px solid black;
  font-weight: bold;
  font-size: 2rem;
  color: black;
}
.boxmxd{
  display: inline-block;
  max-width: 500px;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
     border: 1px solid #ddd;
    vertical-align: top;
    min-height: 130px;
    margin: 10px auto
}
.boxmxd table{
  width: 100%;
}
.boxmxd td {
  min-width: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;

}
.boxmxd td:nth-child(2){
  padding: 8px;
}
.boxmxd td img{
  width:40px;
  margin: 3px 0px;
}
.feedback{
 margin-top: 40px;
}
.feedback ul li{
  display: inline-block;
  color: #fff;
}
.feedback ul li i{
  color: gold
}
.feedback ul li a{
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.phone-check{
  text-align: center;
}
.phone-check-logo{
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  box-shadow: 0 0 44px -1px rgb(60 124 179 / 23%);
min-height: 210px;
padding: 10px;
padding-top: 35px;
}

.phone-check-detail{
  min-height: 210px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  max-width: 350px;
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  background:#f5f5f5;
}
.phone-check-detail li{
  margin: 10px 0px;
  font-weight: bold;font-size: 15px;
}
.phone-check-detail li img{
  width:40px;
  padding-right:5px;
}
/*description*/
.descripiton-details{
padding: 10px;
}
.descripiton-details ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-weight: bold;
    padding-right: 10px;
    color: #04E3A7
}
/*tab start*/
.conditions-box{
  background: #ddd;
  margin-top: 15px;
}
.conditions_box-details{
  text-align: center;
  padding: 15px;
}
.colcond{
  width: 100%;
  max-width: 250px;
  display: inline-block;
  margin: 10px ;
  vertical-align: top;

}

.conditions_title{
  text-align: left;
}
.conditions_title h4{
  text-transform: capitalize;
    background: black;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

.conditions-box-section{
  background: #fff;
  border:1px solid #ddd;
  border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding:10px;
    
}
.img-star img{
  width: 100%
}

.conditions-top-title h4{
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
}
.conditions-top{
  padding-bottom: 20px;
  border-bottom: 2px solid black;

}
.conditions-middle{
  min-height: 225px
}
.conditionbox_column_left {
width: 50%;
    border-right: 1px solid #f3f3f3;
    text-align: center;
    color: #042326;
    float: left;
    margin-top: 20px;
    padding-right:10px;
    font-size: 14px
}
.conditionbox_column_right {
    width: 50%;
    border-left: 1px solid #f3f3f3;
    text-align: center;
    color: #042326;
    font-size: 14px;
    float: left;
    margin-top: 20px;
    padding-left:10px;
}
/*Tabs*/
.tabs {
background: #04E3A7;
  margin-top: 20px;
}
.tabs input {
  display: none;
}
.tabs label {
  display: inline-block;
  padding:10px 20px;
  text-align: center;
  font-weight: bold;

  font-size: 17px;
  margin: 0px;
  color: #000;
  

}
.tabs label:hover {
   background: #04A2E3;
   color: #fff;
  cursor: pointer;
}
.tabs input:checked + label {
  background: #04A2E3;
  color: #fff

}
.tabs #tab1:checked ~ .content #content1,
.tabs #tab2:checked ~ .content #content2,
.tabs #tab3:checked ~ .content #content3,
.tabs #tab4:checked ~ .content #content4,
.tabs #tab5:checked ~ .content #content5 {
  display: block;
}
.tabs .content > div {
  display: none;
  padding: 20px;
  text-align: left;
  border: 1px solid #ddd;
  background: #fff;
}
.pey-logo{
  text-align: center;
}
.pey-logo img{
  max-width: 80px;
  border:1px solid #ddd;
  padding: 5px;
  margin: 5px;
}
 /*cross selling start*/
 .cross{
  margin-bottom: 20px
 }
 .rowmdx{
  text-align: center;
 }
 .colmdx{
  display: inline-block;
  vertical-align: top;
  max-width: 220px;
 }
 .head h4{
  text-transform: capitalize;
  background: #04a2e3;
  color: #fff;
  font-weight: bold;
  padding: 10px;
 }
 .product-box{
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
 }
 .p-title{
  min-height: 80px; 
  overflow: hidden;
 }
 .p-price{
  font-weight: bold;
  font-size: 2rem;
  padding: 10px 0px;
 }
 .buy-now a{
  display: block;
  width: 100%;
  background: black;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
 }
 /*footer start*/
 .footer-bg{
  background: #ddd;
  padding: 30px 0px;

 }
 .head h5{
  background:  black;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff
 }
.footer-detail p, .footer-detail a{
  color: #000;
}
.design{
  background:  black;
  padding: 7px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff
}
.design p{
  margin: 0px;
}
@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 992px) {
  .header{
    padding: 10px;
  }
  .feedback,.menu{
    text-align: center;
  }
  .promo ul li i{
    float: none;
    display: block;
    padding: 10px;
  }
  .promo ul li{
    text-align: center;
  }
  .md{
    display: none;
  }
  .mx{
    display: block;
  }
.logo{
  border-bottom: 2px solid #fff

}
.tabs label{
  padding: 10px;
}
}
@media only screen and (max-width: 767px) {
.promo ul li{
  width: 100%;
}
.xx{
  width: 100%
}
/*tab start*/
.tabs label{
  width: 100%;
}
}

@media only screen and (max-width: 500px) {
  .sale-lable h1, .sale-detail h4{
    padding: 10px;
    font-size: 19px;
  }
   .colcond{
       margin:10px 0px;
   }
}


