@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***
font-family: 'Montserrat', sans-serif;
font-family: 'Work Sans', sans-serif; 
**/

body, html {
 
color: #333;
font-family: 'Barlow', sans-serif;
margin: 0;
 text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    position: initial;
	 
}
a {
    text-decoration: none;
    -webkit-transition: .6s;
    transition: .6s;
    color: #222;
    display: inline-block;
}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
a:focus{outline:none;}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: none;
}
p{/* font-family: 'Poppins', sans-serif; */}
input, button, a{outline:none;}

	textarea,
	select,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
      
}
::placeholder {  
  color: #000;
  opacity: 1;  
}

:-ms-input-placeholder {  
  color: #000;
}


::-ms-input-placeholder {  
  color: #000;
}

p, pre {
    margin: .6em 0;
}
a {
    color: #333;
    
} 
.mar0{margin:0;}
.padd0{padding:0;}

header{
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
} 
header .logopanel{} 
header .logopanel img{
    width: 160px;
} 
header .accountwidget{text-align:right;padding: 32px 0;} 
header .accountwidget a{
    font-size: 24px;
    display: inline-block;
    padding: 0 5px;
    width: 49px;
    position: relative;
    color: #000;
    } 
	header .accountwidget a i{}
header .accountwidget a span{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000000;
    top: -10px;
    border-radius: 15px;
    right: 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
    }
.menupanel{
    position: absolute;
    left: 0;
    right: 0;
    top: 112px;
    /* background: #000; */
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 1;
}	
 
.menupanel ul {padding:0; margin:0; list-style:none; display:inline-block;}	
.menupanel ul li{display:inline-block;}	
.menupanel ul li a{
    font-size: 18px;
    font-weight: 600;
    padding: 7px 15px;
    color: #000;
}	
.menupanel button{float: right;background: none;border: none;font-size: 20px;padding: 5px 0;font-weight: 600;margin-left: 40px;color: #000;}	
.bannerpanel{
    position: relative;
    z-index: 0;
}	
.bannerpanel img{width:100%;}	
.bannerpanel .itemimage{}	
.bannerpanel .itemimage .container{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}	
.bannerpanel .itemimage .container .innerbox{
    color: #000; 
}	
.bannerpanel .itemimage .container .innerbox h4{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}	
.bannerpanel .itemimage .container .innerbox h3{
    margin: 0;
    font-size: 34px;
    font-weight: 200;
    margin-top: 9px;
}	
.bannerpanel .itemimage .container .innerbox a{
    display: inline-block;
    padding: 15px 24px;
    background: #303030;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}	
.shopcategory{
    padding: 20px 0;
    background: #fff;
}
.shopcategory .sectionhead{}
.shopcategory .sectionhead h3{
    margin: 0;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.shopcategory .gridslider{}
.shopcategory .gridslider .innergrid{
    padding: 0 5px;
}
.shopcategory .gridslider .innergrid figure{
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.shopcategory .gridslider .innergrid figure img{
    width: 100%;
}
.shopcategory .gridslider .innergrid figure .innerdet{
    position: absolute;
    z-index: 1;
    bottom: 10px;
    background: #fff;
    right: 10px;
    left: 10px;
    border-radius: 5px;
    padding: 20px 20px;  -webkit-transition: .6s;
    transition: .6s;
}
.shopcategory .gridslider .innergrid figure .innerdet span{
    font-weight: 500;
    color: #000;
}
.shopcategory .gridslider .innergrid figure .innerdet h4{
    margin: 0;
    font-size: 24px;
    color: #000;
}
.shopcategory .gridslider .innergrid figure .innerdet i{
    position: absolute;
    right: 20px;
    top: 36px;
    font-size: 16px;
    color: #000;
}
.shopcategory .gridslider .innergrid:hover .innerdet{left: 0;  -webkit-transition: .6s;
    transition: .6s;
    right: 0;
    border-radius: 0;
    background: #000000a6;     bottom: 40px;}
	.shopcategory .gridslider .innergrid:hover .innerdet span, 
	.shopcategory .gridslider .innergrid:hover .innerdet h4,
	.shopcategory .gridslider .innergrid:hover .innerdet i{color:#fff;}
	
.shopcategory .productgrid{}	
.shopcategory .productgrid .innerprogrid{
    padding-bottom: 30px;
}	
.shopcategory .productgrid .innerprogrid figure{
    overflow: hidden;
    border-radius: 5px;
    position: relative; -webkit-transition: .6s;
    transition: .6s;
}	
.shopcategory .productgrid .innerprogrid figure img{
    width: 100%;
}	
.shopcategory .productgrid .innerprogrid figure .innerpro{
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: #fff;
    right: 0;
    width: 70px;
    text-align: right;
}	
.shopcategory .productgrid .innerprogrid figure .innerpro button{
    background: none;
    border: none;
    font-size: 18px;
    padding: 6px;
    float: right;
}	
.shopcategory .productgrid .innerprogrid figure .innerpro button i{}	
.shopcategory .productgrid .innerprogrid .bottomdet{
    padding-top: 10px; -webkit-transition: .6s;
    transition: .6s;
    position: relative;
    width: 100%;
}	
.shopcategory .productgrid .innerprogrid .bottomdet h3{
    margin: 0;
    font-size: 18px;
    padding: 5px 0;
    color: #000;
    padding-bottom: 0;
}	
.shopcategory .productgrid .innerprogrid .bottomdet span.spanprice{
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 16px;
    font-weight: 600;
}	
.shopcategory .productgrid .innerprogrid .bottomdet span.spancurrent{
    position: absolute;
    right: 60px;
    top: 15px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    color: #9f9f9f;
}
.shopcategory .productgrid .innerprogrid .bottomdet span.catgrid{
    font-size: 18px;
}	
.shopcategory .productgrid .innerprogrid .bottomdet-button{
    padding: 12px 0; -webkit-transition: .6s;
    transition: .6s;
}	
.shopcategory .productgrid .innerprogrid .bottomdet-button button{
    display: inline-block;
    width: 49%;
    padding: 9px 10px;
    border-radius: 5px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    background: #222;
    color: #fff;
    font-weight: 400;
}	
.shopcategory .productgrid .innerprogrid .outerbox:after{content:""; position:absolute;   top: 0;
    right: 0;
    bottom: 0;
    left: 0; -webkit-transition: .6s;
    transition: .6s;}
.shopcategory .productgrid .innerprogrid:hover .outerbox:after{
    content:"";
    position:absolute;
    background: #ffffff;
    top: -15px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    -webkit-transition: .6s;
    transition: .6s;
    box-shadow: 0 0 6px 1px #00000014;
    }
	
	.shopcategory .productgrid .innerprogrid:hover figure{position:relative; z-index:99; -webkit-transition: .6s;
    transition: .6s;}
	.shopcategory .productgrid .innerprogrid:hover .bottomdet{position:relative; z-index:99; -webkit-transition: .6s;
    transition: .6s;}
	.shopcategory .productgrid .innerprogrid:hover .bottomdet-button{position:relative; z-index:99; -webkit-transition: .6s;
    transition: .6s;}
	
footer{
    padding: 60px 0;
    background: #9b9180;
    padding-bottom: 0;
}	
footer h3{
    margin: 0;
    font-size: 17px;
    color: #fff;
    margin-bottom: 30px;
}	
footer ul {
    padding: 0;
    list-style: none;
    padding-left: 0;
    margin: 0;
}	
footer ul li{}	 
footer ul li a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
footer ul li a:hover{color: #dfd8cc;}	
footer .copyright{
    text-align: CENTER;
    border-top: 1px solid #a39a8c;
    margin-top: 20px;
}
footer .copyright p{
    font-size: 16px;
    color: #fff;
}
footer .copyright p a{
    color: #dfd8cc;
}

footer .innerfooter{}
footer .innerfooter p{color:#fff;font-size: 16px;margin-top: 0;letter-spacing: 1;}
footer .innerfooter img{width:150px;margin-bottom: 20px;}
footer .innerfooter a.socialicon{display:inline-block;width: 34px;text-align: CENTER;padding: 10px 0;border-radius: 2px;background: #fff;margin-top: 10px;height: 34px;}
footer .innerfooter a.socialicon i{
    color: #9b9180;
}

.newarival{}
.newarival figure{
    overflow: hidden;
    border-radius: 5px;
}
.newarival figure img{width:100%;}
.newarival h3{
    margin-bottom: 0;
    font-size: 18px;
}
.newarival span{
    display: block;
    margin-bottom: 10px;
}
.newarival a{
    display: block;
    padding: 10px;
    text-align: CENTER;
    background: #222;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.newarival a:hover{color: #fff;}
.feedbackbtn{
    position: fixed;
    right: 0;
    top: 40%;
    padding: 10px;
    border: none;
    font-size: 26px;
    box-shadow: 2px 3px 4px 1px #878787;
    background: #fff;
    color: #222;
    /* font-size: 26px; */
}
.feedbackform{
    width: 300px;
    height: 100vh;
    position: fixed;
    display:none;
    top: 0;
    background: #ffffff;
    right: 0;
    box-shadow: 2px 3px 4px 1px #878787;
    z-index: 9999;
    padding: 20px 30px;
}
.feedbackform button.closebtn{
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    font-size: 20px;
}
.feedbackform h3{
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.feedbackform p{
    text-align: justify;
    font-size: 16px;
}
.feedbackform .innerbox{
    padding: 0;
}
.feedbackform .innerbox input[type='text'], .feedbackform .innerbox input[type='email']{
    padding: 7px;
    width: 100%;
    border: 1px solid #505050;
    margin-bottom: 9px;
}
.feedbackform .innerbox label{
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1;
}
.feedbackform .innerbox textarea{ padding: 7px;
    width: 100%;
    border: 1px solid #505050;}
	.feedbackform .innerbox input[type='submit']{
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background: #000;
    color: #fff;
}
.activeform{display:block;}
.whtsppbtn {
    position: fixed;
    z-index: 1;
    left: 35px;
    bottom: 21px;
    background: #fff;
    padding: 0;
    border-radius: 41px;
    border: none;
}
.whtsppbtn img{width: 55px; }

.whtsppbtn span{
    position: absolute;
    width: 115px;
    top: -40px;
    left: 0px;
    background: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    color: #000;
    
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

@media only screen and (max-width: 58em){
    header{background:#fff; position: relative;}
    .menupanel{display:none;}
    header .logopanel img{width:100%;}
    header .accountwidget a{width: 35px;}
    header .accountwidget{padding-right:10px;}
    header .accountwidget a span{}
    .bannerpanel .itemimage .container .innerbox{
    background: #ffffffab;
    padding-top: 20px;
    }
    .bannerpanel .itemimage .container .innerbox h3{    font-size: 18px;
    font-weight: 600;}
    .bannerpanel{margin-bottom: 70px;}
    .shopcategory .gridslider .innergrid{margin-bottom:15px;}
    
    .shopcategory .productgrid .innerprogrid{padding:0;}
    .shopcategory .productgrid .innerprogrid .bottomdet{height: 100px;
    margin-bottom: 20px;}
    .whtsppbtn{right:25px; left:inherit;}
    .whtsppbtn span{left:inherit; right:0;}
}

