.breadcrumb {
  margin-bottom: 0px;
  list-style: none;
  border-bottom:1px solid #ee2d31;
  color:#333333;
  font-size:13px;
  font-weight:400;
  background: #f4f1f0;
	padding: 15px 0px;
}
.breadcrumb li:first-child {
  display: inline-block;
  text-decoration:none;
  color:#333333; 
  padding-right: 10px;
}
.breadcrumb li {
  display: inline-block;
  text-decoration:none;
  color:#ee2d31; 
  padding-right: 10px;
}
.breadcrumb li:after {
  content:'>';
	padding-left: 10px;
	font-size: 12px;
	color: #333;
}
.breadcrumb li:last-child {
  display: inline-block;
  text-decoration:none;
  color:#ee2d31; 
  padding-right: 10px;
}
.breadcrumb li:last-child::after {
  content: '';
	color:#333;
}
.breadcrumb li a{
  color:#333;
  font-size:13px;
  text-decoration:none;
}
.breadcrumb li a:hover{
  color:#ee2d31;
  font-size:13px;
  text-decoration:none;
}
.categoryname{
	background: #ecf6fc;
	padding: 12px 0px;
}
.categoryname h1{
	color: #091f62;
	font-size: 40px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}
.midpanel{
	padding: 60px 0px;
}
.midpanel h4{
	font-size: 18px;
	font-weight: 500;
	color: #333;
	padding: 0px;
	margin: 0px;
}
.midpanel h3 span{
	font-size: 13px;
	font-weight: 400;
	color: #333;
}
.count{
	background-color: #d9e6ee;
	border-radius: 5px;
	padding: 1px 6px 0px 6px;
	display: inline-block;
	min-width: 40px;
	text-align: center;
	margin-bottom: 4px;
}
.productname{
	color: #091f62;
	font-size: 18px;
	font-weight: 500;
}
.productname span{
	color: #091f62;
	font-size: 14px;
	font-weight: 400;
}
.brandname{
	color: #091f62;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 8px;
}
.minus, .plus{
	width:25px;
	height:34px;
	background:#f4fafd;
	border-radius:4px;
	padding:2px 5px 8px 5px;
	border:1px solid #ed080f;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	color: #ed080f !important;
}
.number input{
	height:34px;
	width: 38px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	border:1px solid #b5d0de;
	border-radius:3px;
	display: inline-block;
	vertical-align: middle;
	color: #091f62;
}
.wishlist{
	position: absolute;
	right: 27px;
	top: 10px;
	z-index: 9999;
}
.wishlist a i{
	text-decoration: none;
	color: #cfdbe2;
	transition: 0.3s;
	font-size: 15px;
}
.wishlist a i:hover{
	text-decoration: none;
	color: #ed080f;
}
.wishlistactive{
	text-decoration: none;
	color: #ed080f;
}
.productsname{
	padding: 0px 0px 12px 0px;
}
.productsname h1{
	color: #333;
	font-size: 35px;
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.productsname h2{
	color: #ed080f;
	font-size: 35px;
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.productsname h3{
	color: #ed080f;
	font-size: 20px;
	font-weight: 500;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.wishlist2{
	z-index: 9999;
}
.wishlist2 a i{
	text-decoration: none;
	color: #cfdbe2;
	transition: 0.3s;
	font-size: 15px;
}
.wishlist2 a i:hover{
	text-decoration: none;
	color: #ed080f;
}
.wishlist2active{
	text-decoration: none;
	color: #ed080f;
}
.productinfo{
	background-color: #f2ffef;
	padding: 12px;
	border-radius: 8px;
}
.productinfo h4{
	font-size: 14px;
	font-weight: 600;
	color: #ed080f;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.productinfo ul{
	padding: 0px 0px 0px 17px;
}
.productinfo li{
	list-style: disc;
	padding: 0px 0px 4px 0px;
}
.cartboxn{
	border: 1px solid #b5d0de;
	border-radius: 12px;
	background-color: #fff;
	padding: 15px;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 30px;
}
.cartimg{
	width: 100%;
	height: 160px;
	padding: 6px;
}
.cartimg img{
	width: 100%;
	height: 150px;
	object-fit: cover;
    object-position: 50% 50%;
}
.cartboxn h2{
	color: #091f62;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
}
.delete{
	position: absolute;
	right: 15px;
	top: 0px;
	color: red;
}
.orderbox{
	background-color: #f4fafd;
	border-radius: 12px;
	border: 1px solid #e3f0f7;
	color: #000;
	font-size: 14px;
	padding: 16px;
	margin-bottom: 30px;
}
.orderbox h4{
	font-weight: 600;
	color: #000;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
.couponhead{
	background-color: #ef420d;
	border-radius: 6px 0px 0px 6px;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	height: 45px;
	vertical-align: middle;
	padding-top: 8px;
	padding-left: 10px;
}
.couponfield{
	border-top: 1px dashed #ef420d;
	border-bottom: 1px dashed #ef420d;
	border-left: 0px dashed #ef420d;
	border-right: 0px dashed #ef420d;
	color: #000;
	font-size: 13px;
	background-color: #fff;
	padding: 7px;
	height: 45px;
}
.couponfield:focus{
	outline: none;
}
.apply{
	background-color: #091f62;
	border-radius: 0px 6px 6px 0px;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	height: 45px;
	vertical-align: middle;
	padding-top: 0px;
	padding-left: 0px;
	display: inline-block;
	width: 100%;
}
.helpbox{
	background-color: #fdfcf4;
	border-radius: 12px;
	border: 1px solid #f1edd1;
	color: #000;
	font-size: 14px;
	padding: 16px;
}
.helpbox h4{
	font-weight: 600;
	color: #000;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
.contactinfo{
	
}
.contactinfo span{
	font-size: 18px;
	font-weight: 600;
}
.contactinfo span a{
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}
.loginbox{
	background: rgb(237,8,12);
background: -webkit-linear-gradient(34deg, rgba(237,8,12,1) 0%, rgba(242,86,59,1) 100%);
background: -o-linear-gradient(34deg, rgba(237,8,12,1) 0%, rgba(242,86,59,1) 100%);
background: linear-gradient(124deg, rgba(237,8,12,1) 0%, rgba(242,86,59,1) 100%);
	border-radius: 12px;
	padding: 16px 19px;
	color: #fff;
	font-size: 13px;
}
.loginbox h2{
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.loginbox a{
	color: #fff;
	text-decoration: underline;
}
.guestbox{
	background: #FDFDFD;
	border: 1px solid #ECECEC;
	border-radius: 12px;
	padding: 16px 19px;
	color: #000;
	font-size: 13px;
}
.guestbox h2{
	color: #000;
	font-size: 23px;
	font-weight: 600;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.productframe{
	background-color: #fff;
	border: 1px solid #d7d7d7;
	padding: 15px;
	width: 100%;
	height: 350px;
}
.productframe img{
	width: 100%;
	height: 330px;
	object-fit: cover;
    object-position: 50% 50%;
}
.productdetinfo{
	font-size: 13px;
	color: #000;
	line-height: 16px;
	font-weight: 400;
}
.productdetinfo h5{
	font-size: 16px;
	color: #000;
	line-height: 18px;
	font-weight: 600;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.productdetinfo ul{
	padding: 0px;
	margin: 0px 0px 0px 17px;
}
.productdetinfo li{
	list-style: disc;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}
.kgbox{
	color: #ed080f;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	background-color: #fdf6f4;
	padding: 15px 10px;
	width: 100%;
	border-radius: 12px;
	margin-bottom: 25px;
}
.recipebg2{
	background: #fdf6f4;
	background-size: cover;
	padding: 60px 0px 80px 0px;
}
.recipestab{
	color: #333333;
	font-size: 13px;
	font-weight: 500;
}
.recipestab ul{
	padding: 0px;
	margin: 0px;
}
.recipestab li{
	padding: 0px;
	margin: 0px 0px 30px 0px;
	display: inline-block;
}
.recipestab li a{
	color: #ed080f;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 16px;
	margin: 0px 8px 0px 0px;
	border-radius: 5px;
	background-color: #fdf6f4;
	transition: 0.4s;
}
.recipestab li a:hover{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 16px;
	margin: 0px 8px 0px 0px;
	border-radius: 5px;
	background-color: #ed080f;
}
.recipestab li a:focus{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 16px;
	margin: 0px 8px 0px 0px;
	border-radius: 5px;
	background-color: #ed080f;
}
.recipestabactive{
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 16px;
	margin: 0px 8px 0px 0px;
	border-radius: 5px;
	background-color: #ed080f !important;
}
.recipebox4 {
	background: #fff;
	position: relative;
	margin-bottom: 30px;
}
.recimgbox4 {
	background: #fff;
	position: relative;
	margin-bottom: 30px;
}
.recimgboximg4 {
	border-radius: 10px;
    background: url(../img/noimage.png) no-repeat center center #f5f5f5;
    width: 100%;
    height: 295px;
    overflow: hidden;
	margin-bottom: 30px;
}
.recimgboximg4 img {
	width: 100%;
	height: 295px;
	border-radius: 10px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	object-fit: cover;
	object-position: 50% 50%;
}
.recimgbox4 a:hover img  {
    transform: scale(1.1);
}
.recimgboxshade4 {
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(6%, rgba(0,0,0,0)), color-stop(7%, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	width: 100%;
	padding: 30px 20px 12px 20px;
	position: absolute;
	bottom: 28px;
	border-radius: 0px 0px 10px 10px;
	z-index: 9;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	font-weight: 400;
}
.recimgboxshade4 h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 7px;
}
.recimgboxshade4 h3 a {
	color: #fff;
	text-decoration: none;
}
.innercollage img{
    position: relative;
    height: 400px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.aboutcont{
	font-size: 14px;
	color: #000;
	line-height: 23px;
	font-weight: 400;
}
.aboutcont span{
	font-size: 14px;
	color: #ed080f;
	line-height: 23px;
	font-weight: 400;
	font-style: italic;
}


@media screen and (min-width : 1920px) {
}

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


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

}

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

}

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

}

@media screen and (max-width : 375px) {
}

@media screen and (max-width : 320px) {
}

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

}

@media screen and (max-width : 767px) {
.innercollage img{
    height: 200px;
}	
}

@media screen and (max-width : 480px) {
}






