/* GENERAL // */
body,
.theme-body {
  font-family: Nunito;
  color: #000000;
  font-size: 16px;
  background-color: #ffffff;
}
.theme-home-fb {
  font-size: 12px;
}
.theme-body {
  background-image: url("https://cdn.upmenu.com/static/themes/749d475e-6d01-11ea-af2a-525400080321/assets-30/logo_pizza-06.jpg.jpg");
  background-position: top left;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/* this container is used to make it 100% width */
.container.container-fullwidth {
  width: 100% !important;
}
::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}
/* http://aghoshb.com/articles/css-how-to-remove-firefoxs-dotted-outline-on-buttons-and-anchor-tags.html */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
a {
  color: #000000;
}
a:hover {
  color: #000000;
}
a:focus,
a:active {
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: Roboto Slab;
}
/* fix colors when text color or header color is too light to read */
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-upmenu {
  background: #ffffff;
  color: #000000 !important;
  text-shadow: none;
}
.btn-upmenu:hover {
  background: #ffffff;
  text-shadow: none;
  color: #000000;
}
.btn-upmenu-very-light {
  background-color: #ffffff !important;
}
/* // GENERAL */
.theme-langs {
  margin-left: 20px;
}
.theme-langs a {
  float: left;
  /*padding: 10px 0px; */
  margin-right: 5px;
}
/* HEADER */
.theme-header {
  background-color: rgba(0, 0, 0, 0);
  margin: 0px;
}
.theme-header {
  background-image: url("https://cdn.upmenu.com/static/themes/749d475e-6d01-11ea-af2a-525400080321/assets-30/logo_pizza-06.jpg.jpg");
  background-position: top center;
  /*background-size: cover;*/
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.theme-header .header-text {
  color: #c6b449;
  font-size: 40px;
  font-family: Arial, sans-serif;
}
.theme-header-inner {
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
}
/* LOGO */
.theme-header-logo-centered {
  margin: 0 auto;
}
/* NAVBAR */
.theme-navbar {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
  border-width: 0px;
  font-size: 18px;
  font-family: Orienta;
  margin: 0px;
}
.theme-navbar-inner {
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
}
.theme-navbar li a {
  color: #000000;
}
.theme-navbar li a:focus {
  background-color: transparent;
}
.theme-navbar li a.active {
  color: #96363f;
  background-color: transparent;
}
.theme-navbar li a:hover {
  color: #96363f;
  background-color: transparent;
}
/*
.theme-navbar .navbar-toggle {
	border: 1px solid red;
}*/
.theme-navbar .navbar-toggle .icon-bar {
  background-color: black;
}
.theme-delivery-type a {
  padding: 15px 20px 11px;
  text-align: center;
  border-radius: 0px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #000000;
}
.theme-delivery-type i {
  font-size: 22px;
  margin-bottom: 5px;
}
.theme-delivery-type a:hover,
.theme-delivery-type a.active {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.restaurants-filter {
  background: transparent;
  color: #000000;
  padding: 10px 0;
}
.restaurants-filter:hover {
  color: #000000;
  text-decoration: underline;
}
.restaurants-filter:focus {
  color: #000000;
}
._get-gps-location {
  color: #000000;
}
._get-gps-location > img {
  margin-top: -2px;
  display: none;
}
._get-gps-location > i {
  display: inline-block;
  width: 16px;
}
._get-gps-location.show-spinner > img {
  display: inline-block;
}
._get-gps-location.show-spinner > i {
  display: none;
}
.modal #_delivery-check-form-wrapper {
  min-height: 300px;
}
.restaurants-filter + ul.dropdown-menu {
  z-index: 1001;
}
.modal .restaurants-filter,
.modal .restaurants-filter:hover,
.modal .restaurants-filter:focus {
  color: #000;
}
#_delivery-check-restaurants ._restaurant:last-of-type {
  margin-bottom: 0;
}
.theme-menu-blank-state p {
  font-size: 18px;
}
.product-placeholder {
  border-radius: 0px;
  margin: 10px 5px;
  box-shadow: 0 0 20px #00000012;
  background: #fff;
  color: #000;
}
.theme-menu-blank-state .img-placeholder {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
}
.theme-menu-blank-state .title-placeholder {
  content: '';
  display: block;
  height: 15px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  border-radius: 0px;
}
.theme-menu-blank-state .price-placeholder {
  content: '';
  display: block;
  height: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 0px;
}
.theme-menu-blank-state .btn-placeholder {
  background: #ffffff;
  color: #000000 !important;
  width: 100%;
  line-height: 30px;
}
.theme-menu-blank-state-cart .cart-wrapper {
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .theme-navbar-left {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1004;
  }
  .theme-navbar-left .navbar-collapse {
    padding: 0;
  }
  .theme-navbar-left.navbar-center .nav {
    text-align: left;
  }
  .theme-navbar-left.navbar-center .nav > li {
    display: block;
  }
  .theme-navbar-left .container {
    width: auto;
  }
  .theme-navbar-left .navbar-nav > li {
    float: none !important;
  }
  .theme-navbar-left .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .theme-logo-left-centered {
    display: none;
  }
}
@media (max-width: 1199px) {
  .theme-navbar-left .theme-logo-left {
    display: none;
  }
}
/* center navbar */
.navbar-toggle {
  float: none;
}
.navbar-header {
  text-align: center;
}
/* center navbar toggle button */
.navbar-center .nav {
  float: none;
  text-align: center;
}
.navbar-center .nav > li {
  float: none;
  display: inline-block;
}
@media (max-width: 767px) {
  /* center navbar links on small layout */
  .theme-navbar .nav > li {
    display: block;
  }
  /* center links */
  .theme-navbar-nav {
    float: none !important;
  }
  /* center logo */
  .brand img {
    margin: 0 auto !important;
  }
}
/* CONTENT */
.theme-content {
  background-color: #ffffff;
}
.theme-content-no-padding {
  padding: 0px;
}
.theme-content-padding-lg {
  padding: 60px;
}
@media (max-width: 767px) {
  .theme-content-padding-lg {
    padding: 20px;
  }
  .theme-home-body .theme-content-no-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* FOOTER */
.theme-footer {
  background-color: #000000;
  margin: 0px;
  color: #ffffff;
}
.theme-footer-inner {
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.theme-footer a {
  color: #ffffff;
}
.theme-footer a:hover {
  color: #ffffff;
}
.theme-footer ul {
  padding: 0;
}
.theme-footer li {
  display: inline-block;
  padding: 0 10px;
}
.theme-footer li:last-child {
  border: none;
}
.theme-footer-fat li {
  display: block;
  text-align: left;
}
@media (max-width: 767px) {
  .theme-footer li {
    display: block;
    padding: 5px;
  }
}
._powered-by-logo {
  fill: #ffffff;
  height: 20px;
  margin-top: 5px;
}
/* MENU */
/* MENU CATEGORIES // */
.theme-categories-wrapper {
  z-index: 900;
  margin-bottom: 15px;
  padding: 10px;
  padding: 0px;
  color: #ffffff;
  background: #000000;
}
.theme-categories-wrapper.affix-top {
  position: relative;
}
/* bootstrap drop down menu styling */
.theme-categories-wrapper .dropdown-menu {
  background: #000000;
}
.theme-categories-wrapper li a {
  padding: 5px 10px !important;
}
.theme-categories-wrapper.affix img {
  display: none;
}
.theme-categories-wrapper {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.theme-categories-wrapper li a,
.theme-categories-wrapper .dropdown.open a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 5px;
}
.theme-categories-wrapper li a,
.theme-categories-wrapper .dropdown.open a {
  color: #ffffff;
  font-size: 20px;
  background-color: #000000;
}
.theme-categories-wrapper li a:hover,
.theme-categories-wrapper li.active a:hover,
.theme-categories-wrapper .dropdown.open a:hover {
  color: #ffffff !important;
  background: #000000;
}
.theme-categories-wrapper li.active a,
.theme-categories-wrapper li.active a:hover,
.theme-categories-wrapper li.active a:focus,
.theme-categories-wrapper .dropdown.open a:focus {
  color: #ffffff !important;
  background: #000000;
}
.theme-categories-wrapper .theme-child-category a {
  padding-left: 20px !important;
}
/* menu_categories_background_color may be transparent and lighten function will fail with such value */
/*
.category_active() when (iscolor(@menu_categories_background_color)){
  .theme-categories-wrapper li a:hover, .theme-categories-wrapper li.active a {
    	background: lighten(@menu_categories_background_color, 15%) !important;
  }
}
.category_active;*/
.theme-products-wrapper {
  width: 100%;
}
.centered-pills {
  text-align: left;
}
.centered-pills ul.nav.nav-pills,
.centered-pills ul.nav.nav-tabs {
  display: inline-block;
}
.centered-pills ul.nav.nav-pills li,
.centered-pills ul.nav.nav-tabs li {
  display: inline;
}
.theme-categories-toggler {
  cursor: pointer;
}
/* // MENU CATEGORIES */
/* CATEGORIES // */
.theme-product-group {
  padding: 10px;
  margin-bottom: 0px;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.theme-product-group img {
  margin-right: 15px;
}
.theme-product-group .img-responsive {
  margin: 0 auto;
}
/* CATEGORY CENTER // */
.theme-product-group-text-hidden .theme-product-group-name,
.theme-product-group-text-hidden .theme-product-group-desc,
.theme-product-group-text-hidden .theme-product-group-types {
  display: none;
}
.theme-product-group-center {
  text-align: center;
}
.theme-product-group-center img,
.theme-product-group-center a {
  float: none !important;
}
.theme-product-group-center .theme-product-group-types li {
  display: none;
}
/* // CATEGORY CENTER */
.theme-product-group-name {
  color: #000000;
  font-family: Roboto Slab;
  font-size: 30px;
}
.theme-product-group-desc {
  color: transparent;
}
.theme-product-group-types {
  color: #000000;
}
.theme-product-group-types li {
  float: left;
  text-align: right;
  width: 100px;
}
/* // CATEGORY */
.menu-prodcut-price-group .dropdown,
.menu-prodcut-price-group ul {
  margin-bottom: 0px;
}
/* PRODUCT // */
/* // PRODUCT */
.theme-product {
  padding: 16px;
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
}
.theme-product-types-to-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 16px;
}
/* PRODUCT CENTER */
.theme-product-center {
  text-align: center;
}
.theme-product-center .img-responsive {
  margin: 0 auto;
}
.theme-product-center .theme-product-name {
  margin-top: 15px;
  margin-bottom: 15px;
  word-break: break-word;
}
.theme-product-center .theme-price {
  margin-top: 15px !important;
  word-break: break-word;
}
.theme-product-center img,
.theme-product-center a {
  float: none !important;
}
.theme-product-center .theme-product-types {
  float: none !important;
  text-align: center;
}
.theme-product-center .theme-product-types li:first-child {
  margin-top: 0px;
}
.theme-product-center .theme-product-types li {
  float: none !important;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
/* PRODUCT LEFT */
.theme-product-left {
  display: flex;
}
.theme-product-left ._buying-flow-image {
  flex-shrink: 0;
}
.theme-product-left .theme-product-text {
  flex-grow: 1;
  width: 100%;
}
.theme-product-left img {
  margin-right: 0;
  padding-right: 15px;
}
.theme-product-left .theme-product-types li {
  float: none;
}
.theme-product img {
  margin-right: 15px;
}
.theme-product-name {
  color: #000000;
  font-size: 21px;
}
.theme-product-desc {
  font-size: 14px;
  color: #000000;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box !important;
  margin-bottom: 15px !important;
  height: auto !important;
}
.theme-product-desc + .tooltip * {
  font-family: Arial, sans-serif;
  text-align: left;
  color: #fff !important;
  word-break: break-word;
}
.theme-product-desc + .tooltip em {
  font-style: normal;
}
.theme-product-desc + .tooltip strong {
  font-weight: normal;
}
.theme-product-desc + .tooltip u {
  text-decoration: none;
}
.theme-product-desc + .tooltip h1,
.theme-product-desc + .tooltip h2,
.theme-product-desc + .tooltip h3,
.theme-product-desc + .tooltip h4,
.theme-product-desc + .tooltip h5,
.theme-product-desc + .tooltip h6 {
  font-size: inherit;
  margin-top: 0;
}
.theme-product-desc + .tooltip ul,
.theme-product-desc + .tooltip ol {
  padding-left: 13px;
}
.theme-product-type {
  color: #000000;
}
.theme-product-attribute {
  margin-right: 5px;
  background-color: #595959;
  color: transparent;
  word-break: break-word;
}
.theme-products-list > .theme-product:nth-child(even) {
  background: transparent;
}
/*
.carousel.product {
	padding: 0px;
	margin: 0px;
}*/
/* product **/
.theme-product .dropdown-menu {
  left: auto;
  right: 0;
}
.theme-product.theme-product-center .dropdown-menu {
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .theme-product .dropdown-menu {
    left: 0;
    right: 0;
  }
}
/*.product-rows li {*/
.theme-product-types > ul {
  margin-bottom: 0px;
}
.theme-product-types li {
  float: left;
  text-align: right;
  min-height: 30px;
  /* to prevent bad display */
}
.theme-product-type {
  font-size: 0.7em;
}
.theme-product-attributes {
  margin: 5px 0px 10px 0px;
  width: 100%;
}
.theme-product-attributes span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
/*
.menu-prodcut-price-group {
    margin-bottom: 10px;
}*/
.menu-prodcut-price-group li {
  width: 100%;
}
/** menu buttons */
.theme-plus {
  display: inline-block;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  font-family: Arial;
}
.theme-plus {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  text-shadow: none;
}
.theme-plus:hover {
  background: #262626;
  text-shadow: none;
  text-decoration: none;
  color: #ffffff;
}
.theme-add-to-cart {
  cursor: pointer;
}
.theme-plus-btn {
  background: #000000;
  color: #ffffff !important;
  margin-top: 10px;
  margin-left: 10px;
  float: right;
}
@media (max-width: 560px) {
  .theme-plus-btn {
    margin-left: 0;
    float: none;
    width: 100%;
  }
}
._group-products-list .text-ellipsis {
  width: 100%;
  min-width: 150px;
}
.theme-product-center .theme-plus-btn {
  margin-left: 0px;
  float: none;
  width: 100%;
}
.theme-plus-btn:hover {
  background: #262626;
}
@media (max-width: 991px) and (hover: none) {
  .theme-plus-btn:hover {
    background: #000000 !important;
  }
}
/** price */
.theme-price {
  color: #000000;
  font-size: 21px;
}
@media (max-width: 991px) {
  .theme-product .theme-product-name {
    font-size: 15.75px;
  }
  .theme-product-group-name {
    font-size: 22.5px;
  }
  .theme-price {
    font-size: 17.849999999999998px;
  }
}
@media (max-width: 767px) {
  .theme-product .theme-product-name {
    font-size: 13.65px;
  }
  .theme-product-group-name {
    font-size: 19.5px;
  }
  .theme-price {
    font-size: 15.75px;
  }
}
.btn-group > .btn._buying-flow-product-quantity-btn,
.btn-group > .btn._buying-flow-change-type {
  border: none !important;
  border-radius: 25px !important;
  width: 25px;
  height: 25px;
  line-height: 8px;
  padding: 0;
  background: #f2f2f2;
}
.btn-group > .btn._buying-flow-half-toggle {
  border: none !important;
  border-radius: 3px !important;
  width: 25px;
  height: 25px;
  line-height: 8px;
  padding: 0;
  background: #f2f2f2;
}
.btn-group > .btn._buying-flow-half-toggle .fa {
  font-size: 14px;
}
.theme-buying-flow-modal .text-muted {
  color: #ccc;
}
/* CART // */
.cart-wrapper {
  z-index: 1001;
  padding: 18px !important;
  background: #000000;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .cart-wrapper,
  ._categories-wrapper {
    transition: top 0.3s;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
  }
}
.theme-cart-delivery-type {
  width: 100%;
}
.theme-cart-delivery-type button {
  padding: 8px 16px !important;
  background: transparent;
  width: 100%;
  height: 100%;
  font-size: 13px;
  text-align: left;
  border-radius: 0px;
  border: 1px solid #ffffff;
}
.theme-cart-delivery-type button .caret {
  margin-top: 7px;
}
.theme-cart-delivery-type:focus {
  outline: none;
}
.theme-cart-delivery-type ul {
  width: 100%;
}
.theme-cart-delivery-type .active a,
.theme-cart-delivery-type .active a:hover,
.theme-cart-delivery-type .active a:focus {
  background: #f5f5f5;
  color: initial;
}
@media (max-width: 991px) {
  .theme-cart-delivery-type label {
    font-size: 11px;
    padding: 4px !important;
  }
}
.theme-cart-delivery-type input + label,
.theme-cart-tips button {
  border: 1px solid #ddd;
}
.theme-cart-delivery-type input:checked + label,
.theme-cart-tips button.selected {
  z-index: 3 !important;
}
.theme-cart-delivery-type input:focus,
.theme-cart-tips button:focus {
  background: transparent;
}
.theme-cart-tips .media-flex > button {
  flex: 1 1 0px;
  color: inherit;
  background: transparent;
}
.theme-cart-tips .media-flex > button:hover {
  background: transparent;
  color: inherit;
}
.theme-half-label .label {
  background-color: #eee;
  color: #000;
  font-weight: 500;
}
.tip-amount {
  min-width: 210px;
}
.tip-amount > .popover-content {
  padding: 9px 14px 13px;
}
.tip-amount p,
.tip-amount a {
  color: #333 !important;
}
.tip-amount button {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* facebook ordering - cart row should be narrow */
.theme-home-fb .theme-cart-col {
  padding-left: 0px;
}
.theme-cart-delivery-time {
  margin-bottom: 0px;
}
.cart-wrapper h4 {
  color: #ffffff;
  font-family: Nunito;
}
.cart-wrapper .i-checks i {
  border: 1px solid #ffffff;
}
.cart-wrapper .i-checks input:checked + i:before {
  color: #000000;
}
.cart .cart-items-scrollable {
  border-color: #b3b3b3;
}
.cart .cart-summary {
  border-color: #b3b3b3;
}
.cart .popover-content .btn-upmenu {
  padding: 6px 12px;
}
._cart-dropdown li {
  border: none;
  padding: 0px !important;
  font-size: 16px;
}
._cart-dropdown li a {
  padding: 3px 10px;
}
._cart-dropdown i {
  cursor: pointer;
}
._cart-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.cart-mini {
  z-index: 1001;
  background: #000000;
  padding: 18px !important;
  color: #ffffff;
  top: 20px;
  right: 20px;
  width: 220px;
  position: fixed;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.cart-mini .price {
  color: #ffffff;
}
.cart-mini-nav {
  width: 100%;
  display: block;
}
/* // CART */
._buying-flow-modal ._scroll-modal > .btn {
  color: #000000;
}
/* hide products when left categories are not visible */
/* HOME PAGE */
.home-restaurant-info {
  padding: 20px;
}
.container-home-centered {
  padding: 60px;
}
@media (min-width: 992px) {
  .container-home-centered {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .container-home-centered {
    width: 40%;
  }
}
.carousel img {
  margin: 0 auto;
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 25px 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.carousel-caption h2 {
  color: white;
}
.carousel-indicators {
  bottom: 0px;
}
.home-newsletter-theme {
  padding: 20px;
}
.home-newsletter-theme h3 {
  margin: 0;
}
.home-img-bg {
  position: relative;
}
.home-img-bg .home-img-text {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  color: white;
}
.theme-home-body .carousel-img {
  height: 400px;
  background-position: center;
}
@media (max-width: 767px) {
  .theme-home-body .carousel-img {
    height: 300px;
  }
}
/* GALLERY */
.theme-gallery {
  margin-bottom: 20px;
}
/* RESTAURANT CONTEXT MENU */
.theme-restaurant-context {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-bottom: 30px;
}
.theme-restaurant-context-nav {
  margin-bottom: 40px;
  text-align: center;
}
.theme-restaurant-context-nav ul {
  margin: 0px;
}
.theme-restaurant-context-nav ul li {
  display: inline-block;
}
.theme-restaurant-context-nav ul li a {
  display: inline-block;
  padding: 20px;
  text-decoration: none;
}
/* RESTAURANT CONTEXT MENU */
/* ICONS ALIGNMENET WITH PARAGRAPH */
.theme-paragraph-with-icon {
  position: relative;
  padding-left: 40px;
}
.theme-paragraph-with-icon .fa {
  position: absolute;
  top: 5px;
  left: 0px;
}
/* ICONS ALIGNMENET WITH PARAGRAPH */
/* CONTACT */
.theme-contact-map-canvas {
  height: 350px;
}
/* HOURS */
.theme-hours .theme-day {
  display: inline-block;
  padding-right: 5px;
}
.theme-hours .theme-hour {
  display: inline-block;
}
.theme-menu-attribute-image {
  max-height: 200px;
  max-width: 200px;
}
/* PRODUCT RECOMMENDATION MODAL FIX */
.modal .theme-product {
  display: flex;
  flex-wrap: wrap;
}
.modal .theme-product > a {
  order: 1;
  display: block;
  width: 100%;
  text-align: center;
}
.modal .theme-product > a img {
  margin: 0 auto;
}
.modal .theme-product .theme-product-name {
  order: 2;
  width: 100%;
  max-width: 100%;
  display: block;
  float: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
.modal .theme-product .theme-product-desc {
  order: 3;
  width: 100%;
  max-width: 100%;
  display: block;
  float: none;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
.modal .theme-product .theme-product-types {
  order: 4;
  width: 100%;
  display: block;
  margin: 0;
  margin-top: auto;
  float: none;
}
.modal .theme-product .list-unstyled {
  text-align: center;
}
.modal .theme-product .theme-product-types li {
  float: none;
  display: block;
  text-align: center;
  /*margin-bottom: 10px;*/
}
.modal .theme-product .dropdown-menu {
  left: 0;
  right: 0;
}
.modal .theme-plus-btn {
  float: none;
  width: 100%;
  margin-left: 0;
}
@media (max-width: 767px) {
  .modal .flexbox {
    display: block;
  }
}
/* ---- MOBILE MENU FIX ---- */
@media (max-width: 560px) {
  .theme-product {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .theme-product > a {
    order: 1;
    display: block;
    width: 100%;
    text-align: center;
  }
  .theme-product > a img {
    margin: 0 auto;
  }
  .theme-product .theme-product-text {
    order: 2;
  }
  .theme-product .theme-product-name {
    order: 2;
    width: 100%;
    max-width: 100%;
    display: block;
    float: none;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  .theme-product .theme-product-desc {
    order: 3;
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0;
    padding: 0px;
    text-align: center;
  }
  .theme-product .theme-product-attributes {
    order: 4;
  }
  .theme-product .theme-product-types {
    order: 5;
    width: 100%;
    display: block;
    margin: 0;
    float: none;
  }
  ._group-products-list .text-ellipsis {
    min-width: 0;
  }
  .theme-product .list-unstyled {
    text-align: center;
  }
  .theme-product .theme-product-types li {
    float: none;
    display: block;
    text-align: center;
    /*margin-bottom: 10px;*/
  }
}
/* ---- END MOBILE MENU FIX ---- */
.img-responsive-bg {
  content: '';
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  background-size: contain!important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.img-responsive-bg-cover {
  content: '';
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  background-size: cover!important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.lazy-image img {
  display: none;
}
.lazy-image.load-spinner img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-right: 0;
}
/* ---------------------- */
.loyalty-stamp-success {
  -webkit-box-sizing: border-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  box-sizing: border-box !important;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: inline-block;
}
.loyalty-stamp-success:after {
  content: '\2713';
  color: white;
  width: 50px;
  line-height: 50px;
  height: 50px;
  font-weight: 900;
  text-shadow: 0px 0.5px, 0.5px 0px, 0.5px 0.5px;
}
.loyalty-api-stamp-collected {
  background-color: #ffffff;
}
.loyalty-api-stamp {
  background-color: #868686;
}
/* MODALS */
.modal {
  color: #333;
}
.modal .modal-title,
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  font-family: Nunito;
  color: #333;
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.flexbox:before {
  display: none;
}
.flexbox:after {
  display: none;
}
.flexbox > div {
  display: flex;
}
.flexbox > div > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.flexbox .theme-product-types {
  margin-top: auto;
}
.flexbox ._buying-flow-image {
  width: 100%;
}
.dropfile {
  border: 2px dashed #e0e4e8;
  text-align: center;
  min-height: 20px;
}
.dropfile:hover,
.dropfile.hover {
  border-color: #aac3cc;
}
.dropfile small {
  color: #788288;
  margin: 50px 0;
  display: block;
}
._change-image {
  padding: 10px;
  margin: 0 5px 10px;
  width: auto;
  max-height: 130px;
}
._change-image:hover {
  cursor: pointer;
  background: #f2f4f8;
}
/* Popup topbar */
#popup-modal-topbar {
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
}
#popup-modal-topbar h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  max-width: 80%;
}
#popup-modal-topbar a.btn-upmenu {
  color: #ffffff !important;
  background: #000000 !important;
}
#popup-modal-topbar ._hide-topbar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  text-align: center;
  border: 0;
  background: transparent;
}
@media (max-width: 480px) {
  #popup-modal-topbar h4 {
    font-size: 14px;
    white-space: nowrap;
  }
  #popup-modal-topbar a.btn-upmenu {
    font-size: 13px;
  }
}
/* MENU INSIDE IFRAME FIX */
@media (min-width: 768px) and (max-width: 1199px) {
  body.theme-inside-iframe .theme-content {
    width: 98%;
  }
}
/* END OF MENU INSIDE IFRAME FIX */
