/*-------------General Style---------------------------------------*/
html {overflow-x: hidden !important;}
body {margin: 0;padding: 0;font-weight: 400;font-size:16px;height: 100%;color: #353642;font-family: 'Montserrat', sans-serif;letter-spacing: 0.5px;line-height: 1.8;}
/*-------------Slick Style---------------------------------------*/
/* Arrows */
.slick-prev,
.slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 20px;height: 20px;
	padding: 0;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);cursor: pointer;
	color: transparent;border: none;outline: none;background: transparent;}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{color: transparent;outline: none;background: transparent;}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{opacity: 1;}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity: .25;}
.slick-prev:before,
.slick-next:before{font-family: boxicons!important;font-size: 20px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev{left: -25px;}
[dir='rtl'] .slick-prev{right: -25px;left: auto;}
.slick-prev:before{content: '←';}
[dir='rtl'] .slick-prev:before{content: '→';}
.slick-next{right: -25px;}
[dir='rtl'] .slick-next{right: auto;left: -25px;}
.slick-next:before{content: '→';}
[dir='rtl'] .slick-next:before{content: '←';}
/* Dots */
.slick-dotted.slick-slider{margin-bottom: 30px;}
.slick-dots{position: absolute;bottom: -40px;display: block;width: 100%;padding: 0;margin: 0;list-style: none; text-align: left;}
.slick-dots li{position: relative;display: inline-block;width: 20px;height: 20px;margin: 0 5px;padding: 0;cursor: pointer;}
.slick-dots li button{display: block;width: 20px;height: 20px;padding: 5px;cursor: pointer;color: transparent;
	border: 1px solid #ffb71b;outline: none;background: transparent;border-radius: 20px;}
.slick-dots li button:hover,
.slick-dots li button:focus{outline: none;background: #ffb71b;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity: 1;}
.slick-dots li.slick-active button{background: #ffb71b;}
/*Bootstrap 5 column grid*/
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {position: relative;width: 100%;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col-2dot4 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
@media (min-width: 576px) {
	.col-sm-2dot4 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
}
@media (min-width: 768px) {
	.col-md-2dot4 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
}
@media (min-width: 992px) {
	.col-lg-2dot4 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
}
@media (min-width: 1200px) {
    .col-xl-2dot4 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
}
/*-------------Bootstrap Style---------------------------------------*/
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus{color: #fff;}

.h1, h1{font-size: 2.5rem;}
.h2, h2{font-size: 2.25rem;}
.h3, h3{font-size: 2rem;}
.h4, h4{font-size: 1.5rem;}
.h5, h5{font-size: 1.25rem;}
.h6, h6{font-size: 1rem;}
.h1, h1{font-weight: 700;}
.h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-600{font-weight: 600;}
.fw-400{font-weight: 400;}
/*-------------Custom Style---------------------------------------*/
.section-gap{padding:80px 0;}
.detail-sec{padding-bottom: 40px;}
.detail-sec-title{margin-bottom: 20px;text-transform: capitalize;display: flex;align-items: center;color: #212529;}
.detail-sec-title i{margin-right: 5px;display: block;}
.section-head{margin-bottom: 30px;}
.btn{text-transform: uppercase;font-weight: 600;}
.btn-min{min-width: 200px;}
.btn-tag{text-transform: none;font-weight: 400;}
.btn i{font-size: 130%;vertical-align: middle;}
.btn i.small{font-size: 80%;}
a:hover{text-decoration: none;}
.img-full{width: 100%;}

.btn-primary{color: #1b0904;}

.icon-inout{position: relative;}
.icon-inout i {
	position: absolute;
	left: 1px;
	top: 1px;
	padding:9px 0 0 9px;
	border-radius: 2px;
	font-size: 20px;
}
.icon-inout input{padding-left: 35px;}
.icon-inout.lg i{font-size: 24px;}
.icon-inout.lg input{padding-left: 40px;}

.line-form .form-control{background: none;border-color: transparent;border-bottom-color: #6a6d75;}

/* gutters-10 =================================*/
.row.gutters-20 {margin-right: -10px;margin-left: -10px;}
.row.gutters-20 > [class^="col-"],
.row.gutters-20 > [class*=" col-"],
.row.gutters-20 > .col {padding-right: 10px;padding-left: 10px;}
@media (max-width: 767.98px) {
	.row.gutters-sm-10 {margin-right: -5px;margin-left: -5px;}
	.row.gutters-sm-10 > [class^="col-"],
	.row.gutters-sm-10 > [class*=" col-"],
	.row.gutters-sm-10 > .col {padding-right: 5px;padding-left: 5px;}

	.row.gutters-sm-6 {margin-right: -3px;margin-left: -3px;}
	.row.gutters-sm-6 > [class^="col-"],
	.row.gutters-sm-6 > [class*=" col-"],
	.row.gutters-sm-6 > .col {padding-right: 3px;padding-left: 3px;}
}

/*-------------Header Style---------------------------------------*/

/*-------------Menu Style---------------------------------------*/
.homepage #header{background-color: #1b0904;}
#header {left: 0;top: 0;right: 0;transition: all 0.5s;z-index: 1021;background-color: rgba(53,54,66,1);}
#header .menu-section{padding: 20px 0;}
#header .logo{min-width:200px;}
#header .logo img {padding:0;max-width:100%;}

#header .menu-section .dropdown img {width: 21px;margin-right: 5px;}

.nav-menu-container .nav-menu > li {
	max-width: 100%;
	text-align:center;
	-ms-flex-item-align: center!important;
	align-self: center!important;
	float: left;
}
.nav-menu-container .nav-menu li.active > a{color:#CD2122;}
.menu-has-children ul{text-align:left;}
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 20px;
	z-index: 99
}
.nav-menu li {
	position: relative;
	white-space: nowrap
}
.nav-menu li:hover>ul, .nav-menu li.sfHover>ul {
	display: block
}
.nav-menu ul ul {
	top: 0;
	right: 100%
}
.nav-menu ul li {
	min-width: 180px
}
.sf-arrows .sf-with-ul {
	padding-right: 30px
}
.sf-arrows .sf-with-ul:after {
	content: "\e90c";
	position: absolute;
	right: 10px;
	font-family: 'vetron' !important;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	top: 2px;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\e915"
}
.nav-menu a {
	padding:5px 15px;
	text-transform: capitalize;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	margin-left: 5px;
}
.nav-menu > li > a:before {
	position: absolute;
	content: "";
	width: 0;
	height:3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -11px;
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
	border-radius: 10px;
}
.nav-menu > li > a:hover:before {
	width: 100%;
}
.nav-menu ul {
	margin: 10px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127,137,161,0.25);
	background: #fff
}
.nav-menu ul li {
	transition: 0.3s
}
.nav-menu ul li a {
	padding: 5px 10px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
	font-weight:400;
}
.nav-menu ul ul {
	margin-right: 10px;
	margin-top: 0
}

/*------------- Mobile Navigation ---------------------------------------*/
#mobile-nav-toggle {
	position: fixed;
	left: 15px;
	z-index: 1022;
	top: 12px;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
	color:#0055b8;

}
#mobile-nav-toggle i {
	color: #fff;
	font-weight: 900
}
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 64px;
	bottom: 0;
	z-index: 998;
	left: -320px;
	width: 320px;
	overflow-y: auto;
	transition: 0.4s;
	display:block;
	background-color: #1b0904;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}
#mobile-nav ul li {
	position: relative
}
#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	overflow: hidden;
	padding: 15px 25px 15px 25px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	font-weight: 700;
	border: none;
}
#mobile-nav ul li a:hover {
	color: #ffb71b
}
#mobile-nav ul li li {
	padding-left:15px
}
#mobile-nav ul .menu-has-children i, #mobile-nav ul .menu-has-children svg {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #fff
}
#mobile-nav ul .menu-has-children li a {
	text-transform: none
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background:rgba(53, 54, 66, 0.5);
	display: none !important;
}
.mobile-nav-active #mobile-body-overly{display: block !important;}
body.mobile-nav-active {
	overflow: hidden
}
body.mobile-nav-active #mobile-nav {
	left: 0
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff
}
@media (max-width: 991.98px) {
	.nav-menu a {padding:0 10px;}
}
@media (max-width: 767.98px) {
	body{padding-top: 52px;}
	.header-top{display: none;}
	#header{height: 52px;position: fixed;}
	#header .menu-section {padding: 8px 0;}
	#header .logo {min-width: auto;}
	#header .logo img {height: 36px;}
	#header .menu-buttons{padding-right:40px;}
	.nav-menu-container ul {border-bottom:none;}

	.nav-menu-container .nav-menu > li:first-child {
		border-right: none ;
		padding-right: 0px;
		margin-right: 0px;
	}

	#mobile-nav-toggle,
	#mobile-nav-toggle i{display: block;height:30px; width:30px;line-height: 30px;padding: 0;}
	#nav-menu-container .nav-menu, #mobile-nav .logo {display: none}
	.main-menu{padding-left: 60px;}
}

/*-------------banner Style---------------------------------------*/
.banner-section{position: relative;padding-top: 100px;overflow: hidden;}
.banner-section::before{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(53,54,66,.5);z-index: 1;}
.banner-section .banner-img{position: absolute;left: 0;top: 0;right: 0;bottom: 0;object-fit: cover;width: 100%;height: 100%;}
.banner-section .container{z-index: 2;position: relative;padding-top: 14vh;padding-bottom: 14vh;margin: 30px auto;}
.banner-section .banner-content h1{color: #fff;text-shadow:0 2px 3px rgba(53,54,66,.5);text-transform: uppercase;}
.search-box{padding: 10px 10px 5px;background: #f4f8fb;border-radius: 5px;margin-bottom: 26px;}
.search-box .btn, .search-box .form-control{margin-bottom: 5px;}


/*-------------categories list Style---------------------------------------*/
.categories-listing{position: relative;}
/*.categories-listing:before{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 180px;background: #f4f8fb;border-top: 1px solid #d9e5ee;}*/
.categories-listing .container{overflow: hidden;position: relative;z-index: 5;}
.categories-listing .categories-child {background-color: #fff;border: 1px solid #e4ecf2;box-shadow: 0 0 10px rgba(53,54,66,0.05);display:block;overflow: hidden;position: relative;text-align: center;text-decoration: none;color: #353642;margin:-1px -1px 0;height: 100%;}
.categories-listing .categories-child .categories-child-contant{padding: 60px 10px 30px;position: relative;z-index: 1;}
.categories-listing .categories-child .ico{background:#f4f8fb;border-radius: 100px;width: 94px;height: 94px;display: block;margin: 0 auto;border: 1px solid #d8e3eb;}
/*.categories-listing .categories-child .ico img{-webkit-filter: brightness(0)invert(0);filter: brightness(0)invert(0);} */
.categories-listing .categories-child .background {background: #fff;bottom: 0;display: block;left: 0;position: absolute;right: 0;top: 0;}
.categories-listing .categories-child img.categories-img {position: absolute;object-fit: cover;height: 100%;width: 100%;left: 0;opacity: .4;}
.categories-listing .categories-child .title{position: relative;padding-top: 10px;}
.categories-listing .categories-child .title::before {background-color: #fff;content: "";height: 3px;position: absolute;bottom:-15px;width: 10px;opacity: 0;left: 0;right: 0;margin: 0 auto;}
.categories-listing .categories-child * {transition: all 200ms ease-in-out 0s;}
.categories-listing .categories-child:hover .categories-child-contant{padding: 30px 10px 60px;}
/*.categories-listing .categories-child:hover .ico{background:#353642;}*/
/*.categories-listing .categories-child:hover  .ico img{-webkit-filter: brightness(0)invert(1);filter: brightness(0)invert(1);}*/
.categories-listing .categories-child:hover .background {bottom: 100%;opacity: 0.5;}
.categories-listing .categories-child:hover .title::before {background-color: #f3cb31;width: 60px;opacity: 1;}

/*-------------city listing Style---------------------------------------*/
.city-box{height: 100px;width: 100%;display: block;position: relative;margin-bottom: 30px;background-color: #f4f8fb;border: 6px solid #fff;box-shadow: 0 0 10px rgba(53,54,66,0.05);transition: all 200ms ease-in-out 0s;}
.city-box img{height: 100%;width: 100%;object-fit: cover;opacity: 0;transition: all 200ms ease-in-out 0s;}
.city-box span{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 1;padding: 10px;color: #353642;text-transform: uppercase;font-weight: 600;font-size: 18px;}
.city-box:hover{background-color: #f3cb31;}
.city-box:hover span{color: #fff;}
.city-box:hover img{opacity: 0;}

.cities-link-list a{color: #353642;font-size: 13px;border-bottom: 1px solid #d8e0e7;display: block;padding: 5px 0;}
.cities-link-list a:hover{border-color: #f3cb31;color: #f3cb31;}

/*-------------mobile-app---------------------------------------*/
/*.mobile-app{border-bottom: 60px solid #30313d;}
.mobile-app .mobile-img{margin-bottom: -60px;}*/
/*-------------Footer Style---------------------------------------*/
footer{font-size: 14px;background: #30313d;color: #8e8fa0;}
.newsletter-box{margin-bottom: 30px;border: 6px solid #f3cb31;box-shadow: 0 0 10px rgba(53,54,66,0.05);padding: 15px;}

.f-link-list{padding: 10px 0;margin: 0;}
.f-link-list a{color: #fff;font-size: 1rem;display: block;padding: 5px 0;margin-right: 40px;text-transform: capitalize}
.f-link-list a:hover{border-color: #f3cb31;color: #f3cb31;}
.f-link-list li:last-child a{margin-right: 0;}

.social-list{margin-bottom: 0;}
.social-list li a {display: block;background: #f3cb31;border-radius: 100px;font-size: 24px;height: 36px;width: 36px;line-height: 40px;margin-right: 7px;text-align: center;color: #fff;}
.social-list li a.facebook{background:#3a5998;}
.social-list li a.twitter{background:#56adf2;}
.social-list li a.instagram {background: #E1306C;}
.social-list li a.youtube{background:#e14b3a;}
.social-list li a.linkedin{background:#007db7;}

.footer-bottom{background: #353642;padding-bottom: 20px;}
.footer-bottom .copy{border-top: 1px solid #2b2b36;border-bottom: 1px solid #2b2b36;padding: 10px 0;margin-bottom: 20px;}
.footer-bottom ul li{margin-right: 0px;}

/*-------------Detail Style---------------------------------------*/
.inner-head{background: #2b2b2b;color: #fff;padding-top: 30px;}
.store-logo{border: 12px solid #f4f8fb;background: #fff;padding: 15px;margin-bottom:-30px;}
.primary-detail img{width: 40px;}
.primary-detail .p-detail-child{margin-left: 20px;padding-left: 20px !important; border-left: 1px solid #353642;padding-top: 5px;}
.primary-detail .p-detail-child h5{margin-bottom: 0;}

.inner-head.store-listing{padding: 10px 0 5px;background-color: #fff;border-bottom: 1px solid #fff;color:#2b2b2b;}
.inner-head.store-listing .btn, .inner-head.store-listing .form-control{margin-bottom: 5px;}
.inner-head.store-listing .store-btn-group img{height: 38px;margin-bottom: 5px;}

#sidebar .sticky-top {top: 0px;}
.caregories-list{padding-top:30px;padding-bottom:30px;}
.caregories-list ul{list-style: none;padding-left: 0;text-align: right;}
.caregories-list ul li a{color: #353642;    text-transform: capitalize;margin: 10px 0;padding: 2px 0;display: block; border-right: 3px solid #fff;padding-right: 30px;margin-right: -15px;}
.caregories-list ul li a.active{border-color: #f3cb31;color: #f3cb31;}

/*.main-content-section{border-left: 1px solid #e2e7eb;padding-top: 70px;}
.main-content-section .main-content{padding-left: 30px;}*/
.group_category_tag li{color:#fff !important;}
.group_category_tag {float:right!important;}
.group_category_tag ul{float:right!important;}
.gallery-child{border-radius: 10px;margin-bottom: 20px;width: 100%;height: 200px;object-fit: cover;object-position: center;}

ul.opening-hours{list-style: none;padding: 0;}
ul.opening-hours .day {
    width: 110px;
    display: inline-block;
    min-width: 100px;
}
ul.opening-hours .today {color:#fff;background: #f3cb31;}
ul.opening-hours li{margin-bottom:5px;padding:1px 10px;border-radius: 5px;display: table;}
.table td,.table th {text-align: center;padding:0;}

.sorting{border-bottom: 1px solid #eff1f4;padding: 10px 0;margin-bottom: 20px;}
.store-list-col{margin-bottom: 30px;}
.add_group_row{margin-bottom:10px;}
.float_right{float:right;}
.create_grupos{background-color: #f3cb31 !important;border-color: #f3cb31 !important;}
.float_right:hover{text-decoration: none !important;color:#fff !important;}
.mt-10 {margin-top:10px;}
.store-list-section{padding: 30px 0;background-color: #e8e8e8 !important;}
.store-list-child{background:#ffffff;border: 1px solid #eff1f4;border-radius: 5px;height: 100%;position: relative;box-shadow: 0 0 10px rgba(53,54,66,0.05);}
/*.store-list-child .store-list-link{position: absolute;height: 100%;width: 100%;z-index: 1;}*/
.store-list-child .store-name, .store-list-child .store-address, .store-list-child .primary-detail{padding:10px 20px;margin: 0;}
.store-list-child .store-name{	background:#f4f8fb;font-size:16px;}
.store-list-child .store-premium{border :2px solid #f99c4df0;border-radius: 3px;}
.store-list-child .whatsapp-link{font-size:12px;}
.store-list-child .whatsapp-link img{height: 20px;}
.store-list-child .store-address{font-size: 13px;}
.store-list-child .primary-detail{background-color: #ffffff;padding-top: 5px;padding-bottom: 5px;}
.store-list-child .primary-detail span{font-size:14px;line-height: 1.6 !important;
	display: inline-block;}
.store-list-child .primary-detail .cat-icon {height: 64px;width: 64px;background: #fff;border-radius: 100px;padding: 12px;object-fit: scale-down;}
.store-list-child .primary-detail .cat-icon img{width: 100%;-webkit-filter: brightness(0)invert(0);filter: brightness(0)invert(0);}
.store-list-child .primary-detail .p-detail-child {border-left: 3px solid #ffffff;}

.store-list-child:hover,
.store-list-child:hover .primary-detail .cat-icon{background: #ffffff;}
.store-list-child:hover .store-name{color:#353642;}
.store-list-child:hover .primary-detail{background-color: #ffffff;}
.store-list-child:hover .primary-detail .p-detail-child {border-left: 3px solid #ffffff;}

/*-------------rating Style---------------------------------------*/
.total-star .h1{font-size: 3.6rem;font-weight: 600;}
.rating {border: none;display: inline-block;}
.rating > input { display: none; }
.rating > label:before {margin-right: 5px;font-size: 1.5rem;font-family: 'boxicons' !important;display: inline-block;content: "\eba5";line-height: 1.3rem;}
.rating > .half:before {content: "\ecf8";position: absolute;}
.rating > label {color: #ddd;float: right;margin-bottom: 0;line-height: normal;}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {color: #e1bb0b;}
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {color: #e1bb0b;}

.rating.lg > label:before {font-size: 2rem;line-height: 1.5rem;}

.store_item a
{
	font-weight:bold;
}

.store_item a:hover
{
	text-decoration:underline;
	color: black;
}


/*-------------Responsive Style---------------------------------------*/
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
	h1, .h1 {font-size: 2rem;}
	.section-gap{padding:50px 0;}
	#header .logo{min-width:160px;}
	.hide-md{display: none;}
	.group_category_tag {float:left!important;}
	.group_category_tag ul {float:left!important;}
	.main-content-section {border-left: none;padding-top: 20px;}
	.main-content-section .main-content {padding-left: 0;}
	.store-logo{margin-bottom: 10px;}
	.caregories-list {background: #f4f8fb;padding: 0;}
	.caregories-list ul{overflow-y: auto;white-space: nowrap;}
	.caregories-list ul li{display: inline-block;}
	.caregories-list ul li a {margin: 0;padding: 10px;border-right: none;border-bottom: 3px solid #fff;}
	.inner-head {padding-top: 10px;}
}
@media (max-width: 767.98px) {
	.hide-sm{display: none;}
	body {font-size:14px;letter-spacing: 0.26px;}
	h1, .h1 {font-size: 1.85rem;}
	h2, .h2 {font-size: 1.75rem;}
	h3, .h3 {font-size: 1.5rem;}
	h4, .h4 {font-size: 1.25rem;}
	h5, .h5 {font-size: 1rem;}

	.section-gap{padding:30px 0;}
	.banner-content{margin: 30px 0;}
	.banner-section{padding-top: 0;}
	.banner-section .container {padding-top: 3vh;padding-bottom: 3vh;}
	.city-box{margin-bottom: 10px;}

	.categories-listing .categories-child .categories-child-contant {padding: 20px 8px 10px;}
	.categories-listing .categories-child:hover .categories-child-contant {padding: 10px 8px 20px;}
	.categories-listing .categories-child .ico {}

	.store-list-section {padding-top: 10px;}
	.store-list-col {margin-bottom: 10px;}
	.gallery-child {margin-bottom: 10px;}
}
@media (max-width: 574.98px) {
	h1, .h1 {font-size: 1.75rem;}
	h2, .h2 {font-size: 1.5rem;}
	h3, .h3 {font-size: 1.3rem;}
	h4, .h4 {font-size: 1.1rem;}
	h5, .h5 {font-size: 1rem;}
	.hide-xs{display: none;}
	.section-gap{padding:20px 0;}
	.menu-buttons .btn{padding:0.175rem 0.35rem;}
	#header .menu-section .dropdown img{margin: 0;}

	.banner-content{margin: 10px 0 !important;}
	.banner-content .btn {margin: 5px 0 !important;}

	.store-logo {max-width: 100%;max-height: 150px;width: 100%;object-fit: contain;}
	.primary-detail .p-detail-child {margin-left:10px;padding-left:10px !important;}
	.store-list-child .store-name, .store-list-child .store-address, .store-list-child .primary-detail{padding:10px;}
	.store-list-child .primary-detail .cat-icon{height: 50px;width: 50px;}

	.f-link-list a {margin:0 10px !important}
	.store-btn-group img{height: 40px;}
}
label.error
{
	font-size:12px;
	color:red;
	text-align: left;
}
body { font-size: 18px; }

.stars-container {
	position: relative;
	display: inline-block;
	color: transparent;
}

.stars-container:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '★★★★★';
	color: lightgray;
}

.stars-container:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '★★★★★';
	color: gold;
	overflow: hidden;
}

.stars-0:after { width: 0%; }
.stars-10:after { width: 10%; }
.stars-20:after { width: 20%; }
.stars-30:after { width: 30%; }
.stars-40:after { width: 40%; }
.stars-50:after { width: 50%; }
.stars-60:after { width: 60%; }
.stars-70:after { width: 70%; }
.stars-80:after { width: 80%; }
.stars-90:after { width: 90%; }
.stars-100:after { width: 100; }
.store-link{
	color: #343a40;
	border-color: #343a40;
	font-weight: normal;
}
.store-link .btn{
	font-weight: normal;
	padding:3px 8px;
}
.store-link:hover{
	color: #fff;

}
.promotinal-offer img {
	width: 100px;
	float: right;
}
.btn-primary {
	background-color: #f3cb31;
	border-color: #f3cb31;
}
.text-primary,.text-green {
	color: #f3cb31 !important;
}
a{
	color: #f3cb31;
}
.btn-primary:hover {
	color: #fff;
	background-color: #f3cb31;
	border-color: #f3cb31;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #f3cb31;
	border-color: #f3cb31;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #f3cb31;
	border-color: #f3cb31;
	-webkit-box-shadow: 0 0 0 0.2rem rgb(255 223 128 / 54%);
	box-shadow: 0 0 0 0.2rem rgb(255 223 128 / 54%);
}
.result-text{
	font-weight: normal;
}

.food-tags li {
	padding: 5px 6px;
	border-radius: 5px;
	background-color: #ffc10782;
	margin: 2px 2px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.ticket-text-main {
	position: relative;

}
.ticket-text-main::after{
	position: absolute;
	content: '';
	border-left: 20px dotted #e8e8e8;
	height: 110%;
	top: -10px;
	left: -10px;
	z-index: 99;
}
.ticket-text {
	position: absolute;
	right: -14%;
	top: 43%;
	color: #fff;
	text-decoration: none;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.bg-light-green {
	background-color: #5be590;
}
.store-btn-group button{
	margin-right: 5px;
}
@media only screen and (max-width: 768px) {
	.ticket-text{
		right:-56%
	}
	.store-list-section
	{
		padding : 0px !important;
	}
	.store-btn-group button
	{
		padding: 1px 12px;
		margin-right: 5px;
	}
	.inner-head.store-listing .store-btn-group img
	{
		height: 32px !important;
	}
}
.nav-menu li {
	float: right !important;
	color: #ffffff;
}
.nav-menu li:hover,.nav-menu li a:hover {
	color: #f3cb31;
}
.btn-outline-white{
	/* border-color: #ffffff; */
}
.store_item p
{
	font-size:14px;
	margin-bottom:0px;
}
.bg-gray
{
	background-color: #e8e8e8;
}
/* Share Button Animation */
.share-list
{
	position:relative;
	overflow: hidden;
	max-height: 34px;
	display: none;
}
#share-page-btn:focus,.st-custom-button:focus{
	box-shadow:none;
}
#share-page-btn, .st-custom-button
{
	padding: 7px 10px;
    font-size: 12px;
    height: 33px;
}
.sharethis-inline-share-buttons
{
	display: block !important;
}
/* FAQ Script Start */
.topbar_faq
{
	margin-bottom: 15px;
}
.float_left
{
	float:left !important;
}
@media (max-width: 767.98px) {
	#share-page-btn, .st-custom-button {
		padding: 7px 8px;
	}
}
.primary-detail h5{
	word-break: break-all;
}

.blog-title{
	margin-top: 20px;
}
.primary-color-dark{
	color: #1b0904;
}
.primary-background-dark{
	background: #1b0904;
}
.whatsapp-share-btn:hover{
	background: #deb110;
	border-color: #deb110;
}

/*New css*/
/* gutters-b =================================*/
.row.gutters-b > [class^="col-"],
.row.gutters-b > [class*=" col-"],
.row.gutters-b > .col {margin-bottom: 20px;}
.embed-square {position: relative;display: block;width: 100%;padding: 0;overflow: hidden;}
.embed-square::before {padding-top: 100%;display: block;content: "";}
.embed-square .embed-item {position: absolute;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;border: 0;}

.pro-list-child{color: #353642;}
.pro-list-child:hover,.footer-links a:hover{color: #f3cb31;}
.pro-list-child .pro-info{margin-top: 10px;}
.pro-list-child .pro-info .pro-price{font-weight: 300;margin: 0;line-height:1.8}
.pro-list-child .pro-name {display: block;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;font-weight: 300;margin: 0;}
@media (max-width: 767.98px) {
.row.gutters-b > [class^="col-"],
.row.gutters-b > [class*=" col-"],
.row.gutters-b > .col {margin-bottom: 10px;}
}

.inner-head.store-detail{background: #fff;padding-top: 30px;padding-bottom: 10px;
	color: #212529;}
.inner-head.store-detail a {color: #212529;}
.store-detail .store-logo{border: 2px solid #f4f8fb;background: #fff;}
.grey-star:after{
	color:rgb(128,128,128);
}
.whatsapp-floting-icon{position: sticky;width: 80px;left: 100%;bottom: 50px;display: block;margin-bottom: 20px;transform: translateX(-30px);}
@media (max-width: 767.98px) {
	.whatsapp-floting-icon{width: 44px;bottom: 30px;transform: translateX(-10px);}
}
.show-more-items:hover{
	text-decoration: none;
}
.cart-icon{
	padding: 0 !important;
	font-size:26px;
}
.cart-icon .badge{
	top: 0;
	position: absolute;
	font-size: 15px;
	padding: 1px !important;
	width: 15px;
}
#preloaderdiv {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
	filter: alpha(opacity=50);  /* IE 5-7 */
	-moz-opacity: 0.5;          /* Netscape */
	-khtml-opacity: 0.5;        /* Safari 1.x */
	opacity: 0.5;
	display: none;
	z-index : 1111111111;
}