html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-family: "Kaiti TC";
  color: #333333;
  font-size: 15px;
  overflow-x: hidden;
  line-height: 24px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-position: inside !important;
}

a {
  text-decoration: underline;
  color: #333333;
}

a:hover,
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

h4 {
  font-weight: bold;
}

img {
  border: none;
  max-width: 100%;
}

textarea {
  resize: none;
}

label {
  font-weight: normal;
}

iframe {
  border: 0;
}

input[type="radio"] {
  vertical-align: middle;
  margin: 0 5px 5px 0;
}

button {
  outline: none;
}

body.tea {
  text-align: center;
  padding: 20px;
}

.no-padding {
  padding: 0;
}

.strong {
  font-weight: bold;
}

.pink {
  color: #ffb1bb;
}

.green {
  color: #3dbf26;
}

.purple {
  color: #8a61d3;
}

.orange {
  color: #fd8e32;
}

.vcenter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.explain-text {
  color: #b3b3b3;
}

.box-shadow {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(184, 184, 184, 0.6);
  -moz-box-shadow: 3px 3px 10px 0px rgba(184, 184, 184, 0.6);
  box-shadow: 3px 3px 10px 0px rgba(184, 184, 184, 0.6);
}

.shadowfilter {
  -webkit-filter: drop-shadow(3px 3px 10px rgba(184, 184, 184, 0.6));
}

.mu-readmore-btn {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  font-size: 16px;
  padding: 15px 35px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-readmore-btn::after {
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.mu-readmore-btn:hover,
.mu-readmore-btn:focus {
  color: #fff;
}

.mu-readmore-btn:hover::after,
.mu-readmore-btn:focus::after {
  bottom: 0px;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
}

.mu-browsmore-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding: 12px 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-browsmore-btn:hover,
.mu-browsmore-btn:focus {
  color: #fff;
}

.mu-send-btn,
.mu-cancel-btn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-cancel-btn {
  background-color: #ccc;
}

/*==================
 HEADER SECTION
====================*/

#mu-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}


/*==================
 NAVBAR SECTION
====================*/
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }
}

.navbar-nav li a {
  line-height: 78px;
}


.mu-main-navbar {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-main-navbar a {
  text-decoration: none;
}

.mu-main-navbar .mu-main-nav {
  font-family: "Open Sans", sans-serif;
}

.mu-main-navbar .navbar-mobile-logo {
  display: none;
}

.mu-main-navbar .mu-main-nav li a {
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-main-navbar .mu-main-nav .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
}

.mu-main-navbar .mu-main-nav .dropdown-menu li a {
  padding: 10px 20px;
}

.mu-main-navbar .navbar-header .navbar-brand {
  color: #333;
  display: inline-block;
  font-weight: 700;
  font-size: 35px;
  padding: 0;
  margin-top: 16px;
  height: 34px;
  width: 180px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-main-navbar .navbar-header .navbar-brand img {
  margin-top: -10px;
}


.mu-main-navbar .navbar-header .navbar-brand-small {
  height: 20px;
  margin-top: 16px;
  width: 105px;
}

.mu-main-navbar .navbar-header .navbar-brand-small span {
  margin-top: -4px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
}

.navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-nav>li {
  margin-top: 15px;
}

.navbar-nav .navbar-logo {
  margin-top: 0;
}

.languages-link>a {
  display: inline-block !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}


/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 30px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 55px;
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 55px;
  border-radius: 50%;
}


.scrollToTop:hover,
.scrollToTop:focus {
  color: #fff;
}

/*==================
	SLIDER SECTION
====================*/

#mu-slider {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
}

.mu-slider-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-top-slider {
  display: inline;
  float: left;
  width: 100%;
}

.mu-top-slider-single {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.mu-top-slider .mu-top-slider-single:after {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.mu-top-slider .mu-top-slider-single img {
  width: 100%;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content {
  position: absolute;
  left: 15%;
  top: 30%;
  right: 15%;
  text-align: center;
  z-index: 99;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
  font-family: "Tangerine", cursive;
  font-size: 100px;
  font-weight: 400;
  line-height: 40px;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
  color: #fff;
  font-size: 70px;
  line-height: 90px;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 0 30px;
}

.mu-top-slider .slick-prev::before {
  content: "\f177";
  font-family: fontAwesome;
}

.mu-top-slider .slick-next::before {
  content: "\f178";
  font-family: fontAwesome;
}

.mu-top-slider .slick-prev,
.mu-top-slider .slick-next {
  background-color: transparent;
  border: 2px solid #888;
  height: 60px;
  top: 50%;
  width: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-top-slider .slick-prev::before,
.mu-top-slider .slick-next::before {
  color: #888;
}

.mu-top-slider .slick-prev:hover,
.mu-top-slider .slick-prev:focus,
.mu-top-slider .slick-next:hover,
.mu-top-slider .slick-next:focus {
  color: #fff;
}

.mu-top-slider .slick-prev:hover::before,
.mu-top-slider .slick-prev:focus::before,
.mu-top-slider .slick-next:hover::before,
.mu-top-slider .slick-next:focus::before {
  color: #fff;
}

.mu-top-slider .slick-prev {
  left: 20px;
}

.mu-top-slider .slick-next {
  right: 20px;
}

.mu-top-slider .slick-dots {
  bottom: 30px;
}

.mu-top-slider .slick-dots li button {
  border-radius: 50%;
}

.mu-top-slider .slick-dots li button::before {
  color: transparent;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-top-slider .slick-dots li.slick-active button::before {
  color: transparent;
  border-radius: 50%;
  opacity: 1;
}


/*==================
	ABOUT US SECTION
====================*/

#mu-about-us {
  display: inline;
  float: left;
  width: 100%;
  padding: 100px 0 0 0;
}

.mu-about-us-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-about-us-right {
  display: inline;
  float: left;
  margin-top: 20px;
  padding-top: 30px;
  padding-left: 15px;
  width: 100%;
}

.mu-about-us-right ul {
  margin-bottom: 20px;
  padding-left: 25px;
}

.mu-about-us-right ul li {
  line-height: 24px;
  margin-bottom: 10px;
}

.mu-about-us-right ul li:before {
  content: "\f0da";
  font-family: fontAwesome;
  margin-right: 10px;
}

.mu-about-us-left {
  display: inline;
  float: left;
  margin-top: 20px;
  padding-top: 30px;
  padding-right: 15px;
  width: 100%;
}

#about-us-more {
  display: none;
}

.mu-title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.mu-title .mu-subtitle {
  font-size: 50px;
  font-family: "Tangerine", cursive;
  line-height: 30px;
}

.mu-title h2 {
  font-size: 35px;
  margin-bottom: 5px;
}


/*==================
PRODUCT SECTION
====================*/

#mu-product {
  display: inline;
  float: left;
  padding: 100px 0 0 0;
  width: 100%;
}

.mu-product-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-product-area .mu-title h2 {}

.mu-product-content {
  margin-top: 20px;
  padding: 0 100px;
  width: 100%;
}

.mu-product-content>img {
  margin-bottom: 50px;
}


.mu-product-content h3 {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}

.mu-product-content p {
  letter-spacing: 0.5px;
}

.mu-product-content hr {
  clear: both;
  margin-top: 20px;
}


#mu-product .product-art-grid img {
  width: 55%;
  display: block;
  margin: 0 auto;
}

#mu-product .product-art-grid h4 {
  text-align: center;
}

#mu-product hr {
  margin-top: 50px;
  margin-bottom: 10px;
}

.mu-product-content .series-row {
  margin: 0 !important;
}

.mu-product-content col-divider {
  padding: 0;
}

#mu-product .flavor-row h4 {
  margin-top: 30px;
}

#mu-product .flavor-cell {
  padding: 10px;
  padding-right: 0;
}

#mu-product .flavor-cell img {
  margin-bottom: 5px;
}

.mu-product-group:after {
  content: "";
  display: table;
  clear: both;
}

.mu-left {
  display: inline;
  float: left;
  margin-top: 70px;
  width: 100%;
}


.mu-right {
  background-color: #fff;
  display: inline;
  float: left;
  margin-top: 60px;
  width: 100%;
  padding: 10px;
}

/*==================
 GALLERY SECTION
====================*/
#mu-gallery {
  display: inline;
  float: left;
  padding: 100px 0 100px 0;
  width: 100%;
}



/*==================
  ORDER SECTION
====================*/

#mu-order {
  display: inline;
  float: left;
  padding: 100px 0 0 0;
  width: 100%;
}

#mu-order .mu-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline;
  float: left;
  padding: 70px 0 100px;
  width: 100%;
}

.mu-order-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-order-content {
  display: inline;
  float: left;
  width: 100%;
}

#mu-order h3 {
  margin-left: 50%;
  transform: translateX(-50%);
}

#ice-cream-boxes-info {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px !important;
}

.flavor-type-total {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* stepper */
.step-line {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  width: 100%;
  left: 15px;
  position: relative;
}

.step-first-text {
  text-align: left;
  left: -15px;
}

.step-text {
  text-align: center;
}

.step-last-text {
  text-align: right;
  right: -15px;
}

.step {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  background: white;
  border-radius: 100px;
  margin-top: 30px;
  transition: 0.4s;
}

.step1 {
  margin-top: -10px;
}

.step2 {
  margin: 0 auto;
  margin-top: -10px;
}

.step3 {
  margin: 0 auto;
  margin-top: -10px;
}

#summary-table .summary-header-title {
  font-weight: bold;
  color: #FFB1BB;
}

#summary-table th {
  border-top: 0;
}

#summary-table tfoot th {
  padding-top: 20px;
}

#summary-table tfoot tr {
  border-top: 1px solid #ddd;
}

#summary-table #summary-classic-head th,
#summary-table #summary-ice-cream-head th {
  padding-top: 20px;
}


.step4 {
  float: right;
  margin-top: -10px;
}

.step-active {
  background: black;
}

.order-step {
  display: none;
}

.order-step-active {
  display: block;
}

.step-control {
  text-align: center;
}

#btn-next,
#btn-back,
.order-btn {
  width: 130px;
  outline: none;
  display: inline-block;
  font-size: 16px;
  padding: 10px 18px;
}

.order-btn {
  width: auto;
}

/* end stepper */

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: 0;
}

.order-step h4 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#order-step1 h5 {
  margin-bottom: 20px;
}

#order-step1 .row {
  margin-bottom: 10px;
}

#order-step1 .col-xs-2 {
  padding: 0;
}

#order-step1 .col-xs-2:first-child,
#order-step1 .col-xs-2:last-child {
  padding: 0 15px;
}

#order-step1 input[type="number"] {
  width: 80%;
  height: 80%;
  padding: 5px;
}

#order-step2 #order-details-pickup {
  display: none;
}

.form-control-half {
  display: inline-block;
  width: calc(50% - 2px);
  box-sizing: border-box;
}


#order-step3-fail {
  display: none;
}

#order-step3 .details div {
  padding: 8px;
}

#order-step4 {
  text-align: center;
}

#order-step4 .error {
  display: none;
}

.pickup-time {
  display: none;
}

/*==================
 CONTACT SECTION
====================*/

#mu-contact {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.mu-contact-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-contact-content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}

.mu-contact-content .contact-column {
  display: flex;
  justify-content: center;
}

.mu-contact-content .contact-column>div {
  display: inline-block;
}

.mu-form input[type="text"],
.mu-form input[type="email"],
.mu-form select {
  color: #000;
  height: 33px;
}

.mu-form input[type="text"]::placeholder,
.mu-form input[type="email"]::placeholder,
.mu-form textarea::placeholder,
.mu-form select:invalid {
  color: #aaa;
}

.mu-form input[type="text"]:focus,
.mu-form input[type="email"]:focus,
.mu-form input[type="number"]:focus,
.mu-form textarea:focus,
.mu-form select:focus {
  box-shadow: none;
}

.mu-form textarea {
  color: #000;
  padding: 10px;
}

.mu-form .form-flex {
  display: flex;
  justify-content: space-between;
}

.mu-form .form-flex input {
  flex: 1;
}



.mu-form .form-check {
  width: 50%;
}

.mu-form .form-check-label {
  padding: 0 5px;
}

.mu-form input[type="checkbox"].form-check-input {
  margin-top: 6px;
  margin-right: 6px;
}

#mu-contact address {
  margin-bottom: 0;
}

#mu-contact p {
  letter-spacing: 0.5px;
}

#mu-contact p i {
  display: inline;
  margin-right: 5px;
  width: 20px;
  text-align: center;
}


#form-messages {
  margin-bottom: 10px;
  background-color: #fff;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*==================
 MAP SECTION
====================*/

#mu-map {
  display: inline;
  float: left;
  height: 450px;
  width: 100%;
}

#mu-map iframe {
  width: 100%;
  height: 100%;
}

/*==================
 FOOTER SECTION
====================*/

#mu-footer {
  background-color: #444;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}

.mu-footer-area {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}

.mu-footer-social {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.mu-footer-social a {
  background-color: #555;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 47px;
  margin: 5px;
  text-align: center;
  width: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-footer-copyright {
  display: inline;
  float: left;
  width: 100%;
}

.mu-footer-copyright p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff;
}

.mu-footer-copyright p a {
  color: #fff;
}


/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {

  .mu-main-navbar .mu-main-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    position: absolute;
    left: 5%;
    top: 15%;
    right: 5%;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 80px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 55px;
    line-height: 70px;
  }

  .mu-product-content {
    padding: 0;
  }

  .mu-product-content li {
    margin-bottom: 10px;
  }

  .mu-order-slider li .mu-order-single {
    padding: 0 50px;
  }


  .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 26%;
  }

  .mu-form input[type="checkbox"].form-check-input {
    transform: scale(1.5);
  }

}


@media (max-width: 991px) {


  .mu-main-navbar .mu-main-nav li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .mu-top-slider-content .mu-product-btn {
    display: none;
  }

  .mu-about-us-left,
  .mu-product-form {
    text-align: center;
  }

  #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
    margin-top: 50px;
    padding: 0;
  }

  #mu-locations .mu-locations-area .mu-locations-content .mu-locations-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 22%;
  }

  #mu-order .mu-order-area .mu-order-content .mu-order-slider li .mu-order-single {
    padding: 0 60px;
  }

  #mu-order .mu-order-area .mu-order-content .mu-order-slider li .mu-order-single .mu-order-info p::before {
    top: 40%;
  }

  #mu-order .col-md-4 {
    width: 100%;
  }


}


@media (max-width: 767px) {

  #mu-header {
    padding: 0 15px;
  }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    margin-right: 0px;
    position: absolute;
    right: 0;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  .mu-main-navbar .mu-main-nav {
    background-color: #fff;
    text-align: center;
  }

  .mu-main-navbar .navbar-logo {
    display: none;
  }

  .mu-main-navbar .navbar-mobile-logo {
    display: inline-block;
  }

  .navbar-header {
    text-align: center;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    background-color: #fff;
  }

  .mu-left {
    margin-top: 0px;
  }

  .navbar-nav>li {
    margin-top: 0px;
  }

  .mu-contact-content .contact-column {
    justify-content: unset;
  }

  #mu-product .flavor-cell {
    font-size: 18px;
  }

  #mu-product .flavor-cell img {
    width: 50%;
  }

  .mu-form input[type="checkbox"].form-check-input {
    margin-top: 6px;
    margin-right: 6px;
    transform: scale(2);
  }

}


@media (max-width: 640px) {

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 50px;
    line-height: 75px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    top: 18%;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li a {
    font-size: 16px;
    margin: 0 5px;
  }

  #mu-locations .mu-locations-area .mu-locations-content .mu-locations-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 18%;
  }

  #mu-order .mu-order-area .mu-order-content .mu-order-slider li .mu-order-single {
    padding: 0;
  }

  .mu-order-slider li .mu-order-single .mu-order-info p {
    font-size: 16px;
    line-height: 30px;
  }

  #mu-chef .mu-chef-area .mu-chef-content .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a {
    margin: 0 3px;
    padding: 3px 0;
    width: 30px;
  }

  .mu-top-slider .slick-dots {
    display: none !important;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 45px;
    line-height: 35px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 0 5px;
  }

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 30px;
    line-height: 50px;
  }

}


@media (max-width: 480px) {

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    top: 20%;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
    display: none;
  }

  .mu-product-content p {
    padding: 0;
  }


  .mu-title {
    margin-bottom: 0;
  }

  #mu-order .mu-order-area .mu-order-content .mu-order-slider li .mu-order-single {
    padding: 0;
  }

  #mu-subscription .mu-subscription-area .mu-subscription-form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }

  #mu-subscription .mu-subscription-area {
    padding: 0;
    text-align: center;
  }

  #mu-subscription .mu-subscription-area .mu-subscription-form .mu-readmore-btn {
    width: auto;
  }

  #mu-locations .mu-locations-area .mu-locations-content .mu-locations-body .mu-single-gallery {
    width: 100%;
  }

  #mu-locations .mu-locations-area .mu-locations-content .mu-locations-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 30%;
  }

  #mu-map {
    height: 350px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
    margin-bottom: 10px;
  }


}

@media (max-width: 360px) {

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 22px;
    line-height: 30px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 30px;
    line-height: 25px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
    margin-bottom: 12px;
  }

  #mu-about-us {
    padding: 100px 0 50px;
  }

  #mu-restaurant-menu {
    padding-bottom: 0px;
  }

  #mu-product .mu-product-area .mu-product-content {
    padding: 0;
  }

  .mu-opening-hour h2 {
    font-size: 42px;
    padding-bottom: 10px;
  }

  .mu-title h2 {
    font-size: 28px;
  }

  #mu-order .mu-order-area .mu-order-content .mu-order-slider li .mu-order-single .mu-order-info p {
    font-size: 16px;
    line-height: 24px;
  }

  #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
    text-align: center;
  }

  #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right .mu-contact-widget address {
    text-align: left;
  }

  #mu-contact {
    padding: 100px 0 50px;
  }

  #mu-locations .mu-locations-area .mu-locations-content .mu-locations-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 27%;
  }

  #mu-footer .mu-footer-area .mu-footer-social a {
    font-size: 18px;
  }

  #mu-map {
    height: 250px;
  }

  .mu-form .mu-send-btn {
    width: 100%;
  }

}


@media (max-width: 320px) {

  #mu-locations .mu-locations-area .mu-locations-content .mu-locations-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 25.5%;
  }


}

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
}