*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font-family: 'Calibri';
	font-size: 10px;
	scroll-behavior: smooth;
}

body{
	overflow-x: hidden; /*Disable Horizontal Scroll Bar*/
}

/*header{
	position: fixed;
	top: 0;
	z-index: 10000;
}

.shop-details-section,
.login-section{
	margin-top: 6rem;

}*/

header .logo a{
	width: auto;
	height: auto;
}

.logo{
	display: flex;
	align-items: center;
}

.slider .slide:before{
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0,0,0,.7);
}

.slider .slide-content{
	display: flex;
	flex-flow: row;
	align-items: center;
	color: #fff;
	font-size: 1.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.slider .slide-content .slide-image img{
	border-radius: 10px;
	margin-left: 20px;
	width: 380px;
	height: 289px;
}

.slider .slide-header{
	color: #55B2AA;
	font-size: 4rem;
	font-weight: 600;
	text-transform: uppercase;
}

.slider .main-button{
	padding-top: 2rem;
}

.blog-image-text{
	padding-top: 3rem;
}

.blog-heading{
	padding-top: 2rem;
	font-weight: 600;
	font-size: 1.9rem;
}

.blog-text{
	text-align: justify;
}

.show-read-more .more-text{
    display: none;
}

/*.blog-text p{
	white-space: nowrap; 
	width: 100%;
	height: 20px; 
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0 !important;
}*/

.services,
.features,
.how-it-works,
.screenshots,
.benefits,
.witb,
.download,
.faq,
.blog{
	font-size: 1.8rem;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.features, .screenshots, .witb, .faq{
	background-color: #F1F1F1;
}

.services .sub-div,
.features .sub-div{
	text-align: center;
}

.witb-text-col,
.witb-ul-row{
	padding-top: 3rem;
}

.witb-ul-row ul{
	list-style-type: none;
	margin-left: 35px;
}

.witb-ul-row ul li:before {
	content: ">";
	font-weight: 600;
	position: absolute;
	left: 0;
	margin-left: 15px;
}

.services .sub-div .sub-div-icon,
.features .sub-div .sub-div-icon{
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-size: 5rem;
	font-weight: 600;
	color: #55B2AA;
}

.services .sub-div .sub-div-header,
.features .sub-div .sub-div-header{
	font-size: 2rem;
	font-weight: 500;
}

.services .service-header,
.features .features-header,
.how-it-works .how-it-works-header,
.screenshots .screenshots-header,
.benefits .benefits-header,
.witb .witb-header,
.download .download-header,
.faq .faq-header,
.blog .blog-header{
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	color: #55B2AA;
	text-transform: uppercase;
}

.faq-text-row{
	padding-top: 2rem;
	text-align: center;
}

.slider .main-btn{
	border: none;
	outline: none;
	width: 100%;
	padding: 1rem;
	background-color: #55B2AA;
	color: #fff;
	border: 1px solid #55B2AA;
	border-radius: 8px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.slide-image img{
	max-width: 100%;
	height: auto;
}

.slide-image{
	padding-left: 0px;
}

.sub-div-feature{
	display: flex;
	height: max-content;
}

.sub-div-feature p{
	text-align: justify;
}

.sub-div-ht{
	margin-left: 25px;
}

.sub-div-ht .sub-div-header{
	font-size: 2rem;
	font-weight: 500;
}

.features-row,
.hiw-row{
	padding-top: 5rem;
}

.sub-div-feature .sub-div-icon{
	margin: 0 !important;
}

.hiw-row .sub-div-header{
	font-size: 3rem;
	font-weight: 600;
	text-transform: uppercase;
}

.hiw-row .app-icons{
	display: flex;
	justify-content: flex-start;
    padding-top: 2rem;
}

.hiw-row .app-icons a{
	margin-right: 15px;
}

.hiw-row .app-icons img,
.download .app-icons img{
	width: 200px;
	height: auto;
}

.hiw-image img{
	border-radius: 10px;
}


.feature-icon{
	margin-top: 10px;
}

.feature-icon .sub-div-icon{
	font-size: 3.5rem !important;
}

.benefits-text-row,
.benefits-accordion{
	padding-top: 3rem;
}

.benefit-acc .card{
	margin-top: 10px;
    margin-bottom: 10px;
	border: none;
	outline: none;
}

.benefit-acc .btn-link{
	border: none;
	outline: none;
}

.download .head{
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
    margin-bottom: 2rem;
}

.download .para{
	text-align: center;
	margin-top: 3rem;
}

.download .app-icons{
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.download .app-icons a:first-child{
	margin-right: 20px;
}

.vendor-footer{
	background-color: #000;
	color: #fff;
	font-size: 1.8rem;
}

.vendor-footer a{
	color: #fff !important;
}

#accordionExample .btn-link{
	text-align: left;
}

.vendor-footer .container{
	padding-top: 25px;
	padding-bottom: 25px;
}

.vendor-footer .list-inline-item:not(:last-child) {
    margin-right: 2rem !important;
}

.vendor-footer .copy-n-list{
	display: flex;
	flex-flow: row wrap;
}

.vendor-footer .list-div{
	margin-left: auto;
}

.vendor-footer .list-div ul{
	margin: 0;
}

header .logo-text span{
	font-size: 2.5rem;
	color: #55B2AA;
}

header .logo-text{
	line-height: 6rem;
}

header .logo img{
	width: 70px;
	height: auto;
}

a{
	text-decoration: none !important;
}

.top-navbar{
	display: flex;
}

header{
	background-color: #FAFBFB;
}

header ul{
	list-style: none;
}

header{
	width: 100%;
/*	position: absolute;
	top: 0;
	left: 0;*/
}

header .container{
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.menu-icons{
	display: flex;
	align-items: center;
	font-size: 2.8rem;
	cursor: pointer;
	z-index: 1150;
}

.menu-icons .fa-bars,
.menu-icons .fa-times{
	display: none;
}

nav{
	width: 100%;
	/*background-color: red;*/
	height: 6rem;
	/*border-bottom: 1px solid black;*/
}

.nav-list{
	display: flex;
	margin-left: auto;
}

.nav-list li{
	position: relative;
	line-height: 6rem;
}

.sub-menu li{
	padding-left: 5px;
	line-height: 4rem;
}

.nav-list a{
	display: block;
	color: black;
	padding: 0 1.5rem;
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
}

.nav-list a:hover{
	color: #55B2AA;
	transform: scale(1.1);
	transition: .3s;
}

.sub-menu a:hover{
	transform: unset;
}

.sub-menu{
	width: 20rem;
	/*display: block;*/
	position: absolute;
	border-top: 3px solid #55B2AA;
	background-color: #55B2AA;
	z-index: 100;
	top: 10rem;
	opacity: 0;
	visibility: hidden;
	transition: all 650ms ease;
}

.sub-menu li a{
	color: white;
}

.sub-menu li:hover a{
	color: black;
}

.sub-menu::before{
	content: '';
	position: absolute;
	top: -1.8rem;
	left: 3rem;
	border: 0.8rem solid transparent;
	border-bottom-color: #55B2AA;
}

.nav-list li:hover > .sub-menu{
	top: 6rem;
	opacity: 1;
	visibility: visible;
}

.sub-menu li{
	border-bottom: 1px solid #FAFBFB;
}

.sub-menu li:last-child{
	border-bottom: unset;
}

.slider{
/*	position: absolute;
	top: 6rem;*/
	height: calc(100vh - 6rem);
	width: 100%;
	/*background-color: #EB3007;*/
}

.owl-carousel{
	width: 100%;
	height: calc(100vh - 6rem);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.owl-stage-outer, .owl-stage, .owl-item{
	height: calc(100vh - 6rem);
}

.slide img{
	height: calc(100vh - 6rem);
	width: auto;
}

.owl-dots{
	display: none;
}

.owl-dots span{
	width: 20px !important;
	height: 20px !important;
}

.owl-dots button{
	border: none !important;
	outline: none !important;
}

.owl-nav button{
	border: none !important;
	outline: none !important;
}

.owl-prev, .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff !important;
	font-size: 100px !important;
	font-weight: bold !important;
}

.owl-prev{
	left: 1%;
}

.owl-next{
	right: 1%;
}

.owl-theme .owl-nav [class*=owl-]{
	background: unset !important;
	border: unset !important;
}

.fresh-genie{
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 1.8rem;
}

.fresh-genie img{
	width: 80% !important;
	height: auto;
	border-radius: 10%;
	border-top: 10px solid #55B2AA;
	border-left: 10px solid #55B2AA;
}

.fresh-genie .text .welcome b{
	color: #55B2AA;
}

.fresh-genie .text .welcome{
	font-size: 2.5rem;
}

.fresh-genie .text .welcome,
.fresh-genie .text .little-story{
	text-align: center;
}

.fresh-genie .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fresh-genie .text .para{
	text-align: center;
}

.fresh-genie .image{
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-5{
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-size: 1.8rem;
}

.top-5 .top-text{
	font-size: 2.5rem !important;
	color: #55B2AA;
	text-align: center;
}

.top-5 .shops-div{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

/*.top-5 .shops-div p{
	word-wrap: break-word !important;
}*/

.top-5 .shops-div > div{
	padding-top: 3rem;
    width: 183px;
    font-size: 1.5rem;
    margin-right: 10px;
	margin-left: 10px;
}

.top-5 .shops-div div img{
	width: 100%;
	height: auto;
	text-align: center;
}

.top-5 .shops-div .details{
	padding-top: 1rem;
}

.top-5 .shops-div .below-text{
	white-space: nowrap; 
	width: 100%; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.top-5 .shops-div .details{
	display: flex;
}

.top-5 .shops-div .details .name{
	white-space: nowrap; 
	width: 60%; 
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0 !important;
}

.top-5 .shops-div .details .review-rate{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	white-space: nowrap; 
	width: 40%; 
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	margin-bottom: 0 !important;
}

svg.svg-inline--fa.fa-star.fa-w-18{
	margin-right: 5px !important;
	font-size: 17px !important;
	color: #55B2AA !important;
}

hr{
	margin: 0 !important;
	border: 1px solid #E8E8E8;
}

footer{
	font-size: 1.8rem;
}

footer p{
	margin: 0 !important;
}

footer .inside-text{
	padding-bottom: 10px;
	color: #55B2AA;
}

footer .inside-para{
	padding-top: 10px;
}

footer ul{
	padding-left: 2rem;
}

footer .copyright p{
	text-align: center;
}

footer .contact-place,
footer .info,
footer .copyright{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

footer .contact-place{
	background-color: #55B2AA;
	color: #fff;
}

footer .info a{
	color: #fff !important;
}

footer .info{
	position: relative;
	background: url('../images/sky.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

footer .info::before{
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0,0,0,.9);
}

footer .info{
	color: #fff;
}

footer .copyright{
	background-color: #000;
	color: #fff;
}

.contact-place .phone,
.contact-place .location,
.contact-place .email{
	display: flex;
	flex-flow: row;
	align-items: center;
}

.phone-text p,
.location-text p,
.email-text p{
	margin: 0 !important;
	padding-left: 20px;
}

svg.svg-inline--fa.fa-phone-alt.fa-w-16,
svg.svg-inline--fa.fa-map-marker-alt.fa-w-12,
svg.svg-inline--fa.fa-envelope.fa-w-16{
	font-size: 4rem;
}

.inside-hr{
	border: 2px solid #55B2AA;
}

.go-top{
	background: #55B2AA;
	position: fixed;
	bottom: 16px;
	right: 32px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	transition: all .4s;
}

.go-top.active{
	bottom: 32px;
	pointer-events: auto;
	opacity: 1;
}

.banner img{
	width: 100% !important;
	height: 180px;
}

.banner{
	position: relative;
}

.banner::before{
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0,0,0,.8);
}

.banner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.banner-content h1{
	color: #55B2AA;
	text-align: center;
}

.banner-text{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.banner-text p{
	padding-top: 1rem;
	font-size: 1.8rem;
	color: #000;
	text-align: left;
}

.banner-text ul{
	padding-left: 2rem;
}

.banner-text ul li{
	font-size: 1.8rem;
}

.search-box input.form-control[type=text]{
	font-size: 1.8rem;
	width: 30%;
}

.active-orange.active-orange-2 {
    display: flex;
    justify-content: center;
}

.active-orange-2 input.form-control[type=text]:focus:not([readonly]) {
  border-bottom: 1px solid #55B2AA;
  box-shadow: 0 1px 0 0 #55B2AA;
}

.active-orange input.form-control[type=text] {
  border-bottom: 1px solid #55B2AA;
  box-shadow: 0 1px 0 0 #55B2AA;
}

.search-box{
	padding-top: 2rem;
}

.shop-lists .shops-div{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.shop-lists .shops-div > div{
	padding-top: 3rem;
    width: 183px;
    font-size: 1.5rem;
    margin-right: 10px;
	margin-left: 10px;
}

.shop-lists .shops-div div img{
	width: 100%;
	height: auto;
	text-align: center;
}

.shop-lists .shops-div .details{
	padding-top: 1rem;
}

.shop-lists .shops-div .below-text{
	white-space: nowrap; 
	width: 100%; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.shop-lists .shops-div .details{
	display: flex;
}

.shop-lists .shops-div .details .name{
	white-space: nowrap; 
	width: 60%; 
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0 !important;
}

.shop-lists .shops-div .details .review-rate{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	white-space: nowrap; 
	width: 40%; 
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	margin-bottom: 0 !important;
}

.pagination-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
}

.pagination a{
	font-size: 1.6rem !important;
	color: #55B2AA;
}

.page-item.active .page-link{
	background-color: #55B2AA !important;
	border-color: #55B2AA !important;
	color: #fff !important;
}

.main-container{
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-form{
	position: relative;
	width: 450px;
	margin-top: 6rem;
	margin-bottom: 6rem;
	font-size: 1.8rem;
	color: #000;
	border: 2px solid #55B2AA;
	border-radius: 8px;
}

.main-form-fields{
	padding-top: 0;
	padding-bottom: 6rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

.main-form .forget-text a{
	color: #55B2AA;
	font-size: 1.8rem;
	font-weight: 600;
}

.main-form .sign-up-text{
	text-align: center;
}

.main-form .sign-up-text a{
	color: #55B2AA;
	font-size: 1.8rem;
	font-weight: 600;
}

.main-form p{
	margin: 0;
}

.main-form .main-header{
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #55B2AA;
	text-align: center;
	font-size: 2.5rem;
	width: 100%;
	height: 100px;
	background-color: #55B2AA;
	color: #fff;
	margin-bottom: 4rem;
}

.main-form .main-header p{
	padding: 2rem;
}

.main-form .main-btn,
.shop-details-section .main-btn{
	width: 100%;
	padding: 1rem;
	background-color: #55B2AA;
	color: #fff;
	border: 1px solid #55B2AA;
	border-radius: 8px;
}

.main-form .main-button{
	padding-bottom: 4rem;
}

.shop-details-section .main-button{
	padding-top: 4rem;
}

.main-form .input-field input{
	border: none;
	outline: none;
	height: 50px;
	width: 100%;
	font-size: 1.8rem;
	border-bottom: 2px solid #000;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	transition: .3s;
}

.main-form .main-fields{
	padding-bottom: 4rem;
}

.main-form .input-field{
	padding-bottom: 3rem;
	position: relative;
	width: 100%;
}

.main-form .input-field label{
	position: absolute;
	top: 14%;
	color: #000;
	transition: .3s;
	left: 0%;
	padding-left: 10px;
	pointer-events: none;
	font-size: 1.8rem;
}

.main-form .input-field input:focus ~ label,
.main-form .input-field input:valid ~ label{
	color: #55B2AA;
	transform: translateY(-30px);
	transition: .3s;
	font-size: 1.8rem;
}

.main-form{
	background-color: white;
}

.main-container{
	position: relative;
	background: url('../images/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.main-container::before{
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0,0,0,.5);
}

.shop-image{
	position: relative;
	background: url('../images/bg.jpg');
	width: 100%;
	height: 225px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.shop-image::before{
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0,0,0,.5);
}

.shop-list{
	background-color: #F8F9FA;
}

.shop-image-list-div{
	padding-right: 0px;
}

.shop-checkout-div{
	background-color: #F8F9FA;
	height: 100%;
	padding: 2rem;
}

.shop-details-section{
	font-size: 1.8rem !important;
}

.shop-list ul{
	padding: 2rem;
}

.shop-list ul li{
	padding-right: .5rem;
}

.shop-list ul li a{
	color: #000;
	font-weight: 500;
}

.shop-list ul li:hover a{
	color: #55B2AA;
}

.shop-main-div{
	width: 100%;
/*	height: 500px;*/
	/*background-color: red;*/
	margin-bottom: 2rem;
}

.shop-details-section p{
	margin: 0;
}

.shop-main-div .shop-main-div-header{
	font-size: 2.5rem;
	padding-bottom: 1rem;
}

.shop-product-div{
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.shop-product-div > div{
	margin-top: 20px;
	margin-right: 30px;
}

.shop-product-details{
	display: flex;
	align-items: center;
	padding: 10px;
}

.shop-product-details .add-btn{
	margin-left: auto;
}

/*.shop-product-div .border-div{
	border-radius: 5px;
	border: 3px solid #E8E8E8;
}*/

.shop-product-div .shop-product-details{
	border: 2px solid #E8E8E8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.shop-product-div .border-div img{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.shop-product-div .add-button{
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    font-size: 1.8rem;
    background-color: #55B2AA;
    border-radius: 5px;
    border: 1px solid #55B2AA;
    color: #fff;
}

.shop-details-section .shop-name p{
	font-size: 2.5rem;
	color: #55B2AA;
}

.shop-details-section .shop-name{
	background-color: #F8F9FA;
	padding: 2rem;
	padding-bottom: 0rem;
	font-weight: 500;
}

.shop-details-section .container-fluid{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.your-order{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.your-order p{
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
}

.shop-checkout-div .quantity-text{
	margin-bottom: 5px; 
	margin-top: 15px; 
	margin-left: 5px; 
	font-size: 18px; 
	font-weight: bold;
}

.shop-checkout-div .quantity-counter{
	display: flex;
	align-items: center;
}

.shop-checkout-div #prodQuantity{
	width: 50px; 
	text-align: center; 
	border: 0px;
}

.shop-checkout-div input::-webkit-outer-spin-button,
.shop-checkout-div input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shop-checkout-div input[type=number]{
	background-color: transparent;
	font-size: 1.8rem;
}

svg.svg-inline--fa.fa-plus.fa-w-14 {
	color: #55B2AA;
    font-size: 1.3rem;
    font-weight: 600;
}

svg.svg-inline--fa.fa-minus.fa-w-14 {
	color: #55B2AA;
    font-size: 1.3rem;
    font-weight: 600;
}

.shop-details-section .name-price{
	display: flex;
	flex-flow: row wrap;
}

.shop-details-section .p-price{
	font-weight: 500;
	margin-left: auto;
}

.shop-details-section .p-name{
	color: #55B2AA;
	font-weight: 500;
}

.shop-details-section .p-details{
	padding-top: 3rem;
	padding-bottom: 6rem;
}

.shop-details-section .quant-counter{
	display: flex;
	flex-flow: row wrap;
	padding-top: .5rem;
}

.shop-details-section .quantity-counter{
	margin-left: auto;
}

.shop-details-section .price-sub-total,
.shop-details-section .price-total{
	display: flex;
	flex-flow: row wrap;
	padding-bottom: .5rem;
}

.shop-details-section .right-number{
	margin-left: auto;
}

.shop-details-section .price-total{
	padding-top: 2rem;
}

.shop-details-section .price-total p{
	font-weight: 700;
}

.shop-details-section .main-btn{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#myModal{
	padding-right: 0px !important;
	font-size: 1.8rem;
	z-index: 9999;
}


#myModal .close-btn{
	border: none;
	outline: none;
	background-color: transparent;
	color: #55B2AA;
	font-weight: 600;
}

#myModal .modal-header{
	color: #55B2AA;
	font-size: 2rem;
	font-weight: 600;
}

#myModal .image-desc{
	display: flex;
	flex-flow: row;
}

#myModal .image-desc .prod-desc{
	margin-left: 10px;
}

#myModal .modal-body{
	margin-left: 10px;
	margin-right: 10px;
}

#accordionExample button{
	font-size: 1.8rem !important;
	color: #fff;
	font-weight: 600;
}

#accordionExample button:focus{
	outline: none;
	border: none;
	box-shadow: unset;
	text-decoration: none;
}

#accordionExample button:hover{
	text-decoration: none;
}

#accordionExample .card-header{
	background-color: #55B2AA;
}

#accordionExample input{
	margin-right: 15px;
}

#accordionExample .btn-link:after{
	content: '\2212';
	width: 35px;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 5px;
	right: 15px;
	top: 11px;
	position: absolute;
	font-weight: 600;
}

#accordionExample .btn-link.collapsed:after{
	content: '\002B';
}


/*.shop-details-section .fixed-div{
	position: fixed;
	right: 0;
	height: 100%;
	z-index: -1;
}
*/

.top-5 a{
	color: #000 !important;
}

.shop-lists a{
	color: #000 !important;
}

.swiper-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 360px;
	height: 640px;
}


@media screen and (max-width: 991px){
	.details{
		flex-direction: column;
	}

	.details p{
		width: 100% !important;
		justify-content: flex-start !important;
	}
}

@media screen and (max-width: 1023px){

	.fresh-genie .text .welcome{
		font-size: 2.5rem !important;
	}

	.fresh-genie{
		font-size: 1.5rem !important;
	}
	.slider, .owl-carousel, .owl-stage-outer, .owl-stage, .owl-item{
		height: calc(50vh - 6rem);
	}

	.slide img{
		height: calc(50vh - 6rem);
		width: auto;
	}

	.owl-dots span{
		width: 15px !important;
		height: 15px !important;
	}

	.owl-prev, .owl-next{
		font-size: 60px !important;
	}

}

@media screen and (max-width: 767px){

	.vendor-footer .list-inline-item:not(:last-child) {
	    margin-right: 1rem !important;
	}

	.vendor-footer{
		font-size: 1.5rem;
	}

	.vendor-footer .copy-n-list{
		justify-content: center;
	}

	.vendor-footer .list-div{
		margin-top: 15px;
		margin-left: unset;
	}

	.blog-image {
	    text-align: center;
	    padding-top: 4rem;
	}

	/*.swiper-slide {
		height: 540px !important;
		width: auto;
	}*/

	.hiw-row .app-icons{
		padding-bottom: 2rem;
	}

	.hiw-row .sub-div-header{
		font-size: 2rem;
	}

	.hiw-row .app-icons img,
	.download .app-icons img {
	    width: 135px;
	    height: auto;
	}

	.hiw-image img{
		max-width: 100% !important;
		height: auto;
	}

	.services, .features, .how-it-works, .benefits, .screenshots, .witb, .download, .faq, .blog{
		font-size: 1.5rem;
	}

	.slider .main-btn{
		width: 100%;
	}

	.services .service-header, .features .features-header, 
	.how-it-works .how-it-works-header, .benefits .benefits-header, 
	.screenshots .screenshots-header, .witb .witb-header,
	.download .download-header, .faq .faq-header,
	.blog .blog-header{
		font-size: 2.5rem;
	}

	.services .service-header, .features .features-header, .how-it-works .how-it-works-header{
		font-size: 2rem;
	}

	.services .sub-div .sub-div-icon, .features .sub-div .sub-div-icon{
		font-size: 3rem;
	}


	.sub-div-feature{
		padding-top: 1rem;
	}

	.slider .slide-content{
		font-size: 1.5rem;
	}

	.slider .slide-content .slide-image{
		display: none;
	}

	.slider .slide-header{
		font-size: 2rem;
	}

	#accordionExample button{
		font-size: 1.5rem !important;
		color: #fff;
		font-weight: 600;
	}

	#myModal{
		font-size: 1.5rem;
	}

	.shop-details-section{
		font-size: 1.5rem !important;
	}

	.shop-details-section .fixed-div{
		position: unset;
	}

	.shop-image-list-div{
		padding-right: 15px;
	}

	.shop-product-div > div{
		margin-top: 20px;
		margin-right: 15px;
	}

	.shop-product-div{
		justify-content: center;
	}

	.main-header{
		font-size: 2rem !important;
	}

	.main-form-fields,
	.main-form-fields a{
		font-size: 1.5rem !important;
	}

	.search-box input.form-control[type=text]{
		font-size: 1.8rem;
		width: 80%;
	}

	svg.svg-inline--fa.fa-phone-alt.fa-w-16,
	svg.svg-inline--fa.fa-map-marker-alt.fa-w-12,
	svg.svg-inline--fa.fa-envelope.fa-w-16{
		font-size: 3rem;
	}

	footer .location-text{
		padding-left: 10px;
	}


	footer .email,
	footer .location{
		padding-top: 2rem;
	}

	footer{
		font-size: 1.5rem !important;
	}

	footer .links,
	footer .contact{
		padding-top: 2rem;
	}

	.top-5{
		font-size: 1.5rem;
	}

	.top-5 .top-text{
		font-size: 2rem !important;
	}

	svg.svg-inline--fa.fa-star.fa-w-18{
		font-size: 12px !important;
	}

	.fresh-genie .text .welcome{
		font-size: 2rem !important;
	}

	.fresh-genie{
		font-size: 1.5rem !important;
	}

	.fresh-genie img{
		width: 60% !important;
		height: auto;
	}

	.fresh-genie .text{
		padding-top: 1.5rem !important;
	}

	header .logo img{
		width: 55px !important;
		height: auto !important;
	}

	header .logo-text span{
		font-size: 2rem;
	}

	.nav-list{
		position: absolute;
		top: 6rem;
		left: -100%;
		height: 100vh !important;
		flex-direction: column;
		background-color: #55B2AA;
		width: 100%;
		z-index: 1000;
		text-align: center;
		transition: .5s;
		padding-top: 10px;
		overflow-y: scroll;
	}

	.nav-list li{
		line-height: 4rem;
	}

	.menu-icons{
		margin-left: auto;
		color: #55B2AA;
	}

	.menu-icons .fa-bars{
		display: block;
	}

	.nav-list a:hover{
		color: black;
	}

	.sub-menu{
		position: initial;
		border: 3px solid transparent;
		/*border-left-color: #FAFBFB;*/
		margin-left: 1rem;
		margin: 0 auto;
		max-height: 0;
	}

	.sub-menu::before{
		display: none;
	}

	.nav-list li:hover > .sub-menu{
		opacity: 1;
		visibility: visible;
		max-height: initial;
	}
	
	nav.active .fa-times{
		display: block;
		transition: .3s;
	}

	nav.active .nav-list{
		left: 0;
		transition: .5s;
	}

	nav.active .fa-bars{
		display: none;
		transition: .5s;
	}

	nav.active .nav-list{
		display: flex;
		transition: .5s;
	}
}


