/*
Name : 愛美麗昇醫
Author : Ngetemplates
Author URL : https://templatemonster.com/authors/ngetemplates
/* --------------------------------
Table of Contents
- General
- Navbar
- Side Nav
- Slider
- Quote
- Offers
- Screenshot
- Testimonial
- Latest news
- Blog
- Blog single
- Shop
- Shop single
- Checkout
- Portfolio
- Team
- Pricing
- Error 404
- Footer   
-------------------------------- */

/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:400,500,600,700|Source+Sans+Pro:400,400i,600,600i,700,700i');

/* ------------------------------
  General
---------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	background: #ffffff;
	color: #565656;
}

body::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	color: #464646;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #464646;
}

p {
	margin: 5px 0;
}

.section {
	padding: 40px 0;
}

.section h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.pages {
	margin-top: 50px !important;
}

.pages-head {
	text-align: center;
	padding: 0 10px 30px 10px;
	text-transform: uppercase;
}

.bg-second {
	background: #f4f4f4;
}

.section-head {
	text-align: center;
	margin: 0 auto 25px auto;
}

.section-head h4 {
	margin-bottom: 5px;
	font-size: 20px;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search] {
	background-color: transparent;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	outline: none;
	height: 3rem;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	padding: 0 12px;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
}

textarea.materialize-textarea {
	background-color: transparent;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	outline: none;
	height: auto;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	padding: 12px;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
}


input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #bbb;
  box-shadow: none;
  border-color: #fff;
  border-bottom-color: #bbb;
}	

::-webkit-input-placeholder { 
  color: #999;
}
::-moz-placeholder { 
  color: #999;
}
:-ms-input-placeholder { 
  color: #999;
}
:-moz-placeholder {
  color: #999;
}

/* ------------------------------
  Button
---------------------------------*/
.button-default {
	background: #000;
	color: #ffffff;
	box-shadow: none;
	border-radius: 1px;
	margin: 20px 0 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
	border-radius: 30px;
	border: 1px solid #000;
}

.button-fullwidth {
	width: 100%;
	text-align: center;
}

.button-default a {
	color: #ffffff;
}

.button-default:hover {
	background: #ffb300;
	opacity: 0.9;
	box-shadow: none;
}

.button-gray {
	background: #aaa;
	color: #ffffff;
}

.button-fullwidth {
	width: 100%;
	text-align: center;
}

/* ------------------------------
  Navbar
---------------------------------*/
.navbar-top {
	background: #121212;
	width: 100%;
	height: 65px;
	padding: 12px 18px;
	border-bottom: 2px solid #131313;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	position: fixed;
	z-index: 99;
}

.site-brand {
	text-align: center;
	display: inline-block;
}

.site-brand a h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	color: #eee;
}

.site-brand a h1 span {
	color: #ffb300;
}

/* ------------------------------
  Sidenav
---------------------------------*/
.side-nav a {
	font-size: 14px;
	height: 45px;
}

.side-nav li.active {
	background: #fbfbfb;
}

.side-nav-panel-left {
	float: left;
	font-size: 25px;
	color: #fff;
}

.side-nav-panel-left i {
	color: #eee;
}

.side-nav-panel-right {
	float: right;
	font-size: 25px;
	color: #eee;
}

.side-nav-panel-right i {
	color: #fff;
}

.side-nav-right {
	font-size: 28px;
	color: #313131;
}

.side-nav-panel {
	text-align: left;
	background: #fbfbfb;
}

.side-nav-panel .profil {
	background: linear-gradient( rgba(11, 10, 6, 0.58), rgba(11, 10, 6, 0.58)), url(../img/image-profil.jpg) center no-repeat;
	background-size: cover;
	padding: 50px 0 25px 18px;
	border-top: 0;
}

.side-nav-panel .profil img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.side-nav-panel .profil h2 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
	cursor: default;
}

.side-nav-panel li a {
	color: #444;
	font-weight: 600;
}

.side-nav-panel li {
	font-weight: 700;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #fefefe;
}

.side-nav-panel li:last-child {
	border-bottom: 0px solid #f5f5f5;
}

.side-nav-panel .li-top {
	padding-top: 10px;
}

.side-nav-panel li a:hover {
	background: transparent;
}

.side-nav-panel li a i {
	margin: 0 8px 0 0;
	font-size: 18px;
	color: #333333;
	line-height: 45px;
}

.side-nav-panel-right .collapsible {
	border: 0;
}

.side-nav .collapsible-body ul li a {
	font-weight: normal;
	color: #333;
	margin-left: 18px;
}

.side-nav .collapsible-header {
	padding: 0;
	color: #444;
	font-weight: 600;
	font-size: 14px;
}

.side-nav .collapsible-header.active {
	border-bottom: 1px solid #f3f3f3;
}

.side-nav .collapsible-header:hover {
	background: transparent;
}

.side-nav .collapsible-header.active {
	background: #fbfbfb;
}

.collapsible-header i {
	width: auto;
	font-size: 18px;
	color: #333;
	margin-left: 17px;
}

.collapsible-header span i {
	float: right;
	color: #666;
	font-size: 16px;
}

/* ------------------------------
  menus
---------------------------------*/
.menus {
	color: #ccc;
	background: #121212 !important;
}

.menus .close-icon {
	text-align: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #ffb300;
	color: #ffb300;
	font-size: 20px;
	line-height: 30px;
	padding-left: 1px;
	margin: 15px auto 25px;
	cursor: pointer;
}

.menus .menu-link {
	text-align: center;
	border: 1px solid #333;
	padding: 10px 8px;
}

.menus .menu-link .icon {
	font-size: 28px;
	color: #ccc;
}

.menus .menu-link .icon i {
	cursor: default;
}

.menus .menu-link a {
	color: #999;
	font-size: 15px;
}

.menus .menu-link span {
	text-align: center;
	/* border: 1px solid #333; */
	padding: 10px 8px;
	font-size: 14px;
	font-weight: 600;
}

/* ------------------------------
  Slider
---------------------------------*/
.slider {
	margin-top: 64px;
	height: 300px !important;
}

.slider .slides {
	height: 300px !important;
}

.slider-content {
	margin: 10px auto;
	top: 25% !important;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	position: relative;
	flex-shrink: 0;
}

.slider .slides li img {
	width: 100%;
	height: 100%;
}

.slider .slides li::before {
	background-color: rgba(6, 6, 6, 0.74);
	content: "";
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider-content h2 {
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-size: 24px;
}

.slider-content h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #ffffff;
}

.slider-content .button-default {
	margin: 20px 0;
}

.slider .indicators {
	position: relative;
	bottom: 50px;
	z-index: 95;
}

.slider .indicators .indicator-item {
	z-index: 1000;
	height: 10px;
	width: 10px;
	background: #cccccc;
	margin: 0 8px;
}

.slider .indicators .indicator-item.active {
	background: #ffffff;
}

/* ------------------------------
	quote
---------------------------------*/
.quote {
	background: #ffb300;
	color: #fff;
	text-align: center;
}

.quote h4 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 12px;
}

/* ------------------------------
	offers
---------------------------------*/
.offers {
	text-align: center;
}

.offers .icon {
	width: 90px;
	height: 90px;
	border: 2px solid #ddd;
	border-radius: 50%;
	margin: 0 auto 16px;
}

.offers .icon i {
	font-size: 35px;
	text-align: center;
	line-height: 85px;
	color: #111;
}


/* ------------------------------
	screenshot
---------------------------------*/
.screenshot {
	text-align: center;
	background: linear-gradient(
		rgba(6, 6, 6, 0.77),
		rgba(6, 6, 6, 0.77)
	),
	url(../img/parallax.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.screenshot img {
	width: 100%;
	height: 100%;
}

.screenshot h4 {
	margin-bottom: 12px;
	text-align: center;
	color: #fff;
}

/* ------------------------------
  Testimonial
---------------------------------*/
.testimonial {
	text-align: center;
}

.testimonial img {
	border-radius: 10%;
}

.testimonial .owl-theme .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
}

/* ------------------------------
	latest news
---------------------------------*/
.latest-news img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.latest-news .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.latest-news .button-default {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}

/* ------------------------------
  About us
---------------------------------*/
.about-us {
	margin: 0;
}

.about-us img {
	width: 100%;
	height: 100%;
	margin-bottom: 8px;
}

/* ------------------------------
	latest news
---------------------------------*/
.latest-news h4 {
	margin-bottom: 12px;
}

.latest-news img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.latest-news .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.latest-news .button-default {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}


/* ------------------------------
  Blog
---------------------------------*/
.blog-content img {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	float: left;
}

.blog-content .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.blog-content .button-default {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.blog-detailt {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 20px 16px;
	margin-bottom: 20px;
}

.pagination-blog {
	border: 1px solid #ddd;
	padding: 10px 0;
}

.pagination-blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.pagination-blog ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 20px;
	margin: 4px;
	line-height: 28px;
}

.pagination-blog ul .active a {
	color: #ffb300;
}

/* ------------------------------
  Blog single
---------------------------------*/
.blog-single img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.blog-single .date i {
	margin-right: 5px;
	margin-bottom: 10px;
	width: 15px;
    text-align: center;
}

.share-post {
	border: 1px solid #ddd;
	padding: 20px 0;
	margin: 15px 0 25px;
}

.share-post ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.share-post ul li {
	display: inline-block;
	text-align: center;
	border: 1px solid #777;
	height: 35px;
	width: 35px;
	margin: auto;
	border-radius: 50%;
	line-height: 32px;
	margin: 0 3px;
}

.comment img {
	border-radius: 50%;
}

.comment h5 {
	margin-bottom: 15px;
}

.comment-form .comment-head {
	margin-bottom: 20px;
}

.comment-form .input-field {
	margin-top: 0;
}

.comment-form input, 
.comment-form textarea {
	border-color: #fff;
	border-bottom-color: #ddd;
}

.comment-form .form-button .button-default {
	margin-top: 0;
	margin-bottom: 0;
}


/* ------------------------------
  Shop
---------------------------------*/
.shop {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}

.shop img {
	width: 100%;
	height: 100%;
}

.shop h6 {
	margin: 5px 0;
	font-size: 16px;
	text-align: center;
}

.shop h6 a {
	color: #333;
}

.shop span {
	color: #ffb300;
	font-size: 20px;
	text-align: center;
}

.shop-pagination {
	border: 1px solid #ddd;
	padding: 20px 0;
	text-align: center;
}

.shop-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-pagination ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #777;
	margin: 4px;
	line-height: 28px;
}

.shop-pagination ul .active {
	border-color: #ffb300;
}

/* ------------------------------
  Shop single
---------------------------------*/
.shop-single {
	margin: 0;
}

.shop-single img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.shop-single h6 {
	margin-bottom: 5px;
	font-size:11px;
}

.shop-single span {
	color: #ffb300;
	font-size: 20px;
}

.shop-single .button-default {
	margin: 10px 0;
}

.review {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #ddd;
}

.review img {
	border-radius: 50%;
}

.review h5 {
	margin-bottom: 15px;
}

.review-form .review-head {
	margin-bottom: 20px;
}

.review-form .input-field {
	margin-top: 0;
}

.review-form input, 
.review-form textarea {
	border-color: #fff;
	border-bottom-color: #ddd;
}

.review-form .form-button .button-default {
	margin-top: 0;
	margin-bottom: 0;
}

/* ------------------------------
  Checkout
---------------------------------*/
.checkout .collapsible-header {
	padding-top: 15px;
	padding-bottom: 15px;
}

.checkout .collapsible {
	box-shadow: none;
}

.checkout-content h5 {
	font-weight: 500;
	color: #555;
	font-size: 18px;
}

.checkout-content .collapsible-body {
	padding: 18px;
}

.checkout-content .collapsible-body p {
	padding: 0;
}

.checkout-content h6 {
	font-weight: 500;
	color: #555;
	font-size: 16px;
}

.checkout-content .checkout-radio {
	margin: 20px 0 10px 0;
}

.checkout-radio span {
	color: #454545;
	font-weight: 500;
}

.checkout-login {
	margin-top: 20px;
	border-top: 1px dotted #ddd;
	padding-top: 30px;
}

.checkout-login h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.checkout-login h6 span {
	font-weight: 600;
	color: #555;
	font-size: 18px;
}

.checkout-login p {
	margin: 5px 0 30px;
}

.checkout-login .button-default {
	margin-bottom: 0;
}

.billing-information h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.shipping-information h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.cart-details h5 {
	font-size: 14px;
}

.payment-mode ul {
	margin-left: 35px;
}

.payment-mode ul li {
	display: inline-block;
}

.order-review .cart-product img {
	width: 100%;
	height: 100%;
}

.order-review .row {
	margin-bottom: 0;
}

.final-price {
	margin-top: 20px;
}

.final-price h5 {
	font-weight: 600;
}

.final-price span {
	font-weight: 500;
}


/* ------------------------------
	portfolio
---------------------------------*/
.portfolio img {
	width: 100%;
	height: 100%;
}

.portfolio ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	margin-bottom: 30px;	
}

.portfolio ul li {
	display: inline-block;
	cursor: pointer;
	background: #444;
    padding: 5px 10px;
	margin: 4px 4px;
}

.portfolio ul li h5 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 18px;
}

.portfolio .active {
	background: #ffb300;
}

.portfolio img {
	width: 100%;
	height: 100%;
}

.portfolio-content img {
	width: 100% !important;;
	height: 100% !important;
}

.col-pd {
	padding-right: 4px !important;
	padding-left: 4px !important;
}

/* ------------------------------
  Team
---------------------------------*/
.team {
	border: 1px solid #eee;
	text-align: center;
}

.team img {
	width: 100%;
	height: 100%;
}

.team-details {
	padding: 10px;
}

.team-details span {
	margin: 5px 0 8PX;
	display: block;
}

.team-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.team-details ul li {
	display: inline-block;
	border: 1px solid #777;
	height: 25px;
	width: 25px;
	line-height: 23px;
	text-align: center;
	border-radius: 1px;
	border-radius: 50%;
	margin: 2px;
}

.team-details ul li a {
	color: #666;	
}


/* ------------------------------
  Pricing
---------------------------------*/
.pricing {
	border: 1px solid #ddd;
	text-align: center;
}

.pricing-head {
	padding: 20px 10px;
	background: #eee;
	color: #ffb300;
}

.pricing-head h5 {
	margin-bottom: 0;
}

.pricing-head span {
	font-size: 18px;
}

.pricing ul {
	padding: 10px;
	margin: 0;
}

.pricing ul li {
	padding: 6px 0;
	border-bottom: 1px solid #f5f5f5;
}

.pricing .button-default {
	margin: 10px 0 25px;
}

.pricing h6 {
	font-size:14px;
}

/* ------------------------------
  Contact, Login, Register
---------------------------------*/
.contact-us input, 
.contact-us textarea,
.login input, 
.login textarea,
.register input, 
.register textarea {
	border-color: #fff;
	border-bottom-color: #ddd;
}

.contact-us input, 
.contact-us textarea,
.login input, 
.login textarea,
.register input, 
.register textarea {
	border-color: #fff;
	border-bottom-color: #ddd;
}

.contact-us .button-default {
	margin-top: 10px;
	margin-bottom: 0;
}

.login .button-default {
	margin-top: 25px;
}

.register .button-default {
	margin-top: 0;
}

/* ------------------------------
  Error 404
---------------------------------*/
.error404 {
	text-align: center;
}

.error404 h4 {
	padding-top: 28px;
	display: inline-block;
	letter-spacing: 2px;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border-radius: 50%;
	border: 3px solid #444;
	font-size: 30px;
}

/*loader custom color*/
.double-bounce1, .double-bounce2 {
	background-color: #ffb300;
}

/*loader custom color*/
.double-bounce1, .double-bounce2 {
	background-color: #ffb300;
}

.spinner4 {
	background-color: #ffb300 !important;
}


/* ------------------------------
  Footer
---------------------------------*/
.footer {
	background: #111111;
	padding: 35px 0;
}

.about-us-foot {
	text-align: center;
	color: #eee;
}

.about-us-foot span {
	color: #ffb300;
}

.about-us-foot h6 {
	color: #ffffff;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.social-media {
	text-align: center;
	margin: 30px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #222222;
}

.social-media a {
	margin: 0 3px;
}

.social-media a i {
	text-align: center;
	color: #ffffff;
	border: 1px solid #ffffff;
	height: 35px;
	width: 35px;
	margin: auto;
	border-radius: 50%;
	line-height: 32px;
}

.copyright {
	text-align: center;
	padding: 20px 0 0 0;
}

.copyright span {
	color: #eeeeee;
	text-align: center;
}


/*hjj*/

table#cart_list{
	margin-bottom:20px;
	border-collapse:collapse;
	border:1px #cccccc solid;
}
table#cart_list th{
	padding-top:2px;
	text-align: center;
	font:12px Verdana,Arial;
	height:22px;
	color:#FFFFFF;
	background:linear-gradient(to bottom, #686868, #aaaaaa);
	border:0;
	border-right:1px #cccccc solid;
}
table#cart_list td{
  	height:22px;
	border:1px #cccccc solid;
	border-top:1px #cccccc solid;
	font:12px Verdana,Arial;
	text-align:center;
	padding:2px;
	color:#333333;
	background:#FFFFFF;
}
table#cart_list tr.total{
	text-align:center;
}

.icon-circle{
	background: #ffb300;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-size:24px;
	color: #FFF;
    padding: 13px;
}

.table thead th {
background-color: #ffb300;
color: #fff;
border-bottom-width: 0;
}
 
.table td {
color: #000;
}
.table tr, .table th {
border-width: 1px;
border-style: solid;
border-color: #ffb300;
}
 
.table th {
padding: 5px 10px;
font-size: 12px;
font-family: Verdana;
font-weight: bold;
}
.table td {
	padding: 5px 10px;
	font-size: 12px;
}

#colorbox {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 10px;
	box-shadow: 0 0 10px #AAA;;
}

.article {
	text-align: center;
}

.article .title {
	font-size:28px;
	color:#ffb300;
}

.article .intro {
	font-size:16px;
}

.article li {
	color: #999;
    font-size: 14px;
    margin-top: 18px;
	border-bottom: 1px solid #CCC;
	text-align: left;
}

.article li .li_left {
	width:50px;
	text-align: left;
	float:left;
	padding-left:50px;
}

.form-label {
	background-color:#999999; text-align:center; font-size:16px; color:#FFF;
	padding:10px;
}


.screenshot .item img{
	width:25%;
}

.team-img {
	width: 100%;
    height: 130px;
    background-size: cover;
}

.open-hours-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	background-color: #E2B04D;
	border-radius: 20px; 
}
.open-hours-wrapper h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: white;
	letter-spacing: 2px;
	margin-bottom: 20px; 
}
.open-hours-wrapper ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px; 
}
.open-hours-wrapper ul li span {
	font-size: 14px;
	line-height: 27px;
	color: white;
}

.languageDiv {
	/* background-color: red; */
	padding: 0 0.75rem;
}

.languageDiv select{
	color: #999;
	background-color: #121212;
}
.menu-link span{
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;        
	-webkit-box-orient: vertical;   
	overflow: hidden;               
	text-overflow: ellipsis;            
	height: calc(1.9em * 2);
}