/*** LTR ***/
/* ---------------------------- */
.header {
  position: sticky;
  top: 0;
  z-index: 111;
  background: #fff;
  padding: 10px 0;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .header__actions {
    text-align: right;
    padding-top: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 2rem; }

/* search form ---------------------- */
.form--search ul > li {
  position: relative; }

.form--search ul > li.first:before {
  position: absolute;
  right: 10px;
  top: 50%;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  content: "";
  margin-top: -3px; }

.form--search ul > li.first input.error {
  border-bottom: 1px solid #f25454; }

.form--search ul > li input[type="text"]:focus {
  border-color: #d7d7d7;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05) inset; }

.form--search ul > li input[type="submit"] {
  display: block;
  width: 100%; }

.sub_header_user_name {
  overflow: hidden;
  max-width: 110px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: inline-block; }

@media (min-width: 1199px) {
  .drop-menu__responsive {
    display: none; } }

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 50px; }

/* logo ---------------------- */
.logo {
  overflow: hidden;
  position: relative; }
  @media (max-width: 576px) {
    .logo {
      max-width: 120px;
      max-height: 60px; } }

/* Logo End ---------------------- */
.header__location .location-primary {
  max-width: 110px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-decoration: underline; }

.header__location {
  position: relative; }

.header__location-trigger {
  display: block;
  position: relative;
  text-decoration: underline;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #d11e23;
  cursor: pointer; }

.header__location-trigger:before {
  position: absolute;
  right: 0;
  top: 3px;
  content: "";
  width: 7px;
  height: 7px;
  content: "";
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.header__location-trigger:after {
  width: 12px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url(images/icon_locations.svg);
  background-repeat: no-repeat;
  background-size: 12px 16px; }

@media (max-width: 1199px) {
  .header__location-trigger:before {
    right: 18px;
    top: 12px;
    content: ""; }
  .header__location-trigger:after {
    left: 14px;
    top: 12px;
    content: ""; } }

.header__location-from,
.header__search-from {
  position: fixed;
  left: 0;
  top: 70px;
  right: 0;
  z-index: 3;
  background: rgba(230, 230, 230, 0.9);
  bottom: 0;
  padding-top: 2rem; }

.header__location-from input,
.header__search-from input {
  border: none;
  padding-left: 20px;
  height: 60px; }

.header__location-from input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

/* -------------  RESPONISVE  ---------------- */
@media (max-width: 1399px) {
  .slide {
    height: 550px; }
  .header__actions {
    padding-right: 20px; } }

@media (max-width: 1199px) {
  .header__actions {
    padding-right: 0; }
  .header__actions {
    padding-top: 8px;
    padding-right: 10px; } }

@media (max-width: 1199px) {
  .header__location-from .link__close,
  .header__search-from .link__close {
    right: 20px; }
  .form-page-search {
    max-width: 80%; }
  .trigger-close {
    right: 20px; } }

@media (max-width: 1199px) {
  .form-page-search li {
    margin: 0 !important; }
  .header__location {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    background: #fff;
    text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .header__location .header__location-trigger {
    font-size: 0.9em;
    min-height: 40px;
    padding: 10px 40px 10px 40px;
    background-position: 15px 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .header__location-trigger:before {
    top: 14px; }
  .header {
    min-height: 110px; }
  .header.home-header {
    min-height: 1%; } }

@media (max-width: 767px) {
  .nav--search ul > li.nav__link-search > a {
    font-size: 0;
    width: 35px;
    height: 35px;
    display: block; }
  .nav--search li.nav__link-search .search-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    bottom: 0;
    right: 0;
    margin: auto; }
  .header__location-from,
  .header__search-from {
    top: 0;
    padding-top: 100px; }
  .form-page-search li.first,
  .form-page-search li.second {
    width: 100%; }
  .form-page-search li {
    padding: 10px;
    margin: 0; }
  .form-page-search {
    max-width: 100%; }
  .header__location-from .link__close,
  .header__search-from .link__close {
    top: -40px; }
  .header__location-from input,
  .header__search-from input {
    border: 1px solid #ddd;
    padding-left: 20px;
    height: 60px;
    line-height: 18px; }
  .header__location-from,
  .header__search-from {
    background: #fff; }
  .trigger-close {
    top: -60px;
    right: 10px; }
  .page-head {
    padding: 15px;
    background: none; }
  .page-head h1 {
    font-size: 1.2em;
    padding: 0; }
  .header .container {
    padding: 0 5px; } }

.nav {
  display: inline-block;
  vertical-align: top; }

.nav--primary {
  color: #333;
  text-transform: uppercase; }
  .nav--primary ul {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 1199px) {
      .nav--primary ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .nav--primary ul li {
      display: inline-block;
      vertical-align: top;
      margin-left: calc(0.5rem + 0.5vw); }
      @media (max-width: 1199px) {
        .nav--primary ul li {
          margin-left: 0; } }
      .nav--primary ul li a {
        color: inherit;
        font-weight: 500;
        position: relative; }
        .nav--primary ul li a::before {
          white-space: nowrap;
          color: #d11e23;
          content: attr(data-hover);
          left: 0;
          max-width: 0;
          overflow: hidden;
          position: absolute;
          -o-transition: max-width 0.5s ease 0s;
          transition: max-width 0.5s ease 0s;
          -webkit-transition: max-width 0.5s ease 0s;
          -ms-transition: max-width 0.5s ease 0s; }
        .nav--primary ul li a::after {
          background: #d11e23;
          content: "";
          height: 3px;
          left: 110%;
          position: absolute;
          bottom: -5px;
          -o-transition: width 500ms ease 0s, left 500ms ease 0s;
          transition: width 500ms ease 0s, left 500ms ease 0s;
          -webkit-transition: width 500ms ease 0s, left 500ms ease 0s;
          -ms-transition: width 500ms ease 0s, left 500ms ease 0s;
          width: 0; }
        @media (min-width: 1199px) {
          .nav--primary ul li a:hover::before {
            max-width: 100%; } }
      @media (min-width: 1199px) {
        .nav--primary ul li.is-active a:hover::after, .nav--primary ul li a:hover::after {
          left: 0;
          -o-transition: width 500ms ease 0s;
          transition: width 500ms ease 0s;
          -webkit-transition: width 500ms ease 0s;
          -ms-transition: width 500ms ease 0s;
          width: 100%; } }

.nav--secondary > ul > li {
  position: relative;
  float: left;
  margin-left: calc(0.8rem + 0.8vw);
  color: var(--color-primary); }
  .nav--secondary > ul > li a {
    color: inherit; }
    .nav--secondary > ul > li a:hover {
      color: #000;
      text-decoration: underline; }
  .nav--secondary > ul > li img {
    width: 22px;
    display: none; }
  .nav--secondary > ul > li .count {
    min-width: 24px;
    height: 24px;
    font-size: 0.85em;
    text-align: center;
    padding: 1px 4px 0;
    line-height: 24px;
    position: absolute;
    right: -18px;
    top: -12px;
    background: #d11e23;
    color: #fff;
    font-weight: 500;
    border-radius: 50%; }

.nav--secondary > ul > li.nav__link--primary > a {
  padding: 0 2px;
  color: inherit; }

.nav--secondary > ul > li.nav__link--cart img,
.nav--secondary > ul > li.nav__link--notifications img {
  display: block; }

.nav--search {
  color: #333;
  text-transform: uppercase; }
  .nav--search > ul > li {
    display: inline-block;
    vertical-align: middle; }
    .nav--search > ul > li > a {
      color: inherit;
      font-weight: 500;
      position: relative; }
      .nav--search > ul > li > a::before {
        white-space: nowrap;
        color: #d11e23;
        content: attr(data-hover);
        left: 0;
        max-width: 0;
        overflow: hidden;
        position: absolute;
        -o-transition: max-width 0.5s ease 0s;
        transition: max-width 0.5s ease 0s;
        -webkit-transition: max-width 0.5s ease 0s;
        -ms-transition: max-width 0.5s ease 0s; }
      .nav--search > ul > li > a::after {
        background: #d11e23;
        content: "";
        height: 3px;
        left: 110%;
        position: absolute;
        bottom: -5px;
        -webkit-transition: width 500ms ease 0s, left 500ms ease 0s;
        -o-transition: width 500ms ease 0s, left 500ms ease 0s;
        transition: width 500ms ease 0s, left 500ms ease 0s;
        width: 0; }
      .nav--search > ul > li > a:hover::after {
        left: 0;
        -webkit-transition: width 500ms ease 0s;
        -o-transition: width 500ms ease 0s;
        transition: width 500ms ease 0s;
        width: 100%; }
      .nav--search > ul > li > a:hover::before {
        max-width: 100%; }

.nav--search > ul > li.nav__link-search .search-icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  position: absolute;
  left: -22px;
  top: 2px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.nav--search > ul > li.nav__link-search a:hover .search-icon {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

/* toggles ---------------------- */
.toggle--nav,
.toggle--links {
  width: 35px;
  height: 30px;
  float: left;
  margin: 0px 10px 0 0;
  padding: 3px 5px;
  display: none; }

.toggle--nav span,
.toggle--links span {
  width: 100%;
  height: 2px;
  background: #333;
  display: block;
  margin: 12px 0 0;
  position: relative; }

.toggle--nav span:before,
.toggle--links span:before {
  width: 100%;
  height: 2px;
  background: #333;
  content: "";
  position: absolute;
  top: -8px;
  left: 0; }

.toggle--nav span:after,
.toggle--links span:after {
  width: 100%;
  height: 2px;
  background: #333;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0; }

.nav--vertical.nav--vertical-even > ul > li:first-child {
  border-top: 1px solid #e6e6e6; }

.nav--vertical.nav--vertical-even > ul > li > a {
  padding: 15px 20px;
  font-size: 1em; }

.nav--vertical.nav--vertical-even > ul > li > a:before {
  display: none; }

.nav--vertical.nav--vertical-even > ul > li:last-child {
  margin-bottom: 0; }

.nav--vertical > ul > li {
  border-top: 1px solid #e6e6e6; }

.nav--vertical > ul > li ul {
  background: #fafafa;
  margin: 0;
  padding: 10px; }

.nav--vertical > ul > li ul li {
  padding: 3px 0; }

.nav--vertical > ul > li ul li a {
  color: #999;
  font-size: 0.9em; }

.nav--vertical > ul > li ul li a:hover {
  color: #333; }

.nav--vertical > ul > li ul li.is--active a {
  color: #333;
  font-weight: 500; }

.nav--vertical > ul > li:last-child {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px; }

.nav--vertical > ul > li > a {
  position: relative;
  padding: 10px 0;
  color: #444;
  display: block; }

.nav--vertical > ul > li.is--active > a,
.nav--vertical > ul > li > a.is--active {
  color: #000;
  font-weight: 600; }

.nav--vertical > ul > li > a:before {
  width: 6px;
  height: 6px;
  margin: -3px 0 0;
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out; }

.nav--vertical > ul > li > a.is--current {
  background: #fafafa; }

.nav--vertical > ul > li > a.is--current:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg); }

.nav--vertical > ul > li .notification-count {
  background: #cf0f14;
  padding: 1px 5px 0;
  color: #fff;
  font-size: 0.8em;
  border-radius: 3px; }

.nav--toggled {
  width: 100%; }

.nav--toggled > ul > li {
  border-top: 1px solid #e6e6e6;
  position: relative; }

.nav--toggled > ul > li .link--toggle {
  position: absolute;
  right: 0;
  top: 5px;
  height: 30px;
  width: 30px;
  cursor: pointer; }

.nav--toggled > ul > li > a {
  position: relative;
  padding: 10px 40px 10px 20px;
  color: #444;
  display: block;
  font-size: 0.9em; }

.nav--toggled > ul > li > ul {
  margin: 0;
  padding: 0 10px 10px; }

.nav--toggled > ul > li ul li .link--toggle {
  right: -10px; }

.nav--toggled > ul > li ul li {
  padding: 0;
  position: relative; }

.nav--toggled > ul > li ul li a {
  color: #999;
  font-size: 0.9em;
  padding: 6px 40px 6px 10px;
  display: block; }

.nav--toggled > ul > li ul li a:hover {
  color: #333; }

.nav--toggled > ul > li ul li.is--active a {
  color: #333;
  font-weight: 500; }

.nav--toggled > ul > li.is-active > a,
.nav--vertical > ul > li > a.is-active {
  color: #000;
  font-weight: 600; }

.nav--toggled > ul > li .link--toggle:before {
  width: 6px;
  height: 6px;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 12px;
  content: "";
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out; }

.nav--toggled > ul > li .link--toggle.is-active:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg); }

.nav--toggled > ul > li .link--toggle.is-active:hover {
  background: none; }

/* overlays ---------------------- */
.overlay {
  display: none;
  z-index: 110;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8); }

@media (max-width: 1199px) {
  .nav.nav--vertical {
    width: 100%; }
  .nav--primary,
  .box--bordered.box--responsive,
  .drop-menu__responsive {
    background: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
            box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    left: 0;
    margin: 0;
    overflow: auto;
    position: fixed;
    text-align: left;
    top: 0;
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    width: 350px;
    opacity: 0;
    visibility: hidden;
    z-index: 111;
    padding: 0; }
  html.is-nav-active .nav--primary,
  html.is-box-active .box--bordered.box--responsive,
  html.menu-responsive-show .drop-menu__responsive {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    visibility: visible; }
  html.is-nav-active .overlay--nav,
  html.is-box-active .overlay--box,
  html.menu-responsive-show .overlay--box {
    display: block; }
  html.is-nav-active,
  html.is-box-active,
  html.menu-responsive-show {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .toggle--nav {
    display: block; }
  .nav--primary li {
    margin: 0;
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15); }
  .nav--primary li a {
    padding: 15px 10px;
    display: block; }
  .nav--primary li a:active {
    background: rgba(0, 0, 0, 0.07); }
  .nav--vertical.nav--vertical-even > ul > li > a {
    padding: 15px; } }

@media (min-width: 1199px) {
  .form input[type="submit"]:hover,
  .form input[type="button"]:hover {
    background: #333;
    border-color: #333; }
  .nav--primary ul {
    width: 100%; }
  .links--socials li.fb a:hover {
    background: #4c66a4; }
  .links--socials li.insta a:hover {
    background: #7b4399; }
  .links--socials li.yt a:hover {
    background: #c8312b; }
  .links--socials li.gl a:hover {
    background: #d95232; }
  .links--socials li.tw a:hover {
    background: #36abdf; }
  .links--socials li.pint a:hover {
    background: #d00713; }
  .item--hovered:hover {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08); }
  .social--share li a:hover {
    background: rgba(0, 0, 0, 0.1); }
  .social--share li a:hover img {
    opacity: 1; }
  .nav--vertical > ul > li > a:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.01); }
  .links__vertical li a:hover {
    color: #333; } }

.hide--desktop {
  display: none; }

@media (max-width: 767px) {
  .nav--search > ul > li.nav__link-search .search-icon {
    width: 24px;
    left: 0; }
  .show-mobile {
    display: block; }
  .nav__link--notifications {
    display: none; }
  .hide--mobile {
    display: none !important; }
  .nav--secondary > ul > li.nav__link--primary:before {
    display: none; }
  .nav--secondary > ul > li img {
    display: block;
    margin: auto;
    position: relative;
    max-width: 24px;
    top: 0; }
  .nav--secondary > ul > li {
    margin: 0 0 0 3px;
    height: 35px;
    font-size: 0; }
  .nav--secondary > ul > li > a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .nav--secondary > ul > li > a:active {
    background: rgba(0, 0, 0, 0.07); }
  .header__actions {
    padding-top: 0; }
  .nav--secondary > ul > li.nav__link--cart .count {
    top: -6px;
    right: -8px; }
  .nav--secondary > ul > li.nav__link--cart {
    font-size: 100%; }
  .nav--scrollable li a:before {
    display: none; }
  .nav--scrollable li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    border: none; }
  .nav--vertical > ul > li:last-child {
    border-bottom: none; }
  .nav--vertical-toggled {
    display: none; }
  .box--bordered .nav--vertical ul li > a,
  .links__vertical li {
    padding: 10px 15px; } }

@media (max-width: 576px) {
  .nav--primary,
  .box--bordered.box--responsive,
  .drop-menu__responsive {
    width: 280px; } }

body {
  margin: 0;
  background: #f2f2f2; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
  padding-bottom: 10px; }

.h1,
h1 {
  font-size: 2.2rem; }

.h2,
h2 {
  font-size: calc(18px + 0.5vw); }

.h3,
h3 {
  font-size: calc(16px + 0.4vw); }

.h4,
h4 {
  font-size: calc(18px + 0.2vw); }

.h5,
h5 {
  font-size: calc(16px + 0.13vw); }

.h6,
h6 {
  font-size: calc(14px + 0.2vw); }

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: inherit;
  line-height: 1.8;
  color: var(--color-gray-1000); }

.body {
  min-height: 600px; }

body.is--home {
  background: #fff; }

body.popup__show .ui-autocomplete.ui-widget-content.ui-front {
  z-index: 1001 !important; }

.checkbox-listing--scrollable {
  max-height: 300px;
  overflow: auto; }

@media (width: 640px) {
  .item__tags + .item__footer {
    min-height: 99px; }
  .item .location {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; } }

@media (min-width: 1199px) {
  .max-width {
    max-width: 50%;
    margin: 0 auto 3rem; } }

/* footer ---------------------- */
.section--subscribe {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 80px 0; }

@media (min-width: 1199px) {
  .section--footer .container--fixed {
    max-width: 1100px; } }

.form--subscribe li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0;
  padding: 5px; }

.form--subscribe li input[type="text"] {
  width: 300px; }

.form--subscribe li input[type="submit"] {
  background: #d11e23;
  border-color: #d11e23; }

.form--subscribe li input[type="submit"]:active {
  top: 0; }

.section--footer {
  background: #343434;
  color: #fff; }

.section--footer h6 {
  color: inherit;
  padding: 0 0 20px 0; }

.section--footer-lower {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 0;
  margin: 30px 0 0; }

.row--last {
  margin-top: 60px; }

.row--last p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1em; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown__target {
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #000;
  width: 100%;
  text-align: left;
  padding: 20px 10px 10px 25px; }

.dropdown__target--white {
  background: #fff;
  position: absolute;
  right: 1px;
  top: 33px;
  width: 100%;
  text-align: left;
  padding: 20px;
  min-width: 200px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
  z-index: 2; }

.dropdown__target--white:before {
  position: absolute;
  right: 15px;
  top: -10px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e6e6e6; }

.dropdown__target--white:after {
  position: absolute;
  right: 15px;
  top: -8px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff; }

.link--close {
  z-index: 10;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  line-height: 18px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

.link--close:before {
  width: 2px;
  height: 20px;
  left: 50%;
  margin: 0 0 0 -1px;
  position: absolute;
  top: 8px;
  content: "";
  background: #333; }

.link--close:after {
  width: 20px;
  height: 2px;
  left: 8px;
  top: 50%;
  margin: -1px 0 0 0;
  position: absolute;
  content: "";
  background: #333; }

.link--close.white:before,
.link--close.white:after {
  background: #fff; }

.page--bg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.form-cover {
  background-image: url(images/plate.jpg);
  background-position: 120% -50px;
  background-color: #fff;
  background-repeat: no-repeat;
  padding: 30px 30px;
  width: 100%; }

.form-cover input[type="submit"] {
  display: block;
  width: 100%; }

.form-cover--even h6 {
  font-weight: 300; }

.form-cover.box {
  border: 1px solid #e7e7e7; }

.form-cover.box .box__head {
  border-top: none; }

.form--small p {
  margin: 0 0 5px 0; }

.wrap--small {
  max-width: 460px;
  margin: auto; }

.wrap--normal {
  max-width: 700px;
  margin: auto; }

.form__heading {
  margin: 10px -30px 20px;
  background: #f5f5f5;
  padding: 20px 30px 15px;
  text-align: left; }

.form-cover--odd {
  background: #fff; }

.field-set {
  display: inline-block;
  margin: 0 0 20px;
  width: 100%; }

.field_label {
  color: #777;
  display: block;
  margin: 0 0 5px;
  text-align: left;
  font-size: 0.9em; }

.form-cover.box {
  padding: 0; }

.form--horizontal .field-set {
  display: table;
  table-layout: fixed; }

.form--horizontal .caption-wraper {
  display: table-cell;
  padding: 15px 20px 0 0;
  vertical-align: top;
  width: 34%; }

.form--horizontal .field-wraper {
  display: table-cell;
  vertical-align: top;
  width: 66%; }

.form--horizontal .radio-yn {
  margin: 14px 0 0; }

.group--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 20px;
  width: 100%; }

.group--social .btn {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.group--social .btn .svg-icon {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto; }

.group--social .btn .svg-icon svg {
  width: 100%;
  height: 100%;
  display: block; }

.group--social-onehalf .btn {
  margin: 10px 0 0; }

.btn--social-fb {
  background: #3a5795;
  border-color: #3a5795; }

.btn--social-gp {
  background: #df4a32;
  border-color: #df4a32; }

.btn--social-ap {
  background: #000;
  color: #fff; }

.form-cover--even {
  background: #f7f7f7;
  padding: 30px; }

.form-cover--even .btn {
  border: 1px solid #ddd;
  padding: 0 20px; }

.spn_must_field {
  color: red; }

.captchapic {
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  float: left; }

.reloadlink {
  display: inline-block;
  margin: 10px 0 0 10px;
  position: relative;
  vertical-align: middle;
  float: left; }

.reloadlink img {
  width: 25px; }

@media (max-width: 1199px) {
  .wrap.wrap--normal .form-cover.box {
    padding: 10px;
    background: none; } }

@media (max-width: 767px) {
  .form--subscribe li {
    width: 100%;
    display: block;
    margin: 0; }
  .form--subscribe li input[type="text"],
  .form--subscribe li input[type="submit"] {
    margin: 0;
    width: 100%; }
  .form.form--subscribe ul {
    width: 100%;
    display: inline-block; }
  .form.form--subscribe ul > li.first-child {
    width: 60%;
    float: left; }
  .form.form--subscribe ul > li.last-child {
    width: 40%;
    float: left; }
  .form.form--subscribe ul > li.last-child input {
    font-size: 1em; }
  .page--bg,
  .form-cover {
    background: none !important; }
  .form-cover--odd {
    background: #fff !important; }
  .form-cover {
    padding: 15px; }
  .form-cover.box {
    border: none; }
  .container--small .form-cover {
    padding: 0; }
  .links--socials {
    display: table;
    margin: auto; }
  footer .dropdown {
    display: block;
    max-width: 300px;
    margin: 0 auto 15px; }
  footer .txt--nos {
    text-align: center;
    margin: 0 0 10px 0; }
  footer h6.toggle--trigger.is--active:before {
    top: 16px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .toggle__target {
    display: none;
    padding: 10px; }
  .links--socials li a {
    width: 40px;
    height: 40px; }
  .links--socials li a svg {
    width: 16px;
    height: 16px; }
  .section--footer {
    padding-bottom: 60px; }
  .section--footer-lower {
    padding-top: 0;
    margin-top: 15px;
    border: none; }
  footer h6.toggle--trigger:before {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 10px;
    height: 10px;
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
  footer h6.toggle--trigger {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: left;
    position: relative;
    margin: 5px 0 0 0;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 10px 15px 15px;
    color: #999;
    background: #494949;
    border-radius: var(--radius-1); }
  .section--footer-lower [class*="col-"] {
    width: 100%; }
  .drop-down__target {
    position: relative;
    top: 100%;
    padding: 10px 0; }
  .drop-down__target .container {
    padding: 0; } }

@media (max-width: 576px) {
  .wrap.wrap--normal .form-cover.box .box__head {
    text-align: center; }
  .section--footer-lower [class*="col-"] {
    width: 100%; }
  .footerlinks a, .footer .links--vertical a {
    display: block;
    font-size: 1rem;
    padding: 10px 0; }
  .footer .links--vertical li {
    padding-bottom: 0; } }

.social-action {
  width: 100%;
  border: 1px solid #000;
  padding: 15px;
  margin-top: 10px;
  border-radius: 6px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500; }

.social-action:hover {
  background-color: rgba(0, 0, 0, 0.06); }

.social-action .social-action__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }

.social-action .svg-icon {
  width: 30px;
  height: 30px;
  display: block; }

/* section ---------------------- */
.section {
  padding: calc(2rem + 2.6vw) 0;
  position: relative;
  width: 100%; }
  .section__head {
    margin-bottom: var(--margin-10); }

.body.home-page {
  background-color: #fff; }

#popular_restaurants.section {
  background-color: rgba(0, 0, 0, 0.04); }

/* section title ---------------------- */
.section__title {
  position: relative;
  padding: 30px 0; }

.section__title h2 {
  font-size: 2.5em;
  text-transform: uppercase;
  color: #2b2b2b;
  font-family: "Oswald";
  font-weight: 500;
  line-height: 1;
  letter-spacing: 10px; }

.section__title h5 {
  text-transform: uppercase;
  color: #625e5e;
  font-family: "Oswald";
  font-weight: 500;
  line-height: 1; }

/* banner ---------------------- */
.section--banner {
  height: 450px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.slider {
  overflow: hidden; }

.slider .slick-dots {
  position: relative;
  text-align: center;
  bottom: 50px; }

.slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.slider .slick-dots li button {
  font-size: 0;
  width: 18px;
  background: none;
  border: 2px solid #fff;
  cursor: pointer;
  padding: 0; }

.slider .slick-dots li.slick-active button {
  background: #d11e23;
  border-color: #d11e23; }

.slide {
  position: relative;
  height: 700px;
  background: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff; }

.slide:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none; }

/* ----- BANNER CONTENT ----- */
.slide__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  max-width: 650px;
  margin-left: -600px; }
  .slide__content h1 {
    color: inherit;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 1.2; }
    @media (min-width: 1399px) {
      .slide__content h1 {
        font-size: 5rem;
        font-weight: 400; } }
  .slide__content p {
    color: inherit;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 1.3em; }

.banner {
  position: relative;
  width: 100%; }

.slide__form-cover {
  background-image: url(images/plate.jpg);
  background-repeat: no-repeat;
  background-position: 120% -50px;
  background-color: #fff;
  padding: var(--padding-12);
  width: 400px;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  @media (min-width: 1199px) {
    .slide__form-cover {
      right: 50%;
      margin-right: -600px; } }

.media--link {
  padding: 20px 10px; }
  .media--link a {
    padding: 20px;
    color: inherit;
    display: block; }
    .media--link a:hover {
      -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
              box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
      background: #fff; }
  .media--link .media__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    position: relative; }
    .media--link .media__icon img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%;
      max-width: 100%; }

.media--info .media__desc {
  text-align: center; }

.media--info .media__icon {
  display: table;
  margin: 0 auto 15px;
  width: 120px;
  height: 120px;
  position: relative; }

.media--info img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.slides__seven {
  padding: 10px 70px 0; }

.slides__seven li.slick-current .media--link a {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
  background: #fff; }

.slides__seven .slick-arrow,
.slides--six .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px 0 0;
  cursor: pointer;
  z-index: 1; }

.slides__seven .slick-arrow.slick-disabled,
.slides__seven .slick-arrow.slick-disabled {
  opacity: 0; }

.slides__seven .slick-arrow.slick-next:after,
.slides--six .slick-arrow.slick-next:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  left: 5px;
  pointer-events: none; }

.sign:before {
  border: 2px solid #dadada;
  border-radius: 100%;
  color: #dadada;
  content: "Y";
  font-size: 30px;
  height: 60px;
  left: 50%;
  line-height: 58px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px; }

.card-cover {
  padding: 10px; }

.card {
  width: 100%;
  position: relative;
  color: #333333;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e6e6e6; }

.card__pic {
  width: 100%;
  position: relative;
  padding: 0 0 100% 0; }

.card__pic img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out; }

.card__content {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out; }

.card__title {
  font-size: 1.1em;
  font-weight: 600;
  color: inherit;
  line-height: 1;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top; }

.card__price {
  font-size: 1em;
  color: #333;
  display: inline-block;
  line-height: 1;
  vertical-align: top; }

.card__price--old {
  text-decoration: line-through;
  line-height: 1.3;
  vertical-align: top;
  display: inline-block;
  font-size: 85%;
  opacity: 0.5; }

.card__body {
  padding: 15px 15px 10px; }

.card__footer {
  padding: 15px;
  background: #f7f7f7;
  width: 100%; }

.card__footer .card__title a {
  font-weight: normal;
  color: #333; }

.card__footer .card__title a:hover {
  color: #cf0f14; }

.card .links--inline li {
  float: left !important;
  margin-bottom: 10px; }

@media (min-width: 1199px) {
  .card .links--inline {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block; } }

/* banner ---------------------- */
.slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block; }

.slider .slick-dots {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -600px;
  bottom: 50px; }

.slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0; }

.slider .slick-dots li button {
  font-size: 0;
  width: 18px;
  height: 18px;
  background: none;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer; }

.slider .slick-dots li.slick-active button {
  background: #ffb503;
  border-color: #ffb503; }

.slide {
  position: relative;
  height: 700px;
  background: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff; }

.slide:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none; }

.slide__content h1,
.slide__content p {
  color: inherit;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.slide__content p {
  font-size: 1.3em; }

.slide__form-cover h4 {
  max-width: 90%; }

.media--link {
  padding: 20px 10px; }

.media--link a {
  padding: 20px;
  color: inherit;
  display: block;
  border-radius: var(--radius-1); }

.media--link a:hover {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
  background: #fff; }

.media--link .media__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  position: relative; }

.media--link .media__icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%; }

.media--info .media__desc {
  text-align: center; }

.media--info .media__title {
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 0 15px 0;
  display: block;
  text-align: center; }

.media__desc {
  min-height: 120px; }

.slides__seven {
  padding: 10px 70px 0; }

.slides__seven li.slick-current .media--link a {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
  background: #fff; }

.slides__seven .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px 0 0;
  cursor: pointer; }

.slides__seven .slick-arrow.slick-disabled {
  opacity: 0; }

.slides__seven .slick-arrow.slick-prev:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  left: 15px;
  pointer-events: none; }

.sign:before {
  border: 2px solid #dadada;
  border-radius: 100%;
  color: #dadada;
  content: "Y";
  font-size: 30px;
  height: 60px;
  left: 50%;
  line-height: 58px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px; }

.card-cover {
  padding: 10px; }

.card {
  width: 300px;
  position: relative;
  color: #333333;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e6e6e6; }

.card__pic {
  width: 100%;
  position: relative;
  padding: 0 0 100% 0; }

.card__pic img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out; }

.card__content {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  bottom: 0;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out; }

.card__title {
  font-size: 1.1em;
  font-weight: 600;
  color: inherit;
  line-height: 1;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top; }

.card__price {
  font-size: 1em;
  color: #333;
  display: inline-block;
  line-height: 1;
  vertical-align: top; }

.card__price--old {
  text-decoration: line-through;
  line-height: 1.3;
  vertical-align: top;
  display: inline-block;
  font-size: 85%;
  opacity: 0.5; }

.card__body {
  padding: 15px 15px 10px; }

.card__footer {
  padding: 15px;
  background: #f7f7f7;
  width: 100%; }

.card__footer .card__title a {
  font-weight: normal;
  color: #333; }

.card__footer .card__title a:hover {
  color: #cf0f14; }

.card .links--inline li {
  float: left !important;
  margin-bottom: 10px; }

@media (min-width: 1199px) {
  .card__content {
    bottom: auto; }
  .card.card--xsmall .card__title,
  .card.card--small .card__title {
    font-size: 0.85em; }
  .card .links--inline {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block; }
  .card__content {
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%); }
  .card__pic img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .card__pic:after {
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(255, 255, 255, 0.8);
    z-index: 1; }
  .card:hover .card__content {
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%); }
  .card:hover .card__pic img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }
  .card:hover .card__pic:after {
    opacity: 0; }
  .slides--six li {
    float: none;
    display: inline-block !important;
    vertical-align: bottom; }
  .slides--six li .card-cover .card {
    width: 400px; }
  .slides--six li:nth-child(even) .card-cover .card {
    width: 350px; }
  .slides--six li:nth-child(3n) .card-cover .card {
    width: 300px; }
  .slides--six li:nth-child(4n) .card-cover .card {
    width: 250px; } }

.slides--six.slides--six-even {
  direction: rtl; }

.slides--six.slides--six-even .card {
  direction: ltr;
  text-align: left; }

.slides--six.slides--six-even li {
  float: none;
  display: inline-block !important;
  vertical-align: top; }

.tile {
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  height: 100%;
  background: #fff;
  border-radius: var(--radius-1);
  overflow: hidden; }

.tile .location {
  background-size: 14px 14px;
  background-position: left 0;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  color: #666;
  text-decoration: underline;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.tile .links--inline {
  margin: 5px 0; }

.tile .links--inline li a {
  opacity: 1; }

.tile .tile__title {
  max-width: 240px;
  width: calc(100% - 34px);
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.tile__body {
  padding: 15px 0; }

.tile__title-bar .tag {
  margin-left: 0;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
  margin-top: 4px; }

.tile__title {
  font-size: 1em;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  display: inline-block;
  vertical-align: top; }

.tile__title a {
  color: inherit; }

.tile__title a:hover {
  color: #d11e23;
  text-decoration: underline; }

.tile__title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.tile__items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
  margin: 15px 0 0; }

.tile__items ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #000; }

.tile__items ul li:first-child {
  text-align: start; }

.tile__items ul li:last-child {
  text-align: end; }

.tile__items .rating__link {
  color: inherit; }

.tile__items .rating__star {
  width: 17px; }

.tile__items .rating__link .span {
  opacity: 1;
  font-size: 100%; }

.list-container .tile_block {
  padding-bottom: 40px; }

.tile__tag {
  padding: 1px 10px;
  background: red;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 500; }

.tile .tile__tag {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none; }

.tile--disabled.tile__tag {
  display: block; }

.tile--disabled.tile .tile__media:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  content: ""; }

.tile-horizontal {
  background: #fff;
  margin-bottom: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

.tile-horizontal .container-repeated {
  padding: 0; }

.tile-horizontal .container-repeated:last-child {
  border-bottom: none; }

.tile-horizontal__head {
  padding: 20px;
  border-bottom: 1px solid #ddd; }

.tile-horizontal__head .row:after {
  display: none; }

.tile-horizontal__head .btn {
  padding: 0 13px; }

.tile-horizontal__body {
  padding: 0 20px 20px; }

.tile-horizontal__head .tile__title {
  font-size: 1.2em;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px; }

.tile-horizontal__head .links--inline {
  margin-top: 5px;
  color: #666; }

.tile-horizontal__head .links--inline.links--inline-small li a {
  opacity: 1; }

.tile-horizontal .menu-media {
  width: 80px;
  height: 80px; }

.tile-horizontal .menu-content {
  width: calc(100% - 80px); }

.tile-horizontal .menu-content p {
  margin-bottom: 10px; }

.tile__media {
  width: 100%;
  position: relative;
  padding: 0 0 56.25% 0;
  background: #fff;
  overflow: hidden; }

.tile__media img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.slides__seven .slick-arrow.slick-next {
  right: 0; }

.slides__seven .slick-arrow.slick-prev {
  left: 0; }

/* Sliders */
@media (max-width: 767px) {
  .media--info .media__icon {
    display: block;
    float: left;
    height: 70px;
    margin: 0 auto 20px;
    width: 70px;
    float: none; }
  .media--info .media__title + .media__desc {
    display: block;
    width: 100%;
    min-height: 1%; }
  .media--info .media__icon img {
    max-width: 80%; }
  .media--info .media__title {
    text-align: left;
    font-size: 1.3rem; }
  .media--info .media__desc {
    text-align: left; }
  .tabular--grids .btn--group .btn {
    margin: 2px; }
  .section--steps .media--info .media__title,
  .section--steps .media--info .media__desc {
    text-align: center; }
  .section__head {
    padding: 0 0 10px 0; } }

@media (min-width: 1199px) {
  .page-header .drop-down.drop-down--small .drop-down__target {
    top: 50px; }
  .tile:hover,
  .tile-horizontal:hover {
    -webkit-box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.15);
    background: #fff; }
  .tile {
    padding: 15px; } }

@media (max-width: 1199px) {
  .tile {
    background: #fff; }
  .container.container--normal {
    max-width: 1000px; }
  .tile__body {
    padding: 15px; } }

@media (max-width: 576px) {
  .tile-horizontal__head [class*="col-"] {
    width: 100%; }
  .tile-horizontal__head .btn {
    display: block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px; }
  .media-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .media-flex.media--info .media__desc {
    width: calc(100% - 80px); }
  .media-flex.media--info .media__icon {
    margin: 0;
    width: 80px; }
  .media-flex.media--info .media__icon img {
    max-width: 60% !important; } }

/* ANIMATION */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.form--search ul > li.last {
  margin: 15px 0 0; }

/* ------------ RESPONISVE ------------ */
@media (max-width: 1199px) {
  .row--last p {
    margin: 0; }
  .slide__content {
    margin: 0;
    left: 3%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    max-width: 400px; }
  .slide {
    height: 600px; }
  .slide__form-cover h4 {
    text-align: center;
    max-width: 100%;
    margin: 0; }
  .slider .slick-dots {
    margin: 0;
    left: 20px;
    right: 20px;
    bottom: 20px; }
  .item.item--small .item__head,
  .item.item--small .item__content,
  .item .item__head,
  .item .item__content {
    display: block;
    width: 100%; }
  .item .item__pic {
    padding: 0 0 56.25% 0; }
  .item__footer > ul {
    display: block;
    table-layout: auto;
    position: relative; }
  .item__footer > ul > li {
    width: 100%;
    display: block;
    text-align: left;
    line-height: normal; }
  .item__footer > ul > li.second {
    text-align: left;
    padding-top: 5px; }
  .item__footer > ul > li.last {
    float: none;
    margin: 0 0 0;
    position: absolute;
    right: 0;
    top: 0; }
  .item .links--inline {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block; }
  .item .links--inline li {
    display: inline-block;
    vertical-align: top;
    float: none; }
  .item .location {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0; }
  .item {
    display: block;
    table-layout: auto; }
  .item .item__title + .tag,
  .item .item__title + .tag + .tag {
    float: right; }
  .item .item__title {
    font-size: 1em;
    width: 70%;
    display: block;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
    margin: 0 0 10px 0;
    float: left; }
  .item__title {
    font-size: 1em; }
  .item__body,
  .item__footer {
    padding: 10px; }
  .rest-open-close {
    top: -4px; }
  .item .links--inline.links--inline-icons {
    height: 50px;
    overflow: visible;
    -o-text-overflow: clip;
       text-overflow: clip;
    white-space: normal; }
  .item .links--inline.links--inline-icons li {
    padding: 5px 0; }
  .form--search-inline.form--search ul li:first-child {
    padding-left: 20px; }
  .form--search-inline.form--search ul li {
    padding: 0;
    width: 64%; }
  .form--search-inline.form--search ul li.first {
    width: 36%; }
  .form--search-inline.form--search ul {
    width: auto;
    display: block; }
  .section--sort {
    padding: 20px 0; }
  .drop-down__target {
    top: 50px; }
  .item__title--large {
    font-size: 1.5em;
    font-weight: 500;
    padding: 0 0 0;
    vertical-align: top; }
  .col--middle {
    width: 100%;
    float: none;
    display: block; }
  .list--info {
    margin: 15px 0 10px; }
  .links--icon .link__target {
    display: none; }
  .links--icon {
    margin: 20px 0 0 -10px;
    width: auto;
    border: none; }
  .links--icon .link__group {
    padding: 0 0 0 10px;
    float: left;
    width: 33.3%; }
  .links--icon .link__target {
    left: 0;
    right: 0;
    top: 100%;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); }
  .links--icon .link {
    border: 1px solid #e6e6e6; }
  .item__pic img {
    width: 100%; }
  .links--icon .link.last {
    border: 1px solid #e6e6e6; }
  .list-repeated .tag {
    margin: 5px 5px 5px 0; }
  .list-repeated .item__title {
    vertical-align: middle;
    font-weight: 500; }
  .row__repeated,
  .list-repeated .cell,
  .space,
  .box__head {
    padding: 15px; }
  .cols-group [class*="col-lg-6"] {
    min-height: 140px; }
  .link--nav {
    margin: 0 0 15px;
    padding: 0 0 15px; }
  .link--nav.link--nav-first {
    margin: 10px 0 0;
    border-bottom: 0; } }

@media (max-width: 991px) {
  .slide__form-cover {
    width: 300px;
    padding: 2rem; }
  .form--search ul li input {
    font-size: 1em; }
  .form--search ul li {
    padding: 0 0 0;
    margin: 1rem 0; }
  .form--search ul li input[type="submit"] {
    margin: 0; }
  .form--search ul li.last {
    margin: 0;
    padding-left: 0; }
  .form--search ul.errorlist {
    margin: 0;
    display: table;
    width: 100%; }
  .form--search ul li .errorlist li {
    width: 100%;
    padding-left: 0px; } }

@media (max-width: 767px) {
  .slide__form-cover {
    position: relative;
    left: 0;
    margin: 0;
    top: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    padding: 3rem;
    background: #f3f3f3;
    display: inline-block; }
  .slide {
    height: 250px;
    background-size: 220%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .slide__content,
  .slide__form-cover {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0; }
  .slide__content {
    padding: 15px; }
  .slide__content h1 {
    font-size: 2em; }
  .slide__content p {
    display: none; }
  .slider .slick-dots {
    margin: 0;
    left: 15px;
    right: 15px;
    margin: 0;
    bottom: 10px; }
  .slide__form-cover h4 {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 0; }
  .section__head p {
    margin: 0; }
  .slides__seven {
    padding: 0 40px; }
  .form--search > ul {
    margin: 0; }
  .form--search > ul > li,
  .form--search > ul > li.last {
    width: 100%;
    margin: 10px 0 0;
    padding: 0; }
  .item__footer > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .item__footer > ul > li {
    width: 50%; }
  .item__footer > ul > li.second {
    text-align: right;
    width: 50%;
    display: inline-block;
    padding-top: 0; }
  .item__footer > ul > li.last {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    padding-top: 10px; }
  .item__footer > ul > li.last .btn {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center; }
  .item__footer > ul > li.second .txt--small span,
  .row.row--scroller .item.item--small .item__footer > ul > li .txt--small span {
    display: inline-block; }
  .item__tags + .item__footer {
    padding: 0 10px 10px; } }

@media (max-width: 767px) {
  .links--icon .link__group {
    width: 100%;
    padding: 5px 0; }
  .links--icon .link.last {
    width: 100%;
    margin: 5px 0 0; }
  .links--icon {
    margin-left: 0; }
  .links--icon .link__target {
    left: 0;
    right: 0;
    top: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e6e6e6; }
  .location-search .form--search > ul > li,
  .location-search .form--search > ul > li:last-child {
    margin-top: 10px; }
  .location-search .form--search ul {
    margin: 0px; }
  .location-search .form--search ul li {
    float: none;
    padding: 0px;
    width: 100%; }
  .card-cover {
    padding: 10px 5px; }
  .form--search-inline.form--search > ul > li.first,
  .form--search-inline.form--search > ul > li {
    padding: 0;
    width: 100%; }
  .form--search-inline.form--search > ul > li.last {
    position: static;
    width: 100%;
    font-size: 100%;
    margin: 10px 0 0; }
  .form--search-inline.form--search > ul > li.last input[type="submit"] {
    height: 100%;
    background: #4ca146;
    font-size: 100%;
    border-color: #4ca146;
    color: #fff; }
  .form--search-inline.form--search > ul > li.first input {
    background-color: #fff; }
  .form--search-inline.form--search > ul {
    width: 100%;
    display: inline-block;
    margin: 0; }
  .form--search-inline.form--search input[type="text"] {
    padding-right: 50px; }
  .form--search > ul > li input {
    font-size: 0.9em; }
  .form--search-inline.form--search > ul > li.first input {
    border-right: 1px solid #d7d7d7; }
  .form--search-inline.form--search > ul > li.first {
    margin: 5px 0 0; }
  .links--icon .link__target {
    top: 100%; }
  .links--icon .link {
    font-size: 0.85em; }
  .links--icon .link__target {
    top: 45px; }
  .item .location {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .link--nav {
    display: none; } }

@media (max-width: 576px) {
  .form--search ul li.first input {
    border-bottom: 1px solid #d7d7d7; }
  .media.media--info {
    margin-bottom: 3rem; } }

@media (max-width: 1199px) {
  .list-container--scroller > .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 2rem; }
    .list-container--scroller > .row > .tile_block {
      width: 300px;
      white-space: normal;
      padding: 10px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-width: 100%; } }

.item__pic {
  width: 100%;
  position: relative;
  padding: 0 0 56.25% 0;
  background: #fff;
  overflow: hidden;
  border-radius: var(--radius-1); }

.item__pic img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.section--form {
  background: #fafafa;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e6e6e6; }

.sort__title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1em;
  padding: 6px 10px 4px 0; }

.form--search-inline {
  max-width: 70%;
  margin: auto;
  display: block; }

.form--search-inline ul {
  display: inline-block;
  position: relative;
  width: 100%; }

.form--search-inline li {
  float: left;
  width: 64%; }

.form--search-inline li.first {
  width: 36%; }

.form--search-inline.form--search ul > li.last {
  margin: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 50px;
  background: #ddd;
  font-size: 0; }

.form--search-inline.form--search ul > li.last input[type="submit"] {
  width: 100%;
  background-image: url(images/icon_search.svg);
  background-repeat: no-repeat;
  background-position: 15px 12px;
  background-color: #fff;
  border: none;
  height: 42px; }

.form--search-inline.form--search ul > li.last input[type="submit"]:active {
  top: 0; }

.form--search-inline.form--search ul > li.first input {
  border-bottom: 1px solid #d7d7d7;
  border-right: none;
  background-image: url(images/icon_location.svg);
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 15px 15px;
  padding: 0 10px 0 10px;
  padding-right: 50px; }

.drop-down {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px; }

.drop-down.drop-down--small {
  position: relative; }

.drop-down.drop-down--small .drop-down__body {
  padding: 10px 15px 0; }

.drop-down.drop-down--small .drop-down__target {
  top: 40px;
  border: 1px solid #ddd;
  padding: 10px 0;
  min-width: 240px;
  left: auto;
  right: 0; }

.drop-down.drop-down--small .drop-down__link.is--active:after {
  bottom: -10px;
  height: 12px;
  border-inline: 1px solid #ddd;
  left: -1px;
  right: -1px; }

.drop-down__link {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 6px 40px 4px 15px;
  font-size: 0.85em;
  color: #666; }

.drop-down__link:before {
  width: 6px;
  height: 6px;
  content: "";
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 10px; }

.drop-down__link.is--active:after {
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  z-index: 2; }

.drop-down__target {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  background: #fff;
  z-index: 1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0 10px;
  border-radius: var(--radius-1); }

.drop-down__target .overlay.overlay--filters {
  display: block;
  z-index: 1; }

.drop-down__footer {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #ddd;
  padding: 20px 0 5px; }

.drop-down__footer .link--underline {
  margin: 8px 0 0;
  display: inline-block; }

.drop-down__body {
  width: 100%;
  display: inline-block;
  max-height: 300px;
  overflow: auto;
  text-align: left; }

.drop-down__body .links--vertical li a {
  color: #414042;
  font-size: 0.9em;
  opacity: 1; }

.section--sort,
.section--form {
  position: relative;
  z-index: 2; }

.section--sort {
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out; }

.section--sort [class*="col-"],
.section--sort .container {
  position: static;
  width: 100%; }

.section--fiter-result {
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  border-bottom: 1px solid #ddd; }

.tags__filter li {
  display: inline-block;
  vertical-align: top;
  color: #999;
  padding: 0 0 0 6px;
  font-size: 0.85em;
  line-height: 30px; }

.tags__filter li:first-child {
  padding-left: 0; }

.tags__filter li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 10px;
  background: #fff url(images/icon_close.svg) no-repeat right 9px;
  background-size: 10px;
  border-radius: 30px;
  border: 1px solid #ddd;
  position: relative;
  color: inherit;
  background-position: calc(100% - 10px) center; }

.tags__filter li.clear a {
  background: none;
  border-color: transparent;
  color: #d11e23;
  text-decoration: underline; }

.tags__filter li.clear a:after {
  display: none; }

.section--listing {
  padding: 10px 0; }

.section--listing .section__head h5 {
  padding: 0; }

.item__tags {
  padding: 15px 0 0 20px; }

.item__tags + .item__footer {
  padding-top: 8px;
  padding-bottom: 5px; }

.links--inline-icons li {
  font-size: 0.85em;
  padding: 0 6px 0 0; }

.links--inline-icons.payment_methods li {
  font-size: 1em; }

.links--inline-icons li img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  margin: -2px 5px 0 0; }

.links--square.links--square-onefifth li {
  float: left;
  width: 25%; }

.links--square li {
  padding: 0 10px 10px 0; }

.links--square li a {
  color: #333;
  display: block;
  padding: 0 30px 0 25px;
  position: relative; }

.links--square li a:hover,
.links--square li.is--active a {
  color: #d11e23; }

.links--square li a:hover:before,
.links--square li.is--active a:before {
  border: 3px solid #d11e23; }

html.filters-fixed .section--filters {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  top: 74px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

html.filters-fixed .section--filters .section--sort {
  padding: 10px 0; }

html.filters-fixed .section--filters .drop-down .drop-down__target {
  top: 50px; }

html.filters-fixed .section--filters .drop-down.drop-down--small .drop-down__target {
  top: 40px; }

.page-header {
  width: 100%;
  padding: 40px 0 15px; }

.container.container--normal {
  max-width: 950px; }

.page-header .tabs-row {
  border-bottom: 1px solid #ddd; }

.page-header .drop-down__link {
  background: none;
  border: none;
  font-size: 15px;
  padding: 15px;
  padding-inline-end: 30px;
  -webkit-padding-end: 30px;
  -moz-padding-end: 30px;
  font-size: 15px;
  color: #333; }

.page-header .drop-down__link:before {
  top: 16px;
  width: 10px;
  height: 10px;
  right: 8px;
  border-color: #d11e23; }

.page-header .drop-down.drop-down--small .drop-down__target {
  -webkit-box-shadow: 0 2px 20px 0 rgba(40, 44, 63, 0.3);
          box-shadow: 0 2px 20px 0 rgba(40, 44, 63, 0.3);
  border: none; }

.page-header .drop-down.drop-down--small .drop-down__target .links--square li a {
  padding: 0; }

.page-header .drop-down.drop-down--small .drop-down__target .links--square li a:before {
  display: none; }

.page-header .drop-down.drop-down--small .drop-down__link.is--active:after {
  display: none; }

/* --------------------------- */
.map-view {
  position: relative;
  width: 100%;
  background: #eee; }

.map-view iframe {
  height: 300px;
  position: relative;
  width: 100%; }

.map-view .map-content {
  position: absolute;
  left: 10px;
  top: 60px;
  padding: 20px;
  background: #f7f4e0;
  max-width: 220px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1; }

.map-view .map-content p {
  margin: 0; }

.map-view .map-content h6 {
  color: #cc1b20;
  font-weight: 600; }

/* --------------------------- */
/* popup css */
.popup--custom {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none; }

.popup__head {
  padding: 0 0 15px 0; }

.popup__overlay {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%; }

.popup__content {
  max-width: 800px;
  background: #fff;
  padding: 20px 30px;
  margin: auto;
  position: relative;
  text-align: left;
  max-height: 500px;
  overflow: auto; }

body.popup__show {
  overflow: hidden; }

body.popup__show .popup--custom {
  display: table; }

.popup--custom .nav--vertical > ul > li ul {
  background: none;
  padding: 10px 0;
  border-top: 1px solid #e6e6e6; }

.popup--custom .nav--vertical > ul > li > a {
  font-weight: 500;
  font-size: 1.1em; }

.popup--custom .nav--vertical > ul > li > a.is--current {
  background: none; }

.popup__footer .-float-right input {
  margin: 0; }

/* --------------------------- */
.wrap-counter {
  width: 100%;
  display: inline-block; }

.wrap-counter .txt--larger {
  float: left;
  color: #f5861f;
  font-weight: 900;
  font-size: 3em;
  margin-right: 15px;
  line-height: 1; }

.wrap-counter h6 {
  padding: 0; }

.avtar {
  width: 55px;
  height: 55px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  background: #fff; }

.avtar--normal {
  width: 100px;
  height: 100px; }

.avtar img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.avtar--large {
  width: 150px;
  height: 150px; }

.reviews-list {
  width: 100%;
  min-height: 90px;
  border-top: 1px solid #ddd;
  padding-block: 20px;
  padding-left: 80px;
  display: inline-block;
  position: relative; }
  .reviews-list:first-child {
    margin: 20px 0 0; }
  .reviews-list:last-child {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px; }
  .reviews-list h6 {
    padding: 0 0 5px 0;
    font-size: 1.1em; }
  .reviews-list p {
    font-size: 0.9em;
    margin: 0; }
  .reviews-list .avtar {
    position: absolute;
    left: 0;
    top: 15px;
    border: 1px solid #ddd; }
  .reviews-list.review-list--reply {
    margin: 15px 0 0;
    background: #fafafa;
    border: none;
    min-height: 95px; }
    .reviews-list.review-list--reply .avtar {
      left: 15px;
      background: #ebeaea; }
      .reviews-list.review-list--reply .avtar img {
        position: static;
        width: 100%;
        height: 100%;
        -o-object-fit: fill;
           object-fit: fill; }

.reviews-list [class*="col-"] {
  position: static; }

.review_listing .item__title {
  padding-top: 5px; }

.inline__items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0; }

.inline__items ul li {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px; }

.inline__items ul li:first-child {
  text-align: start; }

.inline__items ul li:last-child {
  text-align: end; }

.inline__items .rating__link {
  color: inherit; }

.inline__items .rating__star {
  width: 17px; }

.inline__items .rating__link .span {
  opacity: 1;
  font-size: 100%; }

.container-repeated .btn.btn--disabled {
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  border-color: #999;
  color: #000; }

.flex-col__left .item__pic {
  padding: 0 0 56.25% 0; }

.dash_box {
  margin-top: 20px; }

.load-more {
  margin-bottom: 30px; }

#listing .row--listings h4 {
  padding-left: 10px; }

.list-repeated {
  width: 100%;
  border-top: 1px solid #e6e6e6; }

.list-repeated:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

.list-repeated .cell.counter_grp_active .counter--qty {
  display: inline-block; }

.list-repeated.list-repeated--even .counter--qty {
  display: inline-block; }

.list-repeated:first-child {
  border-top: none; }

.list-repeated p {
  margin: 0; }

.list-repeated .item__title {
  font-size: 1em; }

.list-repeated .item__price {
  font-size: 0.9em; }

.list-repeated .cell {
  float: left;
  padding: 20px; }

.list-repeated .cell.cell--first {
  width: 75%; }

.list-repeated .cell.cell--second {
  width: 16%;
  padding-right: 0; }

.list-repeated .cell.cell--last {
  width: 25%;
  float: right;
  text-align: right; }

.page-title {
  margin: 10px 0 0;
  padding: 0; }

.page-head {
  padding: 30px 0;
  background: #e7e7e7;
  border-bottom: 1px solid #ddd; }

.page-head h1 {
  font-size: 1.6em;
  padding: 0; }

.page-heading h6 {
  padding: 10px 0 0; }

.new_tab_item {
  width: 49%; }

.counter--group .counter__link--add.counter__link {
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 6px; }

.dish_listing .tag {
  margin-top: 5px; }

.section--content-even {
  padding: 50px 0 30px; }

.slides--six .slick-arrow {
  background: #fff; }

.slides--six .slick-arrow.slick-next {
  -webkit-box-shadow: -5px 0 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 15px 5px rgba(0, 0, 0, 0.1); }

.slides--six .slick-arrow.slick-prev {
  -webkit-box-shadow: 5px 0 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 0 15px 5px rgba(0, 0, 0, 0.1); }

.slides--six .slick-arrow.slick-next:after,
.slides--six .slick-arrow.slick-next:before {
  width: 12px;
  height: 12px;
  border-width: 2px;
  left: 10px;
  top: 12px; }

.slides--six .slick-arrow.slick-prev:after,
.slides--six .slick-arrow.slick-prev:before {
  width: 12px;
  height: 12px;
  border-width: 2px;
  left: 15px;
  top: 14px; }

.slides--six .slick-arrow.slick-disabled {
  opacity: 0; }

.wrap--bordered {
  background: #fff;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: relative; }

.wrap--bordered-list .dropdown {
  display: block; }

.icon--info {
  margin: 5px 0;
  position: relative;
  padding: 0 0 0 20px;
  color: #666666;
  font-size: 0.9em; }

.icon--info img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px; }

.space {
  padding: 20px; }

.counter--group {
  margin: 0 0 10px 0;
  min-height: 26px;
  line-height: 26px; }

.counter--group:last-child {
  margin: 0; }

.counter--qty {
  border: 1px solid #4ca146;
  display: inline-block;
  vertical-align: middle; }

.counter__link {
  display: block;
  padding: 5px;
  float: left;
  width: 24px;
  height: 22px;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  background: #4ca146; }

.counter__link:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.counter__value {
  display: block;
  padding: 2px !important;
  float: left;
  width: 32px !important;
  height: 22px !important;
  border: none !important;
  text-align: center;
  line-height: 1 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.85em !important;
  color: #4ca146 !important; }

.link--nav {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 10px 0; }

.link--nav a {
  color: #444;
  display: block; }

.link--nav a.is--active {
  font-weight: 600;
  color: #cc1b20; }

.noborder--top {
  border-top: none; }

.cols-group {
  border-top: 1px solid #e6e6e6;
  padding: 20px 0; }

.cols-group p {
  margin: 0; }

.cols-group p a {
  color: inherit;
  font-weight: 300; }

.cols-group p a:hover {
  text-decoration: underline; }

.cols-group [class*="col-lg-6"] {
  min-height: 120px; }

.cols-group .links--inline-icons li {
  padding-bottom: 15px;
  padding-top: 5px; }

.wrap--bordered-list .dropdown__link {
  padding: 15px 40px 15px 20px;
  font-weight: 500;
  position: relative;
  display: block;
  background: #fafafa;
  color: #444;
  font-size: 1em; }

.wrap--bordered-list .dropdown__link:before {
  right: 16px;
  top: 24px; }

.wrap--bordered-list .dropdown__link .location {
  margin: 5px 0 0; }

.wrap--bordered-list .dropdown__target--white {
  top: 100%; }

.links--vertical-multlevel > li > a {
  font-weight: 500;
  color: #444;
  opacity: 1; }

.links--vertical-multlevel ul {
  margin: 5px 0 0 20px; }

.links--vertical-multlevel ul li {
  padding: 2px 0; }

.scroll__track {
  width: 10px;
  position: relative; }

.scroll__handle {
  width: 5px;
  margin: 0 0 0 2px;
  background: #eee;
  border-radius: 30px;
  -webkit-transition: width 250ms;
  -o-transition: width 250ms;
  transition: width 250ms; }

.popup__body .form-wrap {
  overflow-y: auto;
  max-height: 80vh; }

.cover-wrap {
  background: #fff;
  padding: 0;
  width: 100%;
  display: inline-block;
  margin: 15px 0 0; }

.icon--paypal {
  width: 100px; }

.list--info li.active_day .head {
  background: #4ca146;
  color: #fff; }

.list--info li.active_day .txt {
  background: #fff; }

.list--info li.active_day .txt.txt--light {
  opacity: 1; }

.layout--rtl {
  direction: rtl !important; }

.layout--rtl .field_label {
  text-align: right; }

.layout--rtl.form input[type="submit"],
.layout--rtl.form input[type="button"] {
  margin: 0 0 0 10px; }

.info--icon {
  display: inline-block;
  vertical-align: top;
  margin: 7px 0 0; }

.info--icon img {
  width: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
  margin: 0 6px 0 0; }

.welcome_msg {
  display: none; }

.order-timings {
  display: block;
  margin-top: -10px;
  padding-left: 25px; }

.descbody {
  display: block;
  color: inherit; }

.hide_promo_save {
  display: none; }

.remove_coupon {
  height: 50px;
  position: absolute;
  right: 0;
  top: 20px; }

/*Jan 7 2016------------*/
.media__list {
  display: block;
  margin-left: -10px;
  margin-right: -10px; }

.media__list .media {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }

.media__list.-list--4 .media {
  width: 25%; }

.media__list.-list--4 .media:nth-child(4n + 1) {
  clear: left; }

.media__preview {
  background: #f6f6f6;
  padding: 15px; }

.media__detail .media__heading {
  padding: 10px 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.075); }

@media (min-width: 767px) {
  .list-repeated .item__title {
    max-width: 70%;
    line-height: 1.5; } }

@media (max-width: 1199px) {
  .flex-col__middle {
    width: calc(100% - 500px); }
  .site-page .flex-col__left {
    width: 200px; }
  .site-page .flex-col__middle {
    width: calc(100% - 500px); }
  .media__list.-list--4 .media {
    width: 33.33%; }
  .media__list.-list--4 .media:nth-child(4n + 1) {
    clear: none; }
  .media__list.-list--4 .media:nth-child(3n + 1) {
    clear: llefteft; } }

@media (min-width: 1199px) {
  .item--card.item--small {
    background-color: #fff; }
  .item--card.item--small .item__head {
    width: 25%;
    float: left; }
  .item--card.item--small .item__body {
    width: 75%;
    float: left; }
  .item--card.item--small .item__content {
    width: 100%;
    display: block;
    background-color: #fff; }
  .item--card.item--small .item__footer {
    float: left;
    background: #f7f7f7; }
  .item--card.item--small .item__footer > ul > li.second {
    text-align: left;
    line-height: 2; }
  .item--card.item--small .item__footer > ul > li.second .-color-primary {
    display: block; }
  .item--card.item--small .item__footer > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    table-layout: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (max-width: 1199px) {
  .flex-col__right {
    width: 100%; }
  .flex-col__middle {
    width: calc(100% - 250px); }
  .site-page .flex-col__middle {
    width: calc(100% - 200px); }
  .block--empty {
    padding: 10px; } }

@media (max-width: 767px) {
  .section--listing .section__head {
    padding: 0; }
  .section--listing .section__head h5 {
    padding: 0 0 10px 0; }
  .reviews-list {
    padding-left: 50px; }
  .reviews-list .avtar {
    width: 40px;
    height: 40px;
    top: 15px; }
  .reviews-list p {
    margin-bottom: 15px; }
  .reviews-list [class*="col-"] {
    width: 100%; }
  .reviews-list.review-list--reply p {
    margin: 0; }
  .reviews-list.review-list--reply {
    padding-left: 65px; }
  .popup--custom {
    background: #fff;
    overflow: scroll; }
  .popup__overlay {
    display: block; }
  .popup__content {
    padding: 50px 15px 15px; }
  .popup__content .nav--vertical > ul > li:last-child {
    border-bottom: 1px solid #e6e6e6; }
  .popup__footer .-float-left {
    float: left !important; }
  .popup__footer .-float-right {
    float: right !important; }
  body.popup__show .popup--custom {
    display: block; }
  .links--inline li {
    float: none;
    display: inline-block; }
  .map-view .map-content {
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%; }
  .site-page .flex-col__middle,
  .site-page .flex-col__left {
    width: 100%; }
  .page-header {
    padding-bottom: 0 !important;
    padding-top: 20px !important; }
  .container.container--normal {
    width: 100%; }
  .page-header .drop-down__link {
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px; }
  .page-header .drop-down__link:before {
    right: 20px;
    top: 12px; }
  .page-header .tabs-row {
    border-bottom: none; }
  .list-container [class*="col-"] {
    padding-bottom: 20px;
    width: 100%; }
  .links--square li {
    padding: 10px; }
  .section--sort {
    padding-bottom: 0 !important; }
  .form--search ul > li.first input {
    border-bottom: 1px solid #ddd; }
  #popular_restaurants .list-container {
    max-width: 500px;
    margin: 0 auto; }
  .media__list.-list--4 .media {
    width: 50%; }
  .media__list.-list--4 .media:nth-child(3n + 1) {
    clear: none; }
  .media__list.-list--4 .media:nth-child(2n + 1) {
    clear: left; }
  .list-repeated p {
    font-size: 0.9em; }
  .list-repeated .item__price,
  .row__repeated .item__price,
  .wrap-total,
  .row__repeated .item__title {
    font-size: 0.9em; }
  .list-repeated .cell.cell--first {
    width: 100%;
    padding-bottom: 0; }
  .list-repeated .cell.cell--second,
  .list-repeated .cell.cell--last {
    width: auto;
    float: left; }
  .section--content-even .list-repeated .item__title {
    font-size: 0.85em; }
  .listing--features li {
    padding: 10px;
    font-size: 0.85em; }
  .listing--features li:last-child,
  .box--plan .box__footer {
    padding: 20px; }
  .item__title--large {
    font-size: 1.2em; }
  .listing--grids ul li {
    display: block;
    width: 100%;
    padding: 5px 0; }
  .listing--grids ul {
    display: block;
    table-layout: auto; }
  .listing--grids ul li .boxwhite {
    border: 1px solid #eee; }
  .row--listings [class*="col-"] {
    width: 100%; } }

@media (max-width: 576px) {
  .reviews-list {
    padding-left: 0; }
  .reviews-list .avtar {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 15px 0 0;
    border: 1px solid #ddd; }
  .reviews-list.review-list--reply {
    padding: 15px 10px;
    min-height: 1%; }
  .reviews-list.review-list--reply .avtar {
    left: auto; }
  .reviews-list h6 {
    font-size: 1em; }
  .media__list.-list--4 .media {
    width: 100%; }
  .media__list.-list--4 .media:nth-child(n) {
    clear: left; }
  .links--vertical-multlevel ul {
    margin: 0; }
  .list-repeated .cell,
  .list-repeated .cell.cell--first {
    width: 100%;
    float: none;
    display: inline-block;
    text-align: left; }
  .links--square.links--square-onefifth li {
    width: 100%; } }

.apply_coupon {
  cursor: pointer; }

.view_offer {
  color: #d11e23;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 400; }

.-is-relative {
  position: relative; }

.qty_btn {
  letter-spacing: 2px; }

.display_qty {
  border: 1px solid #dedede;
  padding: 5px 15px;
  display: inline-block; }

td span.debit_amount {
  color: #d11e23; }

td span.credit_amount {
  color: #4ca146; }

.no_result {
  padding: 20px;
  border-bottom: 1px solid #dedede;
  display: none; }

.page-h1 {
  font-size: 1.6em;
  padding: 0;
  line-height: 2; }

.search_result .dish_items {
  border-top: 1px solid #eee;
  padding: 20px;
  background: #fff; }

@media (min-width: 767px) {
  .flex-col__left .flex-col__content {
    max-height: calc(100vh - 90px);
    overflow: auto;
    scrollbar-width: thin; } }

.closed-time .alert--danger {
  font-size: 14px !important;
  font-weight: 500;
  text-transform: none; }

.section--details {
  background: #f2f2f2; }

.section--details .location {
  font-size: 1em;
  display: block;
  margin: 10px 0 0; }

.section--details .col--last {
  padding-left: 40px; }

.section--details .item__tags {
  padding: 0; }

.boxes--white {
  width: 100%;
  margin: 15px 0 15px; }

.boxes--white li {
  background: #fff;
  border: 1px solid #ddd;
  min-height: 65px;
  margin: 0 5px 5px 0;
  padding: 14px 20px 10px 10px;
  display: inline-block;
  vertical-align: top; }

.boxes--white li .box--icon {
  float: left;
  margin: 0 15px 0 0; }

.boxes--white li .spantxt {
  font-size: 0.95em;
  line-height: 1; }

.boxes--white li .spantxt span {
  display: block;
  opacity: 0.6;
  font-size: 92%; }

.boxes--white li .rating__link .span {
  display: block; }

.list--info {
  display: inline-block;
  margin: 10px 0 0;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  font-size: 0.85em;
  text-transform: uppercase;
  line-height: 1; }

.list--info ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap; }

.list--info li {
  display: table-cell;
  vertical-align: top;
  font-size: 0.97em; }

.list--info li .head {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  display: block; }

.list--info li .txt {
  display: block;
  text-transform: uppercase;
  padding: 12px 10px; }

.list--info li .txt--light {
  padding-top: 0;
  opacity: 0.4; }

.links--icon {
  width: 100%;
  border: 1px solid #ddd; }

.links--icon .link {
  color: #333;
  background: #fff;
  font-weight: 500;
  padding: 12px 45px 12px 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
  display: block; }

.links--icon .link.last {
  border-bottom: none; }

.links--icon .link.is--selected {
  color: red; }

.links--icon .link.is--selected .icon svg {
  fill: red; }

.links--icon .icon {
  position: absolute;
  right: 20px;
  top: 12px;
  overflow: hidden; }

.links--icon .link__target {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  width: 100%; }

.links--icon .link__target h6 {
  padding: 0 0 5px 0; }

.links--icon .link__target p {
  line-height: 1.4;
  display: block;
  font-size: 0.84em;
  margin: 0 0 5px 0;
  font-weight: normal; }

.link__target.link__target--even {
  background: #faf2c6; }

.social--share li {
  float: left;
  margin: 0 5px 0 0; }

.social--share li a,
.social--share li span {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: block;
  padding: 5px;
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative; }

.social--share li a img,
.social--share li span img {
  width: 16px;
  display: block;
  margin: 5px auto 0;
  opacity: 0.6;
  pointer-events: none; }

.social--share li .stButton {
  position: absolute;
  opacity: 0;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.social--share.social--share--shop li span {
  background: #fff; }

body.is--page-details {
  background: #fff; }

.section--tabs {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
  display: none; }

.section--content {
  padding: 30px 0;
  background: #fff; }

.tabs li {
  float: left;
  position: relative; }

.tabs--flat li a {
  display: block;
  font-size: 1.1em;
  color: #333;
  position: relative;
  padding: 22px 20px 20px;
  margin: 0 30px 0 0; }

.tabs--flat li a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  content: "";
  background: #9c1519;
  display: none; }

.tabs--flat li.is--active a:before {
  display: block; }

.tabs--centered {
  display: table;
  margin: auto; }

.popup--custom .nav--vertical > ul > li > a {
  font-size: 1.1em;
  font-weight: 500;
  background: none; }

.popup--custom .nav--vertical ul,
.popup--custom .nav--vertical ul li ul {
  background: none; }

.popup--custom .nav--vertical > ul > li > a.is--current {
  background: none; }

/* restaurant details css 19 Sept 2019 */
.site-details {
  background: #f9f9f9;
  padding: 40px 0;
  border-bottom: 1px solid #ebebeb; }

.flex-container,
.flex-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.flex-col__left {
  width: 300px; }

.flex-col__middle {
  width: calc(100% - 600px); }

.flex-col__right {
  width: 300px; }

.site-page {
  background: #fff; }

.details-content {
  padding-left: 30px;
  padding-right: 50px; }

.details-content p {
  color: #888;
  margin: 5px 0 10px 0; }

.details-content .location {
  font-size: 100%;
  background-size: 11px;
  padding-left: 20px;
  background-position: left 1px; }

.details-content .links--inline {
  margin: 0 0 1rem 0; }

.details-content .timings {
  text-transform: uppercase;
  font-size: 85%;
  color: #222; }

.details-content .tag--large {
  margin-top: 3px; }

.flex-inline {
  margin-top: 40px; }

.flex-inline .flex-inline__col {
  padding: 10px 10px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.flex-inline .txt-lg,
.flex-inline .rating__link {
  font-weight: 500;
  font-size: 1.03em;
  color: inherit;
  text-transform: uppercase; }

.flex-inline .rating__link .span {
  opacity: 1; }

.flex-inline .txt-sm {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.85em;
  color: rgba(0, 0, 0, 0.6); }

.offers-box {
  position: relative; }

.offers-box__container {
  position: relative;
  width: 100%;
  border: 1px dashed #d11e23;
  padding: 10px; }

.offers-box__title {
  text-transform: uppercase;
  color: #d11e23;
  font-weight: 500;
  font-size: 1em;
  position: absolute;
  left: 10px;
  top: -15px;
  padding: 5px;
  background: #f9f9f9; }

.offer-list__more {
  max-width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 113;
  background: #fff;
  border-radius: 3px;
  padding: 25px;
  display: none;
  min-width: 450px; }

.offer-list__more.-show {
  display: block; }

.offer-list__more .overflow-box {
  max-height: 160px;
  overflow-y: auto;
  overflow-x: hidden; }

.popbox {
  max-width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 113;
  background: #fff;
  border-radius: 3px;
  padding: 25px;
  display: none;
  min-width: 450px; }

.popbox.-show {
  display: block; }

.popclose {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: -45px;
  right: -10px;
  color: #fff;
  pointer-events: none; }

.popclose:before {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  content: "+";
  font-size: 2em;
  text-align: center;
  line-height: 40px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.offerbox-trigger-js.is-active:after,
.sharebox-trigger-js.is-active:after {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  z-index: 112; }

.popbox .social--share li {
  float: none;
  display: inline-block;
  vertical-align: top; }

.popbox .social--share li a,
.popbox .social--share li span {
  background: rgba(0, 0, 0, 0.07); }

.round-star-label {
  width: 26px;
  height: 26px;
  position: relative;
  background: #d11e23;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  line-height: 26px;
  display: inline-block; }

.round-star-label span {
  position: relative;
  z-index: 1;
  font-weight: 600; }

.round-star-label::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #d11e23;
  -webkit-transform: rotateZ(30deg);
      -ms-transform: rotate(30deg);
          transform: rotateZ(30deg);
  border-radius: 3px; }

.round-star-label::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #d11e23;
  -webkit-transform: rotateZ(60deg);
      -ms-transform: rotate(60deg);
          transform: rotateZ(60deg);
  border-radius: 3px; }

.offer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.offer-list:last-child {
  margin-bottom: 5px; }

.offer-list .link-underline {
  text-decoration: underline;
  font-weight: 400; }

.offer-list.offer-list__last {
  margin-bottom: 0; }

.offer-list .round-star-label {
  margin-top: 5px; }

.offer-list .offer-list__col {
  width: 40px;
  padding-left: 10px; }

.offer-list .offer-list__content {
  width: calc(100% - 40px);
  padding-left: 10px; }

.container-middle {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  min-height: 1000px; }

.flex-col__content .link--nav-first {
  border-top: none; }

.flex-col__content .link--nav {
  border-bottom: none; }

.flex-col__content .link--nav a.is--active {
  font-weight: 500; }

.flex-col__content {
  text-align: right;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 30px; }

.flex-col__content .nav--vertical > ul > li {
  border: none; }

.flex-col__content .nav--vertical {
  margin: 5px 0; }

.flex-col__content .nav--vertical > ul > li > a:before {
  display: none; }

.flex-col__content .nav--vertical > ul > li > a:hover {
  background: transparent; }

.container-middle__head {
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  position: relative;
  z-index: 2; }

.container-middle__head .form-page-search {
  margin: 0; }

.container-middle__head .form-page-search ul {
  -webkit-box-shadow: none;
          box-shadow: none; }

.container-middle__head .form-page-search ul > li input {
  border: none; }

.container-middle__head .form-page-search ul > li.last input[type="submit"] {
  height: 50px; }

.single-field-form {
  position: relative; }

.single-field-form .search-field {
  height: 55px;
  padding-left: 60px;
  border: none;
  background-image: url(images/icon-search-black.svg);
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 18px; }

.row__repeated-group {
  margin-bottom: 0; }

.flex-col__cart .row__repeated {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 0;
  border: none; }

.flex-col__cart .wrap-total {
  padding-left: 30px;
  padding-bottom: 10px;
  border: none;
  background: none; }

.flex-col__cart .wrap-total table td {
  padding-inline: 0; }

.flex-col__cart .wrap-total tr.last td {
  padding-left: 0;
  padding-right: 0; }

.flex-col__cart .space {
  padding: 20px 30px 10px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  opacity: 1; }

.switch-box {
  margin-top: 18px;
  margin-right: 35px;
  display: inline-block; }

.switch-box .toggle-value {
  font-size: 0.9em;
  color: #999;
  display: inline-block;
  vertical-align: middle; }

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  vertical-align: middle; }
  .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0; }

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px; }
  .toggle-slider::before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px; }

.toggle-switch input:checked + .toggle-slider {
  background-color: #4ca146; }

.toggle-switch input:checked + .toggle-slider:before {
  margin-left: 16px; }

.container-repeated {
  padding: 30px;
  border-bottom: 1px solid #ebebeb; }

.container-repeated .reviews-list h6 {
  font-size: 0.9em; }

.container-repeated__head .tag {
  vertical-align: middle; }

.-style-small {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  color: #646464;
  margin-left: 10px; }

.row-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb; }

.row-flex:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.row-flex .row-flex__col-left {
  width: calc(100% - 120px); }

.row-flex .row-flex__col-right {
  width: 120px;
  text-align: right; }

.row-flex .row-flex__col-right .btn {
  height: 36px;
  line-height: 34px;
  border-radius: var(--radius-1);
  border-color: #4ca146;
  color: #4ca146;
  font-weight: 500;
  font-size: 0.9em;
  padding: 0 var(--padding-6);
  text-transform: capitalize; }

.row-flex .row-flex__col-right .btn:hover {
  background: #4ca146;
  border-color: #4ca146;
  color: #fff; }

.menu-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.menu-media {
  width: 100px;
  height: 100px;
  position: relative; }

.menu-media:before {
  padding-bottom: 100%;
  content: "";
  display: block; }

.menu-media img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.menu-content {
  width: calc(100% - 100px);
  padding-left: 20px; }

.menu-content h6 {
  font-size: 1em;
  padding-bottom: 3px;
  line-height: 1.5; }

.menu-content h6 .tag {
  margin-top: 3px; }

.menu-content .menu-price {
  color: #d11e23;
  font-weight: normal; }

.cols-group-overview {
  padding-bottom: 0; }

.cols-group-overview > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cols-group-overview > .row [class*="col-"] {
  min-height: 1%;
  padding-bottom: 20px; }

.popup__body-new .nav.nav--vertical {
  width: 100%; }

.popbox .overflow-box .offer-list {
  border-bottom: 1px dashed #999;
  padding: 15px 0;
  margin: 0; }
  .popbox .overflow-box .offer-list:last-child {
    border-bottom: none; }

.item__title {
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
  line-height: 1;
  display: inline-block;
  vertical-align: top; }

.item__title--large {
  font-size: 1.6em;
  font-weight: 500;
  vertical-align: middle; }

.item__title a {
  color: inherit;
  line-height: 18px; }

.item__title a:hover {
  color: #e24014; }

.flex-col__sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 70px; }
  @media (min-width: 1199px) {
    .flex-col__sticky.-is-relative {
      z-index: 111; } }

.container-repeated__head h6,
.flex-col__cart h6 {
  display: inline-block; }

.row__repeated {
  width: 100%;
  padding: 15px 10px 15px 15px;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block; }

.row__repeated .item__title {
  display: block;
  font-size: 13px;
  margin: 0 0 5px 0;
  line-height: 1.2em; }

.row__repeated .item__price {
  font-size: 1em;
  margin: 3px 0 0;
  display: block; }

.row__repeated:last-child {
  border-bottom: none; }

.row__repeated:first-child {
  padding-top: 0; }

.row__repeated-group {
  width: 100%;
  display: inline-block;
  line-height: 1;
  margin: 0 0 5px 0; }

.row__repeated-group:first-child {
  margin: 0; }

.row__repeated-group .cell__left {
  width: 70%;
  float: left;
  padding: 0;
  line-height: 1.4; }

.row__repeated-group .cell__right {
  width: 30%;
  float: right;
  text-align: right; }

.row__repeated-group.-txt-small {
  font-size: 0.85em; }

.row__repeated-group.-txt-small {
  font-size: 0.85em; }

.row__repeated-group .cell__right .qty__remove {
  float: right;
  margin: 12px 5px 0 0; }

.row__repeated-group.row__repeated-group-last .col-side-right {
  text-align: right;
  padding-top: 20px; }

.row__repeated-group.row__repeated-group-last .col-side-middle {
  padding-top: 10px; }

.row__repeated-group.row__repeated-group-last .col-side-middle .txt-qty {
  display: inline-block;
  vertical-align: middle; }

.section.section--details .closed-time {
  display: inherit;
  margin: 10px 0 0; }

.panel__right .panel__fixed.is_stuck {
  z-index: 2; }

.wrap-total {
  background: #fafafa;
  width: 100%;
  padding: 10px 0 0;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out; }

.wrap--bordered.wrap--bordered-even h6.space {
  padding: 20px 15px; }

.wrap-total table {
  width: 100%; }

.wrap-total td {
  padding: 5px 15px;
  color: #1a1a1a;
  text-align: right; }

.wrap-total td:first-child {
  width: 70%;
  text-align: left; }

.wrap-total tr.last td {
  font-weight: 600;
  border-top: 1px solid #ddd;
  padding: 10px 15px; }

@media (max-width: 1199px) {
  .flex-col__sticky {
    top: 110px; }
  .site-details {
    padding: 30px 0; }
  .round-star-label {
    width: 20px;
    height: 20px;
    line-height: 20px; }
  .menu-media {
    width: 70px;
    height: 70px; }
  .menu-content {
    width: calc(100% - 70px); }
  .menu-content h6 {
    font-size: 0.9em; }
  .container-repeated {
    padding: 20px; }
  .flex-col__cart .row__repeated,
  .flex-col__cart .wrap-total {
    padding-left: 20px; }
  .menu-content p {
    margin-bottom: 10px; }
  .row--listings .item .item__footer {
    min-height: 94px; }
  .row--listings .item__footer > ul > li.second .txt--small span {
    display: inline-block;
    vertical-align: middle; }
  .section--details .col--last {
    padding-left: 10px; }
  .section--details .location {
    display: table; }
  .location,
  .section--details .location {
    font-size: 0.85em; } }

@media (max-width: 1199px) {
  .row--listings .item .item__footer {
    min-height: 74px; }
  .flex-col__right {
    width: 100%; }
  .flex-col__middle {
    width: calc(100% - 300px); }
  .flex-col__height {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .offer-list .offer-list__content {
    padding-top: 5px; }
  .offer-list__more {
    padding: 20px; }
  .flex-col__cart .row__repeated,
  .flex-col__cart .space,
  .flex-col__cart .wrap-total {
    padding-left: 5px; }
  .flex-col__cart {
    padding: 20px;
    background: #fafafa;
    margin: 20px 0; }
  .flex-col__height .offers-box {
    width: 300px; }
  .flex-col__height .btn-collection {
    padding-left: 25px;
    margin: 0; }
  .flex-col__height .btn-collection .btn-collection__col {
    padding: 0 5px; }
  .btn-collection .btn {
    display: block;
    width: 100%; }
  .offers-box__container {
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .offers-box__container .offer-list:not(:only-child) {
    margin-bottom: 0; }
  .btn-collection .link__target {
    left: 0;
    right: 0; } }

@media (max-width: 1200px) and (min-width: 768px) {
  .section--details .item__tags {
    display: inline-block; } }

@media (max-width: 991px) {
  .details-content {
    padding-right: 0; } }

@media (max-width: 767px) {
  .details-content .item__title {
    margin-right: 10px; }
  .details-content .tag {
    margin-bottom: 0 !important;
    vertical-align: top; }
  .flex-inline {
    margin-top: 15px; }
  .details-content {
    padding-top: 10px; }
  .flex-inline .txt-sm {
    font-size: 0.83em; }
  .popbox {
    min-width: 1%;
    left: 20px;
    right: 20px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: auto; }
  .flex-col__sticky {
    position: relative;
    top: auto;
    padding: 0 14px; }
  .flex-col__sticky > .row [class*="col-"] {
    padding: 0; }
  .flex-col__content {
    text-align: inherit;
    padding: 0; }
  .container-middle__head .-align-right {
    text-align: right !important; }
  .switch-box {
    margin-right: 14px; }
  .single-field-form .search-field {
    background-position: left 15px center;
    padding-left: 40px;
    font-size: 0.85em; }
  .flex-col__middle {
    width: 100%; }
  .flex-col__left {
    width: 100%; }
  .site-details .flex-col__left {
    width: 180px; }
  .site-details .flex-col__middle {
    width: calc(100% - 200px); }
  .details-content {
    padding: 0 15px 15px; }
  .container-repeated {
    padding: 15px; }
  .menu-content h6 {
    font-size: 0.85em;
    font-weight: 500; }
  .flex-col__cart {
    padding: 10px; }
  .tabs--scroll ul {
    padding-right: 0 !important;
    text-align: center; }
  .tabs--scroll ul li a {
    font-size: 1.2em;
    margin: 0;
    padding: 15px; }
  .switch-box .toggle-value {
    font-size: 0.83em; }
  .single-field-form .search-field {
    line-height: 55px; }
  .item__footer.item__footer--even > ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .item__footer.item__footer--even > ul > li.last .btn {
    min-width: 80px; }
  .site-page .flex-col__left .nav.nav--scrollable {
    position: sticky;
    top: 112px;
    background: #fff;
    padding: 0 0;
    -webkit-box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.05);
    margin: 0;
    display: block; }
  .map-view, .container-middle__head {
    z-index: 0; }
  .site-page .flex-col__left .nav.nav--scrollable li {
    margin-bottom: 0 !important; }
  .nav--vertical.nav--scrollable > ul > li > a {
    padding: 15px; }
  .boxes--white li .spantxt {
    font-size: 0.85em; }
  .boxes--white li .box--icon {
    width: 35px; }
  .section--details .links--inline-icons li {
    margin-bottom: 10px; }
  .section--details .item__title--large {
    display: block;
    margin: 0 0 10px 0; }
  .details-content .links--inline.links--inline-small {
    margin-bottom: 10px; } }

@media (max-width: 576px) {
  .flex-container {
    display: block; }
  .site-details .flex-col__middle {
    width: 100%; }
  .site-details .flex-col__left {
    margin: 0 auto 10px; }
  .details-content {
    padding: 15px 0 0; }
  .flex-inline .flex-inline__col {
    width: 50%; }
  .flex-col__height {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-col__height .offers-box,
  .flex-col__height .btn-collection {
    width: 100%; }
  .flex-col__height .btn-collection {
    margin: 0;
    padding: 10px 0 0; }
  .btn-collection__col {
    padding: 5px 0; }
  .offers-box__title {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .container-middle {
    border-top: 1px solid #ebebeb; }
  .row-flex {
    display: block; }
  .row-flex .row-flex__col-left,
  .row-flex .row-flex__col-right {
    width: 100%;
    text-align: left; }
  .row-flex .row-flex__col-right {
    padding-top: 15px; }
  .row-flex .row-flex__col-right .btn {
    display: block;
    width: 100%;
    text-align: center; }
  .boxes--white li {
    width: 100%;
    margin: 5px 0; } }

@media (max-width: 576px) {
  .site-details .flex-col__left {
    width: 100%; }
  .flex-col__left .item__pic {
    border-radius: var(--radius-1); }
  .site-page .flex-col.flex-col__left {
    position: sticky;
    top: 110px;
    z-index: 10;
    border-bottom: 1px solid #ddd; }
  .site-page > .container {
    padding: 0; }
  .container-repeated__head h6 {
    font-size: calc(18px + 0.2vw); } }

@media (min-width: 576px) {
  .cart-summary {
    display: none; } }

@media (max-width: 1199px) {
  .offers-box__title {
    position: relative;
    left: auto;
    top: auto;
    padding: 0; } }

@media (max-width: 576px) {
  .cart-summary {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11; }
  .summary-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1); }
  .summary-view .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 13px; }
  .summary-view-count {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%; }
  .summary-view-action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%; }
  .summary-view-trigger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 2rem;
    padding-left: 0;
    position: relative;
    color: #333;
    min-height: 40px; }
  .summary-view-trigger .svg-icon {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 4px;
    fill: var(--color-primary); }
  .order-summary-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 113;
    background-color: #fff;
    padding: 1rem;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #ddd; }
  .order-summary-mobile .flex-col__cart.flex-col__sticky {
    background-color: transparent;
    padding: 0;
    margin: 0; }
  .order-summary-mobile .flex-col__head.space {
    padding: 0; }
  .order-summary-mobile .flex-col__head.space h6 {
    font-size: 20px; }
  .order-summary-mobile .row__repeated {
    padding: 10px 0;
    border-bottom: 1px solid #ddd; }
  .order-summary-mobile .wrap-total .btn {
    display: none; }
  .order-summary-mobile .row-container--scroller {
    max-height: 260px; }
  .order-summary-mobile .row__repeated-group {
    margin-bottom: 0; }
  .is-summary-show .order-summary-mobile {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .is-summary-show {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .summary-view-trigger.is-active:after {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 60px;
    background-color: rgba(0, 0, 0, 0.8);
    content: ""; }
  .summary-view-trigger.is-active:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 15px; }
  .is-summary-show .cart-summary {
    z-index: 112; }
  .site-details .offers-box {
    margin-top: 2rem; }
  .site-details .offers-box__title {
    left: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0); }
  .offers-box__container {
    padding: 10px;
    min-height: 70px; }
  .summary-view-meta {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 10px; }
  .summary-view-label {
    font-size: 11px;
    display: block;
    position: relative;
    padding-right: 2rem; }
  .summary-view-label:before {
    position: absolute;
    right: 10px;
    top: 6px;
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .summary-view-value {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin: 3px 0 0; }
  .flex-col__middle .links--socials {
    margin: 10px 0; } }

.section--map {
  height: 400px;
  background: #eee;
  padding: 0;
  position: relative; }

.section--map:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  z-index: 1;
  width: 100%; }

.section--map iframe {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.wrap--bordered-offset {
  margin: -150px 0 0 0;
  z-index: 2; }

.wrap--bordered-offset input[type="submit"] {
  width: 100%;
  display: block; }

.wrap--bordered-offset h4 {
  padding: 0 0 20px 0; }

@media (max-width: 1199px) {
  .wrap--bordered-offset {
    margin: 0; } }

.cols-container .box {
  border-bottom: none;
  border-top: none;
  margin-bottom: 30px; }

.cols-container .box:first-child {
  border-top: 1px solid #e6e6e6; }

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

.pagebar.center h3 {
  font-size: 2.2em; }

.search__blog {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin: 40px 0 20px;
  background: #fff; }

.search__blog .searchbar {
  width: 100%;
  position: relative; }

.search__blog .searchbar input[type="submit"] {
  width: 50px;
  height: 48px;
  top: 1px;
  position: absolute;
  right: 1px;
  margin: 0;
  font-size: 0;
  background-image: url(images/icon_search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border: none; }

.search__blog .searchbar input[type="submit"]:hover {
  background-image: url(images/icon_search.svg);
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat; }

.search__blog .searchbar input[type="text"] {
  padding-right: 60px; }

.block__bordered {
  width: 100%;
  border: 1px solid #ebebeb;
  background: #fff; }

.block__bordered h6 {
  padding: 20px; }

.block__bordered .block {
  margin: 2px 0; }

.post {
  padding: 30px 20px 20px;
  border-bottom: 1px solid #ebebeb;
  color: #1a1a1a;
  background: #fff;
  color: #000;
  border: 1px solid #ebebeb;
  margin: 0 0 20px 0;
  -webkit-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }

.post__title {
  font-size: 1.5em;
  line-height: 1.2;
  color: inherit;
  padding: 0 0 10px 0;
  display: block;
  font-weight: 500; }

.post__title a {
  color: inherit; }

.post__date {
  text-transform: uppercase;
  font-weight: 300;
  color: #666666;
  margin: 0 0 20px 0;
  display: block; }

.post__img {
  width: 100%;
  display: block;
  margin: 0 0 20px 0; }

.post__img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0px auto; }

.post__by {
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%; }

.post__by li {
  float: left;
  margin: 0 20px 0 0;
  line-height: 35px;
  position: relative; }

.post__by li:after {
  content: "|";
  position: absolute;
  right: -12px;
  top: 1px; }

.post__by li:last-child:after {
  display: none; }

.post__by li a {
  color: #333; }

.post__by .avtar {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  background: #eee;
  text-align: center;
  width: 35px;
  line-height: 35px;
  height: 35px;
  font-size: 1.2em; }

.post__by .name {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle; }

.post__footer .themebtn {
  margin: 0 10px 0 0; }

.txt__caps {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle; }

.post__description {
  margin: 0 0 25px 0; }

.post__footer {
  font-size: 1.1em;
  width: 100%;
  display: inline-block; }

.post__details .post__by {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle; }

.post__details .post__footer {
  padding: 0 0 20px 0; }

.post__details .reviewsdescription {
  margin: 10px 0 15px 0; }

.post__details .post__by {
  margin: 0 0 10px 0; }

.post__details .cover__grey {
  margin: 30px 0 10px 0; }

.cover__grey h4 {
  display: inline-block; }

.post__details .listrepeated .grid_2 {
  padding: 5px 0 0; }

.post__details .sectiontop__row h4 {
  display: inline-block; }

body.page--blog .box--bordered {
  margin-bottom: 20px; }

.overlay.overlay--blog {
  z-index: 111; }

.links__vertical {
  margin: 10px 0; }

.links__vertical li {
  padding: 10px 20px 10px;
  font-size: 1em;
  border-bottom: 1px solid #e6e6e6; }

.links__vertical li:last-child {
  border-bottom: none; }

.links__vertical li a {
  color: #666;
  display: block; }

.links__vertical li.is--active > a {
  color: #000;
  font-weight: 500; }

.links__vertical li ul {
  margin: 5px 0 0 10px; }

.links__vertical li ul li {
  font-size: 0.9em; }

.links__vertical small {
  padding: 5px 0 0;
  display: block;
  font-size: 0.85em;
  text-transform: uppercase; }

.grids__half li .btn {
  display: block;
  text-align: center; }

.grids__half li.second {
  display: none; }

.post__comments .cols-list {
  padding: 20px 0; }

.post__comments .cols-list.cols-list--reply {
  padding-bottom: 0; }

.post__comments .cols-list.cols-list--reply .row.row--reply {
  margin: 0;
  padding-left: 62px; }

.post__comments .cols-list:last-child {
  border-bottom: none; }

.post__comments .post__head {
  width: 100%;
  display: inline-block;
  padding: 15px;
  background: #fafafa; }

.post__comments .post__head h5 {
  display: inline-block;
  padding: 0; }

.post__comments .post__head .link--underline {
  margin: 5px 0 0; }

.post__comments .avtar img {
  border: 1px solid #ddd; }

.post__comments .cols-list.cols-list--reply .row.row--reply .avtar {
  float: left;
  margin: 0 15px 0 0; }

.post__comments .cols-list .avtar + h6 {
  margin: 10px 0 0 0;
  padding: 0; }

.slider--single .slick-arrow {
  position: absolute;
  cursor: pointer;
  text-align: center;
  top: 50%;
  height: 100px;
  width: 40px;
  background: white;
  z-index: 1;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%); }

.slider--single .slick-disabled {
  opacity: 0; }

.slider--single .slick-arrow.slick-prev {
  left: 0;
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.slider--single .slick-arrow.slick-prev:before {
  opacity: 0.2;
  position: absolute;
  width: 16px;
  height: 16px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  content: "";
  transform: rotate(45deg) translate(0, -50%);
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  top: 46%;
  left: 30%; }

.slider--single .slick-arrow.slick-next {
  right: 0;
  -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.slider--single .slick-arrow.slick-next:before {
  opacity: 0.2;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  content: "";
  -webkit-transform: rotate(45deg) translate(0, -50%);
      -ms-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  top: 46%;
  right: 55%; }

.slider--single .slick-arrow.slick-prev:hover:before,
.slider--single .slick-arrow.slick-next:hover:before {
  opacity: 1; }

.filters--blog .box.box--bordered {
  margin: 20px 0 0; }

.filters--blog .box.box--bordered:first-child {
  margin: 0; }

.ui-menu {
  position: absolute;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  background: #fff;
  max-height: 200px;
  overflow: auto;
  z-index: 10; }

.ui-menu li {
  padding: 5px 0; }

.group--data {
  padding: 20px 0 0; }

.group--data:first-child {
  padding-top: 0; }

.group--data h6 {
  font-size: 0.85em;
  padding-bottom: 2px !important; }

@media (max-width: 1199px) {
  .post__comments .cols-list .info--user {
    text-align: left; }
  .post__comments .cols-list .info--user .avtar {
    float: left;
    margin-right: 15px; }
  .filters--blog {
    padding: 20px;
    background: #fff; }
  .filters--blog {
    background: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
            box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    left: 0;
    margin: 0;
    overflow: auto;
    position: fixed;
    text-align: left;
    top: 0;
    -webkit-transform: translate3d(-100%, 0px, 0px);
            transform: translate3d(-100%, 0px, 0px);
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    width: 350px;
    opacity: 0;
    visibility: hidden;
    z-index: 111;
    padding: 0; }
  html.is-filter--blog .filters--blog {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    visibility: visible; } }

@media (max-width: 767px) {
  .post__comments .cols-list.cols-list--reply .row.row--reply {
    padding-left: 0; }
  .post__comments .cols-list.cols-list--reply .row.row--reply p {
    margin: 0; }
  .post {
    padding: 15px; }
  .post__title {
    font-size: 1em; }
  .post__by {
    margin: 0; }
  .post__by li:first-child {
    display: block;
    width: 100%; }
  .post__by li {
    font-size: 0.9em; }
  .post__footer .social--share {
    margin: 15px 0 0;
    float: none !important;
    clear: left; }
  .post__by li:first-child:after {
    display: none; }
  .post__date {
    font-size: 0.85em;
    margin-bottom: 10px; }
  .post__img {
    margin-bottom: 10px; }
  .grids__half,
  .grids__half ul {
    width: 100%; } }

@media (max-width: 576px) {
  .filters--blog {
    width: 280px; } }

.post-list .block--empty {
  background-color: #fff;
  border: 1px solid #ddd; }

.section-page-head {
  padding: 2rem 0; }
  .section-page-head h3 {
    font-size: 2.6rem; }

.cc-payment {
  background: #fff;
  border: solid 1px #e1dfdf;
  margin: 4rem auto;
  max-width: 600px;
  position: relative; }

.logo-payment {
  max-width: 200px;
  text-align: center;
  margin: 25px auto; }

.logo-payment img, .logo-payment svg {
  margin: 0 auto;
  max-width: 100%; }

.reff p {
  padding: 2rem 2rem 0; }

.payment-from {
  border-top: solid 1px #e1dfdf;
  display: table;
  width: 100%;
  padding: 2rem; }

.payment-from .siteForm label {
  text-align: -left;
  display: block; }

.payment-from .siteForm input.type-bg {
  background-image: url(images/cc-pay.png);
  background-repeat: no-repeat;
  background-position: right center; }

.payment-from .field {
  margin-bottom: 15px;
  text-align: -left; }

.cvv {
  float: left; }

.ccExpiryMonth, .ccExpiryYear {
  float: left; }

.expiry-wrapper, .ccCvvWrapper {
  float: left; }

.ccExpiryYear {
  margin--left: 20px; }

.ccCvvWrapper {
  width: 205px;
  margin--left: 50px; }

.payment-from .siteForm input.ccCvvBox {
  width: 119px;
  margin--right: 10px;
  float: left; }

.total-pay {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600; }

.total-pay small {
  font-size: 13px;
  color: #333; }

.popup--custom .location-search {
  display: inline-block;
  width: 100%; }

.cupn label {
  color: #444;
  display: block;
  font-size: 1em;
  font-weight: 500; }

.cupn {
  background: #fafafa;
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  border: 1px solid #e6e6e6; }

.apply-code-input {
  position: relative; }

.apply-code-input input[type="button"] {
  height: 50px;
  position: absolute;
  right: 0;
  top: 0px; }

.apply-code-input > input[type="text"] {
  padding-right: 98px; }

.cupn label {
  position: relative;
  cursor: pointer; }

.apply-code-input > input {
  margin-top: 20px; }

.cupn label:before {
  border-right: 1px solid #444;
  border-top: 1px solid #444;
  content: "";
  height: 7px;
  margin: -5px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 7px; }

.row-container--scroller {
  max-height: 300px;
  overflow: auto; }

.row-container--scroller {
  overflow: auto;
  width: 100% !important; }

.box--bordered .box__head h6 {
  display: inline-block; }

.box--bordered .box__head .sorting {
  position: relative;
  top: -5px; }

.box__head {
  padding: 20px;
  background: #fafafa;
  border-top: 1px solid #e6e6e6; }

.box__head h6 {
  padding: 0; }

.box__body {
  width: 100%;
  background: #fff;
  position: relative; }

.box__body:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden; }

.box__head h5 {
  padding: 0; }

.cart_qty_increase,
.cart_qty_decrease {
  padding: 0 12px;
  cursor: pointer;
  float: left;
  height: 35px;
  line-height: 35px;
  background: #4ca146;
  color: #fff;
  font-size: 18px;
  border-radius: var(--radius-1);
  margin: 0 3px; }

.qty-action {
  width: 100%;
  display: inline-block; }

.qty-action .qty__input {
  font-size: 0.85em;
  width: 40px;
  text-align: center;
  float: left;
  height: 35px;
  padding: 0; }

.qty-action .qty__link {
  width: 40px;
  height: 35px;
  float: left;
  background: #ebebeb url(images/icon_reload.svg) no-repeat center center;
  background-size: 12px 12px; }

.disable--place-order {
  background: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
  cursor: default; }

@media (min-width: 1401px) and (max-width: 1700px) {
  .row-container--scroller {
    max-height: 350px;
    min-height: 1%; }
  .container--narrow .panel__fixed .panel__fixed-inner.stick .row-container--scroller {
    height: 400px;
    max-height: 400px; } }

@media (min-width: 1201px) and (max-width: 1400px) {
  .row-container--scroller {
    max-height: 230px;
    min-height: 1%; }
  .container--narrow .panel__fixed .panel__fixed-inner.stick .row-container--scroller {
    height: 250px;
    max-height: 250px; } }

@media (max-width: 1199px) {
  .container--colums .row-container--scroller {
    max-height: 272px;
    min-height: 272px; }
  .container--narrow .row-container--scroller {
    max-height: 236px;
    min-height: 236px; } }

@media (max-width: 576px) {
  .row.row--scroller .item.item--small .item__body {
    min-height: 95px; }
  .row.row--scroller .item.item--small .item__footer {
    min-height: 110px; } }

@media (max-width: 576px) {
  .row__repeated .-float-right {
    float: right !important; }
  .row__repeated .-float-left {
    float: left !important; }
  .row--scroller [class*="col-"] {
    width: 290px; }
  .row--full [class*="col-"] {
    width: 100%; } }

.error-wrap {
  display: table;
  margin: 0 auto;
  max-width: 650px;
  text-align: center; }

.error-img {
  max-width: 550px;
  margin: auto;
  display: block;
  padding-bottom: 40px; }

.error-img {
  display: block;
  padding-bottom: 40px; }

.error-content h3 {
  font-size: 32px;
  line-height: 40px; }

.error-content > p {
  font-size: 16px;
  line-height: 24px; }

.error-wrap {
  border: 1px solid #eaeaea;
  border-radius: 40px;
  -webkit-box-shadow: 10px 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin: 0 auto;
  max-width: 850px;
  padding: 50px;
  text-align: center;
  background: #fff; }

@media (max-width: 767px) {
  .error-content h3 {
    font-size: 18px;
    line-height: 1.2; }
  .error-content > p {
    max-width: 100%;
    font-size: 1em; }
  .error-wrap {
    padding: 15px; }
  .btn {
    font-size: 1em; }
  .error-img {
    max-width: 300px; } }

.group-qts {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6; }

.group-qts h6 {
  font-size: 1.1em;
  font-weight: 500; }

.group-qts p {
  margin: 0; }

.quick_links_title {
  cursor: pointer; }

@media (min-width: 1199px) {
  .wrap__fixed-js {
    position: sticky;
    top: 100px; } }

.wrap__fixed-inner-even.stick .box--bordered-offset {
  margin: 0; }

@media (max-width: 1199px) {
  .group-qts h6 {
    font-size: 1em; }
  .group-qts {
    padding: 15px; } }

@media (max-width: 1199px) {
  .group-qts h6 {
    padding: 0 0 6px 0; } }
