

html,
body {
	height: 100%;
	font-family: "Nunito Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Nunito Sans", sans-serif;
}
.header__menu ul{
	margin:0px !important;
}
h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	font-family: "Nunito Sans", sans-serif;
	color: #3d3d3d;
	font-weight: 400;
	/* line-height: 25px; */
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: none !important;

}
ul,
ol {
	padding: 0;
	margin: 0;
}
input:focus {
	outline: none !important;
	box-shadow: none !important;
	/* border: none !important; */
  }

  .privacy{
	margin: 20px 0px;
  }
/*---------------------
  Helper CSS
-----------------------*/



.section-title span {
	color: #e53637;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: block;
}

.section-title h2 {
	color: #111111; font-size: 36px; 
	font-weight: 700;
	line-height: 46px; text-align: center;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/* .spad {
	padding-top: 100px;
	padding-bottom: 100px;
} */

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 30px;
	color: #000;
	background: #d2d2d2;
	border-radius: 6px;
	letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
.primary-btn {
    text-align: center;
	margin-bottom: 5px;
	width: 100%;
	
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 10px;
    color: #000;
    background: #d2d2d2;
    border-radius: 6px;
    letter-spacing: 2px;
}
}
.site-btn {
	font-size: 14px;
	color: #ffffff;
	background: #111111;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px;
	border-radius: 6px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: 0 0;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header {
	background: #ffffff;
	position: fixed;
    z-index: 2;
	width: 100%;
	top: 0;
box-shadow: 0px 2px 20px #adadad82;
}

.header__top {
	background: #111111;
	padding: 1px 0;
}

.header__top__left p {
	color: #ffffff;
	margin-bottom: 0;
}
.header__logo img{
	width: 44%;
}
.header__top__right {
	text-align: right;
}

.header__top__links {
	display: inline-block;
	margin-right: 25px;
}

.header__top__links a {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right: 28px;
	display: inline-block;
}

.header__top__links a:last-child {
	margin-right: 0;
}

.header__top__hover {
	display: inline-block;
	position: relative;
}

.header__top__hover:hover ul {
	top: 24px;
	opacity: 1;
	visibility: visible;
}

.header__top__hover span {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	cursor: pointer;
}

.header__top__hover span i {
	font-size: 20px;
	position: relative;
	top: 3px;
	right: 2px;
}

.header__top__hover ul {
	background: #ffffff;
	display: inline-block;
	padding: 2px 0;
	position: absolute;
	left: 0;
	top: 44px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__top__hover ul li {
	list-style: none;
	font-size: 13px;
	color: #111111;
	padding: 2px 15px;
	cursor: pointer;
}
.header__logo {padding: 15px 0px 15px 35px;}

@media only screen and (max-width: 768px) {
	.header__logo {padding: 10px 0px 10px 0px;}
}

@media screen and (min-width: 767px)and (max-width: 1294px) {
	.header__logo img{width: 100%;}
	.header__logo {padding: 30px 0;float: right;	}
}

.header__logo a {display: inline-block;}
.header__menu {text-align: center;padding: 26px 0 25px;}
.header__menu ul li {list-style: none;display: inline-block;margin-right: 15px;position: relative;}

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover .dropdown {
	top: 32px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 56px;
	width: 150px;
	background: #111111;
	text-align: left;
	padding: 5px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 5px 20px;
	text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 18px;
	color: #111111;
	display: block;
	font-weight: 600;
	position: relative;
	padding: 3px 0;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #e53637;
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header__nav__option {
	text-align: right;
	padding: 30px 35px 30px 0px;
}
.offcanvas__nav__option i {
    color: #000;
    font-size: x-large;
}
.header__nav__option i {
    color: #000;
    font-size: x-large;
}
.header__nav__option a {
	display: inline-block;
	margin-right: 26px;
	position: relative;
}

.header__nav__option a span {
	color: #0d0d0d;
	font-size: 11px;
	position: absolute;
	left: 5px;
	top: 8px;
}

.header__nav__option a:last-child {
	margin-right: 0;
}

.header__nav__option .price {
	font-size: 15px;
	color: #111111;
	font-weight: 700;
	display: inline-block;
	margin-left: -20px;
	position: relative;
	top: 3px;
}
.search-bar{
    margin: 20px 0px 25px;
	padding: 0px 0px;
}
.search-bar .form-control {
    display: block;
    width: 100%;
    /* height: calc(1.5em + .75rem + 2px); */
    padding: 25px .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
	background: #f3f2ee;
	padding: 10px 0;
	margin-top: 130px;
}
.breadcrumb__text {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.breadcrumb__text h4 {
	color: #111111;
	font-weight: 700;
	margin-bottom: 0px !important;
}

.breadcrumb__links a {
	font-size: 15px;
	color: #111111;
	margin-right: 18px;
	display: inline-block;
	position: relative;
}

.breadcrumb__links a:after {
	position: absolute;
	right: -14px;
	top: 0;
	content: "";
	font-family: "FontAwesome";
}

.breadcrumb__links span {
	font-size: 15px;
	color: #b7b7b7;
	display: inline-block;
}

/*---------------------
  Hero
-----------------------*/


.hero {
	/* background: #000; */
	background-image: url(../img/zne_7.png);
	background-position: center;
	background-size: contain;
	overflow: hidden;
	border-radius: 40px;
	padding: 50px 0px;
	margin: 0px 35px;
	margin-top: 140px;
}



.hero-product .product__item {
    overflow: hidden;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px;
}

.hero-product .product__item__pic {
    height: 220px;
	border-radius:8px ;
    position: relative;
    background-position: center center;
}
@media screen and (min-width: 767px)and (max-width: 1294px) {
	
	.hero-product .product__item {
		display: none;
	}
	.hero {
		/* background: #000; */
		background-image: url(../img/zne_7.png);
		background-position: center;
		background-size: cover;
		overflow: hidden;
		border-radius: 40px;
		padding: 150px 0px;
		margin: 0px;
		margin-top: 140px;
	}
}
.hero-product .product__item__text {
	padding: 25px 0px 0px 0px;
	position: relative;
}

.hero-product .product__item__text h5 {
    color: #585858;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.hero-product .product__item__text h6 {
    color: #1f82e0;
	font-size: 19px;
	padding-top: 7px;
    font-weight: 800;
} 
.hero-product .product__item__text .cart-btn button {
    background-color: #000;
    color: #fff;
    padding: 7px 25px;
    border: none;
    font-size: 20px;
    margin-top: 12px;
    border-radius: 6px;
    font-weight: bolder;
}


/*---------------------
  Banner
-----------------------*/



.benefit-items {
	/* border: 1px solid #ebebeb; */
	margin: 45px 0px;
}

.benefit-items .single-benefit {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 55px;
	text-align: center;
	padding-right: 55px;
	border-right: 1px solid #F3F4F0;
}

.benefit-items .single-benefit .sb-icon {
	
	margin-bottom: 10px;
}
.benefit-items .single-benefit .sb-icon i {
	font-size: xx-large;
}
.benefit-items .single-benefit .sb-text {
	text-align: center;
}

.benefit-items .single-benefit .sb-text h6 {
	color: #252525;
	line-height: 20px;
	font-weight: 800;

	text-transform: capitalize;
}

.benefit-items .single-benefit .sb-text p {
	margin-bottom: 0;
	color: #808080;
	line-height: 20px;
	font-weight: 600;
}

/*---------------------
  Categories
-----------------------*/

.categories {
	/* background: #000; */
	background-image: url(../img/zne_2.png);
	background-position: center;
	background-size: cover;
	overflow: hidden;
	padding: 230px 0px;
}



.categories__deal__countdown h2 {
	color: #FFF;
	font-weight: 900;
	line-height: 46px;
	margin-bottom: 25px;
}

/*---------------------
  logo Slider
-----------------------*/
section.logo-slide {
    padding: 35px 0px;
}
.slick-slider {
	position: relative;
  
	display: block;
	box-sizing: border-box;
  
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
	position: relative;
  
	display: block;
	overflow: hidden;
  
	margin: 0;
	padding: 0;
  }
  .slick-list:focus {
	outline: none;
  }
  .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
	position: relative;
	top: 0;
	left: 0;
  
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after {
	display: table;
  
	content: "";
  }
  .slick-track:after {
	clear: both;
  }
  .slick-loading .slick-track {
	visibility: hidden;
  }
  
  .slick-slide {
	display: none;
	float: left;
  
	min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
	float: right;
  }
  .slick-slide img {
	display: block;
  }
  .slick-slide.slick-loading img {
	display: none;
  }
  .slick-slide.dragging img {
	pointer-events: none;
  }
  .slick-initialized .slick-slide {
	display: block;
  }
  .slick-loading .slick-slide {
	visibility: hidden;
  }
  .slick-vertical .slick-slide {
	display: block;
  
	height: auto;
  
	border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	display: none;
  }
  
  .brands {
	/* width: 1100px; */
	margin: auto;
  }
  
  .brands .logo-slider img {
	width: 200px;
  }

/*---------------------
  Product slide
-----------------------*/
  .product-slide{
    margin: 40px 20px;
}
   
.product-item .pi-pic {
	overflow: hidden;
	position: relative;
}
.product-item .pi-pic img {
	min-width: 100%;
    border-radius:10px;
    height: 370px;
}
.product-item .pi-pic h3 {
    list-style: none;
    position: absolute;
    padding-left: 0px;
    font-size: xx-large;
    font-weight: 900;
    padding-bottom: 18px;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

 


.product-slide{
    margin: 40px 20px;
}
   
.product-slide .product-slider{
	overflow: hidden;
	position: relative;
}

.product-slide .product-slider img {
	min-width: 100%;
    border-radius:10px;
    height: 370px;
}
.product-slide .product-slider h3 {
    list-style: none;
    position: absolute;
    padding-left: 0px;
    font-size: xx-large;
    font-weight: 900;
    padding-bottom: 18px;
    bottom: 0px;
    text-align: center;
    width: 100%;
}


/*---------------------
  Product
-----------------------*/

.product {
	padding-top:10px;
	/* padding-bottom: 60px; */
	background-color: #f5f5f5;
	justify-content: center;
}
.product .custom-col {
    flex: 0 0 15%; /* 100% / 5 = 20% */
    max-width: 16%;
    /* border: 1px solid #ccc; */
    /* padding: 10px; */
    text-align: center;
  }

  .product .custom-colharandhim {
    flex: 0 0 33%; /* 100% / 5 = 20% */
    max-width: 33%;
 
    text-align: center;
  }

  /* Mobile view (1 item per row) */
  @media screen and (min-width: 767px) and (max-width: 1294px) {
    .product .custom-col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
	.product .custom-colharandhim {
		flex: 0 0 100%;
		max-width: 50%;
		/* padding: 0px 10px; */
	  }
}
 
.product__item {
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	padding: 0px 0px 0px 0px;

}


.product__item:hover .product__item__text a {
	top: 22px;
	opacity: 1;
	visibility: visible;
}



.product__item:hover .product__item__text .product__color__select {
	opacity: 1;
}

.product__item__pic {
	height: 160px;
	position: relative;
	background-position: center center;
}
.product__item__text {
	padding: 25px 25px;
	position: relative;
}


.product__item__text h5 {
	color: #111111;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 8px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}
.mobile-product-slide{
	display: none;
}

.product__item__text h6 {
	color: #000;
	font-weight: 600;
	margin-bottom: 0px;

}
.product__item__text h6 del {
    color: #ccc;
}

.product__item__text .cart-btn button {
    background-color: #000;
    color: #fff;
    padding: 8px 15px;
    border: none;
    font-size: 14px;
	margin-top: 10px;
    border-radius: 6px;
    font-weight: bolder;
}

 
.product__item__text .cart-btn button:hover {
    background: #353535;
}


/*---------------------
Product Deatils
-----------------------*/
    
.product__details__pic {
	text-align: center;

	padding: 40px 0PX;
	margin-bottom: 20px;
}

.product__details__pic .nav-tabs {
	border-bottom: none;
    margin-top: 10px;
    justify-content: center;
    gap: 10px;

}

.product__details__pic .nav-tabs .nav-item {
	margin-bottom: 10px;
}

.product__details__pic .nav-tabs .nav-item:last-child {
	margin-bottom: 0;
}

.product__details__pic .nav-tabs .nav-item .nav-link {
	padding: 0;
	display: block;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
	height: 120px;
	width: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	border-radius: 10px;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic i {
	height: 56px;
	width: 56px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	line-height: 48px;
	display: inline-block;
	text-align: center;
}

.product__details__pic .nav-tabs .nav-item.show .nav-link,
.product__details__pic .nav-tabs .nav-link.active {
	background-color: transparent;
	border: 1px solid black;
    border-radius: 10px;
	
}






div#sync1 {
    margin-bottom: 10px;
}

#sync1 .item img {
    border-radius: 0px;
}

div#sync1 .owl-nav, div#sync1 .owl-dots, div#sync2 .owl-nav, div#sync2.owl-dots{
    display: none;
}

#sync2 .owl-stage .owl-item {
    padding-right:5px;
    cursor: pointer;
}

#sync2 .owl-stage .owl-item .item img{border-radius: 0px !important;}




.product__details__pic__item {
	position: relative;
	/* height: 400px; */
}
.product__details__pic__item img{
   object-fit: contain;
	border-radius: 25px;
}
.product__details__pic__item a {
	height: 56px;
	width: 56px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -28px;
	margin-left: -28px;
}

.product__details__text {
	text-align: left;
}

.product__details__text h4 {
	color: #111111;
	font-weight: 700;
	margin-bottom: 10px;
}

.product__details__text .rating {
	margin-bottom: 20px;
}

.product__details__text .rating i {
	font-size: 15px;
	color: #f7941d;
	display: inline-block;
	margin-right: -5px;
}

.product__details__text .rating span {
	display: inline-block;
	color: #3d3d3d;
	margin-left: 5px;
}

.product__details__text h3 {
	color: #0d0d0d;
	font-weight: 600;
	margin-bottom: 16px;
}

.product__details__text h3 span {
	color: #b7b7b7;
	font-size: 20px;
	font-weight: 400;
	margin-left: 10px;
	text-decoration: line-through;
}
.price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.stock {
    text-align: center;
}
.size-btn{
	display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: CAPITALIZE;
    color: #000 !important;
  
    letter-spacing: 2px;
	border-bottom: 1px solid #919191;
}
.size-btn:hover{
	color: red !important;
}
.price h4{
	font-size: 20px;

}
.product__details__text .cart-btn{
	background: #000;
    color: #fff;
	border-radius: 8px; 
}
.product__details__text .primary-btn {
    padding: 10px 20px;
}

.product__details__text .buy-btn:hover{
	background: #000;
    color: #fff;
}
.product__details__text p {
	margin-bottom: 15px;
}

.product__details__option {
	margin-bottom: 30px;
}

.size-chart-btn {font-size: 15px;font-weight: 700;border: 1px solid #e5e5e5;padding: 6px 10px;border-radius: 5px;background: #111111;color: #ffffff;border-color: #111111;letter-spacing: 1px;}
.modal-body img{ border-radius:5px;} 

.product__details__option__size {
	display: inline-block;
	margin-right: 50px;
}

.product__details__option__size span {
	color: #111111;
	display: inline-block;
	margin-right: 10px;
}

.product__details__option__size label {
	color: #111111;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 6px 12px;
	margin-bottom: 0;
	border-radius: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.product__details__option__size label.active {
	background: #111111;
	color: #ffffff;
	border-color: #111111;
}

.product__details__option__size label input {
	position: absolute;
	visibility: hidden;
}


.product__details__cart__option {
	margin-bottom: 25px;
}

.product__details__cart__option .quantity {
	display: inline-block;
	margin-right: 20px; margin-bottom: 15px;
}
.product__details__cart__option button.size-chart-btn {
    margin-right: 160px;
}

.product__details__cart__option .quantity .pro-qty {
	width: 100px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	position: relative;
}

.product__details__cart__option .quantity .pro-qty input {
	color: #0d0d0d;
	font-size: 15px;
	font-weight: 700;
	width: 70px;
	height: 100%;
	text-align: center;
	border: none;
}

.product__details__cart__option .quantity .pro-qty .qtybtn {
	font-size: 18px;
	color: #0d0d0d;
	position: absolute;
	right: 15px;
	top: 3px;
	height: 10px;
	width: 10px;
	cursor: pointer;
	font-weight: 600;
}

.product__details__cart__option .quantity .pro-qty .qtybtn.inc {
	top: 16px;
}


.product__details__tab .nav-tabs {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	 margin-bottom: 10px;
}

.product__details__tab .nav-tabs .nav-item {
	margin-right: 10px;
}

.product__details__tab .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

.product__details__tab .nav-tabs .nav-item .nav-link {
    font-size: 15px;
    color: #000;
    padding: 0;
    border: 1px solid #e9e9e9;
    font-weight: 700;
    padding-bottom: 10px;
    /* border-bottom: 2px solid transparent; */
    PADDING: 10PX;
	border-radius:6px;
}

.product__details__tab .nav-tabs .nav-item .nav-link.active {
	/* border-bottom: 2px solid #e53637; */
	background-color: #000;
	color: #fff;
}

.product__details__tab__content {
	padding-top: 35px;
}

.note {
	color: #111111;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 25px;
}

.product__details__tab__content__item {
	margin-bottom: 30px;
}

.product__details__tab__content__item:last-child {
	margin-bottom: 0;
}

.product__details__tab__content__item h5 {
	color: #111111;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
}

.product__details__tab__content__item p {
	margin-bottom: 0;
}
    /*---------------------
  Shop
-----------------------*/
.shop .product__item__pic {
	height: 420px;
	position: relative;
	border-radius: 8px;
	background-position: center center;
}
	
.shop .product__item__text {
	padding: 15px 0px 0px 0px;
	position: relative;
}

.shop .product__item__text h6 a {
	color: #000;
}

.shop .product__item__text h6 a:hover {

	text-decoration: none;
	color: #424141;
}
.shop .product__item__text h6{
	color:#000;
}
.shop .product__item__text .product-price {
	display: flex;
	align-items: center;
	padding-top: 10px;
}

.shop .product__item__text .product-price span {
	color: #555;
	font-size: 15px;
	margin-right: 15px;
	text-decoration: line-through;
	color: #777777;
}



.product__pagination {
	padding: 10px 0px;
	text-align: center;
}

.product__pagination a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #111111;
	height: 30px;
	width: 30px;
	border: 1px solid transparent;
	border-radius: 4px;
	line-height: 27px;
	text-align: center;
}

.product__pagination a.active {
	border: none;
	background-color: #000;
	color:#fff;
}

.product__pagination a:hover {
	border-color: #111111;
}

.product__pagination span {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #111111;
	padding-left: 10px;
	padding-right: 15px;
}
/*---------------------
 shopping-cart
-----------------------*/
.shopping-cart{
	margin:30px 35px;
}
.shopping__cart__table {
margin-bottom: 30px;
}
.shopping-cart table, tr{
border:1px solid #e4e4e4;
}
.shopping__cart__table table {
width: 100%;
}

.shopping__cart__table table thead {
border-bottom: 1px solid #f2f2f2;
text-align:center;
}
.shopping__cart__table table tbody{
text-align:center;
}
.shopping__cart__table table thead tr th {
color: #111111;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
padding: 10px 10px;
}

.shopping__cart__table table tbody tr {
border-bottom: 1px solid #b4b4b4;
}

.shopping__cart__table table tbody tr td {
padding-bottom: 30px;
padding-top: 30px;
}

.shopping__cart__table table tbody tr td.product__cart__item {
width: 400px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
	float: left;
    width: 90px;
    padding-top: 10px;
}
	
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic img{
	width: 50%;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text {
	overflow: hidden;
	padding-top:15px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h6 {
color: #111111;
font-size: 15px;
font-weight: 600;
margin-bottom: 10px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h5 {
color: #0d0d0d;
font-weight: 700;
}

.shopping__cart__table table tbody tr td.quantity__item {
width: 175px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 {
width: 80px;
margin:0px auto;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 input {
width: 50px;
border: none;
text-align: center;
color: #111111;
font-size: 16px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 .qtybtn {
font-size: 16px;
color: #888888;
width: 10px;
cursor: pointer;
}

.shopping__cart__table table tbody tr td.cart__price {
color: #111111;
font-size: 18px;
font-weight: 700;
width: 140px;
}

.shopping__cart__table table tbody tr td.cart__close i {
font-size: 18px;
color: #111111;
height: 40px;
width: 40px;
background: #f3f2ee;
border-radius: 6px;
line-height: 40px;
text-align: center;
}

.continue__btn.update__btn {
text-align: right;

}

.continue__btn.update__btn a {
color: #ffffff;
background: #111111;
border-color: #111111;
border-radius:6px;
}

.continue__btn.update__btn a i {
margin-right: 5px;
}

.continue__btn a {
color: #111111;
font-size: 14px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
border: 1px solid #e1e1e1;
padding: 14px 35px;
display: inline-block;
border-radius:6px;
}


.cart__total {
background: #f5f5f5;
padding: 35px 40px 40px;
border-radius:10px;
}

.cart__total h6 {
color: #111111;
text-transform: uppercase;
margin-bottom: 12px;
}

.cart__total ul {
margin-bottom: 25px;
}
.cart__total .total {
margin-bottom: 25px;
border-top:1px solid #000;
}
.cart__total ul li {
list-style: none;
font-size: 16px;
color: #444444;
line-height: 40px;
overflow: hidden;
}

.cart__total ul li span {
font-weight: 700;
color: #000;
float: right;
}

.cart__total .primary-btn {
display: block;
padding: 12px 10px;
text-align: center;
letter-spacing: 2px;
background:#000;
color:#ffff;
}

/*---------------------
  Checkout
-----------------------*/
.checkout{
	margin: 20px 0px;
}


.checkout__title {
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.checkout__input {
	margin-bottom: 6px;
}

.checkout__input p {
	color: #111111;
	margin-bottom: 12px;
	font-weight: 700;
}

.checkout__input p span {
	color: #e53637;
}

.checkout__input input {
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	color: #000000;
	padding-left: 20px;
	margin-bottom: 20px;
}

.checkout__input input::-webkit-input-placeholder {
	color: #b7b7b7;
}

.checkout__input input::-moz-placeholder {
	color: #b7b7b7;
}

.checkout__input input:-ms-input-placeholder {
	color: #b7b7b7;
}

.checkout__input input::-ms-input-placeholder {
	color: #b7b7b7;
}

.checkout__input input::placeholder {
	color: #b7b7b7;
}

.checkout__input__checkbox label {
	font-size: 15px;
	color: #0d0d0d;
	position: relative;
	padding-left: 30px;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 16px;
	display: block;
}

.checkout__input__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.checkout__input__checkbox label input:checked~.checkmark {
	border-color: #e53637;
}

.checkout__input__checkbox label input:checked~.checkmark:after {
	opacity: 1;
}

.checkout__input__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 3px;
	height: 14px;
	width: 14px;
	border: 1.5px solid #d7d7d7;
	content: "";
	border-radius: 2px;
}

.checkout__input__checkbox label .checkmark:after {
	position: absolute;
	left: 1px;
	top: -3px;
	width: 14px;
	height: 7px;
	border: solid #e53637;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	content: "";
	opacity: 0;
}

.checkout__input__checkbox p {
	color: #0d0d0d;
	font-size: 14px;
	font-weight: 800;
	
}

.checkout__order {
	background: #f3f2ee;
	padding: 30px;
}

.checkout__order .order__title {
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.checkout__order p {
	color: #444444;
	font-size: 16px;
	line-height: 28px;
}

.checkout__order .site-btn {
	width: 100%;
	margin-top: 8px;
}
.detail-product{
	display: flex;
	align-items: center;
}
.detail-product .product-img{
	width: 50%;
}
.detail-product img {
    width: 80%;
}
.detail-product .product-text a{
	color: red;
	font-size: 14px;
}
.chek-product ul{
	list-style: none;
	padding: 10px 0px;
	margin-bottom: 0px;
	}
	.chek-product ul li{
		padding-bottom: 10px;
	}
.chek-product span {
    float: right;
	font-weight: bold;
}
.chek-product span button{
	color: red;
	background-color: transparent;
	border: none;
	font-weight: bold;
}

.chek-product span button:focus {
	outline: none;
	border: none;
  }
  #inputContainer{
    position: relative;
    margin-top: 15px;
}
#inputContainer input {
    font-size: 14px;
    color: #b7b7b7;
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
}
#inputContainer button {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #111111;
    padding: 0 30px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.chek-product .toatl{
	border-top: 1px solid #e4e4e4;
	margin-top: 30px;
	padding-top: 10px;
}
.method {
    display: flex;
    gap: 40px;
}
.method label {
	color: #999999;
	font-weight: 500;
}
.checkout__total__all li span {
	color: #e53637;
	font-weight: 700;
	float: right;
}
.place-btn {
    text-align: end;
}
.form {
    border: 1px solid #e4e4e4;
    padding: 20px;
}
/*---------------------
  Footer
-----------------------*/

.footer {
	background: #fff;
	padding-top: 70px;
	border-top: 1px solid #e4e4e4;
}
.footer .custom-col {
    flex: 0 0 20%; /* 100% / 5 = 20% */
    max-width: 20%;
   
  }

  /* Mobile view (1 item per row) */
  @media (max-width: 767px) {
	.footer .custom-col {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
.footer__about {
	margin-bottom: 30px;
}

.footer__about .footer__logo {
	margin-bottom: 30px;
}

.footer__about .footer__logo a {
	display: inline-block;
}


.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h6 {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.footer__widget ul li {
	line-height: 36px;
	list-style: none;
}

.footer__widget ul li a {
	color: #767474;
	font-size: 15px;
}

.footer__widget p {
	color: #767474;
}
.footer__newslatter form {
	position: relative;
}
 .footer__newslatter form input {
	width: 100%;
	font-size: 15px;
	color: #3d3d3d;
	background: transparent;
	border: none;
	padding: 15px 0;
	border-bottom: 2px solid #b5b5b5;
}
 .footer__newslatter form input::-webkit-input-placeholder {
	color: #3d3d3d;
}
 .footer__newslatter form input::-moz-placeholder {
	color: #3d3d3d;
}
 .footer__newslatter form input:-ms-input-placeholder {
	color: #3d3d3d;
}
 .footer__newslatter form input::-ms-input-placeholder {
	color: #3d3d3d;
}
 .footer__newslatter form input::placeholder {
	color: #3d3d3d;
}
 .footer__newslatter form button {
	color: #b7b7b7;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 100%;
	background: transparent;
	border: none;
}
.footer__copyright{
	border-top: 1px solid rgb(193 193 202);
}
.footer__copyright__text {

	padding: 8px 0;

}

.footer__copyright__text p {
	color: #767474;
	margin-bottom: 0;
}

.shareArticle {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
	padding: 3px 10px;
  }
  
  .shareSocial {
	display: flex;
	flex-flow: row;
	align-items: center;

  }
  @media (max-width: 767px) {
	.shareSocial {
	  flex-flow: column;
	}
  }
  .shareSocial .socialTitle {
	margin: 0 15px 0 0;
	font-size: 20px;
  }
  @media (max-width: 767px) {
	.shareSocial .socialTitle {
	  margin-bottom: 15px;
	  text-align: center;
	}
  }
  .shareSocial .socialList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	justify-content: center;
	flex-flow: row wrap;
  }
  .shareSocial .socialList li {
	margin: 5px;
  }
  .shareSocial .socialList li:first-child {
	padding-left: 0;
  }
  .shareSocial .socialList li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-decoration: none;
	background-color: #999;
	color: #fff;
	transition: 0.35s;
  }
  .shareSocial .socialList li a i {
	position: absolute;
	top: 50%;
	font-size: 12px;
	left: 50%;
	transform-origin: top left;
	transform: scale(1) translate(-50%, -50%);
	transition: 0.35s;
  }
  .shareSocial .socialList li a:hover i {
	transform: scale(1.5) translate(-50%, -50%);
  }
  .shareSocial .socialList li a{
	background-color: #000;
  }
  
/*---------------------
  Register Form
-----------------------*/

.register-login-section {
	padding: 50px 0px;

}
.register-form form {
    border: 1px solid #e4e4e4;
    padding: 20px;
    border-radius: 5px;
}
.register-form h2,
.login-form h2 {
	color: #252525;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}

.register-form form .group-input,
.login-form form .group-input {
	margin-bottom: 25px;
}

.register-form form .group-input label,
.login-form form .group-input label {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #252525;
	margin-bottom: 13px;
}

.register-form form .group-input input,
.login-form form .group-input input {
	border: 1px solid #ebebeb;
	height: 50px;
	width: 100%;
	padding-left: 20px;
	padding-right: 15px;
}
.reg-btn{
	text-align: center;
}
.register-form form .register-btn,
.register-form form .login-btn,
.login-form form .register-btn,
.login-form form .login-btn {
	width: 30%;
    letter-spacing: 2px;
    /* margin-top: 5px; */
    border-radius: 6px;
}

.register-form .switch-login,
.login-form .switch-login {
	text-align: center;
	margin-top: 22px;
}

.register-form .switch-login .or-login,
.login-form .switch-login .or-login {
	color: #252525;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
}


.register-login-section form {
    border: 1px solid #e4e4e4;
    padding: 20px;
    border-radius: 5px;
}
.login-form .group-input.gi-check {
	margin-bottom: 8px;
}

.login-form .group-input .gi-more {
	overflow: hidden;
}

.login-form .group-input .gi-more label {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
	font-size: 14px;
	color: #6B6B6B;
	float: left;
}

.login-form .group-input .gi-more label input {
	position: absolute;
	visibility: hidden;
}

.login-form .group-input .gi-more label input:checked~span {
	border-color: #6C6C6C;
}

.login-form .group-input .gi-more label input:checked~span:after {
	border-color: #6c6c6c;
}

.login-form .group-input .gi-more label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 13px;
	width: 13px;
	border: 1px solid #6C6C6C;
	border-radius: 2px;
}

.login-form .group-input .gi-more label .checkmark:after {
	left: 2px;
	top: -2px;
	width: 13px;
	height: 6px;
	border: solid #ffffff;
	border-width: 2px 2px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.login-form .group-input .gi-more .forget-pass {
	line-height: 20px;
	font-size: 13px;
	font-weight: 500;
	color: #000;
}
.track-section form{
	border: 1px solid #e4e4e4;
	margin: 30px 0px;
	padding: 20px;
}
.track-section form label{
	font-weight: 500;
}
.track-section form input{
	width:100%;
	padding: 10px;
	border: 1px solid #e4e4e4;
}
/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.categories__text h2 {
		font-size: 26px;
	}
	.header__menu ul li {
		margin-right: 38px;
	}
	
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.product__details__cart__option button.size-chart-btn {
    margin-right: 0px;
} 

	.header__menu ul li {
		margin-right: 10px;
	}
	.header__nav__option a {
		margin-right: 10px;
	}
	.header__nav__option .price {
		margin-left: 0;
	}
	
	.categories__text {
		margin-bottom: 40px;
	}
	.categories__hot__deal {
		margin-bottom: 40px;
	}
	.instagram__text {
		padding-top: 70px;
	}


.product-slide .product-slider img {
    height: 300px;
}
	

}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {

.product__details__text {
    margin-top: 20px;
}

	.hero {
		/* background: #000; */
		background-image: url(../img/zne_7.png);
		background-position: center;
		background-size: cover;
		overflow: hidden;
		border-radius: 20px;
		padding: 105px 0px;
		margin:0px;
		margin-top:100px;
	}
	.hero-product .product__item {
		display: none;
	}
	/* .canvas__open {
		display: block;
		font-size: 22px;
		color: #111111;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #111111;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 39px;
	} */
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
top:0px;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #ffffff;
		padding: 15px 0px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__menu {
		display: none;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 10px 20px;
		margin: 0;
		color: #111111;
        border-bottom: 1px solid #ccc;
        font-size: 18px;
        font-weight: 700;
	}
	.slicknav_nav .slicknav_arrow {
		color: #111111;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav {
		display: block !important;
        border-top: 1px solid #ccc;
	}
	.slicknav_nav form{
		display: none !important;
	}
	.offcanvas__option {
		text-align: center;
		margin-bottom: 30px;
	}
	.offcanvas__links {
		display: inline-block;
		margin-right: 25px;
	}
	.offcanvas__links a {
		color: #111111;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-right: 16px;
		display: inline-block;
		font-weight: 600;
	}
	.offcanvas__links a:last-child {
		margin-right: 0;
	}
	.offcanvas__top__hover {
		display: inline-block;
		position: relative;
	}
	.offcanvas__top__hover:hover ul {
		top: 24px;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas__top__hover span {
		color: #111111;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: inline-block;
		cursor: pointer;
		font-weight: 600;
	}
	.offcanvas__top__hover span i {
		font-size: 20px;
		position: relative;
		top: 3px;
		right: 2px;
	}
	.offcanvas__top__hover ul {
		background: #111111;
		display: inline-block;
		padding: 2px 0;
		position: absolute;
		left: 0;
		top: 44px;
		opacity: 0;
		visibility: hidden;
		z-index: 3;
		-webkit-transition: all, 0.3s;
		-o-transition: all, 0.3s;
		transition: all, 0.3s;
	}
	.offcanvas__top__hover ul li {
		list-style: none;
		font-size: 13px;
		color: #ffffff;
		padding: 2px 15px;
		cursor: pointer;
	}
	.offcanvas__nav__option {
		text-align: center;
		margin-bottom: 0;
        padding: 10px 15px 10px;
	}
.offcanvas__nav__option .search-bar {
    margin: 0;
    padding: 0;
}
	.offcanvas__nav__option a {
		display: inline-block;
		margin-right: 26px;
		position: relative;
	}
	.offcanvas__nav__option a span {
		color: #0d0d0d;
		font-size: 11px;
		position: absolute;
		left: 5px;
		top: 8px;
	}
	.offcanvas__nav__option a:last-child {
		margin-right: 0;
	}
	.offcanvas__nav__option .price {
		font-size: 15px;
		color: #111111;
		font-weight: 700;
		display: inline-block;
		margin-left: -20px;
		position: relative;
		top: 3px;
	}
	.offcanvas__text p {
		color: #111111;
		margin-bottom: 0;
	}

.header__top__left p {
     font-size: 12px;
    padding: 3px 10px;
}
 
.header {
     padding-top: 26px;
}

.header__top {
     margin-top: -26px;
}


	.header .container {
		position: relative;
	}
	.header__menu {
		display: none;
	}
	/* .header__nav__option {
		display: none;
	} */
	.search-model-form input {
		width: 100%;
		font-size: 24px;
	}
	.categories {
		/* background: #000; */
		background-image: url(../img/zne_2.png);
		background-position: center;
		background-size: cover;
		overflow: hidden;
		padding: 75px 0px;
	}


}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.cart__total {
		padding: 35px 30px 40px;
	}
	.hero__items {
		height: auto;
		padding-top: 130px;
		padding-bottom: 40px;
	}
	.hero__text h2 {
		font-size: 36px;
		line-height: 48px;
	}
	.hero__social {
		margin-top: 145px;
	}
	.categories__deal__countdown .categories__deal__countdown__timer {
		margin-left: 0;
	}
	.instagram__pic__item {
		width: 100%;
	}
	.testimonial__text {
		padding: 60px 40px 60px;
	}
	.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
		width: 100%;
	}
	.product__details__pic .nav-tabs .nav-item {
		margin-bottom: 10px;
		width: calc(33.33% - 10px);
	}
	.product__details__last__option h5:before {
		width: 280px;
	}

	.product__details__last__option h5 span {
		font-size: 16px;
	}
	.blog__hero__text h2 {
		font-size: 36px;
	}
	.categories__text h2 {
		font-size: 30px;
		line-height: 55px;
	}
	.categories__text:before {
		height: 250px;
	}
}

/* //header media query */
@media (max-width: 567px) {
    .breadcrumb-option {
        background: #f3f2ee;
        padding: 10px 0;
        margin-top: 90px !important;
    }
}
@media (max-width: 767px) {
	.bottom-header .row{
		display: flex;
   
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
    justify-content: end;
	}
	.bottom-header .row .col-5 {
		max-width:35% !important; 
		order: 1; 
	}  
    .header__nav__option {
        display: block;
    }
.header__logo img {
    width: 100%;
}
.header__nav__option {
    text-align: right;
    padding:  0px;
}
.header__nav__option a {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.canvas__open {
	display: block;
	font-size: 30px;
	color: #111111;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border:none;
	border-radius: 2px;
	cursor: pointer;
	position: absolute;
	right: auto;
	top: 39px;
}
.breadcrumb-option {
	background: #f3f2ee;
	padding: 10px 0;
	margin-top: 68px;
}
.wishlist i{
	display: none;
}
.product {
    padding-top: 13px;
    /* padding-bottom: 60px; */
    background-color: #f5f5f5;
    justify-content:left;
}

/* /////////////// */

.product .custom-col {
	flex: 0 0 100%;
	max-width: 50%;
	/*padding: 0px 10px;*/
  }

  .product .custom-colharandhim {
	flex: 0 0 100%;
	max-width: 50%;
	/* padding: 0px 10px; */
  }
  
  .product__item__text h5 {
	  color: #111111;
	  font-size: 14px;
	  font-weight: 800;
	  margin-bottom: 5px;
	  -webkit-transition: all, 0.3s;
	  -o-transition: all, 0.3s;
	  transition: all, 0.3s;
  }
  .product__item .homeimg {
    height: 172px;
    width: 100%;
}
.product__item .homeimg img{
		border-radius: 10px 10px 0px 0px;
}
  .product__item__text {
	padding: 15px 1px;
	position: relative;
	
	background: #fff;
}

  .product-slide .container-fluid{
	padding: 0px !important;
  }

  .product-slide{
	  margin: 40px 20px;
	 
  } 
  .product-slide .product-slider img {
    min-width: 100%;
    border-radius: 15px;
    height: 210px;  
}
.product-slide .product-slider h3 {
    list-style: none;
    position: absolute;
    padding-left: 0px;
    font-size: 15px;
    font-weight: 900;
    padding-bottom: 0px;
    bottom: 0px;
    text-align: center;
}


  .mobile-product-slide{
	  display: block;
	  margin: 40px 0px;
  }
  .mobile-product-slide .product-item .pi-pic img {
	  min-width: 100%;
	  border-radius: 12px;
	  height: 200px;
  }
  .mobile-product-slide .product-item .pi-pic h3 {
	  list-style: none;
	  position: absolute;
	  padding-left: 0px;
	  font-size: larger;
	  font-weight: 900;
	  padding-bottom: 0%;
	  bottom: 0px;
	  text-align: center;
	  width: 100%;
  }
 .shop .product__item__pic {
    height: 200px;
    position: relative;
    background-position: center center;
}
.product__details__pic .nav-tabs {
    border-bottom: none;
    margin-top: 10px;
    /* justify-content: center; */
    gap: 10px;
}
.login-form form .login-btn {
    width: 100%;
    letter-spacing: 2px;
    /* margin-top: 5px; */
    border-radius: 6px;
}
.register-form form .register-btn{
	width: 100%;
    letter-spacing: 2px;
    /* margin-top: 5px; */
    border-radius: 6px;
}

/*.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
     width: 70px !important;
}*/
	
.shopping-cart {
    margin: 0px; width: 100%;
}
.continue__btn a {
    color: #111111;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    padding: 13px 8px;
    display: inline-block;
    border-radius: 6px;
}
.cart__total{
	margin-top: 20px;
}
.shopping__cart__table {
	margin-top: 30px;
    margin-bottom: 30px;
  }

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text{
	    width: 90px;
}
    .shopping__cart__table table tbody tr td.product__cart__item {
         padding: 15px 5px;
    }
    .shopping__cart__table table tbody tr td.quantity__item {
    width: 100px !important;
}
.shopping__cart__table table tbody tr td.cart__price {
     font-size: 16px;
     width: 120px;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 {
    width: 40px;
 }
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 input {
    width: 40px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h6 {
     font-size: 14px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h5 {
     font-size: 16px;
}






}


@media (max-width: 575px) {
  .product-slide .product-slider img {
    height:190px;
}

}


@media (max-width: 1028px) {
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic img {
    width: 100%;
}
.shopping__cart__table table tbody tr td.product__cart__item {
  
    display: ruby;
}
}
.dashboard{
	margin:20px 0px;
}
.nav-link{
	color:#000;
	font-size:20px;
}
.nav-link:hover{
	color:#000;
}
.nav-link.active {
  background-color: #000 !important; 
  font-weight: bold;
  color: #fff; /* Custom orange color */
}
#accountTabs{
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	width: 100%;
	padding:10px;
	border-radius:6px;
}
#accountTabsContent{
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	width: 100%;
	border-radius:6px;
	padding:20px;
}
.custom-wearing-mean-sec{
	margin:20px 0px;
}
.custom-wearing-mean-img-text {
    text-align: center;
}
.wearing-mean-img img {
    width: 50%;
}
.wearing-mean-texts {
    padding-top: 13px;
}
.wearing-mean-texts p {
    text-transform: uppercase;
    font-family: Nunito Sans;
    font-size: 13px;
    font-weight: 800;
    line-height: 21.82px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #000000;
}

.order-dtail table {
    width: 100%;
    border-collapse: collapse;
}
.order-dtail table td img{
	width: 100px;
	height: 100px;
}
.order-dtail table td{
	width: 33%;
	text-align: center;
	padding: 10px 0px;
}
.order-dtail table td button {
    color: #ffffff;
    background: #111111;
    border-radius: 6px;
    border: none;
    padding: 12px;
}
.order-dtail table td .order-status{
	color:green;
	font-weight: bold;
}
section.order-detail {
    margin: 20px 0px;
}
.deatil-one {
    border: 1px solid #e4e4e4;
    padding: 10px;
	width: 100%;
    margin: 20px 0px;
}

.order p{
	margin: 0px;
}
.order {
    DISPLAY: FLEX;
    align-items: center;
    justify-content: space-between;
}

.progress-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
}

.progress-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.step-circle {
	width: 50px;
	height: 50px;
	background-color: #ddd;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	z-index: 1;
}

.step-circle.active {
	background-color: #4CAF50; /* Green background for active steps */
}
.progress-line {
    height: 5px;
    background-color: #ddd;
    flex-grow: 1;
    position: absolute;
    top: 27%;
    width: 97%;
    left: 4px;
    z-index: 0;
}
.progress-line.active {
	background-color: #4CAF50; /* Green color for active lines */
}

.step-label {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.status-text {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}

.status-text span {
	color: #4CAF50;
	font-weight: bold;
}


/* by add backend developer */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



/*----  Add To Cart toast ----*/
.addtocart_toast {
	visibility: hidden;
	min-width: 290px;
	height: auto;
	margin: auto;
	background-color: rgba(0, 128, 0, 0.8);
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	position: fixed;
	z-index: 9999;
	left: auto;
	right: 15px;
	top: 40px;
	font-size: 14px;
	white-space: nowrap;
  }
  .addtocart_toast .desc {
	color: #ffffff;
	padding: 10px 15px;
	overflow: hidden;
	white-space: nowrap;
  }
  
  .addtocart_toast.show {
	visibility: visible;
	-webkit-animation: fadeInUp 0.5s, fadeInOut 0.5s 2.5s;
	animation: fadeInUp 0.5s, fadeInOut 0.5s 4.5s;
  }


  

  
.checkout__input select {
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	color: #b7b7b7;
	padding-left: 20px;
	margin-bottom: 20px;
}

.checkout__input select::-webkit-input-placeholder {
	color: #b7b7b7;
}

.checkout__input select::-moz-placeholder {
	color: #b7b7b7;
}

.checkout__input select:-ms-input-placeholder {
	color: #b7b7b7;
}

.checkout__input select::-ms-input-placeholder {
	color: #b7b7b7;
}
.checkout__input select::placeholder {color: #b7b7b7;}
.homeimg1 {height: 600px;width: 100%;}
.homeimg {height: 272px;width: 100%;}
.offcanvas-menu-wrapper form#search-form {margin: 0px !important;}
.header__menu form#search-form {margin-bottom: 0px;}

/* priyansh changes css 7nov */
.product-image-slider .product__thumb__pic {display: flex;justify-content: center;align-items: center;}
.product-image-slider .product__thumb__pic img {/* Keep aspect ratio */height: 100px;               /* Set a fixed height */object-fit: cover;           /* Crop images if they don’t match the aspect ratio */}
section.shop {margin-top: 20px;}





.product__details__tab{ margin-bottom:20px; }
.reviews-sec {
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 15px;
    border-radius: 10px;
}
 
.reviews-cont h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
}

.reviews-right h5 {
    font-size: 18px; font-weight: 600;
    margin-bottom: 10px;
}
.reviews-cont p {
    font-size: 18px;
    margin-bottom: 10px;
}
.reviews-right img{ width:100px; margin-bottom:15px; }

.reviews-cont .btn-primary {
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
}

.reviews-cont {
    display: flex; align-items: center; flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.reviews-right p {
    margin-bottom: 10px;
    font-size: 16px;
} 
.reviews-box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.reviews-box h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.reviews-box p {
    font-size: 14px;
    margin-bottom: 10px;
}
.reviews-box:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.form-group.rate {
    padding: 0;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}
.form-group.rate label {
    float: left !important;
    font-size: 25px !important;
}

 

@media (max-width: 767px) {
	.product__item {overflow: hidden;margin-bottom: 20px;background: transparent;border-radius: 10px;padding: 0px 0px 0px 0px;}
	.homeimg {height: 272px;width: 100%;margin-top: -15px;	}
	.homeimg1 {height: 272px;width: 100%;margin-top: -15px;}
	.section-title h2 {padding-left: 0;  font-size: 26px;}
	.size-chart-btn { float: right; font-size: 16px; padding: 7px 20px; } 
    .product__details__option__size{ margin-right:0; } 
    .product__details__cart__option .quantity {margin-right: 0;margin-bottom: 15px;}
	.product__details__pic {padding: 30px 0PX 0px;margin-bottom: 0px;}
	 
 	.reviews-cont h2 { font-size: 20px;}
  	.reviews-cont .btn-primary {padding: 10px 10px;}

 .product__details__cart__option button.size-chart-btn {
    margin-right:0px;
}
  }
 