@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
body {
	margin: 0px;
	padding: 0px;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.5px;
}
::-webkit-scrollbar {
   width: 8px;
}
::-webkit-scrollbar-track {
   background: #dedede;
}
::-webkit-scrollbar-thumb {
    background: #a41b56;
}
::-webkit-scrollbar-thumb:hover {
    background: #a41b56;
}
::-moz-selection {
   color: #fff;
   background: #a41b56;
}
::selection {
   color: #fff;
   background: #a41b56;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance: textfield;
}
.btn-action {
    display: flex;
    justify-content: left;
    flex-direction: column; 
    padding: 12px 0;
}
.themeBtn {
	background: #a41b56;
	border-radius: 0;
	color: #fff;
	padding: 7px 88px;
	text-align: center;
	transition: 0.5s;
    white-space: nowrap;
	font-weight: 400;
	box-shadow: none;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.themeBtn:hover {
	color: #fff;
	background: #c8286d;
}
.themeBtn.border-btn{
	background: transparent;
	border: 1px solid #a41b56;
	color: #a41b56;
}
.border-btn:hover{
	background-color: #a41b56;
	color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 0;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 32px;
	font-weight: 400;
}
h3 {
	font-size: 26px;
	font-weight: 400;
}

/*other css*/
/*=====================header======================*/
.navbar-toggler {
    height: 35px;
    margin-left: 8px;
    width: 43px;
    background: #a41b56;
    color: #fff !important;
}
.navbar-brand {
    max-width: 160px;
}
.navbar-brand:hover,
.navbar-brand:focus{
	outline: none;
	border: none;
}
.other-nav ul > li {
    display: inline-block;
	position: relative;
}
.other-nav ul > li > a {
    font-size: 15px;
    padding: 5px;
    color: #a41b56;
}
.other-nav ul > li.header-currency > a {
    font-size: 14px;
    font-weight: 400;
}
.account-dropdown > li {
    display: block;
}	
.other-nav ul > li > .account-dropdown > li > a {
    font-weight: 200;
    border: none;
	font-size: 12px;
	width: 100%;
}
.account-dropdown {
    position: absolute;
    right: 0;
    top: 30px;
    background: #ffffff;
    width: 78px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 
                0 3px 6px rgba(0,0,0,0.23);
	padding: 0 8px;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	z-index: 99;
}
.account-dropdown > li{
	width: 100%;
}
.other-nav ul > li.header-currency:hover .account-dropdown {
    opacity: 1;
    visibility: visible;
}
.other-nav ul > li > .account-dropdown > li > a:hover {
    background: #a41b56;
    color: #fff;
}
.search-hide {
    position: absolute;
    width: 200px;
    right: 0;
	top: 40px;
	display: none;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.mobile-show {
    display: none;
}
.header-smart-link li {
    display: inline-block;
	padding: 0 8px;
}
.mobile-show{
	margin-left: auto;
}
.header-smart-link li > a {
    font-size: 18px;
    color: #a41b56;
}
/*=====================header======================*/
.numberblock{
    padding-top: 0;
}
.numberblock p {
	font-size: 12px;
	color: #888888;
	padding-right: 18px;
	font-weight: 400;
}
.slider-btn-block {
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.slider-btn-block a {
    float: right;
    background: #e28521;
    padding: 14px 40px;
    color: #fff;
    border-radius: 40px;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-shadow: 0px 0px 2px #585858;
    transition: 0.6s;
}
.slider-btn-block a:hover{
	background: #bd6d18;
}
.slidercontent h1 {
	font-size: 35px;
    font-weight: 500;
    line-height: 1.1;
    color: #a41b56;
    margin-bottom: 12px;
}
.slidercontent h2 {
	font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    color: #292929;
}
.owl-nav {
	position: absolute;
	width: 100%;
	top: 45%;
}
.slidermain .owl-prev, 
.slidermain .owl-next {
    background: #ffffff91 !important;
    width: 35px;
    height: 70px;
    position: absolute;
    color: #c8286d !important;
    transition: 0.6s;
}
.slidermain .owl-prev:hover, 
.slidermain .owl-next:hover {
    background: #58585880 !important;
    width: 35px;
    height: 70px;
    position: absolute;
    color: #fff !important;
}
.slidermain .owl-prev span, 
.slidermain .owl-next span{
	font-size: 35px;
}
.slidermain .owl-prev{
	left: 15px;
}
.slidermain .owl-next{
	right: 15px;
}
/*slider*/
.star-rating label {
    color: #bbb;
    font-size: 31px;
    padding: 0;
    margin: 0 2px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.star-rating label:hover, 
.star-rating label:hover ~ label, 
.star-rating input[type=radio]:checked ~ label {
    color: #f2b600;
}
.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 8px 0;
    margin-bottom: 30px;
}
.findIngredients {
	background: #a41b56;
    padding: 25px 0px 30px 0;
}
.dropdownbtn {
	width: 100%;
	text-align: left;
	border-radius: 0px;
	border: solid 1px #e4e4e4;
	color: #7a7a7a;
	font-size: 14px;
	background: url(../images/droparrow.png) no-repeat right 13px center #fff;
	background-size: 12px;
	height: 40px;
	letter-spacing: 0.5px;
}
.droplist {
	width: 100%;
	border-radius: 0px;
	top: -1px !important;
	padding: 6px 0px;
	border: solid 1px #e4e4e4;
	margin-top: 0;
	font-weight: 400;
}
button.btn.dropdownbtn {
    font-weight: 400;
}
.dropdownbtn:focus {
	box-shadow: none;
}
.droplist li a {
	display: block;
	padding: 5px 12px;
	font-size: 14px;
	color: #656565;
}
.categoryTab {
	padding: 70px 0px;
}
.categoryTab .listmaintab ul {
	display: flex;
	flex-wrap: wrap;
}
.categoryTab .listmaintab ul li {
	width: 20%;
	margin-bottom: 30px;
	padding: 12px;
}
.categoryTab .tabbanner {
	height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    text-align: center;
    color: #a41b56;
    line-height: normal;
    font-size: 18px;
    font-weight: 500;
    background: url(http://127.0.0.1:8000/assets/images/cake-05.jpg);
    background-size: cover;
    background-position: center center; 
    line-height: 22px;
    position: relative;
    z-index: 1;
}
.categoryTab .tabbanner:after{
    content: "";
    position: absolute;
    z-index: -1;
    background: #17000a47;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.tabbanner-in{
	width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.94);
    display: flex;
    border-radius: 0px;
    padding: 10px;
}
.tabbanner-in .m-auto{
	align-self: center !important;
}
.tabbanner-in .themeBtn{
	width: 100%;
	padding: 10px 10px;
}
.categoryTab .tabtext .themeBtn {
	padding: 7px 15px;
    font-size: 13px;
}
.categoryTab .productname {
	font-size: 18px;
	color: #696969;
	font-weight: 400;
	margin-bottom: 10px;
}
.categoryTab .productname:hover {
	color: #a41b56;
}
.categoryTab .imageblock a {
	width: 100%;
	background: #f2edef;
	border: solid 1px #dadada;
}
.categoryTab .imageblock a img{
    height: 100%;
    background: #ecebf0;
    width: 100%;
    display: block;
}
.categoryTab .tabtext p {
	font-size: 14px;
	color: #696969;
}
.categoryTab .tabtext {
	padding: 10px 0px;
}
.categoryTab .tabtext h3 {
	color: #a41b56;
	font-weight: 600;
	font-size: 15px;
}
.categoryTab .tabtext h3 del {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    vertical-align: top;
    margin: 1px 0px 0 5px;
    display: inline-block;
}
.categoryTab .lossprice {
	text-decoration: line-through;
}
.fruitsaladinner .themeBtn {
	padding: 7px 30px;
}
.fruitSalad {
	background: #f8f8f7;
	padding: 70px 0px 90px 0;
}
.fruitSalad .owl-dots {
    display: none !important;
}
.fruitSalad .imageblock a{
	width: 100%;
	height: 200px;
}
.fruitSalad .imageblock a img{
	width: 100%;
	height: 100%;
	object-position: center center;
	object-fit: cover;
}
.fruitSalad .owl-nav {
	bottom: -70px;
}
.tabtext a.productname{
    font-size: 14px;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.tabtext p{
	font-size: 14px;
	font-weight: 300;
}
.tabtext h6{
	color: #a41b56;
}
.savingsCard {
	padding: 70px 0px;
}
.savingaimage h3 {
	font-family: 'Merienda One', cursive;
	font-size: 26px;
	color: #fff;
	position: absolute;
	z-index: 99999;
	right: 30px;
	bottom: 17px;
	font-weight: 400;
	text-shadow: 0px 2px 2px #000;
}
.savingaimage a {
	position: relative;
	height: 100%;
}
.savingaimage {
	height: 290px;
	overflow: hidden;
	margin-bottom: 35px;
}
.savingaimage img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.savingconntent {
	padding-top: 30%;
}
.savingconntent h2 {
	font-family: 'Merienda One', cursive;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #a41b56;
}
.savingconntent p {
	font-size: 18px;
    line-height: normal;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.yourfamilysec {
	background: url(../images/family-bg-01.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	height: 97% !important;
	/*padding: 168px 15px;*/
}
.yourfamilyinner {
	max-width: 770px;
	margin: auto;
}
.yourfamilyinner h3 {
	font-family: 'Merienda One', cursive;
	font-size: 26px;
	font-weight: 400;
	color: #fff;
}
.yourfamilyinner p {
	font-size: 18px;
	color: #fff;
    margin: 10px 0 15px 0;
}
.yourfamilysec:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.68);
	content: "";
	left: 0;
	top: 0;
	z-index: -1;
}
/*team*/
.teamsec {
	padding: 80px 0px;
}
.team-inner{
    border: solid 1px #efefef;
    padding: 20px 20px;
    text-align: left;
    height: 100%;
    background: #fbfbfb;
    margin-bottom: 10px;
}
.team-inner h6 {
	font-size: 17px;
    margin-bottom: 6px;
    font-weight: 400;
    font-weight: 500;
    text-transform: uppercase;
    color: #464646;
}
.review-text{
	font-size: 13px;
    color: #717171;
    margin-bottom: 6px;
    font-weight: 300;
}
.team-inner h3 {
	color: #464646;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0;
}
.team-inner .content{
	font-size: 13px;
    color: #717171;
    margin-bottom: 6px;
    font-weight: 300;
}
.toggle{
	display: inline-block;
    line-height: 0;
    cursor: pointer;
}
.logosec {
	padding: 80px 0px;
	background: #f8f8f7;
}
.titleTwo {
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.logo-inner {
	display: flex;
	align-items: center;
	border: solid 1px #dedede;
	background:#fff;
}
.footersec {
    padding: 70px 0;
    border-bottom: 1px solid #ddd;
	background: #fff;
	border-top: 1px solid #ddd;
}
.footerflex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 0px;
}
.footerlabel {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 600;
	border-bottom: dashed 1px #d2d2d2;
    padding-bottom: 15px;
    color: #a41b56;
    text-transform: uppercase;
}
.footerinner a {
	font-size: 13px;
	color: #696969;
	font-weight: 400;
	transition: 0.6s;
	letter-spacing: 0.3px;
}
.footerinner a:hover {
	color: #c8286d;
	text-decoration: none;
	padding: 0 0 0 5px;
}
.footerinner li {
	margin-bottom: 5px;
}
.joinfooter {
	display: flex;
	justify-content: stretch;
}
.joinfooter input {
	width: 75%;
	border-radius: 0px;
	height: 40px;
	font-size: 15px;
}
.joinfooter button {
	width: 25%;
	border-radius: 0px;
	border: none;
	text-align: center;
	padding: 4px 0px;
	font-size: 15px;
	height: 40px;
	cursor: pointer;
}
.footerright p {
	font-size: 13px;
    color: #696969;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}
footer{
	background: #f2edef;
}
.footerdrop button {
	background-color: #fff;
	border-radius: 0px;
	border: solid 1px #e0e0e0;
	color: #505050;
	font-size: 12px;
	width: 81px;
	background: url(../images/droparrow.png) no-repeat right 13px center #fff;
	background-size: 12px;
	text-align: left;
	font-weight: 400;
	padding: 10px 10px;
}
.footerdrop .dropdown-menu {
	height: 160px;
	overflow: hidden;
	margin: 0;
	border-radius: 0px;
	padding: 3px 12px;
	overflow: auto;
	min-width: initial;
	width: 86px !important;
	top: -1px !important;
	width: 75px;
}
.footerdrop .dropdown-menu::-webkit-scrollbar {
	width: 7px;
}
.foodShopify {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
/* Track */
.footerdrop .dropdown-menu::-webkit-scrollbar-track {
	background: #e4e4e4;
	border-radius: 0;
}
/* Handle */
.footerdrop .dropdown-menu::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 0;
}
/* Handle on hover */
.footerdrop .dropdown-menu::-webkit-scrollbar-thumb:hover {
	background: #969696;
}
.btn.focus,
.btn:focus {
	outline: none;
	box-shadow: none;
}
.footerdrop ul li a {
	font-size: 15px;
}
.footerdrop ul li {
	margin-bottom: 10px;
}
.cartfooter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 6px;
}
.pay-cart {
    width: 70px;
    display: inline-block;
    background: #fff;
    margin: 0 2px 5px 2px;
    height: 40px;
    vertical-align: top;
    display: flex;
    align-content: center;
    border-radius: 5px;
    border: solid 1px #dadada;
}
.cartfooter img {
    width: 40px;
    margin: auto;
    float: none;
    display: inline-block;
    align-self: center;
}
.footerbuttom p {
	font-size: 14px;
    margin-top: 0px;
    line-height: 25px;
    color: #7a7a7a;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.footerbuttom p a:hover {
	color: #000;
}
.savingaimage a {
	display: block;
}
.logo-inner img {
	max-width: 122px;
	margin: auto;
}
.footerinner {
	width: 25%;
	padding-right: 15px;
}
.footer-bottom {
    /* padding: 20px 0; */
    /* text-align: center; */
    padding: 8px 0;
    text-align: center;
    min-height: 36px;
}
#morelinks > li{
	display: inline-block;
}
#morelinks > li + li::before{
	content: "|";
	font-weight: 400;
	color: #7a7a7a;
	font-size: 13px;
}
#morelinks > li > a {
    font-size: 13px;
	font-weight: 300;
	margin: 5px 7px 5px 10px;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}
#morelinks > li > a:hover{
	color: #a41b56;
}
p.copyright {
    font-weight: 300;
    padding-top: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #7a7a7a;
}
.copyright a {
    font-weight: 400;
    color: #000;
    transition: 0.8s;
}
.copyright a:hover {
    font-weight: 400;
    color: #a41b56;
}
.quickpopup .modal-dialog{
    max-width: 700px;
    position: relative;
    top: 5%;
}
.quickpopup .close{
    position: absolute;
    right: 12px;
    top: 7px;
    z-index: 1;
    color: #7e7e7e;
}
.quickpopup .modal-body{
	padding: 40px 15px;
}
.poupradio label { 
    padding-left: 29px;
}
.quickpopup .btn-action button{ 
   min-width: 100%;
}
.addwishlist a {
    font-size: 15px;
    color: #8f8f8f;
}
.addwishlist a:hover {
    color: #c8286d;
}
.quickpopup .slick-slider .slick-prev, 
.quickpopup .slick-slider .slick-next{
	top: 35% !important;
}
button:focus{
	outline: none;
}
.modal-open .modal{
	padding: 15px;
}
.addtocartpopup .modal-dialog{
	width: 100%;
	max-width: 860px !important;
	max-width: inherit;
	margin: 5.75rem auto;
}
.addtocartpopup .modal-body li {
    background: #ffffff;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 200px;
    border: solid 1px #e3e3e3;
}
.addtocartpopup .modal-body {
    height: 512px;
    overflow: auto;
}
.popproductimg{
	width: 100%;
    height: 120px;
    overflow: hidden;
    padding: 5px;
    display: flex;
}
.popproductimg img {
    width: 100px;
    margin: auto !important;
}
.popleft input {
    width: 27px;
    height: 28px;
    border: 1px solid #dedede;
    color: #6b6f81;
    text-align: center;
}
.popright .value-button{
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 14px;
}
.popright input{
	width: 21px !important;
	height: 21px;
	font-size: 10px;
	border-radius: 50%;
	margin: 0px 6px !important;
}
.popproductprice{
	margin-bottom: 0 !important;
}
.popproductprice h3 {
    font-size: 16px;
    color: #a41b56;
    font-weight: 500;
}
.popproductname h5 {
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.addtocartfooter {
    padding: 15px 15px 25px 15px;
    background: #f3f3f3;
}
.continueblock button {
    padding: 10px 10px !important;
    width: 100%;
    font-size: 12px;
    max-width: 300px;
}
.pricedetailpopup {
    width: 25%;
}
.pricedetailpopup h6 {
    font-size: 12px;
    font-weight: 600;
    color: #a41b56;
}
.pricedetailpopup p {
    font-size: 13px;
    color: #3a3737;
}
.pricedetailpopup h5 {
	font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    color: #a41b56;
    letter-spacing: 0;
}
.totalprice{
	font-size: 15px !important;
    font-weight: 600;
}
.addtocartpopup .modal-header{
  background: #f3f3f3;
  padding: 15px 20px 10px 30px;
}
.addtocartpopup .modal-header h4{
	letter-spacing: 0;
}
.addtocartpopup .popleft .pure-checkbox input:checked+label:after{
	content: "\f00c";
    font-family: FontAwesome;
    font-size: 17px;
    color: #a41b56;
    top: -1px;
    left: 2px;
    background: none;
}
.addtocartpopup .popleft .pure-checkbox label:before{
	padding: 9px;
}
.deliveryAddressblock span {
    background: #a41b56;
    border-radius: 50%;
    padding: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-right: 7px;
    font-size: 12px;
    font-weight: 300;
}
.deliveryAddressblock {
    padding: 20px 15px 55px 15px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px rgb(239 239 239);
    position: relative;
    overflow: hidden;
}
.deliveryAddressblock h6 {
    font-size: 15px;
    margin-bottom: 11px;
    color: #a41b56;
    font-family: 'Poppins';
}
.delivername {
    padding-left: 0px;
}
.delivername p {
    font-size: 14px;
    color: #575757;
    line-height: 1.6;
}
.removeeditbtn a {
    font-size: 12px;
    background: #ffffff;
    padding: 8px 10px;
    border-radius: 3px;
    color: #3f3f3f;
    transition: 0.6s;
    margin-left: 5px;
}
.removeeditbtn a:hover{
	background: #a41b56;
	color: #fff;
}
.removeeditbtn {
    border-top: solid 1px #e4e4e4;
    position: absolute;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    padding: 10px;
    bottom: -1px;
}
.deliveryHading a {
    font-size: 14px;
    color: #868686;
    transition: 0.6s;
}
.deliveryHading a:hover{
    color: #a41b56;	
}
.subtitle {
    font-size: 12px;
}
.continuebtn a {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
}
.needhelp p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.needhelp a {
    font-size: 16px;
    color: #a41b56;
    font-weight: 500;
}
.darkred{
	color: #a41b56;
}
.green{
	color: #009d29;
    font-weight: 500 !important;
}
.occasionbtn {
    padding: 12px 13px;
    font-size: 12px;
    border-radius: 3px;
    border: solid 1px #939392;
    margin-right: 9px;
    color: #939393;
}
.occasionhading h3{
	font-size: 17px;
}
.ordershow h6 {
    font-size: 16px;
    margin-bottom: 5px;
}
.ordershow p {
    line-height: 1.8;
}
.ordershow {
    padding: 19px 16px;
    margin-bottom: 50px;
    background: white;
    border-radius: 6px;
    border: 1px solid #ececec;
}
.contactContainer {
    padding-left: 0px;
    margin-bottom: 40px;
}
.navbar-toggler {
    width: 40px;
    padding: 2px;
}
.heading {
	margin-bottom: 20px;
	font-weight: 500;
	color: #262626;
}
.subHeading {
	font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #262626;
    letter-spacing: 0;
}
.loginForm label {
	font-size: 14px; 
    margin-bottom: 4px;
    font-weight: 300;
    color: #7a7a7a;
    letter-spacing: 0.5px;
}
form.loginForm {
	padding-right: 55px;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.form-control {
	padding: 10px 12px;
	height: 40px;
	border-radius: 0;
	border-color: #dedede;
	font-weight: 400;
	font-size: 12px;
    letter-spacing: 0.8px;
    color: #949494;
}
.form-control::-webkit-input-placeholder {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 12px;
    letter-spacing: 0.8px;
    color: #949494;
}
.form-control:-ms-input-placeholder {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 12px;
    letter-spacing: 0.8px;
    color: #949494;
}
.form-control::placeholder {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 12px;
    letter-spacing: 0.8px;
    color: #949494;
}
.forgot-link {
	font-size: 12px;
    float: right;
    line-height: 3.3;
    color: #7a7a7a;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.forgot-link:hover {
	text-decoration: none;
	color: #a41b56;
}
.registrationCall {
	padding-left: 50px;
}
.btn-theme {
	background: #a41b56;
	border-color: #a41b56;
	color: white !important;
	display: inline-block;
	max-width: 220px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
	border-radius: 0;
	font-weight: 400;
	font-size: 14px;
	padding: 8.5px 20px;
	margin-bottom: 10px;
}
.btn-theme:hover,
.btn-theme:focus {
	background: #c8286d;
	border-color: #c8286d;
	outline: none;
	color: #fff;
}
.registrationCall>p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
}
.secBanner {
	height: 37.5vh;
	min-height: 37.5vh;
	background: url(../images/fruit-header-avenue-shopify-theme_1600x.jpg) center center no-repeat;
	margin-bottom: 20px;
}
.secBreadcrums{
	margin-top: 0;
    background: #f3f3f3;
    padding: 5px 0;
    border-bottom: solid 1px #e4e4e4;
}
.breadcrumb {
	background: transparent;
	padding: 0;
	margin-bottom: 0px;
	display: block;
	text-align: left;
}
.breadcrumb-item {
	position: relative;
    padding: 0 10px 0 0;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-item.active {
	color: #a41b56;
    font-weight: 300;
}
.breadcrumb-item.active:after {
    position: absolute;
    z-index: 99;
    content: "|";
    height: 10px;
    left: -4px;
}
.breadcrumb-item+.breadcrumb-item {
	font-size: 14px;
}
.breadcrumb-item a {
	font-weight: 300;
    font-size: 14px;
    color: #484848;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: "";
	background: #dedede;
	height: 22px;
	width: 1px;
	padding: 0;
	position: absolute;
	left: 0;
	display: none;
}
.cartTable.pro-list .listRow .itemImg{
	margin-bottom: 10px;
}
.sortBy {
	max-width: 160px;
	margin-left: auto;
}
.secBlock {
	padding: 12px 0 10px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
}
.sortBy select.form-control {
	padding: 6px 0px 8px 12px;
	height: 40px;
	border-radius: 0;
	border: 1px solid #a41b56;
    position: relative;
    font-weight: 400;
    background: #a41b56 url(http://127.0.0.1:8000/assets/images/arrow-down.png) no-repeat center right;
    background-size: 19px;
    color: #fff !important;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.sortBy select.form-control option{
	background: #fff;
	color: #333;
	font-size: 13px;
	padding: 10px;
	height: 20px;
}
.sortBy select.form-control option:hover{
	background: red;
	color: #333;
	font-size: 13px;
	padding: 10px;
	height: 20px;
}
.sortBy select.form-control:before {
	bottom: 0;
	content: "";
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	right: 5px;
}
.sortBy select.form-control:focus {
	outline: none !important;
	border: 1px solid #dedede !important;
	box-shadow: none;
	outline-style: auto;
}
.listRow:nth-child(odd) {
    background: #cccccc1f;
}
.filter-menu-list {
	margin-bottom: 30px;
}
.filter-menu-list ul{
	border: 1px solid #dedede;
}
ul.unformatted>li.more,
ul.unformatted>li.less {
	font-weight: 600;
	color: #6b6f81;
	font-size: 12px;
	cursor: pointer;
}
.filter-menu-list ul li{
	border-bottom: 1px solid #dedede;
	background: #fff;
}
.redColor {
	background-color: red;
}
.subcat {
	background-color: #f5f5f5;
	padding-left: 20px !important;
}
.filter-menu-list ul li a{
	display: block;
	padding: 10px 15px;
	color: #524f4f;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.4px;
	position: relative;
}
.filter-menu-list ul li a:after,
.filter-menu-list ul li.active a:after{
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    top: 9px;
    right: 10px;
}
.filter-menu-list ul li a:after {
    content: "\f107";
    color: #333;
}
.filter-menu-list ul li.active a:after {
    content: "\f106";
    color: #fff;
}
.filter-menu-list ul li a:hover:after{
	color: #fff;
}
.filter-menu-list ul .list-group li a:after{
	display: none !important;
}
.filter-menu-list ul li a:hover{
	transition: 0.6s;
	background: #a41b56;
	color: #fff;
}
.filter-menu-list ul .list-group {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.filter-menu-list ul .list-group li {
    border: none;
    border-radius: 0;
    padding: 0;
    border-top: 1px solid #dedede !important;
    margin: 0 !important;
    background: #f3f3f3 !important;
}
.filter-menu-list ul .list-group li:first-child {
    border-bottom: none;
}
.filter-menu-list ul .list-group li a {
    margin: 0 !important;
    padding-left: 35px;
    letter-spacing: 0;
}
.filter-menu-list .active > a{
    background-color: #a41b56 !important;
    color: #fff !important;
}
.filter-menu-list .active {
     background-color: transparent !important; 
}
.filter-menu-list ul .list-group li a:hover{
	background-color: #b18a9a;
    color: #fff;
}
.filter-menu-list .active .active_subcat{
    background-color: #b18a9a;
    color: #fff;
}
.filter-menu-list ul .list-group li a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f101";
    left: 22px;
    top: 11px;
    font-family: FontAwesome;
    font-size: 12px;
}
.filter-menu-list ul li.more{
	display: block;
    padding: 10px 15px;
    color: #a41b56;
    font-size: 13px;
    font-weight: 500;
}
.unformatted h5 {
	font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
    background: #a41b56;
    letter-spacing: 0;
    text-transform: uppercase;
}
.secContent h5 {
	color: #6b6f81;
	font-size: 16px;
	margin-bottom: 10px;
}
.secProductList {
	padding: 50px 0 100px;
}
.tableHeader h4 {
	font-family: 'Montserrat';
	font-size: 14px;
    color: #313030;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}
.itemImg {
	line-height: 0;
}
.itemImg a{
	height: 75px;
}
.itemImg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px; 
    border: solid 1px #dedede;
}
.listRow {
	padding: 15px;
	border-bottom: 1px dashed #ebebeb;
}
.itemDetail {
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
}
.itemDetail h5 {
	font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Poppins'
}
.inStock {
	margin-top: 5px;
	color: #a41b56;
	font-size: 14px;
}
.item-logistics {
	margin-top: 5px;
}
.item-logistics h6 small {
	display: block;
	font-size: 11px;
}
.item-logistics h6 span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: 767676;
	padding-top: 3px;
}
.pad-8 {
	padding: 0 8px;
}
.offers {
	color: #a41b56;
	font-weight: 400;
	font-size: 14px;
}
.value-button {
	height: 20px;
    width: 20px;
    background: #d8d1d1;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 22px;
    font-size: 16px;
    margin: 4px 0;
    cursor: pointer;
}
.value-button:hover{
    background: #a41b56;
    color: #fff;
}
.baseQuantity {
	display: flex;
	flex-wrap: wrap;
}
.egglessradio{
	display: flex;
	align-items: center;
}
.baseQuantity input {
	min-width: auto;
	width: 40px;
	color: #6b6f81;
	border: 1px solid #e8e8e8;
	box-shadow: none;
	outline: none;
	text-align: center;
	margin: 0 10px;
	font-size: 12px;
	line-height: 20px;
}
.icon.icon-notification {
	position: relative;
	max-width: 12px;
	top: 1px;
}
.overright-price {
	display: block;
	position: relative;
	opacity: 0.4;
}
.pagination .page-link{
	color: #a41b56;
}
.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #a41b56;
    border-color: #a41b56;
}
.pagination .page-link:focus{
	outline: none !important;
	box-shadow: none !important;
}
.overright-price:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #a41b56;
	top: 50%;
	left: 0;
}
.badge {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	height: 46px;
	width: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #a41b56;
	top: -20px;
	left: -10px;
}
.badge span {
	font-size: 10px;
	font-weight: 400;
	color: #a41b56;
}
.pure-checkbox {
	display: block;
	padding: 6px 0;
}
.pure-checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.pure-checkbox label {
	position: relative;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
}
.pure-checkbox label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #dedede;
	padding: 6px;
	display: inline-block;
	position: relative;
	vertical-align: text-top;
	cursor: pointer;
	margin-right: 10px;
}
.pure-checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    background: #a41b56
}
.background-white{
	background: #ffffff;
	width: 100%;
	margin: 0 auto;
}
.detailShowcase .secBanner{
	margin-bottom: -10vh;
    padding-bottom: 10vh;
}
/* detail Page */
.background-white .secBlock {
	padding: 40px 0 10px;
	border: none;
}
.background-white .secBlock .breadcrumb{
	justify-content: center;
}
.slick-slider .slick-prev, 
.slick-slider .slick-next {
    z-index: 100;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    text-align: center;
    transition: opacity .25s;
    cursor: pointer;
    background: rgb(255 255 255 / 82%);
    transform: translateY(50%);
	padding: 10px;
	display: none !important;
}
.slick-slider .slick-prev:hover, 
.slick-slider .slick-next:hover {
	opacity: .65;
}
.fancybox-navigation {
    display: none;
}
.slick-slider .slick-prev {
	left: 18px;
}
.slick-slider .slick-next {
	right: 16px;
}
.product-images {
	width: 100%;
	margin: 0 auto 5px auto;
	border: 1px solid rgb(0 0 0 / 8%) !important;
}
.product-images li, 
.product-images figure, 
.product-images a, 
.product-images img {
	display: block;
	outline: none;
	border: none;
}
.product-images .main-img-slider figure {
	margin: 0 auto;
	padding: 0 2em;
}
.product-images .main-img-slider figure a {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.product-images .main-img-slider figure a img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.product-images .thumb-nav {
	margin: 0 auto;
	padding: 10px 10px;
	max-width: 600px;
	display: none;
}
.product-images .thumb-nav.slick-slider .slick-prev, 
.product-images .thumb-nav.slick-slider .slick-next {
	font-size: 1.2em;
	height: 25px;
	width: 25px;
	margin-top: -20px;
}
.product-images .thumb-nav.slick-slider .slick-prev {
	margin-left: 0px;
}
.product-images .thumb-nav.slick-slider .slick-next {
	margin-right: 0px;
}
.product-images .thumb-nav li {
	display: block;
	margin: 0 auto;
	cursor: pointer;
	padding: 5px;
}
.product-images .thumb-nav li img {
	display: block;
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center center;
	margin: 0 auto;
	border: 1px solid #dedede;
	-webkit-transition: border-color .25s;
	-ms-transition: border-color .25s;
	-moz-transition: border-color .25s;
	transition: border-color .25s;
}
.product-images .thumb-nav li:hover, 
.product-images .thumb-nav li:focus {
	border-color: #dedede;
}
.product-images .thumb-nav li.slick-current img {
	border-color: #a41b56;
}  
.main_img { 
	width: 100%; 
	margin: 0 auto;
}
.product-info .product-header-title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}
.product-info .product-offer {
	color: #a41b56;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.product-info .product-offer del{
	color: #333;
    font-size: 15px;
    margin-left: 10px;
    font-weight: 500;
}
.product-info .product-offer .savings{
	font-size: 18px;
}
.product-logistics{
	font-size: 15px;
    font-weight: 300;
	color: #6b6f81;
	padding-bottom: 10px;
}
.product-info .hurry-msg {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}
.product-info .arrival-text{
	color: #a41b56;
	font-size: 14px;
	margin-bottom: 5px;
}
.swatch{
	margin-bottom: 10px;
}
.swatch small {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 0.2px;
    padding-right: 10px;
    position: relative;
}
.swatch small:after {
    position: absolute;
    z-index: 99;
    content: "/";
    right: 0;
    top: 2px;
    font-size: 10px;
    color: #a79f9f;
}
.swatch small.qua-text:after{
	display: none;
}
.InputGroup {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.InputGroup input[type="radio"] {
	visibility: hidden;
	height: 0; 
	width: 0; 
}
.InputGroup label {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #a41b56 !important;
	background: #a41b56;
	color: #fff;
	height: 36px;
	max-width: 100px !important;
	width: 100% !important;
	font-weight: 400;
	padding: 0 10px;
	font-size: 12px;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	-webkit-transition: color --transition-fast ease-out, 
	background-color --transition-fast ease-in;
	transition: color --transition-fast ease-out, 
	background-color --transition-fast ease-in;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
   	margin: 0 8px 5px 0;
   	border-radius: 4px;
}
.InputGroup label:hover,
.InputGroup label.label-active{
	background: #7f073b;
	color: #fff !important;
	border: 1px solid #a41b56;
}  
.InputGroup label:last-of-type {
   margin-right: 0;
} 
.InputGroup input[type="radio"]:checked + label {
    border-color: #c8286d;
    color: #fff;
}
.InputGroup input[type="radio"]:hover:not(:checked) + label {
    border-color: #a41b56 ;
    color: #262626;
}
.infos {
	padding-right: 20px;
}
.infos .icon {
    max-width: 32px;
    margin-right: 10px;
}
.infos .content {
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}
.social-links {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
	padding: 5px 0 20px 0;
}
.social-links > li{
	padding: 0 5px 0 0;
}
.social-links > li > a{
    font-size: 18px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 36px;
    border-radius: 5px;
    transition: 0.6s;
}
.social-links > li > a.facebook{
	background: #fff;
	color: #4867aa;
	border: solid 1px #4867aa;
}
.social-links > li > a.facebook:hover{
	background: #4867aa;
	color: #fff;
	border: solid 1px #4867aa;
}
.social-links > li > a.twitter{
	background: #fff;
	color: #5da9dd;
	border: solid 1px #5da9dd;
}
.social-links > li > a.twitter:hover{
	background: #5da9dd;
	color: #fff;
	border: solid 1px #5da9dd;
}
.social-links > li > a.youtube{
	background: #fff;
	color: #bd171d;
	border: solid 1px #bd171d;
}
.social-links > li > a.youtube:hover{
	background: #bd171d;
	color: #fff;
	border: solid 1px #bd171d;
}
.social-links > li > a.instagram{
	background: #fff;
	color: #7836aa;
	border: solid 1px #7836aa;
}
.social-links > li > a.instagram:hover{
	background: #7836aa;
	color: #fff;
	border: solid 1px #7836aa;
}
.sec-desciprtion {
    padding: 0px 0 20px 0;
}
.sec-desciprtion .tab-pane {
    padding-top: 30px;
}
.sec-desciprtion .nav-link{
	color: #767676!important;
	font-weight: 400;
}
.sec-desciprtion .nav-tabs .nav-link{
	border-radius: 0;
}
.sec-desciprtion .tab-pane{
	line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #524f4f;
}
.sec-desciprtion .tab-pane .tabindex:focus{
	outline: none;
}
.border-top {
    border-top: 1px solid #dedede;
    margin-top: 40px;
    padding-top: 40px;
}
.border-top a{
	font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #a41b56;
}
.border-top a:hover,
.border-top a:focus{
	border: none;
	outline: none;
}
/* empty cart */
.empty-cart-msg {
    text-align: center;
    padding: 40px 0;
}
.empty-cart-msg h1{
	margin-bottom: 20px;
	font-weight: 400;
}
.empty-cart-msg h2{
	font-weight: 400;
}
.empty-cart-msg h2 > a{
	text-decoration: underline;
}
.offers.total-price{
	color: #333;
}
.checkout-process span{
	color:#767676;
	font-weight: 400;
	font-size: 14px;
}
.checkout-wrapper .logo {
    max-width: 155px;
    margin: 0 auto;
}
.checkout-wrapper .breadcrumb{
	align-items: center;
    justify-content: center;
}
.steps-header{
	margin-bottom: 10px;
}
.steps-header span{
	font-weight: 400;
}
.steps-header a{
	font-weight: 400;
	margin-left: 10px;
	color: #a41b56;
	text-decoration: underline;
}
.steps-header h4{
	font-family: 'Poppins';
	font-weight: 400;
}
.remain-form h4 {
	font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 15px;
}
.remain-form{
	padding-bottom: 30px;
}
.order-summary-content .listRow{
	padding: 15px 15px 5px 15px;
	border: none;
}
.order-summary-wrapeer {
	margin: 0 0 30px 0;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ececec;
}
.order-summary-content .itemImg {
	position: relative;
}
.order-summary-content .itemImg a{
	overflow: hidden;
	border-radius: 5px;
}
.total-block{
	padding: 10px 15px 25px 15px; 
}
.no-pad {
    padding: 0!important;
}
.quantity-badge {
    position: absolute;
    top: -3px;
    left: -1px;
    background: #a41b56;
    border-radius: 50%;
    display: flex;
    height: 25px;
    width: 25px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}
.order-summary-content .itemDetail h5{
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	color: #a41b56;
}
.order-summary-content .itemDetail span{
	font-size: 12px;
	font-weight: 400;
}
.order-summary-content .offers{
	color: #656565;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Poppins';
}
.order-summary-content .offers span.size-o{
	color: #656565;
	margin: 0 5px 0 0;
	font-size: 14px;
}
.order-summary-content {
    max-height: 311px;
    overflow: auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0px;
    margin-bottom: 25px;
}
.order-product-summary .subtitle{
	font-size: 13px;
    letter-spacing: 0px;
    margin-bottom: 10px !important;
    font-weight: 600;
}
.total-summary p, .total-shiping p {
	margin-bottom: 7px;
}
.total-total {
    margin-top: 10px;
    border-top: 1px solid #ececec;
    padding-top: 10px;
}
.total-total h4{
	letter-spacing: 0;
	color: #920944;
}
.total-shiping p > small{
	font-size: 12px;
	font-weight: 400;
}
.total-shiping {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.seprate-wraper {
    padding-right: 30px;
    border-right: 1px solid #ececec;
    height: 100%;
}
.delivery-information {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    padding: 1px 22px;
    margin-bottom: 50px;
}
.list{
    padding: 19px 0;
}
.list + .list{
    border-top: 1px solid #E5E5E5;
}
.left-text {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
}
.center-text {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
.right-text {
    color: #EA096C;
    font-size: 16px;
    font-weight: 400;
}
.payment-transaction{
    margin-bottom: 50px;
}
.div-heading span {
    color: #888;
    font-size: 14px;
	padding-top: 10px;
	font-weight: 400;
}
form.card-detail{
    border: 1px solid #C4C4C4;
    border-radius: 10px;
}
.panel-heading {
    padding: 20px 25px;
    border-bottom: 1px solid #E5E5E5;
}
form.card-detail .panel-heading label {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-left: 30px
}
.card-info-featch {
    background: #F8F8F8;
    padding: 30px;
}
input[type="radio"]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
    border-radius: 50%;
    margin: -1px 0 0;
}
label {
    position: relative;
    font-weight: 400;
    color: #484848;
    font-family: 'Poppins';
}
input[type="radio"]:checked ~ .checkmark {
    background-color: #a41b56;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
input[type="radio"]:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    top: 7px;
   left: 6px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: white;
}
.div-heading {
    margin-bottom: 10px;
}
.secQuality {
    padding: 70px 0;
    /*background: #f8f8f7;*/
}
.quality-wrapper {
    text-align: center;
}
.quality-wrapper .icon {
	max-width: 45px;
	margin: 0 auto 20px;
}
.quality-wrapper h6{
	margin-bottom: 15px;
}
.quality-wrapper p{
}
.secAboutUs h2{
	margin-bottom: 50px;
	font-size: 28px;
}
.secAboutUs .content h4,
.inner-title{
	margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.secWorks {
    padding: 70px 0px 20px;
}
.secWorks .cardbox {
    background: #a41b56;
    padding: 40px;
    text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-ms-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 50px;
    border-radius: 5px;
}
.secWorks .cardbox:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.secWorks .cardbox .icon{
	height: 85px;
    width: 85px;
    background: #fff;
    line-height: 75px;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 35px;
    color: #a41b56;
    border: solid 5px #d0c2c8;
}
.secWorks .cardbox p {
	color: #fff;
    font-weight: 400;
    line-height: 1.4;
    min-height: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.secPrivacy p{
	text-align: justify;
	margin-top: 10px;
}
.secPrivacy p a,{
	color:#a41b56;
}
.link-text{
	color:#a41b56 !important;
	display: inline-block !important;
	padding: 0 !important;
}
.secPrivacy hr{
	margin: 25px 0;
}
.secPrivacy ul{
	padding-left: 40px;
    margin-top: 5px;
    list-style: circle;
}
.secPrivacy li{
	line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 5px;
}
.faqwrapper .panel-body {
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #7a7a7a;
    text-align: justify;
    padding: 20px 48px;
    font-weight: 300;
    color: #524f4f;
}
.faqwrapper .panel-body p {
    margin-bottom: 15px;
}
.faqwrapper .panel-body h4{
    margin-bottom: 10px;
    margin-top: 30px;
}
.faqwrapper .panel-body ul {
	padding-left: 20px;
	margin-bottom: 15px;
}
.faqwrapper .panel-body ul > li {
    list-style: disc;
}
.faqwrapper .panel.panel-default{
	margin-bottom: 10px;
}
.faqwrapper .panel-heading {
    padding: 5px 10px;
    background: #f2edef;
}
.faqwrapper .panel a{
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 10px 38px;
	color: #a41b56;
}
.faqwrapper .panel p > a {
    display: inline-block;
    padding: 0;
    color: #a41b56;
    font-weight: 500;
}
.faqwrapper .panel a i{
	height: 24px;
	width: 24px;
	background: #a41b56;
	color: #fff;
	text-align: center;
	line-height: 28px;
	margin-right: 10px;
	border-radius: 4px;
	font-size: 13px;
	position: absolute;
	left: 3px;
	top: 5px;
}
.faqwrapper .panel-collapse {
     background: #f7f7f7; 
}
.secDisclaimer{
	padding: 70px 0;
}
.secDisclaimer p{
	font-weight: 300;
}
.contactWrapper ul > li {
    padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}
.contactWrapper ul > li.user-name{
	padding-left: 0 !important;
}
.contactWrapper ul > li span{
	font-weight: 400;
	letter-spacing: 0.5px;
	font-size: 15px;
}
.contactWrapper ul > li a{
	color: #000000;
	font-size: 14px;
	word-break: break-word;
	font-weight: 300;
    letter-spacing: 0.5px;
    display: block;
}
.contactWrapper ul > li.time p{
	font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #000000
}
.contactContainer h4{
	margin: 40px 0 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}
li.phoneSec:before {
    position: absolute;
    content: "\f095";
    font-family: 'fontawesome';
    top: 0;
    left: 0;
    font-size: 20px;
    color: #bbbbbb;
}
li.time:before {
    position: absolute;
    content: "\f017";
    font-family: 'fontawesome';
    top: -2px;
    left: 0;
    font-size: 20px;
    color: #bbbbbb;
}
li.user-name:before {
	display: none;
}
li.user-name p{
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #484848;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
li.helpSec:before {
	position: absolute;
    content: "\f0e0";
    font-family: 'fontawesome';
    top: 0px;
    left: 0;
    font-size: 18px;
    color: #bbbbbb;
}
li.officeAddress:before {
	position: absolute;
    content: "\f041";
    font-family: 'fontawesome';
    top: -3px;
    left: 3px;
    font-size: 22px;
    color: #bbbbbb;
}
/*--------------16/15/20--------------*/
.numberblock{
    display: none;
}
header{
	margin-bottom: 0 !important;
}
.form-control:focus{
	box-shadow: none;
	border-color: #a41b56;
	box-shadow: none !important;
}
.categoryTab .nav-link.active .box{
    border-bottom: none !important;
    color: #fff;
    background: #a41b56 !important;
}
.categoryTab .nav-tabs .nav-link {
	border: none;
	padding: 0px;
}
.categoryTab .nav-tabs li {
	padding: 24px;
}
h2.title {
    font-size: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #6b2f49;
}
p {
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #000000;
}
.title_two{
	color: #484848;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
} 
.inner-sec{
	padding: 75px 0
}
.inner-sec .in-main-heading{
	margin-bottom: 35px;
	font-weight: 400;
	font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}
.card {
  border-radius: 5px;
  background-color: #fff;
  padding: 30px 10px; 
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(239 239 239);
    border-radius: .25rem;
}
.rating-box {
    width: 145px;
    height: 145px;
    margin-right: auto;
    margin-left: auto;
    background-color: #a41b56;
    color: #fff;
    border: solid 8px #c34d80;
}
.rating-box p {
    color: #fff;
}
.star-active {
    color: #FBC02D;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rating-label {
    font-weight: 400;
    color: #524f4f;
    text-align: center;
    font-size: 15px;
}
.rating-bar0 table tr td{
    font-weight: 400;
    color: #524f4f;
    text-align: center;
    font-size: 15px;
}
.rating-bar {
    width: 265px;
    padding: 0px 10px;
    border-radius: 5px;
}
.bar-container {
    width: 100%;
    background-color: #e2e2e2;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-top:15px;
}
.bar-5 {
    width: 70%;
    height: 13px;
    background-color: #a41b56;
    border-radius: 20px;
}
.bar-4 {
    width: 30%;
    height: 13px;
    background-color: #a41b56;
    border-radius: 20px;
}
.bar-3 {
    width: 20%;
    height: 13px;
    background-color: #a41b56;
    border-radius: 20px;
}
.bar-2 {
    width: 10%;
    height: 13px;
    background-color: #a41b56;
    border-radius: 20px;
}
.bar-1 {
    width: 0%;
    height: 13px;
    background-color: #a41b56;
    border-radius: 20px;
}
.review_block{
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0px 2px 2px #cccccc42;
}
.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #212529;
}
.review-block-description {
    font-size: 15px;
    font-weight: 400;
    color: #6b6f81;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.rating-star {
    background: #FBC02D;
    color: #fff;
    padding: 5px 5px;
    margin: 0 !important;
    border-radius: 2px;
    font-size: 15px;
}
.rating-star.inactive{
  background: #ccc;
}
.date-text{
  font-size: 14px;
  color: #6b6f81;
}
.all-review{
	border: none;
	box-shadow: none;
	border-top: 1px solid rgba(0,0,0,.125); 
}
.sec-desciprtion .nav-tabs{
	background: #bba3ad !important;
	border: none !important;
}
.sec-desciprtion .nav-tabs .nav-item{
	margin-bottom: 0 !important;
}
.sec-desciprtion .nav-tabs .nav-item .nav-link{
	border: none !important;
    border-right: solid 1px #d4d4d4 !important;
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 300;
}
.sec-desciprtion .nav-tabs .nav-item .nav-link.active{
	background: #a41b56 !important;
	color: #fff !important;
}
.msg-btn{
    display: inline-block;
    padding: 0 !important;
    margin-top: 20px;
    width: 100% !important;
}
.msg-btn input{
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 7px 15px;
    color: #a41b56;
    text-align: left;
    height: 40px;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.popcountblock{
   padding: 10px;
}
.table-shopping{
	border: solid 1px #ececec;
}
.tableHeader {
	border-bottom: solid 1px #ececec;
	padding: 10px 20px;
	background: #f5f5f5;
}
.table-shopping tbody tr{
	border-bottom: 1px dashed #ebebeb;
}
.table-shopping tbody tr td{
	border: none;
	vertical-align: middle;
	padding: 15px 10px;
	white-space: nowrap;
}
.table-shopping .img-container {
    text-align: center;
    width: 70px;
    margin: auto;
    height: 65px;
    background: #fff;
    border: solid 1px #eaea
    border-radius: 0;
    border-radius: 4px;
}
.table-shopping .img-container img {
    vertical-align: center;
    margin: auto;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill;
    border-radius: 4px;
}
.table.table-shopping thead th{
	border: none;
	padding: 12px 10px;
}
.site-banner {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.site-banner img{
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.site-banner:before {
    position: absolute;
    z-index: 1;
    background: rgba(2, 2, 2, 0.61);
    width: 100%;
    height: 100%;
    content: "";
}
.heading-block {
	font-family: 'Merienda One', cursive;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 111;
    padding: 10px;
}
.heading-block .in-main-heading{
	font-family: 'Merienda One', cursive;
    display: inline-block;
    border: double 4px #969696;
    padding: 10px 90px;
    font-size: 25px;
    background: #00000021;
    display: none;
}
.logo-sec {
    background: #f8f8f8;
    border-bottom: solid 2px #a41b56;
}
.checkout-wrapper .breadcrumb-checkout {
    background: #f8f8f8;
    padding: 10px 20px;
    margin-bottom: 30px;
    border: solid 1px #efefef;
    border-radius: 5px;
}
.checkout-wrapper .breadcrumb {
    justify-content: start;
    align-items: start;
    display: flex;
} 
.checkout-wrapper .breadcrumb li{
	font-weight: 300;
	color: #524f4f;
	line-height: 20px;
	position: relative;
	padding: 0 25px 0 0;
}
.checkout-wrapper .breadcrumb li a{
	font-weight: 400;
	color: #b13c6e;
}
.checkout-wrapper .breadcrumb-item.active:after {
	left: inherit;
}
.checkout-wrapper .breadcrumb li:after {
    position: absolute;
    z-index: 999;
    width: 1px;
    height: 14px;
    background: #ccc;
    content: "";
    right: 10px;
    top: 4px;
}
.removeeditbtn .remove, 
.removeeditbtn .edit {
    padding: 8px 30px !important;
    max-width: none;
    display: inline-block;
    width: auto;
    border-radius: 4px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    background: #a41b56 !important;
    color: #fff !important;
}
.removeeditbtn .remove:hover,
.removeeditbtn .edit:hover,
.removeeditbtn .remove:focus, 
.removeeditbtn .edit:focus {
    background: #c8286d !important;
    border-color: #c8286d !important;
    outline: none;
    color: #fff !important;
}
.order-summary-wrapeer .itemImg a{
	height: 65px;
}
.theme-background-color{
	background-color: #a82d5f !important;
}
#formSubmit, #formSubmit-pc{
	background-color: #a82d5f !important;
}
.round #tawkchat-status-text-container{
	background-color: #a82d5f !important;
}
/*--------------16/15/20--------------*/

/*----------------------------------------------------*/
  /*Header section css*/
/*----------------------------------------------------*/
header {
    margin-bottom: 0 !important;
}
header .top_menu {
    padding: 0px;
}
header .container{
	max-width: 100%;
    width: 95%;
}
.h-top{
    background: #f7f7f7;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 10px;
    padding: 10px 0 8px;
}
.link-bar a{
	color: #999;
    font-size: 13px;
    margin-left: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    transition: 0.5s;
    letter-spacing: 0;
}
.link-bar a:hover{
	color: #a41b56;
}
.link-bar a:first-child:after{
	display: none;
}
.link-bar a:after {
    position: absolute;
    z-index: 999;
    width: 1px;
    height: 12px;
    content: "";
    background: #ccc;
    left: -11px;
    top: 3px;
}
.mini-photo-wrapper {
    font-size: 18px !important;
    line-height: 0 !important;
    color: #a41b56 !important;
}
.top_menu{
	background: #a41b56;
}
.top_menu ul li {
    margin: 0 !important;
    padding: 0px !important;
}
.top_menu ul li:hover,
.top_menu ul li:focus{
	border: none;
	outline: none;
}
.top_menu ul li a {
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    padding: 15px 8px !important;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
}
.top_menu ul li a:hover{
	 background: #981b51;
}
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}
.navbar .dropdown-menu {
  border:none;
  background-color: #eaeaea !important;
  border-radius: 0;
  margin-top: 0;
  padding: 10px 0px;
  box-shadow: 0px 0px 2px #1f1b1b78;
  border-radius: 0 0px 5px 5px;
}
.navbar .dropdown-menu .row{
	margin: 0;
}
.navbar .dropdown-menu .row .col-lg-12{
	padding: 0 !important;
}
.navbar .dropdown-menu .row .col-lg-12 ul{
	padding-left: 0 !important;
}
.bg-right{
	position: relative;
}
/*.bg-right.jar-cake:after{
	background: url(../images/jar-cake.jpg) !important;
    background-position: 100% 100% !important;
    background-size: 170px auto !important;
    background-repeat: no-repeat !important;
}
.bg-right.flavoured-Choco:after{
	background: url(../images/flavoured-Choco.jpg) !important;
    background-position: 100% 95% !important;
    background-size: 190px auto !important;
    background-repeat: no-repeat !important;
}
.bg-right.dry-snack:after{
	background: #fff url(../images/dry-snacks.png) !important;
    background-position: 100% 95% !important;
    background-size: 190px auto !important;
    background-repeat: no-repeat !important;
}
.bg-right:after {
    background: url(../images/cake-menu.jpg) !important;
    background-position: bottom right !important;
    background-size: 200px auto !important;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}*/
.top_menu .dropdown-menu ul li{
    margin: 0 !important;
    padding: 0px !important;
    border-bottom: dashed 1px #e2d9dd;
    position: relative;
}
.menu-name{
    background: #e0d8db;
}
.menu-name a{
    color: #a41b56 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 0px;
    cursor: default;
}
.top_menu .dropdown-menu ul li a{
	padding: 8px 20px !important;
    text-transform: inherit;
    color: #716f70;
    font-size: 12px;
    font-weight: 400;
    transition: 0.5s;
    display: block !important;
}
.top_menu .dropdown-menu ul li a:hover {
	background:transparent;
    color: #a41b56;
}
.cart-block {
    margin-left: 15px;
    border-left: solid 1px #ececec;
    padding-left: 10px;
    vertical-align: top;
}
.cart-right {
    padding-left: 30px;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #999;
}
.cart-right span{
	color: #262626;
    font-weight: 500;
    font-size: 13px;
    transition: 0.5s;
}
.cart-right span:hover {
    color: #a41b56;
}
.cart-block .icon{
    width: 24px;
    margin-top: 5px;
}
.fssai-logo {
    width: 45px;
    margin-top: -5px;
    float: left;
    margin-right: 5px;
}
.cart-right.fssai span{
	font-size: 12px;
}
.fssai{
	padding-left: 0px;
}
.nav-item.dropdown:hover .dropdown-menu{
	display: block;
	z-index: 99999999999 !important;
}
nav.navbar.bg-dark .dropdown-menu { 
	background-color: #343a40 !important; 
}
nav.navbar.bg-dark .dropdown-menu .dropdown-item { 
	color: rgba(255, 255, 255, 0.5); 
}
nav.navbar.bg-dark .dropdown-menu .dropdown-item:hover { 
	color: rgba(255, 255, 255, 0.75); 
	background: transparent; 
}
nav.navbar.bg-dark .dropdown-menu .dropdown-item.active { 
	color: #fff; 
	background: transparent; 
}
nav.navbar.bg-dark .dropdown-menu .dropdown-item.disabled { 
	color: rgba(255, 255, 255, 0.25); 
}
.nic-menu { 
	padding: 0 1rem .5rem 1rem; 
	background-color: #343a40 !important; 
}
.nic-menu .nav-item strong { 
	font-weight: 400; 
	display: block; 
	margin: .5rem 0; 
	color: rgba(255, 255, 255, 0.75); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.75); 
}
.nic-menu .nav-item .nav-link { 
	padding: .3rem 0; 
}
.nic-menu-single { width: 200px; }
.nic-menu-sm { width: 480px; }
.nic-menu-md { width: 540px; }
.nic-menu-lg { width: 850px; }
.nic-menu-xl { width: 1140px; }
.nic-menu-mega { width: 1400px; }

.top_menu ul li:nth-child(6) .nic-menu-lg, 
.top_menu ul li:nth-child(12) .nic-menu-lg {
    width: 510px;
}
.top_menu ul li:nth-child(9) .nic-menu-single{
    width: 250px;
}
.right-side{
	right: 0 !important;
	left: auto !important;
}
.top_menu ul li.first-link a{
	padding: 13px 10px !important;
	cursor: pointer;
}
.top_menu ul li.first-link a .fa{
    padding: 0 !important;
    color: #fff;
    font-size: 20px;
}
.cart-right.fssai{
	text-align: center;
}
.wonderfresh-logo{
	max-width: 340px;
}
.feature-side{
	padding-left: 80px;
}
.foodShopify .titleTwo,
.follow-title{
	font-size: 15px;
    margin: 15px 0;
    letter-spacing: 0;
}
.feature .infos{
	padding: 15px 10px;
    width: 49%;
    text-align: center;
    border: solid 1px #eaeaeacc;
    background: #fff;
    margin: 3px 0;
    box-shadow: inset 0px 0px 35px #e8e8e8;
}
.feature .infos .icon {
    max-width: 32px;
    margin: 0 auto;
    display: inline-block;
}
.feature .infos .content {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
}
.feature .infos p{
	line-height: 16px;
    font-size: 12px;
    color: #333;
    font-weight: 500;
}
.contact-form .row{
	margin: 0 -7px;
}
.contact-form .row .cont-block{
	padding: 0 7px;
}
.pure-veg img{
	max-width: 160px;
	width: 100%;
}
.add-btn .themeBtn{
	width: 49%;
    padding: 10px 10px;
    margin: 0 !important;
    font-size: 14px;
    letter-spacing: 0;
    border-color: #c7c7c7;
    background: #f2f2f2;
}
.add-btn .themeBtn:hover{
	color: #fff;
    border-color: #a41b56;
    background: #a41b56;
}
p.note-text {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
p.note-text strong {
    color: red;
    font-weight: 600;
}
p.note-delivery{
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	padding: 5px 20px;
	color: #a41b56;
	font-weight: 400;
}
ul.submenu {
    display: none;
}
li.nav-item.submenu-li:hover ul.submenu {
    display: block;
    background: #e6e6e6;
    height: 325px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
    left: 100%;
    position: absolute;
    top: -3px;
    padding: 10px 0;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 3px 5px 5px #1f1b1b1c;
	border-radius: 0px 5px 5px 5px;
	border: solid 1px #dbdbdb;
}
.top_menu ul li:nth-child(12) .nav-item.submenu-li:hover ul.submenu {
	right: 100% !important;
    left: auto !important;
    border-radius: 5px 0px 5px 5px;
}
.submenu-li > a.nav-link:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    right: 0;
    float: right;
    top: 13px;
    margin-top: 7px;
}
.h-top .link-bar{
	position: relative;
	padding-right: 0px;
} 
.log_in{
	position: absolute;
    top: -10px;
    right: 0;
    /*display: none;*/
}
.log_in .btn.dropdown-toggle{
    background: #a41b56;
    color: #fff;
    border-radius: 0;
    padding: 9px 18px;
    border: none;
    right: 0;
    border-left: solid 1px #e2e2e2;
    border-right: solid 1px #ccc;
}
.log_in .dropdown-menu.show{
	left: inherit !important;
	right: 3px !important;
	top: -2px !important;
	border-radius: 0 !important;
	padding: 0;
	background: #f7f7f7;
	border: solid 1px rgb(0 0 0 / 7%);
}
.log_in .dropdown-menu.show a{
	text-align: right;
	margin: 0;
	padding: 10px 20px;
	border-bottom: solid 1px rgb(0 0 0 / 7%); 
}
.log_in .dropdown-menu.show a:last-child{
	border: none;
}
.log_in .dropdown-menu.show a:after{
	border: none;
}
.checkout-steps .checkout-footer a{
	position: relative;
    font-weight: 400;
    color: #484848;
    font-family: 'Poppins';
    letter-spacing: 0;
}
.remain-form .justify-content-lg-around {
    justify-content: flex-start !important;
}
.remain-form .justify-content-lg-around > div {
    margin-right: 40px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.remain-form .justify-content-lg-around > div > input {
    top: 4px;
}
.remain-form .justify-content-lg-around > div > span {
    padding-left: 5px;
    font-weight: 300;
}
#addCoupon{
	padding: 20px;
}
form#addCouponForm {
    background: #fff;
    margin: 100px auto;
    max-width: 500px;
    width: 100%;
    border-radius: 5px;
}
form#addCouponForm .modal-header{
	background: #a41b56;
	padding: 10px 30px;
	position: relative;
}
form#addCouponForm .modal-header h4{
	color: #fff;
}
form#addCouponForm .modal-body{
	height: auto;
	padding: 40px 30px 0px 30px;
}
form#addCouponForm .modal-body .form-group{
	width: 100%;
}
form#addCouponForm .addcouponfooter{
	margin-bottom: 20px;
	padding: 0px 30px 40px 30px;
}
form#addCouponForm label{
	font-family: 'Poppins';
	font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
form#addCouponForm .form-control{
	border-radius: 5px;
}
form#addCouponForm .continueblock button{
	font-size: 14px;
}
.form-group small {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #e02f2f;
    /*display: inline-block;*/
    line-height: 16px;
    margin-top: 5px;
}
form#addCouponForm .modal-header .close{
	color: #fff;
	opacity: 10;
	text-shadow: none;
	font-weight: 400;
}
.seprate-wraper.thanks{
	padding-right: 15px !important;
	border: none !important;
}
h2.thanks-msg {
    color: green;
    font-size: 22px;;
}
/* .user-menu-wrap {
	 position: relative;
	 width: 15px;
}*/
 .menu-container {
	 visibility: hidden;
	 opacity: 0;
}
 .menu-container.active {
	 visibility: visible;
	 opacity: 1;
	 transition: all 0.2s ease-in-out;
}
 .user-menu {
	 position: absolute;
	 right: -5px;
	 background-color: #fff;
	 width: 215px;
	 border-radius: 2px;
	 border: 1px solid rgba(0, 0, 0, 0.15);
	 padding-top: 0px;
	 padding-bottom: 0px;
	 margin-top: 28px; 	
	 z-index: 9999;
	 letter-spacing: 0;
}
 .user-menu .profile-highlight {
	 display: flex;
	 border-bottom: 1px solid #e0e0e0;
	 padding: 10px 16px;
	 margin-bottom: 0px;
}
 .user-menu .profile-highlight img {
	 width: 48px;
	 height: 48px;
	 border-radius: 25px;
	 object-fit: cover;
}
 .user-menu .profile-highlight .details {
	 display: flex;
	 flex-direction: column;
	 margin: auto 0;
	 padding: 0;
	 width: 100%;
}
 .user-menu .profile-highlight .details #profile-name {
	 font-weight: normal;
	 font-size: 14px;
	 color: #a41b56;
}
 .user-menu .profile-highlight .details #profile-footer {
	 font-weight: 300;
	 font-size: 13px;
	 margin-top: 0px;
}
 .user-menu .footer {
	 border-top: 1px solid #e0e0e0;
	 padding-top: 0px;
	 margin-top: 0px;
	 background: #f7f7f7;
}
 .user-menu .footer .user-menu-link {
	 font-size: 13px;
}
 .user-menu .user-menu-link {
	 display: flex;
	 text-decoration: none;
	 color: #333;
	 font-weight: 400;
	 font-size: 13px;
	 padding: 12px 16px;
	 margin-left: 0;
	 letter-spacing: 0;
}
 .user-menu .user-menu-link img{
 	width: 25px;
 }
 .user-menu .user-menu-link div {
	 margin: auto 5px;
}
 .user-menu .user-menu-link:hover {
	 background-color: #f5f5f5;
	 color: #333;
}
.user-menu .fa {
    font-size: 15px;
    margin-top: 3px;
}
 .user-menu:before {
	 position: absolute;
	 top: -16px;
	 right: 5px;
	 display: inline-block;
	 content: "";
	 border: 8px solid transparent;
	 border-bottom-color: #e0e0e0;
}
 .user-menu:after {
	 position: absolute;
	 top: -14px;
	 right: 6px;
	 display: inline-block;
	 content: "";
	 border: 7px solid transparent;
	 border-bottom-color: #fff;
}
.registrationCall .btn-google,
.registrationCall .btn-facebook{
	font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    max-width: 220px;
    border-radius: 0;
}
.btn-google{
    color: white;
    background-color: #ea4335;
}
.btn-google:hover{
	color: white;
    background-color: #dc2819;
}
.btn-facebook {
    color: white;
    background-color: #4261a0;
}
.btn-facebook:hover{
    color: white;
    background-color: #2c467b;
}
#adv-search .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
#adv-search .input-group-btn .btn-group {
    display: flex !important;
}
#adv-search .btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
#adv-search .btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#adv-search .btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#adv-search .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
#adv-search .form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#adv-search .form-control{
	height: 40px;
	border-radius: 4px 0px 0px 4px;
}
#adv-search .btn{
	background: #fff;
	color: #a41b56;
	border-left: solid 1px #ccc;
}
#adv-search  .form-horizontal .form-control{
	height: 40px !important;
	margin-top: 0px;
}
#adv-search .input-group-btn .btn-group{
	height: 40px !important;
}
#adv-search .input-group-btn .btn-group{
	position: static !important;
}
#adv-search .btn-group .btn.btn-default.dropdown-toggle{
	padding: 6px 15px !important;
	height: 40px;
}
#adv-search .btn-group .btn.btn-default.dropdown-toggle:after{
	margin-left: 0 !important;
}
#adv-search .dropdown.dropdown-lg .dropdown-menu {
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    margin-top: -2px;
    transform: inherit !important;
    top: 39px !important;
    padding: 20px 20px;
}
#adv-search {
	width: 100%;
	margin: 0 auto;
}
#adv-search .dropdown.dropdown-lg {
    position: static !important;
}
#adv-search .form-horizontal{
    width: 100%;
    display: flex;
    align-items: center;
}
.find-title{
	font-size: 20px;
}
#addCouponForm {
    background: #f1f1f1;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
#addCouponForm #couponCode{
	height: 40px;
    border-radius: 5px 0px 0px 5px !important;
}
#addCouponForm .coupan-btn {
    padding: 5px 10px;
    height: 39px;
    width: 100%;
    font-size: 13px;
    border-radius: 0 5px 5px 0px;
}
#scroll-with-buttons{
	display: block !important;
}
.elements {
  list-style-type: none;
  overflow: hidden;
  overflow-x: hidden;  /*hide default scrollbar*/
  white-space: nowrap;  /*makes list scrollable*/
  margin: 0;
  padding: 0;
}
.element {
  display: inline-block;
  padding: 5px;
  height: 50px;
  width: auto;
  text-align: center;
}
#left-scroll,
#right-scroll {
  font-size: 25px;
}
#left-scroll {
  float: left;
}
#right-scroll {
  float: right;
}
.cat-menu {
    position: relative;
    padding: 0px 10px;
    width: 100%;
}
#left-scroll,
#right-scroll{
	border: none;
	background: none;
	position: absolute;
	padding: 0 !important;
	cursor: pointer;
    color: #a41b56;
}
#left-scroll {
    float: left;
    top: 10px;
    left: 0;
}
#right-scroll {
    float: right;
    right: 0;
    top: 10px;
}
.pro_btn{
	margin-top: 10px;
}
.pro_btn .value-button{
	width: 15px;
	height: 15px;
	line-height: 16px;
	font-size: 14px;
}
.pro_btn input{
	height: 25px;
	width: 30px;
	margin: 0 5px;
	border-radius: 5px;
}
.pro_btn .removeProduct{
  margin-left: 0px;
  color: #a41b56;
  border: none !important;
  background:none !important;
  cursor: pointer !important;
}
.pro_btn .removeProduct .fa{
	color: #a41b56 !important;
}
.wishlist-block h3.title{
	font-size: 14px !important;
	margin-bottom: 4px !important;
}
.wishlist-block .price{
	 font-size: 15px !important;
}
.size-block{
	position: relative;
	margin-top: 10px;
}
.size-block .size-box .top {
  padding: 10px 28px;
  background-color: #a41b56;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #a41b56 !important;
  height: 40px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-right: 8px;
}
.size-block .size-box .bottom{
	padding: 12px;
	background-color: #fafafa;
	border: solid 1px #e8e8e8;
	width: 100%;	
	max-width: 300px;
	border-radius: 0px 0px 5px 5px;
	margin-top: 10px;
	position: absolute;
	z-index: 999;
	top: 45px;;
	left: 0;
}
.size-block .size-box .bottom h5{
	 font-size: 12px;
    font-weight: 600;
    padding: 0px 0 5px 0;
    border-bottom: solid 1px #e4e4e4;
    margin-bottom: 8px;
}
.size-block .size-box .bottom p{
	padding-bottom: 5px;
}
.size-block .size-box .bottom p span{
	vertical-align: top;
}
.size-block .size-box .bottom .details{
	width: 115px;
	padding-right: 10px;
    position: relative;
    margin-right: 15px;
}
.size-block .size-box .bottom .size-detail p .details:before {
    position: absolute;
    z-index: 999;
    width: 5px;
    height: 5px;
    content: "-";
    z-index: 999;
    right: 0;
    top: 0;
}
.newboxes {
    display: none;
}
.size-detail {
	padding: 12px;
	background-color: #fafafa;
	border: solid 1px #e8e8e8;
	width: 100%;	
	max-width: 300px;
	border-radius: 0px 0px 5px 5px;
	margin-top: 10px;
}
.size-detail h5{
    font-size: 12px;
    font-weight: 600;
    padding: 0px 0 5px 0;
    border-bottom: solid 1px #e4e4e4;
    margin-bottom: 8px;
}
.size-detail p{
	padding-bottom: 5px;
}
.size-detail p span{
	vertical-align: top;
}
.details{
	width: 115px;
	padding-right: 10px;
    position: relative;
    margin-right: 15px;
}
.size-detail p .details:before {
    position: absolute;
    z-index: 999;
    width: 5px;
    height: 5px;
    content: "-";
    z-index: 999;
    right: 0;
    top: 0;
}
.cat-menu .box{
    float:left;
    text-decoration:none;
    text-align:center;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    background: #f2edef;
    border-radius: 20px;
    font-weight: 400;
    margin: 0px 8px !important;
    color: #696969;
    width: 190px !important;
    line-height: normal;
}
.cat-menu .box:hover,
.cat-menu .box-active{
    border-bottom: none !important;
    color: #fff;
    background: #a41b56 !important;
}
.container_element{ 
    white-space:nowrap;
    width:100% !important;
    margin-left: 0px;
    overflow-x:hidden;
    display:inline-block;
    overflow-y:hidden;
}
.inner_container{
    width:100%;
    padding: 0 35px !important;
    border-right: none;
    flex-wrap: nowrap !important;
    border: none !important;
}
#lefty,#righty {
    width: 35px;
    display: inline-block;
    height: 57px;
    text-align: center;
    color: #a41b56;
    line-height: 57px;
    cursor: pointer;
    font-size: 45px;
    position: absolute;
    top: 0;
    background: #fff !important;
}
#lefty {
    float:left;
    left: 0;
}
#righty {
    float:right;
    right: 0;
}
nav#sub {
    position: relative;
    background: none;
}
.view-detail{
	margin: 5px 0;
	width: 100%;
}
.selected_address{
	background: none !important;
	border: solid 1px #a41b56;
    box-shadow: 0px 0px 10px #ccc;
}
.add-pro{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.pro-des-main .pro-des h5{
	border-bottom: 1px solid rgb(239 239 239) !important;
	padding: 5px 0px 8px 0 !important;
	margin-bottom: 10px !important;
	text-transform: uppercase;
	font-size: 16px;
}
.pro-des-main .pro-des p{
	color: #524f4f;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 24px;
}
.pro-des-main table{
	max-width: 400px;
	width: 100%;
}
.detail-cake{
	position: relative;
	width: 50%;
	padding-right: 60px;
}
.detail-cake:after{
	position: absolute;
    z-index: 999;
    content: "-";
    right: 45px;
    top: 0;
}
.view-detail a {
    color: #a41b56;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: underline;
}
.pro-list .itemImg a{
	height: 195px !important;
	width: 100% !important;
}
.pro-list .itemImg a img{
	border-radius: 0 !important;
}
.pro-list-block{
	margin-bottom: 30px;
}
.pro-list-block .itemDetail h5 {
    letter-spacing: 0;
    color: #696969;
    font-size: 14px;    
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0px;
    font-weight: 400;
    margin: 10px 0 5px 0;
}
.pro-list-block .offers {
    color: #a41b56;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
}
.secProductList .listRow{
	border-bottom: none !important
}
.secProductList .listRow .fixed-header{
	margin: 0 auto !important
}
.pure-veg{
	text-align: center !important;
	display: block !important;
    flex-wrap: inherit !important;
    justify-content: inherit !important;
}
.wishlist-block{
	display: block !important;
	border-radius: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}
.wishlist-block .product-image2{
	max-width: 100% !important;
	border-radius: 0 !important; 
	height: 180px !important;
}
.wishlist-block .product-content{
	width: 100% !important;
	text-align: left !important;
	padding: 10px 0 !important;
}
.offers .modal-dialog {
    max-width: 950px !important;
}
.site_popup .modal-header{
    background: #a41b56;
    padding: 10px 15px 10px 20px;
}
.site_popup .modal-header .modal-title{
	font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    margin-top: 5px !important;
}
.site_popup .modal-content{
	border: none;
}
.site_popup .modal-content .close{
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 3px;
    margin: 5px 0;
    opacity: inherit;
    color: #a41b56;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
    padding: 2px;
}
.site_popup .modal-content .close:hover{
    color: #a41b56;
    opacity: 0.8;
}
.offers .modal-body{
	padding: 55px 20px;
}
.offer-block {
    padding: 15px 0px;
    border: dashed 1px #a41b56;
    text-align: center;
    height: 100%;
}
.offer-block h3 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 5px;
    padding: 10px;
    font-weight: 500;
}
.offer-code {
    background: #a41b56;
    color: #fff;
    padding: 8px 0px;
    font-size: 18px;
    font-weight: 300;
}
.term-offer {
    padding: 10px 15px;
    font-size: 12px;
    margin-top: 7px;
}
.help-block {
    border: solid 1px #e8e8e8;
    padding: 35px 20px;
    text-align: center;
    height: 100%;
    width: 100%;
}
.help-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    background: #a41b56;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    line-height: 66px;
    margin-bottom: 20px;
    border: solid 5px #e8e8e8;
}
.help-block h3 {
    font-size: 18px;
    margin: 10px 0;
}
.btn-small{
	max-width: 150px;
}
.input-group.date .input-group-text{
  background: #f9f9f9 !important;
}
.loaderImage{
	display: none !important;
	width: 150px !important;
	height: 150px !important;
	margin: 200px auto !important;
}
.cancel-order{
	color: green;
    font-weight: 300;
}

/*===================================================*/
.swiper-custom-next.swiper-button-disabled,
.swiper-custom-prev.swiper-button-disabled{
  opacity: 0.2;
}
.vid-thumb {
	overflow: hidden;
  display: block;
  width: auto;
}
.vid-thumb img{
   display: block;
}
.swiper-slide:hover .desc{
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
}
.vid-thumb img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.vid-thumb:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.swiper-container-videos .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  position: relative;
  top: 0px;
}
.swiper-container-videos .swiper-slide a {
  text-decoration: none;
  font-size: 14px;
  color: #1f2f3c;
}

.swiper-container-videos  .selected.swiper-slide a .desc {
  color: #721e2e;
  font-weight: bold;
}
.swiper-container-videos .swiper-slide {
  width: 25%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  margin: 7px 7px 7px 0 !important;
}
.swiper-container-videos .swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-pagination-bullet-active {
    background: #b4234c;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.swiper-custom-next, .swiper-custom-prev {
    background: #a41b56;
    border: none;
    color: #fff;
    top: 32%;
    width: 25px;
    height: 35px;
    position: absolute;
    z-index: 9999;
    opacity: inherit !important;
    cursor: pointer !important;
}
.swiper-custom-next{
	left: 20px;
}
.swiper-custom-prev {
	right: 20px;
}
#end{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #a41b56;
    background: #f1f1f1;
    padding: 10px 10px;
    border-radius: 4px;
    border: solid 1px #e4e1e1;
    margin-top: 0px;
}
#hours, #mins ,#secs{
	display: none;
}
.social-side, .social-side:hover{
    position: fixed;
    width: 60px;
    right: 8%;
    bottom: 3%;
    z-index: 999;
    cursor: pointer;
    background: #1bd741;
    border-radius: 50%;
    height: 60px;
    text-align: center;
    display: flex;
}
.social-side img{
	width: 30px;
	height: 30px;
    margin: auto;
}
.top_menu ul{
	padding-left: 3% !important;
}
.bill-add .panel-body strong{
	font-weight: 500;
    color: #555b61;
    font-size: 13px;
}
.spical-offer #mask {
  position:fixed !important;
  left:0;
  top:0;
  z-index:999999999999 !important;
  background-color: #0000008f;
  display:none;
  width: 100% !important;
  height: 100% !important;
}  
.spical-offer .window {
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
  margin: 120px auto !important;
}
.spical-offer #dialog {
  max-width: 520px;
  width: 100%;
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
}
.spical-offer .agree:hover{
  background-color: #D1D1D1;
}
.spical-offer .popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.spical-offer .popupoption2:hover{
	color: red;
}
.spical-offer .close,
.spical-offer .close:not(:disabled):not(.disabled):focus,
.spical-offer .close:not(:disabled):not(.disabled):hover{
    right: -20px;
    background: #a41b56;
    color: #fff;
    opacity: 10;
    font-size: 15px;
    width: 30px;
    height: 30px;
    font-weight: 400;
    line-height: 29px;
    position: absolute;
    top: -25px;
    border-radius: 50%;
    font-family: arial;
    opacity: 10;
}

.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:50px;
}
.list {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3000px;
  	margin-left: 0px;
    margin-top:0px;
    padding: 0;
    border: none !important;   
}
.list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    /*vertical-align:middle;*/
    padding: 0 !important;
}
.scroller {
	text-align:center;
	cursor:pointer;
	display:none;
	padding:7px;
	padding-top:11px;
	white-space:no-wrap;
	vertical-align:middle;
	background-color: #a41b56;
	width: 25px;
    height: 50px;
    color: #fff;
    line-height: 30px;
    border-radius: 4px;
}
.scroller-right{
  float:right;
  display: block !important;
}
.scroller-left {
  float:left;
  display: block !important;
}
.slidermain .slideritem {
    height: 60vh;
}
.slidermain .slideritem img{
	height: 100%;
}

/*=========================================RESPONSIVE==============================================*/
@media(max-width: 1500px){
.top_menu ul li a {
    font-size: 11.5px;
    padding: 17px 4px !important;
}
.top_menu .dropdown-menu ul li a {
    font-size: 11px;
}
.slidermain .slideritem {
    height: 50vh;
}
}

@media(max-width: 1280px){
header .container{
	width: 100%;
}
.navbar .dropdown-menu{
    padding: 10px 0px; 
}
.top_menu .dropdown-menu ul li a {
    font-size: 11px;
}
.top_menu ul {
    padding-left: 0% !important;
}
.top_menu ul li.first-link a {
    padding: 13px 2px !important;
}
.nic-menu-lg {
    width: 600px;
}
.slidermain .slideritem {
    height: 40vh;
}
}

@media (max-width: 1200px){
.top_menu ul li a {
    font-size: 9px;
}
}


@media (min-width: 1024px){
.add-pro{
	-ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}
.feature-side{
	padding-left: 15px;
}
}

@media (max-width: 1024px){
.slidermain .slideritem {
    height: 30vh;
}
}


@media (max-width: 991px){
ul.navbar-nav {
	padding-top: 5px;
	border-top: 1px solid #ddd;
}
ul.navbar-nav > li + li{
	border-top: 1px solid #ddd;
	padding: 0px 0;
}
li.nav-item.submenu-li:hover ul.submenu {
    display: block;
    background: #e6e6e6;
    height: 325px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    left: inherit;
    position: inherit;
    top: 0px;
    padding: 10px 0;
    box-shadow: none;
	border-radius:0;
	border: none;
}
.top_menu ul li:nth-child(12) .nav-item.submenu-li:hover ul.submenu {
	right: 0% !important;
    left: 0 !important;
    border-radius: 0;
}
.navbar-nav li.nav-item .nav-link {
	margin: 0px 0px;
	display: block;
	padding: 10px 15px !important;
}
.navbar-nav li.nav-item .nav-link:hover{
	background: #a41b56 !important;
	color: #fff !important;
}
.mobile-hidden{
	display: none;
}
.navbar-collapse{
	transition: 1.5s;
	margin-top: 0px;
}
.navbar-nav li.nav-item .nav-link:after{
	display: none;
}
.mobile-show {
	display: block;
}
.categoryTab .listmaintab ul li {
	width: 33%;
}
.custmertop,
.righttop {
	display: flex;
	justify-content: center !important;
	width: 100%;
}
.topinner {
	padding: 8px 8%;
}
.headnav ul li a {
	padding: 7px 19px !important;
	display: block;
}
.categoryTab .nav-tabs .nav-link {
	font-size: 15px;
}
.categoryTab .nav-tabs li {
	padding: 10px;
}
.team-inner h6 {
	font-size: 20px;
}
.savingconntent {
	padding: 0 0 30px 0px;
}
.footerflex {
	padding-right: 0px;
}
.seprate-wraper{
	padding-right: 0px !important;
	border-right: none !important;
}
.deliveryAddressblock{
	margin-bottom: 25px;
}
.secWorks .cardbox{
	padding: 40px 10px !important;
}
.content p{
	padding-right: 0px !important; 
}
.slidercontent h1{
	font-size: 35px;
}
.yourfamilyinner h3{
	font-size: 22px;
}
.yourfamilyinner p{
	font-size: 15px;
}
.pricedetailpopup {
	margin-bottom: 28px;
}	
.owl-nav {
	top: 30%;
}
.registrationCall {
	margin-top: 50px;
	padding-left: 0;
}
form.loginForm {
    padding-right: 0px;
}
header .container {
    max-width: 100%;
    width: 100%;
}
.navbar-toggler{
	background: #fff;
	margin: 5px 15px 5px 5px;
	border-radius: 4px;
	padding: 5px 8px;
	width: 40px;
	height: 35px;
    text-align: center;
    padding: 5px;
}
.navbar-toggler-icon{
	color: #a41b56;
	font-size: 20px;
	width: auto;
	height: auto;
}
.top-right{
	margin-bottom: 10px;
}
.wonderfresh-logo {
    max-width: 200px;
}
.top_menu ul li a{
	width: 100%;
    padding: 10px 10px !important;
}
.navbar .dropdown-menu{
	border-radius: 0;
	padding: 10px 0px;
}
.navbar>.container, 
.navbar>.container-fluid {
    -ms-flex-align: end;
    align-items: end;
    justify-content: flex-end;
}
.nic-menu-single,
.nic-menu-sm,
.nic-menu-md,
.nic-menu-lg,
.nic-menu-xl,
.nic-menu-mega { 
	width: 100% !important; 
}
.navbar-brand {
    max-width: 110px;
}
.rating-bar {
    width: 100%;
    padding: 0px 10px;
    border-radius: 5px;
}
.fssai-logo {
    width: 45px;
    margin-top: 0px;
    float: left;
    margin: -5px 5px 0 0;
}
.cart-right span {
    font-size: 12px;
}
.bg-right.jar-cake:after,
.bg-right.flavoured-Choco:after,
.bg-right.dry-snack:after,
.bg-right:after{
	display: none;
}
.feature-side{
   margin-top: 60px;
}
.slidermain .slideritem {
    height: 28vh;
}
}

@media only screen and (max-width: 800px) {
  .swiper-container-videos .swiper-slide a {
    font-size: 11px;
    line-height: 14px;
  }
}

@media(max-width: 767px) {
.categoryTab .listmaintab ul li {
	width: 50%;
}
.cartpriceblock {
    flex-direction: column;
}
.slidercontent {
	padding: 14px 18px;
	background: rgb(255, 255, 255, 0.7);
}
.slidercontent h1 {
	font-size: 40px;
	margin-bottom: 14px;
}
.title {
	font-size: 27px;
}
.savingconntent {
	padding: 25px 0;
}
.titleTwo {
	font-size: 16px;
}
.team-inner {
	margin-bottom: 50px;
	text-align: center;
}
.footerinner {
	width: 50%;
	margin-bottom: 30px;
}
.savingaimage {
	margin-bottom: 10px;
	height: inherit;
}
.quality-wrapper{
	margin-bottom: 50px;
}
.product-images,
.main_img{
   margin-bottom: 20px;
}
.secWorks .cardbox{
	margin-bottom: 18px;
}
.navbar-brand{
	margin-bottom: 10px;
}
.link-bar{
	justify-content: flex-start!important;
}
.link-bar a{
    margin-left: 0;
    margin-right: 13px;
}
.owl-nav{
	top: 27%;
}
.footerinner:first-child {
    width: 100% !important;
}
.link-bar{
	display: block !important;
    text-align: right;
}
.link-bar a {
    margin-left: 0;
    margin-right: 13px;
}
.log_in {
	position: inherit !important;
	right: inherit;
	top: inherit;
	margin-top: 10px;
}
.user-menu-wrap{
	display: inline-block;
	width: 30px;
}
.user-menu-wrap img{
	width: 15px;
}
.h-top .link-bar{
	padding-right: 0 !important;
}
.wonderfresh-logo {
    max-width: 130px;
    display: none;
}
.log_in .dropdown-menu.show {
	right: inherit !important;
	left: -50px !important;
}
.log_in .dropdown-menu.show a {
    text-align: center;
}
.slidermain .slideritem {
    height: 40vh;
}
}

@media(max-width: 640px) {
.sec-desciprtion .nav-tabs .nav-item{
	width: 100%;
}
.sec-desciprtion .nav-tabs .nav-item .nav-link{
	border-right: 0;
	border-bottom: solid 1px #d4d4d4 !important;
	width: 100%;
}
.slidermain .slideritem {
    height: 30vh;
}
}

@media(max-width: 576px) {
.infos{
	justify-content: center !important;
}
.pro-list .itemImg a{
	height: auto !important;
}
.logo-block{
	display: block !important;
	width: 100% !important;
}
.logo-left{
	width: 100%;
    display: block !important;
    text-align: center;
}
.navbar-brand {
    max-width: 170px;
    margin: 0px;
}
.top-right {
    width: 100%;
    display: block !important;
    text-align: center;
}
.cart-block{
	margin: 15px 0;
	padding: 5px 10px;
	width: auto !important;
	text-align: left !important;
	display: inline-block !important;
}
.cart-block .icon{
    width: 25px;
    margin-top: 5px;
}
.cart-right {
    font-size: 13px;
    letter-spacing: 0px;
    padding-right: 0px !important;
}
.heading-d{
	display: block !important;
}
}

@media(max-width: 480px) {
.categoryTab .listmaintab ul li {
	width: 100%;
}
.categoryTab .nav-link.active,
.categoryTab ul {
	display: block;
}
.categoryTab .nav-tabs li {
	padding: 5px;
}
.footerinner {
	width: 100%;
}
.occasionbtn{
	padding: 12px 8px;
	margin: 0px 0px 10px 0px;
}
.occasionblock {
   display: block !important;
}
.faqwrapper .panel a{
   font-size: 13px;
}
.navbar-brand {
   max-width: 108px;
}
.header-smart-link li > a {
   font-size: 17px;
}
.navbar-toggler {
	width: 32px;
	padding: 2px;
	height: 30px;
}
.eggleblock {
	flex-direction: column;
	align-items: center;
}
.header-smart-link li > a {
    font-size: 15px;
}
.navbar-toggler {
    padding: 0.25rem 0.50rem;
    font-size: 17px;
}
.owl-nav{
	top: 10%;
}
.slidermain .owl-prev, 
.slidermain .owl-next {
    width: 25px;
    height: 60px;
}
.footerinner:first-child ul{
    width: 100% !important;
}
.categoryTab .tabtext h3 del{
	vertical-align: middle;
}
.slidermain .slideritem {
    height: 25vh;
}
}


/*box open on hover*/
.openone{
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 24px;
    font-size: 18px;
    position: relative;
    height: 100vh;

    background-image: url(../images/opening/inner-banner.jpg);
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.openanimationblock {
  position: relative;

}
.openanimationblock:before,
.openanimationblock:after  {
    width: 0% !important;
    transition: 1.8s !important;
}

.openone:after {
  position: absolute;
  width: 50%;
  height: 100%;
  content: "";
  background: #e29606;
  top: 0%;
  left: 0%;
  background-position:left; 

  background-image: url(../images/opening/curtainbg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.openone:before {
  position: absolute;
  width: 50%;
  height: 100%;
  content: "";
  background: #e29606;
  top: 0;
  right: 0;
  background-position: right;

  background-image: url(../images/opening/curtainbg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.openanimationblock a{
  background: #fff;
  padding: 10px 25px; 
  border-radius: 50px;
  color: #000; 

}
#animationbtn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -9px;
    z-index: 9999;
}
#animationbtn img{
  max-width: 300px;
  transition: 0.5s;
}
#animationbtn:hover img {
    max-width: 310px;
}
