#no-bill {
	background: url('../../no-bill.png') no-repeat;
	height: 150px;
	margin: 0 auto;
	width: 100px;
}

#no-bill span {
	position: absolute;
	bottom: 0;
	width: 100px;
	text-align: center;
}

.m-0-auto {
	margin: 0 auto;
}

#wallet p,
#wallet h3 {
	text-align: center;
}

.border-2 {
	border-bottom: 2px solid #c29958;
}

.table-responsive {
	display: table !important;
}

div#product_description p {
	line-height: 0.9 !important;
	-webkit-transition: height 6s ease;
	-moz-transition: height 6s ease;
	-ms-transition: height 6s ease;
	-o-transition: height 6s ease;
	transition: height 6s ease;
}

div#product_description p span {
	line-height: 1.7 !important;
	-webkit-transition: height 6s ease;
	-moz-transition: height 6s ease;
	-ms-transition: height 6s ease;
	-o-transition: height 6s ease;
	transition: height 6s ease;
}

.hideContent {
	height: 100px;
	overflow: hidden;
}

.showContent {
	line-height: 1em;
	height: auto;
}

.color_attribute {
	border-radius: 50% !important;
	width: 35px;
	height: 35px;
	padding: 0 !important;
}




.home-cat-seccton{
	padding: 0px 100px 0px 100px;
}
.section-space {
	margin-bottom: 30px !important;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space {
	  margin-bottom: 10px !important;
	}
	.home-cat-seccton{
		padding: 0px 20px 0px 20px !important;
	}
  }
  @media only screen and (max-width: 767px) {
	.section-space {
	  margin-bottom: 10px !important;
	}
	.home-cat-seccton{
		padding: 0px 20px 0px 20px !important;
	}
  }
  .section-space--half {
	margin-bottom: 50px !important;
  }
  .section-space--30 {
	margin-bottom: 30px !important;
  }
  .section-space--inner {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
  }
  @media only screen and (max-width: 767px) {
	.section-space--inner {
	  padding-top: 70px !important;
	  padding-bottom: 70px !important;
	}
	.home-cat-seccton{
		padding: 0px 20px 0px 20px !important;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--inner {
	  padding-top: 80px !important;
	  padding-bottom: 80px !important;
	}
	.home-cat-seccton{
		padding: 0px 20px 0px 20px !important;
	}
  }
  .section-space--inner-top {
	padding-top: 100px !important;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--inner-top {
	  padding-top: 80px !important;
	}
	.home-cat-seccton{
		padding: 0px 20px 0px 20px !important;
	}
  }
  @media only screen and (max-width: 767px) {
	.section-space--inner-top {
	  padding-top: 70px !important;
	}
  }
  .section-space--inner-bottom {
	padding-bottom: 100px !important;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--inner-bottom {
	  padding-bottom: 80px !important;
	}
  }
  @media only screen and (max-width: 767px) {
	.section-space--inner-bottom {
	  padding-bottom: 70px !important;
	}
  }

/*=====  End of button  ======*/
/*=============================================
=            category            =
=============================================*/
.category-wrapper {
	margin-bottom: -20px;
  }
  .category-wrapper--style2 {
	margin-bottom: -30px;
  }
  
  .single-category-item {
	position: relative;
	margin-bottom: 20px;
  }
  .single-category-item--style2 {
	margin-bottom: 30px;
  }
  .single-category-item__image a {
	display: block;
	width: 100%;
  }
  .single-category-item__image a img {
	width: 100%;
  }
  .single-category-item__image a:hover img {
	opacity: 0.85;
  }
  .single-category-item__content {
	position: absolute;
	left: 30px;
	top: 38px;
  }
  .single-category-item__content--style2 {
	left: 50px;
	top: 50px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-category-item__content--style2 {
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  left: 15px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-category-item__content--style2 {
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  left: 30px;
	}
  }
  @media only screen and (max-width: 767px) {
	.single-category-item__content--style2 {
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  left: 30px;
	}
  }
  @media only screen and (max-width: 479px) {
	.single-category-item__content--style2 {
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  left: 30px;
	}
  }
  .single-category-item__content--style2 .title-light {
	font-size: 18px;
	color: #292929;
	font-weight: 300;
	line-height: 23px;
  }
  .single-category-item__content--style2 .title {
	margin-bottom: 20px;
  }
  .single-category-item__content .title {
	font-size: 18px;
	line-height: 18px;
  }
  .single-category-item__content a {
	font-size: 12px;
	color: #707070;
	line-height: 1;
	display: inline-block;
  }
  .single-category-item__content a:hover {
	color: #ee3333;
  }
  .single-category-item__content a i {
	font-size: 14px;
	color: #ee3333;
	display: inline-block;
	margin-left: 5px;
  }
  
  .masonry-category-layout--style2 .grid-item2 {
	-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 20% !important;
			flex: 0 0 20% !important;
	max-width: 20%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.masonry-category-layout--style2 .grid-item2 {
	  -webkit-box-flex: 0 !important;
		  -ms-flex: 0 0 50% !important;
			  flex: 0 0 50% !important;
	  max-width: 50%;
	}
  }
  @media only screen and (max-width: 767px) {
	.masonry-category-layout--style2 .grid-item2 {
	  -webkit-box-flex: 0 !important;
		  -ms-flex: 0 0 100% !important;
			  flex: 0 0 100% !important;
	  max-width: 100%;
	}
  }
  .masonry-category-layout--style2 .grid-item2--width2 {
	-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 40% !important;
			flex: 0 0 40% !important;
	max-width: 40%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.masonry-category-layout--style2 .grid-item2--width2 {
	  -webkit-box-flex: 0 !important;
		  -ms-flex: 0 0 50% !important;
			  flex: 0 0 50% !important;
	  max-width: 50%;
	}
  }
  @media only screen and (max-width: 767px) {
	.masonry-category-layout--style2 .grid-item2--width2 {
	  -webkit-box-flex: 0 !important;
		  -ms-flex: 0 0 100% !important;
			  flex: 0 0 100% !important;
	  max-width: 100%;
	}
  }
  
  /*=====  End of category  ======*/