.user_profile {
    top: 7px;
    z-index: 9;
    right: 5%;
    position: absolute;
}
.user_profile i{font-size:35px;color:#ea1241;}
@media only screen and (min-width: 992px) {
  .user_profile{display: none;}
}
.header-top {
    color: #000;
    /*border-bottom: 1px solid #ebebeb;*/
    font-size: 13px;
	
}
.header-top-home
{
    padding-top: 10px;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}
.header-top ul{list-style:none;padding-left: 0;}
.header-top ul.__login > li{display:inline-block;}
.header-top ul li a{color:#000000;}
.header-container {
    padding: 0px 15px 0px 15px;
}
.header-top ul.header-top-right .login::after {
    content: "|";
}
body{
	margin: 0px;
	padding: 0px;
	overflow-x:hidden;
}
@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url('../fonts/AvenirNextLTPro-Regular.ttf');
}
@font-face {
  font-family: 'AvenirNextLTPro-Medium';
  src: url('../fonts/AvenirNextLTPro-Medium.ttf');
}
@font-face {
  font-family: 'AvenirNextLTPro-Demi';
  src: url('../fonts/AvenirNextLTPro-Demi.ttf');
}
@font-face {
  font-family: 'AvenirNextLTPro-Bold';
  src: url('../fonts/AvenirNextLTPro-Bold.ttf');
  font-weight: 100;
}
body {
  font-family: 'AvenirNextLTPro-Regular'; 
}


a {
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:focus,
a:hover {
    text-decoration: none;
	outline: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
button:focus,
button:hover {
    text-decoration: none !important;
	outline: none  !important;
	color: inherit;
}
input:focus,
input:hover {
    text-decoration: none;
	outline: none;
}
select, select:focus,
select:hover{
	text-decoration: none;
	outline: none;
}
.modal {
    z-index: 99999;
}
.modal-backdrop {
    z-index: 9999;
}
:placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d3d3d3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d3d3d3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d3d3d3;
}
.no-padding{
    padding: 0 !important;
}
.no-margin{
    margin: 0 !important;
}
.white-bg{background-color: #fff !important}
.grey-bg{background-color: #e5eaeb !important}

/*margins*/
.mt-0 {
  margin-top: 0px !important; }
  
.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mb-0 {
  margin-bottom: 0px !important; }
  
.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-50 {
  margin-left: 50px !important; }
  
  
/*paddings*/
.pt-5 {
  padding-top: 5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
padding-top: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pl-50 {
  padding-left: 50px !important; }
 .clearfix{
	 clear:both; }
	 
	 
/**************Slider css Start ********************/	 
#carousel-example .carousel-inner .item img{
	width:100%;
}
/**************Slider css End **********************/	 
 
 
.mysldr_left{
	left: 0;
    top: calc(50% - 50px);
    position: absolute;
    z-index: 9;
    padding: 34px 24px;
    background: #d6d6d657;
	cursor:pointer !important;
}
.mysldr_right{
	right: 0;
    top: calc(50% - 50px);
    position: absolute;
    z-index: 9;
    padding: 34px 24px;
    background: #d6d6d657;
	cursor:pointer !important;
}
.mysldr_left:hover, .mysldr_right:hover{
	background: #d6d6d6b8;
}
.poplr_srvc .dumbg img{
	width:100%;
}

h1{
	font-size: 30px;
	color: #1f1f1f;
	margin: 42px 0px;
	padding: 0px;
	text-align:center;
	text-transform: capitalize;
}
h1 span{
	color: #ed2f38;
}
.dumbg{
    background: #f1f1f1;
    /* display: inline-block; */
    text-align: center;
    position: relative;
}
.popler_desp{
	/*display: inline-block; */
    background-color: #fff;
    padding: 20px 20px 0px 20px;
    position: absolute;
    bottom: -80px;
    width: 86%;
    margin: 0px auto;
    text-align: center;
    border-bottom: 3px solid #fdd501;
    left: 0;
    right: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.popler_desp2{
	/*display: inline-block; */
    background-color: #fff;
    padding: 20px 20px 0px 20px;
    position: absolute;
    bottom: -80px;
    width: 86%;
    margin: 0px auto;
    text-align: center;
    border-bottom: 3px solid #ee3835;
    left: 0;
    right: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.popler_desp:hover, .popler_desp2:hover{
	box-shadow: 0px 6px 21px #0000003d;
    border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	cursor:pointer;
}
.popler_desp img, .popler_desp2 img{
	width:auto !important;
}

.poplr_srvc h3{
	font-size: 22px;
    color: #1f1f1f; 
    font-weight: 500;
    padding: 0px;
    margin: 13px 0px 5px 0px;
}
.poplr_srvc p{
    font-size: 17px;
    color: #727272;
    font-weight: 500;
    line-height: 22px;
    margin: 0px 0px 15px 0px;
}
.padg_lr{
	padding-left: 32px;
    padding-right: 0px;
	margin-bottom: 100px;
}
.padg_rl{
	padding-left: 7px;
    padding-right: 32px;
	margin-bottom: 100px;
}
.padg{
	padding-right: 16px;
    padding-left: 16px;
	margin-bottom: 100px;
}

















/********************** Advertisement Banner css Start **********************/
.advt_bnr{}
.advt_bnr img{
	width:100%;
}
.advt_bnr2{
	position:relative;
}
.advt_bnr2 img{
	width:100%;
	max-height: 464px;
}
.lnk_abs{
    position: absolute;
    bottom: 60px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 60px;
    text-align: center;
	
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.advt_bnr2 .lnk_abs img{
	width:auto;
}
.lnk_abs:hover{
	box-shadow: 0px 5px 20px #000000a3;
	
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/********************** Advertisement Banner css End ************************/



/********************** Shop bycategorey css Start **************************/
.shop_cat{
	
}

.link_shop {
    position: absolute;
    right: 10px;
}
.shop_cat a{
	font-size:22px;
	color: #1f1f1f;
	text-decoration:underline;
}
.shop_cat .link_shop a img{
	margin-left:10px;
}


.shpct_padg_lr{
	padding-left: 32px;
    padding-right: 0px;
	margin-bottom: 40px;
}
.shpct_padg_rl{
	padding-left: 0;
    padding-right: 32px;
	margin-bottom: 40px;
}
.shpct_padg{
	padding-right: 16px;
    padding-left: 16px;
	margin-bottom: 40px;
}

/*.shpct_padg{
	padding-left: 0px;
    padding-right: 34px;
    margin-bottom: 60px;
    min-height: 266px;
    max-height: 266px;
    display: inline-block;
}
.shpct_padg:last-child{
	padding-right: 0px;
}*/
.cat_dum{
    /*display: inline-block;*/
    text-align: center;
    position: relative;
	border-bottom: 2px solid #fdd501;
}
.cat_dum img{
	width:100%;
}
.shop_cat h3{
	font-size:22px;
	color:#1f1f1f;
	font-weight: 500;
	text-align: center;
}
/********************** Shop bycategorey css End** **************************/



/********************** Start Shopping css Start **************************/
.strtshop_cat{
	
}


/*
.strtshop_padg_lr{
	padding-left: 19px;
	padding-right: 0px;
	margin-bottom: 25px;
}
.strtshop_padg_rl{
	padding-left: 0;
	padding-right: 20px;
	margin-bottom: 25px;
}
.strtshop_padg{
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 25px;
}
*/
.strtshop_dum{
    /*display: inline-block;*/
    text-align: center;
    position: relative;
	border-bottom: 2px solid #fdd501;
	overflow:hidden;
}

.strtshop_dum img{
    margin-bottom: 25px;
	width: 100%;
}
.strtshop_cat h3{
	font-size:22px;
	color:#1f1f1f;
	font-weight: 500;
	text-align: center;
	margin: 12px 0px 0px 0px;
}
/********************** Start Shopping css End *****************************/




/********************** Our Recipe css Start **************************/
.recep_cat{
	
}

.recep_link {
    position: absolute;
    right: 10px;
}
.recep_cat a{
	font-size:22px;
	color: #1f1f1f;
	text-decoration:underline;
}
.recep_cat .recep_link a img{
	margin-left:10px;
	width: auto;
}
.recep_cat h2{
	margin:15px 0px;
	padding: 0px;
	font-size:24px;
	color: #1f1f1f;
	font-weight: 500;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 26px;
    max-height: 53px;

}
.recep_cat h3{
	margin: 15px 0px;
    padding: 0px;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 26px;
    max-height: 48px;

}
.recep_cat p{
	margin:0px;
	padding: 0px;
	font-size:19px;
	color: #727272;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   webkit-line-clamp: 3;
    line-height: 25px;
    max-height: 75px;

}
.recep_cat img{
	width: 100%;
}
.recipee_div img{
	transition: all .4s linear;
}
.recipee_div:hover img{
	transform: scale(1.2);
}
/********************** Our Recipe css End ****************************/






/********************** Our Testimonials css Start **************************/
.testimnl_cat{
	
}
.testimnl_cat h3{
	font-size:22px;
	color:#1f1f1f;
	font-weight: 500;
	text-align: center;
	margin: 12px 0px 0px 0px;
}

#quote-carousel {
    padding: 0 10px 0px 10px;
    
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
	position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
    overflow: hidden;
    height: 170px;
    /*margin-bottom: 40px;*/
}
#quote-carousel .carousel-indicators li {
    width: 118px;
    height: 118px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    opacity: 1;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
	margin-right: 35px;
}
#quote-carousel .carousel-indicators .active {
    width: 146px;
    height: 146px;
    width: 118px;
    height: 118px;
    opacity: 1;
    transition: all .2s;
	border: 3px solid #e03535;
}
#quote-carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*height: 210px;*/
}
#quote-carousel .carousel-inner .item{
	height: 250px;
	padding-top: 25px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 0px;
	color: #fbd6d7;
	font-size: 80px;
	position:absolute;
	left: -60px;
	top: -50px
}
.item blockquote p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    float: right;
    margin-right: 0px;
	color: #fbd6d7;
	font-size: 80px;
	position:absolute;
	right: -75px;
	bottom: -60px
}

.testimnl_cat .carousel-inner .item p{
	font-size: 24px;
	color:#1f1f1f;
}
.testimnl_cat .carousel-indicators img{
	width:100%;
}
.tetmnl_btn_rt{
    position: absolute;
    top: 34px;
    right: 50px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 55px;
    text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border: 1px solid #e6e6e6;
}
.tetmnl_btn_lt{
    position: absolute;
    top: 34px;
    left: 50px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 60px;
    text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border: 1px solid #e6e6e6;
}
.tetmnl_btn img{
	width:auto;
}
.tetmnl_btn_rt:hover, .tetmnl_btn_lt:hover{
	box-shadow: 0px 2px 18px #bbbbbba3;
	
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/********************** Our Testimonials css End *****************************/





/********************** Our blog css Start **************************/
.blog_cat{
	
}

.blog_link {
    position: absolute;
    right: 10px;
}
.blog_cat a{
	font-size:22px;
	color: #1f1f1f;
	text-decoration:underline;
}
.blog_cat .blog_link a img{
	margin-left:10px;
	width: auto;
}
.blog_cat h2{
	margin:15px 0px;
	padding: 0px;
	font-size:24px;
	color: #1f1f1f;
	font-weight: 500;
}
.blog_cat h3{
	margin: 15px 0px;
    padding: 0px;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
}
.blog_cat p{
	margin:0px;
	padding: 0px;
	font-size:19px;
	color: #727272;
	line-height: 26px;
}
.blog_cat img{
	width: 100%;
}
.blog_mad{
	position: relative;
	margin-bottom: 20px;
}
.post_rel{
	position : relative;
}
.blog_mad_chld{
	position: absolute;
	bottom: 0;
	background: #ccc;
	margin-right: 15px;
	padding: 0px 20px 10px 20px;
	background: rgba(5,0,92,0.14);
	background: -moz-linear-gradient(left, rgba(5,0,92,0.14) 0%, rgba(181,0,0,0.57) 50%, rgba(181,179,47,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(5,0,92,0.14)), color-stop(50%, rgba(181,0,0,0.57)), color-stop(100%, rgba(181,179,47,1)));
	background: -webkit-linear-gradient(left, rgba(5,0,92,0.14) 0%, rgba(181,0,0,0.57) 50%, rgba(181,179,47,1) 100%);
	background: -o-linear-gradient(left, rgba(5,0,92,0.14) 0%, rgba(181,0,0,0.57) 50%, rgba(181,179,47,1) 100%);
	background: -ms-linear-gradient(left, rgba(5,0,92,0.14) 0%, rgba(181,0,0,0.57) 50%, rgba(181,179,47,1) 100%);
	background: linear-gradient(to right, rgba(5,0,92,0.14) 0%, rgba(181,0,0,0.57) 50%, rgba(181,179,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05005c', endColorstr='#b5b32f', GradientType=1 );
	width: 100%;
    background-size: 100% 100%;
}
.blog_mad_chld2{
	position: absolute;
	bottom: 0;
	background: #ccc;
	padding: 0px 20px 10px 20px;
	background: rgba(5,0,92,0.14);
	background: -moz-linear-gradient(left, rgba(5,0,92,0.14) 0%, rgba(181,0,0,0.57) 50%, rgba(181,179,47,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(5,0,92,0.14)), color-stop(50%, rgba(181,0,0,0.57)), color-stop(100%, rgba(181,179,47,1)));
	background: -webkit-linear-gradient(left, rgba(5,0,92,0.14) 0%, rgba(181,0,0,0.57) 50%, rgba(181,179,47,1) 100%);
	background: -o-linear-gradient(left, rgba(5,0,92,0.14) 0%, rgba(181,0,0,0.57) 50%, rgba(181,179,47,1) 100%);
	background: -ms-linear-gradient(left, rgba(5,0,92,0.14) 0%, rgba(181,0,0,0.57) 50%, rgba(181,179,47,1) 100%);
	background: linear-gradient(to right, rgba(5,0,92,0.14) 0%, rgba(181,0,0,0.57) 50%, rgba(181,179,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05005c', endColorstr='#b5b32f', GradientType=1 );
	width: 100%;
    background-size: 100% 100%;
}
.blog_cat h3{
	font-size: 27px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
}
.blog_cat h4{
	font-size: 24px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
}
.blog_date {
	font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.blog_date:after{
	content: '';
    width: 1px;
    height: 20px;
    background: #768593;
    position: absolute;
    top: 0;
    right: -10px;
}
.blog_catry {
	font-size:14px;
	text-transform:uppercase;
	color: #fff;
	font-weight: 400;
	display: inline-block;
}
.our_blog_container{
	 position:relative;
	 overflow: hidden;
 } 
.our_blog_container > img{
	 transform: scale(1);
	 transition: ease all 0.3s;
	 
 } 
.our_blog_container:hover > img{
	 transform: scale(1.04);
	 transition: ease all 0.5s;
 } 
  



/********************** Our blog css End ****************************/











#footer{
/********************** Footer css Start ****************************/
	margin-top: 30px;
    padding-top: 50px;
    border-top: 2px solid #1f1f1f;
}
#footer h4{
	font-size:17px;
	font-weight: 600;
	color: #1f1f1f;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
#footer p{
	font-size: 17px;
    font-weight: 400;
    color: #1f1f1f;
    text-transform: initial;
    line-height: 24px;
	margin-top: -2px;
}
.payothd{
	width: 100%;
    display: inline;
}

.search-container { float: left; width: 100%; border: 1px solid #e2e2e2; }
.search-container input[type=text] {
	padding: 8px 8px 8px 8px;
	margin-top: 0px;
	font-size: 14px;
	border: none;
	width: 80%;
	float: left;
}
.search-container button {
	float: right;
	padding: 10px 0px;
	margin-top: 0px;
	margin-right: 0px;
	background: #f4c5ca;
	font-size: 12px;
	border: none;
	cursor: pointer;
	color: #fff;
	width: 20%;
}
.rellogo_dv{
	margin-bottom: 28px;
}
.nav_ftr{
	padding-top: 30px;
    border-top: 2px solid #1f1f1f;
    margin-bottom: 0px;
	border-bottom: 2px solid #1f1f1f;
}
#footer .foot_qucknav{}
#footer .foot_qucknav h4{
	font-size:17px;
	color: #1f1f1f;
	padding: 0px;
	text-transform: uppercase;
	margin: 0px 0px 14px 0px;
}
#footer .foot_qucknav ul{
	margin: 0px;
    padding: 0px;
    list-style: none;
}
#footer .foot_qucknav ul li{}
#footer .foot_qucknav ul li a{
	font-size: 17px;
    color: #1f1f1f;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
    line-height: 26px;
    font-weight: 400;
}
#footer .foot_qucknav ul li a:hover{
	text-decoration: none;
}

#footer .soclmed_lnk{
	margin: 14px 0px 20px 0px;
    width: 100%;
    display: inline-block;
}
#footer .soclmed_lnk a{
	background: #f2cacc;
    padding: 7px 23px;
    margin-right: 1px;
    line-height: 24px;
    float: left;
}
#footer .app_lnk{
	margin: 14px 0px 20px 0px;
    width: 100%;
    display: inline-block;
}
#footer .app_lnk a{
    margin-right: 1px;
    line-height: 24px;
    float: left;
}
#footer .coprt_dv{
	padding: 10px 0px;
}
#footer .coprt_dv p{
	font-size: 14px;
	color: #1f1f1f;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

/********************** Footer css End ******************************/


/********************** Header css Start ******************************/
.navbar-wrapper {
	padding-top: 10px;
    padding-bottom: 4px;
    position: absolute;
    width: 100%;
	background: #fff201;
	position: fixed;
	z-index: 9999;

}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: none;
    background-color: #fff0;
}
#navbar {
	float: left;
    width: 73%;
}
.navbar-header{
	width: 27%;
}
.logo_width{}
.logo_width img{}

.nav.navbar-nav {
    float: left;
	width: auto;
}
.navbar-inverse .navbar-nav > li > a {
    color: #1f1f1f;
    /*text-transform: uppercase;*/
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #1f1f1f;
    background: transparent;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-top: 0px;
    padding-bottom: 0;
    box-shadow: 0 1px 8px 1px #00000038;
	background: rgba(255, 255, 255, 0.9) !important;
}
.fixed-header .navbar{
	padding: 6px 0px 4px 0px;
	background: #fff200 !important;
}
.border{border:1px solid #ddd;border-radius: 4px;}
.cat_menu{}
.cat_menu span{
	/*font-size: 21px;
    width: 50px;
    height: 50px;
	text-align: center;
    vertical-align: middle;*/
    background: #fff200;
    padding: 15px 8px;
    line-height: 50px;
    color: #ea1241;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2196078431372549);
    margin: 0px 0px 0px 5px;
	font-weight:bold;
}
.smallsearch {
	margin: 0px;
	border: 1px solid #fff201;
	box-shadow: 0px 5px 15px #00000038;
	margin-left: 15px;
}
.flipkart-navbar-input {
    padding: 15px 16px 14px 16px;
    border-radius: 2px 0 0 2px;
    border: 0 none;
    outline: 0 none;
    font-size: 15px;
}
.flipkart-navbar-button {
	background-color: #fff;
    /* border: 1px solid #ffe11b; */
    border: 0px;
    border-radius: 0px;
    color: #565656;
    padding: 12px 0px;
    height: auto;
    cursor: pointer;
}
.flipkart-navbar-button span{
	color: #ed3035;
	font-size: 18px;
}
.navbar .nav li a{
	padding: 5px;
}
.navbar-nav .track_ico{}
.navbar-nav .track_ico span{
	display: inline-flex;
	margin-right:2px;
	/*font-size: 21px;
    width: 50px;
    height: 50px;
    background: #fff200;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    color: #ea1241;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2196078431372549);
    margin: 0px 0px 0px 10px;
	padding:0px;
	float: left;*/
}
.navbar-nav .shop_ico{}
.navbar-nav .shop_ico span{
	display: inline-flex;
	margin-right:5px;
	/*font-size: 21px;
    width: 50px;
    height: 50px;
    background: #fff200;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    color: #ea1241;
    box-shadow: 0px 5px 15px #00000038;
    margin: 0px 0px 0px 10px;
	padding:0px;
	float: left;*/
}
.navbar-nav .location_ico{}
.navbar-nav .location_ico span{
	display: inline-flex;
	margin-right:10px;
	/*font-size: 21px;
    width: 50px;
    height: 50px;
    background: #fff200;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    color: #ea1241;
    box-shadow: 0px 5px 15px #00000038;
    margin: 0px 0px 0px 10px;
	padding:0px;
	float: left;*/
}
.navbar-nav .user_ico{}
.navbar-nav .user_ico span{
	font-size: 21px;
    width: 50px;
    height: 50px;
    background: #fff200;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    color: #ea1241;
    box-shadow: 0px 5px 15px #00000038;
    margin: 0px 0px 0px 10px;
	padding:0px;
	float: left;
}
.navbar-nav .cart_ico{
    display: inline-flex;
    margin-right: 10px;
    background: #fff200;
    border-radius: 8px;
    padding: 5px;
    text-align: right;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2196078);
}
.navbar-nav .cart_ico span{
	display: inline-flex;
	/*margin-right:10px;
	background: #fff200;
	border-radius: 8px;
	padding: 5px;
	text-align: right;*/
	/*font-size: 21px;
    width: 50px;
    height: 50px;
    background: #fff200;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    color: #ea1241;
    box-shadow: 0px 5px 15px #00000038;
    margin: 0px 0px 0px 10px;
	padding:0px;
	float: left;*/
}
.navbar-nav .track_ico, .navbar-nav .shop_ico, .navbar-nav .location_ico, .navbar-nav .user_ico, .navbar-nav .cart_ico{}
/*.navbar-nav .track_ico a, .navbar-nav .shop_ico a, .navbar-nav .location_ico a, .navbar-nav .user_ico a, .navbar-nav .cart_ico a{
	font-size: 21px;
    width: 50px;
    height: 50px;
    background: #fff200;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    color: #ea1241;
    box-shadow: 0px 5px 15px #00000038;
    margin: 0px 0px 0px 10px;
	padding:0px;
}
*/
.navbar-nav .track_ico span:hover, .navbar-nav .shop_ico span:hover, .navbar-nav .location_ico span:hover, .navbar-nav .user_ico span:hover, .navbar-nav .cart_ico span:hover{
	/*background: #fff200 !important;*/
	color:#454545;
}
.custm_drpdn{}
.navbar-nav>li>.custm_drpdn{
	margin: 0px;
    padding: 0px;
    right: 180px;
	left: -171px;
    width: 234px;
    border-radius: 5px !important;
    margin-top: 10px;
    padding: 0px 0px;
    border: 0px;
    box-shadow: 5px 8px 16px #00000047;
    border-bottom: 4px solid #f25f7f;
	max-height: 308px;
    overflow: overlay;
}
.navbar-nav>li>.custm_drpdn li{
	padding: 0px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0px;
}
.navbar-nav>li>.custm_drpdn li:last-child{
	border-bottom:0px;
}
.navbar-nav>li>.custm_drpdn li a{
	padding: 14px 10px 14px 20px;
    font-size: 14px;
    color: #1f1f1f;
}
.navbar-nav>li>.custm_drpdn li a:hover{
	background-color:#ffbc9f;
}
.navbar-nav>li>.custm_drpdn li a img{
	margin-right: 14px;
}
.mean-container .mean-bar{
    position: fixed;
    z-index: 999;
    background: transparent;
    right: 0px;
    top: 75px;
	 
}

.mean-container .mean-bar > a{
	background: red;
    border-radius: 50%;
	margin-right:10px;
	top: -60px;
}
.mean-container .mean-nav {
    margin-top: 0px;
}

.mean-container .mean-nav ul li a{
	color: #524f14;
	border-top: 1px solid #b9b227;
}
.mean-container .mean-nav ul li li a{
	color: #524f14;
	border-top: 1px solid #b9b227;
}
.mean-container .mean-nav ul li a.mean-expand{
	border-left: 1px solid #b9b227 !important;
	border-bottom: 1px solid #b9b227 !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover{
	background: #faed00;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #faed00;
    margin-top: 0px;
}



.location_drpdn{}
.navbar-nav>li>.location_drpdn{
	margin: 0px;
    padding: 0px;
    right: 180px;
    left: -182px;
    width: 230px;
    border-radius: 5px !important;
    margin-top: 10px;
    padding: 8px 0px;
    border: 0px;
    box-shadow: 5px 8px 16px #00000047;
    border-bottom: 4px solid #f25f7f;
}
.navbar-nav>li>.location_drpdn li{
	padding: 4px 15px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0px;
}
.navbar-nav>li>.location_drpdn li:last-child{
	border-bottom:0px;
}
.navbar-nav>li>.location_drpdn li a{
	padding: 10px 0px;
    font-size: 14px;
    color: #e32620;
    text-decoration: underline;
}
.navbar-nav>li>.location_drpdn li a:hover{
	background-color:#fff;
}
.navbar-nav>li>.location_drpdn li a img{
	margin-right: 14px;
}
 


 
 
 
 
 
.cat_listing{ float:left; padding: 0px;}
.cat_listing li{ list-style: none;}
.cat_listing > li.dropdown.open {
  position: static;
}

.cat_listing > li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 98%;
  text-align: center;
  left: 1%;
  right: 0;
  height: 86vh;
  padding: 40px 140px 0px 140px;
  border-radius: 10px;
  border: 0px;
  
}

.cat_listing > li.dropdown.open .dropdown-menu > li {
  display: table-cell;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
.cat_listing > li.dropdown.open .dropdown-menu > li {
    display: block;
  }
}
/********************** Header css End ********************************/




.icon_ico{}
.icon_ico:before{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid white;
    top: -12px;
    position: absolute;
    left: 274px;
}

.top_bottom_bg{
	position: absolute;
	background-image: url('../img/catmenu_top_bg.png'), url('../img/catmenu_top_bg2.png');
	background-repeat: no-repeat;
	background-position: top left, bottom right;
}
/*.top_bottom_bg2{
	position: absolute;
	background-image: url('../img/catmenu_top_bg2.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}*/
.shop-cat-cart {
	position: relative;
	z-index: 999;
	width: 82%;
	left: 0;
	top: 0px;
	height: 100%;
}

.category-wrap {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
    margin-top: -29px;
    display: block;
    height: 100%;
}
.shop-cat-cart {
	margin-top: 20px;
}
.category-drop-section-1{
	float: left;
	width: 25%;
  width: 260px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  direction: rtl;
  display: block;
  height: 100%;
}
.category-drop-section-1::-webkit-scrollbar {
  width: 0px;
}
.category-drop-section-1::-moz-scrollbar {
  width: 0px;
}
.category-drop-section-1::-ms-scrollbar {
  width: 0px;
}
.category-drop-section-1::-o-scrollbar {
  width: 0px;
}
.category-drop-section-1::scrollbar {
  width: 0px;
}
.category-drop-section-2{
	float: left;
	width: 75%;
}
.drop ul{
	list-style: none;
  padding-left: 0px;
  padding-right: 0;
}
.drop ul li {
    padding: 6px 15px;
    font-size: 13px;
    border-bottom: 1px solid #0000001c;
}
.drop ul li:last-child{
	border-bottom: none;
}
.drop ul li a {
    color: #878c94;
	text-decoration: none;
}
ul.categary-sec-2 li {
	background: #f3f3f3;
	border-bottom: none;
	width: 25%;
	position: relative;
}
ul.categary-sec-2 ul {
	position: absolute;
	left: 220px;
	width: 250px;
	top: -30px;
}
ul.categary-sec-2 ul li{
	width: 100%;
	background: #fff;
}
ul.categary-sec-2 ul{
	display: none;
}
ul.categary-sec-2 li:hover ul.herb, ul.categary-sec-2 li:hover ul.herb-2{
	display: block;
}

ul.categary-sec-2 li.active, ul.categary-sec-2 li:hover{
	background: #fff;
}
ul.cart-port {
	position: absolute;
	left: 292px;
	width: 350px;
	z-index: 999;
	top: 0px;
}
ul.cart-port li{
	background: #fff;
}
ul.cart-port {
	display: none;
	background-image: url('../images/tomato-bg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.category-drop-section-1 ul li {
	background: #fff;
	background: #fff0;
}
.category-drop-section-1 ul li:hover, .category-drop-section-1 ul li a:hover, .category-drop-section-1 ul li.active, .category-drop-section-1 ul li.active a {
	/* background: #f8f8f8; */
    color: #ea1241;
    display: block;
    font-weight: 900;
	
}
.category-drop-section-1 ul li > ul{
	/*transition: all ease 0.5s;*/
}
.category-drop-section-1 ul li.active > ul{
	/*transition: all ease 0.5s;*/
}
.category-drop-section-1 ul li:hover ul li, .category-drop-section-1 ul li:hover ul li a{
	background: transparent;
	color: #808080;
    display: block;
    font-size: 14px;
	transition: ease all 0.3s;
    position: relative;
    left: 0;
}
.category-drop-section-1 ul li a.active{
	color: #fff !important;
}
.category-drop-section-1 ul li {
	padding: 0px;
  text-transform: capitalize;
}
.category-drop-section-1 ul li a{
	display: block;
	padding: 7px 5px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
	color: #1f1f1f;
}
.category-drop-section-1 ul li > ul {
	top: 1px;
	position: absolute;
	left: 260px;
	padding-left:4px;
	background-color: #fff;
	/* width: 65%; */
	width: 80%;
	/*height: 97%;*/
	min-height: 500px;
	background: #f8f8f800;
}
.category-drop-section-1 ul li > ul > li {
	padding: 0px 0px;
}
.category-drop-section-1 ul li > ul > li a {
	display: inline-block;
    padding: 7px 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    /* box-shadow: 0px 5px 4px #ececec; */
}
.category-drop-section-1 ul li > ul > li a:hover {
	color: #ea1241;
    transition: ease all 0.5s;
    position: relative;
    left: 5px;
}
.subcategory-ul-div  ul {
    top: 1px;
    position: absolute;
    left: 260px;
    padding-left:4px;
    background-color: #fff;
    /* width: 65%; */
    width: 80%;
    /*height: 97%;*/
    min-height: 500px;
    background: #f8f8f800;
}
.subcategory-ul-div  ul > li {
    padding: 0px 0px;
}
.subcategory-ul-div  ul > li a {
    display: inline-block;
    padding: 7px 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    /* box-shadow: 0px 5px 4px #ececec; */
}
.subcategory-ul-div  ul > li a:hover {
    color: #ea1241;
    transition: ease all 0.5s;
    position: relative;
    left: 5px;
}
.subcategory-ul-div > ul{
    display: none;
}
.fa-angle-right:before {
    content: "\f105";
    visibility: hidden;
}
.fa-angle-left:before {
    content: "\f104";
    visibility: hidden;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #51a900;
    text-decoration: none;
}
.category-drop-section-1 ul li > ul > li a:hover {
	padding: 7px 10px;
	display: inline-block;
	/*border-bottom: 1px solid #51a900;
	box-shadow: 0px 5px 4px #51a90026;*/
}
.category-drop-section-1 ul li ul li ul{
	top: 1px;
	position: absolute;
	left: 250px;
	width: 250px;
}
.category-drop-section-1 ul li ul li {
    /*background-color: #80808021 !important;*/
    border-bottom: none;
    display: block !important;
    width: 100%;
    padding: 0px 49px 0px 1px;
    vertical-align: top;
    float: left;
}

.category-drop-section-1 ul li ul {
    background-color: #80808021 !important;
    
}

.category-drop-section-1 ul li ul li:hover{
    background-color: #ffff !important;
}
.category-drop-section-1 ul li:hover > ul{
	display: block;
	/*transition: all ease 0.5s;*/
	/* box-shadow: 2px 5px 10px -1px #c7c7c7; */
	background-color: #f8f8f800;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 28% 100%;
    width: 50%;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    direction: ltr;
}
.category-drop-section-1 ul li:hover > ul::-webkit-scrollbar {
  width: 7px;
}
.category-drop-section-1 ul li:hover > ul::-moz-scrollbar {
  width: 7px;
}
.category-drop-section-1 ul li:hover > ul::-ms-scrollbar {
  width: 7px;
}
.category-drop-section-1 ul li:hover > ul::-o-scrollbar {
  width: 7px;
}
.category-drop-section-1 ul li:hover > ul::scrollbar {
  width: 7px;
}

ul.cat-1  li{
	background: transparent;
}
.category-drop-section-1 > ul>li>ul{
display: none;
}
.category-drop-section-1 > ul {
	background: #fff;
	background: #fff0;
    height: 100%;
    overflow-y: auto;
	/*border: 1px solid #ddd;
	box-shadow: 2px 5px 10px -1px #c7c7c7;*/
}
.category-drop-section-1 {
	display: none;
}

.category-drop-section-1  > ul > li:hover{
    background: #80808021;
}
ul.topBarNav {
		margin: 0;
		padding: 4px;
		list-style: none;
		border: 1px solid #51a900;
		border-radius: 7px;
	}
	ul.topBarNav li {
		position: relative;
		display: inline-block;
		margin-right: -4px;
		border-right: 1px solid rgba(0, 0, 0, 0.08);
		list-style: none;
	}
	ul.topBarNav li a {
		display: block;
		padding-left: 12px;
		padding-right: 12px;
	}
	ul.topBarNav li ul.w-150 {
		width: 150px;
		list-style: none;
		border: 1px solid #cecece;
	}
	ul.topBarNav li ul {
		background-color: #ffffff;
		position: absolute;
		top: 16px;
		left: -10px;
		right: 4px;
		margin: 0;
		margin-top: 10px;
		margin-right: -4px;
		padding: 0;
		list-style-type: none;
		z-index: 9999;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
		-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
		-ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
		list-style: none;
		display: none;
	}
	ul.topBarNav li ul li {
		display: block;
		line-height: 30px;
		width: 100%;
		border: none;
		list-style: none;
		border-bottom: 1px solid #cecece;
	}
	
	ul.topBarNav li a {
		display: block;
		padding-left: 12px;
		padding-right: 12px;
	}
	
.cart-subttl{
	float: right;
    margin: 0 0px;
    border-bottom: 2px solid #59ad0c;
    line-height: 40px;
}
.cart-subttl span:nth-child(1){
    margin: 0 15px;
    color: #333;
    font-weight: 600;
}
.cart-subttl span:nth-child(2){
	color: #59ad0c;
    font-weight: 500;
    padding: 0 13px 0 0px;
}





/*****************Login css start********************/
#loginModal{}
#loginModal .modal-dialog{
	width: 840px;
    /* margin: 100px auto; */
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
	height: 91vh;
}
#loginModal .modal-content{
	padding: 80px 90px 30px 90px;
	position: relative;
}
.modal-content{
	border-radius: 10px;
}
.loginmodel_bg button.login_close{
	position: absolute;
	right: -21px;
	top: -25px;
	background: rgba(248,200,194,1);
	background: -moz-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,200,194,1)), color-stop(100%, rgba(254,238,188,1)));
	background: -webkit-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -o-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -ms-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: linear-gradient(to right, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c8c2', endColorstr='#feeebc', GradientType=1 );
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 1;
	font-size: 44px;
	color: #e32121;
	line-height: 0px;
	box-shadow: 0px 4px 10px #0000008f;
	border: 0;
}
.loginmodel_bg{
	background-image: url(../img/loginbg_top.png), url(../img/loginbg_bottom.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}
.loginbody_left{
	padding:0px;
}
.loginbody_left h3{
	font-size: 24px;
    color: #1f1f1f;
    margin: 0px 0px 30px 0px;
}
.loginbody_left p{
	font-size: 16px;
	color: #1f1f1f;
	font-weight: 500;
}
.loginbody_left .form-group .form-control{
	border: 0;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: none;
    border-radius: 0;
    padding: 2px 0px;
    font-size: 14px;
	margin-top: 20px;
	height: auto;
}
.login_buton{
	font-size: 15px;
    text-transform: capitalize;
    padding: 14px 0px;
    border-radius: 40px;
    margin: 30px 0px 20px 0px;
	background: rgba(228,43,43,1);
	background: -moz-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,43,43,1)), color-stop(6%, rgba(228,43,43,1)), color-stop(67%, rgba(233,71,26,1)), color-stop(100%, rgba(233,71,26,1)));
	background: -webkit-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -o-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -ms-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: linear-gradient(to right, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1 );
	border: 0px;
	color: #fff;
	box-shadow: 0px 5px 8px #00000024;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.login_buton:active{
	font-size: 15px;
    text-transform: capitalize;
    padding: 14px 0px;
    border-radius: 40px;
    margin: 30px 0px 20px 0px;
	background: rgba(228,43,43,1);
	background: -moz-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,43,43,1)), color-stop(6%, rgba(228,43,43,1)), color-stop(67%, rgba(233,71,26,1)), color-stop(100%, rgba(233,71,26,1)));
	background: -webkit-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -o-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -ms-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: linear-gradient(to right, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1 );
	border: 0px;
	color: #fff;
	
}
.login_buton:hover, .login_buton:focus{
	color: #fff;
	border:0px;
	box-shadow: 0px 10px 16px #00000040;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.logpop_dvdr{
    text-transform: lowercase;
	margin: 0px 0px 14px 0px;
}
.logpop_dvdr p{
	color: #a8a8a8;
    font-size: 16px;
}
.login_soclmedia{
	width: 100%;
    text-align: center;
    display: inline-block;
}

.login_soclmedia .fackbook{
	padding: 10px 48px;
    border: 1px solid #1f1f1f;
    border-radius: 50px;
    display: inline-block;
    margin-right: 18px;
	box-shadow: 0px 4px 14px #0000001f;
}
.login_soclmedia .googleplus{
	padding: 10px 48px;
    border: 1px solid #1f1f1f;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
	box-shadow: 0px 4px 14px #0000001f;
}
.login_signlnk{
	width: 100%;
    margin-top: 10px;
    text-align: center;
}
.login_signlnk p{
	color:#1f1f1f;
	font-size:16px;
	font-weight: 500;
}
.login_signlnk p span{
	color:#e42520;
	font-size: 16px;
	font-weight: 600;
}

.bod_dv{
	
}
.bod_dv:hover{
	
}


.loginbody_right{}
.lgoinleft_des{
	width: 100%;
    float: left;
    margin-top: 20px;
}
.left_desimg{
	float: left;
    width: 10%;
    margin-right: 10px;
}
.left_descont{
	float: left;
    width: 86%;
	font-size: 14px;
}

/*****************Login css End**********************/


/*****************Forgot Password css Start **********************/

#forgotModal .modal-dialog{
	width: 840px;
    /* margin: 100px auto; */
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
	height: 91vh;
}
#forgotModal .modal-content{
	padding: 110px 90px 30px 90px;
	position: relative;
}

#forgotModalotp .modal-dialog{
  width: 840px;
    /* margin: 100px auto; */
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
  height: 91vh;
}
#forgotModalotp .modal-content{
  padding: 110px 90px 30px 90px;
  position: relative;
}



/*****************Forgot Password css End ************************/




/*****************Select Location css Start **********************/

#locationModal .modal-dialog{
	width: 385px;
    /* margin: 100px auto; */
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
	height: 91vh;
}
#locationModal .modal-content{
	padding: 40px 25px 20px 25px;
	position: relative;
	width: 100%;
}


.locationmodel_bg {
    background-image: url(../img/locationbg_top.png), url(../img/locationbg_bottom.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

.locationmodel_bg button.login_close{
	position: absolute;
	right: -21px;
	top: -25px;
	background: rgba(248,200,194,1);
	background: -moz-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,200,194,1)), color-stop(100%, rgba(254,238,188,1)));
	background: -webkit-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -o-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -ms-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: linear-gradient(to right, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c8c2', endColorstr='#feeebc', GradientType=1 );
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 1;
	font-size: 44px;
	color: #e32121;
	line-height: 0px;
	box-shadow: 0px 4px 10px #0000008f;
	border: 0;
}
/*****************Select Location css End ************************/




/*****************Add Wallet Money css Start **********************/

#add_walletModal .modal-dialog{
	width: 385px;
    /* margin: 100px auto; */
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
	height: 91vh;
}
#add_walletModal .modal-content{
	padding: 40px 25px 20px 25px;
	position: relative;
	width: 100%;
}


.locationmodel_bg {
    background-image: url(../img/locationbg_top.png), url(../img/locationbg_bottom.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

.locationmodel_bg button.login_close{
	position: absolute;
	right: -21px;
	top: -25px;
	background: rgba(248,200,194,1);
	background: -moz-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,200,194,1)), color-stop(100%, rgba(254,238,188,1)));
	background: -webkit-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -o-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -ms-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: linear-gradient(to right, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c8c2', endColorstr='#feeebc', GradientType=1 );
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 1;
	font-size: 44px;
	color: #e32121;
	line-height: 0px;
	box-shadow: 0px 4px 10px #0000008f;
	border: 0;
}




#add_walletModal .modal-content .login_buton{
	font-size: 15px;
    text-transform: capitalize;
    padding: 10px 0px;
    border-radius: 40px;
    margin: 30px auto 20px auto;
	background: rgba(228,43,43,1);
	background: -moz-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,43,43,1)), color-stop(6%, rgba(228,43,43,1)), color-stop(67%, rgba(233,71,26,1)), color-stop(100%, rgba(233,71,26,1)));
	background: -webkit-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -o-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -ms-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: linear-gradient(to right, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1 );
	border: 0px;
	color: #fff;
	box-shadow: 0px 5px 8px #00000024;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	width: 50%;
}
#add_walletModal .modal-content .login_buton:active{
	font-size: 15px;
    text-transform: capitalize;
    padding: 10px 0px;
    border-radius: 40px;
    margin: 30px auto 20px auto;
	background: rgba(228,43,43,1);
	background: -moz-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,43,43,1)), color-stop(6%, rgba(228,43,43,1)), color-stop(67%, rgba(233,71,26,1)), color-stop(100%, rgba(233,71,26,1)));
	background: -webkit-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -o-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -ms-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: linear-gradient(to right, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1 );
	border: 0px;
	color: #fff;
	width: 50%;
	
}
#add_walletModal .modal-content .login_buton:hover, #add_walletModal .modal-content .login_buton:focus{
	color: #fff;
	border:0px;
	box-shadow: 0px 10px 16px #00000040;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*****************Add Wallet Money css End ************************/


/*****************Shopping Prefrence Money css Start **********************/

#shopng_prefrncModal .modal-dialog{
	width: 385px;
    /* margin: 100px auto; */
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
	height: 91vh;
}
#shopng_prefrncModal .modal-content{
	padding: 40px 25px 20px 25px;
	position: relative;
	width: 100%;
}


.locationmodel_bg {
    background-image: url(../img/locationbg_top.png), url(../img/locationbg_bottom.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

.locationmodel_bg button.login_close{
	position: absolute;
	right: -21px;
	top: -25px;
	background: rgba(248,200,194,1);
	background: -moz-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,200,194,1)), color-stop(100%, rgba(254,238,188,1)));
	background: -webkit-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -o-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -ms-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: linear-gradient(to right, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c8c2', endColorstr='#feeebc', GradientType=1 );
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 1;
	font-size: 44px;
	color: #e32121;
	line-height: 0px;
	box-shadow: 0px 4px 10px #0000008f;
	border: 0;
}







#shopng_prefrncModal.shoping_pref{
	font-size: 15px;
    text-transform: capitalize;
	padding: 10px 0px;
    border-radius: 40px;
    margin: 30px auto 20px auto;
    background: rgba(228,43,43,1);
    background: -moz-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,43,43,1)), color-stop(6%, rgba(228,43,43,1)), color-stop(67%, rgba(233,71,26,1)), color-stop(100%, rgba(233,71,26,1)));
    background: -webkit-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -o-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -ms-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: linear-gradient(to right, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1 );
    border: 0px;
    color: #fff;
    box-shadow: 0px 5px 8px #00000024;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    width: auto;
    border: none;
	width: 50%;
}
#shopng_prefrncModal.shoping_pref:hover{
	color: #fff;
}




.shoping_pref{
	font-size: 15px;
    text-transform: capitalize;
    padding: 10px 0px;
    border-radius: 40px;
    margin: 30px auto 20px auto;
    background: rgba(228,43,43,1);
    background: -moz-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,43,43,1)), color-stop(6%, rgba(228,43,43,1)), color-stop(67%, rgba(233,71,26,1)), color-stop(100%, rgba(233,71,26,1)));
    background: -webkit-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -o-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -ms-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: linear-gradient(to right, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1 );
    border: 0px;
    color: #fff;
    box-shadow: 0px 5px 8px #00000024;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 50%;
}
.shoping_pref:active{
	font-size: 15px;
    text-transform: capitalize;
    padding: 10px 0px;
    border-radius: 40px;
    margin: 30px auto 20px auto;
    background: rgba(228,43,43,1);
    background: -moz-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,43,43,1)), color-stop(6%, rgba(228,43,43,1)), color-stop(67%, rgba(233,71,26,1)), color-stop(100%, rgba(233,71,26,1)));
    background: -webkit-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -o-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: -ms-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    background: linear-gradient(to right, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1 );
    border: 0px;
    color: #fff;
    box-shadow: 0px 5px 8px #00000024;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 50%;
	
}
.shoping_pref:hover, .shoping_pref:focus{
	color: #fff;
	border:0px;
	box-shadow: 0px 10px 16px #00000040;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*****************Add Wallet Money css End ************************/





/*****************Register css start********************/
#registerModal{}
#registerModal .modal-dialog{
	width: 840px;
    /* margin: 100px auto; */
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    height: 91vh;
}
#registerModal .modal-content{
	padding: 15px 90px 15px 90px;
	position: relative;
}
#registerModal .modal-header{
	padding: 0px;
	border: 0px;
}
.registermodel_bg button.register_close{
	position: absolute;
	right: -15px;
    top: -12px;
	background: rgba(248,200,194,1);
	background: -moz-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,200,194,1)), color-stop(100%, rgba(254,238,188,1)));
	background: -webkit-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -o-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: -ms-linear-gradient(left, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	background: linear-gradient(to right, rgba(248,200,194,1) 0%, rgba(254,238,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c8c2', endColorstr='#feeebc', GradientType=1 );
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 1;
	font-size: 44px;
	color: #e32121;
	line-height: 0px;
	box-shadow: 0px 4px 10px #0000008f;
	border: 0;
}
.registermodel_bg{
	background-image: url(../img/loginbg_top.png), url(../img/loginbg_bottom.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}
.registerbody_left{
	padding:0px;
}
.registerbody_left h3{
	font-size: 24px;
    color: #1f1f1f;
    margin: 0px 0px 30px 0px;
}
.registerbody_left p{
	font-size: 14px;
	color: #1f1f1f;
	font-weight: 500;
}
.registerbody_left p a{
	text-decoration: underline;
    color: #1f1f1f;
    font-weight: 600;
}
.registerbody_left .form-group .form-control{
	border: 0;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: none;
    border-radius: 0;
    padding: 2px 0px;
    font-size: 14px;
	margin-top: 20px;
	height: auto;
	margin-bottom: 30px;
}
.registerbody_left .form-group .form-control:last-child{
	margin-bottom: 10px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px !important;
    margin-bottom: 10px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.register_buton{
	font-size: 15px;
    text-transform: capitalize;
    padding: 14px 0px;
    border-radius: 40px;
    margin: 20px 0px 10px 0px;
	background: rgba(228,43,43,1);
	background: -moz-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,43,43,1)), color-stop(6%, rgba(228,43,43,1)), color-stop(67%, rgba(233,71,26,1)), color-stop(100%, rgba(233,71,26,1)));
	background: -webkit-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -o-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -ms-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: linear-gradient(to right, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1 );
	border: 0px;
	color: #fff;
	box-shadow: 0px 5px 8px #00000024;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.register_buton:active{
	font-size: 15px;
    text-transform: capitalize;
    padding: 14px 0px;
    border-radius: 40px;
    margin: 30px 0px 20px 0px;
	background: rgba(228,43,43,1);
	background: -moz-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,43,43,1)), color-stop(6%, rgba(228,43,43,1)), color-stop(67%, rgba(233,71,26,1)), color-stop(100%, rgba(233,71,26,1)));
	background: -webkit-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -o-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: -ms-linear-gradient(left, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	background: linear-gradient(to right, rgba(228,43,43,1) 0%, rgba(228,43,43,1) 6%, rgba(233,71,26,1) 67%, rgba(233,71,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42b2b', endColorstr='#e9471a', GradientType=1 );
	border: 0px;
	color: #fff;
	
}
.register_buton:hover, .register_buton:focus{
	color: #fff;
	border:0px;
	box-shadow: 0px 10px 16px #00000040;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.regpop_dvdr{
    text-transform: lowercase;
	margin: 0px 0px 14px 0px;
}
.regpop_dvdr p{
	color: #1f1f1f;
    font-size: 20px;
}
.register_soclmedia{
	width: 100%;
    text-align: center;
    display: inline-block;
}

.register_soclmedia .fackbook{
	padding: 10px 48px;
    border: 1px solid #1f1f1f;
    border-radius: 50px;
    display: inline-block;
    margin-right: 14px;
	box-shadow: 0px 4px 14px #0000001f;
}
.register_soclmedia .googleplus{
	padding: 10px 48px;
    border: 1px solid #1f1f1f;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
	box-shadow: 0px 4px 14px #0000001f;
}
.register_signlnk{
	width: 100%;
    margin-top: 30px;
    text-align: center;
}
.register_signlnk p{
	color:#1f1f1f;
	font-size:14px;
	font-weight: 500;
}
.register_signlnk p span{
	color:#e42520;
	font-size: 16px;
	font-weight: 600;
}
.reg_dvshr{
	margin-top: 40%;
}
.bod_dv{
	
}
.bod_dv:hover{
	
}




.registerbody_right{}




/*****************Register css End**********************/



/*****************Offers css Start**********************/
.offer_category{
	border: 1px solid #e6e6e6;
	padding: 25px 40px;
	background: #fff;
}
.offer_category h2{
	font-size: 20px;
	color: #1f1f1f;
	margin: 0px 0px 22px 0px;
	padding: 0px;
	font-weight: 800;
}
.ofer_categry_listng{
	width:100%;
}
.ofer_categry_listng ul{list-style: none; margin: 0px; padding: 0px;}
.ofer_categry_listng ul li{ margin-bottom: 26px;}
.ofer_categry_listng ul li a{ font-size: 16px; color: #1f1f1f;}
.ofer_categry_listng ul li a:hover{ text-decoration: none;}
.ofer_categry_listng ul li a:activer{}
.cat_list_product{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 6px 22px #00000038;
	padding: 10px;
	margin: 0px 0px 30px 0px;
}
.cat_list_product img{
	width: 100%;
	border-radius: 10px;
	min-height: 178px;
	max-height: 178px;
}
.offer_list_hedng{
	text-align: center;
	padding: 0px 26px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0px 0px 10px 0px;
}
.offer_list_hedng h4 {
  font-size: 16px;
  color: #1f1f1f;
  margin: 10px 0px 14px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  max-height: 40px;
  min-height: 40px;
}

.offer_list_hedng h4 span{
	font-size: 20px;
	font-weight: bold;
}
.offer_list_descrptn{
	text-align: center;
	padding: 0px 10px;
}
.offer_list_descrptn p{
	font-size: 14px;
	color: #1f1f1f;
  margin: 0px;
  max-height: 25px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

}
.offer_list_descrptn p span {
	font-weight: 600;
}
/*****************Offers css End************************/









/*************** Cart Popup css Start ******************/
.navbar-nav>li>.cart_popup{
    width: 500px;
    left: -396px;
}
.navbar-nav>li>.cart_popup span, .navbar-nav>li>.cart_popup span:hover{
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    font-size: 24px;
    float: none;
    margin: 0;
    line-height: 16px;
    vertical-align: baseline;
	background: none !important;
}
/*************** Cart Popup css End ********************/












/****************************deepak css home inner Start***************/
.fied_mycart{
	border: 1px solid #e6e6e6;
    margin-right: 0px;
    position: fixed;
    right: 0;
    height: calc(100vh - 70px);
    overflow: hidden;
    background: #fff;
    z-index: 9999999;
}

/****************************deepak css home inner End*****************/


.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li a:focus {
    background: #252525;
    background: rgb(255, 0, 0);
    color: #fff;
	transition: ease all 0.2s;
}













/********************Left Menu css start**********************/

body{
	background: #f8f8f8 !important;
}
.nav-side-menu{
	position: relative !important;
}
.nav-side-menu {
	overflow: auto;
	font-family: verdana;
	font-size: 12px;
	font-weight: 200;
	background-color: #fff;
	position: fixed;
	top: 0px;
	width: 300px;
	width: 100%;
	height: 100%;
	color: #5f5f5f;
	border-radius: 4px;
	box-shadow: 0px 4px 8px #00000014;
	margin-bottom: 40px;
}
.nav-side-menu .brand {
	background-color: #23282e;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
}
.nav-side-menu .toggle-btn {
	display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
	cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
	font-family: FontAwesome;
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  /*border-left: 3px solid #d19b3d;
  background-color: #4f5b69;*/
  background: #ffbc9f;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #ee3f33;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #ee3f33;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  /*background-color: #181c20;*/
  border: none;
  line-height: 28px;
  /*border-bottom: 1px solid #23282e;*/
  margin-left: 0px;
  padding: 12px 0px 2px 44px;
}
.adis_clss_LP{
	background: none;
    padding: 0px 0px 8px 44px !important;
    border-bottom: 1px solid #eee !important;
}
.adis_clss_LP:hover{
	background:none !important;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  /*background-color: #020203;*/
}
/*
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: Fontawesome;
  content: "\f105";
  display: inline-block;
  padding-left: 20px;
  padding-right: 10px;
  vertical-align: middle;
}*/
.nav-side-menu li {
	padding-left: 0px;
    border-left: 0px solid #2e353d;
    border-bottom: 1px solid #eee;
    padding: 16px 20px 14px 20px;
    padding: 16px 15px 14px 15px;
    line-height: 31px;
    vertical-align: middle;
}
/*.nav-side-menu li:first-child:hover{
	background:none;
}*/
.nav-side-menu li:last-child{
	border-bottom: 0px;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 100;
  font-family: 'AvenirNextLTPro-Regular';
}
.nav-side-menu li a img{
	vertical-align: top;
	margin-right: 15px;
}
.nav-side-menu li a .glyphicon{
	color: #a0a0a0;
	font-size: 14px;
    margin-top: 8px;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.progress_report{
	padding: 10px 10px 2px 0px;
}
.progress_report h4 {
    font-size: 14px;
    color: #5f5f5f;
    font-family: 'AvenirNextLTPro-Medium';
}
#myBar {
    width: 65%;
    height: 6px;
    background-color: #ed3035;
    border-radius: 50px;
}
.progress_per {
    width: 100%;
    display: block;
    text-align: center;
	margin: 6px 0px 0px 0px;
}
.progress_bar_cont {
    width: 100%;
    display: block;
}

.nav-side-menu li a .simp_img{ font-size: 14px; color: #ea1241; }
.nav-side-menu li:hover a{ color: #ea1241; }
.nav-side-menu li:hover .simp_img{ display: none; }
.nav-side-menu li:hover .simp_imghov{ opacity: 1; }
.nav-side-menu li .simp_imghov{ font-size: 14px; color: #ea1241; position: absolute; left: 0; opacity:0; top: 0; }
.icon_cont{ width: 26px; height: 26px; position: relative; vertical-align: top;  margin-right: 15px; float: left; }

.nav-side-menu li.active a { color: #ea1241; }
.nav-side-menu li.active .simp_img { display: none; }
.nav-side-menu li.active .simp_imghov { opacity: 1; }
				
.nav-side-menu li:hover {
  /*border-left: 3px solid #d19b3d;*/
  background-color: #ffbc9f;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
body {
  margin: 0px;
  padding: 0px;
}

.nav-side-menu ul .sub-menu ul .sub-line li.active,
.nav-side-menu li .sub-menu li .sub-line li.active {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li .sub-line li.active a,
.nav-side-menu li .sub-menu li .sub-line li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li .sub-line li,
.nav-side-menu li .sub-menu li .sub-line li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li .sub-line li:hover,
.nav-side-menu li .sub-menu li .sub-line li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li .sub-line li:before,
.nav-side-menu li .sub-menu li .sub-line li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 100px;
  padding-right: 10px;
  vertical-align: middle;
}

.nav-side-menu .sub-menu li {
  padding-left: 44px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}


.nav-side-menu .sub-menu li a .simp_img{ font-size: 14px; color: #ea1241; }
.nav-side-menu .sub-menu li:hover a{ color: #ea1241; }
.nav-side-menu .sub-menu li:hover .simp_img2{ display: none; }
.nav-side-menu .sub-menu li:hover .simp_imghov2{ opacity: 1; }
.nav-side-menu .sub-menu li .simp_imghov2{ font-size: 14px; color: #ea1241; position: absolute; left: 0; opacity:0; top: 0; }
.icon_cont2{ width: 22px; height: 22px; position: relative; vertical-align: top;  margin-right: 15px; float: left; }

.nav-side-menu .sub-menu li.active a { color: #ea1241; }
.nav-side-menu li .active .sub-menu li.active .simp_img2 { display: none; }
.nav-side-menu .sub-menu li.active .simp_imghov2 { opacity: 1; }



.nav-side-menu .sub-menu li{
	
}
.nav-side-menu .sub-menu li a {
  text-decoration: none;
  color: #959595;
}
.nav-side-menu .sub-menu li a img {
  /*vertical-align: middle;*/
  margin-right: 15px;
}
.sub-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li .sub-menu li:hover {
  /*border-left: 3px solid #d19b3d;
  background-color: #4f5b69;*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
 .nav-side-menu .sub-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
.nav-side-menu  .sub-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  
  .sub-line ul .sub-press li.active,
.sub-line li .sub-press li.active {
  color: #d19b3d;
}

.sub-line ul .sub-press li.active a,
.sub-line li .sub-press li.active a {
  color: #d19b3d;
}
.sub-line ul .sub-press li,
.sub-line li .sub-press li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.sub-line ul .sub-press li:hover,
.sub-line li .sub-press li:hover {
  background-color: #020203;
}
.sub-line ul .sub-press li:before,
.sub-line li .sub-press li:before {
  font-family: Arial;
  content: "\f105";
  display: inline-block;
  padding-left: 50px;
  padding-right: 10px;
  vertical-align: middle;
}

.sub-line li {
  padding-left: 20px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.sub-line li a {
  text-decoration: none;
  color: #e1ffff;
}
.sub-line li a i {
  padding-left: 50px;
  width: 20px;
  padding-right: 20px;
}
.sub-line li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
}

@media (max-width: 767px) {
  .sub-line {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .sub-line .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .bestslr_crsl5 {margin: 10px auto;}

}
/********************Left Menu css End**********************/


/*https://codepen.io/pudan_k/pen/EgEakA*/

/*============ sidebar_mobile_view =================*/
.gd-sldm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.gd-sldm .sldm {
    /*position: fixed;
    top: 0;
    left: 0;*/
    width: 100%;
    z-index: 150;
}

.gd-sldm .sldm a {
    text-decoration: none;
}

.gd-sldm .sldm a:hover {
    text-decoration: none;
    background-color: #ffffff;
}

.gd-sldm .sldm .sldm-overlay {
    display: none;
}
.gd-sldm .sldm-bg-image {
    width: 100%;
    margin: 43px 0 0;
    padding: 0;
    -webkit-filter: blur(0) grayscale(0);
    filter: blur(0) grayscale(0);
    
    -webkit-transition: 0.75s all;
    -moz-transition: 0.75s all;
    -o-transition: 0.75s all;
    -ms-transition: 0.75s all;
    transition: 0.75s all;
}
.gd-sldm .sldm-bg-image.active {
    -webkit-filter: blur(5px) grayscale(0.5);
    filter: blur(5px) grayscale(0.5);
}
.gd-sldm .sldm .sldm-bar {
    /*position: relative;*/
    z-index: 10;
    min-height: 50px;
    padding: 0 0 0 48px;
   /* background: #fff;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);*/
}

.gd-sldm .sldm .sldm-bar .sldm-brand {
    color: #949494;
    height: 43px;
    line-height: 43px;
    display: block;
    float: left;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    padding-left: 25%;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    
    -webkit-backface-visibility: hidden;
}
.sldm-brand img{width: 50%;}
.gd-sldm .sldm .sldm-bar .sldm-brand:hover {
    background: rgba(255, 255, 255, 0.84);
}

.gd-sldm .sldm .sldm-bar .sldm-icons {
    float: right;
}

.gd-sldm .sldm .sldm-bar .sldm-icons a {
    width: 43px;
    height: 43px;
    display: block;
    float: left;
    color: #969696;
    font-size: 24px;
    line-height: 43px;
    text-align: center; 
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    
    -webkit-backface-visibility: hidden;
    
    -webkit-transform: scale(0.9,0.9);
    -moz-transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
    
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
}

.gd-sldm .sldm .sldm-bar .sldm-icons a:hover {
    background: rgba(0, 0, 0, 0.1);
    
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.gd-sldm .sldm nav {
    z-index: 30;
    position: fixed;
    top: 0;
    width: 310px;
    height: 100%;
    /*background: #fff;*/
    
    -webkit-transform: translateX(-310px);
    -moz-transform: translateX(-310px);
    -o-transform: translateX(-310px);
    transform: translateX(-310px);
    
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
}

.gd-sldm .sldm nav .sldm-nav-container {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-header {
    /*height: 110px;*/
    position: relative;
    padding-top: 10px;
    border-bottom: 1px solid #f4f4f4;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-header a {
    display: block;
    position: absolute;
    left: 40%;
    top: 90%;
    margin-top: -45px;
    width: 95px;
    height: 95px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 999;
    
    -webkit-backface-visibility: hidden;
    
    -webkit-transform: scale(0.9,0.9);
    -moz-transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
    
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-header a:hover {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-header a img {
    max-width: 100%;
    display: block;
    border: 6px solid #eeeeee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-header .sldm-header-image-wrapper {
    text-align: center;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-header .sldm-header-background-image {
    width: 116px;
    margin-bottom: 10px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav {
    padding: 0 0 75px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li {
    line-height: 1.3;
    font-size: 15px;
    font-weight: 300;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li a {
    color: #696969;
    display: block;
    padding: 12px 30px 12px 20px;
    text-decoration: none;
    position: relative;
    
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li a:hover,
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li a:focus {
    background-color: #fff;
}
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li + li {
    border-top: 1px solid #f4f4f4;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu > a:after {
    display: block;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 10px;
    text-align: center;
    
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu > a:hover:after,
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu > a:active:after {
    right: 10px;
    color: #394c53;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu > a.sldm-open:after {
    display: block;
    content: "\f068";
    font-family: "FontAwesome";
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 10px;
    text-align: center;
    
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu ul {
    display: none;
    padding-left: 20px;
    border-top: 1px solid #f4f4f4;
    background: #fff;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu ul li {
    background: #fff;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default li.sldm-submenu ul li a {
    font-size: 15px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default + ul {
    margin-top: 43px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-default + ul:before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #cfcfcf;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -30px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social:after,
.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social:before {
    clear: both;
    content: " ";
    display: table;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li {
    float: left;
    width: 20%;
    font-size: 24px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a {
    padding: 12px 0;
    text-align: center;
    display: block;
    background: #dcdcdc;
    color: #585858;
    
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
    margin-left: 1px;
    margin-right: 1px;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover {
    background: #fff;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-facebook {
    color: #326477;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-google-plus {
    color: #dd4b39;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-twitter {
    color: #394c53;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-pinterest {
    color: #bd2125;
}

.gd-sldm .sldm nav .sldm-nav-container .sldm-nav ul.sldm-social li a:hover.sldm-youtube {
    color: #d22222;
}

.gd-sldm .sldm nav .sldm-toggle {
    /*background: #fff200;*/
    line-height: 50px;
    color: #ea1241;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 22%);
    margin: 0px 0px 0px 10px;
    font-weight: bold;
    position: absolute;
    top: 8px;
    right: -48px;
    width: 30px;
    height: 33px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
}

.gd-sldm .sldm nav .sldm-toggle i {
  background: #fff200;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 33px;
    text-align: center;
    left: 0;
    
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
}

.gd-sldm .sldm nav .sldm-toggle i.sldm-close {
    -webkit-transform: translateY(-43px);
    -moz-transform: translateY(-43px);
    -o-transform: translateY(-43px);
    transform: translateY(-43px);
}

.gd-sldm .sldm nav .sldm-toggle i:hover {
    background: rgba(0, 0, 0, 0.1);
}
.gd-sldm .sldm.sldm-active nav .sldm-toggle i {
    -webkit-transform: translateY(43px);
    -moz-transform: translateY(43px);
    -o-transform: translateY(43px);
    transform: translateY(43px);
}

.gd-sldm .sldm.sldm-active nav .sldm-toggle i.sldm-close {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.gd-sldm .sldm.sldm-active .sldm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    z-index: 20;
}

.gd-sldm .sldm.sldm-active .sldm-overlay.sldm-white {
    background: rgba(255, 255, 255, 0.6);
}

.gd-sldm .sldm.sldm-active nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    
    -webkit-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width:360px) {
    .gd-sldm .sldm.sldm-active nav .sldm-toggle {
        right: 0;
        z-index: 160;
    }
}
@media (max-width: 992px) {
.hide-mobile, {display: block;}
}
@media (min-width: 992px) {
#gd-sldm, .sldm{display: none;}
}
@media screen and (max-width:330px) {
    .gd-sldm .sldm.sldm-active nav {
        width: 100% !important;
    }
    .hide-mobile{display: none;}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #gd-sldm, .sldm{display: none;}

}
@media only screen and (max-width: 992px) {

    .hide-mobile{display: none;}
}
.sldm-widget-container {
    position: fixed;
    top: 43px;
    left: 0;
    width: 100%;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sldm-widget-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sldm-widget-container .sldm-widget {
    width: 100%;
    background: #696f71;
    height: 60px;
    padding: 10px;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    border-top: 3px solid rgba(255, 255, 255, 0.13);
}

.sldm-widget-container .sldm-widget.sldm-search-widget form {
    position: relative;
    margin: 0;
    padding: 0;
}

.sldm-widget-container .sldm-widget.sldm-search-widget form .sldm-input {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    padding: 9px 145px 9px 10px;
    font-weight: 100;
    background: #fff;
    color: #777;
    border: none;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sldm-widget-container .sldm-widget.sldm-search-widget form .sldm-input:focus {
    border: none;
    color: #444;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.sldm-widget-container .sldm-widget.sldm-search-widget form .sldm-button {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 130px;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 37px;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100;
    background: #4F758B;
    -webkit-text-shadow: 0 0 0 #32b8e5;
    -moz-text-shadow: 0 0 0 #32b8e5;
    -o-text-shadow: 0 0 0 #32b8e5;
    -ms-text-shadow: 0 0 0 #32b8e5;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    cursor: pointer;
    
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
    transition: 0.35s all;
}
.sldm-widget-container .sldm-widget.sldm-search-widget form .sldm-button:hover,
.sldm-widget-container .sldm-widget.sldm-search-widget form .sldm-button:focus {
    background-color: #b58500;
}
.sldm-widget-container .sldm-widget.sldm-search-widget form .sldm-button i {
    margin-left: 10px;
}
.sldm-widget-container .sldm-widget.sldm-phone-widget .sldm-phone-widget-content {
    color: #ffffff;
    text-align: center;
    line-height: 43px;
}
.sldm-clear {
    clear: both;
    overflow: hidden;
}

.sldm-hidden {
    display: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content1 {
  padding-top: 100px;
}
.user-profile{
  position: absolute;
    right: 15px;
    top: 10px;
        font-size: 20px;
    line-height: 35px;
}
.sldm-toggle{
  position: absolute;
    left: 15px;
    top: 10px;
    background: #fff200;
    line-height: 35px;
    color: #ea1241;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 22%);
    text-align: center;
    font-weight: bold;
    
    width: 30px;
    height: 33px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    
}
.gd-sldm .navbar-wrapper{padding-top: 0;}
.sldm-brand img{margin-top: 5px;}

/* Style the header */
.header1 {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}

/* Page content */
.content1111 {
  
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content1111 {
  padding-top: 102px;
}
.dropbtn {
 /* background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;*/
  cursor: pointer;
      border: 0 none;
    background: transparent;
    color: #ea1241;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  /*background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  min-width: 260px;
  
  z-index: 1;
}

.dropdown-content a {
  /*color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;*/
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

.amount{color:green;font-weight:bold;font-size:1em;}