/* Deepak css*/
/*scrollbar width*/
	
	::-webkit-scrollbar {
	    width: 6px;
	}
	::-moz-scrollbar {
	    width: 6px;
	}
	::-ms-scrollbar {
	    width: 6px;
	}
	::-o-scrollbar {
	    width: 6px;
	}
	::scrollbar {
	    width: 6px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	    background: #f1f1f1; 
	}
	::-moz-scrollbar-track {
	    background: #f1f1f1; 
	}
	::-ms-scrollbar-track {
	    background: #f1f1f1; 
	}
	::-o-scrollbar-track {
	    background: #f1f1f1; 
	}
	 ::scrollbar-track {
	    background: #f1f1f1; 
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
	    background: #c0c0c0; 
	}
	::-moz-scrollbar-thumb {
	    background: #c0c0c0; 
	}
	::-ms-scrollbar-thumb {
	    background: #c0c0c0; 
	}
	::-o-scrollbar-thumb {
	    background: #c0c0c0; 
	}
	::scrollbar-thumb {
	    background: #c0c0c0; 
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	    background: #555; 
	}
	::-moz-scrollbar-thumb:hover {
	    background: #555; 
	}
	::-ms-scrollbar-thumb:hover {
	    background: #555; 
	}
	::-o-scrollbar-thumb:hover {
	    background: #555; 
	}
	::scrollbar-thumb:hover {
	    background: #555; 
	}
	/*text selection color*/
	::selection
	{
		background-color:#e03333;
		color: white;
	}
	::-webkit-selection
	{
		background-color:#e03333;
		color: white;
	}
	::-o-selection
	{
		background-color:#e03333;
		color: white;
	}
	::-moz-selection
	{
		background-color:#e03333;
		color: white;
	}
	::-ms-selection
	{
		background-color:#e03333;
		color: white;
	}
body{
	width:100%;
	margin: 0;
    padding:0;
    position:relative;
    top: 0;
    left: 0;
	height:auto;
	overflow-x:hidden;
}
.pt-70{padding-top:70px !important;}
.about_us_banner {
    background-image: url(../img/about-us.jpg);
    background-size: 100% 100%;
}
.blog_banner {
    background-image: url(../img/blog.jpg);
    background-size: 100% 100%;
}
.banner_head{
	text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
}
.banner_head h3, .contact_us_head h3, .locate_us_head h3{
	font-size: 42px;
    font-weight: bolder;
    font-family: 'AvenirNextLTPro-bold';
    color: #fff;
}
.locate_us_head h3{
	color:#3c3937;
}
ul.breadcrumb {
	padding: 0px 0px;
    list-style: none;
    background-color: transparent;
    margin-bottom: 5px;
    margin-top: 15px;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 12px;
    text-transform: capitalize;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: ">";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #000;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: none;
}
.about_mb h3{
	font-size: 20px;
    font-family: 'AvenirNextLTPro-Medium';
    font-weight: 600;
}
.about_mb_para p, .refund_policy p{
	font-size: 16px;
    line-height: 1.7em;
	text-align: start;
    font-family: 'AvenirNextLTPro-Regular';
}
.achieve_1{
	width: 7%;
    text-align: right;
    display: table-cell;
}
.avhieve_type{
	width: 90%;
    display: table-cell;
}
.avhieve_type p{
	padding-left: 10px;
    font-size: 20px;
    font-family: 'AvenirNextLTPro-Medium';
}
.refund h3{
	font-size: 20px;
    font-family: 'AvenirNextLTPro-Medium';
}
.refund_policy p{margin-bottom:0px;}
.contact_us_banner {
    background-image: url(../img/contact_us.jpg);
    background-size: 100% 100%;
}
.locate_us_banner{
	background-image:url(../img/store_Location.jpg);
	background-size: 100% 100%;
}
.contact_us_head, .locate_us_head{
	text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
}
.contact_support{
	background-image: url(../img/contact_support_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.mb_name h3{
	font-family: 'AvenirNextLTPro-Medium';
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 15px;
}
.mb_name P{
	font-size: 20px;
    font-family: 'AvenirNextLTPro-Medium';
    font-weight: 400;
    color: #ff0000;
    margin-top: 0px;
}
.location_img{
	width: 5%;
    display: inline-block;
}
.head_office{
	width: 80%;
    display: inline-block;
}
.head_office p{
	font-size: 20px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #1f1f1f;
}
.address_type p{
	font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.my_button{
	padding: 10px 50px;
    border-radius: 50px;
    border: 0px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background: #d02529;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%);
    background: linear-gradient(to right, #d02529 0%,#d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02529', endColorstr='#d64c22',GradientType=1 );
	transition: box-shadow 0.35s ease-in-out;
}
.my_button:hover{
	box-shadow: 1px 1px 8px 1px #1f1f1f8c;
	color:#fff;
}
.query_form .form-group{
	margin-top:15px;
}
.query_form .form-group label{
	color: #c6c6c6;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
}
.query_form .form-control{
	border: 1px solid #dddddd;
	height: auto;
    padding: 10px 12px;
}
.query_form .form-group:nth-of-type(1) label{
	color:#000;
	
}
.query_form .form-group:nth-of-type(1){margin-bottom:0px;}
.query_form{
	border: 1px solid #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 20px -6px;
    margin-bottom: 20px;
}
.store_div{
	background: #fdf0ea;
    background: -moz-linear-gradient(left, #fdf0ea 0%, #fef7e9 98%, #fef7e9 99%);
    background: -webkit-linear-gradient(left, #fdf0ea 0%,#fef7e9 98%,#fef7e9 99%);
    background: linear-gradient(to right, #fdf0ea 0%,#fef7e9 98%,#fef7e9 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf0ea', endColorstr='#fef7e9',GradientType=1 );
    border-radius: 8px;
    box-shadow: -2px 4px 7px -5px;
}
.store_addr h3{
	font-size: 20px;
    margin-top: 5px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #1f1f1f;
    margin-bottom: 15px;
}
.store_cursor_img, .store_clock_img{
	width: 5%;
    display: inline-block;
    vertical-align: top;
}
.mb_store{
	width: 80%;
    display: inline-block;
    padding-left: 10px;
}
.mb_store p, .store_no p{
	font-size: 17px;
    font-family: 'AvenirNextLTPro-Regular';
}
.store_mobile_img{
	width: 5%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.store_mobile_img img{
    margin-right: 10px;
}
.store_no{
	width: 80%;
    display: inline-block;
}
.google_maps{
	position:relative;
}
.map_overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.3);
}
.google_maps h3{
	position: absolute;
    top: calc(50% - 40px);
    left: 43%;
    font-size: 42px;
    font-family: 'AvenirNextLTPro-Bold';
    font-weight: bold;
    color: #fff;
}
.product_view_div{
	background:#fff;
	height: 100vh;
    overflow-y: auto;
	overflow-x: hidden;
}
.product_view_desc {
    display: flex;
    align-items: center;
    min-height: 400px;
    align-content: center;
}
.product_view_desc > .product_desc{
    position:relative;
    width: 100%;
}
.product_name h3{
	font-size: 21px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #1f1f1f;
}
.product_name h3 > span.veg_nonveg{
	vertical-align: super;
}
.product_price{
	font-size: 16px;
    color: #ed3035;
}
.product_price h3{
	font-size: 16px;
	color: #ed3035;
}
.product_price h3 span{
	font-size:24px;
}
 .add_cart{
	width: 50%;
    display: inline-block;
}
 .add_cart h3{
	width: 30%;
    display: inline-block;
	text-transform: capitalize;
	font-size: 20px;
}
.less_item, .add_item{
	margin: 0;
    border: none;
    background-color: #fde8e9;
    font-weight: bold;
    font-family: 'AvenirNextLTPro-Medium';
	width: 22px;
    height: 23px;
    border-radius: 3px;
	font-size: 17px;
    line-height: 11px;
}
.add_cart input, .add_cart2 input {
    width: 30px;
    margin: 0;
    border: none;
    background-color: #fff;
    font-weight: bold;
    color: #3b3b3b;
	text-align: center;
}

.add_to_cart{
	width: 46%;
    display: inline-block;
    text-align: center;
    /* float: right; */
    /* border: 1px solid #000; */
    BACKGROUND-COLOR: #fff200;
    border-radius: 50px;
    padding: 4px;
	transition: ease all 0.3s;
}
.add_to_cart:hover, .add_to_cart:focus{
    BACKGROUND-COLOR: #ed3035;
	transition: ease all 0.3s;
	cursor: pointer;
}
.add_to_cart:hover > a, .add_to_cart:focus > a{
    color: #fff;
}
.add_to_cart a{
	color:#1f1f1f;
}
.spl_discount{
	width: 23%;
    text-align: center;
    border: 1px solid #ed1c24;
    background-color: #fef3f4;
    padding: 3px;
    border-radius: 50px;
    position: absolute;
    top: -20px;
}
.spl_discount p, .spl_discount1 p, .spl_discount2 p {
	margin-bottom: 0px;
    color: white;
}
.my_cart{
	border: 1px solid #e6e6e6;
    margin-right: 0px;
	background-color: #fff;
	height: auto;
}
.your_cart{
	padding: 10px 10px;
    background-color: #fdebec;
}
.cart_head{
	width: 50%;
    display: inline-block;
}
.cart_head h3{
	font-size: 16px;
    font-family: 'AvenirNextLTPro-Medium';
    margin-top: 10px;
}
.cart_items_count{
	width: 48%;
    display: inline-block;
    text-align: right;
}
.cart_items_count h3{
	font-size: 16px;
    font-family: 'AvenirNextLTPro-Medium';
    margin-top: 10px;
}
.cart_menu{
	border-bottom:1px solid #e6e6e6;
	position: relative;
}
.cart_img, .cart_img1 {
    width: 15%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    max-width: 76px;
    min-width: 70px;
    max-height: 100px;
    min-height: 100px;
}

.cart_no {
    position: absolute;
    border-radius: 8px;
    top: 8px;
    left: 38px;
    width: 22px;
    height: 22px;
    /* align-content: start; */
    text-align: center;
    /* vertical-align: bottom; */
    background-color: #fed10a;
    padding-top: 1px;
}
.cart_no a{
	color:#1f1f1f;
	font-family: 'AvenirNextLTPro-Medium';
	font-size: 11px;
}
.cart_menu_item, .cart_menu_item1{
	width: 30%;
    display: table-cell;
	padding-bottom: 10px; 
}
.cart_item_desc h3 {
    font-size: 15px;
    font-family: 'AvenirNextLTPro-Medium';
    margin-top: 15px;
    margin-bottom: 5px;
}
.cart_item_desc a {
    color:#1f1f1f;
}
.cart_item_price h3{
	font-size: 14px;
    font-family: 'AvenirNextLTPro-Medium';
    margin-top: 10px;
}
.view_details a{
	padding-left: 5px;
    color: #ef5055;
    font-family: 'AvenirNextLTPro-Medium'
}

.cat_img_dv{
	width: 2%;
	position:relative;
}
.cat_img_dv > span{
	position: absolute;
    top: 3px;
    right: 23px;
}
.cat_img_dv > span > img{
	width:10px;
}
.cat_itm_des_div{
	width: 40%;
}

.add_cart2{
	width: 18%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 6px;
	text-align: center;
}
.product_price2{
	width: 18%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.product_price2 h3{
	font-size: 16px;
	color: #ed3035;
}
.product_price2 h3 span{
	font-size:20px;
}
.product_price2 h3 i{
	font-size:14px;
}
.total {
    width: 49%;
    display: inline-block;
    padding-left: 10px;
}
.favourite_div.baskets_vew{
	min-height: 310px;
	max-height: 310px;
}
#myCarousel-2 .carousel-inner > .item > a > img {
    height:250px;
	width:100%;
}
.total h3, .total_price h3, .total_cart h3, .total_price_cart h3{
	font-size: 17px;
    font-family: 'AvenirNextLTPro-Medium';
	line-height: 60px;
}
.total_cart{
	width: 73%;
    display: inline-block;
    padding-left: 10px;
	text-align:left;
}
.total_price_cart{
	width: 25%;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.total_price h3, .total_price_cart h3{
	font-family: 'AvenirNextLTPro-Bold';
}
.total_price{
	width: 49%;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}
.cart_button {
    padding: 10px 50px;
    text-align: center;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Medium';
    text-transform: uppercase;
    color: #fff;
    background: #d02529;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%);
    background: linear-gradient(to right, #d02529 0%,#d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02529', endColorstr='#d64c22',GradientType=1 );
    border-radius: 50px;
    transition: box-shadow 0.35s ease-in-out;
}
.cart_button:hover{
	box-shadow: 1px 1px 8px 1px #1f1f1f8c;
	color:#fff;
}

.close_button {
        padding: 0px 0px;
    text-align: center;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 36px;
    font-family: 'AvenirNextLTPro-Medium';
    text-transform: uppercase;
    color: #ea1241;
    /* background: #d02529; */
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    /* background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%); */
    /* background: linear-gradient(to right, #d02529 0%,#d64c22 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02529', endColorstr='#d64c22',GradientType=1 );
    /* border-radius: 50px; */
    transition: box-shadow 0.35s ease-in-out;
    background: none;
    font-weight: 100;
    height: 0px;
}
.close_button:hover{
	/*box-shadow: 1px 1px 8px 1px #1f1f1f8c;*/
	color:#fff;
}
.pad_top_0{
	padding-top: 0px;
}
.checkout_btn{
	text-align:center;
}
.cart_button:focus{
	outline:none;
}
.cart_button a{
	color: #fff;
    font-size: 18px;
    text-transform: uppercase;
	font-family: 'AvenirNextLTPro-Medium';
}

.product_view_row{
	margin-left:0px;
	margin-right:0px;
}
.nutrition_fact{
	border-bottom: 2px solid #1f1f1f;
}
.nutrition_fact h3{
	font-size: 20px;
    font-family: 'AvenirNextLTPro-medium';
}
.nutrition_fact p{
	font-size: 14px;
    margin-bottom: 5px;
}
.amount_per_serving h3:nth-of-type(1){
	font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #1f1f1f;
}
.amount_per_serving h3{
	font-size: 14px;
    font-family: 'AvenirNextLTPro-Demi';
}
.amount_per_serving h3 span{
	font-size: 14px;
    font-family: 'AvenirNextLTPro-Medium';
}
.amount_per_serving P{
	margin-bottom:0px;
}
.nutrition_count{
	margin-top:5px;
	border: 1px solid #e6e6e6;
	border-left:none;
}
.product_view_top{
	width:100%;
	float:left;
	border-bottom:1px solid #e6e6e6;
}
.item_details h3{
	font-size: 20px;
    font-family: 'AvenirNextLTPro-Medium';
}
.item_details p{
	font-size: 16px;
    color: #1f1f1f;
}
.item_details a{
	font-size: 14px;
    font-family: 'AvenirNextLTPro-Demi';
    color: #e32a3c;
	cursor:pointer;
}
.product_feature h3{
	font-size: 20px;
    font-family: 'AvenirNextLTPro-Medium';
}
.product_feature p{
	font-size: 16px;
    color: #1f1f1f;
}

#bestslr_crsl{}
#bestslr_crsl .owl-item img, #bestslr_crsl2 .owl-item img, #bestslr_crsl4 .owl-item img{
	width: auto;
    display: inline-block;
}
#bestslr_crsl .owl-nav.disabled, #bestslr_crsl2 .owl-nav.disabled, #bestslr_crsl4 .owl-nav.disabled{
	display:block;
}
#bestslr_crsl .owl-dots, #bestslr_crsl2 .owl-dots, #bestslr_crsl4 .owl-dots{
	display:none;
}
#bestslr_crsl .owl-nav button.owl-prev, #bestslr_crsl2 .owl-nav button.owl-prev, #bestslr_crsl4 .owl-nav button.owl-prev{
	width: 47px;
    height: 72px;
    position: absolute;
    left: -5px;
    top: calc(50%-40px);
    top: 26%;
    background-color: #e7e7e7;
	outline:none;
}
#bestslr_crsl .owl-nav button.owl-next, #bestslr_crsl2 .owl-nav button.owl-next, #bestslr_crsl4 .owl-nav button.owl-next{
	width: 47px;
    height: 72px;
    position: absolute;
    right: -5px;
    top: calc(50%-40px);
    top: 26%;
    background-color: #e7e7e7;
	outline:none;
}
#bestslr_crsl .owl-nav span, #bestslr_crsl2 .owl-nav span, #bestslr_crsl4 .owl-nav span{
	font-size: 40px;
    vertical-align: middle;
}

/*home and inner shop by category slider */

#bestslr_crsl4 .owl-item img{
	width: 100%;
    display: inline-block;
}
#bestslr_crsl4 .owl-nav.disabled{
	display:block;
}
#bestslr_crsl4 .owl-dots{
	display:none;
}
#bestslr_crsl4 .owl-nav button.owl-prev{
	width: 47px;
    height: 72px;
    position: absolute;
    left: -5px;
    top: calc(50%-40px);
    top: 26%;
    background-color: #e7e7e7;
	outline:none;
}
#bestslr_crsl4 .owl-nav button.owl-next{
	width: 47px;
    height: 72px;
    position: absolute;
    right: -5px;
    top: calc(50%-40px);
    top: 26%;
    background-color: #e7e7e7;
	outline:none;
}
#bestslr_crsl4 .owl-nav span{
	font-size: 40px;
    vertical-align: middle;
}




.bestslr_crsl5 .owl-item img{
	width: auto;
    display: inline-block;
	height: 160px;
	cursor: initial;
}
.bestslr_crsl5 .owl-nav.disabled{
	display:block;
}
.bestslr_crsl5 .owl-dots{
	display:none;
}
.bestslr_crsl5 .owl-nav button.owl-prev{
	width: 47px;
    height: 72px;
    position: absolute;
    left: -26px;
    top: calc(50%-40px);
    top: -10%;
    background-color: none;
    outline: none;
}
.bestslr_crsl5 .owl-nav button.owl-next{
	width: 47px;
    height: 72px;
    position: absolute;
    right: -25px;
    top: calc(50%-40px);
    top: -10%;
    background-color: none;
    outline: none;
}
/*.bestslr_crsl5 .owl-nav{
	display: none !important;
}*/
.bestslr_crsl5 .owl-nav button.owl-next, .bestslr_crsl5 .owl-nav button.owl-prev{
	color: #848484;
}
.bestslr_crsl5 .owl-nav button.owl-next:hover, .bestslr_crsl5 .owl-nav button.owl-prev:hover{
    background: none;
    color: #000;
    text-decoration: none;
}
.bestslr_crsl5 .owl-nav span{
	font-size: 70px;
    vertical-align: middle;
}
.bestslr_crsl5 .owl-item .item{
	text-align: center;
}






.best_seller_img{
	text-align: center;
}
.best_seller_img img{
	max-width: 150px;
    max-height: 150px;
    min-width: 150px;
    min-height: 150px;
}
.favourite_div > .best_seller_img > a > img{
	transform: scale(1);
	transition: ease all 0.3s;
}
.favourite_div:hover > .best_seller_img > a > img{
	transform: scale(1.03);
	transition: ease all 0.5s;
}
.best_seller_price h3{
	width: 49%;
    display: inline-block;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
}
.best_seller_price h3:nth-of-type(1) {
    color: #ed3035;
    text-align: right;
}
.best_seller_price h3:nth-of-type(2) {
    text-decoration: line-through;
    text-align: left;
    padding-left: 10px;
	color:#a2a2a2;
}
.best_seller_name h3 {
    font-size: 14px;
    font-family: 'AvenirNextLTPro-Regular';
    margin-top: 0px;
    margin-bottom: 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 21px;
    max-height: 21px;
}.best_seller_name a {
    color:#1f1f1f;
}
.product_weight {
     width: 32%;
    display: inline-block;
    float: right;
    margin-right: 9%;
    margin-top: 0px;
}
.weight{
	text-align:left;
}
.weight select{
    font-size: 16px;
    color: #1f1f1f;
}
.product_weight select{
	/*border:none;*/
    background-color: #fff;
    
}
.best_seller_delivery {
    /*text-align: center;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #00a204;
    padding: 4px 25px;
    border-radius: 50px;
    background-color: #e9ffea;
    margin-top: 10px;
    margin-bottom: 4px;*/
	text-align: center;
    padding: 0px 0px;
    border-radius: 50px;
    width: 23.5%;
    display: inline-block;
    position: relative;
}
.best_seller_delivery > .information{
    position: absolute;
    bottom: 33px;
    right: 0;
    width: 205px;
    height: 100px;
    background: #fff;
    border: 1px solid #e84f1a;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff4401;
}
.best_seller_delivery:hover > .information{
    opacity: 1;
    visibility: visible;
}
.best_seller_delivery > .information .info_1{
    position: absolute;
    right: 16px;
    bottom: -13px;
    width: 13px;
    height: 13px;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #ff4401;
}
.best_seller_delivery > .information .info_2{
    position: absolute;
    right: -7px;
    bottom: -1px;
    width: 12px;
    height: 14px;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #ffffff;
}
.category_patch_div{
    position: sticky;
    top: 105px;
    z-index: 10;
    background-color: #fff;
}
.best_seller_delivery img{
    width: auto !important;
    max-height: 20px;
}
.best_seller_delivery p{
	width: max-content;
    display: inline-block;
    margin-bottom: 0px;
	color: #00a204;
	font-size: 12px;
}

.best_seller_slider .product_qty {
	width: 58%;
    display: inline-block;
    margin-top: 3px;
}
.best_seller_slider .product_qty .add_cart{
	width:100%;
}
.best_seller_price span.rupee{
	font-size:20px;
}
.best_seller_slider .product_qty .add_cart h3 {
    margin-top: 10px;
    font-size: 15px;
    font-family: 'AvenirNextLTPro-Regular';
    text-transform: uppercase;
}
.best_seller_div{
	border: 1px solid #e6e6e6;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
	position:relative;
	background-color: #fff;
	min-height: 325.5px;
}
.best_seller_head {
    padding-left: 10px;
}
.best_seller_head div{
	width: max-content;
    display: inline-block;
}
.best_seller_head div h3{
	font-size: 20px;
    font-family: 'AvenirNextLTPro-Medium';
	margin-top: 20px;
    margin-bottom: 20px;
}
.best_seller_head div a{
	font-size: 16px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #f05e62;
}
.spl_discount1, .spl_discount2{
    text-align: center;
    /*border: 1px solid #980707;*/
    background-color: #980707;
    /*padding: 8px 5px;*/
    height: 36px;
    width: 36px !important;
    line-height: 36px;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    color: white;
}
.spl_discount2{
	
}
.favourite_logo {
    right: 20px;
    top: 13px;
    position: absolute;
}
.default_color{
	color: #1f1f1f !important;
}
.backgrn_pattern{
	background-image: url('../img/bodypattern_left.png'), url('../img/bodypattern_right.png');
	background-repeat: repeat-y;
    background-position: top left, top right;
	margin-top:70px;
	background-color: #f8f8f8;
}
.favourite_div{
	border: 1px solid #e6e6e6;
	padding:10px;
	margin-bottom: 20px;
	background-color: #fff;
	min-height: 322px;
}
.favourite_div.basket_div{
	min-height: 275px;
}
.favourite_div.combo_div{
	min-height: 290px;
}
.favourite_div:hover{box-shadow: 2px 2px 6px 1px #b6b6b666;}
.favourite_div .spl_discount1{
	width:auto;
	left: 15px;
	top:5px;
}
.favourite_div .best_seller_price h3:nth-of-type(2) {
    padding-left: 5px;
    width: 35%;
    margin-top: 0px;
    font-size: 12px;
	color: #a2a2a2;
}
.favourite_div .best_seller_price h3:nth-of-type(1) {
    text-align: center;
    width: 100%;
}
.favourite_div .product_qty{
	width: 49%;
    display: inline-block;
	margin-top: 3px;
}
.favourite_div .product_qty .add_cart{
	width: 100%;
    display: inline-block;
}
.favourite_div .product_weight {
    /* width: 38%; */
    /* display: inline-block; */
    /* text-align: right; */
    width: 47%;
    float: right;
    padding: 0 0px 0 10px;
    margin-top: 2.5px;
	margin-right: 0;
}
.favourite_div .product_qty .add_cart input {
    width: 18px;
    text-align: center;
}
.favourite_div .add_cart h3 {
    width: max-content;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 8.5px;
}
    margin-top: 10px;
.fav_heading h3{
	font-size: 20px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #adacac;
}
.fav_count h3{
	font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #919191;
	margin-top: 0px;
    margin-bottom: 40px;
}
.refine_by{
	width: max-content;
    display: inline-block;
}
.sort_by{
	width: max-content;
    display: inline-block;
    float: right;
}
.refine h3{
	width: max-content;
    display: inline-block;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Medium';
    font-weight: bold;
}
.refine span{
	display: inline-block;
    width: 1px;
    height: 27px;
    vertical-align: middle;
    color: #000;
    background-color: #e6e6e6;
    margin-left: 5px;
    margin-right: 5px;
}
.refine select{
	border: none;
    background-color: #fff;
    margin-left: 10px;
    font-size: 16px;
}
.refine select:focus{
	outline:none;
}
.notification{
	border: 1px solid #fff;
    background-color: #fff;
    border-radius: 8px;
	margin-bottom: 40px;
	border-radius: 4px;
    box-shadow: 0px 4px 8px #00000014;
}
.notification_head, .wishlist_head{
	border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    padding-top: 10px;
}
.notification_head:last-child{
	border-bottom: 0px;
}
.notification_head h3, .wishlist_head h3{
	font-family: 'AvenirNextLTPro-Medium';
}
.not_div, .ticket_div{
	padding-top: 10px;
    padding-bottom: 10px;
}
.notification_content{
	padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0px;
    padding-right: 0px;
}
.notification_content h4{
	font-family: 'AvenirNextLTPro-Medium';
    color: #525252;
}
.pending{
	    color: #fc5252;
}
.notification_date{
	text-align: right;
}
.notification_date h5{
	font-family: 'AvenirNextLTPro-Medium';
    color: #929292;
}
#myProgress {
    width: 100%;
    background-color: #e6e6e6;
    border-radius: 50px;
}
#myBar {
    width: 65%;
    height: 12px;
    background-color: #ed3035;
    border-radius: 50px;
}

/*MY PROFILE PAGE STARTS */
.cmplt_profile{
	width: 100%;
    height: 2px;
    background-color: #e6e6e6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
}
.progress_bar_cont{
	width: 100%;
    display: inline-block;
}
.progress_per{
	width: 100%;
    display: inline-block;
    text-align: center;
}
.progress_report h4, .personal_details h4, .marital_status h4{
	font-size: 20px;
    color: #5f5f5f;
    font-family: 'AvenirNextLTPro-Medium';
}
.personal_details h4, .marital_status h4{
	margin-top:30px;
}
.personal_detail_form input, .personal_detail_form select{
	width: 100%;
    border: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #929292;
	box-shadow: none !important;
	border-radius: 0 !important;
}
.personal_detail_form input #image{
	width: 100%;
    border: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #929292;
	box-shadow: none !important;
	border-radius: 0 !important;
	margin-top: 20px;
    margin-bottom: 20px;
}
.personal_detail_form input:focus, .personal_detail_form select:focus{
	outline:none
}
.personal_detail_form input[placeholder]{
	font-size: 15px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #929292;
}
.input_container {
    padding-left: 5px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
}
#add_walletModal1 .input_container {
    padding-left: 5px;
    padding-right: 10px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}
#add_walletModal1 .input_container input{
    font-size: 18px;
	font-weight:600;
}
.calender_logo{
	position: absolute;
    top: 0;
    right: 13px;
}
.personal_detail_form{
	float:left;
}
.marital_status .checkbox{
	margin-top: 10px;
    margin-bottom: 10px;
}
.marital_status .checkbox .cr{
	border:none;
	background-color:#fc0f08;
}
.marital_status .checkbox .glyphicon-ok:before {
    content: "\e013";
    color: #fff;
    font-size: 9px;
}
.marital_status .checkbox label{
	font-size: 15px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #1f1f1f;
}

/* MY WISHLIST */
.wishlist_head{
	margin-bottom:20px;
}

/*My Ticket */
.ticket_div{
	margin-top:20px;
}
.ticket_div .radio .cr {
    border-radius: 50%;
    border-color: #ea1241;
}
.fa-circle:before {
    content: "\f111";
    color: #ea1241;
}
.ticket_radio label{
	font-size: 18px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #1f1f1f;
}
.ticket_form{
	margin-top:0px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn--browse {
    border-left: 0;
    border-radius: 0 2px 2px 0;
    color: black;
    position: absolute;
    height: 42px;
    padding: 10px 14px;
    right: 10px;
    background-image: url(../img/browse.png);
    background-repeat: no-repeat;
    background-position: center;
}
.btn--browse.active, .btn--browse:active{
	border-left: 0;
    border-radius: 0 2px 2px 0;
    color: black;
    position: absolute;
    height: 42px;
    padding: 10px 14px;
    right: 10px;
    background-image: url(../img/browse.png);
    background-repeat: no-repeat;
    background-position: center;
	box-shadow:none;
}

.f-input{
	height: 42px;
	background-color: white;
	border: 1px solid gray;
	width: 100%;
	float: left;
}
.submit_ticket{
	margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.submit_ticket button{
	border: none;
    background: #d02529;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%);
    background: linear-gradient(to right, #d02529 0%,#d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02529', endColorstr='#d64c22',GradientType=1 );
    border-radius: 5px;
    padding: 10px 40px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
    text-transform: uppercase;
    color: #fff;
	transition: box-shadow 0.35s ease-in-out;
}
.submit_ticket a{
	border: none;
    background: #d02529;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%);
    background: linear-gradient(to right, #d02529 0%,#d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02529', endColorstr='#d64c22',GradientType=1 );
    border-radius: 5px;
    padding: 10px 40px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
    text-transform: uppercase;
    color: #fff;
	transition: box-shadow 0.35s ease-in-out;
}
.submit_ticket button:hover{
	box-shadow: 1px 1px 8px 1px #1f1f1f8c;
	color:#fff;
}


/* Refer a Friend*/
.refer_div{
	width: 50%;
    margin: 0 auto;
}
.refer_text{
	text-align: center;
    margin-top: 50px;
}
.refer_text h3{
	font-family: 'AvenirNextLTPro-Medium';
    font-size: 20px;
}
.refer_text span{
	color: #df1024;
}
.voucher, .refer_para{
	text-align: center;
    width: 50%;
    margin: 30px auto;
}
.referral_code{
	width: 50%;
    display: inline-block;
    position: relative;
}
.referral_code_container{
	width: fit-content;
    margin: 0 auto;
	position: relative;
}
.referral_code h4{
    position: absolute;
    top: 0;
	left:0;
    color: #e11622;
    width: 100%;
}
.referral_share{
	width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.code_share{

}
.code_share a{
	color: #fff;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Medium';
	cursor:pointer;
		padding: 10px 30px;
    border-radius: 5px;
    /* color: #fff; */
    background: #d02529;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%);
    background: linear-gradient(to right, #d02529 0%,#d64c22 100%);
}
.code_share a:hover{
	text-decoration:none;
}
.refer_para p{
	font-size: 12px;
    color: #a2a2a2;
    font-family: 'AvenirNextLTPro-Medium';
}
/*pagination css */
.pagination-container {
  margin: 50px auto;
  text-align: center;
}
.pagination {
  position: relative;
}
.pagination a {
    position: relative;
    display: inline-block;
    color: #2c3e50;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 8px 16px 10px;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Medium';
}
.pagination-inner a:hover {
	background: #fff200;
	border-radius: 50%;
}
/*.pagination a:before {
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: #ffff00;
    border-radius: 24px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.2s;
}*/
.pagination a:hover,
.pagination a .pagination-active {
  color: #1f1f1f;
}
.pagination a:hover:before,
.pagination a .pagination-active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pagination .pagination-active {
    color: #1f1f1f;
    font-family: 'AvenirNextLTPro-Medium';
	background: #fff200;
	border-radius: 50%;
}
.pagination .pagination-active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pagination-newer {
  margin-right: 0px;
}
.pagination-newer:hover{
	border-radius:10px;
	background: #fff200;
}
.pagination-older {
  margin-left: 0px;
}
.pagination-older:hover{
	border-radius:10px;
	background: #fff200;
}
.empty_cart{
	margin: 100px auto 200px auto;
    text-align: center;
}

/*Ticket listing */
.ticket_list h3{
	width:50%;
	display:inline-block;
}
.ticket_list .add_ticket{
	width:49%;
	display:inline-block;
	text-align:right;
}
.ticket_list .add_ticket a{
	font-size: 16px;
    color: #1f1f1f;
    font-family: 'AvenirNextLTPro-Regular';
    border: 1px solid #f1f1f1;
    padding: 10px 20px;
    border-radius: 8px;
	cursor:pointer;
	text-decoration:none;
}
.ticket_list .add_ticket a:hover{
	text-decoration:none;
}
.ticket_right, .ticket_left{
	width: 49%;
    display: inline-block;
}
.ticket_right{
	text-align:right;
}
.ticket_left{
	text-align:left;
	
}
.ticket_right h4, .ticket_left h4{
	font-size:18px;
	font-family: 'AvenirNextLTPro-Regular';
	color:#1f1f1f;
}
.product_issue h4{
	width: max-content;
    padding: 10px 20px;
    background-color: #f4f4f4;
    border-radius: 50px;
}
.ticket_listing p{
	font-size:16px;
	font-family: 'AvenirNextLTPro-Regular';
	color:#1f1f1f;
	padding-bottom: 10px;
}
.ticket_id, .issue_subject{
	width: 50%;
    display: inline-block;
}
.pending_issue, .issue_date{
	width: 49%;
    display: inline-block;
    text-align: right;
}
.pending_issue a{
	padding: 10px 20px;
    background-color: #f8cb00;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
	text-decoration:none;
}
.pending_issue a:hover, .ticket_details a:hover, .ticket_pdf a:hover{
	text-decoration:none;
}
.issue_subject span, .details_issue_subject span{
	color:#ed3035;
}
.ticket_details a{
	padding: 10px 30px;
    border: 1px solid #ef7f82;
    border-radius: 10px;
    color: #e96466;
	cursor:pointer;
}
.id_no{
	font-weight:bold;
	color:#1f1f1f;
}
/*.ticket_listing{
	border-bottom:1px solid #e6e6e6;
}*/
.ticket_listing{
	border-bottom:0px;
}
.ticket_pdf{
	margin-bottom: 50px;
    margin-top: 30px;
}
.ticket_pdf a{
	padding: 20px 40px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
	text-decoration:none;
	cursor:pointer;
	color:#1f1f1f;
	font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
}
/* My orders Starts*/
.rupees{
	 font-weight:bold;
}
.table>tbody>tr>td{
	padding:30px 15px;
	border:none;
	font-size:18px;
	font-family: 'AvenirNextLTPro-Regular';
	text-align: center;
	vertical-align: middle;
}

.table>tbody>tr>td a img{}

a .view_order{ width: 35px; height: 35px; background: #49c1ff; border-radius: 60px; display: inline-block; margin-right: 4px; vertical-align: middle; line-height: 39px; }

a .reorder{ width: 35px; height: 35px; background: #16e1ea; border-radius: 60px; display: inline-block; margin-right: 4px; vertical-align: middle; line-height: 31px; }

a .cancel_order{ width: 35px; height: 35px; background: #ff6284; border-radius: 60px; display: inline-block; margin-right: 4px; vertical-align: middle; line-height: 32px; }

a .download_invoice{ width: 35px; height: 35px; background: #1fce22; border-radius: 60px; display: inline-block; margin-right: 4px; vertical-align: middle; line-height: 32px; }

a .raise_ticket{ width: 35px; height: 35px; background: #ffa749; border-radius: 60px; display: inline-block; margin-right: 4px; vertical-align: middle; line-height: 32px; }

a .reschedule{ width: 35px; height: 35px; background: #a576e2; border-radius: 60px; display: inline-block; margin-right: 4px; vertical-align: middle; line-height: 32px; }
.order_detail_ul{
	margin: 0;
    padding: 0;
    float: right;
}
.order_detail_ul ul{
	margin: 0;
    padding: 0;
}
.order_detail_ul ul li{
	list-style: none;
    display: inline-block;
}
.order_detail_ul ul li a{
	text-align: center;
}

a .view_order:hover, a .reorder:hover, a .cancel_order:hover, a .download_invoice:hover, a .raise_ticket:hover, a .reschedule:hover{
	box-shadow: 1px 4px 8px #a5a5a5; transition: all ease 0.5s;
}


.table>tbody>tr>td:nth-of-type(1){
	font-size:15px;
	font-family: 'AvenirNextLTPro-Regular';
}
.table>thead>tr>th{
	padding:10px 15px;
	border:none;
	font-size:17px;
	font-family: 'AvenirNextLTPro-Regular';
	text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fffafa;
}
.cancelled{
	color:#ee464a;
}
.processing{
	color:#33b79d;
}
.pending{
	color:#f69639;
}
.shipped{
	color:#1a9614;
}

.marital_status {}
.marital_status .radio .cr .cr-icon {
    margin-left: -0.1em;
}

/* My account */

.my_account_div{
	border: 1px solid #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 10px;
	box-shadow: 1px 1px 10px 1px #e6e6e6;
	margin-bottom: 50px;
	transition:all 0.35s ease-in-out;
}
.my_account_div:hover{
	box-shadow: 3px 7px 10px 1px #0000003d;
    transition: ease all 0.3s;
}
.my_account_div:hover > .logo_container div{
	  top: -5px;
	  transition: ease all 0.5s;
}
.my_account_main a{
	text-decoration:none;
	color:#1f1f1f;
}
.my_account_head p{
	font-size: 15px;
    font-family: 'AvenirNextLTPro-Medium';
}
.logo_container div{
	max-width: 78px;
    min-width: 78px;
    max-height: 77px;
    min-height: 77px;
	margin:0 auto;
	position:relative;
	top: 0px;
	transition: ease all 0.4s;
}

.notification_count {
    position: absolute;
    right: 3px;
    top: 11px;
    height: 25px;
    width: 25px;
    background-color: #ea1241;
    color: #fff;
    border-radius: 50%;
    /* vertical-align: middle; */
    padding-top: 3px;
}


/*Toggle buttons*/
.ui-switcher {
  background-color: #c86627;
  display: inline-block;
  height: 20px;
  width: 38px;
  border-radius: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: border-color 0.25s;
  margin: -2px 4px 0 0;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.ui-switcher:before {
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 6px;
  height: 12px;
  width: 20px;
  text-align: center;
}
.ui-switcher[aria-checked=false]:before {
  right: 7px;
}
.ui-switcher[aria-checked=true]:before {
  left: 7px;
}
.ui-switcher[aria-checked=true] {
  background-color: #13ad1d;
}
.ui-switcher:after {
  background-color: #ffffff;
  content: '\0020';
  display: inline-block;
  position: absolute;
  top: 2px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  transition: left 0.25s;
}
.ui-switcher[aria-checked=false]:after {
  left: 2px;
}
.ui-switcher[aria-checked=true]:after {
  left: 20px;
}
/* toggle button ends*/

.default_address{
	padding: 14px;
    border: 1px solid #eee;
    box-shadow: 0px 2px 10px -1px #e6e6e6;
    border-radius: 8px;
    min-height: 175px;
}
.default_address_head p{
	font-size: 18px;
    font-family: 'AvenirNextLTPro-Demi';
    color: #ee3f33;
}
.adress_pointer, .pointer_logo{
	width: 4%;
    display: table-cell;
    vertical-align: top;
}
.adress_pointer{
	padding-top:8px;
}
.address, .address_place{
	width: 94%;
    display: table-cell;
}
.address h4{
	font-family: 'AvenirNextLTPro-Medium';
	margin-top: 0px;
}
.adress_name p, .address p, .address_place p{
	font-size: 16px;
    font-family: 'AvenirNextLTPro-Medium';
}
.address_place p{
	margin-bottom: 0px;
}
.add_address{
	text-align: center;
    padding: 30px;
    padding: 20px;
}

.my_address_ico{ text-align: center; margin: 30px 0px 10px 0px; }
.my_address_ico img{}
.my_address_ico label{ font-size: 22px; margin: 6px 10px 0px 10px; padding: 0; }

/* loyality points*/
.offer_head h4{
	font-family: 'AvenirNextLTPro-Medium';
    color: #4c4c4c;
}
.earn_para p{
	font-family: 'AvenirNextLTPro-Medium';
    color: #525252;
    font-size: 17px;
}
.offer_div{
	padding: 15px 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 12px 1px #e7e7e7;
    background-color: #fffbfb;
}
.offer_details{
	width: 75%;
    display: inline-block;
}
.offer_details p{
	margin-bottom: 0px;
    font-family: 'AvenirNextLTPro-Medium';
    font-size: 17px;
    color: #525252;
}	
.offer_details p span, .offer_para p span{
	color: #ee3f33;
}
.offer_link{
	width: 24%;
    display: inline-block;
    text-align: right;
}
.offer_link a{
	padding: 10px 15px;
    background-color: #ee3f33;
    color: #fff;
    border-radius: 8px;
    font-family: 'AvenirNextLTPro-Medium';
    font-size: 17px;
	transition: box-shadow 0.35s ease-in-out;
}

.offer_link a:hover{
	text-decoration:none;
	box-shadow: 1px 1px 8px 1px #1f1f1f8c;
	color:#fff;

}
.lp_div_2, .lp_div, .loyality_div{
	background-color:#fff;
	box-shadow: 0px 4px 8px #00000014;
	
}
.loyality_div{
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.lp_div{
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.lp_div_2{
	border-radius:4px;
}
.offer_logo{
	width: 4%;
    display: inline-block;
    vertical-align: bottom;
}
.offer_para{
	width: 80%;
    display: inline-block;
}
.offer_para p{
	margin-bottom: 0px;
    font-family: 'AvenirNextLTPro-Medium';
    font-size: 17px;
}
.offer_date{
	width: 14%;
    display: inline-block;
    text-align: right;
}
.offer_date span{
	font-size: 15px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #9c9c9c;
}
.lb_div{
	background:#fff;
}
.lp p{
	font-family: 'AvenirNextLTPro-Demi';
    font-size: 20px;
    color: #ee3f33;
    margin-bottom: 0px;
}

/*My Wallet*/
.wallet_div {
    padding: 40px 20px;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0px 12px 27px 7px #e6e6e6;
    background-image: url(../img/wallet_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.loyalty_div {
    padding: 40px 20px;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0px 12px 27px 7px #e6e6e6;
    background-image: url(../img/loyalty_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	/*background-color: #ffcfc3;*/
}
.wallet_logo {
    width: 34%;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.wallet_details, .lp {
    width: 50%;
    display: table-cell;
    /* padding-top: 20px; */
    padding-left: 10px;
    /* margin-top: 20px; */
}
.wallet_details p{
	font-family: 'AvenirNextLTPro-Demi';
    font-size: 16px;
    color: #ee3f33;
    margin-bottom: 0px;
}
.wallet_details h4, .lp h4{
	font-size: 28px;
    margin-top: 5px;
}
.wallet_details a, .lp a{
	font-size: 12px;
    color: #ee3f33;
    text-decoration: underline;
}
.wallet_btn {
    position: absolute;
    top: 7px;
    right: 15px;
}
.generate_new_pin{
	padding-left: 38px;
    font-family: 'AvenirNextLTPro-Medium';
    font-size: 16px;
}
.generate_button a{
	border: none;
    background: #d02529;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%);
    background: linear-gradient(to right, #d02529 0%,#d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02529', endColorstr='#d64c22',GradientType=1 );
    border-radius: 5px;
    padding: 10px 40px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
    text-transform: uppercase;
    color: #fff;
	cursor:pointer;
	transition: box-shadow 0.35s ease-in-out;
}
.generate_button a:hover{
	box-shadow: 1px 1px 8px 1px #1f1f1f8c;
	color:#fff;
}

.generate_button a:hover{
	text-decoration:none;
}
.generate_button{
	padding-left:30px;
}
.generate_button p{
	margin-top: 20px;
    color: #868686;
    font-size: 16px;
	margin-bottom: 20px;
}
.wallet_head h4{
	font-size: 20px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #4c4c4c;
}
.trans_logo_container{
	width: 5%;
    display: inline-block;
}
.refund{
	width: 80%;
    display: inline-block;
}
.refund p{
	font-size: 18px;
    color: #5a5a5a;
    font-family: 'AvenirNextLTPro-Medium';
}
.refund_amt{
	width: 13%;
    text-align: right;
    display: inline-block;
}
.refund_amt p{
	font-size: 22px;
    color: #ee3f33;
    font-family: 'AvenirNextLTPro-Demi';
}
.refund_date{
	padding-left: 44px;
}
.refund_date p{
	font-size: 16px;
    color: #8a8a8a;
    font-family: 'AvenirNextLTPro-Medium';
}
.trans_details{
	border-bottom: 1px solid #e4e4e4;
}
.my_cart_btn{
	text-align: right;
}
.my_cart_button {
    padding: 10px 30px;
    border: none;
    margin: 20px;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Medium';
    text-transform: uppercase;
    color: #fff;
    /* background: #d02529; */
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    /* background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%); */
    /* background: linear-gradient(to right, #d02529 0%,#d64c22 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02529', endColorstr='#d64c22',GradientType=1 );
    border-radius: 10px;
    background-color: #e11a22;
    transition: box-shadow 0.35s ease-in-out;
}
.my_cart_button:hover{
	box-shadow: 1px 1px 8px 1px #1f1f1f8c;
	color:#fff;
}
.chng_pswd{
	margin-bottom:0px;
}
.cart_menu_scroll {
    overflow-y: auto;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
	max-height: 57vh;
}

.custom_scroll::-webkit-scrollbar {
    width: 5px;
	height:20px;
}
/* Track */
.custom_scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
.custom_scroll::-webkit-scrollbar-thumb {
    background: #d54823; 
    border-radius: 10px;
}

/* Handle on hover */
.custom_scroll::-webkit-scrollbar-thumb:hover {
    background: #d12c28; 
}

/*Transitions*/
.strtshop_dum > img{
	transform: scale(1);
	transition: ease all 0.3s;
}
.strtshop_dum:hover > img{
	transform: scale(1.04);
	transition: ease all 0.5s;
}
.recipee_img_container, .cat_dum, .pop_service_div{
	overflow:hidden;
}
.recipee_img_container > img{
	transform: scale(1);
	transition: ease all 0.3s;
}
.recipee_img_container:hover > img{
	transform: scale(1.04);
	transition: ease all 0.5s;
}
.cat_dum > img{
	transform: scale(1);
	transition: ease all 0.3s;
}
.cat_dum:hover > img{
	transform: scale(1.04);
	transition: ease all 0.5s;
}
.pop_service_div > img{
	transform: scale(1);
	transition: ease all 0.3s;
}
.pop_service_div:hover > img{
	transform: scale(1.04);
	transition: ease all 0.5s;
}
/*wishlist logo*/

.fa.heart{
	color: #f26e71;
    /* background-color: #fff; */
    font-size: 24px;
	cursor: pointer;
}

/*label-box*/


input:focus ~ .label-box label,
input:valid ~ .label-box label {
  font-size: 14px;
  transform: translateY(-35px);
  color: rgba(52,152,219,0.7);
}

.label-box::before,
.label-box::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  background-color: rgb(234, 18, 65);
  transition: all 0.3s;
}
.label-box::before {
  left: 48%;
}
.label-box::after {
  right: 49%;
}
input:focus ~ .label-box::before,
input:focus ~ .label-box::after {
  width: 50%;
}
.cart_item_desc{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
}

.address_block{
	display: none;
}

/*product view slider carousel*/

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      margin: auto;
  }
  
#myCarousel {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 10px;
}
#myCarousel .carousel-inner {
    position: relative;
    width: 82%;
    overflow: hidden;
    display: inline-block;
    max-height: 386px;
}
#myCarousel .carousel-inner .item img {
    min-width: 370px;
    min-height: 250px !important;
    max-width: 370px;
    max-height: 360px;
    padding: 15px;
}


#thumbCarousel {
    width: 18%;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    padding: 10px 0;
    float: left;
    margin-top: 20px;
    height: 370px;
    overflow: scroll;
    overflow-x: hidden;
}

#thumbCarousel .thumb {
    display: inline-block;
    /* margin-right: 10px; */
    /* margin-right: 10px; */
    border: 1px solid #ccc;
    background: #fff;
    width: 60px;
    height: 60px;
    margin: 5px auto;
}

#thumbCarousel .thumb:last-child{
	margin-right: 0;
}

.thumb:hover{
	cursor: pointer;
}

.thumb img {
    opacity: 0.5;
    width: 100%;
}

.thumb img:hover{
	opacity: 1;
}

.thumb.active img {
    opacity: 1;
    border: 1px solid #d9002b;
    width: 100%;
    height: 100%;
}
.carousel-control.left{
    
	background-image:none;
	
}

.carousel-control.right{
    
	background-image:none;
}
#myCarousel .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
    color: #e01223;
}
#myCarousel .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-right: -10px;
    color: #e01223;
}
/*Custom scroll for product view*/
#myCarousel > .custom_scroll::-webkit-scrollbar {
	display:none;
}

.prd_variant
{
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 5px 22px;
    cursor: pointer;
}

.icon_cont i.fa.fa-dashboard {
    font-size: 20px;
    margin-left: -7px;
    vertical-align: text-bottom;
}
.category_patch_div{
	margin: 0px 0px 5px;
    padding: 0px 20px;
}
#bestslr_crsl6 div.item{
	padding: 10px 0px;
}
#bestslr_crsl6 div.item .category_patch.selected_patch{
	background: #fff;
    border: 1px solid #de0925;
}
#bestslr_crsl6 div.item .category_patch.selected_patch > a{
	color:#de0925;
}
.category_patch_div .category_patch{
	width: max-content;
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0px 4px 8px 0px #b1abab;
}
.category_patch_div .category_patch > a{
	color: #1f1f1f;
    cursor: pointer;
}
/*Blog Banner Head*/
.blog_banner  .banner_head{
    text-align: center;
    padding-top: 117px;
    padding-bottom: 117px;
}
.blog_main_div{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 5px 12px 1px #c4c4c4;
	margin-bottom: 25px;
	min-height: 298px;
}
.blog_main_div .blog_img{
	min-height: 211px;
    max-height: 211px;
    width: auto;
}
.blog_main_div .blog_img > img{
	width: 100%;
    min-height: 211px;
    max-height: 211px;
}
.blog_main_div .blog_desc{
	padding: 10px 12px;
    text-align: justify;
}
.blog_main_div .blog_desc > p{
	font-family: 'AvenirNextLTPro-Medium';
    font-weight: 500;
    color: #151515;
    line-height: 20px;
    font-size: 16px;
	margin-bottom: 7px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
}
.blog_main_div .blog_desc > span.date{
	color: #b1b0b0;
    font-family: 'AvenirNextLTPro-Medium';
}
.blog_details_page{
	width: 100%;
    float: left;
    margin: 25px 0px;
}
.selected_blog{
	min-height: 405px;
    max-height: 405px;
    overflow: hidden;
    width: 100%;
}
.selected_blog > img{
    width: 100%;
    /* height: 405px; */
    min-height: 405px;
    max-height: 405px;
}
.select_blog_head{
	border-bottom: 1px solid #e6e6e6;
}
.select_blog_head h3{
	font-family: 'AvenirNextLTPro-Medium';
    color: #1f1f1f;
}
.select_blog_head p.select_text_footer{
	width: 49%;
    display: inline-block;
    color: #b1b0b0;
    font-family: 'AvenirNextLTPro-Medium';
}
.select_blog_head p.select_text_footer2{
	width: 49%;
    display: inline-block;
    text-align: right;
    font-family: 'AvenirNextLTPro-Medium';
    color: #1f1f1f;
}
.select_blog_head p.select_text_footer2 > span{
	color: #b1b0b0;
	margin-left: 6px;
}
.selected_blog_para{
	padding: 15px 0px;
    line-height: 27px;
    font-size: 16px;
    color: #1f1f1f;
    /* font-family: 'AvenirNextLTPro-Light'; */
    font-family: 'AvenirNextLTPro-Regular';
}
.select_img{
	text-align: center;
    margin: 20px 0px;
}
.select_img > img{
	min-width: 350px;
    max-width: 350px;
    min-height: 200px;
    max-height: 200px;
}
div.select_list{
	margin: 20px 0px;
	font-size:16px;
}
div.select_list > ol{
	padding-left: 20px;
}
div.select_list > ol > li{
	padding: 4px 0px;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.footer_para p{
	font-size: 15px;
    line-height: 21px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #1f1f1f;
    font-weight: 500;
}
.recent_blog_head h4{
	margin-top: 0px;
    text-align: left;
    font-size: 15px;
    font-family: 'AvenirNextLTPro-Medium';
    font-weight: 600;
}
.recent_blog_list ul{
	list-style-type: none;
    padding: 0px;
}
.recent_blog_list ul > li{
	padding: 10px 0px;
    border-bottom: 1px solid #e6e6e6;
}
.recent_blog_list ul > li > div.recent_img{
	width: 28%;
    display: inline-block;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}
.recent_blog_list ul > li > div.recent_img > img{
	width: 100%;
    min-height: 90px;
    max-height: 90px;
}
.recent_blog_list ul > li > .recent_text{
	width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
}
.recent_blog_list ul > li > .recent_text > h4{
	font-size: 14px;
    font-family: 'AvenirNextLTPro-Demi';
    font-weight: 600;
    line-height: 22px;
    margin: 10px 0px 20px 0px;
    text-align: justify;
}
.recent_blog_list ul > li > .recent_text > span{
	color: #b1b0b0;
    font-size: 13px;
    font-family: 'AvenirNextLTPro-Medium';
}

/*Blog Banner Head*/
/*Custom Basket*/
.basket_limit{
	text-align: center;
}
.basket_limit > h4{
	color: #a7a7a7;
    font-size: 15px;
    font-family: 'AvenirNextLTPro-Medium';
}
.best_seller_name.custom_basket_name{
	text-align:center;
}
.add_to_custom_cart1.custom_basket_view{
	text-align:left;
	width: 50%;
    margin: auto 0px;
}
.add_to_custom_cart{
	text-align: center;
    width: 70%;
    margin: 10px auto 0px;
}
.add_to_custom_cart > button{
	border: none;
    background: #fef101;
    padding: 5px 12px;
    border-radius: 50px;
    color: #1f1f1f;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 13px;
    font-weight: 600;
}
.add_to_custom_cart1 > button{
	border: none;
    background: #fef101;
    width: 100%;
    padding: 5px 0px;
    border-radius: 50px;
    color: #1f1f1f;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 13px;
    font-weight: 600;
}
.total_items_basket > h4{
	font-size: 16px;
    margin: 20px 0px;
    font-family: 'AvenirNextLTPro-Regular';
    font-weight: 500;
}
.total_basket_price > h4{
	font-size: 16px;
    margin: 20px 0px;
    font-family: 'AvenirNextLTPro-Regular';
    font-weight: 500;
}
.total_basket_price > h4 > span > p{
	width: max-content;
    display: inline-block;
    color: #ed3035;
}
.total_basket_price > h4 > span > p > span{
	font-size: 24px;
}
.custom_basket_more{
	margin: 5px 0px;
}
.basket_details{
	min-height: 300px;
}
.basket_details > h4{
	font-weight: 600;
    margin: 30px 0px 20px 0px;
}
.basket_details > p{
	font-size: 16px;
    line-height: 25px;
    text-align: left;
}
.added_rmv{
	width: 100%;
    margin: 10px auto 0px;
    text-align: center;
}
.added_rmv > button.add{
	border: none;
    background: #1a9614;
    color: #fff;
    width: 40%;
    padding: 4px 0px;
    border-radius: 30px;
}
.added_rmv > button.add > span{
	margin-right: 4px;
}
.added_rmv > button.rmv{
	border: 1px solid #e32221;
    background: #fdeeed;
    color: #e32221;
    width: 40%;
    padding: 3px 0px;
    border-radius: 30px;
}

/*Custom Basket*/
/*Privacy Policy*/
.privacy_policy_banner {
    background-image: url(../img/privacy_policy.jpg);
    background-size: 100% 100%;
}
.service_terms > h4{
	font-weight: 600;
    font-size: 18px;
}
.service_terms > p{
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
.service_terms > ul{
	padding: 0px;
    list-style-type: none;
}
.service_terms > ul > li{
	padding: 15px 0px;
}
.service_terms > ul > li > div:nth-child(1){
	width: 4%;
    display: inline-block;
    vertical-align: top;
}
.service_terms > ul > li > div:nth-child(2){
	width: 94%;
    display: inline-block;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 15px;
}
.privacy_policy_img{
	height: 250px;
    overflow: hidden;
}
.privacy_policy_img > img{
	width: 100%;
}
/*Privacy Policy*/
/*Custom Basket*/



/*terms & conditions*/
.terms_conditions_banner {
    background-image: url(../img/terms&conditions-bg.png);
    background-size: 100% 100%;
}
.License_access p {
    margin-bottom: 20px;
}
/*terms & conditions*/



.testimonial_banner {
    background-image: url(../img/testimonial-bg.jpg);
    background-size: 100% 100%;
}
.testimonial_list{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 22px #00000038;
    padding: 10px 10px 20px 10px;
    margin: 0px 0px 30px 0px;
	position: relative;
}
.testimonial_list.bg1{
    background:#fffdd9;
}
.testimonial_list.bg2{
    background:#fbe0dd;
}
.testimonial_list.bg3{
    background:#f7f7f7;
}
.under_line span{
    width: 25%;
    height: 2px;
    display: inline-block;
    background-color: red;
}
 .under_line{
    text-align: center;
}
.testimonial_para p{
    padding: 23px;
    text-align: center;
    font-size: 14px;
    color: #1f1f1f;
    margin-top: 30px;
    line-height: 28px;
}
.lower_qoute_icon {
    position: absolute;
    bottom: -10px;
    right: 5px;
}
.testimonial_para{
	position:relative;
}
.upper_qoute_icon {
    position: absolute;
    top: -10px;
    left: 5px;
}
.upper_qoute_icon img,.lower_qoute_icon img{
    width: 80%;
}
.testimonial_image{
	width: 65px;
    height: 65px;
    left: 35%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.testimonial_image img{
    width:100%
}
div.under_line{
	margin: 0px auto 20px;
}
.ingredient_div{
	border: 1px solid #ccc;
    padding: 10px;
}
.ingredient_div ul{
	padding: 0px;
    list-style-type: none;
}
.ingredient_div ul li:nth-child(odd){
	padding: 10px 10px;
    background: #f1f7f7;
}
.ingredient_div ul li:nth-child(even){
	padding: 10px 10px;
    background: #ffffff;
}
.ingredient_text{
	margin: 10px 0px;
    font-size: 18px;
    font-weight: 600;
}
.recipee_products{
	margin-top:42px;
}

/*Product Gallery With Zoom Effect*/
.show{
    width: 400px;
    height: 400px;
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 33px;
}
#show-img { width: 400px; height: 400px; }
.small-img{
    width: 80px;
    min-height: 400px;
    max-height: 400px;
    position: relative;
    overflow-y: scroll;
    overflow: auto;
    overflow-x: hidden;
    left: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 20px;
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg)
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
    width: 100px;
    height: auto;
    overflow: hidden;
    /* position: absolute; */
    left: 0;
    right: 0;
    margin: 0 auto;
}
.small-container div{
    width: auto;
    position: relative;
    left: 0 !important;
}

.small-container .show-small-img{
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    display: block;
    margin: auto 0;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}
/**/
.show > div:last-child{
	z-index:9;
}




/*--  --*/

.checkout_btn1{
    text-align: right;
    width: 49%;
    display: inline-block;
	margin-bottom: 20px;
}
.checkout_crt_btn{
    text-align: left;
    width: 49%;
    display: inline-block;
	margin-bottom: 20px;
}
.checkout_crt_btn a.cart_button{
   padding: 10px 35px !important;
    text-align: center;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px !important;
    margin-left: 10px;
    font-family: 'AvenirNextLTPro-Medium';
    text-transform: uppercase;
    color: #fff !important;
    background: #d02529;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%);
    background: linear-gradient(to right, #d02529 0%,#d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02529', endColorstr='#d64c22',GradientType=1 );
    border-radius: 50px;
    transition: box-shadow 0.35s ease-in-out;
}
.checkout_btn1 a.cart_button{
     padding: 10px 35px !important;
    text-align: center;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px !important;
    font-family: 'AvenirNextLTPro-Medium';
    text-transform: uppercase;
    color: #fff !important;
    background: #d02529;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%);
    background: linear-gradient(to right, #d02529 0%,#d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02529', endColorstr='#d64c22',GradientType=1 );
    border-radius: 50px;
    transition: box-shadow 0.35s ease-in-out;
}




.offer_cart_img{
    width: 15%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    max-width: 76px;
    min-width: 70px;
    max-height: 100px;
    min-height: 100px;
}
.offer_cat_img_dv {
    width: 2%;
	text-align: right;
}
.offer_cart_menu_item{
	display: table-cell;
}
.offer_cat_itm_des_div {
    width: 40%;
}
.offer_cart_item_desc{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
}
.offer_cart_item_desc a {
    color: #1f1f1f;
}
.offer_cart_item_desc h3 {
    font-size: 13px;
    font-family: 'AvenirNextLTPro-Medium';
    margin-top: 15px;
}
.offer_cart_item_price h3 {
    font-size: 12px;
    font-family: 'AvenirNextLTPro-Medium';
    margin-top: 0px;
}
.offer_product_price2 {
    width: 18%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.offer_product_price2 h3 {
    font-size: 16px;
    color: #ed3035;
}
.offer_product_price2 h3 span {
    font-size: 24px;
}
.free_offer_image{
    position: absolute;
    top: 3px;
    left: -10px;
}
.free_offer_image img{
    width: 35%;
}
.offer_cart{
    position: relative;
}
 .free_offer_head p{
    color: #f11d13;
    padding-left: 76px;
}
.offer_cart_img.offer_cat_img_dv img{
    width: 50%;
}
.free_offer_head i{
    margin-left: 100px;
	font-size: 20px;
}

/*Search Container*/
#showSearchDiv{
	display:none;
	width: 43.3%;
    margin: 0 auto;
    position: fixed;
    top: 56px;
    left: 26.8%;
    border: 1px solid #fff;
    box-shadow: 1px 5px 19px -1px #a59696;
    z-index: 9999;
    background: #fff;
    padding: 10px 0px;
    border-radius: 0px 0px 5px 5px;
	min-height: auto;
    max-height: 250px;
    overflow-y: auto;
}
#showSearchDiv > ul{
	padding: 0px;
    list-style-type: none;
}
#showSearchDiv > ul > li{
	padding: 10px 10px 0px 10px;
    border-bottom: 1px solid #cccccc4a;
    font-size: 12px;
    cursor: pointer;
	font-weight: 600;
    transition: 0.2s;
}
#showSearchDiv > ul > li > .src_img_container{
	width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    vertical-align:middle;
}
#showSearchDiv > ul > li > .src_img_container img{
	width: 40px;
    height: 40px;
    
}
#showSearchDiv > ul > li > .src_img_container > img{
	width: 40px;
    height: 40px;
}
#showSearchDiv > ul > li p.search_text{
	width: 75%;
    /* display: inline-block; */
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 17px;
    max-height: 17px;
    font-size: 13px;
}
#showSearchDiv > ul > li > p:last-child{
	width: 14%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: #e01723;
    font-size: 11px;
}
#showSearchDiv > ul > li:hover{
	background: rgba(204, 204, 204, 0.3215686274509804);
	color: #de0f25;
    font-weight: 600;
}
.related_search{
	padding: 10px 20px;
    min-width: auto;
    max-width: 1000px;
    overflow: auto;
    overflow-x: hidden;
	display: flex;
}
.related_search > a{
	padding: 5px 10px;
    border: 1px solid #ccc;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 12px;
    margin-right: 5px;
    cursor: pointer;
	display: inline-flex;
	border-radius: 5px;
}
.related_search > a:hover{
	background: #ebadad;
    border: 1px solid #ebadad;
}
/*--  --*/
.notification_bar.success{
	width: 75%;
    margin: 0 0 0 auto;
    padding: 10px;
    border: 1px solid #4CAF50;
    background: rgba(139, 195, 74, 0.16);
    border-radius: 6px;
    margin-bottom: 5px;
}
.notification_bar.success > p{
	margin-bottom: 0px;
    font-weight: 600;
    color: #009688;
}
.notification_bar.danger{
	width: 75%;
    margin: 0 0 0 auto;
    padding: 10px;
    border: 1px solid #F44336;
    background: rgba(244, 67, 54, 0.23);
    border-radius: 6px;
    margin-bottom: 0px;
}
.notification_bar.success > p{
	margin-bottom: 0px;
    font-weight: 600;
    color: #F44336;
}
.update_btn{
	width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
}
.update_btn > button{
	border: 1px solid #ccc;
    background: #fff;
    padding: 10px 50px;
    background: #d02529;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%);
    background: linear-gradient(to right, #d02529 0%,#d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02529', endColorstr='#d64c22',GradientType=1 );
    border-radius: 50px;
    color: #fff;
}
.update_btn > button:hover, .update_btn > button:focus{
	color:#fff
}
.out_of_stock {
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 49%;
    display: inline-block;
}
.out_of_stock > button {
    border: none;
	background: #ed303540;
    /* width: 130px; */
    padding: 2px 25px;
    color: #fff;
    border-radius: 30px;
	cursor: no-drop;
}
.out_of_stock > button:hover{
    color: #fff;
}	
.new_add_btn{
	width: 49%;
    DISPLAY: inline-block;
    text-align: left;
    position: relative;
}
.new_add_btn > p{
	width: max-content;
    display: inline-block;
    margin-top: 18px;
    padding: 0px 12px 0.5px 12px;
    background: #ef5054;
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
}
/*.new_add_btn > button{
	border: none;
    position: relative;
    left: -4px;
    height: auto;
    color: #fff;
    background: #d12929;
    cursor: pointer;
	font-size: 14px;
	height: 21.5px;
} */
.new_add_btn > button{

    border: none;
    position: relative;
    color: #1f1f1f;
    background: #fef101;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 600;
    padding: 2px 25px;
}
.new_add_btn > button:hover{
	color:#1f1f1f;
}
/*My Cart Page*/
.my_cart_head{
	width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.preference_div{
	width: 49%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.preference_div > h3{
	width: max-content;
    display: inline-block;
    vertical-align: middle;
	font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.preference_div > h3:nth-child(1){
	padding-right: 9px;
    border-right: 1px solid rgba(31, 31, 31, 0.3803921568627451);
}
.preference_div > h3:nth-child(2){
	padding-left:5px;
}
.preference_div > h3 > span{
	color: rgba(31, 31, 31, 0.5);
}
.free_offer_div{
	padding: 15px 0px 15px 65px;
}
.free_offer_div > .offer_img{
	width: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
	position:relative;
}
.free_offer_div > .offer_img > span{
	position: absolute;
    top: -10px;
    right: -2px;
}
.free_offer_div > .offer_img > span > img{
	width:10px;
}
.free_offer_div > .offer_img > img{
	width: 39px;
}
.free_offer_div > .offer_title{
	width: 45%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.free_offer_div > .offer_title > h4{
	width: 88%;
    font-size: 14px;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 16px;
    max-height: 16px;
}
.free_offer_div > .offer_title > a{
	position: absolute;
    top: 9px;
    right: -8px;
    font-weight: 600;
    color: #e32f1f;
    cursor: pointer;
}
.free_items_wrapper .offer_img{
	width: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
	position: relative;
}
.free_items_wrapper .offer_img > span{
	position: absolute;
    top: -10px;
    right: -2px;
}
.free_items_wrapper .offer_img > span > img{
	width: 10px;
}
.free_items_wrapper .offer_img > img{
	width: 39px;
}
.free_items_wrapper .offer_title > h4{
	width: 88%;
    font-size: 14px;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 16px;
    max-height: 16px;
}
.free_items_wrapper  .offer_title{
	width: 45%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.free_items_wrapper .free_item_container{
	padding: 5px 0px;
}
/*Free Item*/
.free_item{
	padding: 20px 0px 10px 60px;
}
.free_item > .free_item_image{
	width: 50px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.free_item > .free_item_image > img{
	width: 40px;
}
.free_item > .free_item_dec{
	width: 33%;
    display: inline-block;
    vertical-align: middle;
}
.free_item > .free_item_dec > .free_item_name{
	position: relative;
}
.free_item > .free_item_dec > .free_item_name > h4{
	color: #1f1f1f;
    font-size: 15px;
    font-family: 'AvenirNextLTPro-Medium';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 20px;
    max-height: 20px;
}
.free_item > .free_item_dec > .free_item_name > span{
	position: absolute;
    top: -20px;
    right: 8px;
}
.free_item > .free_item_dec > .free_item_name > span > img{
	width: 33px;
}
.free_item_price > p{
	color: #1f1f1f;
    font-size: 14px;
    font-family: 'AvenirNextLTPro-Medium';
}
.free_item > .free_item_total_price{
	width: 60%;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: end;
}
.free_item > .free_item_total_price > p{
	font-size: 15px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #ed3035;
}
.free_item > .free_item_total_price > p > span{
	font-size: 17px;
}
/*RAdio Buttons Css*/
.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #e22820;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #e22820;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}


/*Checkout Page*/
.nav.nav-tabs.step-anchor > li > a > span{
	border: 1px solid #fff;
    padding: 6px 12px;
    background: #fff;
    color: #000;
    top: 5px;
    border-radius: 50%;
    margin: 10px 0px;
    position: absolute;
    font-weight: 600;
}
.nav.nav-tabs.step-anchor > li.active > a > span{
    color: #ea1212;
}
.pickup_option{
	padding: 40px 0px;
    text-align: right;
}
.pickup_option > select{
	padding: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    color: rgba(0, 0, 0, 0.49);
    font-weight: 600;
}
.pickup_location{
	border: 1px solid #ccc;
}
.pickup_location > .pl_head{
	background: #fbd6d7;
    padding: 15px 10px;
}
.pickup_location > .pl_head > .pl_img{
	width: 30px;
    margin-right: 10px;
    display: inline-block;
}
.pickup_location > .pl_head > p{
	width: max-content;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    vertical-align: middle;
}
.add_list > ol{
	list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.add_list > ol > li{
	padding: 10px;
}
.add_list > ol > li:nth-child(odd){
	background: #fff;
}
.add_list > ol > li:nth-child(even){
	background: #f1f1f1;
}
.add_list ol li .radio label{
	font-family: 'AvenirNextLTPro-Regular';
    font-weight: 500;
    color: #1f1f1f;
    font-size: 15px;
}
.btn-group.mr-2.sw-btn-group{
	width: 100%;
    padding: 40px 0px;
}
.btn-group.mr-2.sw-btn-group > button.add_adress_btn{
	border: 1px solid #eb2813;
    /* background: #fff; */
    background: rgb(233,27,21);
    background: -moz-linear-gradient(left, rgba(233,27,21,1) 0%, rgba(233,27,21,1) 0%, rgba(238,63,15,1) 99%, rgba(238,63,15,1) 99%, rgba(238,63,15,1) 100%);
    background: -webkit-linear-gradient(left, rgba(233,27,21,1) 0%,rgba(233,27,21,1) 0%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 100%);
    background: linear-gradient(to right, rgba(233,27,21,1) 0%,rgba(233,27,21,1) 0%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91b15', endColorstr='#ee3f0f',GradientType=1 );
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
}
.btn-group.mr-2.sw-btn-group > button.add_adress_btn > span{
	margin-right:10px;
}
.btn-group.mr-2.sw-btn-group > button.sw-btn-next{
	float: right;
    border: 1px solid #eb2813;
    /* background: #fff; */
    background: rgb(233,27,21);
    background: -moz-linear-gradient(left, rgba(233,27,21,1) 0%, rgba(233,27,21,1) 0%, rgba(238,63,15,1) 99%, rgba(238,63,15,1) 99%, rgba(238,63,15,1) 100%);
    background: -webkit-linear-gradient(left, rgba(233,27,21,1) 0%,rgba(233,27,21,1) 0%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 100%);
    background: linear-gradient(to right, rgba(233,27,21,1) 0%,rgba(233,27,21,1) 0%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91b15', endColorstr='#ee3f0f',GradientType=1 );
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
}
.btn-group.mr-2.sw-btn-group > button.sw-btn-prev{
	float: left;
    border: 1px solid #eb2813;
	border-top-right-radius:50px !important;
    border-bottom-right-radius: 50px !important;
    /* background: #fff; */
    background: rgb(233,27,21);
    background: -moz-linear-gradient(left, rgba(233,27,21,1) 0%, rgba(233,27,21,1) 0%, rgba(238,63,15,1) 99%, rgba(238,63,15,1) 99%, rgba(238,63,15,1) 100%);
    background: -webkit-linear-gradient(left, rgba(233,27,21,1) 0%,rgba(233,27,21,1) 0%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 100%);
    background: linear-gradient(to right, rgba(233,27,21,1) 0%,rgba(233,27,21,1) 0%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91b15', endColorstr='#ee3f0f',GradientType=1 );
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
}
.btn-group.mr-2.sw-btn-group > button.sw-btn-prev > span > img{
	transform: rotate(180deg);
}
.btn-group.mr-2.sw-btn-group > button.sw-btn-prev > span{
	margin-right:10px;
}
.btn-group.mr-2.sw-btn-group > button.sw-btn-next > span{
	margin-left:10px;
	float:right;
}

/*delivery time*/
.delivery_time{
	margin-top: 40px;
}
.delivery_time_list ul.day_list{
	list-style-type: none;
    padding-left: 0px;
    
    display:flex;
    width: 100%;
    margin-bottom: 0px;
}
.delivery_time_list ul.day_list > li{
	width: 14.28%;
    display: inline-block;
    padding: 20px 10px;
    border-left: 0;
    border-right: 1px solid #ddd;
	text-align:center;
	cursor:pointer;
	border-bottom: 5px solid #ddd;
}
.delivery_time_list ul.day_list > li > p{
	margin-bottom: 4px;
    font-weight: 600;
    text-transform: uppercase;
}
.delivery_time_list ul.day_list > li.active{
	background: #fbd6d752;
    border-bottom: 5px solid #ec3d0f;
}
.delivery_time_list ul.day_list > li.disabled{
	cursor:not-allowed;
}

.delivery_time_list ul.day_list > li.disabled > p, .delivery_time_list ul.day_list > li.disabled > small{
	color: rgba(31, 31, 31, 0.34901960784313724);
}
.delivery_time_list ul.select_time{
	list-style-type: none;
    padding-left: 0px;
    width: 100%;
    display: flex;
	margin-bottom: 0px;
	flex-wrap: wrap;
}
.delivery_time_list ul.select_time > li{
	padding: 12px 10px;
    width: 25%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
	text-align: center;
}
.accepted_pay_option{
	padding: 40px 0px;
}
.accepted_pay_option > .accept_text{
	font-size: 14px;
    color: #1f1f1f;
    font-weight: 600;
    margin-bottom: 10px;
}
.accepted_pay_option > .card_holder > img{
	width: 20%;
}
.accepted_pay_option > .card_holder > img:last-child{
	width: 9%;
}
.order_summary{
	padding: 40px 0px 0px 0px;
}
.order_summary > ul{
	border: 1px solid #ddd;
    list-style-type: none;
    padding-left: 0px;
}
.order_summary > ul > li{
	padding: 15px;
}
.order_summary > ul > li:nth-child(odd){
	background:#fff;
}
.order_summary > ul > li:nth-child(even){
	background:#eee;
}
.order_summary > ul > li > p{
	margin-bottom: 0px;
    color: #1f1f1f;
    font-weight: 600;
}
.order_summary > ul > li > p > span{
	float: right;
}

/*review order*/
.review_order_detail{
	padding: 40px 10px 40px 40px;
	
}
.review_order_detail.review_order_detail_2{
	padding: 40px 40px 40px 10px;
}
.review_order_detail > .review_main{
	background: #fff;
    padding: 10px 20px;
	position:relative;
	min-height:143px;
	max-height:143px;	
	box-shadow: 0px 0px 9px 1px #ddd;
}
.review_order_detail > .review_main > h4{
	font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.review_order_detail > .review_main > p{
	font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
}
.review_order_detail > .review_main > .order_edit_abs{
	position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.review_order_main{
	width:100%;
	float:left;
}
.review_table table tbody > tr > td:nth-child(1) .free_offer_div > .offer_title > a {
    right: -34px;
}
.review_table table tbody > tr > td:nth-child(1) .cart_menu_item.cat_itm_des_div{
    text-align: left;
}
.review_table table tbody > tr > td:nth-child(1) .free_offer_div{
    text-align: left;
}
.review_table table tbody > tr > td:nth-child(2){
	padding: 0px;
    width: 100px;
}
.review_table table tbody > tr > td:nth-child(3){
	padding: 0px;
    width: 150px;
}
.review_table table tbody > tr > td:nth-child(4){
	width: 200px;
}
.review_table table tbody > tr > td:nth-child(5) h3{
	margin-top: 0px;
}
.review_order_main p > span{
	font-weight: 400;
}


.review_table  table > thead > tr > th{
	padding:10px !important;
}
.review_table  table > thead > tr, .review_table  table > tbody > tr{
	border-bottom: 1px solid #e7e7e7;
}
.review_table table{
	margin-bottom:0px;
}

/**Custom Checkboxes*/ 
.checkbox {
  position: relative;
  margin-bottom: 20px;
}

.checkbox label {
  padding-left: 30px !important;
  display: block;
}

.checkbox input {
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.checkbox input:checked + .input-helper:before {
  border-color: #ea2114;
}

.checkbox .input-helper:before,
.checkbox .input-helper:after {
  position: absolute;
  content: "";
  transition: all 200ms;
}

.checkbox .input-helper:before {
  left: 0;
  border: 1px solid #bcb5b5;
}

.checkbox input {
  width: 15px;
  height: 15px;
}

.checkbox input:checked + .input-helper:before {
  background-color: #ea2513;
}

.checkbox input:checked + .input-helper:after {
  transform: scale(1);
  opacity: 1;
}

.checkbox .input-helper:before {
    top: -3px;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	color: #fff;
}

.checkbox .input-helper:after {
    content: '\2713';
    font-size: 16px;
    left: 2px;
    top: -2px;
    color: #fff;
    transform: scale(0);
    opacity: 0;
}
.payment_main{
	width: 100%;
    float: left;
    background: #f3f3f3;
    padding: 30px;

}
.wallet_box{
	padding-right: 10px;
}
.wallet_box .wallet_main_div{
	background: #fff;
    padding: 20px 20px;
	min-height: 315px;
	max-height: inherit;
}
.wallet_box .wallet_main_div .boxes{
	padding: 15px 0px;
}
.wallet_box .wallet_main_div .boxes > label{
	color: #1f1f1f;
    font-weight: 600;
}
.wallet_box .wallet_main_div .checkbox_wrapper{
	padding: 15px 0px;
}
.wallet_box .wallet_main_div .checkbox_wrapper > input{
	width: 65%;
    padding: 8px;
    border: 2px solid #ccc;
}
.wallet_box .wallet_main_div .checkbox_wrapper > button{
	border: none;
    padding: 9px;
    background: rgb(233,27,21);
    background: -moz-linear-gradient(left, rgba(233,27,21,1) 0%, rgba(233,27,21,1) 0%, rgba(238,63,15,1) 99%, rgba(238,63,15,1) 99%, rgba(238,63,15,1) 100%);
    background: -webkit-linear-gradient(left, rgba(233,27,21,1) 0%,rgba(233,27,21,1) 0%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 100%);
    background: linear-gradient(to right, rgba(233,27,21,1) 0%,rgba(233,27,21,1) 0%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 99%,rgba(238,63,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91b15', endColorstr='#ee3f0f',GradientType=1 );
    /* background: #ccc; */
    color: #fff;
    width: 25%;
    border-radius: 30px;
    margin-left: 10px;
}
.payment_option_button > button{
	width: 100%;
    margin: 10px 0px;
    border: none;
    padding: 7px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    font-weight: 600;
}
.wallet_main_div .box label{
	font-weight:600;
}
.wallet_box.all_details{
	padding-right: 0;
    padding-left: 10px;
}
.all_details_main_div{
	background:#fff;
	min-height: 315px;
    max-height: 315px;
}
.all_details_main_div > ul{
	padding-left: 0px;
    list-style-type: none;
}
.all_details_main_div > ul > li{
	padding: 20px 20px;
}
.all_details_main_div > ul > li{
	padding: 20px 20px;
}
.all_details_main_div > ul > li > p{
	margin-bottom:0px;
	font-weight:600;
}
.all_details_main_div > ul > li > p:last-child{
    font-size: 17px;
}
.all_details_main_div > ul > li > p > span{
	float:right;
}
.all_details_main_div > ul > li:nth-child(odd){
	background:#fff;
}
.all_details_main_div > ul > li:nth-child(even){
	background:#f3f3f3;
}
span.shipping{
	color: #e32620;
}
span.discount , span.wallet_amt{
	color: #219d10;
}


span.read-more-footer a:hover {
    color: #ed3035;
}
.actual_net_weight_icon{
    width: 15%;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}








#forgotModal1 .modal-dialog {
    width: 840px;
    /* margin: 100px auto; */
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    height: 91vh;
}  
#forgotModal1 .modal-content {
    padding: 110px 90px 30px 90px;
    position: relative;
}


span.read-more-footer a:hover {
    color: #ed3035;
}

.sp_img_div img{
	width:100%;
}

.alert  {
    width: 100%;
    float: left;
}
.add_btn_container{
	margin: 12px 0;
}



.recent_text > a > h4{
    color: #1f1f1f;
    font-size: 16px;
}

.favourite_head {
    position: sticky;
    top: 0px;
    z-index: 11;
    background-color: #fff;
}
.nutrition_count h3{
    font-size: 20px;
    font-family: 'AvenirNextLTPro-Medium';
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #de1501;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fffefe;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #de1401;
}



.new_add_btn_basket{
	width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}
.new_add_btn_basket > button {
    border: none;
    position: relative;
    color: #1f1f1f;
    background: #fef101;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 600;
    padding: 5px 10px;
}

.country_flag {
    width: 10%;
    padding-left: 10px;
}



#bestslr_crsl .owl-item .best_seller_delivery img, #bestslr_crsl2 .owl-item .best_seller_delivery img, #bestslr_crsl4 .owl-item .best_seller_delivery img {
	width:30%;
}

.datepicker-dropdown{
	margin: 62px 0 0;
}
#filter{
    display: inline-block;
}
.SumoSelect {
   
    top: 10px;
}
.SumoSelect > .CaptionCont {
   
    border: 0px solid #A4A4A4;
	outline:none;
   
}
.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
    box-shadow: 0 0 0px #7799D0;
    border-color: transparent;
}
.refine span {
    display: inline-block;
    width: 1px;
    height: 27px;
    vertical-align: middle;
    color: #000;
    background-color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
.SumoSelect > .CaptionCont > span {
   
    padding-right: 85px;
	padding-top: 2px;
   
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
    background-color: rgb(225, 26, 34);
}
.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: -5px;
    right: 80px;
    bottom: 0;
    width: 30px;
}
.SumoSelect > .CaptionCont > span.placeholder {
    color: #000;
    font-style: initial;
}

.new-popmodal i{
    width: 20%;
    display: inline-block;
    font-size: 20px;
    vertical-align: -webkit-baseline-middle;
}
.new-popmodal .login_buton{
    width: 78%;
    display: inline-block;
}
span.empty-cart1{
	font-size: 12px !important;
    margin-left: 10px !important;
    cursor: pointer;
	color: #ea1241;
}
.success-register{
	color: #11af11;
}
.less_item1, .add_item1{
    margin: 0;
    border: none;
    background-color: #fde8e9;
    font-weight: bold;
    font-family: 'AvenirNextLTPro-Medium';
    width: 22px;
    height: 23px;
    border-radius: 3px;
    font-size: 17px;
    line-height: 11px;
}


/* Client Changes*/
.pop_service_div, .strtshop_dum{
	max-height: 400px;
    overflow: hidden;
}
.recipee_big{
	max-height: 350px;
}
.recipee_small{
	max-height: 160px;
}
.blog_small{
	max-height:190px;
}
.blog_big{
	max-height:400px;
}
.blog_cat h3 {
    font-size: 22px !important;
    line-height: 20px !important;
    margin-bottom: 0px !important;
}

#smartwizard .nav-tabs li.nav-item.active a:hover{
	font-size:14px;
}


a.view_all_btn{
    cursor: pointer;
}
.sw-theme-arrows > ul.step-anchor > li.active > a:hover{
	line-height: 1.42857143;
	text-decoration:none;
	transition:none;
}
.sw-theme-arrows > ul.step-anchor > li.active > a:hover > span{
	border: 1px solid #fff;
    padding: 6px 12px;
    background: #fff;
    color: #000;
    top: 5px;
    border-radius: 50%;
    margin: 10px 0px;
    position: absolute;
    font-weight: 600;
}

.order_type_pref{
    background-color: #f58d1e;
    color: #fff;
    margin-top: 10px;
}
.offer-offer img {
   	width: 20px !important;
    position: absolute;
    top: 9px;
    left: 5px;
}

/*toot tip*/
.relative
{
    position: relative;
}
.rc-tooltip {
    position: absolute;
    z-index: 99999;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.5;
    opacity: .9;
    top:30px;
    left: -45px;
}

.rc-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -5px;
    left: 117px;
    right: 7%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #373737;
}
.tooltip .rc-tooltip-inner {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    width: 140px;
}
.rc-tooltip-inner {
    padding: 8px 10px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: #373737;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0,0,0,.17);
    min-height: 34px;
    width: 170px;
}
/*toot tip*/

/*top pop message*/
.absolute-message-container
{
	position: fixed;
	top:0;
	left: 0;
	background-color: #333;
	width: 100%;
	z-index: 99999;
	opacity: .9;
}
.message-content-container
{
	padding: 5px 20px;
}
.message-content
{
	text-align: left;
}
.message-text-containter
{
	color:  white;
	margin:0;
	padding: 10px;
}
.message-head
{
	font-weight: bold;
}
.message-close-button
{
	position: absolute;
	font-size: 2em;
	cursor: pointer;
	right: 20px;
	top: 5px;
}
.message-close-time-counter
{
	position: absolute;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	right: 50px;
	top: 14px;
}
/*top pop message*/





.product_weight .nice-select {
    border-radius: 2px !important;
    border: solid 1px #33333359 !important;
    height: 21px !important;
    line-height: 20px !important;
    padding-left: 5px !important;
    padding-right: 20px !important;
}
.product_weight .nice-select:after {
    
    right: 8px !important;
    
}

.product_weight.weight .nice-select {
    border-radius: 4px !important;
    border: solid 1px #33333359 !important;
    height: 33px !important;
    line-height: 24px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.input_container .nice-select{
    width: 100%;
    height: 28px;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0px;
}
.input_container .nice-select:active, .input_container .nice-select.open, .input_container .nice-select:focus {
    border-color: #ea1241;
}
.input_container .nice-select.open .list{
	    width: 100%;
}
#add_contact_us .nice-select{
    border: 1px solid #dddddd;
    height: auto;
    padding: 10px 12px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}
#add_contact_us .nice-select.open .list{
      width: 100%;
	  height: 100px;
    overflow: hidden;
    overflow-y: auto;
}

.spl_price_div
{
    /*height: 22px;
    width: 80px;*/
    text-align: center;
    background: #51aa1b;
    color: white;
    font-weight: bold;
    font-family: segoe ui;
    /*line-height: 22px;*/
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 3px;
    
}
.spl_price_div p
{
    margin: 0;
    font-size: inherit;
    padding: 3px 5px 2px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-top: 1px;
}





#all_products{
    width: 100%;
    float: left;
}
.product-listing{
    width: 100%;
    float: left;
}

.product_weight .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 22px;
    list-style: none;
    min-height: 22px;
    outline: none;
    padding-left: 10px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 999999;
}
.responsive_filter{
	display:none;
}


#loader.fadeOut {
    opacity: 0;
    visibility: hidden;
}
#loader {
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 999999999;
    top: 0;
}
.loader-new {
    background-image: url(../images/icon.png);
    background-size: 100%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.5s infinite;
    animation: spin 1.5s infinite;
    position: absolute;
    top: calc(50% - 90px);
    left: 48%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 0;
	
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes spin {
 0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-40px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
}

@keyframes spin {
  0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-40px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
}
.spinner1 {
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 100%;
    transform: translate(-50% , -50%);
}
.spinner1 p {
    color: #000;
    margin: 8px 0px 0px 0px;
    font-size: 18px;
}
#login_privacy_policy .modal-header{
    background-color: #fff200;
}
#login_privacy_policy .modal-header h4{
    font-size: 20px;
    font-weight: 600;

}
#login_privacy_policy .service_terms{
    background-color: transparent !important;

}
#login_privacy_policy .modal-footer{
	text-align:center;
}
#login_privacy_policy .modal-footer button{
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 50px;
    background: #d02529;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%);
    background: linear-gradient(to right, #d02529 0%,#d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02529', endColorstr='#d64c22',GradientType=1 );
    border-radius: 50px;
    color: #fff;
}
#login_privacy_policy .modal-body{
    max-height: 470px;
    overflow: hidden;
    overflow-y: auto;
}

#login_privacy_policy_2 .modal-header{
    background-color: #fff200;
}
#login_privacy_policy_2 .modal-header h4{
    font-size: 20px;
    font-weight: 600;

}
#login_privacy_policy_2 .service_terms{
    background-color: transparent !important;

}
#login_privacy_policy_2 .modal-footer{
	text-align:center;
}
#login_privacy_policy_2 .modal-footer button{
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 50px;
    background: #d02529;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    background: -webkit-linear-gradient(left, #d02529 0%,#d64c22 100%);
    background: linear-gradient(to right, #d02529 0%,#d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d02529', endColorstr='#d64c22',GradientType=1 );
    border-radius: 50px;
    color: #fff;
}
#login_privacy_policy_2 .modal-body{
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
	 text-align: center;
}
#login_privacy_policy_2 .modal-header button{
	display:none;
}
#login_privacy_policy .modal-header button{
	display:none;
}
