@charset "utf-8";
/* CSS Document */

/* --------- reviews ------ */

:root { --star-size: 25px; --star-color: #d1cccc; --star-background: #fc0; } .Stars { --percent: calc(var(--rating) / 5 * 100%); display: inline-block; font-size: var(--star-size); font-family: Times; line-height: 1; } .Stars::before { content: "★★★★★"; letter-spacing: 3px; background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .review-container{ background-color: #fff; padding: 30px 0; } .review-wrapper{ padding: 10px; border-radius: 10px; border: 1px solid #d1cccc; margin: 5px 0; } .review-description{ font-size: 14px; margin-bottom: 0; font-weight: bold; margin-bottom: 5px; } .review-stars-wrapper{ display: flex; justify-content: space-between; align-items: center; } .review-stars-wrapper span{ font-size: 12px; color: #199100; } .review-seprator{ width: 80%; height: 3px; margin: 10px auto; border-radius: 10px; background-color: #106d0f; } .review-product-details span{ font-size: 12px; font-weight: bold; } .review-product-details .product-heading{ color: #d43f3a; } .review-product-details .product-name{ } .review-product-details .product-reviewer{ margin-top: 5px; color: #d43f3a; display: block; } .review{ page-break-inside: avoid; break-inside: avoid; overflow: hidden; } .review-main-wrapper{ width: 100%; column-count: 4; column-fill: balance; } .review-container h2{ text-align: center; font-weight: bold; font-size: 2.6rem; margin-bottom: 0; } .review-container .sub-heading{ display: flex; justify-content: center; font-size: 1.6rem; font-weight: bold; margin: 2rem 0; } .review-container .sub-heading span{ } .view-all-prd.wrapper{ margin: 2rem 0; text-align: center; width: 100%;} @media only screen and (max-width: 767px){ :root { --star-size: 16px; } .review-main-wrapper{ column-count: 2; } .review-stars-wrapper{ flex-direction: column; align-items: flex-start; } .review-stars-wrapper span{ padding-left: 18px; } }
@media (max-width: 760px){.review-container .container{margin-top: 0;}}
/* --------- /reviews ------ */

/* --------- search box ------ */
#search{
z-index: 1;
}
#search .searchicon{
    right: 0px;
    top: 20px;
	height: 34px;
    width: 34px;
	background-color: #e87325;
	background-image: url("/catalog/view/javascript/css/images/search.png");
	background-position: center;
	opacity: 1;
	background-size: 22px;
    border: 1px solid #e87325;
	border-radius: 0 4px 4px 0;
}
#search #display{
	margin-top: 36px;
    margin-top: 36px !important;
    z-index: 100;
}
#search #display ul{
padding: 10px !important;
	border-radius: 4px !important;
	background-color: #fff;
}
#search #display ul li{
	list-style: none;
}
#search #display ul li a{
display: block;
	padding: 5px;
	text-decoration: none;
}
#display_mob ul li a:before,
#search #display ul li a:before{
	padding-right: 10px;
	font-family: 'FontAwesome';
content: "\f002";
}
/* --------- search box ------ */
/* --------- search box mobile ------ */
#topsearch_mob{
    height: 40px;
    max-width: 400px;
    width: calc(400px - 20%);
	padding: 10px;
}
#display_mob{
	width: calc(100% - 20%);
    padding: 5px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
#display_mob ul li a{
	color: #337ab7;
	padding-bottom: 10px;
	position: relative;
	
}
#display_mob ul li a:after{
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 20px);
	height: 1px;
	background-color: rgba(0, 0, 0, .2);
	content: '';
}
/* --------- search box mobile------ */
/* --------- product category tag ------ */
.position-relative{
	position: relative;
}
.product-tag-1{
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 2px 5px;
	font-size: 14px;
	color: var(--text-color);
	background-color: var(--bg-color);
	border-radius: 0 4px 4px 0;
	display: block;
	z-index: 1;
}
.product-tag-1:before{
	position: absolute;
    top: 0;
    left: -14px;
    height: 100%;
	display: block;
	border-left: 14px solid transparent;
    border-top: 11px solid var(--bg-color);
    border-bottom: 11px solid var(--bg-color);
	content: '';
}
@media only screen and (max-width: 767px){
	.product-tag-1{
		top: 6px;
		right: 6px;
		font-size: 12px;
		padding: 1px 4px;
	}
	.product-tag-1:before{
		border-top-width: 9px;
		border-bottom-width: 9px;
	}
}
/* --------- /product category tag ------ */

/* --------- product rating tag ------ */
.rating-on-product{
	position: absolute;
	bottom: 14px;
	left: 14px;
	background-color: rgba(255, 255, 255, .81);
	border-radius: 10px;
	font-size: 14px;
	padding: 2px 5px;
}
.rating-on-product .product-rating{
	font-weight: bold;
	 color: #000000;
}
.rating-on-product .product-reviews{
    font-weight: bold;
    color: #000000;
	padding-left: 4px;
}
.rating-on-product .fa{
	font-size: 10px;
	color: #fc0;
	padding-right: 4px;
}
@media only screen and (max-width: 767px){
	.rating-on-product{
		bottom: 6px;
		left: 6px;
		font-size: 10px;
	}
	
	.rating-on-product .fa{
		font-size: 8px;
	}
}
/* --------- /product rating tag ------ */

@media only screen and (max-width: 767px){
	.product-tag-1{
		top: 8px;
		right: 8px;
		font-size: 12px;
		padding: 1px 4px;
	}
	.product-tag-1:before{
		border-top-width: 9px;
		border-bottom-width: 9px;
	}
}
/* --------- /product category tag ------ */

/* --------- product price discount ------ */
.product-price-wrapper{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.product-price-wrapper.pp-price{
	justify-content: start;
}
.product-price-wrapper .price-container{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.product-price-wrapper .discounted-price{
	font-size: 14px;
    color: #999;
    text-decoration: line-through;
	margin-left: 2px;
    margin-right: 3px;
}

.product-price-wrapper.pp-price .discounted-price{
	margin-right: 10px;
}

.product-price-wrapper .discount-percentage{
	background-color: #c1e4ce;
    color: #4e8162;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 4px;
    align-self: center;
}
.product-price-wrapper .discount-percentage.perc{
	font-size: 18px;
}
@media only screen and (max-width: 767px){
	
	.product-price-wrapper .product-list-price{
		font-size: 14px;
	}
	
	.product-price-wrapper .discounted-price:not(.spec){
		font-size: 12px;
	}
	
	.product-price-wrapper .discount-percentage:not(.perc){
		font-size: 13px;
		padding: 0 4px;
	}
}
/* --------- /product price discount ------ */

.topcatnbrhding{padding:7px 7px 4px 7px; text-align:center; color:black; font-size:18px;}
.ctpleft{width:62% !important; padding:0px;}
.ctpright{width:38% !important; padding:0px;}
.catbigbnr{overflow:hidden;border-radius:5px; padding-left:1%;}
.catbigbnr a img{width:100%; }
.ctpding{padding:1% !important; padding-top:0px !important; }
ul.banner-footer {
    overflow: hidden;
    margin-bottom: 5px;
}
ul.banner-footer li:first-child {
    margin-left: 0;
}
ul.banner-footer li {
    overflow: hidden;
}

ul.banner-footer li {
    position: relative;
    float: left;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.banner-footer-outer .banner-content {
    position: relative;
    text-align: center;
    cursor: pointer;
}
ul.banner-footer li .banner-content {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	border-radius:5px;
}
ul.banner-footer li img {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

ul.banner-footer li img, .category-image img {
    position: relative;
    /* z-index: -1; */
}
ul.banner-footer li img {
    width: 100%;
}
.checkbox label, .radio label{font-weight:bold;}
.col-md-6 label{margin-top:10px;}
.check-btn{float:right;    display: table;    margin-top: 15px;}
.guest-chk{margin-top:15px; display:table; width:100%;}
.social-login{margin-top:5%; display: table;width: 100%;}
.ShippingTimeSlot{padding:6px;}
.margintop20{margin-top:20px;}
.btn-cart{padding: 15px;  width: 300px;    font-size: 15px;text-transform: uppercase;}
/***.container{margin-top:116px;} Edit Start 9-4-2021 Vikas***/
.editor-content{padding:0 15px;}

/**Edit End**/
.img-thumbnail{width:100px;}
.btn-success{background-color:#106d0f;}
.home-cat-box{ margin:0 auto; margin-top:20px; display:table; width:100%;}
.giftBlocks{width: 100%;
    margin: 20px 0 20px;
    text-align: center;
    padding: 0;}
.giftBlocks span{width:100%; display:table; margin-top:10px;}
	.giftBlocks span a{text-decoration:none; color:#333; font-size:14px; width:100%;}
.desk-head-cat-item-box1 {
    width: 20%;
    float: left;
}

.desk-head-cat-item1 {
    border: 0px;
    margin: 5px;
}
.desk-head-cat-item-inner {
    overflow: hidden;
    position: relative;
}
.desk-head-cat-item-inner img:hover {
    transform: scale(1.05);
    transition-duration: .5s;
}
.desk-cat-dec {
    position: absolute;
    width: 100%;
	text-align:center;
    color: #ffffff;
    font-size: 30px;
    display: block;
    top: 40%;
    padding: 0 15px 0 15px;
    margin: 0 auto;
}
.desk-cat-dec:before{
    content: "";
    height: 1px;
    display: block;
    background: #f7cfaa;
    margin: -5px auto auto auto;
    width: 90%;}
	.desk-cat-dec:after{
        content: "";
    height: 1px;
    display: block;
    background: #ffffff;
    margin: 0px auto auto auto;
    width: 90%;}
.desk-head-cat-item-inner img {
    width: 100%;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;

}
.home-slide-top{margin-top:112px;}
span.text-green{color:green; font-weight:bold;}
table tr td{padding:5px;}
table tr th{padding:5px; text-align:center;}
table.tablectnt {	border: 1px solid #ccc;	text-align: center;	margin-top: 20px; margin-bottom: 20px;	 width:100%;}
table.tablectnt tr:nth-of-type(even) {	background-color:#d7f0d4;}
table.tablectnt tr td a {color: #B52234;text-decoration: none;}

table.tablectnt60 {	border: 1px solid #ccc;	text-align: center;	margin-top: 20px; margin-bottom: 20px;	 width:60%;}
table.tablectnt60 tr:nth-of-type(even) {	background-color:#d7f0d4;}
table.tablectnt60 tr td a {color: #B52234;text-decoration: none;}

table.tablectnt75 {	border: 1px solid #ccc;	text-align: center;	margin-top: 20px; margin-bottom: 20px;	 width:75%;}
table.tablectnt75 tr:nth-of-type(even) {	background-color: #d7f0d4;}
table.tablectnt75 tr td a {color: #B52234;text-decoration: none;}

input.coupon{border:1px solid #ccc; width:100%; height:45px;height: 35px;border-radius: 2px;}
.coupon{padding:10px;}
@font-face {    font-family: choco-font;    src: url(fonts/Lato-Regular.ttf);}
.error{color:#F00; font-size:12px;}
.couponbtn{padding: 5px 8px;    background: #fff;    color: #526cd0;    border: 1px solid #526cd0; margin-top:5px;}
.green-text{color:#093;}
span.error1{color:#F00; font-size:12px; padding:0px; margin:0px; padding-left:5px;}
.has-error { border-color: #a94442 !important; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}
.has-error:focus{    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;}
body{font-family:choco-font;}
.containerhw{margin-top:60px; margin-bottom:90px;}
.containerhwlogin{margin-top:60px; padding-bottom:90px;  background-color:#fcf9d6;}
.padding5 {	padding: 5px;}
.headertopshadow {	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);}
.pbottom15{padding-bottom:15px;}
.padding10 {padding: 10px;}
.footerhelp {padding-top: 10px;}
.marginbtm20 {	margin-bottom: 20px;}
.margintop5 {	margin-top: 0px;}
.margintop20 {	margin-top: 20px;}
.margintop30 {	margin-top: 30px;}
.margintop10 {	margin-top: 10px;}
.paddingtop10 {	padding-top: 10px;}
.paddingtop5 {	padding-top: 5px;}
.marginbtm5 {	margin-bottom: 5px;}
#msform {	margin: 0px auto;	text-align: center;	position: relative;	margin-top: 10px;}
#progressbar {	margin-bottom: 0px;	overflow: hidden;	counter-reset: step;}
#progressbar li {	list-style-type: none;	color: #666;	font-size: 12px;	width: 25%;	float: left;	position: relative;}
#progressbar li:before {	content: counter(step);	counter-increment: step;	width: 20px;	line-height: 20px;	display: block;	font-size: 10px;	color: #333;	background: white;	border-radius: 3px;	margin: 0 auto 5px auto;	border: 1px solid #CCC;}
#progressbar li:after {	content: '';	width: 100%;	height: 1px;	background: #CCC;	position: absolute;	left: -50%;	top: 9px;	z-index: -1; }
#progressbar li:first-child:after {	content: none;}
#progressbar li.active:before, #progressbar li.active:after {	background: #27AE60;	color: white;}
.checkoutright {		padding-left: 0px;	padding-top: 30px;}
.checkoutleft { 	border-right: dashed 1px #CCC;	padding: 10px;	padding-top: 30px;	padding-right: 0px;padding-left:0px; min-height:400px;}
.headingcheckout {	border-bottom: dashed 1px #CCC;	color: #666;	padding: 5px;	text-transform: uppercase;}
.checkout-sign-in-container {	border-left: 1px solid #CCC;	border-bottom: 1px solid #CCC;	padding: 10px;	padding-top:40px;}
.addr-form{padding:0px; margin:0px;}
.addr-form .addr-row{	margin-top:20px;	}
.addr-form input{border-radius:1px; border:1px solid #d5d6d9;  padding:5px; font-size:12px; color:#666; height:40px; width:100%; padding-left:10px}
.addr-form label{padding:0px;  padding-left:2px; padding-right:2px; font-size:12px; color:#999; position:absolute; background-color:white;margin-left:10px; font-weight:normal; top:-7px; }
.addr-form select{border-radius:1px; border:1px solid #d5d6d9;  padding:5px; font-size:13px; color:#666; height:40px; width:100%;  background-color:white;}
.addr-form textarea{border-radius:1px; border:1px solid #d5d6d9;  padding:10px; font-size:12px; color:#666; width:100%; display:block;}
.addr-form label.namelabel{top:-7px;}
.addr-form label.mobilelabel{top:12px;}
.addr-form .left {width:45%; float:left;}
.addr-form .right {width:45%;}
.addr-form label.mobilelabel{top:-7px;}
.addr-form label.altmobilelabel{top:-7px;}
/* .addr-form label.addresstypelelabel{top:-6px;}
/*.addr-form label.addresslelabel{top:-7px;} */
.addr-form label.citylabel{top:-7px;}
.addr-form label.pincodelabel{top:-7px;}
.btn-checkot{padding:15px; width:100%; text-transform:uppercase;}
.gray{color:#CCC;}
.checkout-cart{padding:10px; width:100%;}
.checkout-cart img {width:105px;}
.checkout-cart p.product-name{color:#999; font-size:11px; text-align:right; padding:0px; margin:0px;}
.checkout-cart p.product-details{color:#CCC; font-size:11px; text-align:right; padding:0px; margin:0px;}
.checkout-cart p.product-price{color:#CCC; font-size:11px; text-align:right; padding:0px; margin:0px;}
.checkout-cart .removebtm{color:#36F; font-size:10px; text-align:right; padding:0px; margin:0px; border:0px; padding-top:5px; text-decoration:underline; vertical-align:bottom; text-align:right; float:right; }
.checkout-cart .removebtm:hover{background:none;  color:#069;}
hr.checkoutheding { border:0px; border-bottom: dashed 1px #CCC; margin-top:10px; margin-bottom:5px; }
/*--------- Delivery Address -----------*/
.deliveryaddress{padding:0px; margin-top:30px;}
.deliveryaddress p.deleveryname{color:#333; font-size:15px; padding:0px; margin:0px;}
.deliveryaddress p.deleveryaddress{color:#999; font-size:13px; padding:0px; margin:0px;}
.btn-deliveryaddress{padding:5px; width:100%; font-size:13px; margin-top:5px; margin-bottom:5px; background:-webkit-linear-gradient(top,#f7dfa5,#f0c14b); border-color:#cba957 #bf942a #aa8326;}
.btn-deliveryaddress:hover{background:-webkit-linear-gradient(top,#f5d78e,#eeb933);}
.btn-editaddress{padding:3px; width:100%; margin-top:5px; font-size:13px; background:#F7F7F7; border-color:#CCCCCC;}
.btn-editaddress:hover{padding:3px; width:100%; margin-top:5px; font-size:13px; background:#EEEEEE; border-color:#CCCCCC;}
.btn-deleteaddress{padding:3px; width:100%; margin-top:5px; font-size:13px; background:#F7F7F7; border-color:#CCCCCC;}
.btn-deleteaddress:hover{padding:3px; width:100%; margin-top:5px; font-size:13px; background:#EEEEEE; border-color:#CCCCCC;}
.addnewaddrea{width:100%; height:150px; border:1px dashed #CCC; margin-top:30px; text-align:center; cursor:pointer;}
.addnewaddrea:hover{border:1px dashed #c9302c;}
i.addnew{ background-color: white; border-radius: 50%; border: 1px solid grey; padding:10px; margin-top:45px;}
/*--------- Shipping Address -----------*/
.addr-form label.shipping1{top:12px;}
.addr-form input[type=radio].radio{height:10px; width:20px; border:1px solid; margin:0px; padding:0px;}
span.black{color:black; font-weight:bold;}
label.shippinglabel {  width: 100%;  border-radius: 3px;  border: 1px solid #D1D3D4;  margin-left:0px;  color:#000;}
input.radio:empty {	left: -999px; position:relative;}
input.radio:empty ~ label {	position: relative;	float: left;	line-height: 45px;	padding-top:0px;	padding-left:45px;	cursor: pointer;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	margin:0px;box-sizing: border-box;}
input.radio:empty ~ label:before { content:'\2714';	position: absolute;	display: block;	top: -1px;	bottom: 0;	left: 0;	text-indent:0.9em;	width: 2.5em;	background:rgba(248, 248, 248, 0);	border-radius: 3px 0 0 3px;     border-right: 1px solid #ccc;}
input.radio:hover:not(:checked) ~ label:before {	content:'\2714';	text-indent: .9em;	color: #C2C2C2;}
input.radio:hover:not(:checked) ~ label {	color: #888;}
input.radio:checked ~ label:before {	content:'\2714';	text-indent: .9em;	color: white;	background-color: #4DCB6D;}
input.radio:checked ~ label {	color: #063;	font-weight:bold;}
input.radio:focus ~ label:before {	box-shadow: 0 0 0 1px #999;}
.addr-form label.occassionlelabel{top:-7px;}
.addr-form label.msgcakelabel{top:-7px;}
.addr-form label.msgoncardlabel{top:-7px;}
.addr-form label.addcmtlabel{top:-7px;}
.addr-form label.shippingtimelabel{top:145px;}
.addressright{padding:10px; margin-top:0px;}
.addressright > p.deleveryname{color:#333; font-size:15px; padding:0px; margin:0px;}
.addressright > p.deleveryaddress{color:#999; font-size:12px; padding:0px; margin:0px;}
.addressright > p.deleveryaddress{color:#999; font-size:12px; padding:0px; margin:0px;}
.addressright > p.changesaddress{color:#36F; font-size:14px; padding:0px; margin:0px; margin-top:10px; text-decoration:underline; font-weight:bold; cursor:pointer;}
.addr-form select.shippingtimelabel{border-radius:1px; border:1px solid #d5d6d9;  padding:5px; font-size:13px; color:#666; height:35px; width:100%; margin-top:12px;}
.addr-form label.senderlabel{top:-8px;}
.addr-form label.sendercitylabel{top:-8px;}
/*--------- login -----------*/
.loginborder{border:1px solid #CCC;border-radius:5px; padding:0px; margin:0px;}
.loginborder:focus{border:1px solid red;}
.loginbox{width:400px; height:auto; background-color:white; margin:0 auto; padding:20px; margin-top:40px; box-shadow:0 2px 15px rgba(0,0,0,.1);}
.loginheading{font-size:22px; text-align:center; padding-top:5px;}
.logintext{color:#999; text-align:center; font-size:12px; margin-top:30px; margin-bottom:20px;}
.logintext1{color:#999; text-align:center; font-size:12px; margin-top:30px; margin-bottom:20px;}
.btn-fb span {	padding-left: 10px;font-size: 15px;
    font-weight: normal;}
.btn-fb {	height: 50px;	padding-left: 8.5%;	font-size: 87.5%;	border-radius: 5px;border:1px solid #CCC;	color: #000; text-transform:uppercase;	font-size: 12px; font-weight:bold;	position: relative;	transition: all .2s; padding-top:15px;}
.btn-fb:hover{ box-shadow:0 2px 5px #eaeaec;}
.btn-google-plus-auth {text-transform:uppercase;	height: 50px;	font-size: 12px; font-weight:bold;	border-radius: 5px; border:1px solid #CCC;	color: #000;	position: relative; padding-top:15px;}
.btn-google-plus-auth:hover{ box-shadow:0 2px 5px #eaeaec;}
span.fb{background-color:#4460a0; padding:5px 10px 5px 10px; border-radius:3px;}
span.gp{background-color:#ea4335; padding:5px 10px 5px 10px; border-radius:3px; }
.btn-google-plus-auth span {padding-left: 10px; font-size: 15px;
    font-weight: normal;}
input.loginemail{height:50px; width:100%; border:0px; border-radius:5px; padding:10px; color:#666; font-size:13px;}
input.loginpass{height:50px; width:100%; border:0px; border-top:1px solid #CCC; border-radius:0 0 5px 5px;  padding:10px; color:#666; font-size:13px; }
input.loginotp{height:50px; width:100%; border:0px; border-radius:5px;  padding:10px; color:#666; font-size:13px; }
input.loginpass:focus{outline:0px;}
input.loginemail:focus{outline:0px;}
.loginbtmtxtctnr{padding:5px; margin-top:10px;}
.loginbtmtxtctnr a{ font-size:12px; color:#d43f3a;}
a.fpass{ font-size:12px; color:#333; text-align:center; text-decoration:underline;}
.loginbtmtxtctnr a.regis{ font-size:12px; color:#d43f3a; text-align:right; font:right;}
.loginbtmtxtctnr a:hover{ font-size:12px; color:#8c1411; text-decoration:none;}
.center{text-align:center;}
.login-error-icon {    border: 2px solid #ee5f73;    padding: 0 8px;    color: #ee5f73;    display: inline-block;    position: absolute;    top: 12px;    right: 25px;    font-weight: 500;    border-radius: 55%;}
.regpas-error-icon {    border: 2px solid #ee5f73;    padding: 0 8px;    color: #ee5f73;    display: inline-block;    position: absolute;    top: 62px;    right: 25px;    font-weight: 500;    border-radius: 55%;}
/*--------- guest -----------*/
input.mobileno{height:50px; width:100%; border:0px; border-top:1px solid #CCC; border-radius:0 0 0px 0px; border-bottom:0px;  padding:10px; color:#666; font-size:13px; }
input.mobileno:focus{outline:0;}
.logingender{height:50px; width:100%; border:0px; border-top:1px solid #CCC; border-radius:0 0 5px 5px;  padding:10px; color:#666; font-size:13px; padding-top:15px; padding-left:30px; }
.gendertext{padding:0px;  padding-left:2px; padding-right:2px; font-size:14px; color:#333; position:absolute; background-color:white;margin-left:10px; font-weight:normal; top:92px; left:20px; }
.gendertext1{padding:0px;  padding-left:2px; padding-right:2px; font-size:14px; color:#333; position:absolute; background-color:white;margin-left:10px; font-weight:normal; top:142px; left:20px; }
.logingender label{padding-right:10px; font-size:12px; color:#666;}
a.glogin{ font-size:12px; color:#d43f3a; text-align:center; }
/*--------- Register -----------*/
input.rloginpass{height:50px; width:100%; border:0px; border-top:1px solid #CCC; border-radius:0 0 0 0; border-bottom:0px;  padding:10px; color:#666; font-size:13px; }
input.rloginpass:focus{outline:0;}
input.floginemail{height:50px; width:100%; border:1px solid #CCC; border-radius:5px;  padding:10px; color:#666; font-size:13px;}
.flogintext{font-size:14px; color:#CCC; font-weight:100; text-align:center; margin-top:50px; margin-bottom:50px; line-height:20px;}
/*--------- payment -----------*/
.shippingmth{padding:15px; margin:5px; font-size:20px; width:100%; background-color:#f4fdfb; border:1px solid #4bccaf; margin-top:10px; margin-bottom:10px; border-radius:5px;}
.shippingmth p{font-size:13px; color:#999; margin:0px; padding:0px;}
.headingcheckout1 {		padding: 5px;	text-transform: uppercase; padding-right:30px;}
.paymentheader{border-bottom: dashed 1px #CCC;	color: #666;}
.headingcheckout2 {	padding: 5px; padding-right:30px;}
div.bhoechie-tab-container{  z-index: 10;  background-color: #ffffff;  padding: 0 !important;  border-radius: 4px;  -moz-border-radius: 4px;  border:1px solid #ddd;  margin-top: 20px;  margin-left: 50px;  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);  box-shadow: 0 6px 12px rgba(0,0,0,.175);  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);  background-clip: padding-box;  opacity: 0.97;  filter: alpha(opacity=97);}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{border:0px;}
.list-group-item{ border:0px; border-top:1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC; background-color:#F0F0F0; text-transform:uppercase; text-align:left; color:#666; border-radius:0px;}
div.bhoechie-tab-menu{  padding-right: 0;  padding-left: 0;  padding-bottom: 0;}
div.bhoechie-tab-menu div.list-group{  margin-bottom: 0; background-color:#F0F0F0; }
div.bhoechie-tab-menu div.list-group>a{  margin-bottom: 0;   padding-top:18px;   padding-bottom:18px;}
div.bhoechie-tab-menu div.list-group>a .glyphicon,div.bhoechie-tab-menu div.list-group>a .fa {  color: #5A55A3;}
div.bhoechie-tab-menu div.list-group>a:first-child{  border-radius: 0;  }
div.bhoechie-tab-menu div.list-group>a:last-child{  border-radius: 0; border-bottom:1px solid #CCC;}
div.bhoechie-tab-menu div.list-group>a.active,div.bhoechie-tab-menu div.list-group>a.active .glyphicon,div.bhoechie-tab-menu div.list-group>a.active .fa{  background-color: #FFFFFF;  background-image: #5A55A3;  color: #dd0017;  border-left:5px solid #dd0017;  }
div.bhoechie-tab-menu div.list-group>a.active:after{  position: absolute;  left: 100%;  top: 50%;  margin-top: -13px;  border-left: 0;  border-bottom: 13px solid transparent;  border-top: 13px solid transparent;  border-left: 10px solid #5A55A3;}
div.bhoechie-tab-content{  background-color: #ffffff;  /* border: 1px solid #eeeeee; */   padding-top: 10px;}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){  display: none;}
.payment-box{padding:20px; padding-top:10px;}
.payment-inf-box{ padding-top:10px; width:90%; margin:0px; padding-top:0px;}
.payment-box p{font-size:15px; text-transform:uppercase; color:#666; padding-bottom:10px; border-bottom:1px dashed #CCC; margin:0px; }
.payment-box label{padding:0px; margin:0px; position:inherit; margin-bottom:5px; margin-top:10px;}
.payment-box input.cardno{ border-radius:1px; border:1px solid #d5d6d9;  padding:5px; font-size:12px; color:#666; height:40px; width:100%; padding-left:10px}
.payment-box select{ height:40px;}
.payment-box input.cccardno{ border-radius:1px; border:1px solid #d5d6d9;  padding:5px; font-size:12px; color:#666; height:40px; width:50px; padding-left:10px; margin-right:15px;}
.payment-box input.credit_save_card{width:20px;}
.payment-box label.save-card{top:-15px; margin-left:5px;}
.payment-box .netbankbox{margin:10px; margin-left:0px; text-align:center; cursor:pointer;}

.payment-box .netbanktext{text-align:center; font-size:12px; color:#999;}
.visa-card {    background-image: url(../images/cardicons/visa50x35.png);}
.unknown-card {    background-image: url(../images/cardicons/cardicon50x35.png);}
#ccard-type-icon, #dcard-type-icon{    height: 35px;    width: 50px;    position: absolute;    top: 35px;    right: 19px;}
.mastercard-card {    background-image: url(../images/cardicons/master-card50x35.png);}
.paymentselect{background-color:#f9f9f9; border:1px solid #e6e6e6; text-align:left; padding:10px;}
.paymentselect label{width:80%; position:absolute; padding:10px; background:transparent;  cursor:pointer;}
.paymentselect img{vertical-align:top; width:85px;}
.paymentselect input[type=radio]{ width:20px; -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #7ac4df;
    border-radius: 50%;
    outline: none;}
.paymentselect input[type=radio]:checked{background: #7ac4df; border:1px solid #165268;}
.paymenttotalamout{text-align:center; font-size:16px; margin-top:0px; margin-bottom:20px;}
.paymenttotalamout span{color:#27AE60; font-size:20px; padding-left:10px;}
.paymenttotalamout span span{color:#27AE60; font-size:26px; padding-left:0px;}

/*--------- 2018 -----------*/
.footer{background-color:white; margin-top:30px;}
.footer-items{padding:10px; width:100%;   border-bottom: 1px solid #ccc; text-align:center;    background-color: #5a3618;}
.footer-items a{text-decoration:none; color:white; padding-right:3px; padding-left:3px; font-size:14px; font-weight:normal;}
.footer-items p{text-decoration:none; color:#8f8f8f; padding-right:10px; padding-left:10px; font-size:12px; text-align:center; margin-top:10px;}
.footer-items-list{ font-size:12px; color:#666; font-weight:bold; margin-top:7px;}
.footer-sections{padding:5px; width:100%; clear:both; display:table; padding-top:15px; padding-bottom:15px;background-color: #b99d85;}
.social-icons{ text-align:center; }
.subcribe{text-align:center;}
p.footer-txt-hedng{font-size:12px; text-align:center; font-weight:bold;}

.subcribe input{ height:35px; width: 200px;    border: 1px solid #ccc;    border-right: 0;   padding:5px;  font-size: 12px; vertical-align:top;}
button.subcribe{background-color:#d43f3a; color:white; height:35px; border:1px solid #d43f3a; margin-left:-5px;}

.social-icons a{   margin: 2px;    border: 1px solid #ccc;    padding: 9px;    border-radius: 50%;    padding-left: 10px;    padding-right: 10px;     color: #333232;}
.social-icons a.facebook{   margin: 2px;    border: 1px solid #ccc;    padding: 9px;    border-radius: 50%;    padding-left: 12px;    padding-right: 12px;}
.social-icons a.facebook:hover{background-color:#4267b2; color:white;}
.social-icons a.twitter:hover{background-color:#1da1f3; color:white;}
.social-icons a.g-plus:hover{background-color:#df493a; color:white;}
.social-icons a.linkedin:hover{background-color:#007bb6; color:white;}
.social-icons a.youtube:hover{background-color:#ff0000; color:white;}
.social-icons a.pinterest:hover{background-color:#bd081b; color:white;}
.row{margin:0px;}
.product-grid-item{float:left; width:25%;}
.product-grid-item > .product-thumb  > .image > .quickview-button{display:none;}
.row > .col-md-12{margin:0px; padding:0px;}
.custom-cat-data{margin-top:115px !important;}
.heading-title{    font-size: 28px;
text-decoration:underline;
    font-weight: bold;
    padding: 5px;
	text-align:center;
    padding-left: 0px;
    font-family: 'Courgette', cursive;}
.button-section{clear:both;}
.search-page-box{margin-top:130px !important;}
.cake-notes{font-size:11px; margin-top:10px;}
.val-alert,.valtext{background-image:url(/images/val-alert.png)!important;background-size:16px!important;background-repeat:no-repeat!important}.oc2 #tab-review .fa-star-o{font-size:14px}.valtext{background-color:#e5e5e5;font-size:13px;text-align:left;background-position:top 10px left 5px!important;padding:10px 10px 10px 30px}.val-alert{background-position:top 5px right 5px!important;opacity:1}.rating-box,.soldout{position:absolute;text-align:center}.rating-box,.shippingprc,.soldout{text-align:center}.shippingprc{float:right;width:66px;background-color:#4DCB6D;line-height:46px;padding:0;margin:0;color:#fff}.prddtll{width:100%}label{cursor:pointer;padding-right:0}.prddtll>input[type=text]{width:100%;border-radius:0;border:0;border-bottom:1px solid #ccc;box-shadow:none}.pdescriptiom{margin-top:20px}.rating-box{color:#fff;font-weight:700;background-color:#5da60d;height:47px;margin-top:5px;width:80px;font-size:24px;border-radius:3px;right:6px;padding-top:11px;box-shadow:0 2px 4px 0 rgba(0,0,0,.24)}.product-info .right>div>.options,.product-options>div,.product-options>ul{background:0 0}.rating-star{line-height:15px}ul.hide-on-desktop{display:none!important}.product-info .right .options .option:last-of-type{border-bottom:1px solid;border-color:#E9E9E9!important;margin-bottom:10px!important;padding-bottom:10px!important}.prddtl>.chosen-container{width:100%}.product-info .right>div>div,.product-info .right>div>ul{padding:0}.product-info .right{padding-top:10px}hr.prdthr{margin-bottom:10px;margin-top:10px}.oc2 .product-info .right .options .option label{margin-bottom:5px}.soldout{top:50px;background-color:#ccc;transform:rotate(-404deg);width:255px;left:-55px;line-height:35px;font-size:18px}.shippindtime,.shippingmtd{left:9.5em;white-space:nowrap;overflow:hidden}.product-info .left .image{overflow:hidden}.deliverytimebox{margin-top:0;margin-bottom:10px;border-bottom:1px solid #E4E4E4}.formdeliverydate{font-size:3em;line-height:100%;margin-right:5px}.formdeliveryday,.formdeliverymonth,.shippindtime,.shippingmtd{font-size:.9em;position:absolute}.formdeliverymonth{text-transform:uppercase;top:5px}.formdeliveryday{text-transform:uppercase;bottom:5px}.shippingmtd{top:5px}.shippinrs{color:green}.shippindtime{bottom:5px}.shippingcahngebtn{padding:3px 10px;border:1px solid #ccc;color:#ccc;position:absolute;right:0;font-size:12px;border-radius:2px;bottom:10px;cursor:pointer}.shippingcahngebtn:hover{border:1px solid #333;color:#333}@media only screen and (max-width:760px){.container{margin-top:58px; padding:0px; margin-left:5px;}.img-thumbnail{width:70px;max-width:100px;}.shippindtime,.shippingmtd{right:0}.product-info .left .image-additional a{padding:8px 8px 0 0}#column-left+#content .product-info .right,#column-left+.row #content .product-info .right,#column-right+#content .product-info .right,#column-right+.row #content .product-info .right{padding:0;margin-top:8px}.product-info .left .image-additional{clear:both;overflow:hidden;position:relative;text-align:center;margin-bottom:8px}ul.hide-on-desktop{display:block!important}#content{-webkit-transform:none}#container,#content .content li,#content .content ul,.box,.breadcrumb,.cart,.extended-container,:after,:before,i,i img{}.product-info .option ul li{font-size:16px}.oc2 .product-info .option ul li{margin:0;padding:10px;border-bottom:1px dashed #ccc}}

h1{font-size:25px;}
h2{font-size:20px;}
h3{font-size:20px;}
.mobile-header{background-color: #fff;    width: 100%;    height: 48px;    position: fixed; box-shadow: 0 0.063em 0.25em rgba(37,50,55,0.25); z-index:9999;}
.header-menu-icon{ width:10%; float:left; padding-left:12px; padding-top:3px; }
.mobile-search{ width:20%; float:left; padding-top:12px; text-align:center;}
.mobile-logo{ width:40%; float:left; text-align:center; padding-top:7px;}
.mobile-logo a{display:table; margin:0 auto;}
.mobile-cart{ width:15%; float:left; padding-top:12px; text-align:center;}
.mobile-cart span{    position: relative;
    left: -7px;
    top: -8px;
    background:#b10f0f;
    color: white;
    padding: 3px;
    border-radius: 65%;
    padding-left: 5px;
    font-size: 11px;
    padding-right: 5px;
    text-align: center;}
.menu-section{background-color:#ad1a1a;}
.menu-section-heading{font-size: 15px;    color: white;    padding: 10px;    border-bottom: 1px solid #ae3d3d;}
.menu-section-heading img{width:22px; margin-right:15px;}
.menu-li-box{font-size: 12px;    color: white;     width:100%; display:table; }
.menu-li-login{}
.menu-li-track{}
.menu-li-Call{ }
.menu-li-login a{border-right: 1px solid #ae3d3d; width:20%; float:left; text-align:center;padding: 10px; color:white;}
.menu-li-track a{border-right: 1px solid #ae3d3d; width:56%; float:left; text-align:center;padding: 10px; color:white;}
.menu-li-Call a{ width:20%; float:right; text-align:center;padding:10px; color:white;}

.search-full-box{width:100%; position:fixed; top:0; height:100%; background-color: white;    z-index: 999999; padding:10px; padding-top:20px;}
.search-area{}
.mobile-search-back{width: 10%;    float: left;    height: 30px;    padding-top: 6px;}
input.mobile-search-area{width: 90%;    border: 1px solid #ccc;    padding: 8px;    background-color: #f4f4f4;    border-radius: 2px;}
.searches-box{ width:100%; padding:5px; margin-top:20px;}
.searches-heading{font-size: 12px;    color: #cbcbcb;    text-transform: uppercase;}
.searches-box ul{ margin-top:0px;}
.searches-box ul li{list-style:none;  text-decoration:none; }
.searches-box ul li a{padding-top:20px; color:#898989; display:table; width:100%; font-size:13px;}
.searches-box ul li a i{float: right;    padding-top: 4px;    transform: rotate(34deg);    vertical-align: middle;    font-size: 13px;}
.account-box{position: fixed;    top: 0;    z-index: 999999;    background-color: white;    height: auto;    width: 205px;    right: 0;     box-shadow: 0 2px 4px rgba(0,0,0,0.2); border-radius:0px 0px 0px 5px;}
.account-box ul{}
.account-box ul li{ list-style:none; border-bottom:1px solid #ccc;}
.account-box ul li a{padding:15px; display:table; color:#000000; width:100%;}
.account-box ul li a i{float:right; padding-top:3px;color: #868686;}
ul.des-submuenu{list-style:none; min-width:180px; max-width:250px; padding-top:15px;}
ul.des-submuenu li{list-style:none;     border-bottom: 1px dotted #e8e9e4;}
ul.des-submuenu li a{color:#333; padding-top:10px; padding-bottom:10px; display:table; font-size:14px; }
.overlay {background: #000 none repeat scroll 0 0;display: block;height: 100%;left: 0; opacity: 0.5;    position: fixed;    top: 0;    z-index: 9999;    width: 100%;}
.mobile-acc{ width:14%; float:right; text-align:right; padding-top:12px; padding-right:10px;}
.mobile-search img{ width:22px; opacity:0.5;}
.mobile-cart img{ width:24px; opacity:0.5;}
.mobile-acc img{ width:25px; opacity:0.5;}

.editor-content p{font-size:14px; font-weight:400; text-align:justify;}
.editor-content p a{color:blue; font-weight:bold; text-decoration:none;}
.editor-content p a:hover{color:#B52234;}
body{background-color:#f3f2f0;}
.desktop-header{background-color:#f7cfaa; border-bottom:1px solid #8c8c8c; position:fixed; width:100%; z-index:999;}
.header-box{    max-width: 1440px;    margin: 0 auto;   height: 75px;   padding-left:20px; padding-right:20px;}
.body-box{    max-width: 1440px;    margin: 0 auto;  padding-left:20px; padding-right:20px;}
.cat-body-box{    max-width: 1440px;    margin: 0 auto;  padding-left:20px; padding-right:20px; margin-top:5px;}
.prd-body-box{    max-width: 1440px;    margin: 0 auto;  padding-left:20px; width:95%; padding-right:20px; margin-top:10px; }
header{background-color:#fff4eb;  border-bottom:1px solid #8c8c8c;}
.logo{padding-top:15px; display:inline-block; width:20%; height:75px;}
.search{padding-top:20px; display:inline-block;  width:30%; position:absolute; height:75px;}
.search input{width:100%; padding:6px; border:1px solid #CCC; border-radius:4px; position:absolute;}
.header-right{width:36%; display:inline-block; float:right; padding-top:16px; height:75px;}
.searchicon{display: inline-block;    background: url(images/common.png) no-repeat;    background-position-x: -2px;    background-position-y: -73px;    overflow: hidden;    text-indent: -9999px;    text-align: left;    height: 27px;    width: 26px;    background-size: 25px;    position: absolute; border:0px;    right: 4px;    top: 22px;    opacity: 0.5;}
.loginusericon{    text-align: left;    height: 32px;    width: 32px;    float: right;	margin-left:15px;    color: #666;    font-size: 18px;    border: 1.5px solid #666;    border-radius: 50%;    padding: 3px;}
.trackorder{ text-align: left;    background: url(images/delivery-truck.png) no-repeat;    float: right;    height: 32px;    width: 37px;    margin-left: 15px;    background-size: 35px; }
.helpno{ text-align: left;    background: url(images/info.png) no-repeat;    float: right;    height: 32px;    width: 37px;    margin-left: 15px;	margin-top:2px;    background-size: 30px;}
a.righticon{        background: url(images/shopping-cart.png) no-repeat;    height: 32px;    width: 37px;    background-size: 27px;    display: inline-block;    float:right; margin-left:25px;}
a.usericon{    background: url(images/user.png) no-repeat;
    height: 36px;
    width: 32px;
    background-size: 30px;
    display: inline-block;
    float: right;
    margin-left: 25px;
    background-position-y: 5px;}
a.cart{       background-position-x: 3px;
    background-position-y: 5px;
    }
span.count{   border-radius: 50%;
    padding: 0px;
    background-color: #b10f0f;
    float: right;
    color: white;
    font-size: 13px;
    opacity: 1;
    padding-left: 5px;
    padding-right: 5px;}
.dropbtn {    background-color: #4CAF50;    color: white;    padding: 16px;    font-size: 16px;    border: none;}
.dropdown {    position: relative;    display: inline-block;	float:right;}
.dropdown-content {    display: none;        position: absolute;    background-color: #f1f1f1;    min-width: 120px;    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);    z-index: 1;    right: 4px;    top: 29px;}
.dropdown-content a {    color: black;    padding: 4px 6px;    text-decoration: none;	border-bottom:1px solid #CCC;    display: block;	font-size:12px;}
.dropdown-content a:hover{background-color:#FFF;}
.dropdown:hover .dropdown-content {display: block;}
.breadcrumb{border-radius:0px; margin-bottom:0px; max-width:1440px; padding-left:20px; padding-right:20px; margin:0 auto; background-color:transparent; font-size:13px; margin-top:140px; display:inline-block;}
.breadcrumb a{color:#B82327;}
.breadcrumb.cat {
    margin-top: 5px !important;
}

.not-found-404 {
  font-size: 120px !important;
  font-weight: bold !important;
}
/****Slider Start****/
.w-100{width:100%;}
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:4px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5); opacity:0.2;}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff; width:30px; height:4px; margin:1px; opacity:1;}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}
/****Slider End****/
.footer-box{background-color:white; border-top:1px solid #CCC; }
.cat-box-home{margin-top:10px;}
.cat-home-heading{text-align:center; margin-bottom:10px; font-size:22px; color:#900; text-decoration:underline;}
.cat-box-item{ width:17%; display:inline-block; margin-left:20px; }
.cat-box-item a{}
.cat-box-item a:hover{ text-decoration:none;}
.catboxinner{ border-radius:5px; border:1px solid #EEAEB0;min-height:66px; text-align:center;}
.catboxinner:hover{border-color:#B82327;}
.editor-content ul{margin-left:25px;}
.catmaintxt{font-size:16px; color:#333; font-weight:bold; text-transform:uppercase; margin-top:10px;}
.catsubtxt{font-size:12px; color:#666;}
.product-section{width:100%; margin-top:30px;}
.product-section-cat{width:100%; margin-top:10px;}
.product-section-heading {	color: #000;	font-size: 26px;	font-weight: 300;	position: relative;	margin: 0px;	text-transform: uppercase;	display: inline-block;}

.section-heading {	color: #000;	font-size: 26px;	font-weight: 300;	position: relative;	margin: 0 0 50px 0;	text-transform: uppercase;	display: inline-block;}
.section-heading::after {	content: "";	width: 50%;	position: absolute;	height: 4px;	border-radius: 1px;	background: #ff5555;	left: 0;	bottom: -20px;}
.view-all-prd{float:right; }
.view-all-prd a{padding:10px; border:1px solid #106d0f; background-color:#106d0f; color:white;  padding-left:15px; padding-right:15px;    border-radius: 5px; text-decoration:none;}
.view-all-prd a:hover{background-color:#124611;}
.carousel-control.right{background:transparent;}
.product-list-box{clear:both; display:table; margin-top:10px; width:100%;}
.product-item-box{width:25%; background-color:transparent;float:left;}
.product-item{margin:10px; background-color:white; padding:0px;}
.product-item:hover{box-shadow:0 0 6px rgba(158, 154, 154, 0.6);transform: scale(1.03);transition-duration: 0.3s;}
.product-item a{text-decoration:none;}
.product-item img{width:100%; border-radius:5px;}
.product-details{padding:5px; text-align:center;}
.product-list-name{font-size:16px; color:#827878; white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;}
.product-list-price{font-size:18px; color:#c70d0d; font-weight:bold;}
.product-list-time{font-size:14px; color:#999; margin-top:10px;}
.mb-header-cat{background-color:transparent; margin-top:48px; margin-bottom:0px; display:table; width:100%;}
.mb-header-list{float:left; width:25%;}
.mb-header-list a{padding:10px; display:table; margin:0 auto;}
.mb-header-list a img{width:65px;}
.morectnt-box{padding:5px; width:100%; margin-top:10px;}
.morectnt-box button{width:100%; padding:10px; text-align:left;}
.blog-box{width:100%; margin-bottom:20px; margin-top:10px; margin:0 auto; padding:10px;}
.blog-box h3{text-align:left; font-size:18px; font-weight:bold; border-bottom:1px dashed #ccc; padding:5px; margin-bottom:10px; padding-left:0px; color:#B52234;}
.blog-box a{color:#B52234; font-weight:bold;}
ul{clear:both; margin:0px; padding:0px !important}
ul li.blog-items{width:30%; float:left; margin-left:3%; list-style:none;}
ul li.blog-items:first-child{margin-left:0%;}
ul li.blog-items h4{font-size:14px; font-weight:bold; margin-bottom:5px;}
ul li.blog-items h4 a{color:#666666;}
ul li.blog-items p{font-size:12px; color:#999;}
.pp-box{width:100%; display:table; margin-top:10px;}
.pp-box-first{width:45%; float:left;}
.pp-box-second{width:55%; float:left; padding-left:20px;}
.pp-name{ font-size:22px;}
.pp-price{font-size: 28px;
    font-weight: bold;
    color: #c70d0d;}
.pp-price > span.old-price{font-size:15px;  color:#999999; text-decoration:line-through;}
.pp-price > span.offer-per{color:green; font-size:18px;}
.pp-description{padding-top:5px}
.pp-description p{padding:0px; margin:0px; text-align:justify;}
.btn-pp{font-weight:bold;     border-radius: 08px !important;   padding: 12px;    width: 100%;    text-transform: uppercase; font-size:16px; background:green;
}
.pp-rating{color:#F90; padding-bottom:10px;}
span.pp-review{padding-left:10px;}
.pp-pincode{    width: 100%;    border-bottom: 1px solid #5a3618;

}
.pp-pincode input{    border: none;
    background: transparent;
      padding: 10px 0px 10px 0px;

	width:90%;
font-size:16px}
.delivery-details-box{    padding: 30px;
    display: table;
    width: 100%;
    margin-top: 20px;
	border-radius:4px;
    background-color: white;
    border: 1px solid #272727}
.pp-pincode input:focus{outline:none}
.pp-date{
    width: 100%;    border-bottom: 1px solid #5a3618;

    }
.pp-date input{ border: none;
    background: transparent;
    padding: 10px 0px 10px 0px;
	width:90%;
font-size:16px}
.pp-ear-date{    border-bottom: 2px solid #5a3618;
    font-size: 16px;
    color: #333;
    font-weight: bold;}
.shippingprc {
float: right;
    width: 66px;
    background-color: #4DCB6D;
    line-height: 46px;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}
.delivertimebox1{width:100%}.delivertimebox2,.delivertimebox3{width:100%;display:none}.modal-content{overflow:hidden;min-height:420px;max-height:580px}table{border-collapse:collapse}.shippingtime{font-size:22px;font-weight:700;text-align:center}label.shippinglabel{width:100%;border-radius:3px;border:1px solid #D1D3D4;margin-left:0;color:#999}.deliveytime{height:350px;overflow:hidden}.deliveytimebox{height:350px;overflow-y:hidden;overflow-x:hidden}.deliveytimebox:hover{overflow-x:hidden;overflow-y:auto;position:relative}.deliveytimebox:hover::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#F5F5F5}h4.modal-title1{margin:0;line-height:1.42857143;text-align:center;font-size:18px}.deliveytimebox:hover::-webkit-scrollbar{width:7px;background-color:#F5F5F5}.deliveytimebox:hover::-webkit-scrollbar-thumb{border-radius:12px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#CCC}.backarw{float:left;width:25px;height:25px;cursor:pointer}@media only screen and (max-width:760px){.ctpleft{width:100% !important; padding:0px;}
.bootstrap-datetimepicker-widget table td{height:54px;line-height:30px;width:54px}.deliveytimebox{overflow-x:hidden;overflow-y:auto;position:relative}.deliveytimebox::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#F5F5F5}.deliveytimebox::-webkit-scrollbar{width:0;background-color:#F5F5F5}.deliveytimeboxr::-webkit-scrollbar-thumb{border-radius:12px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#CCC}}
.aut-name{font-size:16px; color:red;text-transform: uppercase;}
.aut-star-rating{padding-left:3px;}
.aut-text{font-size: 13px;
    color: #736f6f;
    margin-top: 7px;
    margin-bottom: 7px;}
.aut-add-text{font-size: 13px;
    color: #736f6f;
    margin-top: 7px;
    margin-bottom: 7px;
    display: none !important}
.pp-earliest-date{font-size:12px;}
.chng-date{cursor:pointer; color:blue;}
span.selectedarea{font-size:12px; color:#999;display: table;}
.pp-description{    overflow-x: hidden;    overflow-y: auto; max-height:190px;}
.pp-description{ overflow-x: hidden; overflow-y: auto; position:relative;}
.pp-add-ons{margin-top:15px;}
.pp-add-ons-heading{font-size:15px; margin-bottom:10px; font-weight:bold;}
.pp-add-ons-item{display:inline-block; border:1px solid #e6e6e6; background-color:white; width:17%;}
.pp-add-ons-item:hover{border:1px solid #06C; cursor:pointer;}
.pp-adons-active {border:1px solid #06C;}
.pp-add-ons-item img{width:100%;}
.addonsprd {height: 410px;overflow-x: hidden;overflow-y: auto;font-family: inherit;margin: 0;padding-top: 0}
.addonsprd::-webkit-scrollbar {width:6px}
.addonsprd::-webkit-scrollbar-track {-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}
.addonsprd::-webkit-scrollbar-thumb {background-color:darkgrey;outline:1px solid slategrey}
.addonsprd check_add {padding: 10px}
.addons-box{    padding-left: 15px;
    padding-right: 15px; margin:0 auto; background-color:#ececec;}
.addons-check-box {
	padding: 0px;

}
.add-ons-label {
	display: block;
}
.add-ons-checkbox {
	width: 20px;
	border:1px solid #000;
	height: 20px;
}
.add-ons-select {
	width: 40px;
	padding: 4px;
}
.add-ons-pp-name{ font-size:15px; font-weight:normal; }
.add-ons-pp-price{font-size:15px; font-weight:normal; color:#C00;}
span.plus{margin-left:10px; margin-right:10px; font-size:18px; font-weight:bold; vertical-align:50px;}
.pp-add-ons-name{font-size:12px; text-align:center;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;}
.pp-image{width:80%; float:left;    position: relative;}
.pp-img-thumb{width:20%; float:left; padding-right:20px;}
.pp-add-ons-price{font-size:12px; text-align:center; color:#B82327;}
.pp-option-box{width:300px; margin-bottom:10px; margin-top:10px;}
.pp-option-box select{}
.pp-image-upload{width:100%; margin-top:10px;}
.pp-image-box{    border: 1px solid #CCCCCC;
    background-color: #fff;position: relative;
    width: 100px;
    cursor: pointer;
    content: "";
    height: 100px;
	margin-top:10px;
    background: url(../images/cameraicon.png) no-repeat 33px 24px;
    margin-right: 0;}
/* Next & previous buttons */
.pp-image > .prev,
.pp-image > .next {
	background-color: #7d7d7d;
    opacity: 0.3;
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
    color: white;
}
/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

/* Six columns side by side */
.column {
  width: 100%; margin-top:10px;
}
.column img{width:100%;}
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.column > .active,.demo:hover {
  opacity: 1;
  border:2px solid #106d0f;
}
.pp-image-box input{height:80px; width:100px; opacity:0; cursor:pointer;}
	.imguploadspan{color: #888;
    left: 7px;
    font-size: 11px;
    display: table;
	z-index:-10;
    position: absolute;
    bottom: 20px;}
	.pp-image-box:hover{ border: 1px solid #06C;}
	.alert {
    padding: 8px;
}
.pp-btn-first{width:100%; float:left; padding-right:5px;}
.pp-btn-sec{width:50%; float:left; padding-left:5px;}
.alert-danger {
    color: #ffffff;
    background-color: #ad1a1a;
    border-color: #ad1a1a;
}
.alert-success {
color: #ffffff;
    background-color: #7eac47;
    border-color: #578d15;}
a.close{color:white;}
.close {color:white;}


.review-section{width:100%; margin-top:20px;}
.review-items-box{float:left; width:25%;}
.review-section-list{clear:both;}
.header-margin{    margin-top: 112px;}
.carousel .item {	color: #999;	overflow: hidden;    min-height: 120px;	font-size: 13px;}
.carousel .media {	position: relative;	padding: 0 0 0 20px;	margin-left: 20px;}
.media-text{	width: 65px;	height: 65px;	display: block;	border-radius: 50%;	box-shadow: 0 2px 4px rgba(0,0,0,0.2);    border: 2px solid #fff;	padding-top: 20%;    font-size: 28px;	text-align:center;}
.carousel .testimonial {    color: #fff;    position: relative;        background: #9b9b9b;padding: 15px;	margin: 0 0 20px 20px;	min-height:95px;}
.carousel .testimonial::before, .carousel .testimonial::after {		display: inline-block;	position: absolute;	left: 0;	bottom: -20px;}
.carousel .testimonial::before {    width: 20px;    height: 20px;	background: #9b9b9b;	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);}
.carousel .testimonial::after {    width: 0;    height: 0;    border: 10px solid transparent;    border-bottom-color: #fff7f5;    border-left-color: #fff7f5	;}
.carousel .item .row > div:first-child .testimonial {	margin: 0 20px 20px 0;}
.carousel .item .row > div:first-child .media {	margin-left: 0;}
.carousel .testimonial p {    line-height: 21px;	margin: 0;}
.carousel .testimonial p::before {	    color: #fff;    font-weight: bold;    font-size: 68px;    line-height: 70px;  position: absolute;    left: -25px;   top: 0;}
.carousel .overview {	padding: 3px 0 0 15px;}
.carousel .overview .details {	padding: 5px 0 8px;}
.carousel .overview b {	text-transform: uppercase;	color: #ff5555;}
.carousel .carousel-control {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
.carousel-control i {
	font-size: 16px;
}
.carousel-control.left {
	left: auto;
	right: 40px;
}
.carousel-control.right {
	left: auto;
}
.star-rating li {
	padding: 0 2px;
}
.star-rating i {
	font-size: 14px;
	color: #F90;;
}
.view-more{text-transform:uppercase;}
.review-items{padding:10px; margin:10px; background-color:white;}
.review-section-heading{font-size: 18px;    color: #B82327; display:inline-block}
body::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;background-color: #F5F5F5;}
body::-webkit-scrollbar{width: 8px;background-color: #CCCCCC;}
body::-webkit-scrollbar-thumb{border-radius: 1px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #009999;}

.pp-description::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;background-color: #F5F5F5;}
.pp-description::-webkit-scrollbar{width: 4px;background-color: #CCCCCC;}
.pp-description::-webkit-scrollbar-thumb{border-radius: 1px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #E5E5E5;}
.cat_wrapper{margin-top:112px; margin-bottom:15px; background-color:white; padding-bottom:8px;}
.cat_des{top:113px;right:0;width:95%;padding:1px 20px 0 0; margin:0 auto;}.cat_des p{font-size:14px;line-height:20px;padding-bottom:10px}.cat_des ul{list-style:none;padding:0;margin:0;display:inline-block;width:100%}
.cat_des ul li{    float: left;
    background-color: white;
    padding: 5px 17px 5px 17px;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid #666;}
	.cat_des ul li a{color:black;font-size:13px;font-weight:700}
	.cat_des ul li a:hover{color:#979797;font-size:13px;padding-left:2px;font-weight:700;text-decoration: none;}
	.product-filter .limit{top:5px;position:absolute;right:-5px;display:none}.soldout{position:absolute;top:32px;background-color:#ccc;transform:rotate(-404deg);width:155px;left:-35px;line-height:25px}.product-wrapper{overflow:hidden}
.cat-filter{float:right;}
.cat-filter-item{padding:3px; padding-left:5px; padding-right:5px; color:black; border:1px solid #3d3e3d; text-align:center; font-size:12px; display:inline-block; margin-left:5px; cursor:pointer}
.cat-filter-item a{color:black;}
.cat-filter-item a:hover{text-decoration:none;}
.header-margin{    margin-top: 112px;}
.fil-active{background-color:#6f4902;color:white;}
.fil-active a{color:white;}
p.price{margin:0px; font-size:18px;}
.price-old{font-size:14px; text-decoration:line-through; color:#999;}
select::focus{border:none;}
.pp-radio-box{margin-top:10px;}
.pp-radio-box{margin-top:15px;}
label.pp-radio{width: 47%;    font-size: 13px;	float:left;    font-weight: normal;}
.pp-radio {    display: block;    position: relative;    padding-left: 24px;    margin-bottom: 12px;    cursor: pointer;    font-size: 22px;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;}
.pp-radio input {    position: absolute;    opacity: 0;    cursor: pointer;}
.checkmark {       position: absolute;    top: 0;    left: 0;    height: 18px;    width: 18px;    background-color: #bfbebe;    border-radius: 50%;}
.checkmark1 {       position: absolute;    top: 0;    left: 0;    height: 18px;    width: 18px;    background-color: #bfbebe;    border-radius: 50%;}

.pp-radio:hover input ~ .checkmark {    background-color: #ccc;}
.pp-radio:hover input ~ .checkmark1 {    background-color: #ccc;}

.pp-radio input:checked ~ .checkmark {    background-color: #CC0000;}
.pp-radio input:checked ~ .checkmark1 {    background-color: #006633;}

.checkmark:after {    content: "";    position: absolute;    display: none;}
.checkmark1:after {    content: "";    position: absolute;    display: none;}
ul.pp-shpng-mth{list-style:none; margin-top:15px; }
ul.pp-shpng-mth li{list-style:none; font-size:15px;}
.pp-radio input:checked ~ .checkmark:after {    display: block;}
.pp-radio input:checked ~ .checkmark1:after {    display: block;}
.pp-radio .checkmark:after {    top: 2px;    left: 2px;    width: 14px;    height: 14px;    border-radius: 50%;    background: #cc0000;    border: 2px solid #fff;}
.pp-radio .checkmark1:after {    top: 2px;    left: 2px;    width: 14px;    height: 14px;    border-radius: 50%;    background: #006633;    border: 2px solid #fff;}
.cat_des h1{font-size:32px; font-weight:bold; margin-bottom:10px; padding:5px; padding-left:0px; font-family: 'Courgette', cursive; margin-top:5px;}
.btn-check{width:100%; padding:15px;text-transform: uppercase;}
@media only screen and (max-width: 767px) {
	.giftBlocksitem a img{width:65px;}
	.home-cat-box{
		margin-bottom:25px;
		margin-top:0px;
		}
	ul.banner-footer li {
	    padding-top: 3px;
	    padding-bottom: 3px;
	    padding-right: 3px;
    padding-left: 3px;
}
.btn-fb span{font-size:14px; text-transform:none;}
.btn-google-plus-auth span{font-size:14px; text-transform:none;}
.giftBlocks span a{font-size:15px;}

.w-100 {height:150px;}
.giftBlocksitem{padding:0px; margin-top:10px;}
.btn-ctnue-cart{width:100%; margin-top:10px;}
.btn-back-cart{width:100%; margin-top:10px;}
.btn-cart{width:100%;}
.pp-option-box{width:100%;}
.delivery-details-box{padding:20px;}
.pp-pincode{width:100%; float:none; margin-bottom:25px;}
.pp-date{width:100%; float:none; margin-bottom:15px;}
.pp-pincode input{width:90%;}
.pp-date input{width:90%;}
.prd-body-box{    margin-top: 55px; margin-bottom: 0px; padding:0px; width:100%;}
.pp-img-thumb{padding:2px;position: fixed; z-index:1;}
.pp-image{width:100%;}
.pp-btn-first{padding:0px;}
.pp-btn-sec{padding:0px;}
.column:first-child{margin:0px;}
.custom-cat-data{margin-top:50px !important;}
.search-page-box{margin-top:60px !important;}
.mb-cat-text{
font-family: 'Courgette', cursive;
text-align: center;
color: white;
font-size: 20px;
border-radius: 0px 0px 5px 5px;}
.pp-option-box select{text-align: left;
border-radius: 4px;
border: 1px solid #999;
padding: 10px;
font-size: 18px;
margin: 0 auto;
margin-bottom: 15px;
position: relative;
background: #f8f8f8;
height: 50px;}

.pp-price-mobile {
font-size: 22px;
font-weight: bold;
margin-bottom: 5px;
margin-top: 5px;
}
.pp-price-mobile > span.old-price{font-size:15px;  color:#999999; text-decoration:line-through;}
.pp-price-mobile > span.offer-per{color:green; font-size:18px;}

.pp-box {
width: 100%;
display: table;
margin-top: 0px;
}
.button-section{position: fixed;    bottom: 0px;    width: 100%;    z-index: 9999 !important;    background-color: white;    padding: 0px; left:0px;}
.pp-earliest-date{padding-left:5px;padding-top:5px;}
.pp-btn-first{width:100%; float:left; }
.pp-btn-sec{ width:50%; float:left;}
.btn-pp{border-radius:0px;}
.carousel .item .row > div:first-child .testimonial{margin: 0 0 20px 20px;}
.pp-box-first{width:100%; float:left;}
.pp-box-second{width:100%; float:left; padding:5px;}
.pp-box-third{width:100%; float:left; margin:0px; padding:5px; border:none; min-height:200px;}

.cat-filter{width:100%; margin-bottom:5px;}
.cat-filter-item{width:31%;}
.cat_wrapper {
    margin-top: 55px;
    margin-bottom: 0px;
}
span.cat-filter-text{display:none;}
.breadcrumb{display:none;}
.cat_wrapper img,.cat_des p{display:none}.cat_des{top:0;right:0;width:100%;padding:0;position:inherit; }.cat_des h1{font-size:21px; font-weight:bold; margin-bottom:2px; padding:5px;text-align:center; font-family: 'Courgette', cursive;}.product-filter .display{margin-right:-10px;display:none}.product-filter{height:50px!important}.cat_des ul li a{color:brown;font-size:12px;font-weight:700}.cat_des ul li{float:left;width:48%;text-align:center;border:1px solid #e4e4e4;border-radius:3px;margin-bottom:3px;padding:3px; margin:1%;}.cat_des ul li a:hover{color:#F60;font-size:13px;font-weight:700}
.blog-box{width:97%; margin-bottom:10px; margin-top:10px; padding:10px; padding-left:0px;}
.blog-box h3{text-align:left; font-size:16px;}
ul li.blog-items{width:100%; float:none; list-style:none; margin-left:0px; margin-top:10px;}

.product-list-name{font-size:12px; color:#333; font-weight:bold;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;}
.product-list-price{font-size:16px; color:#B82327; font-weight:bold; }
.product-list-time{font-size:10px; color:#999;}
.mobile-head-cat-box{background-color:white; display:table;  padding-top:0px; padding-bottom:5px;}
.mb-main-banner{border: 4px solid #fff;    box-shadow: 0 2px 4px rgba(0,0,0,0.2);    border-radius: 4px;  margin:5px;}
.mb-main-banner img{width:100%;}
.mobile-head-cat-item{border: 4px solid #fff;    box-shadow: 0 2px 4px rgba(0,0,0,0.2);    border-radius: 4px; width:47%; float:left; margin:5px; }
.mobile-head-cat-item-inner img{width:100%;}
.header-occassion{margin-top:50px;}
.editor-content{padding:5px;}
 .body-box{   margin: 0 auto;  padding-left:0px; padding-right:0px;}
  .cat-body-box{   margin: 0 auto;  padding-left:0px; padding-right:0px;}
 .cat-box-item{width:45.5%}
 .cat-box-item{margin:2%;}
 .product-item-box{width:50%;}
 .product-item{margin:2px;}
 .product-section{margin-top:15px; background-color:white; padding-top:15px;}
 .product-section-heading{padding-left:5px;}
 .view-all-prd{margin-right:5px;}
.social-icons{ text-align:center; margin-bottom:5px; }
.subcribe{text-align:center; margin-bottom:5px;}
.desk-head-cat-item-box1 {    width: 50%;  float: left;}
#carouselExampleFade {
    margin-top: 54px;
}
.w-100 {
    width: 100%;

}
.panel-default>.panel-heading+.panel-collapse>.panel-body{padding:0px; padding-bottom:15px; padding-top:15px;	}
}


/************Vikas**********/

.clr{clear:both;}
 html, body { position: relative; }
.toppadd1{ padding-top:10px;}
.toppadd2{ padding-top:20px;}

.botpadd1{ padding-bottom:10px;}
.botpadd2{ padding-bottom:20px;}

.martop1{ margin-top:10px;}
.martop2{ margin-top:20px;}
.martop3{ margin-top:30px;}
.martop4{ margin-top:40px;}
.martop5{ margin-top:50px;}
.deskmargin130{ margin-top:130px;}
.deskmarginbtm130{ margin-bottom:130px;}

.cakes-collection-desktop{ background: url(../css/images/cakes-collection-desktop-bg.jpg); padding:30px; overflow: hidden;}
.flowers-collection-desktop{ background: url(../css/images/flowers-collection-desktop-bg.jpg); padding:30px; overflow: hidden;}
.combos-collection-desktop{ background: url(../css/images/combo-collection-bg.jpg); padding:30px; overflow: hidden;}
.cakes-collection{ background: url(../css/images/cakes-collection.jpg) no-repeat; padding:10px; overflow: hidden;}
.flowers-collection{ background: url(../css/images/flowers-collection.jpg) no-repeat; padding:10px; overflow: hidden;}
.combos-collection{ background: url(../css/images/combo-collection.jpg) no-repeat; padding:10px; overflow: hidden;}
.uniqbxwhite{background:#fff; width:100%;}
.uniqbx-desk{ }
.uniqbx-desk h2{ font-size:2.6rem; font-weight:600; text-align:center; padding-bottom:20px;}
.uniqbx-desk h2 span{border-bottom: 1px solid #333333; padding-bottom: 8px;}
.uniqbx{}
.uniqbx h2{ font-size:2rem; text-align:center;}
.uniqbx h2 span{border-bottom: 1px solid #333333; padding-bottom: 8px;}
.uniq-category-desk{ width:100%; margin-top:24px;}
.uniq-category-desk ul{ margin:0px; padding:0px; display: flex; justify-content: center; }
.uniq-category-desk ul li{ width:20%; float: left; padding-left:1rem; margin-bottom:2rem; text-align:center; align:center; font-size:16px; line-height:56px; list-style:none;}
.uniq-category-desk ul li img{ width:91%; border:6px solid #fff; }
.uniq-category-desk ul li a{ color:#000; text-decoration:none; line-height:26px; }
.uniq-category-desk ul li:nth-child(odd){}
.uniq-category{ width:100%; margin-top:24px;}
.uniq-category ul{ margin:0px; padding:0px; }
.uniq-category ul li{ width:48%; float: left; padding-left:1rem; margin-bottom:2rem; text-align:center; font-size:14px; list-style:none;}
.uniq-category ul li img{ width:91%; border:6px solid #fff; }
.uniq-category ul li a{ color:#000; text-decoration:none; line-height:26px; }
.uniq-category ul li:nth-child(odd){}
.uniq-categorybtn{text-align: center; margin:20px 0px;}
.uniq-categorybtn a{ background:#fb486f; color:#fff; padding:10px; border-radius:5px;}
.chocosection { background:#fff; padding: 20px 0px 50px 0px;  text-align: center;}
.specialof { text-align: center; padding-bottom: 40px; /* text-transform: capitalize; */ font-size: 30px;}
.chocolist { display: inline-block; width: 100%; padding: 0px; margin-bottom: 0;}
.chocolist li {float: left; width: 16.6667%; padding: 0 12px; list-style: none;}
.chocolist li a h4 { font-size: 14px;text-transform: uppercase; font-weight: 700; padding: 15px 0; border-top: 1px solid #fa4a6f;
    border-bottom: 1px solid #fa4a6f; color: #000;}
.home-categortbox-img {
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border:2px solid #fdb8c5;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}

.product-section-heading {color: #000; font-size:1.6rem; font-weight: 700; position: relative; margin: 0px; display: inline-block;}
.view-all-prd { float: right;}
.swiper-container { width: 100%; height: 100%;}
.swiper-slidein { text-align: center; font-size: 18px; background: #fff;  width: 60%;  border: 1px solid #d1cccc; }
.swiper-slidein img{width:100%; height:100%; display:block;}
.swiper-slidein h4{ font-size: 1.6rem; margin-bottom:5px;}
.swiper-slidein p{ font-size: 1.4rem;}
.swiper-slidein p span{ color:#4eac09;}
.glider-testimonial{ border:1px solid #e8e4e4; padding:15px; -moz-box-shadow: 0 3px 6px #888; -webkit-box-shadow: 0 3px 6px #888; box-shadow: 0 3px 6px #888;
    position: relative;}
.glider-testimonial h3{ font-size: 2rem; font-weight:bold; margin-bottom:5px;}
.glider-testimonial h4{ font-size: 1.8rem; font-weight:bold; margin-bottom:5px;}
.glider-testimonial h5{ font-size: 1.4rem; font-weight:normal; margin-bottom:5px; color:#696969;}
.glider-testimonial h5 span{ font-weight:bold; }
.glider-testimonial h6{ font-size: 1.4rem; font-weight:bold; margin-bottom:5px;}
.glider-testimonial .fagreenup{ color:#1eb106; font-size:26px; }
.glider-testimonial img{ margin: 14px 0px;}
.glider-testimonial p{ font-size: 1.6rem; text-align: justify;}
.glider-thumboup{ position: absolute; top: 20px; right: 0px;}
.glider-thumboup .flip{ -webkit-transform: scaleX(-1);
  transform: scaleX(-1); color:#1eb106; font-size:46px;}
.glider-contain { width: 90%; max-width: 997px; margin: 0 auto; }
.glider-slide { min-height: 150px; margin-right: 30px; }
.glider-slide img {  }
.glider-contain { width: 100%; margin: 0 auto; position: relative;}
.glider { margin: 0 auto; position: relative; overflow-y: hidden; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; transform: translateZ(0);}
.glider-track { transform: translateZ(0); width: 100%; margin: 0; padding: 0; display: flex; z-index: 1;}
.glider.draggable { user-select: none; cursor: -webkit-grab; cursor: grab;}
.glider.draggable .glider-slide img { user-select: none; pointer-events: none;}
.glider.drag { cursor: -webkit-grabbing; cursor: grabbing;}
.glider-slide { user-select: none; justify-content: center; align-content: center;  width: 100%;}
.glider-slide img { }
.glider::-webkit-scrollbar {opacity: 0; height: 0;}
.glider-prev,.glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
              color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus { color: #a89cc8;}
.glider-next { right: -23px; left: auto;}
.glider-next.disabled,
.glider-prev.disabled { opacity: .25; color: #666; cursor: default;}
.glider-slide { min-width: 150px;}
.glider-hide { opacity: 0;}
.glider-dots { user-select: none; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto; padding: 0;}
.glider-dot { border: 0; padding: 0; user-select: none; outline: none; display: block; cursor: pointer; color: #ccc; border-radius: 999px;
  background: #ccc; width: 12px; height: 12px; margin: 7px;}
.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active { background: #a89cc8;}

.covidupdatedesk{padding:30px 0px; overflow: hidden;}
.covidupdatedesk img{ width:100%}
.covidupdatemobile{padding:30px 0px; overflow: hidden;}
.covidupdatemobile img{ width:100%}

@media(max-width: 36em){
  .glider::-webkit-scrollbar { opacity: 1; -webkit-appearance: none; width: 7px; height: 3px;}
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255,255,255,.25);
  }
}

@media (max-width: 767px){
.mobile-container{ margin:0px; padding:0px;}
.chocosection_mobile { padding-bottom: 0px;}
.specialof { padding-bottom: 20px; font-size: 22px;}
.chocolist li { width: 33.33%; padding: 0 5px 20px;}
.chocolist .home-categortbox-img { width: 60px; height: 60px;}
.chocolist .home-categortbox-img img { width: 100%;}
.chocolist li a h4 { font-size: 10px; padding: 8px 0;}
}
#counter {
    border: none !important;
    background: none !important;
    font-size: 12px !important;
}
.cnter {
    font-size: 12px !important;
}

/***Track Order***/
.trackcontainer{width:80%; margin:0 auto;position: relative;}
.tracktopdetail{ background:#eae8e8; padding: 8px 0px;overflow: hidden;}
.tracktopdetail .ltext{text-align:right;}
.steps { position: absolute;display: flex;justify-content: space-between;width: 76%;left: 108px;margin-top:40px;top: 89px;}
.step { width: 20px; height: 20px; background: #c4c4c4; border: 2px solid #c4c4c4; border-radius: 50%; transition: background 1s;}
.step.selected { border: 2px solid #35c403; }
.step.completed { border: 2px solid #35c403; background: #35c403; }
.progress {position:absolute;width:74%;border-bottom:2px solid #c4c4c4;z-index:-1;left:121px;margin-top:24px;background:transparent;box-shadow: none;}
.percent { position: absolute; width: 0; height: 100%; border-bottom: 2px solid #35c403; z-index: 1; transition: width 1s;}
.steps2{width: 100%; display:block; overflow:hidden;margin-top: 64px;}
.steps2in{width:25%;float: left;margin-top: 32px;text-align:center;}
.trackaddrss{width:36%; padding:15px;background:#e0dfdf; margin-top:80px;float:left;}
.trackaddrss img{width:40px;float:left;margin-right:20px;}
.trackaddrss1{width:70%;float:left;}
.trackbxbg{background:#f3f3f3;}
.trackbx{width:36%; margin:0 auto;}
.trackbx h1{font-size:30px; color:#603813;text-align:center;margin-bottom: 5px;}
.trackbx h2{font-size:16px;font-weight:400;color:#535353;text-align:center;margin-top: 10px;margin-bottom: 36px;}
.trackbxin{ background:#fff; width:100%;padding:20px; -moz-box-shadow: 0 0 16px #ccc;-webkit-box-shadow: 0 0 16px #ccc;box-shadow: 0 0 16px #ccc;}
.trackbxin .txtfld{border-radius:0px; height:46px;margin-bottom:22px;}
.trackbxin .trackbtn{background:#603813;color:#fff;border-radius:0px;border:0px;width:100%;height:46px;margin-top:10px;}

@media (max-width: 767px){
.chocosection_mobile { padding-bottom: 0px;}
.specialof { padding-bottom: 20px; font-size: 22px;}
.chocolist li { width: 33.33%; padding: 0 5px 20px;}
.chocolist .home-categortbox-img { width: 60px; height: 60px;}
.chocolist .home-categortbox-img img { width: 100%;}
.chocolist li a h4 { font-size: 10px; padding: 8px 0;}

/***Track Order***/
.trackcontainer{width:100%; margin:0 auto;position: relative;}
.tracktopdetail2{background:#eae8e8;padding: 8px 0px;}
.steps { position: relative; display: block; left: 10px; float: left;width:10%;top: 28px;}
.step { width: 20px; height: 20px; background: #c4c4c4;border: 2px solid #c4c4c4;border-radius: 50%;transition: background 1s;margin-bottom: 76px;}
.step.selected { border: 2px solid #35c403; }
.step.completed { border: 2px solid #35c403; background: #35c403; }
.progress { height:295px;z-index:-1;left:19px;top:162px;-ms-transform: rotate(90deg); /* IE 9 */ transform: rotate(90deg);width: 293px; }
.percent { position: absolute; width: 0; height: 100%; border-bottom: 2px solid #35c403; z-index: 1; transition: width 1s;}
.steps2{width: 90%; display:block; overflow:hidden;margin-top: 24px;margin-left: 54px;}
.steps2in{width: 100%;float: left;margin-top: 42px;text-align: left;}
.steps2in img{float:left;margin-right: 14px;}
.steps2in .bigfnt{float:left; font-size:16px; width: 78%;}
.steps2in .smallfnt{float:left; font-size:12px; color:#585858;}
.steps2in .selescted{opacity: 0.5;}
.trackaddrss{width:100%; padding:15px;background:#f4f3f3; margin-top:20px;float:left;}
.trackaddrss img{width:40px;float:left;margin-right:20px;}
.trackaddrss1{width:70%;float:left;}
.trackbxbg{width:100%;background:#f3f3f3;}
.trackbx{width:90%; margin:0 auto;}
.trackbx h1{font-size:26px; color:#603813;text-align:center;margin-bottom: 5px;}
.trackbx h2{font-size:18px;font-weight:400;color:#535353;text-align:center;margin-top: 10px;}
.trackbxin{ background:#fff; width:100%;padding:20px;}
.trackbxin .txtfld{border-radius:0px; height:46px;margin-bottom:22px;}
.trackbxin .trackbtn{background:#603813;color:#fff;border-radius:0px;border:0px;width:100%;height:46px;margin-top:10px;}