*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body,html{height:100%;margin:0;padding:0; font-family: 'Poppins', sans-serif;;}
a img{border:none;text-decoration:none;outline:0}
a{-moz-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;display:block}
a:hover{text-decoration:none; color: inherit;}
a:focus{outline:0;text-decoration:none}
p { font-size: 16px; font-family: 'Poppins', sans-serif;;line-height:28px; color:var(--color-dark); font-weight:400; margin:0;}
ul, ol, li { font-size: 16px; line-height:26px; color:var(--color-dark); font-weight:400; margin:0; font-family: 'Poppins', sans-serif;; padding: 10px 0; } 
li { padding: 20px 0; margin: 10px 0;}
img{max-width:100%;height:auto}
h1,h2,h3,h4,h5{margin:0;font-family: 'Poppins', sans-serif;;color: var(--color-dark);font-weight:600;}
li,ol,ul{margin:0;padding:0;list-style:none}
input:focus,button:focus{outline:0}
textarea{outline:0;resize:none}
::-webkit-input-placeholder { /* Edge */
  color: #e1e1e1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e1e1e1;
}

::placeholder {
  color: #e1e1e1;
}
:root{
  --primary-color: #1a561c;
  /*--font-primary: 'Georgia';*/
  /*--font-secondary: 'Cambria';*/
  --color-dark: #000;
}

.p0{padding: 0}
select:focus{outline:none;border:none}
select{border:none;background:#fff;padding:5px 10px;border-radius:5px;}
header{background:#fff;width:100%;overflow:hidden }
header .container{max-width:1920px;}
header .left{width:13%;float:left;display:flex;align-items:center;}
header .right{width:87%;float:right;}
header .logo{margin:10px 0;    padding-left:0%;}
header .logo img{width:150px;}
header .top_bar{background:#2e2e2e;float:left;width:100%;position: relative;}
header .top_bar:after{content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    right: -100%;
    background: #2e2e2e;}
.home{margin-bottom:30px;}
.top-nav{margin-left:0px;float:left;}
.top-nav li{display:inline-block;padding:10px 15px;}
.top-nav li a{font-size:12px;color:#fff;font-weight:400;position:relative}
.top-nav li a:after{content:"|";right:-22px;position:absolute;color:#8b8b8b}
.top-nav li:last-child a:after{content:none}
.top-right{float:right}
.profile{float:left;}
.profile a:last-child:after{content:none}
.lang-bar{float:left;}
.lang-bar select{
    -moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.profile a{padding:12px 15px;font-size:14px;color:#fff;font-weight:400;display:block;position:relative;display: inline-block;}
.profile a:after{content:"|";right:0px;position:absolute;color:#8b8b8b}
.profile .fa{margin-right:5px;    color: #000;}
.lang-bar a{padding:14px 0px 14px 15px;font-size:12px;color:#fff;font-weight:500;display:block;color:#ffffff;text-transform:uppercase}
.bottom-blk{width:100%;float:left; display: flex;flex-wrap: wrap;justify-content: space-between;}
.bottom-blk .menu-right{float:right}
.menu {background:var(--primary-color);float:left;}
.menu li{display:inline-block;}
.menu li a{font-size:16px;color:#fff;font-weight:500;position:relative}
.menu li a:hover{color:#141515}


/* menu */

.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 34px;
  padding: 0;
  float: right;
  position: relative;
  top: 0px;
  color:#fff
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 9px 15px;
  background: #fff;
  color: #000043;
  font-weight:700;
  font-size:24px;
}
.menu > ul {
  list-style: none;
  padding: 0;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  clear: both;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  font-size:13px;
  font-weight:500;
  text-transform:capitalize;
  padding-left:15px;
  padding-right:15px;
  text-decoration:none;
  color:#fff;
  padding-top:29px;
  padding-bottom:29px;
  display:block;
}



.menu > ul > li:hover a {
  background:#fff;color:#000043;
}

.menu > ul > li.menu-dropdown-icon ul li a{
    background: transparent;
    color: #404040;
    font-size: 13px;
    font-weight: 500;
    line-height:20px;
}
.menu > ul > li.menu-dropdown-icon ul li a:hover{color:var(--primary-color);}

.menu > ul > li.menu-dropdown-icon ul li ul li a{color:#878787}
.menu > ul > li.menu-dropdown-icon ul li ul li a:hover{color:#000}
.menu > ul > li > ul {
  width: 80%;
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  list-style: none;
  box-sizing: border-box;
  display:none;
  margin-left:auto;
  margin-right:auto;
  border-radius:2px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); 

}



.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: var(--primary-color);
  padding: 0 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #e8e8e8;
  font-size:15px;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 10px;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 0px 0;
  margin: 0;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 12px;
  color:#878787;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 5px;
}


.stick-call {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 9;
}
.stick-call a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eda702;
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 5px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 38%);
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 38%);
    -moz-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 38%);
}
.stick-call a.whatsapp {
    background: #2fb844;
    font-size: 20px;
}
.stick-call a .fa-whatsapp {
    margin-top: 8px;
    font-size:23px;
}


 .out-stock{
position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    color: #f00;
    z-index: 9;
    margin: 0 0px;
    bottom: 0;
    background: rgb(255 255 255 / 73%);
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
}

.bottom-blk .search-container{padding:20px 20px 0px;;float:left;}
.bottom-blk .search-container input{border:none;border-bottom:thin solid var(--primary-color);padding-bottom:15px;font-size:14px;width:180px;background: none;}
.bottom-blk .search-container .search-btn{border:none;background:none;border-bottom:thin solid var(--primary-color);padding-bottom:14px;padding-left:10px;padding-right:10px;margin-left:-5px;cursor:pointer}
.fa-search{color:var(--primary-color)}
.bottom-blk .search-container .search-btn img{width:20px}
.wish-cart{float:right; }
.wish-cart ul{}
.wish-cart ul li{    display: inline-block;border-left: thin solid #e5e5e5; min-height: 56px; }
.wish-cart ul li a{font-size: 12px;color:#595959;font-family: 'Poppins', sans-serif;;font-weight:300;padding:12px 15px;display: inline-block;text-align:center;}
.wish-cart i{display:block;text-align:center}
.wish-cart .cart_price{float:right;font-family: 'Poppins', sans-serif;;font-weight:500;color:var(--primary-color);font-size: 16px;font-style:normal;line-height:33px}
.wish-cart ul li:first-child a{}
.wish-cart ul li:last-child a{padding-right:0px;}
.wish-cart ul li:last-child a{padding-left:9px;}
.container{max-width:1800px;width:94%!important;}
.bannner{width:100%;float:left;}
.bannner .banner-left{width:65%;float:left;}
.bannner .banner-right{width:35%;float:left;padding-left:20px;}
.bannner .container{max-width:1920px;width:100%!important;padding:0px}
.bannner .banner-left  div{height:550px;}
.bannner .banner-img,.bannner .banner-img2,.bannner .banner-img3{background-size:cover !important}
.bannner .banner-right .banner2{margin-bottom:20px}
.bannner .banner-right .banner2 .banner-img2{height:264px}
.bannner .banner-right .banner3 .banner-img3{height:264px}
.offer-wrap-1{width:100%;float:left;padding: 30px 0px;margin: 20px 0px;position:relative}
.offer-wrap-1 p {text-align:center;font-size: 20px;}
.offer-wrap-1 .shop_btn{font-size:16px;color:var(--primary-color);padding:10px 2
   5px; text-transform: uppercase; display:inline-block;border:2px solid var(--primary-color);border-radius: 5px; margin-left:50px;}
.offer-wrap-1 p span{font-weight:700;}


.home-essentials{width:100%;float:left;margin-bottom: 15px;}
.home-essentials .wrap{max-width:1920px;margin:15px auto 0px;padding:0px 0px;overflow:hidden}
.home-essentials .wrap .row{margin-left:-10px;margin-right:-10px;}
.home-essentials .wrap .box{width:33.333%;float:left;padding:0px 10px;}
.home-essentials .wrap .box1 .col1{height:315px;display:flex;align-items:center;margin-bottom:20px; background-size:cover; background-repeat:no-repeat;}
.home-essentials .wrap .box3 .col3{height:315px;display:flex;align-items:center;margin-bottom:20px;background-size:cover; background-repeat:no-repeat;}
.home-essentials .wrap .box2 .col2{height:650px;display:flex;align-items:center;justify-content:center;background-size:cover; background-repeat:no-repeat;}
.home-essentials .wrap .box h2{color:#1c1c1c;font-size: 46px;font-weight:400;padding-left:5%}
.home-essentials .wrap .box h2 a{color:#1c1c1c;}
.home-essentials .wrap .box h2 span{font-size:36px;display:block}
.home-essentials .wrap .box2 .col2 h2{background:#fff;padding:20px 30px;}
    

.home-essentials .wrap .box1 .col1:last-child{margin-bottom:0px;}
.home-essentials .wrap .box2 .col3:last-child{margin-bottom:0px;}
.home-essentials .wrap .box3 .col3:last-child{margin-bottom:0px;}
.featured_prdt{width:100%;float:left;padding:30px 0px;display: flex;flex-wrap: wrap; background: #fff;}
.featured_prdt .wrap{margin-left:-10px;margin-right:-10px;}
.featured_prdt h4{font-family: 'Poppins', sans-serif;;font-weight:400;font-size:24px;margin-bottom:20px;text-transform:uppercase;}
.featured_prdt .producr-box{width:100%;float:left;padding:0 10px;height:auto; }
.featured_prdt .prdt-image{width:100%;float:left;height:325px;position:relative;  background: #fff;}
.featured_prdt .prdt-image img{max-height:100%;max-width:100%;top:0px;bottom:0px;left:0px;right:0px;margin:auto;width:auto;width: 100%;height: 100%;object-fit: cover;}
.featured_prdt .prdt-discript{width:100%;float:left;padding:15px 20px; border-top:none;background: #fff;min-height:105px;}
.featured_prdt .prdt-discript a{font-family: 'Poppins', sans-serif;;font-weight:500;color: var(--color-dark);font-size:18px;margin-bottom:10px;height:24px;overflow:hidden}
.featured_prdt .price{font-size:21px;font-family:var(--font-secondary); font-weight: 500;color:var(--primary-color);}
.featured_prdt .price span{font-size:14px;color:#c4c4c4; font-weight: 400;text-decoration: line-through;}
.featured_prdt .hover-box{width:100%;float:left;position:absolute;bottom:0px;opacity:0;-moz-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
.featured_prdt .hover-box i{margin-left:10px;margin-right: 0;}
.featured_prdt .hover-box i img{width:20px;position:unset;margin-left:5px;}
.featured_prdt .hover-box a{display:block;padding:15px 11px;cursor:pointer;background:var(--primary-color);width:50%;float:left;color:#ffffff;font-size:14px;text-align:center}
.featured_prdt .hover-box a:last-child{background:#141515}
.featured_prdt .producr-box:hover .hover-box{opacity:1;-moz-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}

.ad-space{width:100%;float:left;overflow:hidden;padding:15px 0;    background: #fff;}
.ad-space .wrap{margin-left:-10px;margin-right:-10px;}
.ad-space .advt{width:50%;float:left;padding:0px 10px;}
.ad-space .advt img{width:100%}
.testi-block{padding:0 15px;}

.new-products .bx-left{width:34%;float:left;}
.new-products .bx-right{width:66%;float:left;display:flex;flex-wrap: wrap}
.new-products .bx-left .prdt-image{height:635px;}
.new-products .bx-right .producr-box{width:33.333%;margin-bottom:20px;}
.new-products .bx-right .prdt-image{height:250px;}
.pb0{padding-bottom:0px !important;}
.trending{padding-top:0px;}

.pl40{padding-left:40px;}
.brdr1{width:100%;float:left;margin-left: 40px;margin-bottom:0px;margin-top:25px}
footer{width:100%;float:left;overflow:hidden}
footer .ftop-area{width:100%;float:left;background:var(--primary-color);padding:15px 0px;}
footer .ftop-area ul{text-align:center}
footer .ftop-area ul li{display:inline-block;}
footer .ftop-area ul a{font-size:16px;color:#fff;font-family: 'Poppins', sans-serif;;font-weight:500;margin:0px 30px;display:block}
footer .ftop-area ul a i{margin-right:5px}
footer .main-area .bx-left{width:30%;float:left;background:#ededed;padding-top:50px;position:relative;padding-right:40px;}
footer .main-area .bx-right{width:70%;float:left;padding-top:50px;display:flex;flex-wrap:wrap;padding-bottom:30px;background:#fff;}
footer .main-area .bx-left:before{content:"";width:100%;left:-100%;position:absolute;height:100%;top:0px;bottom:0px;background:#ededed;}
footer .main-area .loc{background:url(../images/loc-icon.png) no-repeat left top 0px;}
footer .footer-logo{margin-bottom:30px;}
footer .main-area .bx-left p{font-size:16px;color: var(--color-dark);margin-bottom:10px;}
footer .main-area .bx-left p a{color: var(--color-dark);}
footer .main-area .bx-left p span{text-transform:uppercase;color: var(--color-dark);opacity:0.5}
footer .main-area .mail{background:url(../images/msg-icon.png) no-repeat left top 0px;}
footer .main-area .help{background:url(../images/call-icon.png) no-repeat left top 0px;}
footer .main-area .help a{font-size:18px;}
footer .main-area .bx-right .coll{width:25%;float:left;padding-left:40px;}
footer .main-area .bx-right .coll h2{font-size:22px;font-weight: 500;color:var(--primary-color);position:relative;margin-bottom:20px;}
footer .main-area .bx-right .coll h4{font-size:16px;color:var(--primary-color);position:relative;margin-bottom:20px;clear: both;}
footer .main-area .bx-right .coll hr{position:relative}
footer .main-area .bx-right .coll hr:after{position:absolute;height:1px;width:20%;content:"";background:var(--primary-color);left:0px;top:0px;}
footer .main-area .bx-right ul li a{font-size:14px;line-height:28px;color: var(--color-dark)}
footer .main-area .bx-right ul li a:hover{color:var(--primary-color)}
footer .main-area .bx-right .downlos-store{display:inline;margin-bottom:30px;float:left;width:100%}
footer .main-area {width:100%;float:left;background:#fff;}
footer .main-area .payment-type{margin-left:40px;margin-top:20px;}
footer .copy-rite {width:100%;float:left;}
footer .copy-rite .bx-left{width:30%;float:left;background:#efeeee;position:relative;padding-right:40px;padding-top:15px;padding-bottom:15px;}
footer .copy-rite .bx-left:before{content:"";width:100%;left:-100%;position:absolute;height:100%;top:0px;bottom:0px;background:#efeeee;}
footer .main-area .copy-rite{font-size:14px;color:#888888;margin-top: 30px;}
footer .main-area .bx-left .copy-rite{font-size:14px;color:#888888;margin-top: 30px;}

.social-share li{display:inline-block;margin-right:5px;}
.social-share li .fab{font-size:25px;}


.inner-bannner .container{max-width:1920px;width:100%!important}
.custompad2{padding:40px 0px;}
.product{width:100%;float:left;background: #fff;}
.product .bx-left{background: #fff;padding: 50px 25px;}

.product h2{font-size:24px;font-family: 'Poppins', sans-serif;;font-weight:400;text-transform:uppercase}
.clearall{font-size:12px;float:right;color:var(--primary-color);margin-top:5px;}
.clearall:hover{color:var(--primary-color);}
.more{font-size:14px;color:var(--primary-color);cursor:pointer}
.more:hover{color:var(--primary-color);}
.product .filter h2{margin-bottom:20px ;border-bottom: 1px solid #e1e1e1; padding-bottom: 15px;}

.product .filter h3 {
   font-size: 20px;
    color: var(--color-dark);
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}

.filter .accordion:first-child{border-top:none;}
.filter .accordion {
  border:none;
  border-bottom:1px solid #e1e1e1;
  color: var(--color-dark);
  cursor: pointer;
  padding: 15px 0px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;;font-weight:400;
  background:none;
 
}

.filter .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.filter .active:after {
  content: "\2212";
}

.filter .panel {
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0;
  
}
.filter .panel ul li a{font-size:14px;color:var(--color-dark)}

.checkblock {
  display: inline-block;
  position: relative;
  padding-left: 25px!important;
  margin-bottom: 12px;
  margin-top: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    font-size:14px;color:var(--color-dark)
}

/* Hide the browser's default checkbox */
.checkblock input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkblock .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
    width: 14px;
    border: 1px solid #b5b5b5;
}



/* When the checkbox is checked, add a blue background */
.checkblock input:checked ~ .checkmark {
  background-color: var(--primary-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkblock .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkblock input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkblock .checkmark:after {
 left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.advt2 {margin-top:20px;}
.advt2 img{width:100%}
.featured-product .featured_prdt{padding:20px 0px 0px;}
.featured-product h2{padding-left:10px;}
.featured-product .producr-box{width:25%;margin-bottom:20px}
.product .sortby{float:right;color:var(--color-dark);font-size:14px;padding:0px 25px 0px 90px;position:relative;border-radius:2px;margin-right:0px;margin-top:0px;}
.product .sortby:after{content:"Sort By :";position:absolute;left:15px;top:13px;}
.product .sortby .nice-select{border:none;padding:0px;}
.nice-select .current{font-weight:400}

.product .filterpopup{position:unset;display:block;height:auto}
.filtersticky {
    position: fixed;
    left: 10;
    bottom: 30px;
    margin: 0 auto;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 1px rgba(36,39,44,.3);
    box-shadow: 0 3px 6px 1px rgba(36,39,44,.3);
    z-index: 99;
    padding: 6px 0;
    width:120px;
}
.filtersticky li {
    display: block;
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 500;
    text-transform: uppercase;
    height: 100%;
	width:100%;
	text-align:center;
	cursor:pointer
}

/* category popup*/
.popcate .modal-dialog{max-width:1920px;width:70%;}
.popcate .modal-content{border-radius:0px;}
.popcate .search2{width:30%;float:left;background:#151515;padding:25px 40px;align-items:center;display:flex}
.popcate .search2 input{background:none;border:none;border-bottom:1px solid #fff;font-size:14px;color:#e1e1e1;padding-bottom:15px;width:90%}
.popcate .cate{width:70%;float:left;background:var(--primary-color);padding:25px 15px}
.popcate .cate ul li{display:inline-block;}
.popcate .cate ul li a{font-size:18px;color:#fff;font-family: 'Poppins', sans-serif;;font-weight:300;padding:0px 10px;}
.popcate .modal-header{padding:0px;}
.close1{text-shadow:none;border:none;position:absolute;right:0px;background:none;font-size:24px;color:#e1e1e1}
.popcate .top-header{display:flex;flex-wrap:wrap}
.popcate .modal-body{padding:25px 40px;}
.popcate .modal-body .box{-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;}
.popcate .modal-body .box h2{color:#151515;font-size:18px;font-weight:700;padding-bottom:5px;border-bottom:thin solid #e1e1e1;margin-bottom:10px;}
.popcate .checkblock{margin-bottom: 5px;}
.popcate .modal-body .box ul{margin-bottom:10px;}
.popcate .modal-body .box ul li{font-size:14px;}
.popcate {
    z-index: 111111;
}
.cart{width:100%;float:left;}
.cart h2{font-size:24px;text-transform:uppercase;font-weight:400;margin-bottom:20px;width:100%}
.cart .bx-left{width:65%;float:left;}
.cart .bx-right{width:35%;float:left;}
.c_head{width:100%;float:left;background:#141515;color:#f3f0f1;font-family: 'Poppins', sans-serif;;font-weight:700;font-size:16px;padding:13px 20px;}
.c-wrap a{font-family: 'Poppins', sans-serif;;font-weight:400;font-size:16px;color:#545454}
.c_head .prdt_name{width:50%;float:left;font-weight: 500;}
.c_head .qtyy{width:15%;float:left;text-align:center;font-weight: 500;}
.c_head .total{width:15%;float:left;text-align:center;font-weight: 500;}
.c_head .remove{width:20%;float:left;text-align:center;font-weight: 500;}
.c_body .qtyy{width:15%;float:left;text-align:center}
.c_body .prdt_name{width:50%;float:left;}
.c_body .total{width:15%;float:left;}
.c_body .remove{width:30%;float:left;text-align:center; display: flex;flex-wrap: wrap;}
.c_body{padding:15px 15px;width:100%;float:left;display:flex;align-items:center;border-bottom:thin solid #e0e0e0;}
.c_body .prdt_name{width:50%;float:left;display:flex;align-items:center;}
.c_body .prdt_name a{padding:10px;}
.c_body .prdt_name img{width:145px;border:thin solid #e5e5e5;float:left}
.c_body .total{font-family: 'Poppins', sans-serif;;font-weight:500;font-size:20px;color:var(--primary-color);padding:0px 10px;text-align: center}
.c_body .remove i img{width:26px;}
.c_body .remove a{display:block;border:thin solid #000;padding:12px 15px;margin-left: auto;margin-right: 0;margin-bottom:5px;font-size:14px;width: 100%;max-width: 200px;    display: flex;
    align-items: center;
    justify-content: center;}
.c_body .remove i{margin-left:12px;font-size: 17px;}
.skin-7 .num-in {
  display:inline-block;
  margin: auto
}
.skin-7 input.in-num {
  font-size: 18px;
  float: left;
  height: 32px;
  width: 83px;
  border:none;
  background-color: #fff;
  text-align: center;
  color:#545454;
  font-weight:700;
}
.skin-7 .num-in button  {
  font-size: 18px;
  text-align: center;
  display: block;
  float: left;
  color: #000;
  border:none;
  background: none;
  cursor: pointer;
}
.skin-7 .num-in input {
  border: none;
  float: left;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border:none;
}
.update-bag{background:var(--primary-color);display:inline-block;float:right;font-size:15px;color:#fff;font-family: 'Poppins', sans-serif;;font-weight:400;padding:16px 45px;margin-top:30px;min-width: 180px;
    text-align: center; border:none;}
.update-bag i{margin-left:10px;}
.update-bag:hover{color:#fff}
.cart .order-summary{padding-left: 50px;}
.cart .order-summary h4{font-size:16px;color:#141515;text-transform:uppercase;padding-bottom:15px;border-bottom:thin solid #e5e5e5;margin-bottom: 20px;font-weight:400;}
.cart .order-summary p{color:#545454;font-size:14px;padding:10px 0px;}
.cart .order-summary p span{float:right}
.cart .order-summary .cart-tot{color:var(--primary-color);font-size:20px;font-family: 'Poppins', sans-serif;;font-weight:500;}
.cart .order-summary .tax{color:#141515;font-size:16px;font-family: 'Poppins', sans-serif;;font-weight:500;}
.fulltotal{color:#141515;font-size:16px !important;font-family: 'Poppins', sans-serif;;font-weight:500;border-bottom:5px solid #e5e5e5;border-top:1px solid #e5e5e5;}
.fulltotal span{color:var(--primary-color);font-size:20px;font-family: 'Poppins', sans-serif;;font-weight:500;}
.cart .order-summary .promocode{width:100%;float:left;margin-top:45px;}
.cart .order-summary .promocode h4{color:#636363}
.promocode .prmoinput{height:50px;color: #949494;border:none;background:#eaeaea;padding:0px 30px;width:calc(100% - 130px);float: left;}
.promocode .psubmit{font-size:14px;color:#e8e8e8;background:#141515;height:50px;border:none;width:130px;float:left;font-weight:500}
.btnpro{margin-top: 55px;border:none;height:50px;line-height:50px;background:var(--primary-color);color:#fff;text-align:center;width:100%;font-weight:500}
.btnpro a{color:#fff;}
.related-p{padding-top: 0px;padding-bottom: 40px;}
.related-p .container{padding:0px}
.delivery_address{width:100%;float:left;margin-bottom:40px}
.delivery_address h5{padding:12px 30px;background:#141515;color:#f3f0f1;font-size:16px;font-weight:500;margin-bottom: 50px;}
.delivery_address .addr_wrap .addr_bx{border:thin solid #e2e1e1;width:100%;float:left;position:relative;padding:30px 30px 30px 65px;}
.delivery_address .addr_wrap .addr_bx .checkblock .checkmark:after{display: none;}
.addr_bx .checkblock{position:absolute;left:30px;}
.delivery_address .addr_wrap .addr_bx p{line-height:normal;color: #6d6d6d}
.chekcout .checkblock .checkmark{border-radius:50%}
.delivery_address .addr_wrap .addr_bx .name{font-weight:700;color: #585757}
.edit{width:120px;height:45px;line-height: 45px; font-size:14px;background:#141515;color:#fff;display:block;text-align:center;float:left;display:block;margin-top:35px;margin-right: 3px;}
.edit:hover{color:#fff}
.delete{width:120px;height:45px;line-height: 45px;background:#e7e7e7;font-size:14px;color:#141515;text-align:center;float:left;display:block;margin-top:35px}
.delete:hover{color:#141515}
.addaddress{padding:10px 20px;border:none;font-size:14px;float:right;background:var(--primary-color);color:#fff;margin-top:15px;display:inline-block;}
.addaddress a{color:#fff;}
.addaddress i{margin-right:5px;font-size: 12px;}
.chekcout .order-summary{padding-left:0px;padding-right:40px}
.chekcout .checkblock{margin-bottom: 0px;}

.wishlist .c_head .prdt_name,.wishlist .c_body .prdt_name{width:30%;}
.wishlist .c_head .stock{width:10%;float:left;text-align:center;font-size:16px;font-weight: 500;}
.wishlist .c_body .stock{width:10%;float:left;text-align: center;font-size:16px;}
.wishlist .c_body .total{text-align:center}
.wishlist .c_body .remove a{background:#141515;color:#fff;padding:14px 15px;}
.wishlist .c_body .remove a:nth-child(2){margin-left:10px;}

.empty{padding:150px 0px;width:100%;float:left;}
.empty_pot{width:100%;float:left;text-align:center}
.empty_pot p{font-family: 'Poppins', sans-serif;;font-weight:400;color:#656565;font-size:23px;}
.empty_pot p span{color:var(--primary-color)}
.cshoping{font-family: 'Poppins', sans-serif;;font-weight:400;color:#fff;font-size:14px;display:inline-block;background:var(--primary-color);padding:15px 60px;margin-top:30px;}
.cshoping:hover{color:#fff;}

.myorder{width:100%;float:left;}
.myorder .box{width:48%;float:left;}
.myorder .wrap .box{margin-bottom:20px;}
.myorder .order-head{background:#efefef;float:left;width:100%;padding:20px 20px;}
.myorder .order-head .order-col{width:33.333%;float:left;font-family: 'Poppins', sans-serif;;font-weight:400;font-size: 16px; color: #505050}
.myorder .order-head .order-col span{color:var(--primary-color);font-size:14px;display:block; font-weight: 500}
.myorder .box:nth-of-type(even) {float:right;}
.myorder .order-body{width:100%;float:left;padding:15px 15px;border:thin solid #efefef;display:flex}
.myorder .order-body .prdt-img{width:55%;float:left;position:relative;}
.myorder .order-body .prdt-img .imgbox{    position: relative; width: 30%;height: 130px;display: inline-block;float: left; border: thin solid #c5c5c5;margin-right: 10px;}
.myorder .order-body .prdt-img .img {top: 0;left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%;max-height: 100%; padding: 5px;}
    
.myorder .order-body .prdt-img .prdtname{color:#545454;font-size: 14px;font-family: 'Poppins', sans-serif;;}
.myorder .order-body .track{width:45%;float:left;}
.myorder .order-body p.price{font-family: 'Poppins', sans-serif;;font-weight:500;font-size: 18px;color:var(--primary-color);}
.myorder .order-body .buy-again{font-family: 'Poppins', sans-serif;;font-weight:500;font-size: 14px;background:var(--primary-color);padding: 0px 35px;color:#fff;display: inline-block;margin-top:20px;height:55px;line-height:55px;}
.fa-refresh{color:#fff;float:right;position:relative;top:15px;}
.fa-refresh img{border:none !important;width:auto !important;margin-right:0px !important;margin-left:7px;width:24px;}
.myorder .order-body .track{text-align: right}
.myorder .order-body .track ul{display:inline}
.myorder .order-body .track ul li{display:inline;float:left;width:100%}
.myorder .order-body .track a,.myorder .order-body .track button{display:block;color:#404040;font-size:14px;font-family: 'Poppins', sans-serif;;font-weight:500;text-align:center;border:thin solid #404040;margin-bottom:5px;max-width: 215px;width:100%;padding:15px 0px;float:right;line-height:13px}
.myorder .order-body .track a:hover{color: #000; border-color: #000}
.order-return,.order-return .wrap{width:100%;float:left;display:flex;flex-wrap:wrap}
.b-none{border:none !important}
.order-return  .box{border:thin solid #efefef;width:100%;float:left;min-height:170px;margin-bottom:15px;padding:15px}
.order-return  .box .prodt-name{position:relative;width:60%;float:left;padding-left:170px;padding-top:20px;}
.order-return  .box .prodt-name img{width:140px;border:thin solid #c5c5c5;float:left;position: absolute;left:0px;top:0px;}
.order-return  .box .prodt-name a{font-size:14px;color:#545454}
.order-return  .box .price{color:var(--primary-color);font-size:18px;font-weight:500}
.order-return  .return-details{width:100%;float:left;}
.order-return  .return-reason{width:40%;float:left;padding-top:25px}
.return-reason  .nice-select.open .list{background:#efefef}
.return-reason p{color:#545454;font-size:14px}
.return-reason .nice-select:after{right:15px}
.return-reason .nice-select{background:#141515;color:#e2e2e2;padding-right:20px}
.order-return  .return-details p{font-size:14px}
.order-return  .return-details p span{color:#d83768;font-style:italic}
.order-return .pickup-details{padding-left:40px;}
.order-return .pickup-details h2{font-size:18px;}
.input-fi{border:none;border-bottom:thin solid #efefef;width:100%;margin-bottom:30px;font-size:14px;color:#141515;width:100%;float:left;padding:0px 0px 15px 0px;}
.s-btn{width:188px;height:55px;line-height:55px;text-align: center;background:var(--primary-color);border:none;color:#fff}
.date{background:url(../images/date.png) no-repeat center right 15px;background-size:23px;}
.timep{background:url(../images/time.png) no-repeat center right 15px;background-size:23px;position:relative}
textarea{outline:0;resize:none}
.input-fi::-webkit-input-placeholder { /* Edge */
  color: #545454;
}

.input-fi:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #545454;
}

.input-fi::placeholder {
  color: #545454;
}
.timepicker {
  background-color: #F2F2F2;
  color: #8C8C8C;
  border: 1px solid #B5B5B5;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
  z-index: 2147483647;
  display: inline-block;
  position: absolute;
  top:170px !important;
  left:40px !important;
}
.timepicker .clock {
  width: 200px;
  height: 200px;
  position: relative;
  padding: 5px;
}
.timepicker .done {
  cursor: pointer;
  text-align: center;
  text-wrap: nowrap;
  line-height: 34px;
  font-size: 14px;
  display: block;
  border-top: 1px solid #DEDEDE;
}
.timepicker .done:hover {
  background-color: #DEDEDE;
  color: #848484;
}
.timepicker .meridiem {
  position: absolute;
  bottom: 5px;
  width: 32px;
  height: 32px;
  background-color: white;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.timepicker .meridiem.selected {
  background-color: #D6F0F9;
  color: #6D828C;
}
.timepicker .meridiem.am {
  left: 5px;
}
.timepicker .meridiem.pm {
  right: 5px;
}
.timepicker .bubble {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.timepicker .bubble:hover {
  background-color: #D6F0F9;
  color: #6D828C;
}
.timepicker .bubble.selected {
  color: #fff;
  background-color: var(--primary-color);
}
.timepicker .unit {
  top: 5px;
  background-color: white;
}
.timepicker .unit.hour {
  left: 5px;
}
.timepicker .unit.minute {
  right: 5px;
}
.timepicker .face {
  width: 100%;
  height: 100%;
  background-color: white;
  border: none;
  border-radius: 50%;
  position: relative;
}
.timepicker .face:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background-color: #33B4E4;
  border-radius: 50%;
  content: "";
  display: block;
}
.timepicker .hand {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  pointer-events: none;
  background-color: #8C8C8C;
}
.timepicker .hand.minute {
  margin: -30% 0 0 -1px;
  padding: 30% 1px 0;
  border-radius: 1px 1px 0 0;
}
.timepicker .hand.hour {
  margin: -23% 0 0 -2px;
  padding: 23% 2px 0;
  border-radius: 2px 2px 0 0;
}
.timepicker .hand.selected {
  background-color: #33B4E4;
}
.timepicker .time {
  background-color: #F2F2F2;
}
.brdr{border:thin solid #efefef;padding-left:40px}
.product-review .box .prodt-name{width:100%;}
.product-review .box .prodt-name p{font-size:14px;}
.product-review .bx-r{padding:15px 15px;float:left;width:100%}
.product-review .bx-r img{border:thin solid #a7a7a7}
.product-review .box h2{font-size:18px;border:none;}
.input-fi2{border:none;border-bottom:thin solid #efefef;padding-bottom:20px;margin-bottom:30px;}
.textarea1{border:none;border-bottom:thin solid #efefef;min-height:100px;margin-bottom:20px;}
.input-fi2::-webkit-input-placeholder,.textarea1::::-webkit-input-placeholder { /* Edge */
  color: #545454;
  font-size:14px;
}

.input-fi2:-ms-input-placeholder,.textarea1:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #545454;
  font-size:14px;
}

.input-fi2::placeholder,.textarea1::placeholder {
  color: #545454;
  font-size:14px;
}
.input-fi2,.textarea1{width:100%;font-size:14px;}

.post-thumb {
    float: left
}
.post-thumb img {
    display: block;
    width:140px;
}
.post-content {
    margin-left:170px;
}
.post-content p:first-child{font-size: 14px;margin-bottom:10px}
.post-content p{font-size:13px;line-height:20px}
/*login*/
.login_sec{width: 100%;float: left; padding: 35px 0;}
.login_sec h2{font-size: 24px;text-transform: uppercase;font-weight: 400;margin-bottom: 20px;width: 100%;}
.input_box{width: 100%;margin-bottom: 25px;}
.input_box input{width: 100%;border:0; font-size: 14px; border-bottom:#e0e0e0 solid 1px; color: #545454; height: 45px;margin-bottom: 5px;}
.login_toggles li{width: 50%;float: left}

.input_box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb8b8;
  opacity: 1; /* Firefox */
}

.input_box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#bbb8b8;
}

.input_box input::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbb8b8;
}
.social_login{margin-left: -1%;margin-right: -1%;display: block;overflow: hidden; margin-bottom: 25px;}
.social_login .d-flex p{color: #fff;font-size: 14px;font-weight: 500; margin-left: 15px; letter-spacing: 1px;}
.social_login .fb{background:#405993;align-items: center;width: 48%;margin: 1%; float: left;}
.social_login .twitt{background:#48a0ec;align-items: center;width: 48%;margin: 1%; float: left;}
.social_login .g-plus{background:#d95040;align-items: center;width: 48%;margin: 1%; float: left;}
.social_login .insta{background:#b24281;align-items: center;width: 48%;margin: 1%; float: left;}
.hint{font-size: 14px; color: #545454; line-height: 21px; margin: 20px 0;}
.login_sec .sbmt_btn{
    border: none;
    color: #fff;
    margin-top: 0;
    margin-left: 30px;
    background: var(--primary-color) url(../images/log-icon.png) no-repeat center right 45px;
    padding: 14px 0;
    padding-right: 80px;
    padding-left: 60px;
}
.padd-right{padding-right:50px }
.padd-left{padding-left:50px }
.login_sec .checkblock{margin-bottom: 0}
.login_sec .checkblock .checkmark{top: 1px;border-width: 1px;border-color: #c7c7c7;}
.login_sec .update-bag{float: left;}

/*my_account*/
.my_account{width: 100%;float: left;padding: 37px 0 45px}
.my_account h2{font-size: 24px;text-transform: uppercase;font-weight: 400; margin-bottom: 20px;width: 100%;}


.image-upload{position: relative; margin-bottom: 30px}
.image-upload .image-edit{
  position: absolute;
  left: 150px;
  z-index: 1;
  top: 30px;
}
.image-upload .image-edit input {
  display: none;
}
.image-upload .image-edit input + label {
  display: inline-block;
  width: auto;
  height: 40px;
  margin-bottom: 0;
  background: #141515;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  padding: 0 25px;
  font-weight:400;
}
.image-upload .image-edit label{width: auto;}


.image-upload .image-preview {
  width: 105px;
  height: 105px;
  position: relative;
  border: 2px solid var(--primary-color);
}
.image-upload .image-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.my_account .checkblock .checkmark{border-radius: 100%;background: #ebebeb;width: 25px;height: 25px;top: 0; border-width: 1px}
.my_account .checkblock .checkmark:after{display: none!important;}
.my_account .checkblock input:checked ~ .checkmark{border-color: var(--primary-color)}
.my_account .update-bag{float: left;}


/*forgot_pass*/
.forgot_pass .update-bag{padding: 14px 30px}
.forgot_pass .update-bag i{display: inline-block; margin-left: 10px;}


.product-details .box{width:50%;float:left;}
.product-details .product-display{width:79%;float:right;;margin-left: 3%;height:600px;overflow: hidden;/*border: #e8e8e8 solid 2px;*/ }/* background:#f3f0f1*/
.product-details .product_thumb{width:18%;float:left; height:600px;overflow: hidden;}
/*
.product-details .product-display .slick-list{display:flex;align-items:center;height:100%;}
*/
.product-details .product-display .slider-for .slick-list,.product-details .product-display .slick-list .slick-track{/*align-items:center;height:100%;width:100% !important;*/}
.product-details .product-display .slider-for .img_wrap{height:100%;}
.product-details .product-display .slider-for .img_wrap img{height:100%;object-fit:cover}
.product-details .product_thumb .img-thum{margin-bottom:15px; cursor:pointer;}
.product-details .box{padding-right:70px;}
.product-details .box-r{padding-left:0;}
.product-details .box-r h3{font-size:24px;font-weight:700;margin-bottom:20px; text-tranform:uppercase;}
.product-details .box-r h4{color:#8d8d8d;font-size:18px;font-weight:400;margin-bottom:20px;}
.rating{width:100%;float:left;font-size:14px;color:#737373;padding-bottom:15px;border-bottom: thin solid #eaeaea}
.rating a{font-size:14px;color:#737373;display:inline-block}
.green{color:#3fb217}
.product-details  .price{margin-top: 20px;width:100%;float:left;font-size:20px;color:var(--primary-color) !important;font-weight:500;}
.product-details  .price span{color:#c4c4c4;font-size:16px;font-weight: 400;margin-left:10px;text-decoration: line-through;}
.product-details  .select-size{width:100%;float:left;background:#eaeaea;padding:15px 20px;margin-top:30px;margin-bottom:20px}
.product-details  .select-size p{margin-bottom:5px}
.select-size .checkblock{width:18%;text-align:center;height: 40px;line-height:40px;float:left;margin-right:5px}
.select-size .checkblock .checkmark{width:100%;background:#fff;border:none;height:100%}
.select-size .checkblock input:checked ~ .checkmark:after{display:none}
.select-size .checkblock input:checked ~ .checkmark{background:#fff;border: 1px solid var(--primary-color);color: var(--primary-color);font-weight: 500;}
.product-details .box-r p{color:#636363}
.truck{margin-left: 10px;}
.product-details .deliver-option{width:100%;float:left;margin-top: 15px;}
.product-details .deliver-option p{margin-bottom:20px;}
.product-details .deliver-option .pincheck{width:calc(100% - 150px);float:left;height:50px;border:none;background:#eaeaea;padding: 0px 25px;}
.product-details .deliver-option .check-btn{width:150px;float:left;height:50px;line-height: 50px;text-align:center;background:var(--primary-color);color:#fff;border:none}
.product-details .deliver-option .terms1{color:#636363;font-size:12px;margin-top:10px;float: left}
.product-details .seller{width:100%;float:left;font-size:12px;padding-bottom:10px;border-bottom:thin solid #eaeaea}
.product-details .seller span{color:var(--primary-color)}
.btn-blk{width:100%;float:left;margin-top:10px;}
.btn-blk .addbag{padding-left:35px;padding-right:35px;height:55px;border:none;margin-right:10px;background:var(--primary-color);color:#fff;min-width: 230px;font-size: 14px}
/*.btn-blk .addbag.getquote,.btn-blk .addwish.contactseller{ border: var(--primary-color) solid 1px; background: #fff; color: var(--primary-color);}*/
.btn-blk .addwish{padding-left:35px;padding-right:35px;height:55px;border:none;background:#141515;color:#fff;min-width: 230px; font-size: 14px}
.btn-blk .addbag a,.btn-blk .addwish a{color: #fff;}
.btn-blk button i{position:relative;top:-2px;left:10px;}
.product-details  .discr{margin-top:20px;float:left;width:100%;padding-bottom:10px;border-bottom:thin solid #eaeaea;margin-bottom:10px}
.product-details  .discr li{color:#636363;font-size:14px;color:#636363;background:url(../images/list-icon.png) no-repeat left;padding-left: 40px;padding-top:5px;padding-bottom:5px;}

.product-details  .product-spec{width:100%;float:left;margin-top: 15px;}

.product-spec ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
    margin-bottom:5px;
}

.product-spec ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 30px;
	height: 50px;
	line-height: 50px;
	background-color: #141515;
	color: #fff;
	overflow: hidden;
	position: relative;
  margin-right:5px;
  min-width: 170px;
  text-align: center;
}

.product-spec .tab_last { border-right: 1px solid #333; }



.product-spec ul.tabs li.active {
	background-color: var(--primary-color);
	color: #ffffff;
	display: block;
}

.product-spec .tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #eaeaea;
	overflow: auto;
}

.product-spec .tab_content {
	padding: 50px 50px!important;
	display: none;
}
.pf0{padding:0px !important;}
.product-spec .tab_content p{font-size:14px;color:#636363;line-height:normal;}
.product-spec .tab_content .container{width:100%;max-width: 100%}
.product-spec .tab_content h2{color:#393a3a;font-size:18px;font-weight:500;margin-bottom:15px;margin-top:15px;}
.product-spec .tab_drawer_heading { display: none; }
.product-spec .col-r{background:#efefef;padding:50px 50px;height:100%}
.product-spec .col-l{padding:50px 50px;background:#eaeaea}
.product-spec .col-r ul li{font-size:14px;color:#737373;margin-bottom:15px;font-weight:400}
.product-spec .col-r ul{width:50%;float:left;}
.product-spec .col-r ul li label{color:#141515;display:block;margin-bottom:0px;font-size:500}

.product-list .featured_prdt{width:100%;border:thin solid #ebebeb;padding:0px;margin-top:20px;position:relative}
.product-list .featured-product .producr-box{padding:0px;margin-bottom: 0px;width:100%}
.product-list .featured_prdt .prdt-discript{width:calc(100% - 250px);border:none;padding:25px 200px 25px 50px;}
.product-list .featured_prdt .prdt-image{width:250px}
.product-list .featured_prdt .prdt-discript a{height:auto}
.product-list .featured-product h2{padding-left:0px}
.product-list .hover-box{width:160px;opacity:1;right: 25px;  top: 50%;
    transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%)}
.product-list .featured_prdt .hover-box a{width:100%;margin-bottom:10px}
.product-list .featured_prdt .prdt-discript ul{margin-left:20px;margin-top:20px;}
.product-list .featured_prdt .prdt-discript ul li{color:#5c5c5c;font-size:14px;line-height:normal;padding:2px 0px;list-style: disc}
.produt-grid{display:inline-block;float:left;margin-right:10px;margin-top: 10px;}
.produt-grid li{display:inline-block}
.align{float:right;margin-top: -35px;}

/*register*/
.register{width: 100%;float: left; padding: 35px 0 50px;}
.register h2{font-size: 24px;text-transform: uppercase;font-weight: 400; margin-bottom: 20px;width: 100%;}
.register h3{width: 100%;padding:13px 30px ; font-size: 14px; color: #fff;font-weight: 400;background: #141515; margin-bottom: 15px; }
.register .image-upload .image-preview > div{background-size: auto;background-position: bottom center;}
.register .input_box{position: relative;float: left;}
.register .input_box button{position: absolute; right: 0;background: var(--primary-color);font-size: 14px; border:none; color: #fff;font-family: 'Poppins', sans-serif;;font-weight: 400; padding: 10px 25px;}
.register .checkblock .checkmark{border-radius: 100%; border-width: 1px; background: #ebebeb;width: 25px;height: 25px;top: 0}
.register .checkblock .checkmark:after{display: none!important;}
.register .checkblock input:checked ~ .checkmark{border-color: var(--primary-color)}
.register .otp{margin-top: 25px; margin-bottom: 35px;}
.register .otp input{width: 100%; text-align: center;width: 100%;border:0; border-bottom:#e0e0e0 solid 1px; font-weight: 600; color: #1e1e1e; height:30px;}
.grey_btn{border:none; background:#e1e1e1;font-size: 13px; font-weight: 500;padding: 2px 15px;color: #444}
.input_box .nice-select{ border:none;border-bottom: #cccccc solid 1px;padding: 0 5px; }
.register .gender{padding: 0; margin-bottom: 30px;}
.register .checkblock{margin-right:10px;padding-top:2px; font-weight:400;padding-left: 40px !important;}
.btn_wrap{display: -webkit-flex; display: flex; justify-content: flex-end;}
.btn_wrap a{display: inline-block; margin-left: 20px;}
a.black{background:#141515;}
.verify{margin-bottom: 10px;}

/*tracking*/
.tracking{width: 100%;float: left;padding: 140px 0;}
.tracking .wrap{width: 100%;max-width: 880px;margin: auto;position: relative;}
.tracking .container{position: relative;}
ul.prodtrckr {
    margin: 0;
    padding: 0;
    list-style-type none;
}

ul.prodtrckr li {
    display: block;
    text-align: center;
    line-height: 100px;
    text-align: left;
    font-size: 14px
}


/*ul.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ul.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ul.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ul.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ul.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ul.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ul.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ul.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }*/

ul.prodtrckr li.prodtrckr-done {
    color: black;
    border-left: 2px dashed var(--primary-color);
}
ul.prodtrckr li.prodtrckr-todo {
    color: silver; 
    border-left: 2px dashed #cccccc;
}

ul.prodtrckr li:after {
    content: "\00a0\00a0";
}
ul.prodtrckr li:before {
    position: relative;
    bottom: -30px;
    float: left;
    left: -20px;
}
ul.prodtrckr li.prodtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: var(--primary-color);
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: none;
    border-radius: 100%;text-align: center;

}
ul.prodtrckr li.prodtrckr-todo:before {
    content: "";
    background: #fff;
    bottom: -30px;
    border: #ccc solid 2px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
}


.track_sec{  padding: 75px 100px;box-shadow: 0px 1px 13px 0px rgb(0 0 0 / 23%)}
.track_sec h3{ color: #545353;font-size: 30px; margin-bottom: 30px;font-weight: 400; }
.tracking address {position: absolute;right: 0; top: 20%;right: -300px; background:#fff2f4;padding: 100px 75px;max-width: 420px;border-left: var(--primary-color) solid 10px;}
.tracking address h3{font-size: 21px; color: #000;font-weight: 400;margin-bottom: 10px}
.tracking address h4{font-size: 16px; font-weight: 600; color: #8d8d8d;margin-bottom: 5px;}
.tracking address p{color: #8d8d8d;font-size:16px; line-height: 21px;}
.tracking i{position: absolute; top: 5%;left: -200px;}


.contact{width:100%;float:left;}
.inner-title{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    width: 100%;
}
.contact h4{color:var(--primary-color);font-size:18px;font-weight:400;line-height:25px;}
.contact .bx-l{padding-right:40px;}
.contact .bx-r{padding-left:40px;}
.contact .bx-l p{color:#545454;font-size:14px;}
.contact .address_blk{width:100%;float:left;margin-top:15px;}
.contact .address_blk .coll{width:33.33%;float:left;text-align:center;padding:15px 10px;}
.contact .address_blk .coll i{display:block;margin-bottom:5px;}
.contact .address_blk .coll img{width:70px;}
.contact .address_blk .coll a,.contact .address_blk .coll p{font-size:14px;color:#545454;line-height:normal}
.contact .address_blk p.title{color:var(--primary-color);margin-bottom:10px;font-weight: 500;}
.contact .contact-form{width:100%;float:left;margin-top:25px;}
.input_fi3,.textarea3{width:100%;float:left;border:none;font-size:14px;color:#545454; font-weight: 500}
.input_fi3{padding:0px 0px 15px 0px;}
.input_fi3::-webkit-input-placeholder,.textarea3::-webkit-input-placeholder,.pincheck::-webkit-input-placeholder { /* Edge */
  color: #545454;
}

.input_fi3:-ms-input-placeholder,.textarea3:-ms-input-placeholder,.pincheck:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #545454;
}

.input_fi3::placeholder,.textarea3::placeholder,pincheck::placeholder {
  color: #545454;
}
.contact .contact-form .input_blk{width:100%;float:left;margin-bottom: 20px;border-bottom:#cccccc solid 1px}
.send_msg{width:190px;height:50px;border:none;background:var(--primary-color);color:#fff;border:thin solid var(--primary-color);-moz-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;margin-top:15px;}
.send_msg:hover{background:#fff;color:var(--primary-color);border:thin solid var(--primary-color);-moz-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in ;margin-top:}
.contact #map{height:400px;width:100%;float:left;margin-top:50px;}
.terms p{padding:5px 0px;font-size:14px;line-height:24px;color:#545454;}
.terms h4{color:var(--primary-color);font-size:20px;font-weight:500;margin-top:15px;}
.terms ul{margin-left: 18px;margin-top:10px;margin-bottom:10px;}
.terms ul li{font-size:14px;color:#545454;list-style: disc}

.about .sec-1{width: 100%;float: left;padding: 50px 0;}
.about .sec-1 h2{font-size: 24px;font-weight: 400;}
.about .sec-1 .img_wrap{height: 100%;width: 100%;background-size: cover;background-repeat: no-repeat;background-position: center top; min-height: 300px;}
.about .sec-1 h3{color: var(--primary-color); font-size: 18px;font-weight: 500;margin-bottom: 15px;margin-top: 25px;}
.about .sec-1 p{color: #545454;font-size: 14px;margin-bottom: 10px;line-height:24px }
.about .sec-2{width: 100%;float: left;margin-bottom: 50px}
.about .sec-2 .container{max-width: 1600px;}
.about .sec-2 .col_1{width:20%;float: left; display:-webkit-flex;display: flex; flex-direction: column;flex-wrap: wrap; justify-content: center;align-items: center; padding: 0 15px; }
.about .sec-2 .col_1 h3{font-size: 16px;color: #545454; font-weight: 400;text-align: center;margin-top: 20px;}
.about .sec-3{width: 100%;float: left; margin-bottom: 30px;}
.about .sec-3 .container{display: -webkit-flex;display: flex; flex-wrap: wrap;}
.about .sec-3 .col_1{width: 40%;float: left;}
.about .sec-3 .col_2{width: 20%;float: left; background: var(--primary-color);padding: 70px 45px;}
.about .sec-3 .col_1.black{background:#000;padding: 70px 40px;}
.about .sec-3 p{color: #fff;font-size: 14px;line-height: 24px;}
.about .sec-3 h3{position: relative; font-size: 20px;font-weight: 500; color: #fff;padding-bottom: 15px;margin-bottom: 20px;}
.about .sec-3 h3:after{content: '';position: absolute;left: 0; bottom:0;height: 3px;width: 45px; background:#fff;}
.about .img_wrap{width: 100%; height: 100%; min-height: 300px; background-repeat: no-repeat;background-size: cover;background-position: center top;}
.pop-plcement{position:relative;width: 100%;float:left}
.my_account .checkblock{padding-top:2px;margin-right:10px;padding-left: 35px!important;}
.product-spec .col-l h2{text-transform: capitalize}


/*prograss-bar*/
.deal_box .progress{height: 12px;border-radius: 50px;}
.deal_box .progress .progress-bar{background: var(--primary-color);border-radius: 50px; }

/*countdown*/
.countdown{margin-top: 20px}
.countdown li{font-size: 11px;margin-right: 10px; line-height: 17px;display: inline-block; text-align: center;  text-transform: uppercase; color: #7d7d7d}
.countdown span{display: block;color: #222222;background: #eeeeee;min-width: 34px;height: 34px;line-height: 34px;font-weight: 500}

/*new*/
.social_login>div{width:40px!important;height: 40px; overflow: hidden;border-radius: 100%;float: none!important;display: inline-block!important;margin: 0 5px!important;}
.social_login p{display: none;}
.social_login i{display: inline-block;overflow: hidden;line-height: 40px; text-align: center;}
.login_sec .d-flex.align-items-center.p0 .hint{font-weight: 500;margin: 0; letter-spacing: 0; font-size: 13px;}
.login_sec .d-flex.align-items-center.p0{margin-top: -7px; justify-content: space-between; margin-bottom: 30px;}
.login_sec .sbmt_btn{margin-left: 0; margin-bottom: 20px;}

.social_login{background: #f4f3f3;padding: 17px 30px;text-align: center;margin-top: 10px;border: #efefef solid 1px}
.social_login h2{font-size: 15px!important;margin-bottom: 15px;text-align: center;font-weight: 500; color: #4c4c4c;}

.myorder .order-body .buy-again i{display: inline-block; width: 24px;margin-left: 9px;} 


.c_head .prdt_name, .c_head .qtyy, .c_head .total,.delivery_address h5{letter-spacing: 1px;}
.addaddress:hover{color: #fff;}
.wishlist .update-bag{padding: 16px 75px;color: #fff;}
.chekcout .order-summary .checkblock .checkmark{border-width: 1px;}
.chekcout .order-summary .checkblock .checkmark:after{display: none;}

.product-review h2{margin-bottom: 15px!important}
.lang-bar .form-control{font-size: 14px; background: none; border:none;text-transform: uppercase;color: white; outline: none;padding: 12px 15px; height: auto}
.lang-bar .form-control:focus{border-color:none;box-shadow: none;}
.lang-bar .form-control option{font-size: 12px; color: #000}
.lang-bar .form-control option:hover{background: #f00}
 option:hover{background-color:yellow;}
 
 

.add_cart .c_btn{border: none;background: #008374;color: #fff;font-size: 12px;font-weight: 400;padding: 5px 15px; text-transform: capitalize;}
.add_cart .c_btn i{margin-left: 5px; font-size:9px;}
.num-block{display: none;width:100%;}
.add_cart .c_btn{
/*-moz-transform: translate(0px, 10px);*/
/*-webkit-transform: translate(0px, 10px);*/
/*-o-transform: translate(0px, 10px);*/
/*-ms-transform: translate(0px, 10px);*/
/*transform: translate(0px, 10px);*/
/*-webkit-transition: all 0.5s 0s ease;*/
/*-moz-transition: all 0.5s 0s ease;*/
/*-o-transition: all 0.5s 0s ease;*/
/*transition: all 0.5s 0s ease;}*/
/*.single_prod:hover .add_cart .c_btn{opacity: 1;*/
/*-moz-transform: translate(0px, 0px);*/
/*-webkit-transform: translate(0px, 0px);*/
/*-o-transform: translate(0px, 0px);*/
/*-ms-transform: translate(0px, 0px);*/
/*transform: translate(0px, 0px);*/
}
/*.single_prod:hover .prod_img{opacity: 0.7}*/

.skin-1 .num-in {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
}

.skin-1 .num-in span {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  line-height: 32px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background: #008374;
}

.skin-1 .num-in span.dis:before {
  background-color: #ccc !important;
}

.skin-1 .num-in input {
  float: left;
  width: 25px;
  height: 25px;
  border: 1px solid #008374;
  color: #000;
  text-align: center;
  padding: 0;
      font-size: 13px;
}

.skin-1 .num-in span.minus:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 10px;
}

.skin-1 .num-in span.plus:before, .skin-1 .num-in span.plus:after {
  content: '';
  position: absolute;
  right: 9px;
  width: 9px;
  height: 2px;
  background-color: #fff;
  top: 50%;
}

.skin-1 .num-in span.plus:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.featured-product .producr-box .add_cart {width: 50%; margin-bottom: 0;display: block;}
.featured-product .producr-box .add_cart .c_btn{opacity: 1; transform: none;width: 100%;font-size: 14px;padding: 15px 11px;}
.featured-product .producr-box .skin-1 .num-in span,.featured-product .producr-box .skin-1 .num-in input{width:33.33%;height:51px;}
.featured-product .producr-box .skin-1 .num-in span.plus:before,.featured-product .producr-box .skin-1 .num-in span.plus:after{right: 18px;width: 15px;}
.featured-product .producr-box .skin-1 .num-in span.minus:before{width: 15px;left: 15px;}

.faq .toggle{cursor: pointer;}
.faq .faq_content{display: none;}
.faq ul li{list-style: none;}
.faq ul li:first-child .faq_content{display: block;}


/*price range*/
/*price range*/
.range-slider {
  width: 100%;
  text-align: center;
  position: relative;
  text-align: left;
}
.range-slider .rangeValues {
  display: block;
}

input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width:100%;
  position: absolute;
  left: 0;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--primary-color);
  margin-top: -5px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--primary-color);
  z-index: 9;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--primary-color);
    z-index: 9;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}



/*blog*/
.blog {}
.blog .row-1 { width: 100%; float: left; }
.blog .row-1 ul { margin-top: 0px; text-align: center; margin-left:-20px; margin-right: -20px; }
.blog .row-1 ul li { width: 33%; padding: 20px; display: inline-block; list-style: none; box-sizing: border-box; }
.blog .blog-bx { width: 100%; float: left; height: 470px; background: #f5f5f5;  }
.blog .blog-bx .img-bx { width: 100%; float: left; height: 280px; background-position: center center; background-repeat: no-repeat; background-size:cover; }
.blog .blog-bx .contd-bx { width: 100%; float: left; padding: 40px 30px 30px 130px; position:relative; }
.blog .blog-bx .contd-bx .date { width: 60px; height: 70px; padding: 20px 10px; line-height: 18px; position:absolute; top: 40px; left: 40px; background: var(--primary-color); color: #fff; font-size: 20px; text-align: center; } 
.blog .blog-bx .contd-bx .date span { font-size: 12px; }
.blog .blog-bx .contd-bx h4 { font-size: 12px; font-weight: 600; text-align: left; color: #f26823; margin-bottom: 10px; }
.blog .blog-bx .contd-bx h2 { font-size: 16px; font-weight: 600; text-align:left; line-height: 22px; color: #4d4d4d; }
.blog .blog-bx .contd-bx p { font-size: 12px; font-weight: 400; text-align:left; line-height: 20px; padding: 10px 0; }

.blog .row-2 { width: 100%; float: left; }
.blog .row-2 .column-1 { width: 72%; float: left;}
.blog .row-2 .column-2 { width: 23%; float: right;}

.blog .row-2 .blog-head { width: 100%; float: left; padding-bottom: 15px; }
.blog .row-2 .blog-head h4 { font-size: 13px; text-align: left; font-weight: 600; line-height: 22px; color: var(--primary-color); }
.blog .row-2 .blog-head h2 { font-size: 22px; text-align: left; font-weight: 600; line-height: 30px; text-transform:uppercase; }
.blog .row-2 .blog-head h3 { font-size: 17px; text-align: left; font-weight: 400; line-height: 30px; font-weight:600; }
.blog .row-2 .img-blk { width: 100%; float: left; height: 570px; background-position: center center; background-repeat: no-repeat; background-size:cover; margin: 20px 0 30px; position:relative; }
.blog .row-2 .img-blk .date { width: 60px; height: 75px; padding: 20px 10px; line-height: 18px; position:absolute; bottom: -30px; left: auto; right:8%; background: var(--primary-color); color: #fff; font-size: 20px; text-align: center; } 
.blog .row-2 .img-blk .date span { font-size: 12px; }
.blog .row-2 .img-blk img { width: 100%;}
.blog .row-2 p { padding: 8px 0;}
.blog .row-2 .social-wrap { width: 100%; float: left; margin: 8px 0 16px; }
.blog .row-2 .social-wrap a { width: 35px; height: 35px; float: left; text-align: center; margin-right: 5px;}
.blog .row-2 .social-wrap a.fb { background-color: #3b5998; background-image:url(../images/fb.svg); background-position: center center; background-repeat: no-repeat; }
.blog .row-2 .social-wrap a.twitter { background-color: #00abef; background-image:url(../images/twitter.svg); background-position: center center; background-repeat: no-repeat;}
.blog .row-2 .social-wrap a.instagram { background-color: #e4405f; background-image:url(../images/instagram.svg); background-position: center center; background-repeat: no-repeat; }
.blog .row-2 .comments { width: 100%; float: left; margin: 40px 0 15px;}
.blog .row-2 .comments h3 { font-size: 20px; text-align: left; margin-bottom: 20px; font-weight:600; }
.blog .row-2 .comments ul { width: 100%; float: left; }
.blog .row-2 .comments ul li { width: 100%; float: left; padding: 25px 0 25px 110px; border-bottom: 1px solid #cccccc; position:relative;}
.blog .row-2 .comments ul li:last-child { border-bottom: none;}
.blog .row-2 .comments ul li h3 { font-size: 14px; font-weight: 600; text-align: left; margin-bottom: 0px; }
.blog .row-2 .comments ul li h3 span { font-size: 12px; color: var(--primary-color); }
.blog .row-2 .comments ul li .photo { width: 74px; height: 74px; position:absolute; left:0; top: 40px; border-radius: 50%; overflow: hidden; border: 3px solid #fef2ed;background-position: center center; background-repeat: no-repeat; }
.blog .row-2 .comments-form { width: 100%; float: left; margin: 0px 0 15px; padding: 20px 40px 40px 66px; position:relative; }
.blog .row-2 .comments-form .bg { width: 90%; height: 70%; background: var(--primary-color); position:absolute; top:0; left:0; z-index: -1; }

.blog .row-2 .comments-form h2 { font-size: 26px; line-height: 32px; text-align: left; padding: 10px 0 20px 80px; font-weight:800; text-transform:uppercase; color: #fff; width: 87%; }
.blog .row-2 .comments-form h2.icon { background:url(../images/comments.svg) left center no-repeat; }
.blog .row-2 .comments-form .form-box { width: 100%; float: left; padding: 50px; background: #fff; -webkit-box-shadow: 0 5px 20px 5px rgba(0,0,0,0.1); box-shadow: 0 5px 20px 5px rgba(0,0,0,0.1);  }
.blog .row-2 .comments-form .form-box input, .blog .row-2 .comments-form .form-box textarea { width: 100%; padding: 10px 0; font-size: 12px; border:none; border-bottom: 1px solid var(--primary-color); margin-bottom: 30px; }
.blog .row-2 .comments-form .form-box textarea input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000; opacity: 1; /* Firefox */
}

.blog .row-2 .comments-form .form-box textarea input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#757575; opacity: 1;
}

.blog .row-2 .column-2 .recent-post { width: 100%; float: left; }
.blog .row-2 .column-2 h2 { font-size: 20px; text-align: left; margin-bottom: 20px; font-weight:600; }
.blog .row-2 .recent-post ul { width: 100%; float: left; margin-bottom: 20px; }
.blog .row-2 .recent-post ul li { width: 100%; float: left; padding: 10px 0 10px 110px; position:relative;}
.blog .row-2 .recent-post ul li h3 { font-size: 12px; color: var(--primary-color); font-weight: 600; text-align: left; margin-bottom: 10px; }
.blog .row-2 .recent-post ul li h2 { font-size: 15px; line-height: 23px; color: #4d4d4d; font-weight: 600; text-align: left; margin-bottom: 10px; }
.blog .row-2 .recent-post ul li .photo { width: 70px; height: 50px; position:absolute; left:0; top: 30px; background-position: center center; background-repeat: no-repeat; background-size:cover; }
.blog .row-2 .column-2 ul li .photo .date { width: 27px; height: auto; padding: 2px; line-height: 14px; position:absolute; top: 5px; left: auto; right:-20px; background: var(--primary-color); color: #fff; font-size: 11px; text-align: center; } 
.blog .row-2 .recent-post ul li .photo .date span { font-size: 10px;}

.blog .row-2 .column-2 .category { width: 100%; float: left; }
.blog .row-2 .column-2 .category ul { width: 100%; float: left; margin-bottom: 20px; }
.blog .row-2 .column-2 .category ul li { width: auto; float: left; padding: 10px 30px 10px; list-style: none; background: #f5f5f5; font-size: 12px; font-weight:600; margin: 5px 10px 5px 0; }
.blog .row-2 .column-2 .category ul li a{color:#000;}
.blog .row-2 .column-2 .category ul li a:hover{color:var(--primary-color);}
/*sort*/
.sortList {text-decoration:none; cursor:pointer;}
.sortList li.init{padding: 9px 10px;}
.sortList li { padding: 3px 10px; z-index: 2;text-decoration:none;font-size: 15px; }
.sortList li:not(.init):hover{background:var(--primary-color);}
.sortList li:not(.init) {display: none;}
.sortList li a{ color: #000 }
.sortList li:not(.init) a:hover{color: #fff}

/*get qoute*/
#get_qoute{opacity:1}
#get_qoute button.close .fa{font-size: 17px;}
#get_qoute .input_fi{margin-bottom: 5px;}
#get_qoute .form-group{margin-bottom: 25px;}
#get_qoute h3{    font-size: 25px;font-weight: 600;color: var(--primary-color);text-transform: uppercase; margin-bottom: 5px;}
#get_qoute .row{ margin-top: 30px; }
#get_qoute .modal-body{padding: 50px 30px}
#get_qoute .modal-dialog{max-width: 800px;}
#get_qoute button.close{position: absolute;right: 10px;top: 10px; z-index:9;}
#get_qoute .modal-body{padding: 50px 40px;}
#get_qoute  .sbmt_btn{padding: 15px 50px; border: none;margin-right: 10px;background: var(--primary-color);color: #fff; font-size: 14px;    text-align: center;text-transform: uppercase; }

.produt-grid{margin-right:300px;}
.produt-grid li a{cursor:pointer;}

.product-details .add_cart .c_btn{opacity: 1!important;}
.product-details .add_cart{width:auto;}
.product-details .add_cart .c_btn{
        padding-left: 35px;
    padding-right: 35px;
    height: 55px;
    border: none;
    margin-right: 10px;
    background: var(--primary-color);
    color: #fff;
    min-width: 230px;
    font-size: 14px;
    transform: translate(0,0);
    width: auto;
}

.product-details .skin-1 .num-in span{height:55px; width:55px;}
.product-details .skin-1 .num-in span.minus:before{width: 15px;left: 15px;}
.product-details .skin-1 .num-in span.plus:before,.product-details .skin-1 .num-in span.plus:after{right: 18px;width: 15px;}
.product-details .skin-1 .num-in input{height:55px; width:50px;}
.product-details .num-block{margin-right:15px;}

.listview .add_cart { width: 100%;margin-bottom: 10px;}

.footer_bottom p a{display:inline-block; color:#4d4d4d;}

.product .sortby{    position: absolute; right: 25px; z-index: 9;background: #fff;min-width: 270px;box-shadow:0 0 0 1px rgb(136 136 136 / 20%); height: 45px;}
.product .sortby .sortList{background: #fff;}

#contactseller button.close{position:absolute; top:10px;right:10px; z-index:9;}
#contactseller .modal-dialog{width: 100%;max-width: 450px;margin: 150px auto;}
#contactseller .modal-body{padding: 50px 30px;}
#contactseller h3{    font-size: 16px;
    font-weight: 500;
    color: #474747;
    font-family: 'Poppins', sans-serif;;
    margin-bottom: 14px;}
 #contactseller p   {
    font-size: 25px;
    color: var(--primary-color);
    font-weight: 500;
    letter-spacing: 1px;
    }
.product-details .add_cart .c_btn i{font-size:14px;}

.blog .row-2 .social-wrap a{display:flex;align-items:center; justify-content:center;}
.blog .row-2 .social-wrap a i{color: #fff; font-size: 20px;}

.download_app {
    margin-bottom: 25px;
    margin-top: 20px;
}

.download_app h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
.download_app a {
    display: inline-block;
    margin-right: 10px;
}
.listview .producr-box .add_cart{width:100%;margin-bottom:10px;}


.loader-img img{left:45%!important;top:45%!important;}
header.affix{ position: fixed; top: 0; background: rgb(255 255 255 / 90%);z-index:99; overflow:visible}
header.affix .top_header,header.affix .bottom_header{display:none;}
header.affix .navbar{margin-bottom:0;}
header.affix .middle_header{margin:15px 0 15px;}
header.affix .middle_header .search_box{margin-bottom:10px;}

.inner-bannner{clear:both;}
.filterd{display:none;}

/*wallet*/
.wallet .bx-left{width: 32%;float: left; padding-right: 60px;}
.wallet .bx-right{width: 68%;float: left;}
.wallet h3{background: #141515;color: #f3f0f1; font-size: 16px;font-weight: 500;padding: 13px 20px;}
.wallet .balance_statement{padding: 40px 50px; box-shadow: 0 0 3px rgb(0 0 0 / 48%);margin-top: 50px;}
.wallet .balance_statement ul li{display: flex;justify-content: space-between;align-items: center; margin-bottom: 15px; padding-bottom:15px;font-size: 17px;border-bottom: #e0e0e0 solid 1px}
.wallet .balance_statement ul li:first-child{font-weight: 500;}
.wallet .balance_statement ul li:last-child{border:none; margin-bottom: 0; padding-bottom: 0}
.wallet .trans_statement {margin-top: 50px;}
.wallet .trans_statement .tabs-nav{display: block;border-bottom: #e6e6e6 solid 2px;margin-bottom: 30px;}
.wallet .trans_statement .tabs-nav li{display: inline-block;}
.wallet .trans_statement .tabs-nav li a{color: #2a2a2a; font-size: 18px;font-weight: 500; display: inline-block; padding: 10px 20px; padding-left: 0;padding-top: 0;}
.wallet .trans_statement .tabs-nav li.active a{color: var(--primary-color);border-bottom: var(--primary-color) solid 2px;margin-bottom: -2px;}
.wallet .success{background: #0b8227; color: #fff; text-align: center; border-radius: 3px;font-weight: 500;}
.wallet .trans_statement table td{ font-size: 15px; }
.wallet .trans_statement table thead td{font-weight: 500}
.wallet .failed{background: #d4161f; color: #fff; text-align: center; border-radius: 3px;font-weight: 500;}
.wallet .trans_statement table{min-width: 500px;}

.loadmoreclass{    background: var(--primary-color); font-size: 15px;color: #fff; font-family: 'Poppins', sans-serif;;font-weight: 400;padding: 15px 50px;margin-top: 30px;text-align: center;border: none;display: block;margin: auto;}

.ajax-load{background:none!important;}


.skin-1 .num-in {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.skin-1 .num-in span {
display: block;
float: left;
width: 25px;
height: 25px;
line-height: 32px;
text-align: center;
position: relative;
cursor: pointer;
background: var(--primary-color);
}
.skin-1 .num-in span.dis:before {
background-color: #ccc !important;
}
.skin-1 .num-in input {
float: left;
width: 25px;
height: 25px;
border: 1px solid var(--primary-color);
color: #000;
text-align: center;
padding: 0;
font-size: 13px;
}
.skin-1 .num-in span.minus:before {
content: '';
position: absolute;
width: 8px;
height: 2px;
background-color: #fff;
right: 0;
left:0;
bottom:0;
top:0;
margin:auto;
}
.skin-1 .num-in span.plus:before, .skin-1 .num-in span.plus:after {
content: '';
position: absolute;
right: 0;
left:0;
bottom:0;
top:0;
margin:auto;
width: 9px;
height: 2px;
background-color: #fff;
}
.skin-1 .num-in span.plus:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.num-block {
    display: none;
}
.featured-product .producr-box .skin-1 .num-in span, .featured-product .producr-box .skin-1 .num-in input{
    width: 33.33%;
    height: 51px;
}

.add_cart {
     display: block;
     width: 50%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.add_cart .c_btn {
    border: none;
    background: var(--primary-color);
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    opacity: 1;
    transform: none;
    width: 100%;
    font-size: 14px;
    padding: 15px 22px;
}

.product-details .product-display .slider-for{height:100%;display:flex;align-items:center;}
.product-details .product-display .slider-for .img_wrap {height:100%;}
.search-wrap{display:flex;}
.about .sec-3 .col_1 a{height:100%;}
.bottom-blk .search-container form{display: flex; display: -webkit-flex;}

.promocode .prmoinput::-webkit-input-placeholder { /* Edge */
  color: #949494;
}

.promocode .prmoinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #949494;
}

.promocode .prmoinput::placeholder {
  color: #949494;
}

.featured_prdt .producr-box .skin-1 .num-in span, .featured_prdt .producr-box .skin-1 .num-in input{width: 33.33%;height: 51px;}


.wish-cart i img{height: 27px}







/*rating*/
#full-stars-example {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */
}
#full-stars-example .rating-group {
  display: inline-flex;
}
#full-stars-example .rating__icon {
  pointer-events: none;
}
#full-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
#full-stars-example .rating__icon--star {
  color: orange;
}
#full-stars-example .rating__icon--none {
  color: #eee;
}
#full-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
#full-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
#full-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}

#half-stars-example {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* add padding and positioning to half star labels */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */
}
#half-stars-example .rating-group {
  display: inline-flex;
}
#half-stars-example .rating__icon {
  pointer-events: none;
}
#half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#half-stars-example .rating__label {
  cursor: pointer;
  /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
  padding: 0 0.1em;
  font-size: 2rem;
}
#half-stars-example .rating__label--half {
  padding-right: 0;
  margin-right: -0.6em;
  z-index: 2;
}
#half-stars-example .rating__icon--star {
  color: orange;
}
#half-stars-example .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
#half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
  color: orange;
}
#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
#half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}

#full-stars-example-two {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}
#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 20px;
}
#full-stars-example-two .rating__icon--star {
  color: var(--primary-color);
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: var(--primary-color);
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.product-details .deliver-option .pincheck::-webkit-outer-spin-button,
.product-details .deliver-option .pincheck::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.product-details .deliver-option .pincheck[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.paginaton{display:block;clear:both; width:100%;}
.paginaton ul li.active span{background:var(--primary-color); color:#fff;}
.paginaton ul li a,.paginaton ul li span{
        width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    color: #232323;
}

.myorder .wrap{display:flex; flex-wrap:wrap; justify-content:space-between;}

.blog .row-2 .blog-head h2 {
    font-size: 26px;
    text-align: left;
    line-height: 40px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    padding: 20px 0 20px 50px;
    background: var(--primary-color);
}

.wish-cart .cart-count{}
.wish-cart .cart-count i{position: relative;
    width: 40px;
    margin: auto;
    font-style:normal;
}
.wish-cart .cart-count span{
  position: absolute;
    top: 5px;
    width: 15px;
    height: 15px;
    line-height: 17px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 100%;
    font-size: 10px;
    left: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{color: #545454!important;}
.ui-widget-header{
        border: 1px solid var(--primary-color)!important;
    background: var(--primary-color)!important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    border: 1px solid #ff516a!important;
    background: #ff516a!important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--primary-color)!important;
    background: var(--primary-color)!important;
    color: #ffffff!important;
}

.page_next{margin-top:20px;}
.page_next li{display:inline-block;width:30px; height:30px; text-align:center; border-radius:3px;}
.page_next li a{color:#000;}
.page_next li.active{background: #008272;color: #fff;}
.page_next li.active span{color: #fff;}
.page_next li span{    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;}


/*.box-shadow{*/
/*    -webkit-box-shadow: 0 0 9px 0px rgb(50 50 50 / 16%);*/
/*-moz-box-shadow:   0 0 9px 0px rgb(50 50 50 / 16%);*/
/*box-shadow:        0 0 9px 0px rgb(50 50 50 / 16%);*/
/*    width: 100%;*/
/*    float: left;*/
/*}*/

/*success icon*/
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}


.modal.pincode{background: rgb(0 0 0 / 24%);z-index:5555;}

.modal.pincode .modal-content{
  width: 90%;
    max-width: 500px;
    margin: auto;
    padding: 15px 60px 40px;
    margin-top: 10%;

}

.modal.pincode input[type="text"]{
width: 100%;
    height: 40px;
    border: #c3c3c3 solid 1px;
}
.modal.pincode  button{
  width: 100%;
    border: none;
    height: 40px;
    font-weight: 500;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
}

.modal.pincode p{
      text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 27px;
    text-transform: capitalize;

}


.modal.pincode i{
  display: inherit;
    text-align: center;
    width: 90px;
    margin: 0 auto 15px;
}

.timeslot_area .checkblock .checkmark{border-radius:0px;top:3px;}
.ui-datepicker .ui-datepicker-title select{color: #fff;
    width: auto!important;
    border: #fff solid 1px;
    margin: 0 5px!important;
    padding: 2px 5px;
        background: none;
}
.ui-datepicker .ui-datepicker-title select option{color:#2f2f2f!important;}
.pincodepopup{
    text-align: right;
    color: #009444;
    font-weight: 400;
    font-size: 14px;
}
.pincodepopup i{margin-right:5px;}
.pincodepopup:hover{color: #009444;}

.client-says{
    width:100%;
    float:left;
    padding: 30px 0 30px;
    background:#fff;
}

.client-says h2{
    font-family: 'Poppins', sans-serif;;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align:center;
}
.client-says .testi-block .content{
        box-shadow: rgb(0 0 0 / 10%) 2px 2px 2px 0;
    height: auto;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    perspective-origin: 277.5px 69px;
    transform-origin: 277.5px 69px;
    background: #fff;
    border: 1px solid #f5f5f5;
    margin: 0 0 25px;
    padding: 35px 40px;
}
.client-says .testi-block .content p{font-size:16px;line-height:27px;}

.client-says .testi-block .content:after{
    bottom: -30px;
    content: '';
    display: block;
    height: 30px;
    left: 80px;
    position: absolute;
    right: 445px;
    width: 30px;
    perspective-origin: 15px 15px;
    transform-origin: 15px 15px;
    filter: drop-shadow(rgba(0, 0, 0, .0980392) 2px 2px 1px);
    border-top: 30px solid #fff;
    border-right: 30px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
}

.client-says .testi-block .content:before{
    bottom: 47px;
    color: #bbb;
    content: '\201C';
    display: block;
    height: 96px;
    left: 55px;
    position: absolute;
    right: 515.39px;
    top: 20px;
    width: 24.61px;
    column-rule-color: #bbb;
    perspective-origin: 12.3px 48px;
    transform-origin: 12.3px 48px;
    border: 0 #bbb;
    font: normal normal normal normal 60px/96px Georgia,serif;
    margin: -25px 0 0 -40px;
    outline: #bbb 0;
}

.client-says .testi-block .name-block{
        color: #555;
    display: block;
    text-size-adjust: 100%;
    text-transform: uppercase;
    overflow: hidden;
    padding: 8px 0 0;
    font-size:18px;
}
.client-says .testi-block .name-block span{
    font-size:14px;
    text-transform: capitalize;
}
.client-says .slick-slide{
    height:auto;
}
.feedback {z-index:9999;}

.feedback button.close{
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index:99;
}
.feedback .sbt-btn{
    display: inline-block;
    width: auto;
    height: 40px;
    margin-bottom: 0;
    background: #141515;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    padding: 0 25px;
    font-weight: 400;
}
.feedback .input-fi{
    width:100%;
    margin-bottom: 15px;
    
}
.feedback form{margin: 25px 0 5px;}
.feedback .modal-body{padding:40px 30px;}
.feedback p{font-weight: 600;}