/*** 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; }

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

/* 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%; }

.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; }

/* Logo End ---------------------- */
.header__location .location-primary {
  max-width: 200px;
  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; } }

.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%; } }

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

.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 10px;
  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: 400px;
  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; } }

.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: 40px;
  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;
    top: 0;
    max-width: 24px; }
  .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; } }

/* section ---------------------- */
.section {
  padding: 40px 0;
  position: relative;
  width: 100%; }
  @media (max-width: 767px) {
    .section {
      padding: 20px 0; } }

.section--profile {
  padding: 0;
  background: #ebebeb; }

.section--profile .toggle--collapseable {
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f2f2f2;
  top: -30px;
  right: 10px; }

.section--profile .toggle--collapseable.is--active {
  background: #ebebeb; }

.section--profile .toggle--collapseable.is--active:before {
  margin-top: -5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg); }

.section--profile .toggle--collapseable:before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -5px;
  content: "";
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-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; }

.box--tabled {
  width: 100%;
  display: table;
  table-layout: fixed;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  height: 100%; }

.box--tabled .box__left {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  padding: 20px; }

.box--tabled .avtar {
  display: block;
  margin: auto; }

.box--tabled .tags-group {
  position: absolute;
  right: 10px;
  top: 15px; }

.box--tabled .item__title {
  margin: 0 10px 6px 0;
  font-size: 1.2em;
  max-width: 72%; }

.box--tabled .btn.btn--white {
  padding: 0 15px;
  font-weight: 300;
  font-size: 0.85em;
  margin: 15px 0 0; }

.box--tabled .tag {
  margin: 0 5px 5px 0; }

.box--tabled .box__right {
  display: table-cell;
  vertical-align: top;
  width: 75%;
  background: #fafafa;
  padding: 20px; }

.box--white {
  background: #fff;
  padding: 20px;
  border: 1px solid #e6e6e6;
  position: relative; }

.stats {
  min-height: 120px;
  position: relative;
  overflow: hidden;
  padding: 10px; }

.stats__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block; }

.stats__icon {
  position: absolute;
  bottom: 10px;
  opacity: 0.2;
  left: 0; }

.stats.stats--first {
  background: #e7fae6;
  color: #4ca146; }

.stats.stats--second {
  background: #faf4e6;
  color: #f7a500; }

.stats.stats--third {
  background: #fae6e7;
  color: #cf1b21; }

.stats.stats--common {
  background: #e6f2fa;
  color: #009cff; }

.stats p {
  color: inherit; }

.stats h2 {
  color: inherit;
  font-size: 3em;
  line-height: 1;
  font-weight: 600;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 0; }

.row--grids .box--white {
  margin-bottom: 20px; }

.row--grids .box--tabled .box__left {
  padding: 15px;
  width: 28%; }

.row--grids .box--tabled .box__right {
  width: 72%; }

/*.row--grids .box--tabled .item__title{width:85%;}*/
.box--bordered {
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: var(--radius-1);
  overflow: hidden;
  width: 100%; }

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

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

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

.box--bordered h3 {
  padding: 0; }

.box--bordered .box__head {
  border-top: none;
  width: 100%;
  display: inline-block; }

.box--bordered .box__head .link {
  color: #4ca146;
  float: right;
  text-decoration: underline; }

/*.box--bordered .box__head h6{display: inline-block;}*/
.box__content {
  padding: 15px 0; }

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

.box__content:last-child {
  padding-bottom: 0; }

.box__content p {
  margin: 0 0 10px 0; }

.status {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0; }

/* item ---------------------- */
.item {
  border: 1px solid #e6e6e6;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 20px 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; }

.item__head {
  width: 30%;
  display: table-cell;
  vertical-align: top; }

.item__content {
  width: 70%;
  display: table-cell;
  vertical-align: top; }

.item.item--small .item__head {
  width: 26%; }

.item.item--small .item__content {
  width: 74%; }

.item__pic {
  width: 100%;
  position: relative;
  padding: 0 0 100% 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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.map-wrap {
  margin: 1rem 0; }

.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.8em;
  font-weight: 500;
  vertical-align: middle; }

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

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

.details-content .item__title a:hover {
  color: #333; }

.restaurant_detail.item__title a:hover {
  color: inherit; }

.item__content {
  background: #f7f7f7; }

.item__body {
  padding: 15px 20px 5px;
  background: #fff; }

.item__footer {
  width: 100%;
  padding: 15px 20px 10px 20px; }

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

.item__footer > ul {
  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;
  width: 100%; }

.item__footer > ul > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px 0 0;
  width: 37%; }

.item__footer > ul > li.last {
  float: right;
  padding-right: 0;
  width: auto; }

.item__footer > ul > li.second .txt--small {
  margin-top: 0; }

.item__footer > ul > li.second .txt--small span {
  display: block; }

.item .location {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.item.item--small .item__body {
  padding-bottom: 5px; }

.item__price {
  font-size: 1.2em;
  color: #444; }

/* item--small   */
.item--xsmall {
  margin: 0 0 20px 0; }

.item--xsmall .item__footer.item__footer--even li {
  width: 66%;
  padding: 0;
  float: left; }

.item--xsmall .item__footer.item__footer--even li.last {
  width: auto;
  float: right;
  margin: 0; }

.item--xsmall .item__head {
  width: 25%;
  padding: 10px;
  border-right: 1px solid #e6e6e6; }
  .item--xsmall .item__head .item__pic {
    background-color: #ebeaea;
    border-radius: 0; }

.item--xsmall .item__content {
  width: 75%; }
  .item--xsmall .item__content .location {
    margin-bottom: 0;
    margin-top: 5px; }

.item--xsmall .location {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }

.item--xsmall .item__title {
  width: 85%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1em; }

.item--xsmall .tag {
  float: right; }

.item--xsmall .item__footer {
  padding: 5px 10px; }

.item--xsmall .item__body {
  padding: 10px 15px; }

.scroll-box {
  max-height: 300px;
  overflow-y: auto;
  display: block;
  width: 100% !important; }

.scroll-box .links--vertical li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 15px 0 12px; }

.scroll-box .links--vertical li:first-child {
  padding-top: 0; }

.scroll-box .links--vertical li:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.scroll-box .links--vertical > li.active {
  background: rgba(0, 0, 0, 0.03);
  padding: 15px 10px; }

.box--bordered-first {
  margin-bottom: 20px;
  overflow: visible; }

.box--bordered-first .dropdown {
  width: 100%; }

.box--bordered .nav--vertical ul li > a {
  padding: 10px 20px; }

.box--bordered .nav--vertical ul li:first-child {
  border-top: none; }

.box--bordered .nav--vertical ul li:last-child {
  margin-bottom: 0;
  border-bottom: none; }

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

.cols-list {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px; }

.cols-list .actions {
  margin: 5px 0 0; }

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

.cols-list--reply .row--reply {
  margin: 0 -20px;
  padding-top: 20px;
  padding-bottom: 20px; }

.cols-list p {
  margin: 0; }

.cols-list .link--underline {
  color: #999; }

.cols-list .link--underline:hover {
  color: #000; }

.cols-list h6 {
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 1em; }

.cols-list .info--user h6 {
  padding-top: 5px; }

.info--user .avtar {
  float: left;
  margin: 0 20px 0 0; }

.info--user h6 {
  padding: 0;
  font-weight: 500; }

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

.radio-yn > li {
  display: inline-block;
  padding: 0 10px 10px 0;
  vertical-align: middle;
  color: #777; }

.radio-yn > li .checkbox,
.radio-yn > li .radio {
  vertical-align: top; }

.two-col > li {
  display: inline-block;
  padding: 0 10px 10px 0;
  width: 50%;
  margin: 0 -4px 0 0;
  color: #777; }

.three-col > li {
  display: inline-block;
  padding: 0 10px 10px 0;
  width: 33.3%;
  margin: 0 -4px 0 0;
  color: #777; }

.three-col > li .checkbox,
.two-col > li .checkbox {
  vertical-align: top; }

.img-uploader {
  left: 35.4%;
  max-width: 150px;
  position: relative;
  text-align: center;
  margin: 0 0 20px 0; }

.preview {
  background: #f6f6f6;
  padding: 20px; }

.preview--profile .btngroup--fix {
  display: table;
  margin: 10px auto 0;
  text-align: center; }

.btngroup--fix .btn {
  min-width: 110px;
  text-align: center;
  margin: 2px;
  padding: 0; }

.btn--fileupload {
  overflow: hidden;
  position: relative;
  cursor: pointer; }

.btn--fileupload label {
  display: block;
  cursor: pointer; }

.btn--fileupload input {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  height: auto !important; }

.form__title {
  background: #fafafa;
  padding: 15px 20px;
  margin: 0 -20px 25px -20px;
  color: #333;
  font-size: 1em;
  font-weight: 700; }

.col-title {
  font-weight: 500;
  color: #666;
  font-size: 0.9em;
  margin: 0 0 15px 0; }

.row--head {
  padding: 20px 20px 0;
  background: #fafafa;
  margin: 0 0 20px 0; }

input.btn--secondary {
  background: #cf0f14 !important;
  border-color: #cf0f14 !important; }

.panel__top {
  width: 100%;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0; }

.panel__top h6 {
  display: inline-block; }

.panel__top .link {
  float: right;
  text-decoration: underline;
  color: #cf0f14; }

.panel__title {
  font-size: 1.2em;
  color: #333;
  font-weight: 500;
  padding: 0; }

.col-caption {
  color: #999; }

/* table css ---------------------- */
.caption--td {
  display: none; }

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

.table td,
.table th {
  font-size: 0.9em;
  padding: 8px;
  vertical-align: top;
  color: #333;
  text-align: left;
  font-weight: 300;
  border-bottom: 1px solid #eaeaea; }

.table th {
  color: #4c4c4c;
  font-weight: 500;
  border-top: 1px solid #eaeaea;
  border-bottom: 2px solid #eaeaea; }

.table td:first-child,
.table th:first-child {
  padding-left: 0; }

.table--form td {
  padding: 15px 10px; }

.table tr.disabled {
  opacity: 0.4; }

.table .trLast td {
  font-size: 1.2em;
  font-weight: 500; }

.actions li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 2px 0; }

.actions li a {
  background: #fff;
  display: block;
  border: 1px solid #d7d7d7;
  width: 30px;
  height: 30px;
  padding: 2px;
  text-align: center;
  line-height: 28px;
  font-size: 1.2em;
  font-weight: 600;
  color: #333; }

.actions li a img {
  width: 14px;
  margin: 5px auto 0; }

.actions li a:hover {
  border-color: #333; }

.actions.actions--large li a {
  width: 40px;
  height: 40px;
  line-height: 1.5;
  font-size: 1.5em;
  color: #333; }

.actions.actions--large li a img {
  width: 12px;
  margin: 10px auto 0; }

.map {
  position: relative;
  min-height: 400px;
  background: #fafafa;
  width: 100%;
  padding: 10px;
  border: 1px solid #eee; }

.field--small {
  width: 60px !important;
  height: 35px !important; }

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

.panel__head {
  width: 100%;
  display: inline-block;
  padding: 0 0 0; }

.panel__head h5 {
  display: inline-block; }

.panel__left {
  float: left;
  width: 25%; }

.panel__left .nav {
  width: 100%; }

.panel__right {
  width: 75%;
  float: right; }

/* sticky sections */
.panel__fixed .panel__fixed-inner.stick {
  position: fixed;
  width: 295px;
  z-index: 2; }

.panel__fixed .panel__fixed-inner.stick {
  height: 90%; }

.panel__left .panel__fixed .panel__fixed-inner.stick {
  width: 231px; }

.panel__left .panel__fixed .panel__fixed-inner.stick .link--nav-first {
  display: block;
  margin: 20px 0 0;
  border-bottom: none; }

.sorting {
  float: right; }

.sorting select {
  height: 32px;
  min-width: 120px; }

/*21/04/2017*/
.rest_shortcuts {
  display: inline-block;
  vertical-align: middle; }

.form.rest-wallet-search {
  display: inline-block;
  vertical-align: middle; }

.rest_shortcuts .btn.btn--xsmall {
  height: 31px;
  line-height: 31px;
  margin-left: 5px; }

.rest_shortcuts .btn.btn--xsmall:first-child {
  margin-left: 0px; }

.order-box {
  border: 1px solid #e6e6e6;
  margin: 20px 0 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative; }

.order-box {
  border: 1px solid #e6e6e6;
  margin: 30px 0 0; }

.order-box p {
  color: #666;
  margin-bottom: 15px; }

.order-box .order-title {
  color: #666;
  margin: 0 0 5px; }

.order-box .label {
  background-color: #fff;
  margin-left: 10px;
  margin-top: 2px;
  margin-bottom: 0;
  height: 22px;
  line-height: 22px;
  background-position: left 6px center; }

.order-box p a {
  text-decoration: underline;
  color: inherit;
  font-weight: 500;
  font-size: 0.9em; }

.order-box h6 {
  font-size: 1.1em;
  padding: 0; }

.order-box h6 a {
  color: inherit; }

.order-box h6 a:hover {
  color: #d11e23; }

.order-box .info--icon {
  margin-top: 2px; }

.order-box__head {
  padding: 20px;
  min-height: 100px; }

.order-box__footer {
  background: #fafafa;
  padding: 20px;
  min-height: 50px; }

.order-box__footer .btn--bordered {
  padding: 0 20px;
  margin: 2px 0; }

.order-box__footer .btn--bordered.is-active {
  background: #d11e23;
  border-color: #d11e23;
  color: #fff; }

.order-box__footer p {
  margin: 3px 0 0; }

.-display-inline {
  display: inline-block; }

.order-box__left {
  width: 70%;
  float: left; }

.order-box__right {
  width: 30%;
  float: right;
  text-align: right; }

.order-media {
  width: 100px;
  float: left; }

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

.order-box .Fr-star {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 3px; }

.order-box .txt-span {
  display: inline-block;
  color: #666; }

.order-box .txt-link {
  display: inline-block;
  color: #d11e23;
  text-decoration: underline; }

.order-box .Fr-star .Fr-star-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(images/Fr-star2.svg);
  background-repeat: repeat;
  background-size: contain; }

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

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

.stats.stats--wallet {
  background: #fafafa;
  color: #333;
  text-align: center;
  min-height: 1%;
  height: 100%; }

.stats.stats--wallet p {
  margin: 0 0 5px; }

.stats.stats--wallet h2 {
  position: relative;
  right: auto;
  bottom: auto;
  text-align: inherit;
  color: #d11e23;
  font-size: 2em;
  margin: 10px 0 0; }

.stats.stats--wallet .link {
  text-decoration: underline;
  color: #000; }

.section--profile {
  padding: 0;
  background: #ebebeb; }

.section--profile .toggle--collapseable {
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f2f2f2;
  top: -30px;
  right: 10px; }

.section--profile .toggle--collapseable.is--active {
  background: #ebebeb; }

.section--profile .toggle--collapseable.is--active:before {
  margin-top: -5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg); }

.section--profile .toggle--collapseable:before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -5px;
  content: "";
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
  -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; }

.section--profile .row--collapseable {
  padding-top: 30px;
  padding-bottom: 30px; }

td.wallet_table:nth-child(4n) {
  color: #d11e23; }

td.wallet_table:nth-child(5n) {
  color: #4ca146; }

.table-twocols {
  border-spacing: 0; }

.table-twocols td:first-child {
  font-weight: 500; }

.table-twocols td {
  padding: 8px 10px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  vertical-align: top; }

.table-twocols tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.04); }

/* --------------------- */
.tabular--grids.tabular-grid-media .grid {
  min-height: 150px; }

.tabular--grids.tabular-grid-media .grid.first {
  padding-left: 150px;
  padding-bottom: 0;
  width: 60%; }

.tabular--grids.tabular-grid-media .grid.last {
  width: 15%; }

.tabular--grids.tabular-grid-media .btn--group {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  display: inline-block;
  padding: 10px 0 0; }

.grid-media {
  width: 130px; }

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

.table--large td,
.table--large th {
  padding: 20px;
  border-bottom: none; }

.table--large th {
  border-bottom: 1px solid #e6e6e6;
  border-top: none; }

.table.table--large td:first-child,
.table.table--large th:first-child {
  padding-left: 20px; }

.tabular--grids.tabular-grid-media .grid-media {
  position: absolute; }

.tabular--grids.tabular-grid-media .info--icon {
  margin-top: 0; }

.tabular--grids.tabular-grid-media {
  padding: 20px; }

.tabular--grids.tabular-grid-media:nth-child(even) {
  padding: 20px; }

.tabular--grids .grid.last .lists--inline-block dt,
.tabular--grids .grid.last .lists--inline-block dd {
  text-align: right; }

.order-menu-selection .btn--list .siteForm ul li {
  text-align: center;
  margin-bottom: 10px;
  width: 48%;
  float: left;
  border: 1px solid #ababab;
  padding: 10px;
  margin: 1%;
  min-height: 100px; }

.order-menu-selection .btn--list .siteForm ul li label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px; }

.order-menu-selection .btn--list .item-alert {
  display: block;
  float: none; }

.order-menu-selection.dialog_box .dialog_box_content {
  max-width: 510px;
  min-width: 510px; }

.order-menu-selection .btn--list input[type="submit"],
.order-menu-selection .btn--list button,
.order-menu-selection .btn--list input[type="button"] {
  margin-top: 15px; }

.grids--selection {
  width: 100%;
  display: inline-block;
  padding: 10px 0; }

.grids--selection li {
  width: 33.3%;
  padding: 0 10px 10px 0;
  margin: 0 -2px;
  vertical-align: top;
  float: left; }

.grids--selection li .label-box {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  display: block;
  text-align: left; }

.grids--selection li .label-box .radio,
.grids--selection li .label-box .checkbox {
  margin: 0 0 12px 0; }

.order-menu-selection {
  padding: 30px 10px;
  text-align: center; }

.grids-wrap {
  width: 100%; }

.grids-wrap .wrap {
  min-height: 300px;
  padding: 30px 30px 10px;
  width: 100%; }

.grids-wrap .wrap--yellow {
  background: #faf4e6; }

.grids-wrap .wrap--yellow .icon__wallet {
  float: left;
  width: 60px;
  margin-right: 20px; }

.grids-wrap .wrap--yellow h2 {
  font-weight: 600;
  padding: 0; }

.grids-wrap .wrap--yellow p {
  margin: 0; }

.grids-wrap .wrap--gray {
  background: #fafafa;
  border: 1px solid #e6e6e6; }

.box__title--responsive {
  display: none; }

.preview .avtar {
  margin: 0 auto 25px; }
  .preview .avtar img {
    margin: 0 auto; }

.itembordred {
  width: 100%;
  border: 1px solid #e9e9e9;
  margin: 0 0 30px;
  position: relative; }

.itembordred:first-child {
  margin-top: 20px; }

.itembordred__head {
  width: 100%;
  padding: 15px 5px 5px;
  display: inline-block; }

.itembordred__head [class*="col-md-"]:last-child {
  text-align: right; }

.itembordred__head h6 {
  font-size: 1em;
  font-weight: 600;
  padding: 0 0 0 0;
  display: inline-block;
  vertical-align: middle; }

.itembordred__head .label {
  position: relative;
  top: 2px; }

.itembordred__head h4 a {
  color: inherit; }

.itembordred__body {
  width: 100%;
  background: #f2f2f2; }

.tabular--grids {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 20px 0;
  position: relative; }

.tabular--grids:first-child {
  border-top: none;
  padding-top: 0; }

.tabular--grids:last-child {
  border-bottom: 1px solid #eee; }

.tabular--grids:first-child .grid {
  padding-top: 0; }

.tabular--grids .grid {
  float: left;
  padding: 0 20px; }

.tabular--grids .grid.first {
  width: 50%;
  padding-left: 0;
  padding-bottom: 30px; }

.tabular--grids .grid.second {
  width: 25%;
  text-align: center; }

.tabular--grids .grid.last {
  width: 25%;
  text-align: right;
  padding-left: 0;
  padding-right: 0; }

.tabular--grids .grid .btn {
  margin: 10px 0 0;
  text-align: center; }

.tabular--grids .txt--price span {
  display: block;
  font-weight: 500; }

.no_more_records {
  display: inline-block;
  font-size: 1.5em;
  margin: 30px 0 0;
  text-align: center;
  width: 100%; }

.grid-layout {
  background: #fafafa;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 20px;
  margin: 0 -20px; }

.grid-layout p {
  margin: 0 0 2px 0; }

.grid-layout .info--order {
  text-align: right; }

.grids--colum {
  margin: 20px 0; }

.grids--colum .grid {
  min-height: 200px;
  width: 100%; }

.grids--colum .grid h6 {
  font-size: 1em; }

.row--reply {
  background: #fafafa;
  padding: 15px; }

.form-wrap .preview {
  background: #fff; }

/* ---------------- */
@media (max-width: 1199px) {
  .panel__left {
    width: 30%; }
  .panel__right {
    width: 70%; }
  .item--xsmall .item__footer {
    padding: 15px; }
  .row--grids .box--white {
    margin: 20px 0 0 0; }
  .row--grids .box--tabled .box__left {
    width: 20%; }
  .row--grids .box--tabled .box__right {
    width: 80%; }
  .box--white {
    margin: 15px 0 0; }
  .stats {
    min-height: 80px; }
  .stats h2 {
    position: static;
    padding: 0; }
  .stats p {
    margin: 0 0 0 0; }
  .hide--ipad {
    display: none !important; }
  .box--tabled .box__left {
    width: 30%; }
  .box--tabled .box__right {
    width: 70%; }
  .box--bordered .box__head .toggle--links,
  .box--tabled .box__left .toggle--links {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    opacity: 0.4; }
  .box__content {
    float: left;
    width: 33.3%;
    padding: 0; } }

@media (min-width: 1199px) {
  .section--content-even .panel__fixed .panel__fixed-inner.stick {
    margin-top: 0; }
  .section--content-even .panel__right .stick.panel__fixed-inner {
    width: 694px;
    height: auto;
    margin: 0; }
  .section--content-even .panel__right .stick.panel__fixed-inner .tabs--floated,
  .section--content-even .panel__right .panel__fixed.is_stuck .tabs--floated {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1); }
  .section--content-even .panel__right .stick.panel__fixed-inner .tabs--floated li.is--active a:before,
  .section--content-even .panel__right .panel__fixed.is_stuck .tabs--floated li.is--active a:before {
    display: none; }
  .link--nav.link--nav-first {
    border-bottom: none;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
    margin: 0 0 0; } }

@media (min-width: 1199px) {
  .order-box:hover {
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); }
  .box--tabled .box__right .btn--positioned {
    position: absolute;
    top: 0;
    right: 15px; }
  .order-box:hover {
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.08); }
  .box--tabled .box__right .btn--positioned {
    position: absolute;
    top: 0;
    right: 15px; } }

@media (max-width: 1199px) {
  .stats.stats--wallet {
    min-height: 180px;
    padding-top: 50px; }
  .stats.stats--wallet {
    min-height: 1%;
    padding-top: 20px; }
  /*------------------------------*/
  .tabular--grids.tabular-grid-media .grid {
    min-height: 1%; }
  .tabular--grids.tabular-grid-media .grid.second {
    width: 70%;
    padding-left: 0;
    padding-top: 10px; }
  .tabular--grids.tabular-grid-media .grid.second .lists--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .tabular--grids.tabular-grid-media .grid.second .lists--inline dl {
    width: 50%;
    padding-left: 0; }
  .tabular--grids.tabular-grid-media .grid.last {
    width: 30%;
    padding-top: 10px; }
  .tabular--grids.tabular-grid-media .grid.first {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee; }
  .row--grids .box--tabled .box__left {
    width: 25%; }
  .row--grids .box--tabled .box__right {
    width: 75%; } }

@media (max-width: 767px) {
  .order-box .label {
    margin-left: -5px; }
  .order-box .order-title h6 {
    display: block; }
  .order-box p {
    font-size: 1em; }
  .order-box p {
    margin-bottom: 5px; }
  .order-box__right {
    color: #666;
    padding: 15px 0 0; }
  .order-box__right p {
    margin-bottom: 15px; }
  .order-box__head,
  .order-box__footer {
    padding: 15px; }
  .order-box__footer .order-box__right {
    padding: 0; }
  .order-box__footer .btn.btn--small {
    padding: 0 15px; }
  .button-row.form--horizontal .field-set {
    width: 100%;
    display: block; }
  .button-row.form--horizontal .field-wraper {
    width: 100%;
    display: block; }
  .caption--td {
    display: block;
    font-weight: 500; }
  .table td,
  .table th {
    display: block;
    padding: 5px 0;
    border: none;
    font-size: 0.85em; }
  .table tr {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #ddd; }
  .table.table--horizontal .caption--td {
    width: 150px;
    float: left;
    color: #666; }
  .table.table--horizontal .caption--td.caption--td-block {
    width: 100%;
    float: none; }
  /* ---------------------------------- */
  .tabular--grids.tabular-grid-media .grid.first,
  .tabular--grids.tabular-grid-media .grid.last {
    width: 100%;
    padding: 0; }
  .tabular--grids.tabular-grid-media .grid-media {
    position: relative;
    margin-bottom: 10px; }
  .tabular--grids.tabular-grid-media .grid {
    min-height: 1%; }
  .grid-media {
    width: 100px; }
  .tabular--grids.tabular-grid-media .grid {
    min-height: 1%; }
  .tabular--grids.tabular-grid-media .grid.second {
    width: 100%;
    padding-left: 0;
    padding-top: 0; }
  .tabular--grids.tabular-grid-media .grid.second .lists--inline {
    display: block; }
  .tabular--grids.tabular-grid-media .grid.second .lists--inline dl {
    width: 100%;
    padding-left: 0; }
  .tabular--grids.tabular-grid-media .grid.last {
    width: 100%;
    padding-top: 0; }
  .tabular--grids.tabular-grid-media .grid.first {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: none; }
  .tabular--grids.tabular-grid-media .grid.first {
    padding-bottom: 0; }
  .tabular--grids .grid {
    display: block;
    padding: 5px 0; }
  .tabular--grids {
    padding: 15px 0;
    text-align: center; }
  .tabular--grids .grid.first,
  .tabular--grids .grid.second,
  .tabular--grids .grid.last {
    text-align: left;
    width: 100%;
    padding: 5px 0;
    float: none; }
  .tabular--grids .grid.second {
    max-width: 70%;
    margin: auto;
    display: block; }
  .tabular--grids .grid.last .txt--price {
    width: 100%;
    display: inline-block; }
  .tabular--grids .grid.last .txt--price > .span1 {
    width: 40%;
    float: left;
    padding: 0; }
  .tabular--grids .grid.last .txt--price > .span2 {
    width: 60%;
    float: left;
    padding: 0 10px 0 0; }
  .tabular--grids .grid.last .lists--inline-block dt,
  .tabular--grids .grid.last .lists--inline-block dd {
    text-align: left; }
  .tabular--grids .grid.second {
    max-width: 100%;
    padding: 0; }
  .tabular--grids {
    text-align: left; }
  .tabular--grids:first-child {
    padding-top: 0; }
  .tabular--grids .btn--group {
    width: 100%;
    display: block; }
  .panel__left .nav {
    position: relative; }
  .panel__left {
    width: 100%; }
  .tabs--scroll li:last-child,
  .panel__left .nav ul li:last-child {
    margin-right: 40px; }
  .panel__left .nav {
    display: none; }
  .row--grids .box--tabled .box__left {
    width: 260px;
    margin: auto; }
  .row--grids .box--tabled .box__right {
    width: 100%;
    background: none;
    padding: 0 10px 10px; }
  .row--grids .box--tabled .item__title {
    /*width: 100%;*/
    margin: 0 5px 6px 0;
    width: auto; }
  .row--grids .box--white {
    margin: 15px 0 0; }
  .cols-list--reply .row--reply {
    margin: 0 -15px -15px; }
  .table.table--large td:first-child,
  .table--large td {
    padding: 10px; } }

@media (max-width: 767px) {
  .sorting {
    float: none;
    min-width: 100%; }
  .rest_shortcuts .btn {
    width: 49%;
    text-align: center; }
  .form.rest-wallet-search {
    display: block;
    padding-top: 10px; }
  .rest_shortcuts {
    margin-top: 10px;
    display: block; }
  .form--horizontal .field-set {
    display: block;
    table-layout: auto; }
  .form--horizontal .caption-wraper,
  .form--horizontal .field-wraper {
    width: 100%;
    display: block;
    padding: 0; }
  .item--xsmall .item__footer.item__footer--even li {
    width: 100%;
    margin: 0 0 5px 0; }
  .item--xsmall .item__footer.item__footer--even li.last {
    float: none; }
  .row--grids .box--tabled .box__left {
    width: 100%; }
  .row--grids .box--tabled .item__title .status {
    margin: 6px 0; }
  .box--tabled .box__left {
    width: 100%;
    display: block; }
  .box--tabled .box__right {
    width: 100%;
    display: block; }
  .box--tabled .tags-group {
    position: static;
    margin: 0 0 5px 0; }
  .box--tabled {
    width: 100%;
    display: block;
    table-layout: auto; }
  .table-twocols td {
    font-size: 0.85em; }
  .box__content {
    float: none;
    width: 100%;
    padding: 10px 0; } }

@media (max-width: 1199px) {
  .section.section--content > .container > .row > [class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 576px) {
  .order-box__left,
  .order-box__right,
  .order-content {
    width: 100%; }
  .order-content {
    padding: 10px 0 0 0;
    float: none; }
  .order-box .order-title + p {
    clear: left; }
  .order-box__right p {
    margin-bottom: 5px; }
  .order-box__right {
    text-align: left;
    color: #666;
    padding: 8px 0 0; }
  .table-twocols tr {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd; }
  .table-twocols td {
    display: block;
    border: none !important;
    padding: 0 !important; }
  .table-twocols tr:nth-child(even) td {
    background: #fff; }
  .tabular--grids .grid.second {
    max-width: 100%; } }

.grids--colum > .row {
  display: block;
  margin: 0; }

.grids--colum > .row > [class*="col-"] {
  padding: 0; }

.lists--inline dl {
  padding: 2px 0 2px 0;
  width: 100%;
  font-size: 1em;
  color: #666;
  line-height: 1; }

.lists--inline dt {
  font-weight: 500;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #333; }

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

.lists--inline dd a {
  color: inherit;
  color: #333;
  text-decoration: underline; }

.lists--inline dt:after {
  content: ":"; }

.lists--inline-block dl {
  padding-bottom: 12px; }

.lists--inline-block dl:last-child {
  padding-bottom: 0; }

.lists--inline-block dt {
  padding: 0 0 2px 0; }

.lists--inline-block dt,
.lists--inline-block dd {
  display: block;
  text-align: left; }

.lists--inline-block select {
  height: 35px;
  margin: 4px 0 0;
  line-height: 20px; }

.listing--bullet li {
  position: relative;
  color: #555555;
  opacity: 0.6;
  padding: 0 0 1px 15px; }

.listing--bullet li:before {
  width: 5px;
  height: 5px;
  background: #555555;
  opacity: 0.6;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 7px;
  content: ""; }

.listing--bullet li a {
  color: inherit; }

.listing--bullet.listing--bullet-small li {
  font-size: 0.85em;
  opacity: 0.5;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.field_cover > ul > li {
  padding: 10px;
  padding-left: 0; }

.field_cover > ul > li input[type="radio"], .field_cover > ul > li input[type="checkbox"] {
  margin-right: 10px; }

@media (min-width: 767px) {
  .tabular--grids .btn--group {
    position: absolute;
    left: 0;
    bottom: 20px; } }

/* Sliders */
.slider-btn .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.slider-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider-btn .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; }

.slider-btn .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.slider-btn input:checked + .slider {
  background-color: var(--color-secondary); }

.slider-btn input:focus + .slider {
  -webkit-box-shadow: 0 0 1px var(--color-secondary);
          box-shadow: 0 0 1px var(--color-secondary); }

.slider-btn input:checked + .slider:before {
  left: 28px; }

.slider-btn .slider.round {
  border-radius: 34px; }

.slider-btn .slider.round:before {
  border-radius: 50%; }

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

.box__head h6 {
  padding: 0;
  display: inline-block; }

.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; }

.space {
  padding: 20px; }

@media (min-width: 1199px) {
  .row.row--collapseable .box.box--white {
    height: 100%;
    padding: 10px; }
  .row.row--collapseable .box.box--white .stats {
    height: 100%; } }

#frm_fat_id_wallet_form .field_cover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.wrap.wrap--gray .icon--paypal {
  max-width: 100px; }

.listing--features li {
  padding: 15px 20px;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.09); }

.listing--features li select {
  color: #333; }

.listing--features select.prc-selct {
  margin-top: 10px;
  width: 80%; }

.listing--features li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.02); }

#payment-section.box {
  margin-top: 2rem; }

.listing--grids {
  width: 100%;
  margin: 10px 0 0;
  display: inline-block; }

.listing--grids ul {
  display: table;
  table-layout: fixed;
  width: 100%; }

.listing--grids ul li {
  padding: 0 10px 0 0;
  display: table-cell;
  vertical-align: top; }

.listing--grids ul li:last-child {
  padding-right: 0; }

.listing--grids ul li .boxwhite {
  display: block;
  background: #f6f6f6;
  padding: 10px; }

.listing--grids ul li p {
  margin: 0 0 5px 0;
  font-size: 0.9em;
  opacity: 1; }

.listing--grids ul li p i {
  font-size: 0.8em; }

.listing--grids ul li h5 {
  padding: 0;
  font-size: 1em;
  font-weight: 500; }

.threecols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px -15px 0; }
  .threecols li {
    padding: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .threecols li .sharesection {
      padding: 20px;
      position: relative;
      background-color: #666;
      width: 100%;
      border-radius: 6px;
      color: #fff;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .threecols li .sharesection--fb {
        background-color: #4867aa; }
      .threecols li .sharesection p {
        color: inherit;
        font-size: 13px;
        opacity: 0.6; }
      .threecols li .sharesection__media {
        width: 80px;
        height: 80px;
        border-radius: 60px;
        background-color: rgba(255, 255, 255, 0.1);
        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; }
        .threecols li .sharesection__media img {
          max-width: 50%; }
      .threecols li .sharesection .fbwrap img {
        max-width: 25%; }
      .threecols li .sharesection .txtwrap {
        width: calc(100% - 100px); }
        .threecols li .sharesection .txtwrap h3 {
          font-size: 1.3rem;
          margin-bottom: 10px;
          font-weight: 600; }

.steps {
  display: table;
  margin: 0 auto 40px; }

.steps li {
  padding: 0 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top; }

.steps.steps--tabled {
  table-layout: fixed;
  width: 100%; }

.steps.steps--tabled li {
  padding: 0 10px;
  display: table-cell;
  vertical-align: top; }

.steps li:first-child:before,
.steps li:last-child:after {
  display: none; }

.steps li:before {
  width: 35%;
  height: 1px;
  background: #e6e6e6;
  content: "";
  content: "";
  position: absolute;
  left: -9px;
  top: 16px; }

.steps li:after {
  width: 35%;
  height: 1px;
  background: #e6e6e6;
  content: "";
  content: "";
  position: absolute;
  right: -9px;
  top: 16px; }

.steps li .steps__count {
  width: 34px;
  line-height: 34px;
  font-weight: 500;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 100%;
  margin: 0 auto 15px;
  display: block;
  background: #fff;
  color: #999;
  position: relative; }

.steps li .steps__value {
  color: #999999;
  display: block;
  font-size: 1.1em;
  font-weight: 300; }

.steps li.is--current .steps__count {
  background: #cf1b21;
  border-color: #cf1b21;
  color: #fff; }

.steps li.is--current .steps__value,
.steps li.is--finished .steps__value {
  color: #333; }

.steps li.is--finished .steps__count {
  background: #fff;
  border-color: #4ca146;
  border-width: 2px;
  color: #fff;
  font-size: 0; }

.steps li.is--finished .steps__count:before {
  width: 8px;
  height: 3px;
  background: #4ca146;
  content: "";
  position: absolute;
  left: 6px;
  top: 16px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.steps li.is--finished .steps__count:after {
  width: 15px;
  height: 3px;
  background: #4ca146;
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg); }

.preview__thumb img {
  margin: 0 auto;
  display: block; }

.dash_box {
  margin-top: 30px; }

.medialist > li .grid .checkbox {
  vertical-align: middle; }

.medialist {
  width: 100%;
  list-style: none;
  margin: 0; }

.medialist > li {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #ededed;
  cursor: pointer; }

.medialist > li a {
  display: block;
  position: relative;
  overflow: hidden;
  color: inherit; }

.medialist > li .grid {
  display: table-cell;
  vertical-align: middle; }

.medialist > li .grid.first {
  width: 75px;
  padding-right: 0;
  height: 45px; }

.medialist > li .grid.first.check {
  width: 35px;
  vertical-align: top;
  padding-top: 2px; }

.medialist > li .grid.second {
  width: 70%; }

.medialist > li .name {
  display: block;
  font-size: 1em;
  font-weight: 300;
  color: #999;
  padding: 0 0 0 0;
  width: 80%; }

.medialist > li .name a {
  color: #333; }

.medialist > li .name a:hover {
  text-decoration: underline; }

.medialist > li .desc {
  font-size: 1em;
  color: #999;
  font-weight: 300; }

.medialist > li .date {
  font-size: 0.9em;
  color: #b3b3b3;
  font-weight: 300;
  float: right; }

.medialist > li.un-read {
  background: rgba(0, 0, 0, 0.01); }

.medialist > li.un-read a {
  color: #000; }

.medialist > li.un-read .name {
  font-weight: 600;
  color: #000; }

.medialist > li.un-read .descbody {
  color: #000; }

.medialist > li .avtar {
  margin-top: 5px;
  width: 45px;
  height: 45px; }

.medialist > li.bodycollapsed .lightxt,
.medialist > li.lastbox .lightxt {
  display: inline-block; }

@media (max-width: 767px) {
  .medialist > li {
    padding: 10px; }
  .medialist > li .grid.first {
    width: 60px; }
  .medialist > li .grid,
  .medialist > li {
    display: inline-block;
    width: 100%; }
  .medialist > li .grid.first {
    float: left; }
  .medialist > li .grid.second {
    display: inline-block;
    width: calc(100% - 40px);
    margin: 10px 0 0; }
  .medialist > li .desc {
    font-size: 0.95em; }
  .medialist > li .date {
    font-size: 0.8em;
    float: none; }
  .medialist > li .grid.third {
    float: left;
    margin-left: 36px;
    width: auto; }
  .medialist > li .grid.first.check {
    height: auto; } }

@media (max-width: 1199px) {
  .medialist > li:hover,
  .medialist > li.selected {
    background: #fafafa; } }

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

/* 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; }

/*******Popup end*******/
/**** Tile List ******/
.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; }

@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; } }

.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; }

.form-wrap {
  background: #fafafa;
  border: 1px solid #e6e6e6;
  padding: 20px 20px 0;
  width: 100%;
  display: inline-block;
  border-radius: var(--radius-1); }

@media (max-width: 576px) {
  .order-box .order-media {
    margin-right: var(--margin-4);
    margin-bottom: var(--margin-4); }
  .order-box .order-content {
    padding-top: 0; } }

.img-uploader {
  position: relative;
  display: inline-block; }

@media (min-width: 767px) {
  .img-uploader {
    left: 40%; } }

.img-uploader img {
  display: inline-block;
  vertical-align: middle; }

.img-uploader label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 5px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  background-color: #4CA146;
  background-color: rgba(76, 161, 70, 0.9);
  color: #ffffff;
  cursor: pointer; }

.img-uploader label:hover {
  background-color: #2C8126; }

.front_table_select {
  height: 32px; }

@media (min-width: 576px) {
  .right_block {
    float: right; } }

.right_block p {
  margin: 0;
  float: left;
  color: #000;
  font-weight: 500;
  font-size: 16px; }

.right_block .box__content {
  float: right;
  padding: 0;
  margin-left: 10px; }

.table--horizontal table th:last-child {
  text-align: right; }

.table--horizontal table td:last-child {
  float: right; }
