@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900");
.md_col_container {
  max-width: 1200px;
  margin: 0 auto;
  /*
  .md_col_container {
    margin-left: -20px;
  }
  */ }
  .md_col_container::after {
    clear: both;
    content: "";
    display: block; }
  .md_col_container.expanded {
    max-width: none; }

.md_col_one_third {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px; }
  @media (min-width: 992px) {
    .md_col_one_third {
      width: calc(33.33333% - 20px);
      float: left;
      margin-left: 15px;
      padding-left: 15px; } }

.md_col_two_third {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px; }
  @media (min-width: 992px) {
    .md_col_two_third {
      width: calc(66.66667% - 25px);
      float: left;
      margin-left: 15px; } }

.md_col_one_quarter {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px; }
  @media (min-width: 992px) {
    .md_col_one_quarter {
      width: calc(25%);
      float: left;
      margin-left: 0; } }

.md_col_three_quarter {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px; }
  @media (min-width: 992px) {
    .md_col_three_quarter {
      width: calc(75%);
      float: left;
      margin-left: 0; } }

.md_col_half {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  @media (min-width: 768px) {
    .md_col_half {
      width: calc(100% - 30px);
      float: left;
      margin-left: 15px; } }
  @media (min-width: 992px) {
    .md_col_half {
      width: calc(50% - 22.5px);
      float: left;
      margin-left: 15px; } }
  @media (min-width: 992px) {
    .expanded .md_col_half {
      width: calc(50%);
      float: left;
      margin-left: 0; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #8c8c8f;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.2px; }
  body.modal-active .md_modal_overlay {
    visibility: visible;
    opacity: 1;
    z-index: 1000; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  height: 100%; }

body {
  height: 100%; }
  body > #root {
    height: 100%; }

.md_content {
  /*padding-bottom: 81px;*/ }

.md_separator_title {
  background: rgba(191, 191, 191, 0.4);
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 10px; }
  .md_separator_title h2 {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    color: #0b2135; }

ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

li {
  list-style: none; }

h2 {
  font-weight: 400;
  letter-spacing: 0.2px;
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  color: #0b2135; }

h3 {
  font-weight: 300;
  letter-spacing: 0.2px;
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  color: #0b2135; }

h4 {
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0;
  line-height: 1.1;
  color: #0b2135; }

h5 {
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1;
  color: #0b2135; }

h6 {
  letter-spacing: 1.5px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px; }

p {
  color: #8c8c8f;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin: 0 0 10px;
  margin-bottom: 0; }

label {
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
  max-width: 100%; }

input[type="text"], input[type="email"], input[type="number"], input[type="password"] {
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  letter-spacing: 0.2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

a, button, input[type="button"] {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

/* Helper classes */
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .flex .align-top {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .flex .align-bottom {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end; }

/* Dynamic red underline */
.md_locations h3, .menu .inside ul a {
  display: inline-block; }
  .md_locations h3:after, .menu .inside ul a:after {
    background: #fd4f57;
    content: '';
    display: block;
    height: 2px;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 0%; }
  .md_locations h3:hover, .menu .inside ul a:hover {
    cursor: pointer; }
    .md_locations h3:hover:after, .menu .inside ul a:hover:after {
      width: 100%; }

.alert_info.md_separator_title h2 {
  color: #8894a3;
  font-size: 10px;
  text-align: left; }

.alert_info .ico_info {
  display: inline-block;
  padding-right: 10px; }

.out_padding_bottom {
  padding-bottom: 0 !important; }

.alert_promo.md_separator_title {
  background-color: #00c3a7;
  text-align: left; }
  .alert_promo.md_separator_title h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 2px 0; }

.md_full_title_border {
  width: 100%;
  padding: 30px;
  border-bottom: 1px solid #e9e9e9; }
  .md_full_title_border h2 {
    font-weight: 300px;
    line-height: 1.5; }

.space_extra_top {
  margin-top: 10px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .space_extra_top {
      margin-top: 45px; } }

input[type="tel"] {
  height: 50px; }

.btn.width_auto {
  width: auto !important;
  display: inline-block;
  padding: 0 40px; }

.btn:disabled {
  cursor: inherit;
  pointer-events: none;
  background: #c0c0c0; }

.btn.btn_light_gray {
  width: 100%;
  background-color: #f9f9f9;
  border: none;
  display: block;
  text-align: center;
  color: #0b2135;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1px;
  border-radius: 2px;
  outline: none;
  cursor: pointer; }
  .btn.btn_light_gray:hover, .btn.btn_light_gray:focus {
    background-color: #2c4155;
    color: white; }

/* Layout */
main, .main {
  position: relative;
  z-index: 0; }

.content:before {
  z-index: 10; }

.md {
  /* Full Width  - disabled the padding on mobile */
  /* Margin bottoms */ }
  .md_fullwidth {
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 768px) {
      .md_fullwidth {
        margin-right: 0;
        margin-left: 0; } }
  .md_m_bottom_small {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .md_m_bottom_small {
        margin-bottom: inherit; } }
  .md_m_bottom_medium {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .md_m_bottom_medium {
        margin-bottom: inherit; } }

.clear::after {
  clear: both;
  content: "";
  display: block; }

/* Utility / Visibility */
.hide-mobile {
  display: none; }
  @media (min-width: 992px) {
    .hide-mobile {
      display: block; } }

.hide-desktop {
  display: block; }
  @media (min-width: 992px) {
    .hide-desktop {
      display: none !important; } }

.hide-all {
  display: none; }

.md_header {
  padding-bottom: 50px; }
  .md_header_navigation {
    background-color: #0b2135;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 5;
    -webkit-transform: translate(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .md_header_navigation_left_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 55px; }
  .md_header_navigation_left_button_icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px; }
    .md_header_navigation_left_button_icon svg g {
      stroke: #fff; }
  .md_header_navigation_left_button_text {
    margin: 0 0 3px 10px;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.1; }
  .md_header_navigation_title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*padding-right: 50px;*/ }
  .md_header_navigation_title_text {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin: 0;
    line-height: 1.1; }
  .md_header_navigation_right_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 55px; }
  .md_header_navigation_right_button_icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px; }
    .md_header_navigation_right_button_icon svg g {
      stroke: #fff; }
  .md_header_navigation_right_button_text {
    margin: 0 0 3px 10px;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.1; }

.md_menu_delivery_method_box {
  border-bottom: 1px solid #e9e9e9; }
  .md_menu_delivery_method_box ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .md_menu_delivery_method_box li {
    text-align: center;
    list-style: none;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }
    .md_menu_delivery_method_box li span {
      border-left: solid 1px #e9e9e9;
      float: left;
      height: 30px;
      margin-top: 11px;
      text-align: center; }
  .md_menu_delivery_method_box button,
  .md_menu_delivery_method_box a {
    background: transparent;
    border: none;
    color: #0b2135;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 0;
    text-transform: uppercase;
    width: 70%;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    border-bottom: 3px solid transparent; }
    .md_menu_delivery_method_box button.active, .md_menu_delivery_method_box button.selected,
    .md_menu_delivery_method_box a.active,
    .md_menu_delivery_method_box a.selected {
      outline: 0;
      outline-offset: 0;
      background-image: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-bottom-color: #fd4f57;
      color: #fd4f57; }

.md_tabs_wrapper {
  position: relative; }
  .md_tabs_wrapper > .md_content {
    position: relative; }
  .md_tabs_wrapper .md_tab_content {
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px 0; }
    .md_tabs_wrapper .md_tab_content#info {
      padding-right: 0;
      padding-left: 0; }
      @media (min-width: 768px) {
        .md_tabs_wrapper .md_tab_content#info {
          padding: 15px; } }
  .md_tabs_wrapper .md_tab_menu .cart {
    padding-top: 33px; }
  .md_tabs_wrapper .tab_promo .md_menu_items {
    border-top: 1px solid #e9e9e9;
    margin-top: 20px;
    display: block; }
    @media (min-width: 768px) {
      .md_tabs_wrapper .tab_promo .md_menu_items {
        margin-top: 45px; } }
  .md_tabs_wrapper .tab_promo .md_menu_item {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    line-height: 0;
    width: 100%; }
  .md_tabs_wrapper .tab_promo .cart {
    padding-top: 45px; }
  @media screen and (max-width: 992px) {
    .md_tabs_wrapper .tab_promo .tab_info .md_col_two_third {
      width: 100%;
      margin: 0; } }
  .md_tabs_wrapper .tab_promo .tab_info h2 {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .md_tabs_wrapper .tab_promo .tab_info h2 {
        padding-left: 0;
        padding-right: 0; } }
  .md_tabs_wrapper .map {
    width: 100%;
    height: 175px; }
    @media (min-width: 992px) {
      .md_tabs_wrapper .map {
        height: 365px; } }

.md_content > .md_menu {
  padding-bottom: 81px; }

.md_menu .md_tab_menu {
  padding-top: 0; }

.content-wrap .md_bottom {
  position: fixed; }

.md_menu_discount_box {
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
  border-radius: 31px;
  border: solid 1px #fd4f57;
  background-color: rgba(253, 79, 87, 0.12);
  margin: 0 auto;
  display: flex;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; 
  margin-top: 10px; 
}

.md_menu_discount_box:hover {
  opacity: 0.5;

}

@media (max-width: 927px) {
  .md_menu_discount_box {
      margin-bottom: 10px;
  }
}

.md_menu_discount_box_text {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 2px 0px;
  /* width: 113px; */
  opacity: 0.7;
  font-family: Lato;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #fd4f57; }

.menu-search {
  width: 100%;
  font-size: 12px !important;
  margin-top: 10px;
  border: 1px solid #e9e9e9;
  padding: 10px;
  height: 40px !important;
  border-radius: 10px;
  background: url("../images/step3-menu-list/icon-search.png") no-repeat 98% center; }
  .menu-search:focus {
    outline: 0; }

.md_goto_search.is_stuck {
  background: white;
  z-index: 2;
  top: 110px;
  padding-bottom: 10px; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .md_goto_search.is_stuck {
      width: 93%;
      position: fixed; } }

.menu-separator {
  margin-top: 15px;
  background-color: #e9e9e9;
  height: 1px;
  border-bottom: none;
  border: none; }

.md_checkout_payment_method_form {
  padding: 15px 0; }
  @media (min-width: 768px) {
    .md_checkout_payment_method_form {
      padding: 15px 15px 10px 15px !important; } }

/* Menu items */
.md_menu_items {
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .md_menu_items {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.md_menu_item {
  /* max-height: 15vh; */
  /* min-height: 16vh; */
  min-height: 120px;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
  padding: 10px 0px 10px 0px;
  line-height: 0; }
  @media (min-width: 768px) {
    .md_menu_item {
      border: 1px solid transparent;
      padding: 10px 50px 10px 0;
      width: 50%; } }
  .md_menu_item:hover h4 {
    color: #fd4f57; }
  .md_menu_item:hover p {
    color: #000; }
  .md_menu_item:hover .md_menu_item_price {
    font-weight: 700; }

.md_menu_item_name {
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 17px;
  color: #0b2135;
  letter-spacing: 0.2px; }

  .md_menu_item_name  span {
    color: #fd4f57;  
  }

.md_menu_item_description {
  display: -webkit-box;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.57;
  overflow: hidden;
  color: #8c8c8f;
  margin-bottom: 0;
  margin: 0 0 10px;
  text-transform: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.md_menu_item_price {
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  color: #0b2135;
  text-transform: none;
  text-align: left;
  /* padding-left: 5px; */ } 

.md_menu_category .banner-category {
  height: auto;
  overflow: hidden;
  /* margin-top: 10px; */ 
} 

  .md_menu_category .banner-category img {
    width: 100%; }

/* Menu Category */
.md_menu_category {
  position: relative; }
  .md_menu_category .md_menu_category_title {
    padding: 7px 0 0;
    /* border-bottom: 1px solid #e9e9e9; */
    padding-bottom: 12px; }
    @media (min-width: 768px) {
      .md_menu_category .md_menu_category_title {
        padding: 24px 0 11px; } }
    .md_menu_category .md_menu_category_title.is_stuck {
      -webkit-box-shadow: 0 10px 15px 5px #fff;
              box-shadow: 0 10px 15px 5px #fff;
      background: linear-gradient(to bottom, #fff 0, #fff 80px, rgba(255, 255, 255, 0.21));
      border-bottom: 0;
      margin-top: 0px;
      z-index: 2;
      position: fixed;
      top: 50px; }
      .md_menu_category .md_menu_category_title.is_stuck span h2 {
        /* border-bottom: 1px solid #fd4f57; */
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0.2px;
        margin-top: 5px;
        max-width: 80%;
        overflow: hidden;
        padding-bottom: 2px;
        text-overflow: unset;
        text-transform: none;
        vertical-align: bottom;
        white-space: normal; }
        @media (min-width: 768px) {
          .md_menu_category .md_menu_category_title.is_stuck span h2 {
            font-size: 26px;
            max-width: 60%; } }
        .md_menu_category .md_menu_category_title.is_stuck span h2:hover {
          cursor: pointer; }
        .md_menu_category .md_menu_category_title.is_stuck span h2 + .icn-arrow {
          display: inline-block;
          visibility: visible;
          margin-bottom: 2px;
          margin-left: 12px; }
          .md_menu_category .md_menu_category_title.is_stuck span h2 + .icn-arrow svg {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: transform 0.3s linear;
            -webkit-transition: -webkit-transform 0.3s linear;
            transition: -webkit-transform 0.3s linear;
            transition: transform 0.3s linear;
            transition: transform 0.3s linear, -webkit-transform 0.3s linear;
            width: 12px; }
            .md_menu_category .md_menu_category_title.is_stuck span h2 + .icn-arrow svg path {
              stroke: #fd4f57; }
      .md_menu_category .md_menu_category_title.is_stuck span.open + .sub_menu {
        display: block;
        height: auto; }
      .md_menu_category .md_menu_category_title.is_stuck span.open .icn-arrow svg {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .md_menu_category .md_menu_category_title .icn-arrow {
      visibility: hidden; }
    .md_menu_category .md_menu_category_title span h2 {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.2px;
      margin-top: 5px;
      margin-bottom: 0;
      text-transform: uppercase;
      vertical-align: bottom;
      white-space: nowrap;
      color: #fd4f57;
      line-height: 24px;
      display: inline-block; }
  .md_menu_category.is_stuck_container {
    padding-top: 15px; }
    @media (min-width: 768px) {
      .md_menu_category.is_stuck_container {
        padding-top: 68px; } }
.sub_menu {
  -webkit-box-shadow: 5px 10px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 5px 10px 12px 0 rgba(0, 0, 0, 0.15);
  height: 75vh;
  z-index: 1;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 25px;
  display: none;
  background: #fff;
  overflow-y: auto; }
  @media (min-width: 768px) {
    .sub_menu {
      height: auto;
      -webkit-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 50px;
              column-gap: 50px; } }
  @media (min-width: 768px) {
    .sub_menu.cols_2 {
      -webkit-column-count: 2;
      column-count: 2; } }
  @media (min-width: 768px) {
    .sub_menu.cols_3 {
      -webkit-column-count: 3;
      column-count: 3; } }
  .sub_menu li {
    -webkit-break-inside: avoid;
    -webkit-column-break-inside: avoid;
            break-inside: avoid; }
    .sub_menu li:first-child > a {
      padding-top: 0; }
  .sub_menu a {
    color: #8c8c8f;
    display: block;
    padding: 8px 0;
    text-decoration: none; }
    .sub_menu a.active {
      color: #fd4f57;
      text-decoration: underline; }
    .sub_menu a:hover {
      color: #0b2135;
      text-decoration: none; }

@-webkit-keyframes to-up {
  from {
    padding-top: 5px; }
  to {
    padding-top: 0px; } }

@keyframes to-up {
  from {
    padding-top: 5px; }
  to {
    padding-top: 0px; } }

.landing-wrapper {
  overflow: hidden !important; }
  @media screen and (max-width: 450px) {
    .landing-wrapper {
      overflow: auto !important; } }
  .landing-wrapper .pac-container {
    padding-bottom: 15px;
    top: 50px !important;
    left: 0px !important;
    z-index: 9999999; }

.md_content_landing {
  background-size: cover;
  height: 100vh; }
  .md_content_landing .hgroups h1 {
    margin: 0;
    text-align: center;
    padding-top: 100px;
    color: #fff; }
  .md_content_landing .contratar-button {
    position: absolute;
    right: 15px;
    bottom: 60px;
    text-align: center;
    color: #fff; }
  .md_content_landing .md_locations_search_box {
    background: none;
    border-bottom: 0px; }
    @media screen and (max-width: 450px) {
      .md_content_landing .md_locations_search_box .md_locations_search_box_address {
        width: 100% !important;
        margin-top: 10px; } }
  .md_content_landing .cards_payment {
    text-align: center;
    margin-top: 10px; }
    .md_content_landing .cards_payment .paymentText {
      color: #fff; }
    .md_content_landing .cards_payment .cardImg .visa, .md_content_landing .cards_payment .cardImg .western, .md_content_landing .cards_payment .cardImg .mastercard, .md_content_landing .cards_payment .cardImg .american, .md_content_landing .cards_payment .cardImg .discover, .md_content_landing .cards_payment .cardImg .maestro {
      background-color: #fff;
      width: 32px;
      height: 32px;
      -webkit-mask: url("../images/landing/visa.svg") no-repeat center;
      mask: url("../images/landing/visa.svg") no-repeat center;
      display: inline-block; }
    .md_content_landing .cards_payment .cardImg .western {
      -webkit-mask: url("../images/landing/western.svg") no-repeat center;
      mask: url("../images/landing/western.svg") no-repeat center; }
    .md_content_landing .cards_payment .cardImg .mastercard {
      -webkit-mask: url("../images/landing/mastercard.svg") no-repeat center;
      mask: url("../images/landing/mastercard.svg") no-repeat center; }
    .md_content_landing .cards_payment .cardImg .american {
      -webkit-mask: url("../images/landing/american.svg") no-repeat center;
      mask: url("../images/landing/american.svg") no-repeat center; }
    .md_content_landing .cards_payment .cardImg .discover {
      -webkit-mask: url("../images/landing/discover.svg") no-repeat center;
      mask: url("../images/landing/discover.svg") no-repeat center; }
    .md_content_landing .cards_payment .cardImg .maestro {
      -webkit-mask: url("../images/landing/maestro.svg") no-repeat center;
      mask: url("../images/landing/maestro.svg") no-repeat center; }

.touch-mobile {
  background: #fd7e84;
  cursor: pointer; }

@media screen and (max-width: 668px) {
  .md_content_list .hgroups h1 {
    margin: 10px;
    font-size: 18px; } }

.md_content_list .md_item_container {
  float: left;
  width: 100%; }
  .md_content_list .md_item_container:last-child {
    margin-bottom: 50px; }
  @media screen and (max-width: 668px) {
    .md_content_list .md_item_container .md_locations_item_name {
      font-size: 17px; } }
  .md_content_list .md_item_container .md_locations_item_name span img {
    width: 15px; }
  .md_content_list .md_item_container .md_locations_item_name:hover {
    cursor: pointer; }
  .md_content_list .md_item_container .md_locations_item_address {
    height: 23px; }

.md_content_list .md_locations_item_image {
  float: left;
  margin: .5em;
  width: 10%;
  z-index: 11;
  position: relative; }
  @media screen and (max-width: 668px) {
    .md_content_list .md_locations_item_image {
      width: 20%;
      margin-top: 0px; } }
  .md_content_list .md_locations_item_image img {
    width: 80%; }
    @media screen and (max-width: 668px) {
      .md_content_list .md_locations_item_image img {
        width: 100%;
        height: 68px; } }
  .md_content_list .md_locations_item_image:hover {
    cursor: pointer; }

    
.md_content_list .md_locations_item_image_mp {
  float: left;
  margin: .5em;
  width: 10%;
  z-index: 11;
  position: relative; }
  @media screen and (max-width: 668px) {
    .md_content_list .md_locations_item_mp {
      width: 100%;
      margin-bottom: 0px !important; } }
  .md_content_list .md_locations_item_mp:last-child {
    margin-bottom: 0px; }
  .md_content_list .md_locations_item_mp:hover {
    background: none; }

@media screen and (max-width: 668px) {
  .md_content_list .md_hot_deals {
    min-height: 130px;
    max-height: 150px;
    padding-top: 10px;
    margin-top: 0px; } }

@media screen and (max-width: 668px) {
  .md_content_list .md_hot_deals .md_promo_in_list {
    position: absolute;
    left: 0;
    width: 100%; } }

@media screen and (min-width: 667px) {
  .md_content_list .md_hot_deals .md_promo_in_list {
    position: relative; } }

.md_content_list .md_item_button {
  float: left;
  width: 40%; }
  @media (min-width: 768px) {
    .md_content_list .md_item_button {
      width: 50%; } }
  .md_content_list .md_item_button .md_cart_bottom_button {
    width: auto;
    font-size: 10px;
    padding: 5px;
    height: auto;
    margin-top: 25px;
    float: right; }
    @media screen and (max-width: 668px) {
      .md_content_list .md_item_button .md_cart_bottom_button {
        margin-top: 0px; } }

.md_content_list .md_locations_item {
  float: left;
  width: 100%;
  margin-bottom: 20px !important; }
  @media screen and (max-width: 668px) {
    .md_content_list .md_locations_item {
      width: 100%;
      margin-bottom: 0px !important; } }
  .md_content_list .md_locations_item:last-child {
    margin-bottom: 0px; }
  .md_content_list .md_locations_item:hover {
    background: none; }

    .md_content_list .md_locations_item_mp {
      float: left;
      width: 100%;
      margin-bottom: 20px !important; }
      @media screen and (max-width: 668px) {
        .md_content_list .md_locations_item_mp {
          width: 100%;
          margin-bottom: 0px !important; } }
      .md_content_list .md_locations_item_mp:last-child {
        margin-bottom: 0px; }
      .md_content_list .md_locations_item_mp:hover {
        background: none; }

.md_content_list .md_locations_item_descripcion {
  font-size: 11px; }

.md_content_list .footer-item {
  float: left;
  width: 100%;
  font-size: 11px; }
  @media (min-width: 768px) {
    .md_content_list .footer-item {
      float: right;
      width: calc(100% - 10.5% - .5em); } }

.md_content_list .infoFooter {
  float: left;
  width: 60%;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .md_content_list .infoFooter {
      width: 50%; } }
  @media screen and (max-width: 668px) {
    .md_content_list .infoFooter {
      margin-top: 0px; } }
  .md_content_list .infoFooter div {
    display: inline-block;
    margin-right: 15px; }

.md_content_list .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }

.md_content_list .cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem; }
  @media (min-width: 40rem) {
    .md_content_list .cards__item {
      width: 50%; } }
  @media (min-width: 56rem) {
    .md_content_list .cards__item {
      width: 33.3333%; } }

.md_content_list .card {
  padding: 20px 5px;
  background-color: white;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 668px) {
    .md_content_list .card {
      padding: 5px 5px; } }
  @media (min-width: 768px) {
    .md_content_list .card {
      height: 180px;
      padding: 20px;
      width: 100%; } }
  .md_content_list .card .md_menu_item_name {
    font-size: 11px; }
  .md_content_list .card .md_menu_item_description {
    font-size: 12px;
    text-transform: lowercase; }
    @media screen and (max-width: 668px) {
      .md_content_list .card .md_menu_item_description {
        margin-bottom: 0px !important; } }
  .md_content_list .card:hover {
    cursor: pointer; }
    .md_content_list .card:hover .md_menu_item_name {
      color: #fd4f57;
      font-weight: bold; }
    .md_content_list .card:hover .md_menu_item_description {
      font-weight: bold; }

.md_content_list .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem; }

.md_content_list .card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-filter: contrast(70%);
          filter: contrast(70%);
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91); }
  .md_content_list .card__image::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  @media (min-width: 40rem) {
    .md_content_list .card__image::before {
      padding-top: 66.6%; } }

.md_content_list .card__title {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase; }

.md_content_list .card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 1.25rem; }

.md_content_list .slick-dots {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto; }
  .md_content_list .slick-dots li {
    display: inline-block;
    border-radius: 50px/50px;
    border: solid 1px #8c8c8f;
    width: 10px;
    height: 10px;
    margin: 4px;
    font-size: 0;
    text-indent: -9999999px; }
  .md_content_list .slick-dots .slick-active {
    background-color: #8c8c8f; }

.md_content_list .slick-arrow {
  display: block;
  position: absolute;
  z-index: 5;
  top: 45%;
  font-size: 20px; }

.md_content_list .fa-angle-left {
  left: -5px; }
  @media screen and (max-width: 668px) {
    .md_content_list .fa-angle-left {
      left: 10px; } }

.md_content_list .fa-angle-right {
  right: -5px; }
  @media screen and (max-width: 668px) {
    .md_content_list .fa-angle-right {
      right: 10px; } }

.touch-mobile-listpage {
  background: #8acdd0;
  -webkit-transition: none;
  transition: none; }

.loader {
  position: absolute;
  top: 44%;
  left: 50%;
  z-index: 99999999;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  border-width: 6px;
  height: 45px;
  width: 45px;
  -webkit-animation: md_loading_spinner_animation 0.5s infinite linear;
  animation: md_loading_spinner_animation 0.5s infinite linear;
  border: 4px solid rgba(253, 79, 87, 0.25);
  border-radius: 100%;
  border-top: 4px solid #fd4f57;
  display: block; }

@-webkit-keyframes md_loading_spinner_animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes md_loading_spinner_animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes line_in_hover {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes line_in_hover {
  from {
    width: 0; }
  to {
    width: 100%; } }

.md_loading_spinner_overlay {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001; }

.md_loading_spinner {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  border-width: 6px;
  height: 45px;
  width: 45px;
  -webkit-animation: md_loading_spinner_animation 0.5s infinite linear;
  animation: md_loading_spinner_animation 0.5s infinite linear;
  border: 4px solid rgba(253, 79, 87, 0.25);
  border-radius: 100%;
  border-top: 4px solid #fd4f57;
  display: block; }

@-webkit-keyframes md_loading_spinner_animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes md_loading_spinner_animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes line_in_hover {
  from {
    width: 0; }
  to {
    width: 100%; } }

.md_modal {
  z-index: 1000;
  position: relative; }

.md_modal_overlay {
  background: rgba(4, 4, 15, 0.75);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  overflow-y: hidden;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .md_modal_overlay .hide_modal {
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .md_modal_overlay .show_modal {
    opacity: 1;
    visibility: visible;
    display: block; }
  .md_modal_overlay .view_modal:target {
    display: block; }

.full-height {
  top: 0 !important;
  margin-bottom: 0 !important; }

.md_reset_password_container .md_modal_close, .md_generic_modal .md_modal_close, .md_register_container .md_modal_close {
  right: 0px !important; }

.md_modal_content {
  height: 100%;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  z-index: 1050; }
  @media screen and (min-width: 768px) {
    .md_modal_content > div {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      height: auto;
      min-height: 100%;
      overflow: hidden;
      height: 100%; } }
  @media (min-width: 768px) {
    .md_modal_content {
      height: auto; } }
  @media screen and (min-width: 768px) {
    .md_modal_content {
      width: 562px;
      max-height: 100%;
      top: 10%;
      margin: 0 auto;
      position: relative;
      overflow: hidden; } }
  .md_modal_content .md_login_container.modal_theme .md_modal_field, .md_modal_content .md_register_container.modal_theme .md_modal_field, .md_modal_content .md_delivery_address_container.modal_theme .md_modal_field, .md_modal_content .md_reset_password_container.modal_theme .md_modal_field, .md_modal_content .md_order_detail_container.modal_theme .md_modal_field, .md_modal_content .md_generic_modal.modal_theme .md_modal_field {
    margin-bottom: 22px; }
    .md_modal_content .md_login_container.modal_theme .md_modal_field.password_field, .md_modal_content .md_register_container.modal_theme .md_modal_field.password_field, .md_modal_content .md_delivery_address_container.modal_theme .md_modal_field.password_field, .md_modal_content .md_reset_password_container.modal_theme .md_modal_field.password_field, .md_modal_content .md_order_detail_container.modal_theme .md_modal_field.password_field, .md_modal_content .md_generic_modal.modal_theme .md_modal_field.password_field {
      position: relative; }
      .md_modal_content .md_login_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text, .md_modal_content .md_register_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text, .md_modal_content .md_delivery_address_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text, .md_modal_content .md_reset_password_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text, .md_modal_content .md_order_detail_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text, .md_modal_content .md_generic_modal.modal_theme .md_modal_field.password_field .md_login_forgot_password_text {
        text-align: center;
        display: block;
        width: 100%;
        padding-top: 20px;
        cursor: pointer; }
        @media screen and (min-width: 768px) {
          .md_modal_content .md_login_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text:hover, .md_modal_content .md_login_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text:focus, .md_modal_content .md_register_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text:hover, .md_modal_content .md_register_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text:focus, .md_modal_content .md_delivery_address_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text:hover, .md_modal_content .md_delivery_address_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text:focus, .md_modal_content .md_reset_password_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text:hover, .md_modal_content .md_reset_password_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text:focus, .md_modal_content .md_order_detail_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text:hover, .md_modal_content .md_order_detail_container.modal_theme .md_modal_field.password_field .md_login_forgot_password_text:focus, .md_modal_content .md_generic_modal.modal_theme .md_modal_field.password_field .md_login_forgot_password_text:hover, .md_modal_content .md_generic_modal.modal_theme .md_modal_field.password_field .md_login_forgot_password_text:focus {
            color: #fc030f; } }
  .md_modal_content .md_login_container.modal_theme.out_lateral_padding, .md_modal_content .md_register_container.modal_theme.out_lateral_padding, .md_modal_content .md_delivery_address_container.modal_theme.out_lateral_padding, .md_modal_content .md_reset_password_container.modal_theme.out_lateral_padding, .md_modal_content .md_order_detail_container.modal_theme.out_lateral_padding, .md_modal_content .md_generic_modal.modal_theme.out_lateral_padding {
    margin-left: 0;
    margin-right: 0; }
  .md_modal_content .modal_wrapper {
    position: relative;
    padding-bottom: 81px; }
    @media screen and (min-width: 768px) {
      .md_modal_content .modal_wrapper {
        height: 100%;
        padding-bottom: 0px; } }
    .md_modal_content .modal_wrapper .btn {
      margin-top: 10px;
      margin-bottom: 0; }
    .md_modal_content .modal_wrapper .md_order .info_delivery {
      color: #0b2135;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.2px;
      line-height: 1.1; }
    .md_modal_content .modal_wrapper .md_order .description {
      margin: -15px 15px 15px 15px; }
    .md_modal_content .modal_wrapper .md_order .info_delivery_detail {
      width: 100%;
      margin: 0;
      padding: 0; }
      .md_modal_content .modal_wrapper .md_order .info_delivery_detail li {
        display: inline-block;
        color: #8c8c8f;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 1.38;
        padding-right: 13px;
        position: relative;
        vertical-align: middle; }
        .md_modal_content .modal_wrapper .md_order .info_delivery_detail li:after {
          content: "";
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #8c8c8f;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          margin-right: 3px; }
        .md_modal_content .modal_wrapper .md_order .info_delivery_detail li:last-child:after {
          display: none; }
    .md_modal_content .modal_wrapper .md_order .md_cart {
      border-bottom: none; }
      .md_modal_content .modal_wrapper .md_order .md_cart .md_cart_totals_items .md_cart_totals_loyalty_points{
        padding-bottom: 0; }
      .md_modal_content .modal_wrapper .md_order .md_cart .md_cart_items {
        pointer-events: none; }
    .md_modal_content .modal_wrapper.max_height_600 {
      max-height: 600px; }
  .md_modal_content .md_login_facebook {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .md_modal_content .md_login_facebook:hover, .md_modal_content .md_login_facebook:focus {
      opacity: .8; }
    .md_modal_content .md_login_facebook .md_login_facebook_button {
      cursor: pointer; }
      .md_modal_content .md_login_facebook .md_login_facebook_button:hover, .md_modal_content .md_login_facebook .md_login_facebook_button:focus {
        outline: none; }
  .md_modal_content .md_login_google_button {
    cursor: pointer;
    outline: none; }
  .md_modal_content .md_login_google {
    margin: 0 0 20px; }
  @media screen and (min-width: 768px) {
    .md_modal_content .md_reset_password_send_button {
      margin: 20px 0 24px; } }
  .md_modal_content .md_login_register_text {
    font-size: 14px;
    padding-bottom: 12px; }
    .md_modal_content .md_login_register_text .md_login_register_button {
      width: auto;
      height: auto;
      font-size: 14px;
      padding: 0 4px;
      cursor: pointer;
      outline: none;
      text-transform: capitalize;
      font-weight: normal;
      letter-spacing: normal;
      background-color: transparent;
      color: #fd4f57; }
      .md_modal_content .md_login_register_text .md_login_register_button:hover, .md_modal_content .md_login_register_text .md_login_register_button:focus {
        color: #fc030f; }
  .md_modal_content .md_register_container .md_modal_field {
    margin-bottom: 20px !important; }
  .md_modal_content .button_red {
    cursor: pointer; }
    .md_modal_content .button_red:hover, .md_modal_content .button_red:focus {
      background-color: rgba(253, 79, 87, 0.9);
      outline: none; }
  .md_modal_content .md_reset_password .md_modal_field {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .md_modal_content .md_reset_password .md_modal_field {
        margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .md_modal_content .md_product_details_wrapper .md_product_details_bottom {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 20px 40px;
      bottom: 0;
      background: #fff; } }
  .md_modal_content .md_product_details_wrapper .md_product_details_bottom .md_product_details_button {
    outiline: none;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .md_modal_content .md_product_details_wrapper .md_product_details_bottom .md_product_details_button {
        margin-left: 40px; } }
    .md_modal_content .md_product_details_wrapper .md_product_details_bottom .md_product_details_button:hover, .md_modal_content .md_product_details_wrapper .md_product_details_bottom .md_product_details_button:focus {
      background: #8acdd0; }
  .md_modal_content .md_modal_close {
    text-align: right;
    padding: 25px 30px 0 0;
    position: inherit;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .md_modal_content .md_modal_close {
        right: -10px;
        /* top: 30px; */
        position: relative; } }
  @media screen and (min-width: 768px) {
    .md_modal_content .md_product_details_top {
      padding: 20px 40px 0px 40px; } }
  .md_modal_content .btn_delete {
    height: auto;
    outline: none;
    cursor: pointer; }
    .md_modal_content .btn_delete:hover, .md_modal_content .btn_delete:focus {
      color: #fd4f57; }
  @media screen and (min-width: 768px) {
    .md_modal_content .select_group label {
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
              flex-grow: 1; } }
  @media screen and (min-width: 768px) {
    .md_modal_content .md_product_details_options_group_options {
      margin: 14px 0 28px; } }
  .md_modal_content .md_product_details_options_group_options > li {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media screen and (min-width: 768px) {
      .md_modal_content .md_product_details_options_group_options > li {
        margin: 12px 0;
        cursor: pointer;
        position: relative;
        width: 50%;
        vertical-align: top; } }
    @media screen and (min-width: 768px) {
      .md_modal_content .md_product_details_options_group_options > li:hover > div, .md_modal_content .md_product_details_options_group_options > li:focus > div {
        -webkit-box-shadow: 0 0 0 1px #5eb3b7;
                box-shadow: 0 0 0 1px #5eb3b7;
        -webkit-transition: -webkit-box-shadow 100ms ease-in;
        transition: -webkit-box-shadow 100ms ease-in;
        transition: box-shadow 100ms ease-in;
        transition: box-shadow 100ms ease-in, -webkit-box-shadow 100ms ease-in;
        -webkit-transition: -webkit-transform 0.25s ease;
        transition: -webkit-transform 0.25s ease;
        transition: transform 0.25s ease;
        transition: transform 0.25s ease, -webkit-transform 0.25s ease; } }
    .md_modal_content .md_product_details_options_group_options > li label {
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        .md_modal_content .md_product_details_options_group_options > li label {
          width: 168px; } }
    @media screen and (min-width: 768px) {
      .md_modal_content .md_product_details_options_group_options > li span {
        display: inline-block;
        margin-left: auto;
        margin-top: 0px; }
        .md_modal_content .md_product_details_options_group_options > li span:nth-of-type(2) {
          margin-left: 5px; } }
    .md_modal_content .md_product_details_options_group_options > li select {
      outline: none !important; }
      .md_modal_content .md_product_details_options_group_options > li select:hover {
        border-color: #5eb3b7; }
    .md_modal_content .md_product_details_options_group_options > li input[type=checkbox] {
      visibility: hidden; }
    .md_modal_content .md_product_details_options_group_options > li.pressed > div {
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
  @media screen and (min-width: 768px) {
    .md_modal_content .md_product_details_options_group_options .select_group label {
      z-index: -1; } }
  @media screen and (min-width: 768px) {
    .md_modal_content .md_product_details_special_instructions {
      margin-bottom: 0;
      padding-bottom: 48px; } }
  @media screen and (min-width: 768px) {
    .md_modal_content .md_modal_close_button {
      margin: 0; } }

.md_modal_close {
  display: block;
  position: absolute;
  right: 0;
  z-index: 3;
  cursor: pointer; }

.md_modal_close_button {
  display: block;
  margin: 15px;
  margin-right: 0px; }

.md_modal_bottom {
  background: #fff;
  border-top: 1px solid #e9e9e9;
  bottom: 0;
  padding: 10px;
  position: fixed;
  width: 95%;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .md_modal_bottom {
      -ms-flex-align: center;
      -webkit-box-align: center;
              align-items: center;
      border-top: 1px solid #e9e9e9;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex: 0 0 190px;
      -webkit-box-flex: 0;
              flex: 0 0 190px;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: 40px 10px 20px;
      position: initial;
      z-index: 10;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 20px 15px;
      position: relative; } }

.md_modal_bottom_button {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  width: 100%;
  height: 60px;
  line-height: 1.25;
  background: #5eb3b7;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none; }
  .md_modal_bottom_button:hover, .md_modal_bottom_button:focus {
    background: #8acdd0; }
  .md_modal_bottom_button[disabled], .md_modal_bottom_button[disabled]:hover, .md_modal_bottom_button[disabled]:active, .md_modal_bottom_button[disabled]:focus {
    background: #c0c0c0 !important;
    color: #fff;
    cursor: initial;
    opacity: 1; }

.btn_green {
  background: #5eb3b7;
  cursor: pointer;
  outline: none; }
  .btn_green:hover, .btn_green:focus {
    background: #8acdd0; }
  .btn_green.disabled, .btn_green.disabled:hover, .btn_green.disabled:active, .btn_green.disabled:focus {
    background: #c0c0c0 !important;
    color: #fff;
    cursor: initial;
    opacity: 1; }

.md_modal_bottom_button_text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left; }

.md_modal_field {
  margin-bottom: 15px; }
  .md_modal_field label {
    color: #0b2135;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .md_modal_field .txt_error {
    display: none;
    color: #ed524d;
    font-size: 12px;
    padding-top: 5px;
    text-transform: capitalize; }
  .md_modal_field.msg_error .txt_error {
    display: block; }

.md_modal_field_input {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0b2135;
  display: block;
  padding: 10px 15px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  width: 100%; }
  .md_modal_field_input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0; }

.smoothing {
  position: relative; }
  @media screen and (min-width: 768px) {
    .smoothing::before {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.74)), to(white));
      background: linear-gradient(to bottom, rgba(254, 255, 255, 0) 0%, rgba(255, 255, 255, 0.74) 50%, white 100%);
      content: ' ';
      display: block;
      width: 100%;
      height: 30px;
      left: 0;
      position: absolute;
      top: -31px; } }

/* Select padding for IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .md_modal_content.modal_detail .md_product_details_options_group_options > li.select_group label {
    padding-left: 60px; } }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.md_modal_map {
  height: 300px; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.75);
  width: 100vw;
  height: 100vh;
  opacity: 1;
  -webkit-transition: opacity  0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.popup .popUpContainer {
  width: 100%;
  max-width: 550px;
  position: fixed;
  /* To avoid scroll to target */
  left: 50%;
  top: 50%;
  margin-top: -225px;
  /* Trick to properly center the element by using negative 
  1/2 length of element as margin left and top */
  margin-left: -250px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  z-index: 9999999; }
  @media screen and (max-width: 668px) {
    .popup .popUpContainer {
      margin-top: -150px; } }

.popup h2 {
  padding: 0.5em;
  text-align: center;
  color: #444444;
  margin: 0; }

.popup img {
  width: 100%;
  display: block; }

.popup article {
  height: 450px; }
  @media screen and (max-width: 668px) {
    .popup article {
      height: 300px; } }

/* The cancel button on popup dialog */
.popup a.closePopUp {
  font-family: verdana;
  color: #e74c3c;
  position: absolute;
  top: 0.2em;
  right: 0.375em;
  margin: 0;
  padding: 5px;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none; }

/* The cancel button on popup dialog */
.popup a:hover {
  color: #c0392b; }

/* When popup is targeted, by clicking on link with #popup in HTML */
.popup:target {
  opacity: 1;
  top: 0; }

.popup .closePopUpOutSide {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999991; }

.popup:target .popUpContainer {
  top: 50px;
  -webkit-transition: top  0.35s ease;
  -webkit-transition: top 0.35s ease;
  transition: top 0.35s ease; }

@media (max-width: 796px) {
  .popup .popUpContainer {
    width: 90%;
    max-width: none;
    left: 5%;
    margin-left: 0; }
  .popup ul {
    padding: 0 1em 0 1em; }
  .popup:target .popUpContainer {
    top: 25px;
    -webkit-transition: top  0.35s ease;
    -webkit-transition: top 0.35s ease;
    transition: top 0.35s ease; } }

.close-promo-popup {
  position: absolute;
  right: 10px;
  color: #c0392b;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px; }

  .md_location_logo_image {
    height: 100px;
    width: 100px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.md_locations_logo_image {
  height: 100px;
  width: 100px;
  border: 1px solid #fff;
  border-radius: 3px; }

.md_locations_search_box {
  padding: 15px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  background-size: cover;
  background-image: url(https://pedidos.masdelivery.com/panel/images/gallery/260/gallery.jpg);
  background-position: center center; }
  .md_locations_search_box .md_locations_search_box_inner {
    max-width: 600px;
    margin: 0 auto; }
  .md_locations_search_box .pac-container {
    width: 100% !important; }

.md_locations_search_box_instructions {
  color: #0b2135;
  font-size: 18px;
  padding: 10px 0 15px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.55); }

.md_locations_search_box_container {
  background: rgba(46, 46, 46, 0.5);
  width: 100%;
  margin: auto;
  padding: 10px 20px;
  border-radius: 6px;
  /*
  width: calc(90% - 30px);
  margin: auto;
  padding: 10px 20px;
  border-radius: 6px;
   margin-top: -95px;
  margin-bottom: 50px; */
}

.md_locations_search_box_address, .md_locations_search_box_localname {
  border-color: #e9e9e9;
  height: 50px;
  padding: 0 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0b2135;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  line-height: 1.42857;
  background-color: #fff;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  outline: 0; }

.md_locations_search_box_button {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  padding: 15px 60px;
  background: #fd4f57;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .md_locations_search_box_button:hover {
    background: #fd7e84;
    cursor: pointer; }

    .md_locations_item_mp {
      width: 100%;
      padding: 15px 15px;
      background-color: #fff;
      border-bottom: 1px solid #e9e9e9; }
      .md_locations_item_mp:hover {
        background: #f9f9f9; }
        .md_locations_item_mp:hover h3:after {
          width: 100%; }
      .md_locations_item_mp:last-child {
        margin-bottom: 50px; }
      .md_locations_item_mp.infowindow {
        margin-bottom: 0 !important;
        border: 0;
        padding: 10px 0px; }
        .md_locations_item_mp.infowindow:hover h3:after {
          width: 0%; }
    

      .md_locations_item {
        width:calc(100% - 30px);
        margin:auto;
        background-color: #fff;
        border-bottom: 1px solid #e9e9e9;
        border-radius: 5px;
        box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        
    }
      .md_locations_item:hover {
        background: var(--color_background_info); }
        .md_locations_item:hover h3:after {
          width: 100%; }
      .md_locations_item.infowindow {
        margin-bottom: 0 !important;
        border: 0;
        padding: 10px 0px; }
        .md_locations_item.infowindow:hover h3:after {
          width: 0%; }
          @media (min-width: 480px) { /*ACA ADENTRO VA LO DE ESCRITORIO*/
            
            .md_locations_item {
                width:calc(33.33% - 30px);
                float:left; 
                margin: 15px;
            }
          }
          @media (max-width: 927px) {
            .md_locations_item {
            width:calc(100% - 30px);
            }
        }

.md_locations_item_name {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #0b2135;
  font-weight: 700;
  text-transform: none;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  padding: 15px;
  padding-bottom: 3px; }
  .infowindow .md_locations_item_name {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0; }

    .md_locations_item_name_mp {
      margin: 0;
      font-size: 20px;
      letter-spacing: .2px;
      line-height: 20px;
      color: #0b2135;
      font-weight: 700;
      text-transform: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 24px;
      padding-bottom: 3px;}
      .infowindow .md_locations_item_name_mp {
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0; }

.md_locations_item_address {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #0b2135;
  text-transform: none;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
  padding: 0 15px;}
  .infowindow .md_locations_item_address {
    line-height: 16px;
    font-size: 12px; }

.md_locations_item_address_mp {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #0b2135;
  text-transform: none;
  line-height: 19px; }
  .infowindow .md_locations_item_address_mp {
    line-height: 16px;
    font-size: 12px; }

.md_locations_item_online {
  background-color: #8fced37d;
  color: #4b6c8b !important;
  border-radius: 8px;
  width: 80px;
  height: 20px;
  line-height: 20px !important;
  font-weight: bold !important;
  text-align: center;
  float: right;
  }

.md_locations_item_pickup_delivery {
  /* margin: 0;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 16px;
  color: #fd4f57;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 9px;  */

  margin-top: 10px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  border-top: solid 1px rgba(37, 62, 85, 0.1);
  justify-content: space-between;
}

.md_locations_item_pickup_delivery div {
  display: flex;
  text-decoration: none;
  margin-right: 5px;
  margin: 0;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 25px;
  color: #fd4f57;
  font-weight: 700;
  font-family: Lato;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.md_locations_item_pickup_delivery div img{
  margin-right: 5px;
}

.md_locations {
  height: calc(100vh - 50px); }
  .md_content .md_locations {
    margin-top: 0;
    padding-bottom: 0; }
  .md_locations .map {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; }
  @media (min-width: 992px) {
    .md_locations .md_locations {
      /* overflow-y: scroll; */
      height: calc(100vh - 379px); } }
  .md_locations .md_map_container {
    display: none; }
    @media (min-width: 992px) {
      .md_locations .md_map_container {
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: block; } }
  .md_locations .md_col_container {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: -webkit-box;
    display: flex;
  max-width: 1200px; }
  @media (min-width: 992px) {
    .md_locations .content-wrap {
      overflow: hidden; } }
  .md_locations .md_show_map .md_map_container {
    display: block;
    margin-left: 0;
    width: 100%;
    height: calc(100vh - 86px); }
    @media (min-width: 992px) {
      .md_locations .md_show_map .md_map_container {
        height: auto; } }
  .md_locations .md_show_map .md_locations {
    display: none; }
  .md_locations .md_separator_title {
    margin-bottom:0px !important;}
  ul a.menu_tag.tag_selected {color: black;font-size: 16px;font-weight: bold;}
  .tag_container {background: #f9f9f9;}
  .tag_container .md_col_container {padding: 0 auto;margin: 0 auto;}
  .tag_container .md_col_half {width: 100%;padding: 0px;margin: 0px;height: auto;}
  .tag_container .md_col_half .categories-bar{margin-bottom: 0px;}

.md_cart {
  border: 1px solid #e9e9e9; }
  @media (min-width: 768px) {
    .md_cart .md_scroll_cart_items {
      height: 130px;
      overflow-y: scroll; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cart .md_separator_title {
    margin-bottom: 0px !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cart .md_cart_totals_items .md_cart_totals_loyalty_points{
    border-top: none; } }

.md_cart_item {
  border-bottom: 1px solid #e9e9e9;
  color: #0b2135;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .md_cart_item .btn_edit {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    right: -60px;
    top: 10px;
    -webkit-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out; }
    .md_cart_item .btn_edit:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #fd4f57;
      position: absolute;
      bottom: 0;
      right: 0; }
  .md_cart_item:hover {
    background-color: #f9f9f9; }
    .md_cart_item:hover .btn_edit {
      opacity: 1;
      visibility: visible;
      right: 20px; }
    .md_cart_item:hover .price {
      /*opacity: 0;
      visibility: hidden;*/
      display: none; }
  .md_cart_item:last-child {
    border-bottom: none; }

.md_cart_item_quantity {
  color: #fd4f57;
  margin-right: 5px;
  text-align: right; }

.md_cart_item_description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 2px; }

.md_cart_item_description_name {
  font-size: 14px; }

.md_cart_item_description_options {
  color: #8c8c8f;
  font-weight: 400;
  padding-top: 10px; }

.md_cart_item_description_comments {
  color: #0b2135;
  font-size: 12px;
  font-style: italic;
  padding-top: 12px;
  word-wrap: break-word; }

.md_cart_item_value {
  margin-left: 15px;
  text-align: right; }

.md_cart_totals_items {
  padding: 10px 15px; }
  @media screen and (min-width: 768px) {
    .md_cart_totals_items {
      border-top: 1px solid #e9e9e9; } }

.md_cart_totals_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.md_cart_totals_item_name {
  color: #8c8c8f;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 2.2; }

.md_cart_totals_item_value {
  color: #0b2135;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  margin-left: 10px; }

.md_cart_totals_discount_code_input_wrapper {
  position: relative; }

.md_form_field_discount_code_input {
  padding-right: 70px !important;
  text-transform: uppercase !important; }

.md_cart_totals_discount_code_button {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  background: #fff;
  color: #0b2135;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  border: none;
  border-radius: 2px;
  text-transform: none;
  height: 48px; }
  .md_cart_totals_discount_code_button:after {
    background: #fd4f57;
    content: ' ';
    display: block;
    height: 1px;
    width: 100%; }
  .md_cart_totals_discount_code_button:hover {
    font-weight: 700; }

.md_cart_totals_grandtotal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0b2135;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px; }

.md_cart_totals_grandtotal_name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 18px; }

.md_cart_totals_grandtotal_value {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
  text-align: right; }

.md_cart_special_instructions {
  margin-bottom: 10px;
  padding: 10px 15px;
  position: relative;
  border: 1px solid #e9e9e9;
  border-top: none; }

.md_cart_special_instructions_title {
  color: #fd4f57;
  margin: 10px 0;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1; }

.md_cart_special_instructions_textarea {
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  color: #0b2135;
  font-size: 16px;
  font-style: italic;
  outline: none;
  padding: 22px;
  resize: none;
  width: 100%;
  overflow: auto;
  margin: 0; }
  .md_cart_special_instructions_textarea:hover, .md_cart_special_instructions_textarea:focus {
    border: 1px solid #8c8c8f;
    -webkit-transition: border 300ms ease;
    transition: border 300ms ease; }

.md_cart_container .md_cart_container_inner {
  padding-top: 10px; }
  .md_cart_container .md_cart_container_inner.is_stuck {
    position: relative;
    top: 30px; }

.md_cart_empty {
  padding: 62px 42px;
  border: 1px solid #e9e9e9;
  border-radius: 2px; }
  .md_cart_empty h5 {
    color: #c0c0c0;
    font-size: 14px;
    line-height: 1.71;
    margin: 0 auto 25px auto;
    text-align: center;
    letter-spacing: 1px; }
  .md_cart_empty .md_empty_icon {
    display: block;
    height: 124px;
    margin: 0 auto; }

.md_login {
  overflow: auto; }

@media screen and (min-width: 768px) {
  .md_modal_content.modal_height_auto {
    height: auto; } }

.md_login_container {
  margin: 20px; }
  @media screen and (min-width: 768px) {
    .md_login_container {
      margin: 0;
      padding: 20px;
      overflow-y: auto;
      height: 100%;
      max-height: 80vh; } }
  @media screen and (min-width: 768px) {
    .md_login_container > div {
      margin-bottom: 0px; } }

.md_login_title {
  text-align: center; }

.md_login_title_separator {
  border: 1px solid #fd4f57;
  height: 2px;
  margin: 16px auto 32px;
  width: 25px; }

.md_login_forgot_password {
  padding-bottom: 12px;
  text-align: center; }

.md_login_forgot_password_text {
  color: #8c8c8f;
  text-transform: uppercase; }

.md_login_button {
  padding: 0 20px;
  width: 100%;
  background: #fd4f57;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.md_login_forgot_password_button {
  padding: 0 20px;
  width: 100%;
  background: #0b2135;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  cursor: pointer; }
  .md_login_forgot_password_button:hover, .md_login_forgot_password_button:focus {
    background: #2c4155; }

.md_login_separator_or {
  border-bottom: 1px solid #c0c0c0;
  font-size: 12px;
  height: 20px;
  margin: 15px auto 30px;
  text-align: center;
  width: 70px; }

.md_login_separator_or_text {
  background: #fff;
  line-height: 38px;
  padding: 0 10px; }

.md_login_facebook {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 2px 0 22px; }

.md_login_facebook_button {
  background-color: #3b5998;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.md_login_facebook_button_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.md_login_facebook_button_text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 21px; }

.md_login_google {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 2px 0 22px; }

.md_login_google_button {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  color: #0b2135;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.md_login_google_button_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.md_login_google_button_text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 21px; }

.md_login_register_text {
  text-align: center;
  color: #8c8c8f;
  text-transform: uppercase;
  padding-bottom: 12px; }

.md_login_register_button {
  padding: 0 20px;
  width: 100%;
  background: #fd4f57;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.md_register {
  overflow: auto; }

.md_register_container {
  margin: 15px 15px 0px 15px; }
  @media screen and (min-width: 768px) {
    .md_register_container {
      margin: 0;
      padding: 20px 20px 0px 20px;
      overflow-y: auto;
      height: 100%;
      max-height: 80vh; } }

.md_register_title {
  text-align: center; }

.md_register_title_separator {
  border: 1px solid #fd4f57;
  height: 2px;
  margin: 16px auto 28px;
  width: 25px; }

.md_register_register_button {
  padding: 0 20px;
  width: 100%;
  background: #fd4f57;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .md_register_register_button {
      margin-bottom: 15px; } }

.md_reset_password, .md_generic {
  overflow: auto; }

.md_reset_password_container {
  margin: 15px 15px 0px 15px; }
  @media screen and (min-width: 768px) {
    .md_reset_password_container {
      margin: 0;
      padding: 20px 20px 0px 20px;
      overflow-y: auto;
      height: 100%;
      max-height: 70vh; } }

.md_generic_modal {
  margin: 50px 20px;
  margin-top: 0px; }
  @media screen and (min-width: 768px) {
    .md_generic_modal {
      margin: 0;
      padding: 20px;
      overflow-y: auto;
      height: 100%;
      max-height: 70vh; } }

.md_reset_password_title {
  text-align: center; }

.md_reset_password_title_separator {
  border: 1px solid #fd4f57;
  height: 2px;
  margin: 16px auto 28px;
  width: 25px; }

.md_reset_password_text {
  line-height: 1.5;
  margin: -14px 0 32px;
  padding: 0 10px;
  text-align: center; }

.md_reset_password_send_button, .btn_blue_dark {
  border: none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #0b2135;
  color: #fff;
  padding: 0 20px;
  width: 100%;
  margin: 30px 0 22px;
  cursor: pointer; }
  .md_reset_password_send_button:hover, .md_reset_password_send_button:focus, .btn_blue_dark:hover, .btn_blue_dark:focus {
    background: #2c4155; }

.md_form_field {
  margin-bottom: 15px; }
  .md_form_field label {
    color: #0b2135;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .md_form_field.half {
    width: 100%; }
    @media (min-width: 768px) {
      .md_form_field.half {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; } }

.md_form_field_input {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0b2135;
  display: block;
  padding: 10px 15px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  width: 100%; }
  .md_form_field_input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0; }
  .md_form_field_input.error {
    border: 1px solid #ed524d;
    -webkit-transition: border 300ms ease;
    transition: border 300ms ease; }
  .md_form_field_input.cod_security {
    float: none !important;
    padding-right: 10px !important; }

.md_form_field_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(https://cf.chownowcdn.com/marketplace-react-prod/static/media/icon-chevron-down.9861177c.svg) right 15px top 50% no-repeat;
  border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  letter-spacing: 0.2px;
  padding-right: 35px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0b2135;
  display: block;
  padding: 10px 15px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  width: 100%; }

.md_form_field_error_message {
  color: #ed524d !important;
  text-transform: none !important;
  font-size: 12px !important;
  line-height: 1.4 !important; }

.md_field_container::after {
  clear: both;
  content: "";
  display: block; }

.md_field_container .md_width_50 {
  width: 100%; }
  @media (min-width: 768px) {
    .md_field_container .md_width_50 {
      width: 50%;
      float: left;
      padding: 0 10px; }
      .md_field_container .md_width_50:first-child {
        padding-left: 0; }
      .md_field_container .md_width_50:last-child {
        padding-right: 0; } }
  @media (min-width: 768px) {
    .md_field_container .md_width_50.end {
      padding: 0 10px 0 0; } }

.md_field_container .md_width_30 {
  width: 100%; }
  @media (min-width: 768px) {
    .md_field_container .md_width_30 {
      width: 30%;
      float: left;
      padding: 0 10px; }
      .md_field_container .md_width_30:first-child {
        padding-left: 0; }
      .md_field_container .md_width_30:last-child {
        padding-right: 0; } }

        .md_field_container .md_width_25 {
          width: 100%; }
          @media (min-width: 768px) {
            .md_field_container .md_width_25 {
              width: 25%;
              float: left;
              padding: 0 10px; }
              .md_field_container .md_width_25:first-child {
                padding-left: 0; }
              .md_field_container .md_width_25:last-child {
                padding-right: 0; } }
    

.md_field_container .w70 {
  width: 100%; }
  @media (min-width: 768px) {
    .md_field_container .w70 {
      width: 70%;
      float: left;
      padding: 0 10px; }
      .md_field_container .w70:first-child {
        padding-left: 0; }
      .md_field_container .w70:last-child {
        padding-right: 0; } }

@media (min-width: 768px) {
  .md_field_container .w20 {
    width: 21%;
    float: left;
    padding: 0 10px; } }

html,
body,
.container,
.content-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%; }

html.show-menu,
body.show-menu {
  position: fixed;
  overflow: hidden; }

.container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%; }
  .show-menu .container {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

.content-wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .show-menu .content-wrap {
    overflow-y: hidden; }

.content {
  position: relative;
  min-height: 100%; }
  .show-menu .content {
    position: static; }
  .content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s, -webkit-transform 0s 0.4s; }
    @media screen and (max-width: 668px) {
      .content::before {
        display: none; } }

.menu-wrap a {
  color: #0b2135;
  text-decoration: none;
  line-height: 25px; }
  .menu-wrap a:hover, .menu-wrap a:focus {
    color: #c94e50; }

.menu-wrap .name-company {
  letter-spacing: 1px;
  line-height: 13.2px;
  color: #fd4f57;
  margin-top: 23px;
  margin-bottom: 10px; }

/*
.main-wrap {

  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

  .show-menu & {
    overflow-y: hidden;
    -webkit-overflow-scrolling: inherit;
  }
}
*/
/* Menu Button */
.menu-button {
  z-index: 1000;
  padding: 0;
  border: none;
  text-indent: 2.5em;
  font-size: 0;
  color: transparent;
  background: transparent;
  outline: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  padding-top: 17px;
  /*
  &::before {
    @include position(absolute,0.5em);
    background: linear-gradient($white 20%, transparent 20%, transparent 40%, $white 40%, $white 60%, transparent 60%, transparent 80%, $white 80%);
    content: '';
  }
  &:hover {
    opacity: 0.6;
  }*/ }
  .menu-button svg g {
    fill: #fff; }

/* Close Button */
.close-button {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 1em;
  right: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent; }
  .close-button::before, .close-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 3px;
    background: #bdc3c7; }
  .close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-button::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/* Menu */
.menu-wrap {
  overflow: auto;
  padding: 32px 25px 0;
  position: absolute;
  height: 100%;
  width: 300px;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  background: #fff;
  z-index: 100; }
  @media screen and (max-width: 320px) {
    .menu-wrap {
      height: 100%;
      width: 270px; } }

.menu {
  height: 100%; }
  .menu .inside {
    height: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .menu .inside ul {
      list-style: none;
      margin-bottom: 0;
      padding-left: 0; }
      .menu .inside ul li {
        line-height: 49px;
        list-style: none; }
      .menu .inside ul a {
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 24px;
        color: #0b2135;
        cursor: pointer;
        text-decoration: none; }
    .menu .inside .align-top {
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      -webkit-box-flex: 1;
              flex: 1 0 auto; }
    .menu .inside .align-bottom {
      border-top: none;
      padding: 32px 0;
      width: inherit; }
  .menu .social {
    list-style: none;
    position: relative;
    padding-top: 10px;
    padding-left: 0;
    margin: 0; }
    .menu .social li {
      /* display: inline-block; */
      margin-right: 15px; }
      .menu .social li:last-child {
        margin-right: 0; }
      .menu .social li:hover path {
        fill: #fd4f57; }
      .menu .social li:hover circle {
        stroke: #fd4f57; }
    .menu .social:before {
      content: '';
      background: #fd4f57;
      height: 2px;
      width: 25px;
      position: absolute;
      top: -10px;
      left: 0;
      display: block; }

/* Shown menu */
.show-menu {
  /*overflow: hidden;*/
  width: 100%;
  height: 100%; }
  .show-menu .menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.8s;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .show-menu .content::before,
  .show-menu .overlay::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.md_checkout {
  padding-bottom: 81px; }
  @media (min-width: 768px) {
    .md_checkout {
      padding-bottom: 110px; } }
  .md_checkout .md_content {
    margin-top: 0; }
  @media (min-width: 768px) {
    .md_checkout .md_separator_title:first-child {
      margin-bottom: 20px; } }
  .md_checkout .md_map {
    height: 150px;
    width: 100%;
    margin-bottom: 15px; }

/* My account */
.my_account .list_account {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 992px) {
    .my_account .list_account {
      margin-left: 0;
      margin-right: 0; } }
  .my_account .list_account li {
    border-bottom: 1px solid #e9e9e9; }
    .my_account .list_account li a {
      color: #0b2135;
      display: block;
      font-size: 16px;
      font-weight: 400;
      padding: 24px 0 24px 0;
      text-decoration: none;
      padding-left: 15px; }
      @media (min-width: 992px) {
        .my_account .list_account li a {
          padding-left: 0; } }
      .my_account .list_account li a:hover, .my_account .list_account li a:focus {
        color: #fc030f; }
    .my_account .list_account li.active {
      border-right: 3px solid #fd4f57; }

.my_account .panel_wrapper {
  padding: 25px 0 15px 0; }
  @media (min-width: 992px) {
    .my_account .panel_wrapper {
      border-left: 1px solid #e9e9e9;
      padding: 25px 30px 130px; } }
  @media (min-width: 992px) {
    .my_account .panel_wrapper .max_width {
      width: 500px; } }
  .my_account .panel_wrapper .form_theme fieldset {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0; }
  .my_account .panel_wrapper .form_theme label {
    font-size: 12px;
    color: #0b2135;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-weight: 700;
    display: inline-block; }
  .my_account .panel_wrapper .form_theme .wrapper_field {
    margin-bottom: 30px; }
    .my_account .panel_wrapper .form_theme .wrapper_field .field {
      width: 100%;
      display: block;
      border-radius: 2px;
      border: 1px solid #e9e9e9;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 10px 15px; }
      .my_account .panel_wrapper .form_theme .wrapper_field .field:focus, .my_account .panel_wrapper .form_theme .wrapper_field .field:active {
        -webkit-box-shadow: none;
                box-shadow: none;
        outline: none;
        border-color: #0b2135; }
    .my_account .panel_wrapper .form_theme .wrapper_field .txt_error {
      display: none;
      color: #ed524d;
      font-size: 12px;
      padding-top: 5px;
      text-transform: capitalize; }
    .my_account .panel_wrapper .form_theme .wrapper_field.msg_error .txt_error {
      display: block; }
    .my_account .panel_wrapper .form_theme .wrapper_field.msg_error .field {
      border-color: #ed524d; }
  .my_account .panel_wrapper .btn {
    width: 100%;
    text-transform: uppercase;
    color: white;
    height: 50px;
    letter-spacing: 1px;
    font-weight: 700;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; }
    @media (min-width: 992px) {
      .my_account .panel_wrapper .btn.btn_blue_dark {
        width: auto;
        display: inline-block; } }
    .my_account .panel_wrapper .btn.out_margin_top {
      margin-top: 0; }
  .my_account .panel_wrapper .list_address {
    border-top: 1px solid #e9e9e9; }
    .my_account .panel_wrapper .list_address li {
      padding: 24px 20px;
      border-bottom: 1px solid #e9e9e9; }
      @media (min-width: 992px) {
        .my_account .panel_wrapper .list_address li {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          display: -webkit-box;
          display: flex;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-direction: row; } }
      .my_account .panel_wrapper .list_address li .address {
        color: #0b2135;
        display: block; }
      .my_account .panel_wrapper .list_address li .md_product_details_product_delete_item {
        display: inline-block;
        height: auto;
        margin-left: auto;
        margin-top: 35px;
        cursor: pointer;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        @media (min-width: 992px) {
          .my_account .panel_wrapper .list_address li .md_product_details_product_delete_item {
            margin-top: 0; } }
      .my_account .panel_wrapper .list_address li .link_text {
        color: #0b2135;
        font-size: 14px;
        letter-spacing: 0.2px;
        font-weight: 400;
        padding-bottom: 2px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin-top: 35px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        @media (min-width: 992px) {
          .my_account .panel_wrapper .list_address li .link_text {
            margin-left: auto;
            margin-top: 0; } }
        .my_account .panel_wrapper .list_address li .link_text:after {
          content: "";
          width: 100%;
          height: 1px;
          background: #fd4f57;
          position: absolute;
          bottom: 0;
          left: 0; }
        .my_account .panel_wrapper .list_address li .link_text:hover, .my_account .panel_wrapper .list_address li .link_text:focus {
          color: #fd4f57; }
          .my_account .panel_wrapper .list_address li .link_text:hover:after, .my_account .panel_wrapper .list_address li .link_text:focus:after {
            -webkit-animation: line_in_hover .25s ease-in-out;
                    animation: line_in_hover .25s ease-in-out; }
  .my_account .panel_wrapper .list_orders li {
    border: 1px solid #e9e9e9;
    margin-bottom: 10px; }
    .my_account .panel_wrapper .list_orders li .wrapper_order {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      display: -webkit-box;
      display: flex;
      padding: 10px; }
      .my_account .panel_wrapper .list_orders li .wrapper_order .description h3 > a {
        font-size: 18px;
        font-weight: 700;
        color: #0b2135;
        padding-bottom: 3px;
        text-decoration: none;
        width: 290px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        display: inline-block;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        .my_account .panel_wrapper .list_orders li .wrapper_order .description h3 > a:after {
          content: "";
          width: 100%;
          height: 1px;
          background: white;
          position: absolute;
          bottom: 0;
          left: 0; }
        .my_account .panel_wrapper .list_orders li .wrapper_order .description h3 > a:hover, .my_account .panel_wrapper .list_orders li .wrapper_order .description h3 > a:focus {
          color: #fd4f57; }
          .my_account .panel_wrapper .list_orders li .wrapper_order .description h3 > a:hover:after, .my_account .panel_wrapper .list_orders li .wrapper_order .description h3 > a:focus:after {
            -webkit-animation: line_in_hover .25s ease-in-out;
                    animation: line_in_hover .25s ease-in-out;
            background: #fd4f57; }
      .my_account .panel_wrapper .list_orders li .wrapper_order .description .detail_order {
        font-size: 12px;
        font-weight: 300px; }
      .my_account .panel_wrapper .list_orders li .wrapper_order .date {
        display: none;
        margin-left: auto;
        padding-left: 10px; }
        @media (min-width: 992px) {
          .my_account .panel_wrapper .list_orders li .wrapper_order .date {
            display: block; } }
    .my_account .panel_wrapper .list_orders li .wrapper_buttons {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      display: -webkit-box;
      display: flex;
      border-top: 1px solid #e9e9e9; }
      .my_account .panel_wrapper .list_orders li .wrapper_buttons .btn_text:first-child {
        border-right: 1px solid #e9e9e9; }
      .my_account .panel_wrapper .list_orders li .wrapper_buttons .btn_text .ico {
        width: 15px;
        height: 13px;
        margin-right: 5px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: top left;
        display: none; }
        @media (min-width: 992px) {
          .my_account .panel_wrapper .list_orders li .wrapper_buttons .btn_text .ico {
            display: inline-block; } }
        .my_account .panel_wrapper .list_orders li .wrapper_buttons .btn_text .ico.ico-detail {
          background-image: url("../_assets/images/ico-orderDetail.jpg"); }
        .my_account .panel_wrapper .list_orders li .wrapper_buttons .btn_text .ico.ico-order {
          background-image: url("../_assets/images/ico-order.jpg"); }
      .my_account .panel_wrapper .list_orders li .wrapper_buttons .btn_text:hover .ico, .my_account .panel_wrapper .list_orders li .wrapper_buttons .btn_text:focus .ico {
        background-position: bottom left; }
  .my_account .panel_wrapper .list_orders .btn_text {
    color: #0b2135;
    font-weight: 700;
    width: 50%;
    padding: 10px 0;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none; }
    .my_account .panel_wrapper .list_orders .btn_text:hover, .my_account .panel_wrapper .list_orders .btn_text:focus {
      color: #fd4f57; }

.md_product_details_wrapper {
  height: auto;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 81px; }
  @media screen and (min-width: 768px) {
    .md_product_details_wrapper {
      padding-bottom: 0px; } }

.md_product_details_top {
  padding: 0px 15px 40px 15px;
  max-height: 100%;
  overflow-y: auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-overflow-scrolling: touch;
  position: initial; }
  @media screen and (min-width: 768px) {
    .md_product_details_top {
      max-height: 70vh; } }

.md_product_details_bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 124px;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 10px 10px;
  z-index: 10;
  border-top: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .md_product_details_bottom {
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #fff;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.md_product_details_product {
  padding: 0 0 10px; }

.md_product_details_product_name {
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
  color: #0b2135; }

.md_product_details_product_description {
  font-size: 16px;
  line-height: 1.38;
  padding-top: 10px;
  color: #8c8c8f;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin: 0 0 10px;
  margin-bottom: 0; }

.md_product_details_product_delete_item {
  margin-top: 20px;
  background: #fff;
  color: #0b2135;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding: 0;
  text-transform: none;
  border: none;
  border-radius: 2px;
  height: 50px; }
  .md_product_details_product_delete_item:after {
    background: #fd4f57;
    content: ' ';
    display: block;
    height: 1px;
    width: 100%; }

.md_product_details_options_group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  border-bottom: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 15px 0 10px; }

.md_product_details_options_group_name {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 14px;
  color: #fd4f57; }

.md_product_details_options_group_condition {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

@media screen and (min-width: 768px) {
  .md_product_details_options_group_options {
    margin: 14px 0 28px !important;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .md_product_details_options_group_options li {
      padding-right: 20px; }
    .md_product_details_options_group_options li:nth-child(even) {
      padding-right: 0; } }

.md_product_details_options_group_options li {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.md_product_details_options_group_option {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0b2135;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 991px) {
  .md_product_details_options_group_option {
    border-bottom: none;
    margin: 28px 0; }
    .md_product_details_options_group_option:first-child {
      margin-top: 28px; } }

.md_product_details_options_group_option_input_checkbox {
  display: none; }

.md_product_details_options_group_option_checkbox {
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #e9e9e9;
          box-shadow: 0 0 0 1px #e9e9e9;
  position: relative;
  border: 2px solid #fff;
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  min-width: 18px;
  vertical-align: top; }

.md_product_details_options_group_option_checkbox_icon > svg {
  height: 11px;
  margin-bottom: 3px;
  margin-left: 2px;
  width: 10px; }

.md_product_details_options_group_option_checkbox_icon path {
  stroke: #fff; }

.md_product_details_options_group_option_input_checkbox:checked + .md_product_details_options_group_option_checkbox {
  background: #5eb3b7;
  vertical-align: top; }

.md_product_details_options_group_option_radio {
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #e9e9e9;
          box-shadow: 0 0 0 1px #e9e9e9;
  position: relative;
  border-radius: 10px;
  border: 2px solid #fff;
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: top;
  min-width: 18px; }
  .md_product_details_options_group_option_radio::after {
    background: #fff;
    border-radius: 100%;
    content: " ";
    height: 4px;
    left: 50%;
    margin-left: -2px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 4px; }
  .md_product_details_options_group_option_radio svg {
    display: none; }

.md_product_details_options_group_option_radio_icon > svg {
  height: 11px;
  margin-bottom: 3px;
  margin-left: 2px;
  width: 10px; }

.md_product_details_options_group_option_radio_icon path {
  stroke: #fff; }

.md_product_details_options_group_option_input_checkbox:checked + .md_product_details_options_group_option_radio {
  background: #5eb3b7; }

.md_product_details_options_group_option_select {
  border-radius: 0;
  font-size: 14px;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.2px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0b2135;
  display: block;
  padding: 0px 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  margin-right: 10px;
  vertical-align: top; }
  @media screen and (min-width: 768px) {
    .md_product_details_options_group_option_select {
      display: inline-block; } }

.md_product_details_options_group_option_name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px; }

.md_product_details_options_group_option_price {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  margin-left: 4px; }
  @media screen and (min-width: 768px) {
    .md_product_details_options_group_option_price {
      margin-right: 0px;
      margin-top: 4px;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; } }

@media (max-width: 991px) {
  .md_product_details_options_group_option_price {
    font-size: 14px; } }

.md_product_details_special_instructions {
  margin-bottom: 30px;
  padding-top: 0;
  position: relative; }

.md_product_details_special_instructions_title {
  color: #fd4f57;
  margin: 10px 0;
  margin-top: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1; }

.md_product_details_special_instructions_textarea {
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  color: #0b2135;
  font-size: 16px;
  font-style: italic;
  outline: none;
  padding: 22px;
  resize: none;
  width: 100%;
  overflow: auto;
  margin: 0; }
  .md_product_details_special_instructions_textarea:hover, .md_product_details_special_instructions_textarea:focus {
    border: 1px solid #8c8c8f;
    -webkit-transition: border 300ms ease;
    transition: border 300ms ease; }

.md_product_details_quantity {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .md_product_details_quantity {
      margin-bottom: 0px; } }

.md_product_details_quantity_minus_button, .md_product_details_quantity_plus_button {
  height: 30px;
  width: 30px;
  cursor: pointer; }

.md_product_details_quantity_minus_button g, .md_product_details_quantity_plus_button g {
  stroke: #f9f9f9; }

.md_product_details_quantity_minus_button path, .md_product_details_quantity_plus_button path, .md_product_details_quantity_minus_button:active g, .md_product_details_quantity_plus_button:active g {
  stroke: #0b2135; }

.md_product_details_quantity_minus_button:active circle, .md_product_details_quantity_plus_button:active circle {
  fill: #0b2135; }

.md_product_details_quantity_minus_button:active path, .md_product_details_quantity_plus_button:active path {
  stroke: #fff; }

.md_product_details_quantity_minus_button:hover g, .md_product_details_quantity_plus_button:hover g {
  stroke: #0b2135; }

.md_product_details_quantity_minus_button.disabled, .md_product_details_quantity_plus_button.disabled {
  cursor: auto; }

.md_product_details_quantity_minus_button.disabled path, .md_product_details_quantity_plus_button.disabled path {
  stroke: #c0c0c0; }

.md_product_details_quantity_minus_button.disabled:hover g, .md_product_details_quantity_plus_button.disabled:hover g, .md_product_details_quantity_minus_button.disabled:active g, .md_product_details_quantity_plus_button.disabled:active g {
  stroke: #f9f9f9; }

.md_product_details_quantity_minus_button.disabled:hover circle, .md_product_details_quantity_plus_button.disabled:hover circle, .md_product_details_quantity_minus_button.disabled:active circle, .md_product_details_quantity_plus_button.disabled:active circle {
  fill: #f9f9f9; }

.md_product_details_button {
  margin: 0;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  line-height: 1.25;
  background: #5eb3b7;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .md_product_details_button.disabled, .md_product_details_button.disabled:hover, .md_product_details_button.disabled:active, .md_product_details_button.disabled:focus {
    background: #c0c0c0 !important;
    color: #fff;
    cursor: initial;
    opacity: 1; }

.md_product_details_quantity_text {
  border: none;
  border-radius: 2px;
  caret-color: #8c8c8f;
  color: #fd4f57;
  font-size: 22px;
  font-weight: 700;
  height: 33px;
  line-height: 15px;
  margin: 0 16px;
  padding: 0;
  text-align: center;
  width: 32px;
  letter-spacing: 0.2px; }
  .md_product_details_quantity_text:focus, .md_product_details_quantity_text:hover {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    cursor: pointer;
    outline: none; }

.md_product_details_button_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left; }

.md_bottom {
  background: #fff;
  border-top: 1px solid #e9e9e9;
  bottom: 0;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 2; }

.md_bottom_button,
.md_cart_bottom_button {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  width: 100%;
  height: 60px;
  line-height: 1.25;
  background: #5eb3b7;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .md_bottom_button.disabled, .md_bottom_button.disabled:hover, .md_bottom_button.disabled:active, .md_bottom_button.disabled:focus,
  .md_cart_bottom_button.disabled,
  .md_cart_bottom_button.disabled:hover,
  .md_cart_bottom_button.disabled:active,
  .md_cart_bottom_button.disabled:focus {
    background: #c0c0c0 !important;
    color: #fff;
    cursor: initial;
    opacity: 1; }

.md_bottom_button_text,
.md_cart_bottom_button_text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left; }

.md_location_info_box {
  border-bottom: 1px solid #e9e9e9;  
  margin-top: 15px;

}

.md_menu_info_box {
  font-size: 14px;
  line-height: 1.42857;
  color: #8894a3;
  background: #f9f9f9;
}

.md_menu_info_box .md_menu_info_box_inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: -webkit-box;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
}

.md_menu_info_box_text {
  color: #0b2135;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 10px;
  text-transform: uppercase;
}

.md_info_box {
  font-size: 14px;
  line-height: 1.42857;
  /* color: #8894a3;
  background: #f9f9f9;  */
}
  .md_info_box .md_info_box_inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: -webkit-box;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 15px; }

.md_info_box_text {
  color: #8894a3;
    font-weight: bold;
    letter-spacing: 1px;
    /* padding: 0px 10px; */
    font-family: Lato;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.71;
    text-align: center;
    width: 100%; }

.md_info_box_text span button {
  color: #5eb3b7;
  font-weight: bold;
  background: white;
  border: none;
  font-size: 15px;
  text-decoration: underline;
}

.md_info_box_text span button:hover {
  opacity: 0.5;
  
}

.md_dropdown {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 100%;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #e9e9e9;
  color: #0b2135;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .md_dropdown:active {
    border-color: #00233d;
    color: #00233d;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .md_dropdown:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .md_dropdown.active ~ .md_dropdown_items_container,
  .md_dropdown.active ~ .md_dropdown_items_container {
    display: block; }

.md_dropdown_selected_item {
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0b2135;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-left: 7px; }

.md_dropdown_arrow {
  position: absolute;
  right: 20px;
  top: 15px; }

.md_dropdown_items_container {
  left: 0px;
  padding: 5px 15px;
  position: absolute;
  width: 100%;
  z-index: 4; }

.md_dropdown_items {
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11); }

.md_dropdown_item {
  background: #fff;
  border: none;
  border-radius: 0;
  height: 50px;
  margin-left: 0;
  padding: 16px 20px;
  position: relative;
  text-align: left;
  width: 100%;
  color: #0b2135;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px; }
  .md_dropdown_item + .md_dropdown_item {
    border-top: 1px solid #e9e9e9; }
  .md_dropdown_item:hover {
    background: #f9f9f9; }
  .md_dropdown_item:active, .md_dropdown_item:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.md_dropdown_item_name {
  position: relative;
  top: -2.5px;
  color: #0b2135;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-left: 7px; }

.md_dropdown_item_check {
  position: absolute;
  right: 20px; }
  .md_dropdown_item_check path {
    stroke: #5eb3b7; }

.md_dropdown_item_form {
  margin: 10px 20px 5px; }

.md_dropdown_item_select {
  background-size: 10px 8px;
  border-radius: 0;
  font-size: 16px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../_assets/static/images/dropdown_item_select_arrow.svg) right 15px top 50% no-repeat;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding-right: 35px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0b2135;
  display: block;
  padding: 10px 15px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  width: 100%; }

.md_dropdown_item_select_error {
  color: #ed524d;
  font-size: 12px;
  letter-spacing: normal;
  line-height: normal;
  opacity: 0;
  padding: 2px 0;
  text-align: left;
  text-transform: none; }

.md_confirmation {
  padding: 50px 15px;
  text-align: center;
  background: #f9f9f9;
  overflow-y: auto;
  /* Iphone 5 hack */ }
  @media screen and (max-width: 320px) {
    .md_confirmation {
      padding: 20px 15px; } }

.md_confirmation_logo_image {
  height: 100px;
  width: 100px;
  border: 1px solid #fff;
  border-radius: 3px; }

.md_confirmation_title {
  padding: 22px 15px;
  text-align: center; }

.md_confirmation_title_text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.23;
  margin: 0 auto;
  word-wrap: break-word;
  color: #0b2135; }

.md_confirmation_infotext {
  background: #f9f9f9;
  color: #0b2135;
  text-align: center;
  width: 100%;
  padding-top: 50px; }

.md_confirmation_infotext_order_number {
  font-size: 21px;
  font-weight: 400; }

.md_confirmation_infotext_separator {
  margin: 20px auto;
  border: 1px solid #fd4f57;
  height: 2px;
  width: 25px; }

.md_confirmation_infotext_message {
  padding: 4px 20px 0px; }
  .md_confirmation_infotext_message strong {
    font-weight: 700; }

.md_order_detail_container {
  padding: 0px 15px 0px 15px; }
  @media screen and (min-width: 768px) {
    .md_order_detail_container {
      padding: 20px 20px 20px 20px;
      max-height: 60vh;
      overflow-y: auto;
      -ms-flex: 1 1 auto;
      -webkit-box-flex: 1;
      flex: 1 1 auto;
      -webkit-overflow-scrolling: touch;
      position: initial; } }

@media screen and (min-width: 768px) {
  .md_bottom {
    /*
      -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #e9e9e9;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 190px;
    -webkit-box-flex: 0;
    flex: 0 0 190px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 40px 10px 20px;
    position: initial;
    z-index: 10;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 10px;
    position: relative;
    */ } }

.md_menu_address_box {
  padding: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  color: #0b2135;
  text-transform: none;
  letter-spacing: 0.2px;
  font-weight: 400; }

.md_menu_address_box_street {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.2px;
  color: #0b2135;
  text-transform: none; }

.md_menu_address_modify_button {
  margin-top: 0px;
  background: #fff;
  color: #fd4f57;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding: 0;
  text-transform: none;
  border: none;
  border-radius: 2px; }
  .md_menu_address_modify_button:after {
    background: #fd4f57;
    content: ' ';
    display: block;
    height: 1px;
    width: 100%; }

.md_menu_scheduler, .md_menu_delivery_method {
  position: relative;
  padding: 10px 15px; }
  @media screen and (min-width: 768px) {
    .md_menu_scheduler, .md_menu_delivery_method {
      position: relative;
      padding: 10px 15px;
      width: 49%;
      display: inline-block;
      margin: 0 !important; } }

.md_delivery_address {
  overflow: auto; }
  @media screen and (min-width: 768px) {
    .md_delivery_address {
      max-height: 60vh;
      overflow-y: auto;
      -ms-flex: 1 1 auto;
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      -webkit-overflow-scrolling: touch;
      position: initial; } }

.md_payment_card {
  overflow: auto; }
  @media screen and (min-width: 768px) {
    .md_payment_card {
      max-height: 100%;
      overflow-y: auto;
      -ms-flex: 1 1 auto;
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      -webkit-overflow-scrolling: touch;
      position: initial; } }

.md_delivery_address_container {
  margin: 30px 15px;
  margin-top: 0px;
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) {
    .md_delivery_address_container {
      margin: 0;
      padding: 20px 20px;
      max-height: 100%;
      overflow-y: auto;
      -ms-flex: 1 1 auto;
      -webkit-box-flex: 1;
      flex: 1 1 auto;
      -webkit-overflow-scrolling: touch;
      position: initial; } }

.md_delivery_address_title {
  text-align: center; }

.md_delivery_address_title_separator {
  border: 1px solid #fd4f57;
  height: 2px;
  margin: 16px auto 28px;
  width: 25px; }

/* Information page */
.md_information {
  padding-bottom: 100px; }
  @media (min-width: 992px) {
    .md_information {
      padding-bottom: 60px;
      padding-left: 0;
      padding-right: 0; } }
  .md_information .list_text_info {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center; }
    .md_information .list_text_info li {
      width: 33%;
      display: inline-block;
      margin-left: -4px;
      color: #0b2135;
      font-weight: 700;
      font-size: 18px;
      vertical-align: top;
      border-right: 1px solid #e9e9e9; }
      .md_information .list_text_info li .sub_header {
        font-size: 14px;
        font-weight: normal;
        display: block; }
      .md_information .list_text_info li:last-child {
        border-right: none; }
  .md_information .list_ref {
    width: 100%;
    margin: 15px auto 0 auto;
    padding: 0; }
    .md_information .list_ref li {
      width: 49%;
      display: inline-block;
      margin-left: -4px;
      margin: 5px 0;
      padding: 0 10px;
      vertical-align: top;
      color: #8c8c8f; }
      .md_information .list_ref li .ref_color {
        width: 18px;
        height: 18px;
        border-radius: 3px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle; }
  .md_information .description {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9; }
    @media (min-width: 992px) {
      .md_information .description {
        border-bottom: none;
        width: 40%;
        display: inline-block;
        vertical-align: top;
        margin-left: -4px;
        padding-left: 14px;
        text-align: left; } }
    .md_information .description h3 {
      color: #0b2135;
      font-size: 22px;
      font-weight: 500; }
    .md_information .description h4 {
      margin-top: 24px;
      margin-bottom: 10px;
      color: #8c8c8f;
      font-size: 16px;
      font-weight: 700; }
    .md_information .description address {
      color: #0b2135;
      font-weight: 500;
      font-size: 14px;
      font-style: normal;
      text-transform: uppercase; }
      .md_information .description address .city {
        display: block; }
  .md_information .hours_detail {
    padding-top: 40px; }
    @media (min-width: 992px) {
      .md_information .hours_detail {
        width: 60%;
        display: inline-block;
        vertical-align: top;
        margin-left: -4px;
        padding-left: 4px;
        padding-top: 35px; } }
    .md_information .hours_detail h3 {
      color: #fd4f57;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 12px;
      font-weight: 700; }
    .md_information .hours_detail .hours_list {
      padding-left: 4px; }
      .md_information .hours_detail .hours_list dt {
        width: 30%; }
      .md_information .hours_detail .hours_list dd {
        width: 70%; }
      .md_information .hours_detail .hours_list dt, .md_information .hours_detail .hours_list dd {
        display: inline-block;
        vertical-align: top;
        margin-left: -4px;
        color: #0b2135;
        margin-top: 20px;
        line-height: 15px;
        font-size: 14px; }

/* Google map list */
.pac-container {
  padding-bottom: 15px; }
  .pac-container .pac-item {
    color: #0b2135;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 15px;
    letter-spacing: 0.2px;
    line-height: 19px;
    border: 0; }
    .pac-container .pac-item .pac-icon {
      display: none; }
    .pac-container .pac-item:hover, .pac-container .pac-item.pac-item-selected {
      background: #f9f9f9; }
  .pac-container.pac-logo:after {
    padding-top: 30px;
    margin-right: 30px; }

/* Show / hide map */
.md_map_button {
  position: fixed;
  right: 25px;
  bottom: 25px; }
  .md_map_button button {
    -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 100px;
    background: #fd4f57;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer; }
    .md_map_button button div {
      background: url("..as/images/list-icon.svg") center center no-repeat; }
    .md_map_button button .md_list_icon {
      display: none; }
    .md_map_button button .md_map_icon {
      display: block; }
    .md_map_button button.open .md_list_icon {
      display: block; }
    .md_map_button button.open .md_map_icon {
      display: none; }

.md_order_details_container {
  padding-bottom: 81px; }

.md_delivery_info {
  margin: 0 0 20px;
  padding: 15px 18px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  color: #0b2135; }
  .md_delivery_info h6 {
    color: #fd4f57;
    margin: 0;
    text-transform: uppercase;
    line-height: 17px;
    display: none; }
    @media (min-width: 768px) {
      .md_delivery_info h6 {
        display: block; } }
    @media (min-width: 992px) {
      .md_delivery_info h6 {
        display: none; } }
  .md_delivery_info svg g {
    fill: #fd4f57; }
  .md_delivery_info span {
    height: 16px;
    padding-right: 5px; }
  .md_delivery_info .date {
    line-height: 20px; }
    @media (min-width: 768px) {
      .md_delivery_info .date {
        margin: 5px 20px; } }
    @media (min-width: 992px) {
      .md_delivery_info .date {
        margin: 0; } }

.md_saved_delivery_addresses_container {
  font-size: 16px;
  position: relative;
  text-align: left; }

.md_saved_delivery_addresses_list {
  background: #fff;
  border: solid 1px #e9e9e9;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: 0;
  margin-left: -1px;
  position: absolute;
  right: 0;
  top: 100%;
  width: calc(100% + 2px);
  z-index: 1000; }

.md_saved_delivery_addresses_list_item_container {
  border-top: 1px solid #e9e9e9;
  padding-bottom: 14px; }

.md_saved_delivery_addresses_list_title {
  font-size: 12px;
  font-style: italic;
  padding: 20px 10px 8px; }

.md_saved_delivery_addresses_list_not_addresses {
  line-height: 1.25;
  color: #0b2135;
  cursor: initial;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 10px; }
  @media screen and (min-width: 768px) {
    .md_saved_delivery_addresses_list_not_addresses {
      padding: 14px 20px; } }

.md_saved_delivery_addresses_list_item {
  line-height: 1.25;
  color: #0b2135;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 10px; }
  @media screen and (min-width: 768px) {
    .md_saved_delivery_addresses_list_item {
      padding: 14px 20px; } }
  .md_saved_delivery_addresses_list_item:hover, .md_saved_delivery_addresses_list_item:focus {
    background: #f9f9f9; }

.md_search_delivery_addresses_list_item {
  line-height: 1.25;
  color: #0b2135;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 10px; }
  @media screen and (min-width: 768px) {
    .md_search_delivery_addresses_list_item {
      padding: 14px 20px; } }
  .md_search_delivery_addresses_list_item:hover, .md_search_delivery_addresses_list_item:focus {
    background: #f9f9f9; }

.md_landing_footer {
  background-color: #0b2135;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white; }

  /*NEW*/

  .md_saved_delivery_addresses_add_address {
    color: #fd4f57;

  }

  .md_location_address {
    position: relative; }
    @media (max-width: 768px) {
      .md_location_address  {
        position: unset; } }

  .md_location_address_input {
    position:relative;
    } 
    @media (max-width: 768px) {
      .md_location_address_input  {
        position: relative; } }
    
  

  .md_pin_icon {
    background: #fff;
    color: #fd4f57;
    height: 48px;
    line-height: 50px;
    width: 50px;
    font-size: 25px;
    display: inline-block;
  }  @media (max-width: 768px) {
    .md_pin_icon  {
      display: none; } }
  

  .md_location_container {
    width: 140px;
    background: #F6F8F8;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
  } @media (max-width: 768px) {
    .md_location_container  {
      width: 100%; } }

  .md_location_container_location {
    width: 100%;
    background: #F6F8F8;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin-top: 5px;
    margin-bottom: 20px;
  } 

  .md_locations_items {
    background: white;
    padding-bottom: 50px;
    overflow: hidden;
}

@media (min-width: 480px) {
  .md_locations_items {
      overflow: hidden;
}
}

  .md_locations_address_list {
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #0B2135;
    outline: 0;
    word-break: normal;
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    width: 100%;
    float: right;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
  } @media (max-width: 768px) {
    .md_locations_address_list  {
      height: 48px;
      font-size: 16px; } }

  .md_locations_address_list + i {
    float: right;
    margin-top: -31px;
    /* margin-right: 2px; */
    pointer-events: none;
    padding-right: 8px;
    font-size: 16px;
    color: #0B2135;
  }

  .md_location_element_container {
    width: 191px;
    position: absolute;
    top: 0px;
    height: 50px;
    border-radius: 3px;
    /* overflow: hidden; */
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
  }
  @media (max-width: 768px) {
    .md_location_element_container  {
      padding-top: 5px;
      width: 100%;
      position: unset; } }
  

  .md_locations_search_box_address.md_input_padding_left {
    padding-left: 200px;
  }
  @media (max-width: 768px) {
    .md_locations_search_box_address.md_input_padding_left  {
      padding-left: 10px; } }

  .md_locations_search_box_address.md_input_padding_left + .md_location_element_container {
    display: block;
  }

  .md_locations_cancel_geocoding {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    background: #fff;
    color: #0b2135;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    border: none;
    border-radius: 2px;
    text-transform: none;
    height: 48px; }
    .md_locations_cancel_geocoding:after {
      background: #fd4f57;
      content: ' ';
      display: block;
      height: 1px;
      width: 100%; }
    .md_locations_cancel_geocoding:hover {
      font-weight: 700; }
  .md_locations_cancel_geocoding.location {
    padding: 45px 10px 10px 0px;
    height: 30px;
    background: transparent;}

  .select {
    border-color: #e9e9e9;
    height: 50px;
    padding: 0 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #0b2135;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 1.42857;
    background-color: #fff;
    background-image: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    outline: 0;
    cursor: pointer;
    user-select: none;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .select .contenido-select {
    display: inline-block;
    width: 90%;
    text-align: left;
  }

  .select .contenido-select p {
    line-height: 50px;
    text-align: left;
  }
  .select i {
    width: 10%;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }

  .md_form_field.geocoding {
    position: relative;
  }

  .md_saved_delivery_addresses_list_item_new {
    line-height: 1.25;
    color: #0b2135;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 10px; }
    @media screen and (min-width: 768px) {
      .md_saved_delivery_addresses_list_item_new {
        padding: 14px 20px; } }
    .md_saved_delivery_addresses_list_item_new:hover, .md_saved_delivery_addresses_list_item_new:focus {
      background: #f9f9f9; }
  
  .md_saved_delivery_addresses_list_item_default {
    
    color: #0b2135;
  }

  .md_delivery_address_form {
    overflow: unset; }
    @media screen and (min-width: 768px) {
      .md_delivery_address_form {
        max-height: 60vh;
        overflow-y: unset;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
                flex: 1 1 auto;
        -webkit-overflow-scrolling: touch;
        position: initial; } }

  .md_payment_card_form {
    overflow: unset; }
    @media screen and (min-width: 768px) {
      .md_payment_card_form {
        max-height: 85vh;
        overflow-y: unset;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
                flex: 1 1 auto;
        -webkit-overflow-scrolling: touch;
        position: initial; } }
 
  .md_form_field .md_width_50 {
    width: 50%; }
    @media (min-width: 768px) {
      .md_form_field .md_width_50 {
        width: 50%;
        float: left;
        padding: 0 10px; }
        .md_field_container .md_width_50:first-child {
          padding-left: 0; }
        .md_field_container .md_width_50:last-child {
          padding-right: 0; } }

          .md_form_field .md_width_30 {
            width: 100%; }
            @media (min-width: 768px) {
              .md_field_container .md_width_30 {
                width: 30%;
                float: left;
                padding: 0 10px; }
                .md_field_container .md_width_30:first-child {
                  padding-left: 0; }
                .md_field_container .md_width_30:last-child {
                  padding-right: 0; } }   

                  .md_form_field .md_width_40 {
                    width: 100%; }
                    @media (min-width: 768px) {
                      .md_field_container .md_width_40 {
                        width: 40%;
                        float: left;
                        padding: 0 10px; }
                        .md_field_container .md_width_40:first-child {
                          padding-left: 0; }
                        .md_field_container .md_width_40:last-child {
                          padding-right: 0; } }               
          
            .md_form_field .md_width_70 {
              width: 100%; }
            @media (min-width: 768px) {
              .md_field_container .md_width_70 {
                width: 70%;
                float: left;
                padding: 0 10px; }
                .md_field_container .md_width_70:first-child {
                  padding-left: 0; }
                .md_field_container .md_width_70:last-child {
                  padding-right: 0; } }

  .md_cart_item_image {
    border-radius: 3px;
    float: right;
    margin: .5em;
    margin-right: 0;
    /* width: 35%; */
    width: 96px;
        width: 96px;
    position: relative; }
    @media screen and (max-width: 668px) {
      .md_cart_item_image {
        /* width: 30%; */
        width: 96px;
        width: 96px;
        margin-top: 0px; } }
    .md_cart_item_image img {
      /* border: 1px solid #dfdfdf; */
      border-radius: 3px;
      width: 100%; }
      @media screen and (max-width: 668px) {
        .md_cart_item_image img {
          /* border: 1px solid #dfdfdf; */
          border-radius: 3px;
          width: 100%;
          height: 100%; } }
    .md_cart_item_image:hover {
      cursor: pointer; }

  .md_product_details_img {
    margin: 0px 0px 20px 0px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 668px) {
      .md_product_details_img {
        width: 100%;
        margin-top: 0px; } }
    .md_product_details_img .md_product_img {
      border-radius: 3px;
      width: 65%; }
    @media screen and (max-width: 668px) {
      .md_product_details_img .md_product_img {
        border-radius: 3px;
        width: 100%;
        height: 100%; } }
    
  
/* Custom styles */

.categories-bar {
  height: 60px;
  width: 100%;
  background: #f9f9f9;
  /* border: 1px solid #EDEDEC; */
  overflow: hidden;
  overflow-x: auto;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .categories-bar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .categories-bar::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  .categories-bar::-webkit-scrollbar-thumb {
    background: #A8A8A8;
    border: none;
    border-radius: 50px;
  }
  .categories-bar::-webkit-scrollbar-track {
    background: transparent;
    border: none;
    border-radius: 50px;
  }
  .categories-bar::-webkit-scrollbar-corner {
    background: transparent;
  }
}

@media (max-width: 991px) {
  .categories-bar-fixed {
    right: 15px;
    max-width: 100%;
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
}

.categories-bar-fixed {
	position:fixed;
	z-index:1000;
  top: 50px;
  width:100%;
}

ul.categories-bar-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 37px;
  display: block;
  white-space: nowrap;
}

ul.categories-bar-list li {
  display: inline-block !important;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 8px;
  /* border: 1px solid #efece9; */
  background: #8fced37d;
  height: 38px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

ul.categories-bar-list li a {
  text-align: center;
  color: #0b2135;
  line-height: 37px;
  display: block;
  text-decoration: none;
  /* font-weight: 600; */
}

ul.categories-bar-list li a:hover {
  font-weight: 600;
}

  .md_form_add_new_card {
    border: 1px solid #0b2135;
    background-color: white;
    color: #0b2135;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    border-color: #0b2135;    
  } 
  .md_form_add_new_card:hover {
    border-color: #fd4f57;
    color: #fd4f57;
    /* background-color: #fd4f57;
    color: white; */
  }
  .md_payment_card_detail {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #0b2135;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  @media (max-width: 991px) {
    .md_payment_card_detail {
      border-bottom: none;
      margin: 28px 0; }
      .md_payment_card_detail:first-child {
        margin-top: 28px; } }
  
  .md_payment_card_detail_input_checkbox { 
    display: none; }

  .md_payment_card_detail_input_checkbox:checked + .md_product_details_options_group_option_radio {
    background: #5eb3b7; }
          
  .md_select_card_img {
    left: 12px;
    position: absolute;
    top: 42px;
    width: 60px;
  }

.md_checkout_steps{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.md_checkout_step{
    margin-left:20px;
    margin-right:20px;
}
.md_checkout_step_number{
    border: 2px solid #0b2135;
    width: 50px;
    height: 50px;
    padding: 2.5px;
    border-radius: 50%;
    margin: auto;
    background: white;
    position: relative;
    z-index: 2;
}
.md_checkout_step_number span{
    background: #0b2135;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    z-index: 2;
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.md_checkout_steps .md_checkout_step .old{
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-color:#86909a;
}
.md_checkout_steps .md_checkout_step .old span{
    width: 30px;
    height: 30px;
    background: #86909a;
}
.md_checkout_steps .md_checkout_step .old span svg{
    width: 15px;
    height: 15px;
    margin-top: 2px;
}
.md_checkout_step_text{
    width: 100;
    text-align: center;
    width: 80px;
    color: #0b2135;
    font-weight: bold;
}
.md_checkout_step_connect{
    width: 80px;
    border-style: none;
    height: 2px;
    position: relative;
    background: #0b2135;
    top: -70px;
    z-index: 1;
}

.md_order_details {
  width: calc(100% - 30px);
  margin-left: 15px;
  padding:24px 0 24px 0;
  font-family: Lato;
  font-size: 14px;
  color: #0b2135;
  
}

.md_order_details_content {
  border-bottom:4px solid rgba(139, 155, 172,0.1);
  cursor:pointer;
}

.md_order_details_price {
  display: block;
  background: #5eb3b7;
  border: solid 1px rgba(199, 203, 213, 0.5);
  width: 56px;
  height: 32px;
  border-radius: 4px;
  color: white;
  text-align: center;
  line-height: 32px;
  float: right;
  margin-top: -5.5px;
}

.md_order_details_arrow {
  margin-bottom: -2px;

}

.md_order_details_hide {
  padding: 15px;
  overflow: hidden;
  background: white;
  width: 100%;
  position: absolute;
  display: none;
  z-index: 5;
}

.md_order_details_hide div {
  float: left;
}

.md_order_details_hide h4 {
  width: 230px;
  margin-top: 10px;
}

.md_order_details_text_hide {
  font-size: 12px;
  margin-top:2px;
  margin-left: 10px;
  width: 230px;
}

.md_order_details_dish {
  color: #fd4f57;
}

.md_order_details_price_hide {
  float:right;
  color:#0b2135;
  font-weight: bold;  
  margin-top: 10px;
}

.md_order_details_back {
  position:absolute;
  z-index: 3;
  width: 100%;
  height:100%;
  background:rgba(0,0,0,.5);
  display: none;
}

.time {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
}

.time_green {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color:green;    
  min-height: 10px;
}

.badge {
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-warning {
  color: #fff;
  background-color: #ffc107;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.custom-radio {
  display: flex;
  align-items: center;
}

.custom-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px; /* Ajusta el tamaño según sea necesario */
  height: 16px; /* Ajusta el tamaño según sea necesario */
  border: 2px solid #bfbfbf; /* Color del borde del radio button en estado no seleccionado */
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  transition: border-color 0.3s; /* Transición para el cambio de color del borde */
}

.custom-radio input[type="radio"]:checked {
  border-color: #009ee3; /* Color del borde del radio button en estado seleccionado */
}

.custom-radio input[type="radio"]:checked::before {
  content: '';
  width: 8px; 
  height: 8px; 
  border-radius: 50%;
  background: #009ee3; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-radio label {
  font-size: 16px;
  color: #0b2135;
  cursor: pointer;
}

/*Clase para texto de metodos de pago */

.custom-payment-text {
  display: flex;
  max-width: 70%;
  padding: 5px 0 5px 0;
}

.custom-payment-text .title {
  color: #1a1a1a; /* Color gris oscuro para el título */
  font-size: 16px; /* Tamaño del texto del título */
  text-transform: none;
}

.custom-payment-text .description {
  color: #737373; /* Color gris claro para la descripción */
  font-size: 14px; /* Tamaño del texto de la descripción */
  text-transform: none;
}

/* Clase para el payment grid */
.payment-grid-container {
  border: 1px solid #e9e9e9; /* Borde del contenedor principal */
  border-radius: 5px; /* Bordes redondeados para el contenedor principal */
  overflow: hidden; /* Asegura que los bordes internos se alineen correctamente */
}

.payment-type-box {
  border-top: 1px solid #e9e9e9; /* Borde superior de cada caja */
  padding: 0 15px; /* Espaciado interno */
  display: flex;
  flex-direction: row; /* Alineación en fila */
  align-items: center;
  background-color: #fff; /* Fondo blanco */
  cursor: pointer;
  min-height: 78px; /* Alto mínimo */
  transition: border-color 0.3s, background-color 0.3s;
}

.payment-type-box:first-child {
  border-top: none; /* Elimina el borde superior del primer elemento */
}

.payment-type-box:hover {
  background-color: #f5f5f5; /* Gris más claro */
}

.payment-type-box-selected {
  background-color: #f5f5f5; /* Gris más claro */
}

.payment-type-box:first-child {
  border-radius: 5px 5px 0 0; /* Bordes redondeados solo en la parte superior */
}

.payment-type-box:last-child {
  border-radius: 0 0 5px 5px; /* Bordes redondeados solo en la parte inferior */
}

.custom-logo-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4; /* Borde gris */
  border-radius: 50%; /* Hace que el borde sea circular */
  padding: 1px; /* Opcional: Añadir algo de padding interno para separar la imagen del borde */
  box-sizing: border-box; /* Asegura que el padding y el borde no afecten el tamaño de la imagen */
  background: #fff;
}

.custom-decidir-add-card {
  margin-left: 41px;
}

.disabled-div {
  pointer-events: none; /* Evita la interacción con los elementos dentro del div */
  opacity: 0.5; /* Cambia la opacidad para dar un efecto visual de deshabilitado */
}

.md_exchange_points_button {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  background: #fff;
  color: #0b2135;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  border: none;
  border-radius: 2px;
  text-transform: none;
  height: 48px; }
  .md_exchange_points_button:after {
    background: #fd4f57;
    content: ' ';
    display: block;
    height: 1px;
    width: 100%; }
  .md_exchange_points_button:hover {
    font-weight: 700; }

  .md_remove_points_button {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    background: #fff;
    color: #0b2135;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    border: none;
    border-radius: 2px;
    text-transform: none;
    height: 48px; }
    .md_remove_points_button:after {
      background: #fd4f57;
      content: ' ';
      display: block;
      height: 1px;
      width: 100%; }
    .md_remove_points_button:hover {
      font-weight: 700; }

.md_cart_totals_loyalty_points {
  padding: 10px 15px; }
  @media screen and (min-width: 768px) {
    .md_cart_totals_loyalty_points {
      border-top: 1px solid #e9e9e9; } }

.md_cart_totals_lotalty_points_value_input_wrapper {
  position: relative; }

  .loyalty-container {
    width: 100% !important;
}

.loyalty-title {
    margin-bottom: 15px;
}

.loyalty-table-container {
    max-height: 300px;
    overflow-y: auto;
}

.loyalty-table {
    width: 100%;
    border-collapse: collapse;
}

.loyalty-table th,
.loyalty-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.loyalty-table th {
    background-color: #f2f2f2;
    font-weight: 700;
    position: sticky;
    top: 0;
    z-index: 1;
}

.loyalty-table .positive {
    color: green;
}

.loyalty-table .negative {
    color: red;
}

.loyalty-table-container::-webkit-scrollbar {
    width: 8px;
}

.loyalty-table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.loyalty-table-container::-webkit-scrollbar-thumb {
    background: #888;
}

.loyalty-table-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.loyalty-filters {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

.loyalty-filters input,
.loyalty-filters select,
.loyalty-filters button {
  padding: 5px 10px;
}

/* .md_menu_exchange_box {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 8px;
  background: #8fced37d;
  height: 38px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.md_menu_exchange_box_text {
  text-align: center;
  color: #0b2135;
  line-height: 37px;
  display: block;
  text-decoration: none;
  font-family: Lato;
  font-size: 13px;
  font-weight: 700;
}

.md_menu_exchange_box_text:hover {
  font-weight: 600;
} */

.menu-exchange {
  height: 60px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .menu-exchange::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .menu-exchange::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  .menu-exchange::-webkit-scrollbar-thumb {
    background: #A8A8A8;
    border: none;
    border-radius: 50px;
  }
  .menu-exchange::-webkit-scrollbar-track {
    background: transparent;
    border: none;
    border-radius: 50px;
  }
  .menu-exchange::-webkit-scrollbar-corner {
    background: transparent;
  }
}

@media (max-width: 991px) {
  .menu-exchange-fixed {
    right: 15px;
    max-width: 100%;
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
}

.menu-exchange-fixed {
  position: fixed;
  z-index: 1000;
  top: 50px;
  width: 100%;
}

ul.menu-exchange-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 37px;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

ul.menu-exchange-list li {
  display: inline-block !important;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 8px;
  background: #8fced37d;
  height: 38px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 300px;
}

/* Modificación para mobile */
@media (max-width: 991px) {
  ul.menu-exchange-list {
    display: block;
  }
  
  ul.menu-exchange-list li {
    width: 85%;
    margin: 0 auto;
    display: block !important;
  }
}

ul.menu-exchange-list li a {
  text-align: center;
  color: #0b2135;
  line-height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-family: Lato;
  font-size: 13px;
  font-weight: 700;
  height: 100%;
}

ul.menu-exchange-list li a:hover {
  font-weight: 600;
}

ul.menu-exchange-list li a svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

ul.menu-exchange-list li a span {
  display: inline-block;
  vertical-align: middle;
}

.md_menu_exchange_box_text {
  display: flex;
  align-items: center;
  gap: 5px;
}