body{
    padding:0px;
    margin:0px;
    overflow-x: hidden;
    box-sizing: border-box;
}
.abovenavleft{
    display:inline-block;
    font-size: 15px;
    color:#565656;
    margin-top: 5px;
    float:left;
    
}
@media (min-width:689px){
.abovenavright{
    display:inline-block;
    float:right;
    font-size: 15px;
    color:#565656;
    margin-top: 5px;
}
    }
@media (max-width:689px){
.abovenavright{
    display:inline-block;
    font-size: 15px;
    color:#565656;
    margin-top: 5px;
}
    }
.abovenav{
    background-color:#f7f7f7;
    height:30px;
    text-align: center;
}
/*desktopnav*/
@media (min-width:895px){
   .desktopnav{
    display:inline-block;
    width:60%;
   margin-left: 12%;
   
}
    }
    @media (max-width:896px){
   .desktopnav{
    display:inline-block;
    width:72%;
   margin-left: 0%;
   
}
        .desktopnav ul li{
    display:inline-block;
   float:left;
    margin-top: 5px;
    margin-left: 0%;
    text-align: center;
    }
        }
.desktopnav ul{
    display:inline-block;
    width:100%;
    list-style-type: none;
    text-decoration: none;
    margin-top: 2%;
}
.desktopnav ul li{
    display:inline-block;
   float:left;
    margin-top: 5px;
    margin-left: 2%;
    text-align: center;
    }
.desktopnav ul li a{
    display:inline-block;
    padding:2%;
    width:100px;
    text-decoration: none;
    color:#3d3d3d;
    font-weight:700
    }
.desktopicon{
    display:inline-block;
    float:right;
    margin-top: 1%;
    font-size: 25px;
    color:#3d3d3d;
}
 /*mobile nav*/
@media (max-width:689px){
    .desktopnavrow{
        display:none;
    }
    .abovenavleft{
        display:none;
    }
}
.mobilenavtop1{
    display:inline-block;
}
.mobilenavtop2{
    display:inline-block;
    float:right;
    font-size: 20px;
    cursor:pointer;
}
.mobilenavtop2:hover{
    color:#fec537;
}
@media (min-width:689px){
    .mobilenavrow{
        display:none;
    }
}
/*mobile dropdown*/

@media (min-width:689px){
    .mobiledropdown{
        display:none;
    }
}
.mobiledropdown{
    position: absolute;
    z-index: 999;
    width:100%;
  max-height:500px;
 background-color: white;
    transition: 0.5s ease;
    overflow: hidden
}

.mobiledropdown ul{
    width:100%;
    list-style-type: none;
    padding-left:0px;
}
.mobiledropdown ul li{
    width:100%;
    display: block;
   
}
.mobiledropdown ul li ul li{
    width:100%;
    padding-left: 5%;
    display: block;
  
}
.mobiledropdown ul li a{
display: block;
padding:1.5%;
color:black;
border-bottom:1px solid grey;
text-decoration: none;
transition:1s ease;
}
.mobileplus{
    float:right;
    display: inline-block;
    margin-top: 5px;
}
.mobileplus1{
    float:right;
    display: inline-block;
     margin-top: 5px;
}
.mobileplus:hover{
    color:#fec537;
}
.mobiledropdown ul li a:hover{
color:#fec537;
}
.hide{max-height:0px;}
.mobiledropdownrow{
    transition: 2s ease;
}
.childdropdown{
 
}
.hide2{
    display:none;
}

/*carousel*/
@media (max-width:700px) and (min-width:550px){
    .d-block{
        height:350px;
    }
}
@media (max-width:550px){
    .d-block{
        height:250px;
    }
}
/*below carausel*/
.belowslider{
    position: relative;
}
.ani1{
    position: absolute;
    height:0px;
    width:0px;
    bottom:0px;
    background-color: grey;
}
.ani2{
    position: absolute;
    height:0px;
    width:0px;
    bottom:0px;
    right:0px;
     background-color: grey;
}
.belowslider:hover .ani1{
    position: absolute;
    height:0px;
    width:0px;
    bottom:0px;
    animation-name: ani;
    animation-duration: 1s;
    animation-iteration-count: 1s;
}
.belowslider:hover .ani2{
    position: absolute;
    height:0px;
    width:0px;
    bottom:0px;
    animation-name: ani;
    animation-duration: 1s;
    animation-iteration-count: 1s;
}
@keyframes ani {
    from{
        width:0px;
        height:0px;
        opacity:0.8;
    }
    to{
        width:100%;
        height:100%;
        opacity: 0;
    }
}


/*trending products*/
.trending{
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-top: 3%;
    margin-left: 5%;
  }
.trendingsec{
    display:inline-block;
    width:100%;
    text-align: center;
    margin-top: 2%;    
}
.trendingsec ul{
    display:inline-block;
    width:100%;
    text-align: center;
    list-style-type: none;
  
    }
.trendingsec ul li{
    display:inline-block;
    font-size: 20px;
    margin-left: 2%;
    padding:0.6%;
    border:1px solid black;
    cursor:pointer;
   }
.item1{
    text-align: center;
}
.select{
    background-color: black;
    color:white;
}
.hide21{
    display:none;
}
/*below trending*/
.belowtrending{
    position: relative;
    width:100%;
    height:100%;
}
.belowtrending1{
    position: absolute;
    width:0%;
    height:0%;
    top:50%;
    left:50%;
    right:50%;
    background-color: black;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
   transition:1s ease-in-out;
    opacity:0.5;
}
.belowtrending2{
  color: white;
  font-size: 0px;
  position: absolute;
  width:100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
     transition:1s ease-in-out;
}
.belowtrending:hover .belowtrending1{
    width:80%;
    height:80%
}
.belowtrending:hover .belowtrending2{
  font-size: 18px;
}

.belowtrending:hover .belowtrending2 i{
  font-size: 25px;
    color:yellow
}
/*testomonials*/
.pow{
    margin-top: 5%;
    margin-bottom: 5%;
}
.maintesti{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 3%;
}
.maintesti p{
    color:black;
    font-size: 15px;
    font-weight: 600;
}
.testi{
    display:inline-block;
    border:5px solid #b7ac95;
    border-radius:50px;
    overflow: hidden;
}
.testq{
    display:block;
    width:80%;
    margin:4% auto;
}
.pow{
background-image: url(images/testback.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*footer*/
.footerrow{
 border-top:8px solid #fec22b;
    background-color: black;
}
.footer{
    margin-top: 5%;
    margin-bottom: 5%;
   
}
.footer ul{
    padding-left: 0px;
    list-style-type: none;
}
.footer ul li{
    margin-top: 2%;
     color:#777777;
}
.footer ul li a{
    text-decoration: none;
    color:#777777;
    
}
.footerhead{
   font-size: 20px;
    font-weight: 600;
    color:#e9e9e9;
}
@media (max-width:575px){
    .footerrow{
        text-align: center;
    } 
}
 .footerhead1{
        font-size: 20px;
    font-weight: 600;
    color:#e9e9e9;
      
    }
@media (min-width:575px){
   .footercontact{
    text-align: left;
} 
    .footerhead1{
        font-size: 20px;
    font-weight: 600;
    color:#e9e9e9;
        text-align: left;
    }
}
/*2nd page about us page*/
.aboutbanner{
    background-image: url(images/back2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.aboutcolom{
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: center;
    color:white;
}
.aboutpadding{
    padding:2%;
    margin-top: 2%;
    margin-bottom: 2%;
    border:1px solid #e5dcdc;
    text-align: justify;
}
/*3rd page product page*/
.producttext{
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
    font-family: 'Merriweather Sans', sans-serif;
    font-size:25px;
    font-weight:600;
}
.producthidden{
    overflow:hidden
}
.animation{
    animation-name: imgani;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes imgani{
    0%{
        transform: scale(1)
    }
    80%{
        transform: scale(1.05)
    }
    100%{
        transform: scale(1) 
    }
}
/*4th page contact page*/
.contactform{
    padding:4%;
    border:1px solid #e5dcdc;
}
.formicon{
    font-size: 25px;
    color:black;
    padding-bottom: 18%;
    text-align: center;
}
.formtext1{
    font-size: 20px;
    font-weight:600;
      font-family: 'Merriweather Sans', sans-serif;
}
.formdetails{
    padding-left: 8%;
}
.formdetails2{
    padding-top: 8%;
    padding-top: 8%;
}
.inputformcol{
    padding:4%;
}
.inputformpad{
    padding:3%;
    border:1px solid #e5dcdc;
}
.inputtext1{
    font-size: 18px;
       font-weight:600;
}
.form-control1{
    display:inline-block;
    width:100%;
    height:45px;
    border-radius: 5px;
    box-shadow: none;
    border:none;
    border:1px solid #e5dcdc;
}
.submit{
padding:1%;
color:black;
background-color: #fec22b;
border:none;
}
.submit:hover{
    background-color: black;
    color:white;
}
