body {
	font-family: 'Jost';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	background: #F0EFEF;
	overflow-x:hidden
}
a, a:hover {
	color: #D8213B;
}
header {
	margin-bottom: 40px;
}
header .navbar-nav{
	padding-top:.3125rem
}
header .navbar-nav li {
	line-height:30px;
}
.users_login header, .users_register header, .users_password header {
	margin-bottom: 0;
}
.logo {
	width:100px
}
.fee {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	letter-spacing: 0.01em;
	color: rgba(0, 0, 0, 0.6);
	float: right;
	text-transform: capitalize;
}
/** Menu **/
}
/** offcanvas **/
.offcanvas-active{
	overflow:hidden;
}
.screen-overlay {
	height: 100%;
	z-index: 1021;
	position: fixed;
	top: 0;
	left: 0;
	opacity:0;
	visibility:hidden;
	background: rgba(0, 0, 0, 0.6);
	transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
	transition:opacity .5s ease, width 0s;
	opacity:1;
	width:100%;
	visibility:visible;
}

.offcanvas{
	width:350px;
	visibility: hidden;
	transform:translateX(-100%);
	transition:all .2s;
	border-radius:0; 
	box-shadow: 0 5px 10px rgba(0,0,0, .2);
	display:block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1200;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}
.offcanvas.offcanvas-right {
   right: 0;
   left: auto;
   transform: translateX(100%); 
 }
.offcanvas.show{
	visibility: visible;
	transform: translateX(0);
	transition: transform .2s;
}
.offcanvas {
	background:#f7f7f7
}
#offcanvas-navigation {
	background: #D8213B;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}

.cms-box a {
	color:#fff;
	font-size:18px;
	padding-left: 0;
}
.search {
	background: #FFFFFF;
	border-radius: 20px;
	opacity:.7
}
.search .form-control {
	background: transparent;
	border-radius: 0 20px 20px 0;
	border: 0;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	height: 3rem;
	padding:0
}
.search:focus-within {
	opacity:1
}
.search .form-control:focus, .search .form-control:active {
	box-shadow: none;
}
::-webkit-input-placeholder { /* Edge */
	color: rgba(0, 0, 0, 0.4);
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(0, 0, 0, 0.4);
}
::placeholder {
	color: rgba(0, 0, 0, 0.4);
}

.account-nav a, .account-nav {
	color:#fff;
	font-weight: 500;
	font-size: 20px;
}
.account-nav a i {
	float:right
}
/** End Menu **/
.item-wrapper {
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05)) drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
	margin: 18px 0px;
	border-radius: 30px;
	position: relative;
}
.item-img {
	position:relative;
	display: block;
}
.item-img > img {
	border-radius:30px;
	max-height: 190px;
	min-height: 190px;
	width: 100%;
	object-fit: cover;
}
.closed-merchants .item-img > img, .sneakpeak-merchants .item-img > img { 
	opacity:0.5
}
.item-content {
	position:absolute;
	bottom:0;
	background:#fff;
	border-radius:0 0 30px 30px;
	width: 100%;
	padding: 15px 10px;
}
.hover-wrapper {
	position:absolute;
}

.item-name {
	font-family: Jost;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color:#000;
	margin: 0;
}
.item-name a {
	color:#000
}
.product-line .item-name {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item-excerpt {
	font-family: Jost;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.5);
	vertical-align: middle;
	display: inline-block;
}
.item-content .item-excerpt {
	width:63%
}
.merchant-infos .item-excerpt {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product-line .item-excerpt {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item-excerpt i {
	display: inline-block;
	background: #FBA2AC;
	width: 3px;
	height: 3px;
	margin: 0px 10px;
	vertical-align: middle;
}
.item-delay {
	font-weight: normal;
	font-size: 12px;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.5);
	width: 34%;
	display: inline-block;
	text-align:right;
	white-space: nowrap;
}
.item-note {
	position: absolute;
	right: 0px;
	top: 44px;
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.8);
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	color: #FFFFFF;
	text-align:center;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05)) drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
	border-radius: 30px 0 0 30px;
	padding: 2px 20px;
}

.product-row {
	margin: 10px 0px;
	border-radius: 20px;
	background:#fff
}
.product-thumb {
	border-radius: 0 20px 20px 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
	max-height: 195px;
}
.product-row   a.add-to-cart {
	background: #D8213B;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	line-height: 25px;
}
.product-price {
	color:#D8213B;
	font-weight: 500;
	font-size: 18px;
}
.category-row h2 {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 2px;
}

.navbar-nav-top a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	vertical-align: middle;
}
a.nav-link-cart {
	background: #D8213B;
	border-radius: 20px;
	color:#fff;
	font-weight: normal;
	font-size: 16px;
	padding: 3px 10px;
}

.cart-line {
	background: #fff;
	border-radius: 30px;
	border: 1px solid #F0EFEF;
}
.cart-line .p-name {
	display:block;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #000;
}
.cart-line .subtotal {
	display:block;
	font-size: 14px;
	font-weight: normal;
}
.cart-line .wrap-img {
	position:relative
}
.cart-line .wrap-img img{
	border-radius: 10px;
}
.cart-line .wrap-img .qty{
	background: #D8213B;
	border-radius: 50%;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	width: 20px;
	position: absolute;
	height: 20px;
	text-align: center;
	line-height: 20px;
	left: -10px;
	top: 50%;
	margin-top: -10px;
}
.cart-checkout {
	background: #D8213B;
	border-radius: 30px;
	color: #fff;
	width: 100%;
	padding-top:15px;
	padding-bottom:15px;
}
.cart-checkout:hover, .cart-checkout:active, .cart-checkout:focus {
	color: #fff;
}
.title {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.8);
}
.merchant-name {
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	color: #000;
}
.close-canvas {
	position:absolute;
	right: 8px;
	top: 8px;
	z-index: 5;
}
.nav-devider {
	background: rgba(255, 255, 255, 0.5);
	height:1px
}
#offcanvas-navigation .close-canvas {
	position:static;
}
.modal-content .close {
	position: absolute;
	right: 10px;
	top: 5px;
	opacity: 1;
	cursor: pointer;
	z-index: 1;
}
#cc-modal  .modal-dialog {
	
}
#cc-modal  .modal-content {
	
}
.product-name {
	font-weight: 500;
	font-size: 25px;
}
.product-cover {
	border-radius: 30px;
	width: 100%;
	object-fit: cover;
	max-height: 350px;
}
.controls {
	border: 1px solid #E7E7E7;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	cursor:pointer
}
.quantity_wanted {
	width: 50px !important;
	text-align: center;
	border: 0 !important;
	vertical-align: middle;
	margin: 0 !important;
}
.merchant h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 36px;
}
.merchant h2 i {
	font-size: 11px;
	margin-left: 10px;
	color: #e18585;
	vertical-align: middle;
}
/** tabs **/
.tabs {
	margin:0 auto
}
.tabs ul{
	padding:0;
	margin:0
}
.tabs li {
	display:inline-block;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 30px;
	text-align:center;
	padding:15px;
	margin: 0 10px;
	height:105px;
	vertical-align: middle;
	min-width:100px
}
.tabs li.active {
	background: #FFFFFF;
}
.tabs li a{
	font-size: 13px;
	line-height: 19px;
	color:#4A4A4A;
	letter-spacing: 0.03em;
}
.tabs li a i{
	display: block;
	text-align:center;
	line-height:43px
}
.tabs li.active a{
	color: #D8213B;
}
.tabs li a i img{
	
}
.tabs li a span{
	display;block
}
.tabs li h2 {
	margin:0
}
.hours {
	margin-top:30px;
	padding-top:30px;
	border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}
.hours, .hours dt {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #000000;
	font-weight:400;
}
.scroll {
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.scroll::-webkit-scrollbar {
  display: none;
}
.output {
	min-height:500px
}
.tags  {
	margin:25px auto 0;
}
.tags a {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 15px;
	font-weight: normal;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.05em;
	color: #4A4A4A;
	display:inline-block;
	padding: 3px 10px;
}

.tags li.active a{
	color: #D8213B;
	background: #FFFFFF;
}
/** end tabs **/

footer {
	background: #D8213B;
	color:#fff
}
.footer-links {
	padding:0;
	margin:0;
	list-style-type: none;
}
.footer-links a {
	color:#fff
}
footer h3 {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin:0 0 10px 0
}
.footer-logo {
	vertical-align:middle;
	margin-right:20px;
	width:100px
}
.copyright {
	font-weight: normal;
	font-size: 10px;
	line-height: 23px;
	vertical-align:middle
}
.glim-alert {
	background: #000000;
	color:#fff
}
.cover {
	
}
.cover img {
	width:100%;
	object-fit:cover;
	max-height: 185px;
	border-radius: 20px;
}
.merchant-infos span {
	width:auto;
	margin-right: 50px;
	vertical-align: middle;
}
.merchant-infos .btn-link {
	font-weight: 500;
	font-size: 14px;
	vertical-align: middle;
	color: #D8213B;
	float: right;
}
.cart-sidebar {
	background:#fff
}
.btn-link-red, .btn-link-red:hover {
	font-weight: 500;
	font-size: 14px;
	vertical-align: middle;
	color: #D8213B;
}
.page-header {
	background: url(../../icons/mountain.svg) #D8213B no-repeat;
	background-position: right bottom;
}
.page-header .page-name{
	font-weight: 500;
	font-size: 25px;
	color: #FFFFFF;
	padding: 75px 0 25px 25px;
	margin: 0;
}

.page-header .page-name small{
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.7);
	display:block;
}
.confirmation b {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #000000;
}
.confirmation, .confirmation p {
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.7);
}
.confirmation a {
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
}
/** Account **/
.account-wrapper {
	background:url(../images/account-bg.jpg) no-repeat;
	width: 100vw;
	min-height: 100vh;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	background-size: cover;
	padding: 100px 0;
}
.account-popup {
	width:545px;
	max-width:90%;
	margin:0 auto;
	
	background: #F0EFEF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05), 0px 2px 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}
.account-popup h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 25px;
}
.account-popup .page-header {
	border-radius: 20px 20px 0 0;
}
input.form-control, textarea.form-control, select.form-control {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #E7E6E6;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 15px 20px 0 20px;
	height: 50px;
}
textarea.form-control {
	height: 150px;
}
select.form-control {
	padding: 15px 10px 0 10px;
}
.switch label .lever {
	position:absolute;
	right:0
}
.switch label {
	padding-right:50px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.7);
}
.switch label input[type="checkbox"]:checked + .lever {
    background-color: #000;
}
.switch label input[type="checkbox"]:checked + .lever::after {
    background-color: #fff;
}
.input-field label.active {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	background: #D8213B;
	border-radius: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	width: 100%;
	border: 0;
	padding: 1.2rem 1rem;
}
.step {
	display:none
}
.step.active {
	display:block
}
.alert-danger {
	background: #FFD6DB;
	box-shadow: 2px 3px 10px rgba(216, 33, 59, 0.2);
	border-radius: 30px;
	padding:15px 35px;
	color:#000
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.orders-line {
	background: #FFFFFF;
	border: 1px solid #F0EFEF;
	box-sizing: border-box;
	border-radius: 20px;
	font-weight: normal;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
	margin: 15px 0;
}
.orders-line img {
	border-radius: 10px;
	height:86px;
	width:86px;
	object-fit:cover
}
.orders-line .state {
	border: 1px dashed #000000;
	border-radius: 10px;
	padding: 2px 10px;
	display:inline-block;
	font-weight: 500;
	font-size: 16px;
	margin:0
}
.gray-panel {
	position:relative;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	padding:20px
}
.gray-panel .edit{
	position:absolute;
	right:20px;
	top:20px;
}
.account {
	width:90%;
	margin:0 auto
}
.account h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 43px;
	color: #000000;
}
.account h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.8);
	text-transform:uppercase
}

.order-header {
	background: #000000;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.8);
	padding: 40px 25px 20px;
}
.order-header .order-name{
	font-weight: 500;
	font-size: 25px;
	line-height: 36px;
	color: #FFFFFF;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
	padding:0;
	background: #E5E5E5;
}
.btn-outline-dark {
	border: 1px solid rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	border-radius: 30px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #000000;
	padding: 12px 30px;
}
.page-center {
	width:600px;
	max-width:100%;
	margin:0 auto;
	background: #fff;
	padding-bottom: 30px;
}
h5 {
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
}
a.dark {
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
}
.states  {
	width:100%;
	margin: 25px 0;
	font-size: 0;
}
.states li:before {
	content:"";
	border: 1px dashed #707070;
	width: 100%;
	position: absolute;
	top: 10px;
	left:0
}
.states li.barred:before {
	content:"";
	border: 1px solid #000;
	width: 100%;
	position: absolute;
	top: 10px;
	left:0
}
.states li {
	padding: 0;
	text-align: left;
	width: 30%;
	margin: 0 !important;
	font-size: 0;
	position: relative;
}
.states li:last-child {
	width: 7%;
	text-align: right;
}
.states li i{
	background: #FFFFFF;
	border: 1px solid #707070;
	width:13px;
	height:13px;
	display:inline-block;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}
.states li.active i{
	background: #000;
	border: 1px solid #000;
}
.left-right {
	overflow:hidden
}
.left {
	float:left;
	max-width: 70%;
}
.right {
	float:right;
	max-width: 30%;
}
.alert .fa-exclamation-circle {
	color: #D8213B;
	position:absolute;
	left:13px;
	top:18px !important
}
.alert .close {
	text-shadow:none;
	color:#838383;
	opacity:1;
	font-size:16px;
	font-weight:normal;
	top:17px !important
}
.alert-infos {
	background: rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05), 0px 2px 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.8);
	padding: 10px 20px 10px 40px;
	margin-bottom: 20px;
	position: relative;
}

.alert-infos i {
	position: absolute;
	left: 10px;
	font-size: 20px;
	top: 50%;
	margin-top: -10px;
}

.alert-light {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	color: #000000;
	padding: 10px 20px 10px 60px;
	position: relative;
}

.alert-light i {
	position: absolute;
	left: 10px;
	font-size: 20px;
	top: 50%;
	margin-top: -20px;
}

.store-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.05em;
	text-transform:uppercase;
	color: #000000;
	margin: 40px 0 20px;
}
.item-voucher {
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.5);
	text-transform:uppercase;
	margin-top: 15px;
}
.item-voucher span {
	color: #000000;
}
/** End Account **/

#bottom-popup {
	
}
#bottom-popup  .modal-dialog-centered {
    min-height: 100%;
	align-items: flex-end;
	margin: 0 auto;
}
#bottom-popup  .modal-content {
   border-radius: 30px 30px 0 0;
}
.offer h5 {
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.5);
	text-transform:uppercase
}
.offer .btn-dark {
	border-radius: 30px;
}
.btn-dark-radius, .btn-dark-radius:hover {
	border-radius: 30px;
	background: #000000;
	border: 1px solid #000000;
	box-sizing: border-box;
	padding: 14px 60px;
	color: #fff;
	font-weight: 500;
}
.btn-link, .btn-link:hover {
	color:#000
}
.dark-link {
	font-weight: 500;
	font-size: 16px;
	color: #000000
}
.alert-bottom {
	position: fixed;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 400px;
	max-width: 90%;
	z-index: 10;
	background: #FFFFFF;
	box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}
.in-progress {
	border-left:5px solid #D8213B;
	padding-left: 20px;
}
.in-progress a {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
}
.in-progress h4 {
	font-weight: normal;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0.01em;
	color: #000000;
	margin: 0;
}
.in-progress h5 {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: rgba(0, 0, 0, 0.7);
	margin: 0;
}

.rating ul {
	padding:0;
	list-style-type:none
}
.rating  {
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: rgba(0, 0, 0, 0.7);
}
.rating h5 {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.01em;
	color: rgba(0, 0, 0, 0.7);
	margin: 0;
}
.switch h5 {
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: #000000;
}
.categories-anchors {
	padding: 0 10px;
	width:100%;
	
	left:0
}
.categories-anchors.fixed {
	background: #fff;
	position:fixed;
	z-index:30;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.categories-anchors ul {
	margin:0;
}
.regular {
	font-size: 16px;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.5);
}
.categories-anchors a {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #4A4A4A;
	text-transform:uppercase;
	display: inline-block;
	padding: 7px 15px;
	border-bottom: 3px solid transparent;
}
.categories-anchors a.active {
	border-bottom: 3px solid #D8213B;
	color:#D8213B
}
.text-note {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: rgba(0, 0, 0, 0.6);
}
.text-note a {
	color: #D8213B;
}
.days {
	text-align:center;
}
.btn-primary.disabled, .btn-primary:disabled {
	background: #D8213B;
	border-color: #D8213B;
}
.day {
	display:inline-block;
	background: #FFFFFF;
	border: 1px solid #F0EFEF;
	border-radius: 20px;
	font-weight: 500;
	font-size: 16px;
	text-align:center;
	padding: 20px 15px;
	margin: 0 15px;
	color: #4A4A4A;
	cursor:pointer
}
.day.disabled {
	cursor:inherit;
	opacity: 0.5;
}
.order_time br {
	display:none
}
.order_time span:before {
	content:", "
}
.day.selected {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05), 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.shipping_method .lbl {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.01em;
	color: #D8213B;
	cursor:pointer
}
.day span {
	font-size: 30px;
	text-align: center;
	color: #4A4A4A;
}
.day.selected {
	font-weight: 500;
	color: #000;
}
.day.selected span {
	color: #D8213B;
}
.switch {
	position:relative
}
.menu_filtres  {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}


.hundred-percent-container, .join-us {
	border-radius: 20px;
}

.hundred-percent-container .hundred-percent-image {
	width: 50px;
}

.hundred-percent-container .hundred-percent {
	font-size: 46px;
	color: #D50032;
	line-height: 75px;
}

.hundred-percent-container .service-delivery ul li {
	list-style: none;
	display: flex;
}

.hundred-percent-container .service-delivery ul li img {
	max-height: 25px;
}

.join-us {
	margin-top: 5rem;
}

.join-us .img-join-us {
	position: relative;
	padding: 0;
	max-height: 561px;
}

.join-us .img-join-us img {
	width: 100%;
	height:100%;
	object-fit:cover
}

.join-us .text-join-us .conditions-join li {
	list-style: none;
	position: relative;
	padding-left: 19px;
}

.join-us .text-join-us .conditions-join li img {
	max-height: 10px;
    position: absolute;
    left: 0;
    top: 7px;
}

.driver {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 10px 10px 10px 80px;
	position: relative;
	margin-left: 66.5px;
	margin-top: 90px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.7);
}
.driver img {
	position: absolute;
	left: -66.5px;
	top: -67.5px;
	width: 133px;
	height: 135px;
	object-fit: cover;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.05)) drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
	border-radius: 50%;
}
.driver h3 {
	margin:0;
}
.driver p {
	margin:15px 0 0 -30px ;
}
.popup {
	cursor:pointer
}
.modal {
    z-index: 1400;
}
@media screen and (max-width: 991px) {
	.container {
		max-width: 96% !important;
	}
	.account {
		width: 100% !important;
	}
}
@media screen and (min-width: 1306px) {
	.merchant #offcanvas-cart {
		visibility: visible;
		transform: translateX(0);
		transition: transform .2s;
		box-shadow:none;
		border-left: 0.5px solid rgba(0, 0, 0, 0.5);
		top: 55px;
		background: #F0EFEF;
	}
	.merchant .cart-sidebar {
		background:transparent
	}
	.merchant #offcanvas-cart .close-canvas { 
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.cover {
		width: 100vw;
		position: relative;
		margin-left: -50vw;
		left: 50%;
	}
	.cover img {
		width:100%;
		object-fit:cover;
		max-height: 115px;
		border-radius: 0;
	}
	
	.modal-fullscreen {
	  padding: 0 !important;
	  z-index: 99999;
	}
	.modal-fullscreen .modal-dialog {
		width: 100%;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen .close {
		
	}
	.order-header {
		border-radius:0
	}
	.input-field label {
		font-size: 16px;
	}
	.input-field label.active {
		font-size: 10px;
	}
	
	.hundred-percent-container {
		position: relative;
	}
	
	.hundred-percent-container>div {
		margin-bottom: 5rem;
	}
	
	.service-delivery {
		position: absolute;
		top: 76%;
	}
	
	.join-us {
		margin-top: 27rem;
	}
	
	.join-us .img-join-us {
		padding-top: 100%;
	}
	
	.account h4 {
		font-weight: normal;
		font-size: 16px;
		line-height: 23px;
	}
	.shipping_method .lbl {
		font-size: 14px;
	}
	.btn-outline-dark {
		padding: 12px 15px;
		font-size: 14px;
	}
	
	#details {
	  padding: 0 !important;
	  z-index: 99999;
	}
	#details  .modal-dialog {
		width: 100%;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	#details  .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
}

@media screen and (max-width: 576px) {
	.join-us .img-join-us {
		max-height: 301px;
	}
	.alert-bottom {
		width:96%
	}
}

@media screen and (max-width: 350px) {
	.logo {
		width: 80px;
	}
	header .container {
		padding-left:2px;
		padding-right:2px
	}
}

@media screen and (min-width: 1340px) {
	.container {
		max-width:1300px
	}
}