body {
    overflow-x: hidden;
}
a, a:hover{
	text-decoration: none;
}
.btn, .btn:focus, button:focus, .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}
.modal-backdrop.show {
    opacity: .8;
}
/* Product Sans Regular */

@font-face {
	font-family: 'Conv_Product Sans Regular';
	src: url('../fonts/Product Sans Regular.eot');
	src: local('☺'), url('../fonts/Product Sans Regular.woff') format('woff'), url('../fonts/Product Sans Regular.ttf') format('truetype'), url('../fonts/Product Sans Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Product Sans Black */

@font-face {
	font-family: 'Conv_ProductSans-Black';
	src: url('../fonts/ProductSans-Black.eot');
	src: local('☺'), url('../fonts/ProductSans-Black.woff') format('woff'), url('../fonts/ProductSans-Black.ttf') format('truetype'), url('../fonts/ProductSans-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Product Sans Light */

@font-face {
	font-family: 'Conv_ProductSans-Light';
	src: url('../fonts/ProductSans-Light.eot');
	src: local('☺'), url('../fonts/ProductSans-Light.woff') format('woff'), url('../fonts/ProductSans-Light.ttf') format('truetype'), url('../fonts/ProductSans-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Product Sans Medium */

@font-face {
	font-family: 'Conv_ProductSans-Medium';
	src: url('../fonts/ProductSans-Medium.eot');
	src: local('☺'), url('../fonts/ProductSans-Medium.woff') format('woff'), url('../fonts/ProductSans-Medium.ttf') format('truetype'), url('../fonts/ProductSans-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Product Sans Bold */

@font-face {
	font-family: 'Conv_Product Sans Bold';
	src: url('../fonts/Product Sans Bold.eot');
	src: local('☺'), url('../fonts/Product Sans Bold.woff') format('woff'), url('../fonts/Product Sans Bold.ttf') format('truetype'), url('../fonts/Product Sans Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Gordita Black */

@font-face {
	font-family: 'Conv_Gordita Black';
	src: url('../fonts/Gordita Black.eot');
	src: local('☺'), url('../fonts/Gordita Black.woff') format('woff'), url('../fonts/Gordita Black.ttf') format('truetype'), url('../fonts/Gordita Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Gordita Bold */

@font-face {
	font-family: 'Conv_Gordita Bold';
	src: url('../fonts/Gordita Bold.eot');
	src: local('☺'), url('../fonts/Gordita Bold.woff') format('woff'), url('../fonts/Gordita Bold.ttf') format('truetype'), url('../fonts/Gordita Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Gordita Light */

@font-face {
	font-family: 'Conv_Gordita Light';
	src: url('../fonts/Gordita Light.eot');
	src: local('☺'), url('../fonts/Gordita Light.woff') format('woff'), url('../fonts/Gordita Light.ttf') format('truetype'), url('../fonts/Gordita Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Gordita Medium */

@font-face {
	font-family: 'Conv_Gordita Medium';
	src: url('../fonts/Gordita Medium.eot');
	src: local('☺'), url('../fonts/Gordita Medium.woff') format('woff'), url('../fonts/Gordita Medium.ttf') format('truetype'), url('../fonts/Gordita Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Gordita Regular */

@font-face {
	font-family: 'Conv_Gordita Regular';
	src: url('../fonts/Gordita Regular.eot');
	src: local('☺'), url('../fonts/Gordita Regular.woff') format('woff'), url('../fonts/Gordita Regular.ttf') format('truetype'), url('../fonts/Gordita Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Gordita Thin */

@font-face {
	font-family: 'Conv_Gordita Thin';
	src: url('../fonts/Gordita Thin.eot');
	src: local('☺'), url('../fonts/Gordita Thin.woff') format('woff'), url('../fonts/Gordita Thin.ttf') format('truetype'), url('../fonts/Gordita Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Gordita Ultra */

@font-face {
	font-family: 'Conv_Gordita Ultra';
	src: url('../fonts/Gordita Ultra.eot');
	src: local('☺'), url('../fonts/Gordita Ultra.woff') format('woff'), url('../fonts/Gordita Ultra.ttf') format('truetype'), url('../fonts/Gordita Ultra.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.navbar {
    padding: 0;
    background: #fff;
    height: 70px;
    box-shadow: 0px 6px 17.46px 0.54px rgba(246, 236, 246, 0.72);
}
.navbar .carticon {
    color: #ae00a3;
    font-size: 27px;
    margin-left: 30px;
    height: 45px;
    width: 45px;
    border-radius: 6px;
    border: 2px solid #ae00a3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .carticon p {
    margin: 0;
    position: absolute;
    top: 5px;
    right: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #f00;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Conv_ProductSans-Light';
}
.navbar .carticon svg {
    vertical-align: middle;
}
.navbar .navbar-toggler {
    color: #652b91;
    border: none;
    padding: 0;
    font-size: 24px;
	display: none;
}
.navbar .container {
	position: relative;
}
.navbar .navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar .navbar-brand img {
    width: 65px;
}
.navbar .navbar-nav .nav-link {
    color: #443a53;
    font-family: 'Conv_Gordita Medium';
    font-size: 15px;
    padding: 0 23px;
	transition: .5s ease;
}
.navbar .navbar-nav .nav-link:hover {
    color: #af00a4;
}
.navbar .login_btns {
    margin-left: 40px;
    margin-top: 2px;
}
.navbar .login_btns img {
    height: 20px;
}
.navbar .login_btns .login_btn {
    font-size: 15px;
    font-family: 'Conv_Gordita Medium';
    color: #af00a4;
    border-radius: 5px 0 0 5px;
    height: 54px;
    border: 2px solid #efe9f4;
    width: 146px;
	transition: .5s ease;
}
.navbar .login_btns .login_btn:hover {
    background: #efe9f4;
    border-color: #af00a4;
    border-radius: 5px;
}
.navbar .login_btns .signup_btn {
    font-size: 15px;
    font-family: 'Conv_Gordita Medium';
    color: #652b91;
    background: #efe9f4;
    border: 2px solid #efe9f4;
    height: 40px;
    width: 40px;
    line-height: normal;
    transition: .5s ease;
    border-radius: 50px;
    padding: 0;
}
.navbar .login_btns .signup_btn:hover {
    border-color: #652b91;
    background: #ffffff;
}
.navbar .login_user {
    margin-left: 50px;
    padding: 0;
    display: flex;
    align-items: center;
}
.navbar .login_user .dropdown-toggle {
    padding: 0;
    border: none;
    font-size: 15px;
    color: #443a53;
	background: transparent;
    font-family: 'Conv_Gordita Medium';
}
.navbar .login_user span {
    margin-left: 15px;
    vertical-align: middle;
}
.navbar .login_user img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 2px solid #ae00a3;
}
.navbar .login_user .dropdown-menu {
    box-shadow: 0px 10px 47.53px 1.47px rgba(131, 140, 166, 0.16);
    margin: 0;
    border: 1px solid #f5f7fb;
    z-index: 100000;
}
.navbar .login_user .dropdown-menu .dropdown-item {
    color: #443a53;
    font-family: 'Conv_Gordita Medium';
    font-size: 15px;
    padding: 6px 15px;
    transition: .5s ease;
}
.navbar .login_user .dropdown-menu .dropdown-item:hover, .navbar .login_user .dropdown-menu .dropdown-item:focus, .navbar .login_user .dropdown-menu .dropdown-item:active {
    outline: none;
    background: #f5f7fb;
    color: #652b91;
}
header {
    background: url(../images/header_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 740px;
}
header h1 {
    font-size: 48px;
    line-height: 64px;
    color: #150720;
    margin-bottom: 15px;
    margin-top: 125px;
    font-family: 'Conv_ProductSans-Light';
}
header h1 span {
    font-family: 'Conv_ProductSans-Black';
}
header p {
    font-family: 'Conv_Gordita Regular';
    font-size: 15px;
    color: #4b525f;
    margin-top: 35px;
    margin-bottom: 0;
}
header form {
    background: #fff;
    height: 70px;
    border-radius: 10px;
    margin: 25px auto 0 auto;
    box-shadow: 0px 10px 17.46px 0.54px rgba(151, 131, 166, 0.42);
    width: 812px;
}
header form .form-group {
    width: 300px;
    border-right: 1px solid #e7ecf2;
    height: 70px;
	position: relative;
}
header form .form-group label svg {
    font-size: 16px;
    position: absolute;
    color: #696c71;
    left: 20px;
}
header form .form-group label{
	position: relative;
}
header form .form-group .form-control {
    border: none;
    width: 100%;
    font-family: 'Conv_Gordita Regular';
    font-size: 15px;
    color: #696c71;
    padding: 0px 10px 0 40px;
    text-align: left;
    line-height: 70px;
    box-shadow: none;
    height: 70px;
}
header form .scrh_btn_outer {
    padding: 6px;
}
header form .scrh_btn_outer .scrh_btn {
    background: #652b91;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Conv_Gordita Bold';
    width: 200px;
    height: 58px;
    display: inline-block;
    text-align: center;
    position: relative;
    transition: .5s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
}
header form .scrh_btn_outer .scrh_btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #ae00a3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
header form .scrh_btn_outer .scrh_btn:hover:before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
header form .scrh_btn_outer .scrh_btn:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
header form .scrh_btn_outer .scrh_btn svg {
    margin-right: 15px;
}
.restaurant_appetizer .orders_content .orders_box {
    display: none !important;
}
.top-margin {
    margin-top: 50px;
    margin-bottom: 30px;
}
.top-margin .heading {
    font-size: 24px;
    color: #242d3f;
    font-family: 'Conv_ProductSans-medium';
    margin-bottom: 25px;
    position: relative;
}
.top-margin .heading:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    background: #ae00a3;
    height: 3px;
    width: 40px;
    margin-left: -15px;
}
.how_it_works{}
.how_it_works h2 {
    font-size: 45px;
    font-family: 'Conv_ProductSans-Light';
    text-align: center;
    margin-bottom: 65px;
    position: relative;
    margin-top: 90px;
}
.how_it_works h2 span {
    font-family: 'Conv_ProductSans-Black';
}
.how_it_works h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #ae00a3;
    height: 3px;
    width: 30px;
    margin-left: -15px;
}
.how_it_works img.how_it_works_img {
    width: 225px;
}
.how_it_works .col-auto {
    padding: 0;
}
.how_it_works img.how_it_works_arrow_img {
    width: 150px;
    margin-top: 86px;
}
.how_it_works img.how_it_works_arrow_img {}
.how_it_works h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Conv_ProductSans-Medium';
}
.how_it_works p {
    font-family: 'Conv_Gordita Regular';
    font-size: 13px;
    color: #4b525f;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 0;
}
.how_it_works img.arrow_1, .how_it_works img.arrow_2{
	display: none;
}


.most_popular {
    background: url(../images/most_popular_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 85px;
}
.most_popular h2 {
    font-size: 45px;
    font-family: 'Conv_ProductSans-Light';
    text-align: center;
    margin-bottom: 75px;
    position: relative;
    margin-top: 100px;
}
.most_popular h2 span {
    font-family: 'Conv_ProductSans-Black';
}
.most_popular h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #ae00a3;
    height: 3px;
    width: 30px;
    margin-left: -15px;
}
.most_popular .most_popular_box {
    position: relative;
    box-shadow: 0px 10px 47.53px 1.47px rgba(131, 140, 166, 0.75);
    padding: 10px;
    border-radius: 10px;
    background: #fff;
	margin-bottom: 55px;
}
.most_popular .most_popular_box .most_popular_rating {
    position: absolute;
    background: #1cd336;
    color: #fff;
    font-size: 10px;
    font-family: 'Conv_Gordita Bold';
    top: -16px;
    left: 18px;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    width: 68px;
    text-align: center;
}
.most_popular .most_popular_box .most_popular_rating svg {
    margin-left: 5px;
}
.most_popular .most_popular_box .most_popular_img_outer {
    margin-top: -35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 195px;
    border-radius: 10px;
}
.most_popular .most_popular_box .most_popular_img_outer .most_popular_img {
    border-radius: 10px;
    max-width: 100%;
}
.most_popular .most_popular_box .most_popular_store_img_outer {
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    background: #fff;
    border-radius: 50px;
    margin-top: -45px;
    right: 30px;
    box-shadow: 0px 10px 47.53px 1.47px rgba(131, 140, 166, 0.13);
}
.most_popular .most_popular_box .most_popular_store_img_outer .most_popular_store_img {
    max-width: 100%;
	border-radius: 50%;
}
.most_popular .most_popular_box h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Conv_ProductSans-Medium';
    padding-left: 12px;
    font-size: 16px;
    line-height: 20px;
}
.most_popular .most_popular_box h3:before {
    content: "";
    position: absolute;
    left: 0;
    background: #be2ab6;
    height: 20px;
    width: 4px;
}
.most_popular .most_popular_box p {
    font-size: 13px;
    font-family: 'Conv_Gordita Regular';
    line-height: 24px;
    color: #4b525f;
    margin-bottom: 15px;
    min-height: 70px;
}
.most_popular .most_popular_box a {
    background: #652b91;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-family: 'Conv_Gordita Bold';
    width: 132px;
    height: 46px;
    line-height: 46px;
    display: block;
    text-align: center;
    position: relative;
    transition: .5s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	overflow: hidden;
}
.most_popular .most_popular_box a:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #ae00a3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.most_popular .most_popular_box a:hover:before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.most_popular .most_popular_box a:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.orders_list_sect {
    margin-top: 30px;
    margin-bottom: 50px;
}
.orders_list_sect .headingStyle h3{
    font-size: 24px;
    color: #150720;
    font-weight: 500;
    font-family: 'Conv_Product Sans Regular';
    position: relative;
    margin: 0 0 30px 0;
    line-height: normal;
    text-transform: capitalize;
}
.orders_list_sect .headingStyle h3:before {
    content: "";
    position: absolute;
    left: auto;
    bottom: -6px;
    background: #ae00a3;
    height: 3px;
    width: 50px;
}
.orders_list_sect .foodListing .imgBlock {
    display: none;
}
.orders_list_sect .orderedblock_outer {
    display: flex;
    justify-content: space-between;
}
.orders_list_sect .orderedblock_outer .myOrderedBlock {
    font-size: 16px;
    color: #4b525f;
    line-height: normal;
    font-family: 'Conv_Gordita Regular';
}
.orders_list_sect .orderedblock_outer .myOrderedBlock p {
    margin-bottom: 10px;
}
.orders_list_sect .orderedblock_outer .myOrderedBlock p span {
    font-family: 'Conv_Gordita Medium';
}
.orders_list_sect .orderedblock_outer .myOrderedBlock small {
    font-size: 12px;
}
.orders_list_sect .orderedblock_outer .foodListing {
    display: flex;
    align-items: center;
}
.orders_list_sect .orderedblock_outer .foodListing .d-flex{
	align-items: center;
}
.orders_list_sect .orderedblock_outer .myOrderedBlock h4 {
    font-size: 14px;
    line-height: 32px;
    color: #0f1a2d;
    font-family: 'Conv_Gordita Medium';
    margin-bottom: 0;
    text-transform: capitalize;
}
.orders_list_sect .orderedblock_outer .foodListing .foodDetail .subInfo{
	margin:0;
}
.orders_list_sect .orderedblock_outer .foodListing .foodDetail {}
.orders_list_sect .orderedblock_outer .foodListing .foodDetail p {
    font-size: 13px;
    color: #4b525f;
    line-height: normal;
    font-family: 'Conv_Product Sans Regular';
    margin: 0;
}
.orders_list_sect .orderedblock_outer .foodListing .foodDetail p span {
    font-weight: 600;
    display: block;
    font-size: 13px;
    margin-top: 3px;
}
.orders_list_sect hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e7eaf0;
}
.orders_list_sect .orderedblock_outer .foodListing .price {
    align-items: center;
}
.orders_list_sect .orderedblock_outer .foodListing .price p {
    color: #848587;
    font-size: 14px;
    font-family: 'Conv_Product Sans Regular';
    display: inline-block;
    margin-bottom: 10px;
    margin: 0 15px;
}
.orders_list_sect .orderedblock_outer .foodListing .price button {
    background: #652b91;
    border: 2px solid #652b91;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-family: 'Conv_Gordita Medium';
	transition:.5s ease;
}
.orders_list_sect .orderedblock_outer .foodListing .price button:hover {
    background: transparent;
    color: #652b91;
}
.orders_list_sect .orderedblock_outer .foodListing .res-order-invo {
    font-family: 'Conv_Product Sans Regular';
    font-size: 15px;
    color: #652b91;
    padding: 0 15px;
}
.orders_list_sect .orderedblock_outer .foodListing .res-order-invo a {
    color: inherit;
}
.orders_list_sect .orderedblock_outer .foodListing .res-order-trac {
    font-family: 'Conv_Product Sans Regular';
    font-size: 15px;
    color: #652b91;
    cursor: pointer;
}






.most_popluar_item {
    
}
.most_popluar_item h2 {
    font-size: 50px;
    font-family: 'Conv_ProductSans-Light';
    text-align: center;
    margin-bottom: 75px;
    position: relative;
    margin-top: 100px;
}
.featured_item h2{
	margin: 70px auto;
}
.most_popluar_item h2 span {
    font-family: 'Conv_ProductSans-Black';
}
.most_popluar_item h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #ae00a3;
    height: 3px;
    width: 30px;
    margin-left: -15px;
}

.most_popluar_item .most_popluar_item_box{
	padding-left: 15px;
}
.most_popluar_item .most_popluar_item_box .most_popluar_item_box_img_outer {
    position: relative;
}
.most_popluar_item .most_popluar_item_box .most_popluar_item_box_img_outer img {
    border-radius: 10px;
}
.most_popluar_item h6 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.most_popluar_item h6 .veg {
    display: inline-block;
    width: 20px;
    border: 2px solid #2ebd59;
    height: 20px;
    border-radius: 5px;
}
.most_popluar_item h6 .veg i {
    width: 8px;
    height: 8px;
    background: #2ebd59;
    display: block;
    border-radius: 50px;
    text-align: center;
    margin: 4px auto 0 auto;
}
.most_popluar_item h6 span {
    font-size: 14px;
    color: #a2a1a2;
    text-transform: uppercase;
    font-family: 'Conv_Product Sans Regular';
    display: inline-block;
    margin-left: 10px;
}
.most_popluar_item h5 {
    font-family: 'Conv_Product Sans Regular';
    font-size: 18px;
    line-height: 60px;
    color: #150720;
    border-bottom: 1px solid #e7eaf0;
    margin-bottom: 5px;
}
.most_popluar_item h4 {
    font-size: 19px;
    font-family: 'Conv_Product Sans Bold';
    color: #150720;
    margin: 0 0 0 0;
    line-height: 44px;
}
.most_popluar_item h4 a {
    background: #652b91;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-family: 'Conv_Gordita Bold';
    width: 140px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    float: right;
    position: relative;
    transition: .5s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
}
.most_popluar_item h4 a:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #ae00a3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.most_popluar_item h4 a:hover:before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.most_popluar_item h4 a:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
} 
.most_popluar_item ul {
    padding: 15px 0 0 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #e7eaf0;
    margin-top: 5px;
}
.most_popluar_item ul li {
    color: #848587;
    font-size: 15px;
    font-family: 'Conv_Product Sans Regular';
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
}
.most_popluar_item ul li span {
    color: #0f346c;
    font-family: 'Conv_ProductSans-Medium';
    margin-left: 5px;
}
.most_popluar_item ul li svg {
    color: #2ebd59;
    margin-right: 10px;
}
.most_popluar_item .offers_ribbon {
    font-size: 12px;
    font-family: 'Conv_ProductSans-Black';
    background: #ff0000;
    color: #fff;
    height: 36px;
    text-align: center;
    line-height: 35px;
    width: 110px;
    position: absolute;
    top: 20px;
    left: -15px;
    text-transform: uppercase;
}
.most_popluar_item .offers_ribbon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-color: transparent!important;
    border-style: solid;
    border-width: 0 1.3em 1.3em 0;
    border-color: transparent;
    border-right-color: #a00b0b;
    width: 0;
    height: 0;
}
.most_popluar_item .offers_ribbon:before {
    content: "";
    height: 0;
    width: 0;
    border-width: 18px 10px;
    border-style: solid;
    border-color: #ff0000 transparent #ff0000 #ff0000;
    top: 0;
    right: -18px;
    position: absolute;
}
.most_popluar_item .owl-carousel .owl-nav{}
.most_popluar_item .owl-carousel .owl-nav button {
    color: #652b91;
    background: #ffffffcf;
    border-radius: 50px;
    font-size: 43px;
    font-weight: 600;
    line-height: 54px;
    width: 54px;
    height: 54px;
    border: 2px solid #652b91;
    box-shadow: none;
    position: absolute;
    top: 50%;
    margin-top: -27px;
	transition: .5s ease;
}
.most_popluar_item .owl-carousel .owl-nav button:hover {
	color: #fff;
    background: #652b91;
}
.most_popluar_item .owl-carousel .owl-nav button span {
    line-height: normal;
    margin-top: -10px;
    display: block;
}
.most_popluar_item .owl-carousel .owl-nav .owl-prev {
    left: -60px;
}
.most_popluar_item .owl-carousel .owl-nav .owl-next {
    right: -60px;
}


.restaurants {
    margin-top: 15px;
}
.restaurants .sidebar {
    background: #f5f7fb;
    padding: 35px 35px 35px 35px;
    border-radius: 10px;
}
.restaurants .sidebar h3 {
    font-size: 20px;
    margin-bottom: 15px;
	color: #150720;
}
.restaurants .sidebar .form-group {
    position: relative;
	margin: 0;
}
.restaurants .sidebar .form-group svg {
    position: absolute;
    right: 10px;
    top: 12px;
}

.restaurants .sidebar form{}
.restaurants .sidebar form hr {
    border-top: 1px solid #cbd2df;
    margin-top: 30px;
    margin-bottom: 30px;
}
.restaurants .sidebar form h3 {
    font-size: 18px;
    color: #652b91;
    font-family: 'Conv_ProductSans-Medium';
    margin-bottom: 20px;
}
.restaurants .sidebar form h3 svg {
    margin-right: 5px;
}
.restaurants .sidebar form .form-group{
	margin: 0;
}
.restaurants .sidebar form .form-group label{
	margin-bottom: 13px;
}
.restaurants .sidebar form .form-group svg {
    color: #652b91;
    position: absolute;
    margin-top: 21px;
    margin-left: 25px;
    font-size: 15px;
}
.restaurants .sidebar form .form-group .form-control {
    width: 100%;
    border: 1px solid #d3dde7;
    border-radius: 8px;
    height: 54px;
    font-size: 14px;
    color: #4f5d78;
    font-family: 'Conv_Gordita Regular';
    padding-left: 52px;
	line-height: 54px;
    margin-bottom: 40px;
}




.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px !important;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Conv_Gordita Medium';
    color: #5b626f;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control--checkbox .control__indicator {
    border-radius: 5px;
    height: 16px;
    width: 18px;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #ffffff;
    border: 1px solid #d3dde7;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff;
}
.control input:checked ~ .control__indicator {
  background: #fff;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fff;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #ba1cb1;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
    left: 3px;
    top: 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ba1cb1;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}


.ckckout_section {
    padding-bottom: 50px;
}
.ckckout_section .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
}
.ckckout_section .breadcrumb li {
    font-size: 14px;
    color: #4f5d78;
    font-family: 'Conv_Gordita Regular';
    line-height: normal;
}
.ckckout_section .breadcrumb a {
    color: inherit;
    text-decoration: none;
	transition:.5s;
}
.ckckout_section .breadcrumb a:hover {
    color: #652b91;
}

.ckckout_section h4 {
    font-size: 24px;
    color: #150720;
    font-weight: 500;
    font-family: 'Conv_Product Sans Regular';
    position: relative;
    margin: 0 0 30px 0;
    line-height: normal;
    text-transform: capitalize;
}
.ckckout_section h4 span {
    color: #652b91;
    cursor: pointer;
    font-size: 20px;
    margin-left: 20px;
    float: right;
}
.ckckout_section h4 span a {
    color: inherit;
}
.ckckout_section .paymentMethod {
    margin-bottom: 20px;
}
.ckckout_section h4:before {
    content: "";
    position: absolute;
    left: auto;
    bottom: -6px;
    background: #ae00a3;
    height: 3px;
    width: 50px;
}
.deliveryAddress {
    margin-bottom: 20px;
}

.ckckout_section .deliveryAddress p {
    font-size: 13px !important;
    font-weight: 100 !important;
    margin-bottom: 15px;
    color: #212a3b;
    line-height: 26px;
    font-family: 'Conv_Gordita Regular' !important;
    text-align: right;
}
.ckckout_section .deliveryAddress p:last-child {
    margin-bottom: 0;
}
.ckckout_section .deliveryAddress p b {
    float: left;
    color: #7a819b;
}
.ckckout_section form{}
.ckckout_section form .comments-box-caption .form-group{
    margin-bottom: 20px;
}
.ckckout_section form .comments-box-caption .form-group:last-child{
    margin-bottom: 0;
}
.ckckout_section form .comments-box-caption .form-group label {
    display: block;
    font-size: 15px;
    font-family: 'Conv_Gordita Regular';
    margin-bottom: 10px;
    color: #848587;
}
.ckckout_section form .comments-box-caption .form-group input, .ckckout_section form .comments-box-caption .form-group select, .ckckout_section form .comments-box-caption .form-group textarea {
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    border-radius: 0;
    border: 2px solid #848587;
    line-height: 50px;
    min-height: 50px;
    padding: 0 20px;
    color: #848587;
    letter-spacing: 1px;
    width: 100%;
}
.ckckout_section form .comments-box-caption .form-group input:focus, .ckckout_section form .comments-box-caption .form-group select:focus, .ckckout_section form .comments-box-caption .form-group textarea:focus {
	border: 2px solid #ae00a3;
	border-radius: 0;
	outline: none;
}

.ckckout_section .orderedItem {
    display: flex;
    position: relative;
    padding: 10px 0;
    margin-bottom: 20px;
}
.ckckout_section .orderedItem .itemquant {
    font-size: 18px;
    color: #7a819b;
    font-family: 'Conv_Product Sans Regular';
    position: relative;
    line-height: normal;
}
.ckckout_section .orderedItem .itemDesc {
    font-size: 18px;
    color: #242d3f;
    font-family: 'Conv_Gordita Medium';
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 0;
}
.ckckout_section .orderedItem .itemDesc h5 {
    font-size: inherit;
    margin: 0;
}
.ckckout_section .orderedItem .itemDesc p {
    font-family: 'Conv_Gordita Regular';
    font-size: 14px;
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
    color: #7a819b;
}
.ckckout_section .orderedItem .order_structure {
    display: inline-flex;
    font-size: 14px;
    color: #7a819b;
    font-family: 'Conv_Gordita Regular';
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    line-height: 40px;
}
.ckckout_section .orderedItem .count {
    margin-right: 15px;
}
.ckckout_section .orderedItem .totalAmount {
    font-family: 'Conv_Gordita Medium';
    color: #652b91;
    font-size: 18px;
}

.ckckout_section .dev_cod .cod-form-submit {
    margin-top: 15px;
    background: #652b91;
    border: 2px solid #652b91;
    border-radius: 70px;
    color: #fff;
    font-size: 20px;
    font-family: 'Conv_ProductSans-Light';
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0 25px;
    position: relative;
    transition: .5s ease;
    display: block;
}
.ckckout_section span.help-block {
    font-size: 14px;
    font-family: 'Conv_Gordita Regular';
    color: #ff0033;
    margin-top: 5px;
    display: inline-block;
}
.ckckout_section span.help-block strong {
    font-weight: 500;
}
.ckckout_section .dev_cod .cod-form-submit:hover {
    background: #ae00a3;
    border: 2px solid #ae00a3;
}
.ckckout_section .dev_stripe {
    margin-top: 15px;
}
.ckckout_section .dev_stripe .form-group{
    margin-bottom: 10px;
}
.ckckout_section .dev_stripe .form-group:last-child{
    /*margin-bottom: 0;*/
}
.ckckout_section .dev_stripe .form-group label {
    display: block;
    font-size: 15px;
    font-family: 'Conv_Gordita Regular';
    margin-bottom: 10px;
    color: #848587;
}
.ckckout_section .dev_stripe .form-group input {
    font-size: 13px;
    font-family: 'Conv_ProductSans-Light';
    border-radius: 0;
    border: 2px solid #848587;
    line-height: 40px;
    min-height: 40px;
    padding: 0 20px;
    color: #848587;
    letter-spacing: 1px;
    width: 100%;
}
.ckckout_section .dev_stripe .form-group input:focus {
	border: 2px solid #ae00a3;
	border-radius: 0;
	outline: none;
}
.ckckout_section .dev_stripe .form-group input.btn {
    background: #652b91;
    border: 2px solid #652b91;
    border-radius: 70px;
    color: #fff;
    font-size: 20px;
    font-family: 'Conv_ProductSans-Light';
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0 25px;
    position: relative;
    transition: .5s ease;
    display: block;
    margin-bottom: 20px;
}
.ckckout_section .dev_stripe .form-group input.btn:hover {
    background: #ae00a3;
    border: 2px solid #ae00a3;
	 color: #fff;
}


.ckckout_section .foodOrderBlock{}
.ckckout_section .foodOrderBlock .totalAmount {
    margin-top: 15px;
}
.ckckout_section .foodOrderBlock .totalAmount p {
    font-size: 16px;
    color: #434e64;
    font-family: 'Conv_Gordita Regular';
    margin-bottom: 20px;
}
.ckckout_section .foodOrderBlock .totalAmount p small {
    color: #000;
}
.ckckout_section .foodOrderBlock .totalAmount p b {
    float: right;
    font-size: 18px;
}
.ckckout_section .foodOrderBlock .totalAmount p.total.highLight {
    font-size: 20px;
    color: #663399;
    font-family: 'Conv_Gordita Medium';
}
.ckckout_section .foodOrderBlock .totalAmount p.total.highLight b {
    font-size: 23px;
    float: right;
    font-family: 'Conv_Gordita Bold';
}
.ckckout_section .foodOrderBlock #Pre_orderTiming input {
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    border-radius: 0;
    border: 2px solid #848587;
    line-height: 50px;
    min-height: 50px;
    padding: 0 20px;
    color: #848587;
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: 15px;
	margin-top: 15px;
}
.ckckout_section .foodOrderBlock .radioDiv{}
.ckckout_section .foodOrderBlock .radioDiv p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #7a819b;
    line-height: 30px;
    font-family: 'Conv_Gordita Regular';
}
.ckckout_section .foodOrderBlock .radioDiv p span {
    float: right;
    color: #212a3b;
}
.ckckout_section .foodOrderBlock .radioDiv p span svg {
    margin-left: 10px;
    color: #663399;
    font-size: 16px;
}


.restaurants .restaurants_content {
    padding-left: 20px;
}
.restaurants .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
}
.restaurants .breadcrumb li {
    font-size: 14px;
    color: #4f5d78;
    font-family: 'Conv_Gordita Regular';
    line-height: normal;
}
.restaurants .breadcrumb a {
    color: inherit;
    text-decoration: none;
	transition:.5s;
}
.restaurants .breadcrumb a:hover {
    color: #652b91;
}
.restaurants h1 {
    position: relative;
    font-size: 26px;
    color: #150720;
    font-family: 'Conv_ProductSans-Light';
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 35px;
}
.restaurants h1:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 30px;
    background: #ae00a3;
}
.restaurants h1 span {
    font-family: 'Conv_ProductSans-Black';
}
.restaurants .modify_srch_btn {
    font-size: 12px;
    background: #652b91;
    color: #fff;
    font-family: 'Conv_Product Sans Bold';
    border: none;
    line-height: 24px;
    padding: 0;
    width: 125px;
    border-radius: 3px;
	margin-bottom: 45px;
	transition: .5s ease;
}
.restaurants .modify_srch_btn:hover {
	background: #ae00a3;
}
.restaurants .restaurant_sortby {
    position: absolute;
    right: 0;
    top: 0;
}
.restaurants .restaurant_sortby button {
    height: 52px;
    width: 175px;
    font-size: 14px;
    background: #fff;
    color: #4f5d78;
    font-family: 'Conv_Gordita Medium';
    border-color: #d3dde7;
    border-radius: 5px;
	transition: .5s ease;
}
.restaurants .restaurant_sortby button:hover {
    background: #d3dde733;
    color: #652b91;
}
.restaurants .restaurant_sortby button:focus, .restaurants .restaurant_sortby button:active {
	background: #d3dde733 !important;
	color: #652b91 !important;
    border-color: #d3dde7 !important;
}
.restaurants .restaurant_sortby .dropdown-menu {
    margin-top: -3px;
    border-radius: 0;
    padding: 5px 0;
    width: 175px;
}
.restaurants .restaurant_sortby .dropdown-menu a {
    font-size: 14px;
    color: #4f5d78;
    font-family: 'Conv_Gordita Regular';
    line-height: 25px;
	transition: .5s ease;
}
.restaurants .restaurant_sortby .dropdown-menu a:hover {
    color: #652b91;
	background: transparent;
}

.restaurants .restaurants_content .restaurants_box {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 10px 47.53px 1.47px rgba(131, 140, 166, 0.16);
    padding: 10px;
    border-radius: 10px;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_img_outer {
    position: relative;
    background: url(../images/restaurant_1.jpg) no-repeat;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 100%;
    height: 120px;
    border-radius: 10px;
	cursor: pointer;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_img_outer svg {
    position: absolute;
    color: #fff;
    right: 30px;
    top: 25px;
    font-size: 25px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_img_outer .restaurants_ribbon {
    font-size: 11px;
    font-family: 'Conv_ProductSans-Black';
    background: #ff0000;
    color: #fff;
    height: 36px;
    text-align: center;
    line-height: 35px;
    width: 70px;
    position: absolute;
    top: 15px;
    left: -10px;
    text-transform: uppercase;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_img_outer .restaurants_ribbon:before {
    content: "";
    height: 0;
    width: 0;
    border-width: 18px 10px;
    border-style: solid;
    border-color: #ff0000 transparent #ff0000 #ff0000;
    top: 0;
    right: -18px;
    position: absolute;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_img_outer .restaurants_ribbon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-color: transparent!important;
    border-style: solid;
    border-width: 0 12px 16px 0;
    border-color: transparent;
    border-right-color: #a00b0b;
    width: 0;
    height: 0;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content {
    width: 100%;
    overflow: hidden;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content h2 {
    font-size: 28px;
    color: #150720;
    font-family: 'Conv_Product Sans Bold';
    margin-top: 10px;
    line-height: normal;
    margin-bottom: 10px;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content h2 span {
    font-size: 16px;
    color: #a2a1a2;
    font-family: 'Conv_Product Sans Regular';
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content h2 span strong {
    font-weight: inherit;
    color: #13b029;
    margin-left: 15px;
    text-transform: uppercase;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content h3 {
    font-size: 16px;
    color: #150720;
    font-family: 'Conv_Product Sans Regular';
    position: relative;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: normal;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content h3 a{
	color: inherit;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content h3 a:hover {
    color: #ae00a3;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content h3:before {
   /* content: '';*/
    width: 20px;
    height: 3px;
    background: #ae00a3;
    position: absolute;
    bottom: -5px;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content p {
    font-size: 14px;
    color: #717c8f;
    font-family: 'Conv_Gordita Regular';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content h5 {
    font-size: 12px;
    color: #652b91;
    font-family: 'Conv_Gordita Medium';
    line-height: 25px;
	margin: 0;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content h5 svg {
    margin-right: 5px;
    font-size: 12px;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul {
    list-style: none;
    padding: 5px 0;
    margin: 5px auto;
    border-top: 1px solid #e7eaf0;
    border-bottom: 1px solid #e7eaf0;
    display: flex;
    align-items: center;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul li {
    display: inline;
    font-size: 10px;
    color: #6b7486;
    font-family: 'Conv_Gordita Regular';
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul li strong{
    font-family: 'Conv_Gordita Medium';
    font-weight: inherit;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul li:first-child {
    padding-right: 38px;
    position: relative;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul li:first-child:before {
    content: '';
    height: 20px;
    width: 1px;
    background: #cccccc;
    position: absolute;
    right: 18px;
    top: 0;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul li:first-child svg {
    color: #ffc107;
    font-size: 12px;
    margin-right: -4px;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul li svg {
    margin-right: 10px;
    color: #70798a;
	font-size: 12px;
}
.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul li span {
    font-size: 10px;
    color: #848587;
    font-family: 'Conv_Product Sans Regular';
    margin-left: 5px;
}
.restaurants .reload_more_btn svg {
    margin-right: 15px;
    font-size: 18px;
}
.restaurants .reload_more_btn {
    background: #652b91;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
	margin-top: 30px;
    font-family: 'Conv_Gordita Medium';
    width: 224px;
	border: none;
    height: 66px;
    line-height: 66px;
    display: inline-block;
    text-align: center;
    position: relative;
    transition: .5s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	overflow: hidden;
}
.restaurants .reload_more_btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #ae00a3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.restaurants .reload_more_btn:hover:before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.restaurants .reload_more_btn:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.customer_det_sec {
    margin-top: 30px;
    margin-bottom: 50px;
}
.customer_det_sec .headingStyle h3{
    font-size: 24px;
    color: #150720;
    font-weight: 500;
    font-family: 'Conv_Product Sans Regular';
    position: relative;
    margin: 0 0 30px 0;
    line-height: normal;
    text-transform: capitalize;
}
.customer_det_sec .headingStyle h3:before {
    content: "";
    position: absolute;
    left: auto;
    bottom: -6px;
    background: #ae00a3;
    height: 3px;
    width: 50px;
}
.accountTabs{}
.accountTabs .nav.nav-tabs {
    margin-bottom: 20px;
}
.accountTabs .nav.nav-tabs li {
}
.accountTabs .nav.nav-tabs li a.active {
    color: #652b91;
    border-bottom: 1px solid #652b91;
}
.accountTabs .nav.nav-tabs li a {
    font-size: 14px;
    font-family: 'Conv_Gordita Regular';
    padding: 10px 15px;
    color: #0f1a2d;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: .5s ease;
    display: inline-block;
}
.customer_det_sec .tab-content .tab-pane.fade.in {
    opacity: 1;
}

.customer_det_sec .orderedblock_outer {
    display: flex;
    justify-content: space-between;
}
.customer_det_sec .orderedblock_outer .myOrderedBlock {
    font-size: 16px;
    color: #4b525f;
    line-height: normal;
    font-family: 'Conv_Gordita Regular';
}
.customer_det_sec .orderedblock_outer .myOrderedBlock p {
    margin-bottom: 10px;
}
.customer_det_sec .orderedblock_outer .myOrderedBlock p span {
    font-family: 'Conv_Gordita Medium';
}
.customer_det_sec .orderedblock_outer .myOrderedBlock small {
    font-size: 12px;
}
.customer_det_sec .orderedblock_outer .foodListing {
    display: flex;
    align-items: center;
}
.customer_det_sec .orderedblock_outer .foodListing .d-flex{
	align-items: center;
}
.customer_det_sec .orderedblock_outer .myOrderedBlock h4 {
    font-size: 14px;
    line-height: 32px;
    color: #0f1a2d;
    font-family: 'Conv_Gordita Medium';
    margin-bottom: 0;
    text-transform: capitalize;
}
.customer_det_sec .orderedblock_outer .foodListing .foodDetail .subInfo{
	margin:0;
}
.customer_det_sec .orderedblock_outer .foodListing .foodDetail {}
.customer_det_sec .orderedblock_outer .foodListing .foodDetail p {
    font-size: 13px;
    color: #4b525f;
    line-height: normal;
    font-family: 'Conv_Product Sans Regular';
    margin: 0;
}
.customer_det_sec .orderedblock_outer .foodListing .foodDetail p span {
    font-weight: 600;
    display: block;
    font-size: 13px;
    margin-top: 3px;
}
.customer_det_sec hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e7eaf0;
}
.customer_det_sec .orderedblock_outer .foodListing .price {
    align-items: center;
}
.customer_det_sec .orderedblock_outer .foodListing .price p {
    color: #848587;
    font-size: 14px;
    font-family: 'Conv_Product Sans Regular';
    display: inline-block;
    margin-bottom: 10px;
    margin: 0 15px;
}
.customer_det_sec .orderedblock_outer .foodListing .price button {
    background: #652b91;
    border: 2px solid #652b91;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-family: 'Conv_Gordita Medium';
	transition:.5s ease;
}
.customer_det_sec .orderedblock_outer .foodListing .price button:hover {
    background: transparent;
    color: #652b91;
}
.customer_det_sec .orderedblock_outer .foodListing .res-order-invo {
    font-family: 'Conv_Product Sans Regular';
    font-size: 15px;
    color: #652b91;
    padding: 0 15px;
}
.customer_det_sec .orderedblock_outer .foodListing .res-order-invo a {
    color: inherit;
}
.customer_det_sec .orderedblock_outer .foodListing .res-order-trac {
    font-family: 'Conv_Product Sans Regular';
    font-size: 15px;
    color: #652b91;
    cursor: pointer;
}
.customer_det_sec .orderedblock_outer .foodListing .imgBlock {
	display: none;
}






.accountTabs .accounts_tab {
}
.accountTabs .accounts_tab form {
    
}
.accountTabs .accounts_tab .form-group {
    margin-bottom: 20px;
}
.accountTabs .accounts_tab .form-group label {
    font-size: 14px;
    font-family: 'Conv_Gordita Regular';
    margin-bottom: 10px;
    color: #848587;
}
.accountTabs .accounts_tab .form-group .form-control {
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    border-radius: 0;
    border: 2px solid #848587;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    color: #848587;
    letter-spacing: 1px;
    background: #fff;
}

.accountTabs .accounts_tab .proPic {
    width: 50%;
    margin: 0 auto;
}
.accountTabs .accounts_tab .proPic img {
    width: 100%;
}
.accountTabs .accounts_tab .proPic .changePic{}
.accountTabs .accounts_tab .proPic .changePic label svg {
    display: none;
}
.accountTabs .accounts_tab .proPic .changePic label {
    background: #652b91;
    border: 2px solid #652b91;
    color: #ffffff;
    padding: 8px 0;
    width: 100%;
    margin: 10px auto;
    border-radius: 3px;
    font-family: 'Conv_Gordita Medium';
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
}
.accountTabs .accounts_tab .proPic .changePic label:hover {
    background: #ffffff;
	color: #652b91;
}
.accountTabs .accounts_tab .proPic .changePic label input {
    display: none;
}
.accountTabs .accounts_tab .proPic .customBtn {
    background: #652b91;
    border: 2px solid #652b91;
    color: #ffffff;
    padding: 8px 0;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    font-family: 'Conv_Gordita Medium';
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
}
.accountTabs .accounts_tab .proPic .customBtn:hover {
    background: #fff;
    color: #652b91;
}
.accountTabs .accounts_tab button.customBtn {
    background: #652b91;
    border: 2px solid #652b91;
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    font-family: 'Conv_Gordita Medium';
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    max-width: 150px;
    margin-top: 40px;
}
.accountTabs .accounts_tab button.customBtn:hover {
    background: #fff;
    border: 2px solid #652b91;
    color: #652b91;
}






.change_pass_modal {
    padding: 0 !important;
}
.change_pass_modal .modal-dialog{}
.change_pass_modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}
.change_pass_modal .modal-dialog .modal-content .modal-header {
    padding: 15px;
    position: relative;
    border-bottom: 1px dashed #b3b3b3;
}
.change_pass_modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Conv_Gordita Regular';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #434e64;
}
.change_pass_modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 16px;
    top: 16px;
    border: 2px solid #868686;
    color: #868686;
    border-radius: 45px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    z-index: 1;
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
}
.change_pass_modal .modal-dialog .modal-content .modal-footer {
    border-top: 0;
    padding: 20px;
    box-shadow: 0px 5px 20px 4px rgb(0 0 0 / 9%);
}
.change_pass_modal .modal-dialog .modal-content .modal-footer button {
    background: #652b91;
    border: 2px solid #652b91;
    border-radius: 70px;
    color: #fff;
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0;
    text-transform: uppercase;
	transition: .5s ease;
}
.change_pass_modal .modal-dialog .modal-content .modal-footer button:hover {
    background: #ae00a3;
    border: 2px solid #ae00a3;
}
.change_pass_modal .modal-dialog .modal-content .modal-body {
    padding: 20px 20px 0 20px;
}
.change_pass_modal form .form-group {
    margin-bottom: 20px;
}
.change_pass_modal form .form-group .address_type_box {
    display: none;
}
.change_pass_modal form .form-group .address_type_box .form-control:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}
.change_pass_modal form .form-group label {
    font-size: 14px;
    font-family: 'Conv_Gordita Regular';
    margin-bottom: 10px;
    color: #848587;
}
.change_pass_modal form .form-control {
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    border-radius: 0;
    border: 2px solid #848587;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    color: #848587;
    letter-spacing: 1px;
}
.change_pass_modal form .form-control:focus {
    border: 2px solid #ae00a3;
}
.change_pass_modal form textarea.form-control {
    height: auto;
    margin-top: 20px;
}
.change_pass_modal form .customBtn {
   background: #652b91;
    border: 2px solid #652b91;
    border-radius: 70px;
    color: #fff;
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    transition: .5s ease;
}
.change_pass_modal form .customBtn:hover {
   background: #ae00a3;
    border: 2px solid #ae00a3;
}



.order_tracking_modal {
    padding: 0 !important;
}
.order_tracking_modal .modal-dialog{}
.order_tracking_modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}
.order_tracking_modal .modal-dialog .modal-content .modal-header {
    padding: 15px;
    position: relative;
    border-bottom: 1px dashed #b3b3b3;
}
.order_tracking_modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Conv_Gordita Regular';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #434e64;
}
.order_tracking_modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 16px;
    top: 16px;
    border: 2px solid #868686;
    color: #868686;
    border-radius: 45px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    z-index: 1;
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
}
.order_tracking_modal .modal-dialog .modal-content .modal-body {
    padding: 20px 20px 0 20px;
}
.order_tracking_modal .form_wizard {
    padding: 0 25px;
}
.order_tracking_modal .form_wizard .wizard_steps {
    padding: 0;
	position: relative;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.order_tracking_modal .form_wizard .wizard_steps:before {
    content: '';
    position: absolute;
    height: 2px;
    background: #ba1cb1;
    width: 94%;
    z-index: 0;
    top: 20px;
    left: 50%;
    margin-left: -48%;
    right: auto;
}
.order_tracking_modal .form_wizard .wizard_steps li {
    list-style: none;
    text-align: center;
    font-family: 'Conv_Gordita Regular';
}
.order_tracking_modal .form_wizard .wizard_steps li a {
    color: inherit;
}
.order_tracking_modal .form_wizard .wizard_steps li a span.step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
    color: #fff;
    background: #ba1cb1;
}
.order_tracking_modal .form_wizard .wizard_steps li a span.step_descr {
    font-size: 12px;
    font-family: 'Conv_Gordita Regular';
    margin: 5px 0;
    color: #848587;
    display: block;
}




.cart_section{
	margin-bottom: 50px;
}
.order_section.cart_section .order_summary_sidebar {
    padding: 35px 30px 40px 30px;
}
.order_section{}
.order_section {
    margin-top: 50px;
}
.order_section .breadcrumb {
    padding: 0;
    margin: 0 0 20px 0;
    background: transparent;
}
.order_section .breadcrumb li {
    font-size: 14px;
    color: #4f5d78;
    font-family: 'Conv_Gordita Regular';
    line-height: normal;
}
.order_section .breadcrumb a {
    color: inherit;
    text-decoration: none;
	transition:.5s;
}
.order_section .breadcrumb a:hover {
    color: #652b91;
}













.order_section .orders_content .orders_box {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 10px 47.53px 1.47px rgba(131, 140, 166, 0.16);
    padding: 10px;
    border-radius: 10px;
    display: inline-flex;
}
.order_section .orders_content .orders_box .orders_box_img_outer {
    position: relative;
    background: url(../images/restaurant_1.jpg) no-repeat;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    min-width: 310px;
    height: 200px;
    border-radius: 10px;
}
.order_section .orders_content .orders_box .orders_box_img_outer svg {
    position: absolute;
    color: #fff;
    right: 30px;
    top: 25px;
    font-size: 25px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.order_section .orders_content .orders_box .orders_box_img_outer .orders_ribbon {
    font-size: 14px;
    font-family: 'Conv_ProductSans-Black';
    background: #ff0000;
    color: #fff;
    height: 36px;
    text-align: center;
    line-height: 35px;
    width: 80px;
    position: absolute;
    top: 15px;
    left: -10px;
	text-transform: uppercase;
}
.order_section .orders_content .orders_box .orders_box_img_outer .orders_ribbon:before {
    content: "";
    height: 0;
    width: 0;
    border-width: 18px 10px;
    border-style: solid;
    border-color: #ff0000 transparent #ff0000 #ff0000;
    top: 0;
    right: -18px;
    position: absolute;
}
.order_section .orders_content .orders_box .orders_box_img_outer .restaurants_ribbon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-color: transparent!important;
    border-style: solid;
    border-width: 0 12px 16px 0;
    border-color: transparent;
    border-right-color: #a00b0b;
    width: 0;
    height: 0;
}
.order_section .orders_content .orders_box .orders_box_content {
    width: 100%;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 20px;
}
.order_section .orders_content .orders_box .orders_box_content h2 {
    font-size: 16px;
    color: #150720;
    font-family: 'Conv_Product Sans Bold';
    margin-top: 10px;
    line-height: normal;
    margin-bottom: 10px;
}
.order_section .orders_content .orders_box .orders_box_content h2 i{
    font-style: normal;
    font-family: 'Conv_Product Sans Regular';
}
.order_section .orders_content .orders_box .orders_box_content h2 span {
    font-size: 16px;
    color: #a2a1a2;
    float: right;
    font-family: 'Conv_Product Sans Regular';
}
.order_section .orders_content .orders_box .orders_box_content h2 span strong {
    font-weight: inherit;
    color: #13b029;
    margin-left: 15px;
    text-transform: uppercase;
}
.order_section .orders_content .orders_box .orders_box_content h3 {
    font-size: 18px;
    color: #150720;
    font-family: 'Conv_Product Sans Regular';
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: normal;
}
.order_section .orders_content .orders_box .orders_box_content h3 a{
	color: inherit;
}
.order_section .orders_content .orders_box .orders_box_content h3 a:hover {
    color: #ae00a3;
}
.order_section .orders_content .orders_box .orders_box_content h3:before {
    content: '';
    width: 20px;
    height: 3px;
    background: #ae00a3;
    position: absolute;
    bottom: -5px;
}
.order_section .orders_content .orders_box .orders_box_content p {
    font-size: 14px;
    color: #717c8f;
    font-family: 'Conv_Gordita Regular';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.order_section .orders_content .orders_box .orders_box_content h5 {
    font-size: 14px;
    color: #652b91;
    font-family: 'Conv_Gordita Medium';
    line-height: 25px;
    margin: 0;
}
.order_section .orders_content .orders_box .orders_box_content h5 svg {
    margin-right: 5px;
    font-size: 16px;
}
.order_section .orders_content .orders_box .orders_box_content ul {
    list-style: none;
    padding: 5px 0;
    margin-bottom: 15px;
    border-top: 1px solid #e7eaf0;
    border-bottom: 1px solid #e7eaf0;
}
.order_section .orders_content .orders_box .orders_box_content ul li {
    display: inline;
    font-size: 12px;
    color: #6b7486;
    font-family: 'Conv_Gordita Regular';
}
.order_section .orders_content .orders_box .orders_box_content ul li strong{
    font-family: 'Conv_Gordita Medium';
    font-weight: inherit;
}
.order_section .orders_content .orders_box .orders_box_content ul li:first-child {
    padding-right: 38px;
    position: relative;
}
.order_section .orders_content .orders_box .orders_box_content ul li:first-child:before {
    content: '';
    height: 20px;
    width: 1px;
    background: #cccccc;
    position: absolute;
    right: 18px;
    top: 0;
}
.order_section .orders_content .orders_box .orders_box_content ul li:first-child svg {
    color: #ffc107;
    font-size: 12px;
    margin-right: -4px;
}
.order_section .orders_content .orders_box .orders_box_content ul li svg {
    margin-right: 10px;
    color: #70798a;
	font-size: 12px;
}
.order_section .orders_content .orders_box .orders_box_content ul li span {
    font-size: 16px;
    color: #848587;
    font-family: 'Conv_Product Sans Regular';
    margin-left: 5px;
}

.order_section .nav-tabs {
    border-bottom: 1px solid #cecfd1;
    margin-top: 50px;
}
.order_section  .nav-tabs .nav-item {
    
}
.order_section .nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
    border: 2px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    color: #747d98;
    font-family: 'Conv_Gordita Medium';
}
.order_section .nav-tabs .nav-item .nav-link.active {
    border-color: #652b91;
    color: #652b91;
}
.order_section .tab-content {
    margin-top: 10px;
}
.order_section .tab-content h2 {
    font-size: 18px;
    color: #150720;
    font-family: 'Conv_Product Sans Regular';
    margin: 10px 0 0 0;
	text-align: center;
}

.order_section .tab-content .appetizers_box {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 10px 47.53px 1.47px rgba(131, 140, 166, 0.16);
    padding: 5px;
    border-radius: 15px;
    position: relative;
	text-align: center;
}
.order_section .tab-content .appetizers_box img {
    max-width: 108px;
    width: auto;
    border-radius: 10px;
    object-fit: contain;
    max-height: 108px;
    margin: 0 auto;
}
.order_section .tab-content .appetizers_box .restaurants_box_img_outer {
    position: relative;
   /* background: url(../images/restaurant_1.jpg) no-repeat;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;*/
    width: 108px;
    height: 108px;
    border-radius: 10px;
	margin:8px auto 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
.order_section .tab-content .appetizers_box .restaurants_box_img_outer svg {
    position: absolute;
    color: #fff;
    right: 30px;
    top: 25px;
    font-size: 25px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.order_section .tab-content .appetizers_box .restaurants_box_img_outer .restaurants_ribbon {
    font-size: 14px;
    font-family: 'Conv_ProductSans-Black';
    background: #ff0000;
    color: #fff;
    height: 36px;
    text-align: center;
    line-height: 35px;
    width: 80px;
    position: absolute;
    top: 15px;
    left: -10px;
	text-transform: uppercase;
}
.order_section .tab-content .appetizers_box .restaurants_box_img_outer .restaurants_ribbon:before {
    content: "";
    height: 0;
    width: 0;
    border-width: 18px 10px;
    border-style: solid;
    border-color: #ff0000 transparent #ff0000 #ff0000;
    top: 0;
    right: -18px;
    position: absolute;
}
.order_section .tab-content .appetizers_box .restaurants_box_img_outer .restaurants_ribbon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-color: transparent!important;
    border-style: solid;
    border-width: 0 12px 16px 0;
    border-color: transparent;
    border-right-color: #a00b0b;
    width: 0;
    height: 0;
}
.order_section .tab-content .appetizers_box .restaurants_box_content {
    width: 100%;
    overflow: hidden;
}
.order_section .tab-content .appetizers_box .restaurants_box_content h2 {
    font-size: 0;
    color: #150720;
    font-family: 'Conv_Product Sans Bold';
    margin: 0;
    line-height: normal;
    padding: 10px 0;
}
.order_section .tab-content .appetizers_box .restaurants_box_content h2 span {
    font-size: 14px;
    color: #a2a1a2;
    font-family: 'Conv_Product Sans Regular';
}
.order_section .tab-content .appetizers_box .restaurants_box_content h2 span strong {
    font-weight: inherit;
    color: #13b029;
    margin-left: 15px;
    text-transform: uppercase;
}
.order_section .tab-content .appetizers_box .restaurants_box_content h4 {
    font-size: 16px;
    font-family: 'Conv_Product Sans Bold';
    color: #150720;
    margin-bottom: 10px;
    margin-top: 10px;
}
.order_section .tab-content .appetizers_box .restaurants_box_content h3 {
    font-size: 18px;
    color: #150720;
    font-family: 'Conv_Product Sans Regular';
    position: relative;
    margin-bottom: 0px;
    margin-top: 6px;
    line-height: normal;
}
.order_section .tab-content .appetizers_box .restaurants_box_content h3 a{
	color: inherit;
}
.order_section .tab-content .appetizers_box .restaurants_box_content h3 a:hover {
    color: #ae00a3;
}
.order_section .tab-content .appetizers_box .restaurants_box_content h3:before {
    /*content: '';
    width: 20px;
    height: 3px;
    background: #ae00a3;
    position: absolute;
    bottom: -5px;*/
}
.order_section .tab-content .appetizers_box .restaurants_box_content p {
    font-size: 14px;
    color: #717c8f;
    font-family: 'Conv_Gordita Regular';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.order_section .tab-content .appetizers_box .restaurants_box_content h5 {
    font-family: 'Conv_Gordita Medium';
    background: #fff;
    border-radius: 4px;
    color: #150720;
    border: 2px solid #150720;
    font-size: 12px;
    height: 30px;
    display: flex;
    margin: 0 auto;
	width: 60%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	transition: 0.5s ease;
}
.order_section .tab-content .appetizers_box .restaurants_box_content h5:hover {
    background: #150720;
    color: #fff;
}
.order_section .tab-content .appetizers_box .restaurants_box_content ul {
    list-style: none;
    padding: 3px 0;
    margin: 5px 0 5px 0;
    border-top: 1px solid #e7eaf0;
}
.order_section .tab-content .appetizers_box .restaurants_box_content ul li {
    display: inline;
    font-size: 14px;
    color: #6b7486;
    font-family: 'Conv_Gordita Regular';
}
.order_section .tab-content .appetizers_box .restaurants_box_content ul li strong{
    font-family: 'Conv_Gordita Medium';
    font-weight: inherit;
}
.order_section .tab-content .appetizers_box .restaurants_box_content ul li:first-child svg {
    color: #ffc107;
    font-size: 12px;
    margin-right: -4px;
}
.order_section .tab-content .appetizers_box .restaurants_box_content ul li svg {
    margin-right: 10px;
    color: #70798a;
	font-size: 16px;
}
.order_section .tab-content .appetizers_box .restaurants_box_content ul li span {
    font-size: 14px;
    color: #848587;
    font-family: 'Conv_Product Sans Regular';
    margin-left: 5px;
}
.order_section .tab-content .appetizers_box .input-group {
    width: 70%;
    padding: 0 10px;
	margin: 0 auto;
}
.order_section .tab-content .appetizers_box .input-group .input-group-prepend {
    margin: 0 !important;
}
.order_section .tab-content .appetizers_box .input-group .input-group-text {
    border: 1px solid #663399 !important;
    border-radius: 4px;
    padding: 0 11px;
    font-size: 13px;
    cursor: pointer;
    color: #0a1117;
    transition: .5s ease;
    background: transparent;
    transition: .5s ease;
}
.order_section .tab-content .appetizers_box .input-group .input-group-text:hover {
    background: #663399;
    color: #fff;
}
.order_section .tab-content .appetizers_box .input-group svg {
    font-size: 13px;
}
.order_section .tab-content .appetizers_box .input-group .form-control {
    border: none !important;
    border-radius: 0;
    text-align: center !important;
	background: transparent;
    width: 24px;
    padding: 0;
    font-size: 14px;
    color: #150720;
    font-family: 'Conv_Gordita Medium';
    line-height: normal;
    height: 30px;
}
.order_section .order_summary_sidebar {
    background: #f5f7fb;
    padding: 35px 30px 90px 30px;
    border-radius: 10px;
    min-height: 480px;
}
.order_section .order_summary_sidebar .empty_cart {
    text-align: center;
    margin-top: 100px;
}
.order_section .order_summary_sidebar .empty_cart img {
    width: 100px;
    margin: 0 auto;
}
.order_section .order_summary_sidebar .empty_cart p {
    font-size: 25px;
    text-align: center;
    color: #150720;
    font-family: 'Conv_ProductSans-Light';
    margin-bottom: 0;
    margin-top: 30px;
}


.order_section .order_summary_sidebar h2 {
    font-size: 22px;
    color: #150720;
    font-family: 'Conv_ProductSans-Light';
    margin-bottom: 20px;
	clear: both;
}
.order_section .order_summary_sidebar h2 span {
    font-family: 'Conv_ProductSans-Black';
}
.order_section .order_summary_sidebar p {
    color: #5d6574;
    font-size: 12px;
    font-family: 'Conv_Gordita Medium';
    margin-bottom: 5px;
	margin-top: 0px;
}
.order_section .order_summary_sidebar .order_coupon_box {
    display: inline-flex;
    width: 100%;
    border: 2px dashed #d4dceb;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 6px;
    height: 82px;
    padding: 0 20px;
    cursor: pointer;
	position: relative;
}
.order_section .order_summary_sidebar .order_coupon_box img {
    height: 30px;
}
.order_section .order_summary_sidebar .order_coupon_box h5 {
    font-size: 13px;
    color: #212a3b;
    font-family: 'Conv_Gordita Medium';
    margin: 0;
    padding-left: 10px;
    width: 100%;
}
.order_section .order_summary_sidebar .order_coupon_box h5 span {
    font-size: 12px;
    color: #768093;
    font-family: 'Conv_Gordita Medium';
	float: right;
}
.order_section .order_summary_sidebar .order_coupon_box h5 svg {
    color: #000;
    margin-left: 5px;
}
.order_section .order_summary_sidebar .order_coupon_box h6 {
    padding-left: 10px;
    padding-top: 10px;
    margin: 0;
    font-size: 12px;
    color: #778195;
    font-family: 'Conv_Gordita Medium';
}
.order_section .order_summary_sidebar .order_coupon_box label.control {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    padding-left: 40px;
}
.order_section .order_summary_sidebar .order_coupon_box label.control.control--checkbox .control__indicator {
    height: 20px;
    width: 20px;
    background: #f5f7fb;
}
.order_section .order_summary_sidebar .order_coupon_box label.control.control--checkbox .control__indicator:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 12px;
}
.order_section .order_summary_sidebar ul {
    padding: 0;
    margin: 30px 0;
    list-style: none;
    border-bottom: 1px solid #dde0e4;
}
.order_section .order_summary_sidebar ul li {
    font-size: 14px;
    color: #434e64;
    font-family: 'Conv_Gordita Regular';
    margin-bottom: 16px;
}
.order_section .order_summary_sidebar ul li span {
    float: right;
    font-size: 14px;
}
.order_section .order_summary_sidebar h3 {
    font-size: 16px;
    color: #663399;
    font-family: 'Conv_Gordita Medium';
    margin-bottom: 30px;
}
.order_section .order_summary_sidebar h3 span {
    font-size: 16px;
    float: right;
    font-family: 'Conv_Gordita Bold';
}

.order_section .order_summary_sidebar .orders_list {
    width: 100%;
    border: 1px solid #d4dceb;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
	position: relative;
	margin-bottom: 20px;
}
.order_section .order_summary_sidebar .orders_list .remove_order {
    height: 24px;
    width: 24px;
    background: #ff7272;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    border-radius: 50px;
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
	transition:.5s ease;
}
.order_section .order_summary_sidebar .orders_list .remove_order:hover {
    background: #f94141;
}
.order_section .order_summary_sidebar .orders_list .orders_list_box{}
.order_section .order_summary_sidebar .orders_list .orders_list_box h6 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.order_section .order_summary_sidebar .orders_list .orders_list_box h6 .veg {
    display: inline-block;
    min-width: 18px;
    border: 2px solid #2ebd59;
    height: 18px;
    border-radius: 5px;
}
.order_section .order_summary_sidebar .orders_list .orders_list_box h6 .veg i {
    width: 8px;
    height: 8px;
    background: #2ebd59;
    display: block;
    border-radius: 50px;
    text-align: center;
    margin: 3px auto 0 auto;
}
.order_section .order_summary_sidebar .orders_list .orders_list_box h6 span {
    font-size: 13px;
    color: #242d3f;
    font-family: 'Conv_Gordita Medium';
    display: inline-block;
    margin-left: 10px;
}
.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure {
    display: inline-flex;
    font-size: 12px;
    color: #7a819b;
    font-family: 'Conv_Gordita Medium';
    width: 100%;
    position: relative;
    line-height: 32px;
}
.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure .order_quantity {
}
.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure .order_price{}
.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure .input-group {
    width: auto;
    margin-left: 16px;
}
.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure .input-group .input-group-text {
    border: 1px solid #663399;
    border-radius: 0;
    padding: 0 13px;
    font-size: 16px;
    cursor: pointer;
	color: #0a1117;
    transition: .5s ease;
    background: transparent;
	transition: .5s ease;
}
.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure .input-group .input-group-text:hover {
    background: #663399;
    color: #fff;
}
.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure .input-group svg {
    font-size: 13px;
}
.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure .input-group .form-control {
    border-left: 1px solid #663399;
    border-right: 1px solid #663399;
	background: transparent;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    text-align: center !important;
    width: 42px;
    padding: 0;
    font-size: 14px;
    color: #150720;
    font-family: 'Conv_Gordita Medium';
    line-height: normal;
    height: 32px;
}
.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure .order_total {
    font-size: 14px;
    color: #150720;
    position: absolute;
    right: 0;
    top: 0;
}




.order_modal{
    padding: 0 !important;
}
.order_modal .modal-dialog{}
.order_modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}
.order_modal .modal-dialog .modal-content .modal-header {
    padding: 15px;
    position: relative;
    border-bottom: 1px dashed #b3b3b3;
}
.order_modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Conv_Gordita Regular';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #434e64;
}
.order_modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 16px;
    top: 16px;
    border: 2px solid #868686;
    color: #868686;
    border-radius: 45px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    z-index: 1;
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
}
.order_modal .modal-dialog .modal-content .modal-body {
    padding: 45px 15px 35px 15px;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box {
    margin-bottom: 30px;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box h6 {
    margin-bottom: 15px;
    display: flex;
    position: relative;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box h6 .veg {
    display: inline-block;
    width: 20px;
    border: 2px solid #2ebd59;
    height: 20px;
    border-radius: 5px;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box h6 .veg i {
    width: 8px;
    height: 8px;
    background: #2ebd59;
    display: block;
    border-radius: 50px;
    text-align: center;
    margin: 4px auto 0 auto;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box h6 span {
    font-size: 16px;
    color: #242d3f;
    font-family: 'Conv_Gordita Medium';
    display: inline-block;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box h6 .remove_order {
    font-size: 18px;
    color: #7a819b;
    position: absolute;
    right: 0;
    cursor: pointer;
	transition: .5s ease;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box h6 .remove_order:hover {
	color: #ff7272;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box .order_structure {
    display: inline-flex;
    font-size: 14px;
    color: #7a819b;
    font-family: 'Conv_Gordita Regular';
    width: 100%;
    position: relative;
    line-height: 38px;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box .order_structure .order_quantity {
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box .order_structure .order_price{}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box .order_structure .input-group {
    width: auto;
    margin-left: 16px;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box .order_structure .input-group .input-group-text {
    border: 1px solid #663399;
    border-radius: 0;
    padding: 0 13px;
    font-size: 16px;
    cursor: pointer;
	color: #0a1117;
    transition: .5s ease;
    background: transparent;
	transition: .5s ease;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box .order_structure .input-group .input-group-text:hover {
    background: #663399;
    color: #fff;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box .order_structure .input-group svg {
    font-size: 13px;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box .order_structure .input-group .form-control {
    border-left: 1px solid #663399;
    border-right: 1px solid #663399;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    text-align: center !important;
    width: 42px;
    padding: 0;
    font-size: 16px;
    color: #150720;
    font-family: 'Conv_Gordita Medium';
    line-height: normal;
    height: 38px;
}
.order_modal .modal-dialog .modal-content .modal-body .orders_list_box .order_structure .order_total {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.order_modal .modal-dialog .modal-content .modal-footer {
    border-top: 0;
    padding: 20px;
    box-shadow: 0px 5px 20px 4px rgb(0 0 0 / 9%);
}
.order_modal .modal-dialog .modal-content .modal-footer button {
    background: #652b91;
    border: 2px solid #652b91;
    border-radius: 70px;
    color: #fff;
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0;
    text-transform: uppercase;
}
.order_modal .modal-dialog .modal-content .modal-footer button:hover {
    background: #ae00a3;
    border: 2px solid #ae00a3;
}
.order_modal .modal-dialog .modal-content .modal-body hr {
	padding: 30px 0 0 0;
    margin: 0;
    list-style: none;
    border-top: 1px dashed #b3b3b3;
}
.order_modal .modal-dialog .modal-content .modal-body ul {
    padding: 30px 0 0 0;
    margin: 0;
    list-style: none;
    border-top: 1px dashed #b3b3b3;
}
.order_modal .modal-dialog .modal-content .modal-body ul li {
    font-size: 14px;
    font-family: 'Conv_Gordita Regular';
    margin-bottom: 15px;
    color: #7a819b;
}
.order_modal .modal-dialog .modal-content .modal-body ul li span {
    float: right;
    font-size: 15px;
}
.order_modal .modal-dialog .modal-content .modal-body h3 {
    font-size: 20px;
    color: #663399;
    font-family: 'Conv_Gordita Medium';
    margin: 25px 0 25px 0;
}
.order_modal .modal-dialog .modal-content .modal-body h3 span {
    font-size: 21px;
    float: right;
}



.account_modal{padding: 0 !important;}
.account_modal .modal-dialog {
    margin: 0 auto;
}
.account_modal .modal-dialog .modal-content {
    border: none;
    overflow: inherit;
    border-radius: 0px;
}
.account_modal .modal-dialog .modal-content .close {
    position: absolute;
    right: -13px;
    top: -13px;
    border: 2px solid #ffffff;
    color: #652b91;
    background: #fff;
    border-radius: 45px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    z-index: 1;
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 10px 47.53px 1.47px rgba(131, 140, 166, 0.75);
}
.account_modal .modal-dialog .modal-content .modal-body {
    padding: 20px 20px 0 20px;
	overflow-y: inherit;
}
.account_modal .modal-dialog .modal-content .modal-body .nav-tabs {
    border: none;
    margin-bottom: 20px;
}
.account_modal .modal-dialog .modal-content .modal-body .nav-tabs .nav-item {
    margin: 0;
    width: 50%;
}
.account_modal .modal-dialog .modal-content .modal-body .nav-tabs .nav-item .nav-link {
    border: 2px solid #652b91;
    border-bottom-color: #652b91;
    background: #efe9f4;
    border-radius: 0;
    text-align: center;
    color: #652b91;
    font-size: 15px;
    font-family: 'Conv_Gordita Regular';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: 1px;
}
.account_modal .modal-dialog .modal-content .modal-body .nav-tabs .nav-item .nav-link.active {
    background: #652b91;
    color: #fff;
}
.account_modal .modal-dialog .modal-content .modal-body form{}
.account_modal .modal-dialog .modal-content .modal-body form .form-group {
    margin-bottom: 20px;
}
.account_modal .modal-dialog .modal-content .modal-body form .form-group p {
    font-size: 14px;
    font-family: 'Conv_Gordita Regular';
    line-height: 24px;
    color: #848587;
    margin-top: 15px;
}
.account_modal .modal-dialog .modal-content .modal-body form .forgot_password {
    font-size: 14px;
    font-family: 'Conv_Gordita Medium';
    color: #333333;
    margin-bottom: 0;
    text-align: right;
    display: block;
}
.account_modal .modal-dialog .modal-content .modal-body form .fb_login {
    border: 2px solid #3b5998;
    background: #3b5998;
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-family: 'Conv_ProductSans-Light';
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: 1px;
	position: relative;
	transition: .5s ease;
}
.account_modal .modal-dialog .modal-content .modal-body form .fb_login:hover {
    background: #3b5998e6;
}
.account_modal .modal-dialog .modal-content .modal-body form .google_login {
    border: 2px solid #4285f4;
    background: #4285f4;
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-family: 'Conv_ProductSans-Light';
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: 1px;
	position: relative;
	transition: .5s ease;
}
.account_modal .modal-dialog .modal-content .modal-body form .google_login:hover {
    background: #4285f4e6;
}
.account_modal .modal-dialog .modal-content .modal-body form .fb_login span {
    position: absolute;
    height: 44px;
    width: 44px;
    left: 1px;
    top: 1px;
    background: #fff;
    color: #3b5998;
    font-size: 25px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.account_modal .modal-dialog .modal-content .modal-body form .google_login span {
    position: absolute;
    height: 44px;
    width: 44px;
    left: 1px;
    top: 1px;
}
.account_modal .modal-dialog .modal-content .modal-body form .google_login span img {
    vertical-align: baseline;
}
.account_modal .modal-dialog .modal-content .modal-body form .sub_btn {
    border: 2px solid #652b91;
    background: #652b91;
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-family: 'Conv_ProductSans-Light';
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    width: 100%;
    border-radius: 0;
    padding: 0;
    letter-spacing: 1px;
    position: relative;
    transition: .5s ease;
}
.account_modal .modal-dialog .modal-content .modal-body form .sub_btn:hover {
    background: #ae00a3;
    border-color: #ae00a3;
}
.account_modal .modal-dialog .modal-content .modal-body form h6 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    line-height: .1em;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Conv_ProductSans-Light';
}
.account_modal .modal-dialog .modal-content .modal-body form h6 span {
    padding: 0 10px;
    background: #fff;
    color: #606060;
}
.account_modal .modal-dialog .modal-content .modal-body form .control {
    font-family: 'Conv_Gordita Regular';
    font-weight: 700;
}
.account_modal .modal-dialog .modal-content .modal-body form .control a {
    color: #ae00a3;
}
.account_modal .modal-dialog .modal-content .modal-body form .form-control {
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    border-radius: 0;
    border: 2px solid #848587;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    color: #848587;
    letter-spacing: 1px;
}
.account_modal .modal-dialog .modal-content .modal-body form .form-control:focus {
	border: 2px solid #ae00a3;
}



.change_address_modal {
    padding: 0 !important;
}
.change_address_modal .modal-dialog{}
.change_address_modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}
.change_address_modal .modal-dialog .modal-content .modal-header {
    padding: 15px;
    position: relative;
    border-bottom: 1px dashed #b3b3b3;
}
.change_address_modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Conv_Gordita Regular';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #434e64;
}
.change_address_modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 16px;
    top: 16px;
    border: 2px solid #868686;
    color: #868686;
    border-radius: 45px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    z-index: 1;
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
}
.change_address_modal .modal-dialog .modal-content .modal-footer {
    border-top: 0;
    padding: 20px;
    box-shadow: 0px 5px 20px 4px rgb(0 0 0 / 9%);
}
.change_address_modal .modal-dialog .modal-content .modal-footer button {
    background: #652b91;
    border: 2px solid #652b91;
    border-radius: 70px;
    color: #fff;
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0;
    text-transform: uppercase;
	transition: .5s ease;
}
.change_address_modal .modal-dialog .modal-content .modal-footer button:hover {
    background: #ae00a3;
    border: 2px solid #ae00a3;
}
.change_address_modal .modal-dialog .modal-content .modal-body {
    padding: 20px 20px 0 20px;
}
.change_address_modal form .form-group {
    margin-bottom: 20px;
}
.change_address_modal form .form-group .address_type_box {
    display: none;
}
.change_address_modal form .form-group .address_type_box .form-control:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}
.change_address_modal form .form-group label {
    font-size: 14px;
    font-family: 'Conv_Gordita Regular';
    margin-bottom: 10px;
    color: #848587;
}
.change_address_modal form .form-control {
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    border-radius: 0;
    border: 2px solid #848587;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    color: #848587;
    letter-spacing: 1px;
}
.change_address_modal form .form-control:focus {
    border: 2px solid #ae00a3;
}
.change_address_modal form textarea.form-control {
    height: auto;
    margin-top: 20px;
}
.change_address_modal form .update_btn {
    border: 2px solid #652b91;
    background: #652b91;
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-family: 'Conv_ProductSans-Light';
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    width: 100%;
    border-radius: 0;
    padding: 0;
    letter-spacing: 1px;
    position: relative;
    transition: .5s ease;
}
.change_address_modal form .update_btn:hover {
    background: #ae00a3;
    border-color: #ae00a3;
}





.review_modal {
    padding: 0 !important;
}
.review_modal .modal-dialog{}
.review_modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}
.review_modal .modal-dialog .modal-content .modal-header {
    padding: 15px;
    position: relative;
    border-bottom: 1px dashed #b3b3b3;
}
.review_modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Conv_Gordita Regular';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #434e64;
}
.review_modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 16px;
    top: 16px;
    border: 2px solid #868686;
    color: #868686;
    border-radius: 45px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    z-index: 1;
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
}
/*
.review_modal .modal-dialog .modal-content .modal-footer {
    border-top: 0;
    padding: 20px;
    box-shadow: 0px 5px 20px 4px rgb(0 0 0 / 9%);
}
*/
.review_modal .modal-dialog .modal-content .modal-body {
    padding: 20px 20px 0 20px;
}
.review_modal form .form-group {
    margin-bottom: 20px;
}
.review_modal form .form-group .address_type_box {
    display: none;
}
.review_modal form .form-group .address_type_box .form-control:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}
.review_modal form .form-group label {
    font-size: 14px;
    font-family: 'Conv_Gordita Regular';
    margin-bottom: 10px;
    color: #848587;
}
.review_modal form .form-control {
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    border-radius: 0;
    border: 2px solid #848587;
    line-height: 26px;
    height: 50px;
    padding: 0 20px;
    color: #848587;
    letter-spacing: 1px;
}
.review_modal form .form-control:focus {
    border: 2px solid #ae00a3;
}
.review_modal form textarea.form-control {
    min-height: 165px;
}
.review_modal form .btn {
    background: #652b91;
    border: 2px solid #652b91;
    border-radius: 70px;
    color: #fff;
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0;
    text-transform: uppercase;
	transition: .5s ease;
}
.review_modal form .btn:hover {
    background: #ae00a3;
    border: 2px solid #ae00a3;
}




.modal.show {
    overflow-x: hidden;
    overflow-y: auto;
}
.checkout_modal{padding: 0 !important;}
.checkout_modal .modal-dialog {
    margin: 0 auto;
}
.checkout_modal .modal-dialog .modal-content {
    border: none;
    overflow: inherit;
    border-radius: 0px;
}
.checkout_modal .modal-dialog .modal-content .modal-header {
    padding: 15px;
    position: relative;
    border-bottom: 1px dashed #b3b3b3;
}
.checkout_modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Conv_Gordita Regular';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #434e64;
}
.checkout_modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 16px;
    top: 16px;
    border: 2px solid #868686;
    color: #868686;
    border-radius: 45px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    z-index: 1;
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
}
.checkout_modal .modal-dialog .modal-content .modal-body {
    padding: 20px 20px 0 20px;
	overflow-y: inherit;
}
.checkout_modal .modal-dialog .modal-content .modal-body hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px dashed #b3b3b3;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card {
    border-radius: 0;
    border: transparent;
    margin-bottom: 20px;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-header {
    font-size: 16px;
    font-family: 'Conv_Gordita Medium';
    color: #150720;
    background: #ffffff;
    border-radius: 0;
    border-bottom: none;
    padding: 15px 15px;
	position: relative;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-header:before {
    content: "";
    position: absolute;
    left: auto;
    bottom: 10px;
    background: #ae00a3;
    height: 3px;
    width: 30px;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-header span {
    float: right;
    color: #652b91;
    cursor: pointer;
    font-size: 17px;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body {
    background: #fff;
    padding: 15px;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #7a819b;
    line-height: 30px;
    font-family: 'Conv_Gordita Regular';
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body h4:last-child{
	margin-bottom: 0;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body h4 span {
    float: right;
    color: #212a3b;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body h4 span svg {
    margin-left: 10px;
    color: #663399;
    font-size: 16px;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body .orders_list_box {
    display: flex;
    position: relative;
    padding: 10px 0;
    margin-bottom: 20px;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body .orders_list_box .order_quantity {
    font-size: 17px;
    color: #7a819b;
    font-family: 'Conv_Product Sans Regular';
    position: relative;
    line-height: normal;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body .orders_list_box h6 {
    font-size: 16px;
    color: #242d3f;
    font-family: 'Conv_Gordita Medium';
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 0;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body .orders_list_box h6 span {
    font-family: 'Conv_Gordita Regular';
    font-size: 13px;
    display: block;
    margin-top: 15px;
    color: #7a819b;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body .orders_list_box .order_structure {
    display: inline-flex;
    font-size: 14px;
    color: #7a819b;
    font-family: 'Conv_Gordita Regular';
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    line-height: 49px;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body .orders_list_box .order_structure .order_price {
    margin-right: 15px;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body .orders_list_box .order_structure .order_total {
    font-family: 'Conv_Gordita Medium';
    color: #652b91;
    font-size: 17px;
}

.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body ul {
    padding: 30px 0 0 0;
    margin: 30px 0;
    list-style: none;
    border-top: 1px solid #dde0e4;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body ul li {
    font-size: 16px;
    color: #434e64;
    font-family: 'Conv_Gordita Regular';
    margin-bottom: 20px;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body ul li span {
    float: right;
    font-size: 18px;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body h3 {
    font-size: 20px;
    color: #663399;
    font-family: 'Conv_Gordita Medium';
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body h3 span {
    font-size: 23px;
    float: right;
    font-family: 'Conv_Gordita Bold';
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body .btn {
    border: 2px solid #652b91;
    background: #652b91;
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-family: 'Conv_ProductSans-Light';
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    width: 100%;
    border-radius: 0;
    padding: 0;
    letter-spacing: 1px;
    position: relative;
    transition: .5s ease;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body .btn:hover {
    background: #ae00a3;
    border: 2px solid #ae00a3;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body label {
    margin-top: 15px;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body form.payment_form {
    width: 100%;
	margin-top: 15px;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body form.payment_form .form-group {
    width: 100%;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body form.payment_form .form-group:last-child {
    margin-bottom: 0;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body form.payment_form label {
    display: block;
    margin-bottom: 10px !important;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Conv_Gordita Medium';
    color: #5b626f;
	margin-top: 0;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body form.payment_form .input-group {
    width: 100%;
}
.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body form.payment_form .form-control {
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    border-radius: 0;
    border: 2px solid #848587;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    color: #848587;
    letter-spacing: 1px;
}



.order_online {
    background: url(../images/order_online.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 125px;
}
.order_online h2 {
    font-size: 45px;
    font-family: 'Conv_ProductSans-Light';
    margin-bottom: 45px;
    position: relative;
    margin-top: 90px;
    line-height: 50px;
    color: #150720;
}
.order_online h2 span {
    font-family: 'Conv_ProductSans-Black';
    display: block;
}
.order_online h2:before {
    content: "";
    position: absolute;
    left: 2px;
    bottom: -10px;
    background: #ae00a3;
    height: 3px;
    width: 30px;
}

.order_online img{
	max-width: 100%;
}
.order_online h4 {
    font-size: 14px;
    line-height: 32px;
    color: #0f1a2d;
    font-family: 'Conv_Gordita Medium';
    margin-bottom: 30px;
}
.order_online h4 a {
    color: inherit;
}
.order_online p {
    font-size: 14px;
    color: #4b525f;
    line-height: 32px;
    font-family: 'Conv_Gordita Regular';
    margin-bottom: 40px;
}
.order_online a.get_started {
    background: #652b91;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-family: 'Conv_Gordita Bold';
    width: 200px;
    height: 68px;
    line-height: 68px;
    display: inline-block;
    text-align: center;
    position: relative;
	margin-bottom: 20px;
    transition: .5s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	overflow: hidden;
}
.order_online a.get_started:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #ae00a3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.order_online a.get_started:hover:before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.order_online a.get_started:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.checkout_popup_btn_outer {
    position: fixed;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    padding: 15px;
    /*
	background: #fff;
    box-shadow: 0px 5px 20px 4px rgb(0 0 0 / 9%);
	*/
}
.checkout_popup_btn {
    background: #652b91;
    border: 2px solid #652b91;
    border-radius: 70px;
    color: #fff;
    font-size: 20px;
    font-family: 'Conv_ProductSans-Light';
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0 25px;
    position: relative;
	transition:.5s ease;
	display: block;
}
.checkout_popup_btn:hover {
    background: #ae00a3;
	border: 2px solid #ae00a3;
	color: #fff;
}
.checkout_popup_btn .cart_item {
    position: absolute;
    left: 20px;
    top: 0;
}
.checkout_popup_btn .cart_item svg {
    font-size: 17px;
    margin-right: 10px;
}
.checkout_popup_btn .cart_price {
    position: absolute;
    right: 20px;
    top: 0;
    font-weight: 900;
}










.news_letter {
    background: #f4f7fa;
    border-top: 1px solid #e7edf3;
	padding: 35px 0;
}
.news_letter h4 {
    font-size: 16px;
    font-family: 'Conv_Gordita Medium';
    color: #11041b;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.news_letter ul {
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.news_letter ul li {
    display: inline-block;
    margin-right: 10px;
	transition: .5s ease;
}
.news_letter ul li:nth-child(1):hover a {
	background:#3b5998;
	color:#fff;
}
.news_letter ul li:nth-child(2):hover a {
	background:#00acee;
	color:#fff;
}
.news_letter ul li:nth-child(3):hover a {
	background:#0e76a8;
	color:#fff;
}
.news_letter ul li:nth-child(4):hover a {
    background: linear-gradient(322deg, #4285f4, #34a853, #fbbc05, #ea4335);
    color: #fff;
}
.news_letter ul li a {
    height: 46px;
    width: 46px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 46px;
    color: #8f99a6;
    border-radius: 60px;
    font-size: 22px;
    transition: .5s ease;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.news_letter ul li a svg{}

.news_letter form {
    background: #fff;
    border: 1px solid #d3dde7;
    border-radius: 4px;
    position: relative;
}
.news_letter form .form-group {
    width: 100%;
    margin: 0;
}
.news_letter form .form-control {
    border: none;
    border-radius: 4px;
    line-height: 56px;
    height: 56px;
    font-size: 14px;
    color: #8c9cab;
    font-family: 'Conv_Gordita Regular';
    padding: 0 135px 0 35px;
    width: 100%;
}
.news_letter form .subscribe_btn_outer {
    position: absolute;
    right: 6px;
}
.news_letter form .subscribe_btn_outer .btn {
    background: #663399;
    color: #fff;
    font-family: 'Conv_Gordita Medium';
    font-size: 16px;
    border-radius: 0 6px 6px 0;
    width: 120px;
    height: 46px;
    text-align: center;
}
.news_letter form .subscribe_btn_outer .btn:hover {
    background: #ae00a3;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.news_letter p {
    font-size: 12px;
    color: #4b525f;
    font-family: 'Conv_Gordita Regular';
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}
.news_letter .news_letter_blog{}
.news_letter .news_letter_blog a {
    display: inline-flex;
    text-decoration: none;
}
.news_letter .news_letter_blog a img {
    border-radius: 10px;
    width: 90px;
    height: 70px;
    display: inline-block;
}
.news_letter .news_letter_blog a span {
    font-size: 14px;
    color: #28364e;
    font-family: 'Conv_Gordita Regular';
    line-height: 22px;
    margin-left: 20px;
	
}
.news_letter .news_letter_border {
    border-left: 1px solid #dde3ec;
    border-right: 1px solid #dde3ec;
    padding: 0 80px;
}

footer {
    background: #11041b;
    padding-top: 130px;
}
footer .footer_logo{}
footer .footer_logo img {
    /*filter: brightness(100);*/
    max-width: 70px;
}
footer h3 {
    color: #fefefe;
    font-size: 16px;
    font-family: 'Conv_Gordita Medium';
    position: relative;
    margin-bottom: 40px;
}
footer h3:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 3px;
    width: 28px;
    background: #fff;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li{}
footer ul li a {
    color: #ad9eb8;
    display: block;
    font-size: 14px;
    font-family: 'Conv_Gordita Regular';
    line-height: 35px;
    transition: .5s ease;
    text-decoration: none;
}
footer ul li a:hover {
    color: #fefefe;
    text-decoration: none;
    padding-left: 1px;
}
footer ul.footer_bottom {
    border-top: 1px solid rgb(255 255 255 / .10);
    margin-top: 60px;
}
footer ul.footer_bottom li {
    display: inline-block;
    line-height: 105px;
    padding: 0 30px;
    position: relative;
}
footer ul.footer_bottom li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background: #ad9eb8;
    opacity: .3;
    width: 1px;
    height: 24px;
    margin-top: -12px;
}
footer ul.footer_bottom li:last-child:before {
    opacity: 0;
}
footer ul.footer_bottom a {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
}
footer form{}
footer form .form-control {
    font-size: 16px;
    color: #ad9eb8;
    font-family: 'Conv_Gordita Regular';
    border: 2px solid #ad9eb8;
    background: transparent;
    border-radius: 5px;
    height: 52px;
    width: 104px;
    line-height: 52px;
    cursor: pointer;
}
footer form .form-control:focus {
    color: #ad9eb8;
    background: transparent;
	border: 2px solid #ad9eb8;
	box-shadow: none;
}

.user-form{}
.user-form .form-group {
    margin-bottom: 20px;
}
.user-form .form-group label {
    font-size: 14px;
    color: #5b626f;
    font-family: 'Conv_Gordita Medium';
    margin-bottom: 10px;
}
.user-form .form-group .form-control {
    font-size: 16px;
    font-family: 'Conv_ProductSans-Light';
    border-radius: 0;
    border: 2px solid #848587;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    color: #848587;
    letter-spacing: 1px;
}
.user-form .form-group textarea.form-control {
	height: 135px;
}
.cpcha #demo {
    font-size: 20px;
    font-family: 'Conv_ProductSans-Medium';
    border-radius: 0;
    border: 2px solid #848587;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    color: #ae00a3;
    letter-spacing: 1px;
    margin-right: 40px;
    text-align: center;
	display: inline-block;
}
.cpcha svg {
    position: absolute;
    right: 13px;
    margin-top: 18px;
    color: #5b626f;
    cursor: pointer;
}
.user-form .form-group .form-control:focus {
	border: 2px solid #ae00a3;
}
.user-form .form-group.btns {
    display: flex;
    justify-content: space-between;
}
.user-form .btn {
    border: 2px solid #652b91;
    background: #652b91;
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-family: 'Conv_ProductSans-Light';
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    width: 100%;
    border-radius: 0;
    padding: 0;
    letter-spacing: 1px;
    position: relative;
    transition: .5s ease;
    margin-right: 5px;
}
.user-form .btn:hover {
    border: 2px solid #652b91;
    background: #fff;
    color: #652b91;
}
.user-form .btn.resett:hover {
    border: 2px solid #000;
    background: #fff;
    color: #000;
}
.user-form .btn.resett {
    margin-right: 0;
    margin-left: 5px;
    background: #000;
    border-color: #000;
}
.user-form .form-group p {
    font-size: 14px;
    color: #434e64;
    font-family: 'Conv_Gordita Regular';
    margin: 0;
}
.user-form .form-group p a {
    color: #652b91;
    font-weight: 600;
}









@media (max-width: 375px){
	.order_section .order_summary_sidebar {
		padding: 35px 15px 90px 15px;
	}
	.order_section .order_summary_sidebar .orders_list {
		padding: 10px;
	}
	.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure .input-group {
		margin-left: 10px;
	}
	.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure .input-group .input-group-text {
		padding: 0 12px;
		font-size: 16px;
	}
	.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure .input-group .form-control {
		width: 42px;
		font-size: 14px;
	}
	.order_section .order_summary_sidebar .orders_list .orders_list_box .order_structure .order_total {
		font-size: 15px;
	}
}
@media (max-width: 450px){
	.order_section .nav-tabs .nav-item .nav-link {
		padding: 8px 9px;
	}
	header form{
		box-shadow: none;
	}
}
@media (min-width: 576px){
	.home_select{
		display: none;
	}
}
@media (max-width: 575px){
	header form .form-group {
		border-right: none;
	}
	header form .form-group label {
		margin-top: 20px !important;
	}
	header form .scrh_btn_outer .scrh_btn {
		height: 55px;
	}
	header form .form-group .form-control {
		-webkit-appearance: none;
		appearance: none;
		line-height: 55px;
		height: 55px;
	}
	.home_select {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	header form .form-group {
		height: 55px;
	}
	.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body label {
		margin-top: 15px;
		margin-bottom: 25px !important;
	}
	.change_address_modal {
		height: 100%;
		background: #fff;
	}
	.account_modal {
		height: 100%;
		background: #fff;
	}
	.order_modal {
		height: 100%;
		background: #fff;
	}
	.order_modal .modal-dialog {
		margin: 0;
		min-height: 100%;
		max-height: 100%;
	}
	.change_address_modal .modal-dialog {
		margin: 0;
		min-height: 100%;
		max-height: 100%;
	}
	.order_modal .modal-dialog .modal-content {
		min-height: 100%;
		max-height: 100%;
	}
	.account_modal .modal-dialog .modal-content .close {
		right: 20px;
		top: 7px;
	}
	.account_modal .modal-dialog .modal-content .modal-body {
		padding: 45px 20px 0 20px;
	}
	.checkout_modal .modal-dialog .modal-content .close {
		right: 15px;
		top: 16px;
	}
	.order_section .orders_content .orders_box {
		display: block;
		padding: 4px;
	}
	.order_section .orders_content .orders_box .orders_box_img_outer {
		height: 170px;
	}
	.order_section .orders_content .orders_box .orders_box_content ul {
		padding: 0;
		margin: 0;
		border: none;
	}
	.order_section .orders_content .orders_box .orders_box_content h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.order_section .orders_content .orders_box .orders_box_content h5 {
		font-size: 12px;
	}
	.order_section .orders_content .orders_box .orders_box_content h2 span {
		font-size: 12px;
	}
	.order_section .orders_content .orders_box .orders_box_content {
		padding-left: 0;
		padding-right: 0;
	}
	.order_section .tab-content .appetizers_box {
		padding: 4px;
		margin-bottom: 15px;
	}
	.order_section .tab-content .appetizers_box img {
		/*max-height: 170px;*/
	}
	.order_section .order_summary_sidebar {
		padding: 35px 20px 20px 20px;
		min-height: auto;
	}
	.order_section .tab-content .appetizers_box .restaurants_box_content h3 {
		font-size: 13px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.order_section .tab-content .appetizers_box .restaurants_box_content h4 {
		font-size: 12px;
		margin-top: 5px;
		font-family: 'Conv_Product Sans Regular';
	}
	.order_section .tab-content .appetizers_box .restaurants_box_content ul {
		border: none;
		padding: 0;
		margin-top: 0;
	}
	.order_section .tab-content .appetizers_box .restaurants_box_content h5 {
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 5px;
		width: 70%;		
	}
	.order_section .tab-content .appetizers_box .input-group {
		width: 80%;
	}
	.order_online {
		margin-top: 25px;
	}
	footer .col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	footer .col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	footer ul.footer_bottom li {
		line-height: 50px !important;
		padding: 0 8px !important;
	}
	footer ul.footer_bottom a {
		font-size: 14px !important;
	}
	footer form {
		margin-bottom: 50px;
	}
	.order_section {
		margin-top: 15px;
	}
}
@media (max-width: 500px){
	.checkout_modal .modal-dialog .modal-content .modal-body .card.del_address .card-body h4 span {
		float: none;
		display: block;
	}
	.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body .orders_list_box .order_quantity {
		width: 43px;
	}
	.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body .orders_list_box .order_structure {
		left: 58px;
		right: auto;
		top: 60px;
	}
	.checkout_modal .modal-dialog .modal-content .modal-body .card .card-body .orders_list_box {
		margin-bottom: 43px;
	}
}
@media (max-width: 550px){
	.how_it_works img.arrow_1 {
		top: -12px !important;
		height: 30px !important;
	}
	.how_it_works img.arrow_2 {
		top: -14px !important;
		height: 36px !important;
	}
	.news_letter p {
		padding: 0 !important;
	}
	.restaurants .restaurants_content .restaurants_box {
		display: block;
		padding: 4px
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_img_outer {
		min-width: 100%;
		height: 170px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content p {
		font-size: 14px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul li {
		line-height: 28px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul li:first-child:before {
		background: transparent;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content h5 {
		line-height: 25px;
		font-family: 'Conv_Gordita Regular';
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content {
		padding-left: 0;
		width: 100%;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content h3 {
		font-size: 14px;
		margin-top: 5px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul {
		border: none;
		margin: 0;
		padding: 0;
	}
}
@media (min-width: 551px) and (max-width: 767px){
	.restaurants .restaurants_content .restaurants_box .restaurants_box_img_outer {
        
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content {
		padding-left: 20px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_img_outer .restaurants_ribbon {
		height: 30px;
		line-height: 30px;
		width: 65px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_img_outer .restaurants_ribbon:before {
		border-width: 15px 10px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_img_outer svg {
		right: 20px;
		top: 24px;
		font-size: 18px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content p {
		font-size: 14px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content h2 {
		margin-top: 0;
	}
}
@media (max-width: 768px){
	.ckckout_section .dev_stripe .form-group input {
    font-size: 14px;
    padding: 0 15px;
    line-height: 45px;
    min-height: 45px;
}
	.ckckout_section form .comments-box-caption .form-group input, .ckckout_section form .comments-box-caption .form-group select, .ckckout_section form .comments-box-caption .form-group textarea {
    font-size: 14px;
    padding: 0 15px;
    line-height: 45px;
    min-height: 45px;
}
}	
@media (min-width: 576px){
	.account_modal .modal-dialog {
		margin: 20px auto;
		max-width: 450px;
	}
	.checkout_modal .modal-dialog {
		margin: 20px auto;
	}
}
@media (min-width: 576px) and (max-width: 767px){
	.order_section .orders_content .orders_box .orders_box_img_outer {
		min-width: 160px;
		height: 200px;
	}
	.order_section .orders_content .orders_box .orders_box_img_outer .orders_ribbon {
		font-size: 13px;
		height: 30px;
		line-height: 30px;
		width: 55px;
		top: 15px;
		left: -10px;
	}
	.order_section .orders_content .orders_box .orders_box_img_outer .orders_ribbon:before {
		border-width: 15px 10px;
	}
	.order_section .orders_content .orders_box .orders_box_img_outer svg {
		right: 20px;
		top: 22px;
		font-size: 20px;
	}
}
@media (max-width: 767px){
	.restaurant_appetizer.order_section .resp_tab_content .col-6 {
		padding: 0 5px;
		display: flex;
	}
	.restaurant_appetizer.order_section .breadcrumb {
		margin-left: -15px;
		margin-right: -15px;
	}
	.order_section .breadcrumb {
		margin: 0 0 5px 0;
	}
	.resp_tab_content .appetizers_box .restaurants_box_content ul {
		position: absolute;
		top: 5px;
		left: 10px;
	}
	.restaurant_appetizer .orders_content {
		display: none;
	}
	.res_brdcrmb {
		font-size: 14px;
		color: #4f5d78;
		font-family: 'Conv_Gordita Regular';
		line-height: normal;
	}
	.res_brdcrmb span {
		padding-right: 5px;
		color: #4f5d78;
	}
	.res_brdcrmb span:nth-child(even){
		color: #000;
	}
	.order_section .order_summary_sidebar, .ckckout_section .order_summary_sidebar {
		display: none;
	}
	.cart_section .order_summary_sidebar {
		display: block;
	}
	.mobile_chckt_add {
		
	}
	.mobile_chckt_add .deliveryAddress {
		margin-bottom: 10px;
	}
	.mobile_chckt_add .deliveryAddress p {
		text-align: left;
		font-size: 12px !important;
		padding-right: 30px;
		position: relative;
	}
	.mobile_chckt_add .deliveryAddress p span {
		position: absolute;
		right: 0;
		top: 4px;
		font-size: 17px;
		color: #652b91;
		cursor: pointer;
	}
	.ckckout_section h4 {
		margin: 0 0 5px 0;
	}
	.mobile_chckt_add .deliveryAddress p b {
		float: none;
		color: inherit;
		padding-right: 5px;
	}
	.mobile_chckt_add h6 {
		font-size: 15px;
		color: #663399;
		font-family: 'Conv_Gordita Medium';
		margin-bottom: 10px;
	}
	.mobile_chckt_add h6 span {
		font-size: 15px;
		padding-left: 10px;
		font-family: 'Conv_Gordita Bold';
		display: inline;
	}
	 
	.container {
		max-width: 640px;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	header {
		height: 100vh;
	}
	header h1 {
		font-size: 40px;
		margin-top: 30px;
		margin-bottom: 30px;
		line-height: 44px;
	}
	header h1 span {
		display: initial;
	}
	header p {
		display: none;
	}
	header form {
		width: 562px;
	}
	header form .form-group {
		width: 200px;
	}
	header form .form-group .form-control {
		font-size: 14px;
		padding: 0px 20px 0 40px;
	}
	header form .scrh_btn_outer .scrh_btn {
		font-size: 16px;
		width: 150px;
	}
	.restaurants .sidebar {
		padding: 35px;
	}
	.order_section .breadcrumb li {
		line-height: 35px;
	}
	.order_section .order_summary_sidebar .checkout_popup_btn {
		display: none;
	}
	.order_section.cart_section .order_summary_sidebar .checkout_popup_btn {
		display: block;
	}
	.orders_list_sect .orderedblock_outer {
		flex-direction: column;
	}
	.orders_list_sect .orderedblock_outer .foodListing {
		display: flex;
		align-items: normal;
		flex-direction: column;
		margin-top: 15px;
	}
	.orders_list_sect .orderedblock_outer .foodListing .res-order-invo {
		padding: 10px 0;
	}
	.orders_list_sect .orderedblock_outer .foodListing .d-flex {
		align-items: center;
		justify-content: space-between;
	}
	.order_section.cart_section .order_summary_sidebar {
		padding: 35px 20px 40px 20px;
	}
	.order_section .tab-content .appetizers_box .restaurants_box_img_outer {
		/*height: 180px;*/
	}
	.customer_det_sec .orderedblock_outer {
		flex-direction: column;
	}
	.customer_det_sec .orderedblock_outer .foodListing {
		display: flex;
		align-items: normal;
		flex-direction: column;
		margin-top: 15px;
	}
	.customer_det_sec .orderedblock_outer .foodListing .res-order-invo {
		padding: 10px 0;
	}
	.customer_det_sec .orderedblock_outer .foodListing .d-flex {
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	header form {
		width: 686px;
	}
	header form .form-group {
		width: 249px;
	}
	header form .scrh_btn_outer .scrh_btn {
		width: 175px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_img_outer {
		min-width: 270px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content {
		padding-left: 20px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content p {
		font-size: 14px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul li:first-child {
		padding-right: 50px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_content ul li:first-child:before {
		right: 25px;
	}
	.restaurants .restaurants_content .restaurants_box .restaurants_box_img_outer svg {
		top: 23px;
		right: 30px;
		font-size: 24px;
	}
}
@media (min-width: 768px){
	#order_menu_tab .col-lg-4 {
		display: flex;
	}
	.mobile_chckt_add, .res_brdcrmb {
		display: none;
	}
	.checkout_popup_btn_outer {
		display: none;
	}
	header form .form-group select.form-control {
		padding: 0px 10px 0 10px;
	}
	.cart_section .checkout_popup_btn_outer {
		position: relative;
		background: transparent;
		box-shadow: none;
		padding: 0;
		display: block;
	}
}
@media (max-width: 991px){
	.navbar .navbar-nav .nav-link {
		padding: 15px 20px;
		background: #fff;
	}
	.navbar .navbar-collapse{
		position: absolute;
		top: -33px;
		left: 0;
		width: 100%;
		margin-top: 114px;
		z-index: 100000;
		border-bottom: 1px solid #efe9f4;
		border-top: 1px solid #efe9f4;
	}
	.navbar .login_btns {
		margin: 0;
		position: absolute;
		right: 20px;
	}
	.navbar .login_user {
		margin-left: 0;
		margin: 0;
		position: absolute;
		right: 20px;
	}
	.navbar .carticon {
		margin-left: 20px;
	}
	.navbar .login_user img {
		
	}
	.how_it_works p {
		margin-bottom: 75px;
	}
	.how_it_works img.how_it_works_arrow_img {
		display: none;
	}
	.how_it_works img.arrow_1 {
		position: absolute;
		left: 0;
		top: -53px;
		transform: rotate(80deg);
		height: 49px;
		display: block;
	}
	.how_it_works img.arrow_2 {
		position: absolute;
		right: 0;
		top: -53px;
		transform: rotate(-90deg);
		height: 58px;
		display: block;
	}
	.most_popular h2 {
		font-size: 44px;
		margin-top: 50px;
	}
	.most_popular .most_popular_box {
		margin-bottom: 75px;
	}
	.most_popular .most_popular_box p {
		min-height: auto;
	}
	.most_popluar_item .most_popluar_item_box {
		padding-left: 20px;
		padding-right: 20px;
	}
	.most_popluar_item .owl-carousel .owl-nav .owl-prev {
		left: 0px;
	}
	.most_popluar_item .owl-carousel .owl-nav .owl-next {
		right: 0px;
	}
	.most_popular {
		padding-bottom: 65px;
	}
	.featured_item h2 {
		margin-top: 0 !important;
		margin-bottom: 55px !important;
	}
	.most_popluar_item h2 {
		margin-bottom: 45px;
		margin-top: 120px;
	}
	.order_online h2 {
		font-size: 44px;
		text-align: center;
		line-height: 38px;
		margin-bottom: 30px;
		margin-top: 25px;
	}
	.order_online h2:before {
		left: 50%;
		margin-left: -15px;
	}
	.order_online h4 {
		font-size: 15px;
		text-align: center;
		margin-bottom: 35px;
	}
	.order_online p {
		display: none;
	}
	.order_online a.get_started {
		margin: 0 auto;
		display: none;
	}
	.order_online a.get_started.get_started_res {
		display: block;
		margin-bottom: 65px;
		margin-top: 45px;
	}
	.news_letter {
		padding: 70px 0;
	}
	.news_letter ul {
		margin-bottom: 50px;
	}
	.news_letter p {
		padding: 0 65px;
	}
	.news_letter .news_letter_border {
		border-top: 1px solid #dde3ec;
		border-bottom: 1px solid #dde3ec;
		padding: 45px 50px;
		border-left: none;
		border-right: none;
	    margin-bottom: 40px;
	}
	.news_letter .news_letter_blog {
		padding: 0 30px;
	}
	.order_section .nav-tabs, .order_section .tab-content {
		display: none;
	}
	.resp_tab_content, .resp_tab_content .nav-tabs, .resp_tab_content .tab-content{
		display: block !important;
	}
	.resp_tab_content {
		margin-top: 0px;
	}
	.order_section .orders_content .orders_box {
    	margin-bottom: 20px;
	}
	.order_section .nav-tabs {
		margin-top: 75px;
	}
	.order_section .nav-tabs .nav-item {
		display: inline-block;
	}
	/*
	.order_section .tab-content h2 {
		font-size: 20px;
	}
	*/
	footer {
		padding-top: 80px;
	}
	footer ul.footer_bottom {
		margin-top: 0;
		padding: 25px 0;
		text-align: center;
		margin-bottom: 0;
	}
	footer ul.footer_bottom li {
		line-height: 57px;
		padding: 0 30px;
	}
	footer .footer_logo img {
		width: 52px;
	}
	footer ul {
		margin-bottom: 60px;
	}
	.restaurants .restaurants_content {
		padding-left: 0;
	}
	.restaurants .restaurants_resp .breadcrumb {
		display: flex;
	}
	.restaurants .breadcrumb {
		display: none;
	}
	.restaurants .restaurants_resp h1 {
		display: block;
	}
	.restaurants h1 {
		display: none;
	}
	.restaurants .restaurants_resp .modify_srch_btn {
		display: block;
		margin-bottom: 25px;
	}
	.restaurants .modify_srch_btn {
		display: none;
	}
	.restaurants .restaurant_sortby {
		position: relative;
		margin-top: 60px;
		display: none;
	}
	.restaurants .restaurants_resp .restaurant_sortby {
		margin-bottom: 25px;
		margin-top: 0;
		display: none;
		width: 100%;
		justify-content: flex-end;
	}
	.restaurants .sidebar {
		padding: 20px;
		margin-bottom: 20px;
	}
	.restaurants .sidebar h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.restaurants .sidebar .form-group {
		position: relative;
		margin: 0;
	}
	.resp_filter_btn {
		background: #652b91;
		border-radius: 5px;
		background: #652b91;
		color: #fff;
		font-size: 16px;
		font-family: 'Conv_Gordita Medium';
		height: 52px;
		width: 120px;
		cursor: pointer;
		line-height: 50px;
		display: block;
		text-align: center;
		position: relative;
		right: 0;
		transition: .5s ease;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
		overflow: hidden;
	}
.resp_filter_btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #ae00a3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.resp_filter_btn:hover:before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.resp_filter_btn:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.resp_filter_btn svg {
		margin-right: 5px;
	}
}
@media (min-width: 992px){
	.how_it_works p br {
		display: none;
	}
	.how_it_works img.arrow_1, .how_it_works img.arrow_2{
		display: none;
	}
	.get_started_res {
		display: none !important;
	}
	.restaurants_resp {
		display: none !important;
	}
	.resp_filter_btn{
		display: none !important;
	}
}	

@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
	
}

@media (max-width: 450px){
	.navbar .login_btns .login_btn {
		font-size: 14px;
		width: 102px;
	}
	.navbar .login_btns .signup_btn {
		
	}
	header form {
		width: 100%;
		background: transparent;
	}
	header form .form-group {
		width: 100%;
		margin-bottom: 15px;
	}
	header form .scrh_btn_outer {
		padding: 0;
		text-align: center;
		width: 100%;
	}
	header form .scrh_btn_outer .scrh_btn {
		width: 100%;
		height: 55px;
	}
	.restaurants h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.restaurants h1:before {
		bottom: 0px;
	}
}
@media (max-width: 600px){
	header form .form-group label {
		position: absolute;
		margin-top: 28px;
	}
	.checkout_popup_btn{
		font-size:14px;
	}
}
@media (min-width: 400px) and (max-width: 450px){
	header h1 {
		margin-top: 110px;
	}
}
@media (min-width: 375px) and (max-width: 399px){
	header h1 {
		margin-top: 70px;
	}
}
@media (min-width: 300px) and (max-width: 374px){
	header h1 {
		margin-top: 22px;
	}
}
#testdiv {
    position: absolute;
    z-index: 9999;
    padding: 10px 15px;
    max-width: 40%;
    min-width: 20%;
    right: 0px;
    text-align: left;
    font-size: 16px;
    background: #4CAF50;
    line-height: 2;
    margin: auto;
    box-shadow: 2px 1px 3px #444;
    display: none;
}
#testdiv {
    color: #ffffff;
}
@media screen and (device-height: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
 
.checkout_popup_btn{
	    font-size: 15px;
	}
}