
* {
	/*overflow-y: scroll;  has to be scroll, not auto */
 /* -webkit-overflow-scrolling: touch; */
}

body, html
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
	overflow-y: auto; /* has to be scroll, not auto */

	-webkit-overflow-scrolling: touch;
}

body {
	overflow:hidden !important;
}

html {
	height:auto;
}
.dark_version h2,
.dark_version h1,
.dark_version h3,
.dark_version h4,
.dark_version h5 {
	color:#fff;
}
.home
{
	overflow: hidden;
	background: #fff;
	height: 100%;
	width: 100%;
	position: relative;
}



.logo
{
	margin-top: 25px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	width: 100%;
	z-index: 1;
}
.logo img
{
    margin: 0 auto;
    display: block;
    width: 200px;
}

.slider
{
	background: url(../img/slider_1.jpeg);
	background-color: #000;
	background-position: center;
	background-size: cover;
	width: 100%;
	position: fixed;
	height: 100%;
	top: 0;
	bottom: 0;
	/*animation: fadeIn 5s infinite ease-in-out;*/
}
.slider .filter
{
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5);
}

.menu
{
	position: relative;
	z-index: 1;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
}

.menu li
{
	position: relative;
	display: inline-block;
    width: 24.63%;
    height: 100%;
}
.menu li:hover
{
	background: rgba(230, 126, 34, .8);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.menu li a
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 20px;
}
.header
{
	background: #000;
    height: 50px;
    position: fixed;
    overflow: hidden;
    width: 100%;
    top: 0;
    z-index: 3;
}

#step-1, #step-2, #step-3, #step-4
{
	position: relative;
	top: 10px;
	height: 100%;
	padding: 15px 0;
	overflow-y: scroll;
}

.header .square
{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 2;
	position: absolute;
}
.header .square:hover { background-color: rgba(255, 255, 255, 0.2); !important; }
.header .square.left { left: 0; }
.header .square.right { right: 0; }

.header .title
{
    /* left: 50%; */
    top: 13px;
    /* line-height: 60px; */
    width: 100%;
    text-align: center;
    position: absolute;
    /* transform: translateX(-50%); */
}
.header .title h1
{
    color: #fff;
    font-size: 21px;
}

ul.list
{
	padding: 0;
	margin: 25px 0;
	list-style: none;
}
ul.list li
{
	border-bottom: none;
	position: relative;
	height: 500px;
	background-size: cover;
	background-position: center;
}
ul.list li .footer
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	padding: 5px;
}
ul.list li .footer .title
{
	color: #fff;
	margin-left: 5px;
}
ul.list li .footer .price
{
    float: right;
    margin-right: 5px;
    color: #fff;
}
ul.list li .product
{
	width: 100px;
	height: 100px;
}

.cart .total
{
	position: absolute;
    bottom: 150px;
    right: 15px;
}

.cart .list
{
    margin-top: 10px;
}
.cart .quantity
{
	color: #7b7b7b;
}
#step-4 .product
{
	position: relative;
	width: 100%;
	height: 90%;
	margin-top: 25px;
}

#step-4 .filter
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 1;
}

#step-4 .product img, .cart .product img
{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
}
#step-4 .footer
{
	position: absolute;
	padding: 5px;
	background: rgba(0, 0, 0, .6);
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	z-index: 1;
}
#step-4 .footer .title,
.footer .title
{
	margin-left: 5px;
}
#step-4 .footer .price,
.footer .price
{
	float: right;
	margin-right: 5px;
}

#step-4 .add,
.add
{
  color: #fff;
  text-transform: uppercase;
  border: none;
}

#step-4 .options,
.options
{
	padding: 10px;
}




#step-4 .description,
.description
{
	padding: 5px 10px;
	font-style: italic;
}

#step-4 .checkbox,
.checkbox
{
	border-bottom: 1px solid #bdc3c7;
	padding: 5px 10px;
	position: relative;
	line-height: 25px;
}
#step-4 label,
label
{
	display: inline;
}

.cart
{
    width: 100%;
    /* height: 100%; */
    z-index: 2;
    /* position: fixed; */
    background: #fff;
    display: none;
    /* top: 50px; */
}

.cart ul.list {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    height: auto;
    border-bottom: 2px solid grey;
}
.cart .list li:last-child
{
	margin-bottom: 0px;
}
.dark_version .cart .list li {
	background: rgba(46, 46, 63,1);
	-webkit-box-shadow: 0px 2px 8px 0px rgb(8, 7, 7);
	-moz-box-shadow: 0px 2px 8px 0px rgb(8, 7, 7);
	box-shadow: 0px 2px 20px 0px rgb(8, 7, 7);
}
.cart .list li
{
	padding: 5px;
	border-radius: 15px;
	position: relative;
	-webkit-box-shadow: 0px 2px 8px 0px rgb(202, 197, 197);
	-moz-box-shadow: 0px 2px 8px 0px rgb(202, 197, 197);
	box-shadow: 0px 2px 20px 0px rgb(202, 197, 197);
	height:auto;
	min-height:100px;
	margin-bottom: 15px;
}
.accompagnements_list {
	padding-left:110px;
}
.accompagnements_list span {
	display:block;
}
.cart .list li .price
{
    color: var(--main-theme-color);
}
.main_option {
	font-weight:bold;
}
.cart .list li .selector .square
{
	padding: 5px 15px;
	display: inline-block;
	text-align: center;
	background: var(--main-theme-color);
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.cart .list li .selector .square:first-child
{
	margin-right: 5px;
}
.no-products
{
	text-align: center;
    width: 100%;
    position: absolute;
    top: 30px;
}
.cart .substracts
{
	list-style: none;
    padding: 0;
}
.cart .substracts li
{
	border: none;
	margin: 0;
	padding: 1px;
}
.cart .substracts li:last-child
{
	border-bottom: none;
}
#cart-valid
{
    position: fixed;
    bottom: 0;
    background: #27ae60;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    height: 50px;
}
#authentification
{
    position: relative;
    top: 10px;
    height: 100%;
    padding: 15px 0;
    display: none;
    background: url(/assets/img/slider_3.jpg);
    background-size: cover;
    background-position: center;
    overflow-y: scroll;
}
#livraison
{
	position: relative;
	top: 50px;
	height: 100%;
	width: 100%;
	padding: 15px;
	display: none;
	overflow-y: scroll;
}

#livraison h5
{
    font-size: 13px;
    text-align: center;
}
#livraison h3
{
	font-size: 17px;
}

#livraison .addresse-livraison, #livraison .temps-livraison, #livraison .heure-livraison, #livraison .promo-livraison, #livraison .paiement-livraison
{
	border: 1px solid #bdc3c7;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 10px;
	height: 80px;
}

#livraison .promo-livraison input[type=text]
{
	width: 100%;
    padding: 6px;
    border: 1px solid #ecf0f1;
    border-radius: 3px;
}

#livraison .temps-livraison span
{
	text-align: center;
    display: block;
    font-size: 23px;
    font-weight: 600;
}
#livraison .addresse-livraison select,
#livraison .heure-livraison select,
#livraison .paiement-livraison select
{
	text-align-last: center;
	width: 100%;
  padding: 6px;
  border: 1px solid #ecf0f1;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important;
	background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important;
}

#livraison .paiement-livraison select
{
	padding: 21px;
}

#livraison .btn-confirmation
{
	padding: 6px;
    background: #27ae60;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
}
#authentification .filter
{
	height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .7);
}

#authentification .logo
{
	margin-top: 25px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	width: 100%;
	z-index: 1;
}

#authentification .login-form
{
    position: relative;
    text-align: center;
    padding: 10px 40px;
    color: #fff;
}

#authentification .login-form label
{
	position: absolute;
}

#authentification .login-form input[type=text],
#authentification .login-form input[type=password]
{
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff;
    outline: none;
    margin-top: 40px;
    margin-bottom: 10px;
}

#authentification .login-form a
{
	float: right;
    color: #fff;
    font-weight: 100;
}

#authentification .login-form .btn-login
{
	background: var(--main-theme-color);
    width: 100%;
    margin-top: 30px;
    color: #fff;
    padding: 6px;
    border-radius: 3px;
    border: none;
}

.login-others
{
	display: block;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 10px 40px;
}

.login-others:before
{
	content: "";
    width: 30%;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 23px;
    left: 0;
}
.login-others:after
{
	content: "";
    width: 30%;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 23px;
    right: 0;
}

.btn-facebook
{
	background: #3B5998;
    display: block;
    color: #fff;
    border: none;
    padding: 6px;
    border-radius: 3px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.container
{
	position: relative;
	margin-right: auto;
  margin-left: auto;
}

.products-nbr
{
	background: var(--main-theme-color);
    position: absolute;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 12px;
    right: 20px;
    top: 6px;
    display: none;
}


.btn
{
	margin-bottom: 5px;
}
.btn.green
{
	background: #27ae60;
	color: #fff;
}
.btn.red
{
	background: var(--main-theme-color);
	color: #fff;
}

#commande
{
	display: none;
	width: 75px;
}




.error-blink {
	-webkit-animation: blink_error 1.0s linear infinite;
	-moz-animation: blink_error 1.0s linear infinite;
	-ms-animation: blink_error 1.0s linear infinite;
	-o-animation: blink_error 1.0s linear infinite;
	animation: blink_error 1.0s linear infinite;
}

@keyframes blink_error {
    0% { box-shadow: inset 0px 0px 6px 1px #ff2913; }
    50% { box-shadow: none; }
    100% { box-shadow: inset 0px 0px 6px 1px #ff2913; }
}

@-webkit-keyframes blink_error {
    0% { box-shadow: inset 0px 0px 6px 1px #ff2913; }
    50% { box-shadow: 0 0 0; }
    100% { box-shadow: inset 0px 0px 6px 1px #ff2913; }
}
.main_option:before {
    font-family: 'FontAwesome';
    content: '\f02b';
    margin: 0 5px 0 5px;
}

.acc:before {
    font-family: 'FontAwesome';
    content: '\f067';
    margin: 0 5px 0 0px;
}

.cart {
	/* height:100%; */
	overflow:scroll;
}
.cart h2 {
	display:inline-block;
	color:#fff;
}

.bg-light {
	color:#000;
}

.bg-dark {
	color:#fff;
}

.cart_supplements p {
	margin-bottom:0
}

.cart .list li img {
	border-radius:15px;
}


.total_col .confirm_order {
	background: green;
	color:white;
	padding:15px 10px;
	border:none;
	border-radius:15px;
}
.total_col h3 {
	margin-bottom:20px;
}

.square.delete {
	background-color:gray !important;
}
.menu_product.selected {
	border:3px solid var(--main-theme-color);
	border-radius:0px
}


.card {
	box-shadow: 1px 1px 20px 0px #c5bebe;
}
.card img {
	border-top-right-radius:12px;
	border-top-left-radius:12px;
}
/* .card img {
	max-height:150px;
	width:auto;
	margin:auto;
}
.card .item {
	text-align:center;
	padding-top:20px;
} */

.menu_contenu .menu_content {
	font-weight:bold;
}
.menu_contenu .menu_content:before {
	content:'';
}

.menu_contenu p {
	margin-bottom:5px
}

.menu_product_list .product_options,
.menu_product_list .product_substract,
.menu_product_list .product_suplements
{
	font-style:italic;
	font-size:10pt;
	padding-left:15px;
}

.menu_product_list .product_options svg,
.menu_product_list .product_substract svg,
.menu_product_list .product_suplements svg
{
	width:0.65em;
}

/*  */

.notify-badge {
    position: absolute;
    right: -20px;
    top: -10px;
    background: green;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
}

.multiple_prices
{
	position:inherit !important;
/* 	top:-50px !important; */
    margin-left:5px !important;
	right: 0px !important;
/* 	position:absolute !important; */

}

.multiple_prices_container {
	display:flex;
	position:absolute;
	justify-content:space-around ;

}

.dark_version .container_multiple_prices {
	background: #1d1d28;
}
.container_multiple_prices  {
	display:flex;
	background:#efefefef;
	justify-content:space-between;
	border-radius: 15px;
	padding: 17px 15px 0px 15px;
}

.container_multiple_prices p {
	padding:5px 10px;
	border:2px solid #fff;
	border-radius: 15px;
}
.container_multiple_prices p.active {
    border: 2px solid var(--main-theme-color);
    border-radius:10px;
    background-color: var(--main-theme-color);
    color:white;
}

.navbar-light a.nav-link {
	color:#000 !important;
}

.dark_version .navbar-light a.nav-link {
	color:#fff !important;
}



.dark_version #main {
	background-color: rgb(27, 37, 47);

}

#main {
	min-height: 70%;
	background-color:#fefefe;
}

.dark_version #main .card {
	background-color: #2E3138;
	color:white;
	box-shadow: 1px 1px 20px 0px #0e0b0a;
}
#main .card {
	border-radius:15px;
	cursor:pointer;
}


.dark_version a, .dark_version a:hover {
	color:white;
}
a:hover {
	text-decoration : none;
}

nav ol.breadcrumb {
	background-color:#010101;
	box-shadow:1px 1px 20px 0px black
}

input[type='checkbox'] {
/* 	visibility:hidden; */
/*     background-color:red !important */
}


#step-4 h3,
h3
{
	background: var(--main-theme-color);
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #bdc3c7;
    border-bottom: 1px solid #bdc3c7;
    color: #fff;
    font-size: 17px;
    padding: 5px 0px;
    text-indent: 10px;
}

.select-option
{
	width: 100%;
	height: 40px;
	background: #fff;
	border: none;
	border-radius: 0;
	padding-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:#000;
	background: url("/assets/img/arrow-down-black.png") no-repeat calc(100% - 10px) !important;
	border:1px solid #bdc3c7;
}


.dark_version .cart {
	background:#1e1e28  !important
}

svg.fa-times {
/* 	fill:#fff; */
	color: #fff;
	opacity: 1;
}

.cart li {
	box-shadow:1px 20px 0px 0px var(--main-theme-color);
}

.cart li .price .quantity {
	color:#fff;
}
.cart .row-header {
	padding:45px 0px 25px 0px
}

@media (max-width:575px)
{
	.notify-badge {
		right:0 !important;
	}
}


/* ******************************** */
/* ********* Header right ********* */
.right-header .in-bl {
	display:inline-block;
	padding-left:15px
}

/* ******************************** */
/* ********** Login page ********** */
.card.card_login
{

}

.right-header .dropdown-menu {
	right:0;
	left:inherit;
}
.right-header .dropdown-menu {
	padding-left:0;
}

/* .empty_space {
	margin-top:50px;
} */

/*  */

/* header .navbar,
.navbar-light a.nav-link
{
	color:var(--main-theme-color) !important;
}
 */


.dark_version body,
.dark_version .modal-content {
	background:rgba(46, 46, 63,1); !important;
	color:#fff;
}

.dark_version .close {
	color:white;
}

.dark_version header .navbar,
.dark_version .page-footer,
.dark_version .modal-header {
	background-color:#1e1e28 !important;
}

header .navbar,
.page-footer,
.modal-header {
	background-color:#ececec !important;
}

.dark_version #main {
	background-color:rgba(46, 46, 63,1);
}

.dark_version #main .card,
.dark_version  .page-footer {
	background-color:#1e1e28;
	box-shadow: 0px 1px 20px 0px #333342;
}

.dark_version .card.category .card-title {
	color:var(--main-theme-color)
}

.dark_version .dropdown-menu {
	background:#1e1e28;
	box-shadow:0px 1px 20px 0px rgba(46, 46, 63,1);;
	border:1px solid rgba(46, 46, 63,1);

}

.dark_version p,
.dark_version label,
.dark_version  a {
	color:#a5a5bf;
}

.dark_version input,
.dark_version .form-control:disabled,
.dark_version .form-control[readonly]
{
	border-color: #272732;
    color: #595974;
    background-color: #272732;
}

#main {
	/* padding:50px 0px; */
}

#main .container .row .col-md-6 {
	padding:15px;
}
.breadcrumb-container {
	padding:0;
}

.breadcrumb-container .breadcrumb {

    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.dark_version .right-header .square {
	color:white;
}
.card_login
{
	padding:20px;
}
.btn.btn-primary
{
	background-color:var(--main-theme-color);
	border-color:var(--main-theme-color);
}

input:focus,
input:active
{
	background:#1d1d28 !important;
	color:#fff !important;
}

.card_login {
	cursor : inherit !important;
}

.required_span {
	color:var(--main-theme-color);
}

.cart-content {
	padding:0 0 50px 0;
}

.card-img-top {
	object-fit:cover;
	height:150px
}

.dark_version .col-light-bg {
	background-color:#2e2e3f;
	box-shadow:0px 0px 20px 0px var(--main-theme-color)4f;
}

.col-light-bg {
	padding:20px;
    background-color:#fff;
	border-radius:15px;
	box-shadow:0px 0px 20px 0px lightgray;

}

.dark_version .col-header, .dark_version .col-header p {

	color:#fff !important;
}

.col-header, .col-header p {
	font-size:14pt;
	font-weight:bold;
}

.navbar-fixed-top {
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
}

.category__listing {
	white-space:nowrap;
	overflow-x:auto;
	overflow-y:hidden;
  min-width: 97%;
}

.category__listing::-webkit-scrollbar { width: 0 !important }
-moz- (Firefox):
.category__listing { overflow: -moz-scrollbars-none; }
-ms- (Internet Explorer +10):
.category__listing { -ms-overflow-style: none; }

.category__listing span {
	font-size:13pt;
	color:#fff;
	font-weight:500;
	cursor:pointer;
}
.category__listing span:hover {
	color:#000
}

.dark_version .category__listing span.active {
	color:var(--main-theme-color);
}

.category__listing span.active {
	color:#000;
}

.dark_version .nav-header .category__listing {background: #1d1d28;box-shadow: 0px 1px 20px 0px #333342;}

.nav-header .category__listing {overflow-x:auto;padding-top: 15px; background:var(--main-theme-color);}

.nav-header .category__listing .test {
	/* background:black; */
	padding: .75rem 1rem;
	border-radius: .25em;
  justify-content: center;
	/* 	overflow-x:auto; */
}

.nav-header .category__listing span {
	white-space:nowrap;
}
#main {
	min-height: calc(100% - 150px);
}


.category__listing  .test {
	/* display:flex; */
}
.category__listing  .test .active {
	/* order:1; */
}

.category__listing  .test span {
	order:2;
}

.dark_version .row-bg {
		background-color:#1e1e28;
}
.row-bg {
    background-color:#ececec;
	margin:30px 0px;
	padding:30px;
	border-radius:15px;
}
.inline-b {
	display:inline-block;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}
.loading .spinner-border {
	display:none;
}

.cart__content .load_mask
{
 height:100%;
 width:100%;
 background-color:#e6e6e661;
 position:absolute;
 z-index:9;
 border-radius:15px;
 top:0;
}

.cart__content {
	position:relative;
}

.cart__content .loading {
	position:absolute;
	width:100%;
	height:100%;
	top:50%;
}

@media (min-width:576px)
{
	.cart__content.fixed
	{
		position:fixed;
		top: 90px;
		z-index:2;
		}

}

@media (max-width:575px)
{
	.col-md-9  {
		order:2;
	}
	.sidebar {
		order:1;
		margin-bottom:30px
	}
}
.cart__product-price p {
	margin-bottom:0;
}

.cart__footer {
	font-size:13pt;
	font-weight:bold;
}
.category__listing  a {
	color:inherit;
}



.basket-wrapper--mobile, .basket-contents__header {
	display:none;
}
.basket-contents__restaurant {
    flex: 1 1 auto;
    text-align: left;
    padding: 24px 0;
    font-family: "stratos","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ","Hiragino Sans GB","ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ",sans-serif;
    font-weight: 400;
    font-size: 22px;
}
.visually-hidden {
    text-indent: -9999px;
    overflow: hidden;
}
.basket-contents__close {
    width: 16px;
    padding: 24px 0;
    color: #00ccbc;
    background-image: url(//ow.roocdn.com/assets/images/icons/close-cross-b9a8d2fe28a402f0a4970166b6597abb.svg);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
}
.basket-contents__body {
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    min-height: 10px;
    transition: all 0.2s;
}
.basket-contents__body, .basket-contents__footer {
    align-self: stretch;
}
.basket-contents__item-list {
    padding: 0 16px;
    padding-bottom: 24px;
    list-style-type: none;
}
@media (max-width:767px) {
	.basket-wrapper--mobile {
		display:block;
		background:#efefef;
		position:absolute;
		bottom:0;
		width:100%;
		text-align:center;
		z-index:999;
		right: 0;
		border-radius: 0 0 2px 2px;
		box-shadow: 0px 22px 24px 0px rgba(46,51,51,0.07);
	}
	.listing_products {
		width:100% !important;
	}
	.basket-contents__items {
		padding: 16px 16px 0;
	}
	.basket-contents__header {
        flex: 0 0 auto;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		align-self: stretch;
		padding: 0 16px;
	}
	.btn-component {
		cursor: pointer;
		display: inline-block;
		transition-property: background, color, box-shadow;
		transition-duration: 0.2s;
		border-radius: 2px;
		font-family: "plex-sans","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ","Hiragino Sans GB","ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ",sans-serif;
		font-size: 16px;
		font-weight: bold;
		padding: 16px;
		margin: 0;
		text-decoration: none;
		line-height: 16px;
		border-style: solid;
		border-width: 0px;
		text-align: center;
		box-sizing: border-box;
	}
	.sidebar_right {
		display:none;
	}

	.basket-contents--inactive, .basket-contents--active {
		position: fixed;
		top: 1000px;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 102;
		background-color: #fff;
		transform: translateY(0);
		}
    .basket-contents--inactive, .basket-contents--active {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.basket-contents--inactive {
		transform: translateY(0);
		transition: transform 0.2s ease-in;
	}
	.basket-contents--active {
		transform: translateY(-1000px);
		transition: transform 0.2s ease-out;
	}
    .btn-component--block {
		display: block;
		width: 100%;
	}
	.basket__btn {
		background-color:var(--main-theme-color);
		color:white;
		display: flex;
		padding:20px 10px;
		align-items: center;
		justify-content: space-between;
		padding: 8px;
	}
	.basket-overview-panel.overview-visible {
		transform: translate3d(0, 0, 0);
	}
	.basket__btn {
		flex: 1 1 auto;
		align-self: flex-end;
	}
	.btn-component--teal {
		background: var(--main-theme-color);
		color: #fff;
		border-color: var(--main-theme-color);
	}

	.basket-overview-panel {
		position: fixed;
		min-height: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 16px;
		border-left: none;
		border-right: none;
		background-color: #fff;
		box-shadow: 0px -3px 6px -2px rgba(0,0,0,0.07);
		z-index: 103;
		transform: translate3d(0, 150px, 0);
		transition: transform 0.1s ease-out;
	}
	.basket__btn .item-count {
		flex: 0 1 0%;
		padding: 5px 10px;
		border-radius: 1px;
		background-color: #bb3f34;
	}

	.basket-contents__item-list {
		margin: 0;
		padding: 0 0 16px 0;
	}

    .basket-item {
		font-size: 16px;
	}
	.basket-item {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		flex: 1 1 100%;
		font-family: "plex-sans","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ","Hiragino Sans GB","ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ",sans-serif;
		font-weight: 400;
		line-height: 1.4;
		font-size: 14px;
		color: #2e3333;
		line-height: 1;
		animation-name: fadeIn;
		animation-duration: 0.3s;
		animation-iteration-count: 1;
		animation-timing-function: ease-out;
	}
    .basket--mobile h3 {
    	background:inherit;
    	color:#000;
    }
    .basket-contents .quote {
		display: none;
	}

	.basket-contents .quote .basket-item {
		margin: 0;
	}
	.basket-item {
		font-size: 16px;
	}
	.basket-contents .fees .basket-item, .basket-contents .quote .basket-item {
		margin: 0;
	}
	.basket-overview-panel .quote {
		flex: 1 0 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 16px 0;
	}
	.basket-overview-panel .quote .basket-item+.basket-item {
		margin-top: 8px;
	}
	.basket__btn .basket-open.item-count {
		opacity: 0;
	}
	.basket__btn .basket-open.total {
		opacity: 0;
		transform: scale(0.9) translate(12px, -46px);
	}
	.basket-contents__separator {
		margin:0;
	}
}
.svg_cart {
    width: 18px;
    height: 18px;
}

.basket-item .item {
    flex: 1 1 auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 8px;
}
.basket-item .item .name {
    flex: 1 1 auto;
    align-self: center;
    line-height: 1.2;
}
.basket-item .item .modifiers {
    flex: 1 0 100%;
    font-family: "plex-sans","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ","Hiragino Sans GB","ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ",sans-serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: 12px;
    color: #828585;
}
.basket-item .price {
    text-align: right;
}
.basket-contents .quote {
    padding: 12px 0;
}
.basket-contents__footer.quote {
    border-top: none;
    box-shadow: 0px -3px 6px -2px rgba(0,0,0,0.07);
}
.basket-contents__body:last-child, .basket-contents__footer:last-child {
    margin-bottom: 0;
}

.basket-contents .fees .basket-item, .basket-contents .quote .basket-item {
    align-items: center;
    padding: 0 16px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.basket-item--tip {
    align-items: center;
    flex: 0 0 100%;
}
.basket-contents .fees .basket-item+.basket-item,
.basket-contents .quote .basket-item+.basket-item
{
    margin-top: 8px;
}
.basket-contents .fees .basket-item, .basket-contents .quote .basket-item {
    align-items: center;
    padding: 0 16px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.basket-item+.basket-item {
    margin-top: 24px;
}

.basket-item.total {
    font-weight: bold;
}

.basket__product-qty
{
	margin: 0;
    font-family: "plex-sans", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 16px;
    line-height: 1;
    color: #828585;
}
.basket__product-qty-container.basket__product-qty-container-bis {
    flex: 0 0 60px;
}
.basket__product-qty-container {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.basket-contents__separator {
    border-width: 0 0 1px 0;
    margin: 0 16px;
    border-color: rgba(0,0,0,0.08);
}

.ccl-c0ea52ac936ae58f.ccl-80b8020826128361 {
    border-radius: 200px;
}
.ccl-35ca7c218aab49b0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ccl-c0ea52ac936ae58f {
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    padding: 0;
    border: none;
    margin: 0;
    font: inherit;
    color: inherit;
    background-color: transparent;
    text-align: inherit;
    cursor: pointer;
}

.basket-item .cart__product-info .product__title {
	font-weight:bold;
	color:var(--main-theme-color);
}

.basket-item .cart__product-info {
	font-style:italic;
	color:gray;
}



#product_modal h3
{
	background:#efefef;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
    color: var(--main-theme-color);
    font-size: 17px;
    padding: 10px 0px;
    text-indent: 10px;
}



/* Customize the label (the container) */
#product_modal .container {
  display: block;
  position: relative;
  /* margin-bottom: 12px; */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
#product_modal .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  /* top: 0; */
  /* right: 0; */
  height: 25px;
  width: 25px;
  background-color: #eee;
  right: 5px;
  top: 3px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: var(--main-theme-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 3px;
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media (max-width:960px)
{
	.card-title
	{
		font-size:14px
	}
	.multiple_prices
	{
		font-size:12px !important;

	}
	.multiple_prices_container
	{
		flex-direction:column;
	}
	.multiple_prices_container .multi_pri_content
	{
        margin-bottom:5px;

	}

	.cart__body p,
	.cart__body span
	{
		font-size:12px !important;
	}
	.cart__total p
	{
		font-size:14px
	}
	.test
	{
		/*padding:0 10px !important;*/
	}
	.test span
	{
		font-size:13px;
	}
	.container_multiple_prices p {
		padding:5px 10px;
		border:2px solid #fff;
		border-radius: 15px;
		font-size:12px
	}
	.modal-footer button {
		font-size:12px;
	}
}

.listing_products {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
		padding-left:0;
}

.product--item {
    position: relative;
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #f4f5f5;
    box-shadow: none;
    outline: none;
    transition: box-shadow 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-direction: row;
}

@media  (max-width: 979px) and (min-width: 481px)
{
    .product--item {
        flex: 0 1 100%;
    }
}

.product__item-content
{
    position: relative;
    margin-bottom: auto;
    flex-grow: 1;
}

@media  (min-width: 768px)
{
    .product__item-title {
        font-size: 16px;
    }

    .menu-index-page__item-desc {
		font-size: 14px;
	}
	.product__item-price {
		font-size: 16px;
	}
}
.product__item-title {
    width: 100%;
    font-family: "plex-sans","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ","Hiragino Sans GB","ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ",sans-serif;
    font-weight: 600;
    line-height: 1.4;
    font-size: 14px;
}

.product--image
{
    flex-shrink: 0;
    width: 200px;
    height: 150px;
    margin-top: 0;
    border-radius: 3px;
    margin-left: 16px;
    background-position: center;
    background-color: #e8ebeb;
    object-fit: contain;
}

.menu-index-page__item-desc {
    margin-top: 8px;
    font-family: "plex-sans","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ","Hiragino Sans GB","ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ",sans-serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: 12px;
    color: #828585;
    word-wrap: break-word;
}

.product__item-price {
    position: static;
    display: inline-block;
    margin: 8px 8px 0 0;
    font-family: "plex-sans","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ","Hiragino Sans GB","ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ",sans-serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
    color: var(--main-theme-color);
}
@media (max-width: 767px) {
	.basket-item, .basket-item .cart__product {
	    display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	    flex-direction: row;
	    flex: 1 1 100%;
	    font-family: "plex-sans","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“","Hiragino Sans GB","ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“",sans-serif;
	    font-weight: 400;
	    line-height: 1.4;
	    font-size: 14px;
	    color: #2e3333;
	    line-height: 1;
	    animation-name: fadeIn;
	    animation-duration: 0.3s;
	    animation-iteration-count: 1;
	    animation-timing-function: ease-out;
	}
}
.menu_produit
{
	border:2px solid transparent;
}
.menu_produit.selected {
	border:2px solid var(--main-theme-color);
}


.menu_produit--substract .container,
.menu_produit--supplements .container
{
	display:block;
	font-size:12px;
}
.menu_produit--substract .container input,
.menu_produit--supplements .container input
{
	visibility: hidden;
}

.menu_produit--substract .checkmark,
.menu_produit--supplements .checkmark
{
	background:var(--main-theme-color) !important;
	height: 14px;
    width: 14px;
}

.menu_produit--substract .container .checkmark:after,
.menu_produit--supplements .container .checkmark:after
{
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.loaded
{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#eeeeeead;
	display:flex;
	justify-content:center;
	align-items:center;
}

.option_choix select {
	text-align-last: left;
	width: 100%;
	font-size:11px;
    padding: 6px;
	border: 1px solid #ecf0f1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important;
	background-size:10px !important;
}


.menus,
.produit
{
	cursor:pointer;
}

.menu__products-list {
	list-style:none;
	padding:0;
	font-size:11px;
}


.menu_product--addition {
	display:block;
}
.menu_product--title {
	font-weight: bold;
}

.this
{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.this .add_address
{
    flex-grow:2;
    flex-shrink:0;
}

@media (max-width:399px)
{
	.right-header {
		/* width:100%; */
		text-align:right;
	}
}

.add_address, .edit_adress {
	cursor:pointer;
}


span.confirm_order.disabled
{
	background:transparent !important;
}


#modal__type_order .modal-footer {
	text-align:center !important;
    justify-content:center;
}

#modal__type_order .close {
	display:none;
}

#modal__type_order .modal-body {
	text-align:center;
}


.category__listing--row {
	display:flex;
	align-items:center;
	background:var(--main-theme-color);
	padding:0px 15px;
	color:white;
	/* cursor:pointer; */
}
.category__listing--row.sticky-top
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:2;
}
.menu_produit.selected .menu_produit--limit {
	display:block;
}

.menu_produit--limit {
	display:none;
}

.limit-plus.limit-symb {
	color:green;

}

.limit-minus.limit-symb
{
	color:#e74d40;
/* 	padding-left:0; */
}
.limit-symb {
	padding:5px 30px;
	border-radius:15px;
	border:1px solid
}
.product_limit {
	padding:5px 20px
}

@media (max-width:768px)
{
	.limitation
	{
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}

}

.acc-free-container {
	display:inline;
	float:right;
	margin-right:20px;
	margin-top:2px
}

.acc-free-container .acc-free-minus,
.acc-free-container .acc-free-plus {
    border:1px solid;
    padding:1px 15px 4px 15px;
    border-radius:15px;
    transition:.2s all ease;
}

.acc-free-container .acc-free-plus {
	color:green;
}
.acc-free-container .acc-free-plus:hover
{
	color:white;
	background:green;
}
.acc-free-container .acc-free-minus {
	color:var(--main-theme-color);
}

.acc-free-container .acc-free-minus:hover {
	background:var(--main-theme-color);
	color:white;
}
.acc-free-container .acc-free-number {
	padding-left:5px;
	padding-right:5px;
}

@media (max-width:767px)
{
	#menu_modal .menu_product {
		flex-direction:column;
	}

	#menu_modal .product__item-image {
		order:1;
	}
	#menu_modal .product__item-content {
		order:2;
	}
	.acc-free-container .acc-free-minus,
    .acc-free-container .acc-free-plus {
		border:1px solid;
		padding:0px 5px 02px 5px;
		border-radius:15px;
		transition:.2s all ease;
	}
}

.hello_world {
	display:flex;
    justify-content:space-around;
	align-items:center;
}

.hello_world .navbar-brand {
	margin:0;
	flex-grow:.5
}
.hello_world #dynamic_select {
	margin:0 !important;
	flex-grow: 5;

}
.hello_world #cart {
	flex-grow:.5;
	text-align:right;
}
#main {

	background: #f4f4f4 url(/assets/img/bg_pattern.svg) repeat;

}

.product--item {
	box-shadow: 1px 1px 5px 1px #cacaca;
	border-radius:10px;
}
