
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.figure {
    margin: 0px;
}
img {
    max-width: 100%;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
ul li{
	font-family: 'Open Sans', sans-serif;
    margin: 0px;
}
input,span,label,button{
	font-family: 'Open Sans', sans-serif;
}
a{
	text-decoration: none!important;
	font-family: 'Open Sans', sans-serif;
}
p{
	font-family: 'Open Sans', sans-serif;
	color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin: 0px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
    margin: 0px;
}
/* Styles
---------------------------------*/
html{
	scroll-behavior:smooth;
}
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
	padding:0;
}
.owl-dots .owl-dot:focus {
  outline: none;
}
input:focus{
	outline: none;
}
a{
    text-decoration: none;
}
a:focus,
button:focus{
	outline: none;
    box-shadow: none!important;
}
/*********radio button**********/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fe4d01;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*********radio button**********/

@media (min-width: 992px) {
.nav-item:hover .dropdown-menu{
	display: flex;
    transition: all 0.5s ease-in-out;
}
.nav-item:hover .dropdown-menu2 {
    display: block;
    left: -70px!important;
    width: 305px!important;
}
}
/**********navbar**********/

/**login**/
.login {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}
.login:before {
    content: '';
    position: absolute;
    top: -6%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-image: url(../images/login-before-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.login .login-bgimg1 {
    position: absolute;
    top: 15px;
    right: -60px;
    width: 150px;
}
.login .login-bgimg2 {
    position: absolute;
    top: 15px;
    left: -100px;
    width: 150px;
}
.login-bx {
    width: 100%;
    margin: 0px auto 0px;
    padding: 30px;
    overflow-y: auto;
    text-align: center;
}
.login-bx .logo {
    width: 80px;
    border-radius: 10px;
    background: #333;
    margin: 0px 0px 15px 0px;
}
.login-bx form {
    padding: 150px 0px 0px 0px;
}
.login .tlt {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding: 10px 0px 10px 0px;
}
.login .sub-tlt {
    font-size: 16px;
    font-weight: 600;
    color: #888;
    padding: 0px 0px 15px 0px;
}
.login-inr{
    position: relative;
}
.login-inr .inpt-lable {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 20px 0px 8px 0px;
}
.login-inr input, .login-inr textarea {
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    margin: 30px 0px 0px 0px;
    background: rgba(255,255,255,.5);
}
.login-inr button {
    background: #fff;
    color: #34a353;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.10);
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
    width: 100%;
    margin: 45px 0px 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.login .designby {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 105px;
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/designedby-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	display: none;
}
.login .designby img {
    max-width: 140px;
    background: #fff;
    z-index: 1;
    padding: 5px;
    border-radius: 15px 0;
    margin: 35px 0px 0px 0px;
}
.notify-alert {
    z-index: 1;
    width: 80%;
    margin: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    animation: 0.2s loginalert;
}
.order-alert {
    position: fixed;
    top: 85px;
    left: 0px;
    right: 0px;
    width: 90%;
    margin: auto;
    animation: 0.2s loginalert;
}
@keyframes loginalert{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
/**login**/

/**menu**/
.menu{
    padding: 0px 0px 75px 0px;
}
/**/
.quty-slct{
    margin: 0px 0px 0px 0px;
    width: 90px;
    position: relative;
    text-align: left;
    animation: 0.2s qntybtnanmtn;
}
@keyframes qntybtnanmtn{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
.quty-slct input{
    border: 1px solid rgba(0,0,0,0.10);
    border-left: none;
    border-right: none;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-left: 30px;
}
.quty-slct .add-slct{
    width: 100%;
    font-size: 14px;
    line-height: 0px;
    cursor: pointer;
    color: #34a353;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 10px;
} 
.quty-slct .add-slct span{
    font-size: 20px;
    line-height: 1px;
    padding: 0px 0px 0px 23px;
}
.quty-slct button {
    height: 30px;
    width: 30px;
    font-size: 20px;
    background: none;
    color: #333;
    text-align: center;
    line-height: 0px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.10);
}
.quty-slct .sub{
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 600;
    border-radius: 5px 0px 0px 5px;
}
.quty-slct .add{
    position: absolute;
    top: 0px;
    left: 60px;
    border-radius: 0px 5px 5px 0px;
}
/*accordion arrow*/
.arrow {
    position: absolute;
    top: 15px;
    right: 30px;
}
.arrow__lower:before, .arrow__lower:after {
    content: '';
    position: absolute;
    display: block;
    right: -9px;
    width: 11px;
    height: 1px;
    background: #34a353;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.arrow__lower:before, .arrow__lower:after {
  top: 6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow__lower:after {
  right: inherit;
  left: -9px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.collapsed .arrow__lower:before, .collapsed .arrow__lower:after {
  top: 0px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.collapsed .arrow__lower:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/**/
.box{
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}
.acc-content {
    display: none;
    text-align: left;
    height: auto;
}
.acc-box .acc-header{
    position: relative;
    text-align: left;
    cursor: pointer;
    z-index: 1;
}
.acc-box .acc-header.acc-active{
    border-bottom: none;
    margin: 0px 0px 0px 0px;
}
/**/
/**quik menu**/
.qck-menu-bx{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transition: all 0.3s ease-in-out;
}
.qck-menu-bx.qck-menu-bx-active{
    background: rgba(0,0,0,0.10);
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.qck-menu {
    background: #34a353;
    color: #fff;
    border: 2px solid #fff;
    padding: 2px 10px 3px 10px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
    font-size: 14px;
    font-weight: 600;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3;
}
.qck-menu-list {
    position: absolute;
    right: 10px;
    bottom: 50px;
    background: #fff;
    width: 200px;
    max-height: 250px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
    border-radius: 8px;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 100% 100%);
}
.qck-menu-list.active{
    transition: all 0.3s ease-in-out;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}
.qck-menu-list a {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    color: #000;
}
.qck-menu-list a.active {
    background: #34a353;
    color: #fff;
}
/**quik menu**/
/*location*/
.locaion{
    background: #34a353;
    padding: 5px 10px;
    position: sticky;
    top: 0px;
    z-index: 1;
}
.locaion span {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    padding: 0px 0px 0px 27px;
}
.locaion span label{
    color: #fff;
}
/*search*/
.header {
    background: #34a353;
    padding: 10px 10px 10px 10px;
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 2;
}
.header h4 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    word-break: break-all;
}
.header .hdr2{
    padding: 7px 10px 0px 0px;
}
.header .hdr2 h6 {
    font-size: 15px;
    color: #fff;
    padding-top: 3px;
}
.header .hdr2 a {
    font-size: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 3px;
}
.header .hdr2 .rht-btn{
    position: relative;
    margin: 0px 0px 0px 10px;
}
.header .hdr2 .rht-btn .badge {
    position: absolute;
    top: -2px;
    left: 13px;
    font-size: 9px;
    border: 2px solid #34a353;
}
.header .hdr2:hover{
    color: #fff;
}
/**/
.header .search {
    background: #fff;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 75px;
    z-index: 1;
    padding: 10px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.10);
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out;
}
.header .search.active {
    transform: translateY(0%);
    transition: all 0.4s ease-in-out;
}
.search-bx{
    width: 100%;
    margin: 0px auto 0px;
    position: relative;
}
.search-bx .la-search {
    position: absolute;
    font-size: 18px;
    transform: rotate(-90deg);
    top: 9px;
    left: 9px;
}
.search-bx input {
    width: 100%;
    height: 100%;
    font-size: 15px;
    padding: 7px 10px 10px 40px;
    border: none;
    border-radius: 5px;
}
.search-bx span {
    position: absolute;
    padding: 8px!important;
    top: 0px;
    right: 5px;
}
/**/
.acc-header {
    position: relative;
    padding: 10px;
    border-top: 1px solid rgba(0,0,0,0.07);
}
.acc-header.acc-active{
    background: rgba(0,0,0,0.05);
}
.acc-header h5{
    font-size: 17px;
    font-weight: 600;
    color: #333;
}
.acc-header span{
    font-size: 12px;
    font-weight: 600;
    color: #888;
}
.acc-content .item {
    display: flex;
    padding: 10px;
}
.acc-content .item .img-bx {
    height: 70px;
    min-width: 70px;
    width: 70px;
    margin: 0px 10px 0px 0px;
    //width: 17%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.acc-content .item .details-bx{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.acc-content .item .dtls {
    //width: 59%;
    padding: 0px 10px 5px 0px;
}
.acc-content .item .dtls .tlt {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.acc-content .item .dtls .price {
    font-size: 13px;
    font-weight: 600;
    color: #888;
}
.acc-content .item .qty-btn-bx{
    //width: 20%;
    z-index: 1;
}
.acc-content .item .dtls .veg-symbol{
    display: block;
    width: 12px;
    margin: 5px 0px 0px 0px;
    border-radius: 3px;
}
/**/
.btm-cartbx {
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: 10px;
	transform: translateY(65px);
    width: 95%;
    margin: auto;
    background: #34a353;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px 8px 10px;
    border: none;
	animation: 0.2s ease 0s 1 normal forwards running animation-16332fy;
}
@keyframes animation-16332fy{
	0% {
	    transform: translateY(65px);
	}
	75% {
	    transform: translateY(-5px);
	}
	100% {
	    transform: translateY(0px);
	}
}
.btm-cartbx span {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.btm-cartbx h6 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 3px 0px 0px 0px;
}
.btm-cartbx h3{
    font-size: 17px;
    color: #fff;
}
.btm-cartbx h3 i{
    font-size: 13px;
}
/**menu**/

/**order**/
.cart{
    padding: 0px 0px 65px 0px;
}
.cart .stip{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #f1f1f1;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.cart .stip2{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #f1f1f1;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.cart .stip2 .sr-no{
    background:#ec4235;
    padding: 0px 5px 2px 5px;
    border-radius: 5px;
    color: #fff;
}
.cart .stip .sr-no{
	background: #333;
    padding: 0px 5px 2px 5px;
    border-radius: 5px;
    color: #fff;
}
.cart .item {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.cart .item .img-bx {
    height: 70px;
    min-width: 70px;
    width: 70px;
    margin: 0px 10px 0px 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.cart .item .img-bx img{
    width: 100%;
    height: 100%;
}
.cart .item .details-bx {
    width: 100%;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}
.cart .item .details-bx .dtls1 .tlt {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.cart .item .details-bx .dtls1 .price {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    display: inline-block;
    padding: 5px 0px 0px 0px;
    text-transform: uppercase;
}
.cart .item .details-bx .dtls1 .price span{
    color: #333;
}
.cart .item .details-bx .dtls1 .veg-symbol {
    display: block;
    width: 12px;
    margin: 5px 0px 0px 0px;
    border-radius: 3px;
}
.dtls2{
    text-align: right;
}
.dtls2 i{
    color: #333;
}
.dtls2 .qty {
    font-size: 14px;
    font-weight: 600;
    color: #34a353;
    text-transform: uppercase;
}
.dtls2 .status {
    display: inline-block;
    background: rgba(52, 163, 83, 0.1);
    color: #34a353;
    border-radius: 30px;
    padding: 1px 10px;
    font-size: 11px;
    font-weight: 600;
    margin: 6px 0px 0px 0px;
}
.cart .item .spicy{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart .item .spicy h6{
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0px 0px 0px;
    color: #ec4235;
}
.cart .no-record-found{
	text-align: center;
	padding: 20px 0px;
}
.cart .no-record-found img{
	width: 80%;
}
.cart .no-record-found .tlt {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding-top: 20px;
}
/**/
.instruction{
    text-align: left;
    background: rgba(0,0,0,0.05);
    padding: 20px 10px;
}
.instruction h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding: 0px 0px 15px 0px;
}
.instruction textarea{
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}
/**/
.cart .total {
    padding: 10px 0px;
    position: fixed;
    right: 0px;
    bottom: 66px;
    left: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.cart .total ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
}
.cart .total ul h5{
    font-size: 17px;
    font-weight: 600;
    color: #333;
}
.cart .total ul span{
    font-size: 17px;
    font-weight: 600;
    color: #333;
}
/**/
.cart .btm-cartbx {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.cart .btm-cartbx .btn {
    background: #34a353;
    border-radius: 10px;
    padding: 11px 10px 13px 10px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    width: 49%;
    display: block;
}
/**order**/

/**search**
.search .header {
    background: #fff;
    justify-content: start;
    flex-wrap: wrap;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.10);
}
.search .header a{
    font-size: 20px;
    color: #333;
    padding: 0px;
}
.search .header span {
    padding: 3px 0px 0px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.search-bx{
    width: 100%;
    margin: 0px auto 0px;
    position: relative;
}
.search-bx .la-search {
    position: absolute;
    font-size: 18px;
    transform: rotate(-90deg);
    top: 9px;
    left: 9px;
}
.search-bx input {
    width: 100%;
    height: 100%;
    font-size: 15px;
    padding: 7px 10px 10px 40px;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 5px;
}
.search-bx span {
    position: absolute;
    padding: 8px!important;
    top: 0px;
    right: 5px;
}*/

/*   Media Queries
--------------------------- */

@media (max-width: 768px) {

}