/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */


/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Breakpoints
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

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

nav ul,
nav ol {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #F2F2F2;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  color: #000;
  /* */
  /*  Daterange Calendar Styles  */
  /* */
  /* Mobile */
  /* */
  /*  Daterange Picker Calendar  */
  /* */
}
body.modal-open {
  padding-right: 0 !important;
  overflow: auto;
}
body.with-bar .nav-secondary {
  top: 120px;
  /* Mobile */
}
@media (max-width: 767px) {
  body.with-bar .nav-secondary {
    top: auto;
  }
}
body.with-bar .slider-main .slider-nav {
  top: 170px;
  /* Mobile */
}
@media (max-width: 767px) {
  body.with-bar .slider-main .slider-nav {
    top: 122px;
  }
}
body.with-bar .slider-main .slider-content {
  padding-top: 255px;
  /* Mobile */
}
@media (max-width: 767px) {
  body.with-bar .slider-main .slider-content {
    padding-top: 205px;
  }
}
body.with-bar .slider-main .slider-content .slick-current .tabs .tabs__head {
  top: 255px;
  /* Mobile */
}
@media (max-width: 767px) {
  body.with-bar .slider-main .slider-content .slick-current .tabs .tabs__head {
    top: 205px;
  }
}
body.with-bar .tabs__heads {
  top: 255px;
  /* Mobile */
}
@media (max-width: 767px) {
  body.with-bar .tabs__heads {
    top: 205px;
  }
}
body.with-bar .modal--add .modal__body {
  margin-top: 265px;
  /* Mobile */
}
@media (max-width: 767px) {
  body.with-bar .modal--add .modal__body {
    margin-top: 212px;
  }
}
body.firefox .tabs .tabs__head .tabs__head-inner {
  margin-left: -1px;
}
body.holiday .section-holiday {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (min-width: 768px) {
  body.holiday .tabs__heads {
    top: 459px;
  }
  body.holiday .slider-main .slider-content {
    padding-top: 460px;
  }
  body.holiday .slider-main .slider-content .slick-current .tabs .tabs__head {
    top: 460px;
  }
  body.holiday .slider-main .slider-content .tabs .tabs__head:after {
    top: -26px;
    height: 50px;
  }
  body.holiday.with-bar .tabs__heads {
    top: 519px;
  }
  body.holiday.with-bar .slider-main .slider-content {
    padding-top: 520px;
  }
  body.holiday.with-bar .slider-main .slider-content .slick-current .tabs .tabs__head {
    top: 520px;
  }
  body.holiday.with-bar .section-holiday {
    top: 170px;
  }
  body.holiday.with-bar .modal--add .modal__body {
    margin-top: 325px;
  }
}
body .calendar--billing .date-picker-wrapper {
  padding-bottom: 0;
}
body .calendar--billing .date-picker-wrapper.no-shortcuts {
  padding-bottom: 0;
}
body .calendar--billing .date-picker-wrapper .drp_top-bar {
  opacity: 0;
  visibility: hidden;
}
body .calendar--red #calendarAdd {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
body .calendar--red .date-picker-wrapper {
  padding-bottom: 10px;
}
body .calendar--red .date-picker-wrapper.no-shortcuts {
  padding-bottom: 10px;
}
body .calendar--red .date-picker-wrapper .month-wrapper {
  margin-left: 12px;
}
body .calendar--red .date-picker-wrapper .month-wrapper .month-element {
  color: #fff;
}
body .calendar--red .date-picker-wrapper .month-wrapper table {
  width: 188px;
}
body .calendar--red .date-picker-wrapper .month-wrapper table td {
  color: rgba(255, 255, 255, 0.5);
}
body .calendar--red .date-picker-wrapper .month-wrapper table td {
  color: #fff;
}
body .calendar--red .date-picker-wrapper .month-wrapper table .day {
  color: #fff !important;
}
body .calendar--red .date-picker-wrapper .month-wrapper table .day:before {
  border: 1px solid #fff;
}
body .calendar--red .date-picker-wrapper .month-wrapper table .day.has-tooltip {
  color: rgba(255, 255, 255, 0.5) !important;
}
body .calendar--red .date-picker-wrapper .month-wrapper table .day.last-date-selected {
  color: #AA001C !important;
}
body .calendar--red .date-picker-wrapper .month-wrapper table .day.last-date-selected:before {
  background: #fff;
}
body .calendar--red .date-picker-wrapper .month-wrapper table .week-name th {
  color: rgba(255, 255, 255, 0.5);
}
body .calendar--red .date-picker-wrapper .month-wrapper table .caption .prev:before,
body .calendar--red .date-picker-wrapper .month-wrapper table .caption .next:before {
  width: 9px;
  height: 17px;
  background-image: url(/images/arrow-white.png?5ce38c013c07773d22d6718963f9f063);
}
body .calendar--red .date-picker-wrapper .drp_top-bar {
  opacity: 0;
  visibility: hidden;
}
body .date-picker-wrapper.two-months.no-gap .month1 .next,
body .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: block;
}
body .date-picker-wrapper {
  padding: 0;
  border: 0;
  background-color: transparent;
}
body .date-picker-wrapper.no-shortcuts {
  padding-bottom: 57px;
}
body .date-picker-wrapper .gap {
  display: none;
  opacity: 0;
  visibility: hidden;
}
body .date-picker-wrapper .date-range-length-tip {
  opacity: 0 !important;
  visibility: hidden !important;
}
body .date-picker-wrapper .footer {
  display: none;
}
body .date-picker-wrapper .drp_top-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}
body .date-picker-wrapper .drp_top-bar .default-top {
  color: #000;
}
body .date-picker-wrapper .drp_top-bar .js-add-date {
  position: relative;
  top: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 16px 5px 11px;
}
body .date-picker-wrapper .drp_top-bar .js-add-date b {
  font-weight: 400;
  color: #fff;
}
body .date-picker-wrapper .drp_top-bar .js-add-date .selection-top {
  margin-right: 2px;
  color: #fff !important;
  font-weight: 400;
}
body .date-picker-wrapper .drp_top-bar .js-add-date svg {
  margin-right: 20px;
  margin-bottom: 2px;
  vertical-align: middle;
  font-size: 18px;
}
body .date-picker-wrapper .month-wrapper {
  width: 100% !important;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  body .date-picker-wrapper .month-wrapper {
    width: 110% !important;
  }
}
@media (max-width: 767px) {
  body .date-picker-wrapper .month-wrapper {
    width: 100% !important;
  }
}
body .date-picker-wrapper .month-wrapper .month-element {
  padding-left: 5px;
  font-weight: 300;
  color: #000;
  font-size: 12px;
  /* Mobile */
}
@media (max-width: 767px) {
  body .date-picker-wrapper .month-wrapper .month-element {
    font-size: 11px;
  }
}
body .date-picker-wrapper .month-wrapper table {
  width: 213px;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  body .date-picker-wrapper .month-wrapper table {
    width: 46%;
  }
}
@media (max-width: 767px) {
  body .date-picker-wrapper .month-wrapper table {
    width: 47%;
  }
}
@media (max-width: 479px) {
  body .date-picker-wrapper .month-wrapper table {
    width: 100%;
  }
}
body .date-picker-wrapper .month-wrapper table.month2 {
  margin-left: 44px;
  width: 212px;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  body .date-picker-wrapper .month-wrapper table.month2 {
    margin-left: 20px;
    width: 46%;
  }
}
@media (max-width: 767px) {
  body .date-picker-wrapper .month-wrapper table.month2 {
    width: 48%;
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  body .date-picker-wrapper .month-wrapper table.month2 {
    display: none;
  }
}
body .date-picker-wrapper .month-wrapper table .week-name {
  height: 32px;
  font-size: 9px;
}
body .date-picker-wrapper .month-wrapper table .week-name th {
  padding-top: 3px;
}
body .date-picker-wrapper .month-wrapper table .day {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 7px 0;
  font-size: 10px;
  font-weight: 300;
  color: #494949 !important;
}
body .date-picker-wrapper .month-wrapper table .day:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #AA001C;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
body .date-picker-wrapper .month-wrapper table .day.checked {
  background-color: transparent;
}
body .date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: transparent !important;
}
body .date-picker-wrapper .month-wrapper table .day.hovering {
  background-color: transparent !important;
}
body .date-picker-wrapper .month-wrapper table .day.first-date-selected {
  background-color: transparent !important;
  color: #fff !important;
}
body .date-picker-wrapper .month-wrapper table .day.first-date-selected:before {
  opacity: 1;
  visibility: visible;
}
body .date-picker-wrapper .month-wrapper table .day.last-date-selected {
  background-color: transparent !important;
  color: #fff !important;
}
body .date-picker-wrapper .month-wrapper table .day.last-date-selected:before {
  opacity: 1;
  visibility: visible;
}
body .date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: default !important;
  color: #cdcdcd !important;
}
body .date-picker-wrapper table .caption {
  height: 18px;
}
body .date-picker-wrapper table .caption .prev,
body .date-picker-wrapper table .caption .next {
  position: relative;
  display: block;
  min-width: 10px;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
}
body .date-picker-wrapper table .caption .prev:before,
body .date-picker-wrapper table .caption .next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 9px;
  height: 17px;
  margin-top: -3px;
  margin-top: 0;
  background-image: url(/images/arrow.png?1e8ca556a9036aa571c558da2fc2f03d);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  transform: translate(-50%, -50%);
}
body .date-picker-wrapper table .caption .next:before {
  transform: translate(-50%, -50%) rotate(180deg);
  /* Mobile */
}
@media (max-width: 767px) {
  body .date-picker-wrapper table .caption .next:before {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body .date-picker-wrapper table .caption > th:first-of-type,
  body .date-picker-wrapper table .caption > th:last-of-type {
    width: 20px;
  }
}
@media (max-width: 479px) {
  body .date-picker-wrapper table .caption > th:first-of-type,
  body .date-picker-wrapper table .caption > th:last-of-type {
    width: 27px;
  }
}
body.calendar-opened .section-calendar {
  opacity: 1;
  visibility: visible;
}
body.calendar-opened .ui-widget.ui-widget-content {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (min-width: 768px) {
  body.calendar-opened .tabs__heads {
    top: 360px;
  }
  body.calendar-opened .slider-main .slider-content {
    padding-top: 360px;
  }
  body.calendar-opened .slider-main .slider-content .slick-current .tabs .tabs__head {
    top: 360px;
  }
  body.calendar-opened .slider-main .slider-content .tabs .tabs__head:after {
    top: -26px;
    height: 50px;
  }
  body.calendar-opened.with-bar .tabs__heads {
    top: 420px;
  }
  body.calendar-opened.with-bar .slider-main .slider-content {
    padding-top: 420px;
  }
  body.calendar-opened.with-bar .slider-main .slider-content .slick-current .tabs .tabs__head {
    top: 420px;
  }
  body.calendar-opened.with-bar .section-calendar {
    top: 170px;
  }
  body.calendar-opened.with-bar .comiseo-daterangepicker {
    position: fixed;
    top: 180px !important;
  }
  body.calendar-opened.with-bar .modal--add .modal__body {
    margin-top: 325px;
  }
}
body .ui-widget.ui-widget-content {
  border: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
body .comiseo-daterangepicker {
  position: fixed;
  top: 120px !important;
  padding: 0;
  /* Mobile */
  /* Mobile */
}
@media (max-width: 767px) {
  body .comiseo-daterangepicker {
    top: 140px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  body .comiseo-daterangepicker {
    top: 68px !important;
  }
}
body .comiseo-daterangepicker-triggerbutton {
  opacity: 0;
  visibility: hidden;
}
body .comiseo-daterangepicker-presets {
  display: none !important;
}
body .comiseo-daterangepicker-mask {
  display: none !important;
}
body .comiseo-daterangepicker-calendar {
  padding: 0;
}
body .comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel {
  display: none;
}
body .comiseo-daterangepicker-right .comiseo-daterangepicker-calendar {
  border: 0;
  padding: 0;
}
body .comiseo-daterangepicker > .comiseo-daterangepicker-main.ui-widget-content {
  border: 0;
}
body .ui-widget-content {
  border: 0;
  background-color: transparent;
}
body .ui-widget-content .ui-datepicker-group {
  padding: 0 20px;
}
body .ui-datepicker {
  z-index: 10010 !important;
  background-color: #F2F2F2;
  display: block !important;
  /*width: 56em !important;*/
  padding: 0;
  margin-left: 113px;
  /* Mobile */
}
@media (max-width: 767px) {
  body .ui-datepicker {
    margin-left: 0;
    padding: 0 25px;
  }
}
body .ui-datepicker td {
  padding: 0;
}
body .ui-datepicker th {
  padding: 7px 3px 9px;
  text-align: left;
  color: #b6b5b3;
  font-size: 10px;
}
body .ui-datepicker th.ui-state-disabled {
  opacity: 1 !important;
  color: #b6b5b3 !important;
}
body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  top: 79px;
  width: 16px;
  height: 29px;
}
body .ui-datepicker .ui-datepicker-prev span,
body .ui-datepicker .ui-datepicker-next span {
  margin: 0;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(/images/arrow.png?1e8ca556a9036aa571c558da2fc2f03d);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left !important;
}
body .ui-datepicker .ui-datepicker-prev {
  left: -94px;
  /* Mobile */
}
@media (max-width: 767px) {
  body .ui-datepicker .ui-datepicker-prev {
    left: -40px;
  }
}
body .ui-datepicker .ui-datepicker-next {
  right: -116px;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  body .ui-datepicker .ui-datepicker-next {
    right: -94px;
  }
}
@media (max-width: 767px) {
  body .ui-datepicker .ui-datepicker-next {
    right: -40px;
  }
}
body .ui-datepicker .ui-datepicker-next span {
  transform: rotate(180deg);
}
body .ui-datepicker .ui-datepicker-header {
  border: 0;
  background: #F2F2F2;
  font-weight: 300;
}
body .ui-datepicker .ui-datepicker-title {
  text-transform: uppercase;
  margin: 0 9px;
  font-weight: 300;
  color: #000;
  font-size: 12px;
  text-align: left;
}
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default,
body .ui-button,
body html .ui-button.ui-state-disabled:hover,
body html .ui-button.ui-state-disabled:active {
  position: relative;
  margin: 0 0 4px;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #F2F2F2;
  text-align: center;
  line-height: 18px;
  color: #000;
  font-size: 10px;
}
body .ui-state-default:before,
body .ui-widget-content .ui-state-default:before,
body .ui-widget-header .ui-state-default:before,
body .ui-button:before,
body html .ui-button.ui-state-disabled:hover:before,
body html .ui-button.ui-state-disabled:active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 12px);
  height: calc(100% + 6px);
  border-top: 1px solid #AA001C;
  border-bottom: 1px solid #AA001C;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
body .ui-datepicker-calendar {
  background: #F2F2F2;
}
body .ui-datepicker-calendar .ui-state-highlight .ui-state-default:before {
  border-left: 1px solid #AA001C;
  border-radius: 18px 0 0 18px;
}
body .ui-datepicker-calendar .ui-state-highlight.ui-datepicker-current-day .ui-state-default:before {
  border-radius: 18px;
}
body .ui-datepicker-calendar .ui-state-highlight + .ui-state-highlight .ui-state-default:before {
  border-left: 0;
  border-radius: 0;
}
body .ui-datepicker-calendar .ui-state-highlight + .ui-state-highlight.ui-datepicker-current-day .ui-state-default:before {
  border-radius: 0 18px 18px 0;
}
body .ui-datepicker-calendar .ui-state-highlight + .ui-state-highlight.ui-datepicker-current-day .ui-state-default.ui-date-selected:before {
  border-radius: 0 18px 18px 0;
}
body .ui-datepicker-calendar .ui-state-highlight.ui-highlight-row-end .ui-state-default:before {
  border-right: 1px solid #AA001C;
  border-radius: 0 18px 18px 0;
}
body .ui-datepicker-calendar .ui-state-highlight.ui-highlight-row-end .ui-state-default.ui-state-active:before {
  border-radius: 18px;
}
body .ui-datepicker-calendar .ui-state-highlight.ui-highlight-row-end .ui-state-default.ui-date-selected:before {
  border-radius: 18px;
}
body .ui-datepicker-calendar .ui-state-highlight.ui-highlight-row-end.ui-highlight-row-end-single .ui-state-default:before {
  border-radius: 18px;
}
body .ui-datepicker-calendar .ui-state-highlight.ui-highlight-row-start-single .ui-state-default:before {
  border-radius: 18px;
}
body .ui-datepicker-calendar .ui-state-highlight.ui-highlight-row-start a.ui-state-default:before {
  border-radius: 18px 0 0 18px;
}
body .ui-datepicker-calendar .ui-state-highlight.ui-highlight-first a.ui-state-default:before {
  border-left: 1px solid #AA001C;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .ui-datepicker-calendar .ui-state-highlight.ui-highlight-last a.ui-state-default:before {
  border-right: 1px solid #AA001C;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
body .ui-datepicker-calendar .ui-state-active.ui-state-default:before {
  border-right: 1px solid #AA001C;
  border-radius: 18px;
}
body .ui-state-disabled {
  pointer-events: none !important;
  color: #d7d7d7 !important;
}
body .comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
  background-color: transparent;
  color: #000;
}
body .ui-state-highlight .ui-state-default:before {
  opacity: 1;
  visibility: visible;
}
body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  background-color: transparent;
  color: #000;
}
body a.ui-state-active {
  background: #6c6c6c !important;
  color: #fff !important;
}
body a.ui-date-selected {
  background: #AA001C !important;
  color: #fff !important;
}
body .ui-datepicker-today a.ui-state-default,
body .ui-datepicker-today a.ui-state-active,
body .ui-datepicker-today a.ui-date-selected {
  background: #6c6c6c !important;
  color: #fff !important;
}

a {
  color: #AA001C;
  text-decoration: underline;
}
a:hover, a[href^=tel] {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.68em;
  line-height: 1.1;
  font-weight: 500;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 0.68em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Helvetica Neue";
  src: url(/fonts/HelveticaNeue.woff2?d2f21f9d2a2a27169548d5dcff1c9fba) format("woff2"), url(/fonts/HelveticaNeue.woff?338f1f36ac42f6659bf95490fc9beac7) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(/fonts/HelveticaNeueThin.woff2?aee0ba267c84fe640982ab2ad4925934) format("woff2"), url(/fonts/HelveticaNeueThin.woff?979ac4206e42f3cf9a3990144a0350d5) format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(/fonts/HelveticaNeue-Light.woff2?bed2a88c75c3c5a93bc02f0fa91b17ab) format("woff2"), url(/fonts/HelveticaNeue-Light.woff?66849da6bd9cdf08d9752313098f168b) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(/fonts/HelveticaNeue-Medium.woff2?301b7b4f5f6946e4023bb27691d280e6) format("woff2"), url(/fonts/HelveticaNeue-Medium.woff?ef8000e03fe29d5601507d6b85a9a780) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(/fonts/HelveticaNeue-Bold.woff2?9b39d478c13fdf5c5c38553a5d85bb39) format("woff2"), url(/fonts/HelveticaNeue-Bold.woff?4d878756432095ac9117dedd6e9fbc82) format("woff");
  font-weight: bold;
  font-style: normal;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Hidden  */
[hidden],
.hidden {
  display: none !important;
}

/*  Alignleft  */
.alignleft {
  float: left;
}

/*  Alignright  */
.alignright {
  float: right;
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  Grid  */
.col {
  max-width: 100%;
  flex: 1;
}
.cols {
  display: flex;
  flex-flow: row wrap;
}
.col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1002px;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
}
.shell--fluid {
  max-width: none;
}

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {
  max-width: 1002px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .container {
    max-width: 1002px;
  }
}
.container--sm {
  max-width: 830px;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  min-width: 320px;
  background: #000;
  pointer-events: none;
  /* Mobile */
}
.header .container {
  pointer-events: all;
}
.header .header__inner {
  position: relative;
  min-height: 60px;
  padding: 18px 0 15px;
}
.header .logo {
  position: absolute;
  top: 17px;
  left: 0;
}
@media (max-width: 767px) {
  .header .logo {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header__inner {
    min-height: 48px;
    padding: 5px 0;
  }
  .header .header__nav {
    position: fixed;
    top: 48px;
    left: 0;
    z-index: 45;
    width: 100%;
    padding: 36px 0;
    height: calc(100% - 48px);
    background: #F2F2F2;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
  .header .header__nav .container {
    padding: 0;
  }
  .header .header__nav .nav-secondary {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    background-color: transparent;
    transform: none;
    pointer-events: none;
  }
  .header .header__nav .nav-secondary .container {
    pointer-events: none;
  }
  .header .header__nav .nav-secondary a {
    position: relative;
    font-size: 16px;
    display: inline-block;
  }
  .header .header__nav .nav-secondary ul {
    display: block;
    margin: 0;
    text-align: center;
  }
  .header .header__nav .nav-secondary ul.nav-centered {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .header .header__nav .nav-secondary ul + ul {
    margin-top: 8px;
  }
  .header .header__nav .nav-secondary a.active {
    font-size: 16px;
  }
  .header .header__nav .nav-secondary li + li {
    margin-left: 0;
    margin-top: 8px;
  }
  .header .header__nav .nav-secondary .nav__content {
    padding: 0;
    display: block !important;
  }
  .header .header__nav .nav-secondary.active {
    padding: 0;
  }
  .header .header__nav .nav-secondary.active ul.nav-centered {
    top: auto;
  }
  .header .header__nav .nav-secondary.active ul.nav-centered a {
    padding-right: 29px;
  }
  .header .header__nav .nav-secondary.active ul.nav-centered a span {
    padding: 0 0 0 7px;
  }
  .header .header__nav .nav-secondary.active ul.nav-centered a .fa-calendar-alt {
    font-size: 18px;
  }
  .header .header__nav .nav-secondary.active ul.nav-centered a .fa-angle-down {
    font-size: 30px;
  }
  .header .header__nav .nav {
    position: relative;
    top: auto;
    left: auto;
    padding: 0 0 30px;
    transform: none;
    pointer-events: none;
  }
  .header .header__nav .nav ul {
    display: block;
    font-size: 20px;
    text-align: center;
  }
  .header .header__nav .nav li a {
    display: block;
    color: #000;
    opacity: 0.6;
  }
  .header .header__nav .nav li.active a {
    opacity: 1;
  }
  .header .header__nav .nav li + li {
    margin-top: 6px;
  }
  .header.active .header__nav {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
  .header.active .header__nav .nav,
  .header.active .header__nav .nav-secondary {
    pointer-events: all;
  }
  .header.active .header__nav .nav .container,
  .header.active .header__nav .nav-secondary .container {
    pointer-events: all;
  }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.smaller {
  font-size: 12px;
}

.section--profile-billing {
  margin-top: 30px;
}

.billing-nextprev .pagination {
  margin: 0 auto;
}
.billing-nextprev .pagination a {
  text-decoration: none;
}
.billing-nextprev .pagination .page-item.active .page-link {
  background-color: #AA001C;
  border-color: #AA001C;
  color: #FFF;
}
.billing-nextprev .pagination .page-link {
  color: #AA001C;
}
.billing-nextprev .pagination .page-link:focus {
  box-shadow: none;
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 41px 23px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 400;
  color: #6C6C6C;
  /* Tablet Portrait */
  /* Mobile */
}
.footer .footer__address {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 1.36;
  text-align: center;
}
.footer .footer__address .separator {
  padding: 0 5px;
}
.footer .footer__contacts {
  margin: 0;
  display: block;
  padding-bottom: 41px;
}
.footer .footer__outro {
  padding: 0 18px 10px;
}
.footer .footer__links {
  padding: 0 18px 10px;
  display: flex;
  justify-content: space-between;
}
.footer .footer__credits a {
  text-decoration: none;
}
.footer .footer__credits a:hover {
  text-decoration: underline;
}
.footer .list-contacts {
  margin: 0;
  padding-left: 20px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .list-contacts li {
  position: relative;
  padding: 0 20px;
}
.footer .list-contacts li + li {
  margin-left: 41px;
}
.footer .list-contacts li span {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  transform: translateY(-50%);
}
.footer .list-contacts li a {
  color: #AA001C;
  text-decoration: none;
  transition: 0.3s;
}
.footer .list-contacts li a:hover {
  color: #000;
}
.footer .list-links {
  margin: 0;
  padding-right: 15px;
  color: #AA001C;
  display: flex;
}
.footer .list-links li + li {
  margin-left: 29px;
}
.footer .list-links li a {
  color: #AA001C;
  text-decoration: none;
  transition: 0.3s;
}
.footer .list-links li a:hover {
  color: #000;
}
.footer--secondary {
  padding: 28px 23px;
}
.footer--secondary .footer__contacts {
  padding-bottom: 29px;
}
.footer--secondary .footer__outro {
  padding: 0 34px 5px;
}
.footer--secondary .footer__links {
  justify-content: center;
  padding-bottom: 26px;
}
.footer--secondary .footer__credits {
  padding-right: 30px;
  text-align: center;
}
.footer--secondary .list-links {
  padding: 0;
  justify-content: center;
}
.footer--tertiary {
  padding: 41px 23px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 400;
  color: #6C6C6C;
}
.footer--tertiary .footer__address {
  padding-bottom: 0px;
  text-align: left;
}
.footer--tertiary .footer__contacts {
  margin: 1px -2px 0 -4px;
  padding-bottom: 26px;
  display: flex;
  justify-content: space-between;
}
.footer--tertiary .list-links {
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
}
.footer--tertiary .list-links li + li {
  margin-left: 0;
  margin-top: 11px;
}
.footer--tertiary .list-contacts {
  display: block;
  margin: 0;
  padding-left: 0;
  padding-right: 20px;
}
.footer--tertiary .list-contacts li {
  padding: 0 0 0 29px;
}
.footer--tertiary .list-contacts li + li {
  margin-left: 0;
  margin-top: 12px;
}
.footer--tertiary .list-contacts li span {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  transform: translateY(-50%);
}
.footer--tertiary .list-contacts li a {
  color: #AA001C;
  text-decoration: none;
  transition: 0.3s;
}
.footer--tertiary .list-contacts li a:hover {
  color: #000;
}
@media (max-width: 1023px) {
  .footer .footer__credits {
    padding: 0 0 10px;
  }
  .footer .footer__links {
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
  }
  .footer .footer__outro {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .list-links {
    padding-right: 0;
    padding-bottom: 10px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  .footer .footer__address {
    padding-bottom: 15px;
  }
  .footer .footer__contacts {
    display: block;
    margin: 0;
    padding-bottom: 10px;
  }
  .footer .footer__address {
    text-align: left;
  }
  .footer .footer__address .separator {
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
  }
  .footer .footer__links {
    padding: 0 0 10px;
    display: block;
    text-align: left;
  }
  .footer .footer__credits {
    text-align: left;
  }
  .footer .list-links {
    display: block;
    text-align: left;
  }
  .footer .list-links li + li {
    margin: 0;
  }
  .footer .list-contacts {
    display: block;
    padding: 0 0 15px;
  }
  .footer .list-contacts li + li {
    margin: 0;
  }
  .footer .list-links {
    text-align: left;
  }
}

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.btn--plain {
  min-width: 112px;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  color: #AA001C;
}
.btn--plain:hover {
  background-color: transparent;
  border-color: #AA001C;
  color: #AA001C;
}
.btn:focus {
  background-color: #fff;
  box-shadow: none;
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;
}

.btn-outline-secondary {
  border-color: #fff;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
}

.btn-danger {
  border-radius: 20px;
  background: #AA001C;
}
.btn-danger:focus {
  color: #AA001C;
}

.btn-outline-danger {
  position: relative;
  min-width: auto;
  padding: 3px 12px;
  border-radius: 20px;
  border-color: #AA001C;
  background-color: transparent;
  font-size: 16px;
  color: #AA001C;
  text-decoration: none;
}
.btn-outline-danger:hover {
  border-color: #AA001C;
  background: #AA001C;
  color: #fff;
}
.btn-outline-danger:focus {
  border-color: #AA001C;
  background-color: #AA001C;
  color: #fff;
}

.btn-light {
  min-width: 145px;
  border-radius: 20px;
  background: #fff;
  color: #AA001C;
  font-size: 14px;
  font-weight: 400;
}

/* ------------------------------------------------------------ *\
	Button Price
\* ------------------------------------------------------------ */
.btn-price {
  position: relative;
  min-height: 44px;
  padding-left: 44px;
  display: flex;
  width: 100%;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.btn-price .btn__image {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  font-size: 17px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn-price .btn__image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-price .btn__content {
  padding-top: 1px;
}
.btn-price .btn__content p {
  margin-bottom: 0;
  font-weight: 300;
}
.btn-price .btn__content p + p {
  margin-top: 1px;
}
.btn-price .btn__content span {
  display: inline-block;
  min-width: 43px;
  font-size: 12px;
}
.btn-price .btn__content strong {
  font-size: 16px;
  font-weight: 500;
}
.btn-price:hover {
  color: #fff;
}
.btn-price:hover .btn__image {
  color: #AA001C;
  background: #fff;
}

/* ------------------------------------------------------------ *\
	Button Round
\* ------------------------------------------------------------ */
.btn-round {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #fff;
  color: #AA001C;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  transition: 0.3s;
}
.btn-round svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-round:hover {
  color: #000;
  border-color: #DBDBDB;
}
.btn-round--size-2 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 27px;
}
.btn-round--outline {
  border-color: #AA001C;
  background-color: transparent;
}
.btn-round--outline:hover {
  background: #AA001C;
  border-color: #AA001C;
  color: #fff;
}
.btn-round--red {
  background: #AA001C;
  border-color: #AA001C;
  color: #fff;
}
.btn-round--red:hover {
  color: #AA001C;
  background: #fff;
  border-color: #AA001C;
}

/* ------------------------------------------------------------ *\
	Button Star 
\* ------------------------------------------------------------ */
.btn-star {
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.btn-star svg {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #C1C1C1;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.btn-star svg:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.btn-star svg:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.btn-star.active svg {
  color: #F2CD00;
}
.btn-star.active svg:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.btn-star.active svg:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------------------ *\
	Button File
\* ------------------------------------------------------------ */
.btn-file {
  display: inline-block;
  text-decoration: none;
}
.btn-file svg {
  margin-left: 7px;
  font-size: 19px;
  vertical-align: middle;
}
.btn-file:hover {
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
	Button Menu
\* ------------------------------------------------------------ */
.btn-menu {
  display: none;
  /* Mobile */
}
@media (max-width: 767px) {
  .btn-menu {
    position: absolute;
    left: -3px;
    top: 13px;
    z-index: 50;
    display: inline-block;
    width: 26px;
    height: 21px;
    background: transparent;
    text-decoration: none;
  }
  .btn-menu span {
    position: relative;
    display: block;
    width: 26px;
    height: 3px;
    background: #fff;
    transition: 0.3s;
  }
  .btn-menu span + span {
    margin-top: 6px;
  }
  .btn-menu.active span:nth-child(1) {
    transform: translate(2px, 9px) rotate(45deg);
  }
  .btn-menu.active span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
  }
  .btn-menu.active span:nth-child(3) {
    transform: translate(2px, -9px) rotate(-45deg);
  }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  margin-bottom: 40px;
  /* Mobile */
  /*  Fields  */
  /*  From Labels  */
  /*   Form Red   */
}
@media (max-width: 767px) {
  .form {
    margin-bottom: 24px;
  }
}
.form .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  /* Mobile */
}
@media (max-width: 767px) {
  .form .form-group {
    margin-bottom: 12px;
  }
}
.form .form-group--action {
  position: relative;
  display: flex;
}
.form .form-group--action .form-control {
  flex: 1;
  max-width: calc(100% - 70px);
}
.form .form-group--action .btn {
  margin-left: 10px;
  min-width: 60px;
  padding: 4px 12px;
  flex: 0 1 60px;
  font-size: 14px;
  font-weight: 400;
}
.form .form-group--size-3 {
  padding-right: 17px;
  /* Tablet Portrait */
}
@media (max-width: 1023px) {
  .form .form-group--size-3 {
    padding-right: 0;
  }
}
.form .form-group--size-9 {
  margin-left: -17px;
  width: calc(100% + 17px);
  /* Tablet Portrait */
}
@media (max-width: 1023px) {
  .form .form-group--size-9 {
    margin-left: 0;
    width: 100%;
  }
}
.form .form-row {
  margin: 0;
  display: block;
}
.form [class^=col-] {
  padding: 0 23px;
}
.form .row {
  margin: 0 -23px;
}
.form .row--inner {
  margin: 0 -5px;
}
.form .row--inner [class^=col-] {
  padding: 0 5px;
}
.form .form-control {
  width: 100%;
  height: 33px;
  padding: 0 10px;
  outline: 0;
  border-radius: 3px 3px 0 0;
  border: 1px solid #E6E6E6;
  border-bottom-color: #B7B7B7;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.form .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form .form-control::placeholder {
  color: #000;
  opacity: 1;
}
.form .form-control:focus {
  color: #000;
}
.form .form-control textarea.form-control {
  padding-top: 15px;
  height: 156px;
  resize: none;
}
.form .settings_input {
  margin: 0 7px 0 0;
  display: inline-block;
  height: 36px;
  padding: 0 10px;
  min-width: 71px;
  max-width: 100px;
  text-align: center;
  outline: 0;
  border-radius: 3px 3px 0 0;
  border: 1px solid #E6E6E6;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  -moz-appearance: textfield;
}
.form .form-label,
.form .form-group label {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 200;
}
.form .form-select {
  position: relative;
}
.form .form-select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*background-image: url(../images/temp/ico-triangle@2x.png);*/
  transform: translateY(-50%);
  pointer-events: none;
}
.form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form select.form-control:not([size]):not([multiple]) {
  width: 100%;
  height: 33px;
}
.form select.form-control::-ms-expand {
  display: none;
}
.form .form__head h4 {
  margin-bottom: 35px;
  font-weight: 300;
  /* Mobile */
}
@media (max-width: 767px) {
  .form .form__head h4 {
    margin-bottom: 17px;
  }
}
.form .form__section {
  margin-bottom: 14px;
  height: auto;
  padding: 23px 40px 22px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
  /* Mobile */
}
@media (max-width: 767px) {
  .form .form__section {
    padding: 23px 20px;
  }
}
.form .form-checkboxes {
  padding-top: 28px;
  font-weight: 200;
}
.form .custom-control {
  position: relative;
  margin-bottom: 15px;
  padding-left: 56px;
  font-size: 14px;
  font-weight: 200;
  text-transform: none;
}
.form .custom-control-indicator {
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  width: 45px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #B7B7B7;
  background: #fff;
  transition: background 0.3s;
}
.form .custom-control-indicator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  z-index: 3;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #707070;
  transform: translateY(-50%);
  transition: 0.3s;
}
.form input:checked + .custom-control-indicator {
  border-color: #E6E6E6;
  background: #AA001C;
}
.form input:checked + .custom-control-indicator:before {
  border-color: #fff;
  background: #fff;
  left: 20px;
}
.form--red {
  margin-bottom: 0;
  /*  Form message  */
}
.form--red h3 {
  margin-bottom: 17px;
  font-weight: 300;
}
.form--red .btn-outline-secondary {
  min-width: 105px;
  padding: 5px 12px;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.form--red .form-label,
.form--red .form-group label {
  margin-bottom: 11px;
}
.form--red .form-group.form-actions {
  margin-bottom: 0;
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.form--red .form-group.form-actions a:not(.btn) {
  padding-right: 29px;
  max-width: 52%;
  flex: 0 0 52%;
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.form--red .form-group.form-actions a:not(.btn):hover {
  color: #000;
}
.form--red .form-group.form-actions .form__btn {
  min-width: auto;
  max-width: 48%;
  flex: 0 0 48%;
  width: 100%;
}
.form--red .form-group {
  margin-bottom: 19px;
}
.form--red .form-row {
  margin: 0;
}
.form--red .form-control {
  height: 22px;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.form--red .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}
.form--red .form-control::placeholder {
  color: #fff;
  opacity: 0.6;
}
.form--red .form-control:focus {
  box-shadow: none;
  border-color: #000;
  color: #fff;
}
.form--red .custom-control {
  position: relative;
  margin-bottom: 6px;
  padding-left: 29px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
}
.form--red .custom-control-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  font-size: 16px;
}
.form--red .custom-control-indicator svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
.form--red .custom-control-indicator:before {
  display: none;
}
.form--red input:checked + .custom-control-indicator {
  border-color: rgb(255, 255, 255);
}
.form--red input:checked + .custom-control-indicator svg {
  opacity: 1;
  visibility: visible;
}
.form--red .custom-checkbox {
  padding-left: 0;
}
.form--red .custom-checkbox .custom-control-description {
  display: inline-block;
  width: 100%;
  padding: 2px 2px;
  border: 1px solid #fff;
  border-radius: 14px;
  background-color: transparent;
  color: #fff;
}
.form--red .custom-checkbox input:checked + .custom-control-description {
  background: #fff;
  color: #AA001C;
}
.form--red .form-radios {
  padding-bottom: 7px;
}
.form--red .form-checkboxes {
  margin: 0 -2px;
  padding-top: 0;
  padding-bottom: 4px;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  /* Tablet Portrait */
}
@media (max-width: 1023px) {
  .form--red .form-checkboxes {
    padding-left: 0;
  }
}
.form--red .form-checkboxes .custom-control {
  padding: 0 2px 4px;
  max-width: 33.33%;
  flex: 0 0 33.33%;
  font-size: 14px;
}
.form--red .form-checkboxes--days {
  margin: 0;
  padding-bottom: 24px;
}
.form--red .form-checkboxes--days .custom-control {
  padding: 0;
  max-width: none;
  flex: 1;
  flex-wrap: nowrap;
}
.form--red .form-checkboxes--days .custom-control .custom-control-description {
  padding: 3px 7px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.form--red .form-checkboxes--days .custom-control:first-child .custom-control-description {
  border-left: 1px solid #fff;
  border-radius: 14px 0 0 14px;
}
.form--red .form-checkboxes--days .custom-control:last-child .custom-control-description {
  border-right: 1px solid #fff;
  border-radius: 0 14px 14px 0;
}
.form--red .form__message {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 4px;
  padding-right: 7px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s, visibility 0s;
}
.form--red .form__message h3 {
  margin-bottom: 28px;
  font-weight: 400;
}
.form--red .form__message figure {
  margin-bottom: 10px;
  font-size: 60px;
}
.form--red .form__message p {
  max-width: 202px;
  margin: 0 auto 23px;
  padding-right: 6px;
  text-align: left;
}
.form--red .form__message p a {
  color: #fff;
}
.form--red.show-checkboxes .form-checkboxes {
  opacity: 1;
  visibility: visible;
}
.form--red.form--message .form__body {
  display: none;
}
.form--red.form--message .form__message {
  position: static;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.form--product {
  margin-bottom: 0;
}
.form--product h3 {
  margin-bottom: 24px;
  text-align: center;
}
.form--product .form-label,
.form--product .form-group label {
  margin-bottom: 3px;
}
.form--product .form__entry {
  position: relative;
  padding-bottom: 70px;
  padding: 4px;
  min-height: 264px;
  margin-left: -14px;
  /* Mobile */
}
@media (max-width: 767px) {
  .form--product .form__entry {
    margin-left: 0;
    min-height: auto;
    padding-bottom: 15px;
  }
}
.form--product .form__entry .form-row {
  position: absolute;
  bottom: 0;
  left: 4px;
  width: calc(100% - 5px);
  /* Mobile */
}
@media (max-width: 767px) {
  .form--product .form__entry .form-row {
    position: static;
    bottom: auto;
    left: auto;
    width: 100%;
    padding-top: 15px;
  }
}
.form--product .form-radios {
  padding-bottom: 10px;
}
.form--product .form-group.form-actions {
  max-width: 218px;
  margin: 0 auto;
  padding-top: 16px;
}
.form--product .form-checkboxes--days {
  /* Mobile */
}
@media (max-width: 767px) {
  .form--product .form-checkboxes--days {
    padding-bottom: 0;
  }
}

/* ------------------------------------------------------------ *\
	Form Login
\* ------------------------------------------------------------ */
.form--login {
  margin-bottom: 0;
  min-width: 411px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 69px 0px rgba(0, 0, 0, 0.2);
  /* Mobile */
}
@media (max-width: 767px) {
  .form--login {
    min-width: auto;
    width: 100%;
  }
}
.form--login .form__head {
  padding: 20px 28px;
  background: #000;
  text-align: left;
}
.form--login .form__inner {
  padding: 25px 26px;
}
.form--login .form__actions {
  font-size: 14px;
}
.form--login .form__actions .btn {
  min-width: 178px;
}
.form--login .form__actions .form__hint {
  padding-right: 13px;
  font-weight: 400;
  /* Mobile */
}
@media (max-width: 767px) {
  .form--login .form__actions .form__hint {
    padding: 0 0 15px;
  }
}
.form--login .form__actions .form-row {
  padding: 0 3px 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Mobile */
}
@media (max-width: 767px) {
  .form--login .form__actions .form-row {
    padding: 0;
    display: block;
    text-align: center;
  }
}
.form--login .form-group {
  position: relative;
  margin-bottom: 29px;
}
.form--login .form-group .form-label {
  position: absolute;
  top: 9px;
  left: 4px;
  margin-bottom: 0.5rem;
  z-index: 2;
  font-size: 18px;
  color: #9B9B9B;
}
.form--login .form-group .form-control {
  padding-left: 40px;
  padding-bottom: 7px;
  font-weight: normal;
  height: 44px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d1d1d1;
  font-size: 18px;
}
.form--login .form-group .form-control::-moz-placeholder {
  opacity: 0.2;
}
.form--login .form-group .form-control::placeholder {
  opacity: 0.2;
}
.form--login .form-group .form-control:focus {
  box-shadow: none;
  border-color: #000;
}

/* ------------------------------------------------------------ *\
	Form Help
\* ------------------------------------------------------------ */
.form-help {
  position: relative;
  padding-right: 92px;
}
.form-help .form__field {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0 17px 2px;
  border-radius: 18px;
  border: 1px solid #909090;
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #909090;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  transition: 0.3s;
  /* Mobile */
}
.form-help .form__field::-moz-placeholder {
  color: #909090;
  opacity: 1;
}
.form-help .form__field::placeholder {
  color: #909090;
  opacity: 1;
}
@media (max-width: 767px) {
  .form-help .form__field {
    font-size: 14px;
  }
}
.form-help .form__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  min-width: 81px;
  border: 0;
  border-radius: 18px;
  outline: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
	Profile 
\* ------------------------------------------------------------ */
.section--profile {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.section--profile input::-webkit-outer-spin-button,
.section--profile input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section--profile input[type=number] {
  -moz-appearance: textfield;
}

/* ------------------------------------------------------------ *\
	Deliveries 
\* ------------------------------------------------------------ */
.order-delivery {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.order-delivery input::-webkit-outer-spin-button,
.order-delivery input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order-delivery form {
  margin-bottom: 0;
}
.order-delivery input[type=number] {
  -moz-appearance: textfield;
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^=list-] {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	List Notifications
\* ------------------------------------------------------------ */
.list-notifications {
  /* Mobile */
}
.list-notifications li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 18px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DBDBDB;
  font-weight: normal;
}
.list-notifications li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 18px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #AA001C;
}
.list-notifications li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 7px;
  border-bottom: 0;
}
.list-notifications h4 {
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .list-notifications li {
    padding-left: 35px;
  }
  .list-notifications li:before {
    left: 12px;
  }
}

/* ------------------------------------------------------------ *\
	List Alergens
\* ------------------------------------------------------------ */
.list-alergens {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.list-alergens li {
  margin-right: 6px;
  margin-bottom: 6px;
}
.list-alergens span {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #6C6C6C;
  color: #6C6C6C;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}

/* ------------------------------------------------------------ *\
	List Rating 
\* ------------------------------------------------------------ */
.list-rating {
  margin: 0;
  padding-left: 15px;
  display: flex;
  align-items: center;
  line-height: 0;
}
.list-rating li + li {
  margin-left: 10px;
}
.list-rating li a {
  position: relative;
  color: #AA001C;
  display: inline-block;
  text-decoration: none;
  width: 34px;
  height: 34px;
  font-size: 34px;
  transition: 0.3s;
}
.list-rating li a:hover {
  color: #000;
}
.list-rating li a:focus {
  color: #AA001C;
}
.list-rating li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, visibility 0.3s;
}
.list-rating li svg:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.list-rating li svg:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.list-rating li.active a {
  width: 44px;
  height: 44px;
  font-size: 46px;
}
.list-rating li.active svg:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.list-rating li.active svg:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------------------ *\
	List Total
\* ------------------------------------------------------------ */
.list-total {
  display: block;
  margin: 0 -10px;
  /* Mobile */
}
.list-total li {
  max-width: 16.66%;
  flex: 0 0 16.66%;
  padding: 0 10px 22px;
}
.list-total h6 {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 300;
}
.list-total h2 {
  height: 36px;
  padding: 0 13px;
  text-align: center;
  outline: 0;
  border-radius: 3px 3px 0 0;
  border: 1px solid #E6E6E6;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}
.list-total h2 strong {
  font-weight: 500;
}
.list-total h2 span {
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .list-total {
    padding-bottom: 8px;
    margin: 0 -7px;
    flex-wrap: wrap;
  }
  .list-total li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 7px 14px;
  }
}
@media (max-width: 576px) {
  .list-total li {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .list-total h2 {
    font-size: 23px;
  }
  .list-total h2 span {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------ *\
	List Fav
\* ------------------------------------------------------------ */
.list-fav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
}
.list-fav li {
  margin-right: 13px;
  padding-bottom: 15px;
}
.list-fav a {
  position: relative;
  min-height: 32px;
  padding: 5px 30px 5px 40px;
  display: inline-block;
  border-radius: 17px;
  border: 1px solid #AA001C;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  color: #AA001C;
  text-decoration: none;
  transition: 0.3s;
}
.list-fav a svg {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  pointer-events: none;
}
.list-fav a .fa-heart {
  font-size: 16px;
}
.list-fav a .fa-times {
  left: auto;
  right: 10px;
}
.list-fav a:hover {
  color: #000;
  border-color: #000;
}
.list-fav--selectable li {
  margin-right: 6.5px;
  padding-bottom: 11px;
}
.list-fav--selectable a {
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.16);
  padding: 3px 16px 3px 32px;
  border-color: #F2F2F2;
  min-height: 27px;
  color: #7C7C7C;
}
.list-fav--selectable a svg {
  left: 10px;
}

/* ------------------------------------------------------------ *\
	List Buttons
\* ------------------------------------------------------------ */
.list-buttons {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
.list-buttons li {
  margin-right: 6px;
  padding-bottom: 8px;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  width: 175px;
  height: 29px;
  background-image: url(/images/smagssans_logo_wide_white.png?1f2a511c441f8121eed3b9cdcbc60261);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  /* Mobile */
}
@media (max-width: 767px) {
  .logo {
    width: 200px;
    height: 33px;
    background-image: url(/images/smagssans_logo_wide_white.png?1f2a511c441f8121eed3b9cdcbc60261);
  }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  max-width: 360px;
  margin: 0 auto;
  /* Mobile */
}
.nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  list-style: none;
}
.nav li a {
  display: inline-block;
  color: inherit;
  opacity: 0.6;
  text-decoration: none;
  transition: 0.3s;
}
.nav li a:hover {
  opacity: 1;
}
.nav li.active a {
  opacity: 1;
}
@media (max-width: 767px) {
  .nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .nav.show-content {
    opacity: 1;
    visibility: visible;
  }
}

/* ------------------------------------------------------------ *\
	Nav Actions
\* ------------------------------------------------------------ */
.nav-actions {
  position: absolute;
  right: 0;
  top: 16px;
  display: flex;
  /* Mobile */
}
@media (max-width: 767px) {
  .nav-actions {
    top: 11px;
  }
}
.nav-actions .dropdown--user-info {
  min-width: auto;
}
.nav-actions .dropdown--user-info h4 {
  margin-bottom: 5px;
  white-space: nowrap;
}
.nav-actions .dropdown--user-info p {
  margin-bottom: 0;
}
.nav-actions .dropdown--user-info p:last-of-type {
  margin-bottom: 10px;
}
.nav-actions .dropdown--user-info .btn {
  font-size: 14px;
}
.nav-actions > ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
.nav-actions > ul > li + li {
  margin-left: 15px;
}
.nav-actions > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 1px 11px;
  font-size: 21px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.nav-actions > ul > li > a:hover {
  opacity: 0.8;
}
.nav-actions > ul > li > a:focus {
  opacity: 1;
}
.nav-actions > ul > li > a span {
  position: absolute;
  top: -3px;
  right: -6px;
  display: inline-block;
  min-width: 25px;
  min-height: 19px;
  padding: 0px 3px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #AA001C;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  position: fixed;
  top: 60px;
  z-index: 15;
  left: 0;
  width: 100%;
  min-width: 320px;
  min-height: 50px;
  padding: 12px 0 12px 0;
  background: #F2F2F2;
  transition: 0.3s;
  pointer-events: none;
  /* Mobile */
}
@media (max-width: 767px) {
  .nav-secondary {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .nav-secondary.show-content {
    opacity: 1;
    visibility: visible;
  }
}
.nav-secondary .container {
  pointer-events: all;
}
.nav-secondary a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #AA001C;
  text-decoration: none;
  transition: 0.3s;
}
.nav-secondary a svg {
  position: relative;
  top: 2px;
  font-size: 20px;
}
.nav-secondary a span {
  display: inline-block;
  padding: 0 6px;
}
.nav-secondary a:hover {
  color: #000;
}
.nav-secondary a:focus {
  color: #AA001C;
}
.nav-secondary ul {
  margin: 0;
  display: flex;
  list-style: none;
  transition: 0.3s;
}
.nav-secondary ul.nav-centered {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.nav-secondary ul.nav-centered a {
  padding-right: 45px;
  /* Tablet Portrait */
}
@media (max-width: 1023px) {
  .nav-secondary ul.nav-centered a {
    padding-right: 32px;
  }
}
.nav-secondary ul.nav-centered a svg {
  top: 0;
}
.nav-secondary ul.nav-centered a .fa-angle-down {
  position: absolute;
  top: 50%;
  right: 2px;
  font-size: 38px;
  transform: translateY(-50%);
}
.nav-secondary ul.nav-centered a span {
  padding: 0 0 0 22px;
  /* Tablet Portrait */
}
@media (max-width: 1023px) {
  .nav-secondary ul.nav-centered a span {
    padding: 0 0 0 10px;
  }
}
.nav-secondary a.active {
  font-size: 22px;
  /* Tablet Portrait */
}
@media (max-width: 1023px) {
  .nav-secondary a.active {
    font-size: 19px;
  }
}
.nav-secondary li + li {
  margin-left: 38px;
}
.nav-secondary .nav__content {
  padding-left: 10px;
}
.nav-secondary--alt {
  padding: 12px 0 18px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  /* Mobile */
}
@media (max-width: 767px) {
  .nav-secondary--alt {
    border: 0;
  }
}
.nav-secondary--alt a {
  position: relative;
  font-size: 14px;
  min-height: 27px;
}
.nav-secondary--alt a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 16px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #F2F2F2;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  border-right: 1px solid rgba(112, 112, 112, 0.3);
  transform: translateX(-50%) rotate(135deg);
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  /* Mobile */
}
@media (max-width: 767px) {
  .nav-secondary--alt a:before {
    display: none;
  }
}
.nav-secondary--alt a svg {
  margin-bottom: -2px;
  font-size: 26px;
}
.nav-secondary--alt a .fa-clipboard-list {
  font-size: 29px;
}
.nav-secondary--alt li + li {
  margin-left: 46px;
}
.nav-secondary--alt li.active a {
  color: #000;
}
.nav-secondary--alt li.active a:before {
  opacity: 1;
  visibility: visible;
}
.nav-secondary--alt .nav__content {
  padding-left: 5px;
}
.nav-secondary--profile {
  padding-left: 0;
  padding-right: 11px;
}
.nav-secondary--profile a {
  min-height: 25px;
}
.nav-secondary.active {
  padding-top: 4px;
}
.nav-secondary.active ul.nav-centered {
  top: 6px;
}
.nav-secondary.active ul.nav-centered a {
  padding-right: 29px;
}
.nav-secondary.active ul.nav-centered a span {
  padding: 0 0 0 7px;
}
.nav-secondary.active ul.nav-centered a .fa-calendar-alt {
  font-size: 18px;
}
.nav-secondary.active ul.nav-centered a .fa-angle-down {
  font-size: 30px;
}

/* ------------------------------------------------------------ *\
	Nav Quantities
\* ------------------------------------------------------------ */
.nav-quantities {
  position: relative;
  margin-bottom: -12px;
  padding-bottom: 24px;
  /* Mobile */
}
.nav-quantities:before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #DBDBDB;
}
.nav-quantities .nav-quantities-head,
.nav-quantities .nav-quantities-body {
  display: flex;
  max-width: 708px;
  margin-left: 83px;
  padding: 14px 20px 1px;
  background: #fff;
}
.nav-quantities .btn-round {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nav-quantities .btn-round svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
.nav-quantities .quantity {
  max-width: 25%;
  flex: 0 0 25%;
}
.nav-quantities.toggled .btn-round svg {
  transform: translate(-50%, -50%) rotate(0deg);
}
.nav-quantities--disabled {
  background: #fafafa;
}
.nav-quantities--disabled .nav-quantities-head,
.nav-quantities--disabled .nav-quantities-body {
  background-color: transparent;
}
.nav-quantities--disabled .quantity .quantity__field {
  background-color: transparent;
}
.nav-quantities--disabled .quantity .quantity__actions {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .nav-quantities .nav-quantities-head,
  .nav-quantities .nav-quantities-body {
    max-width: 376px;
    margin: 0 auto;
    padding: 20px 12px 0 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-quantities .quantity {
    margin-bottom: 20px;
    max-width: 120px;
    flex: 0 0 120px;
  }
}

/* ------------------------------------------------------------ *\
	Nav Additions
\* ------------------------------------------------------------ */
.nav-additions {
  padding: 18px 56px 16px 44px;
  border-bottom: 1px solid #DBDBDB;
  background: #fff;
  /* Mobile */
}
.nav-additions ul {
  margin: 0 -5px;
  display: flex;
  justify-content: space-between;
  /* Mobile */
}
@media (max-width: 767px) {
  .nav-additions ul {
    flex-wrap: wrap;
  }
}
.nav-additions li {
  padding: 0 5px;
  text-align: center;
}
.nav-additions a {
  font-size: 14px;
  font-weight: 400;
  color: #AA001C;
  text-decoration: none;
  transition: 0.3s;
}
.nav-additions a figure {
  margin-bottom: 1px;
  min-height: 40px;
  line-height: 40px;
  font-size: 35px;
}
.nav-additions a .fa-apple-alt {
  font-size: 40px;
}
.nav-additions a:hover {
  color: #000;
}
.nav-additions--inner {
  padding-top: 10px;
  padding-bottom: 21px;
  border: 0;
}
.nav-additions--inner ul {
  margin: 0 -20px 0 -17px;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.nav-additions--inner li {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 5px 38px;
  text-align: center;
}
.nav-additions--inner a {
  font-size: 16px;
}
.nav-additions--inner a figure {
  min-height: 58px;
  line-height: 58px;
  font-size: 48px;
}
.nav-additions--inner a .fa-apple-alt {
  font-size: 55px;
}
.nav-additions--inner a .fa-star {
  font-size: 44px;
}
@media (max-width: 767px) {
  .nav-additions {
    padding: 15px 15px 5px;
  }
  .nav-additions li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 5px 15px;
  }
}
@media (max-width: 374px) {
  .nav-additions li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding-top: 120px;
  background: #fff;
  /* Tablet Portrait */
  /* Mobile */
}
.section .section__head {
  padding: 22px 3px;
  align-items: flex-start;
}
.section .section__head .search {
  max-width: 238px;
  flex: 0 0 238px;
}
.section .section__head .search .search__field {
  padding: 0 35px 2px 18px;
}
.section .section__head .breadcrumbs {
  padding-top: 6px;
  padding-left: 5px;
}
.section .section__body {
  min-height: 800px;
  padding-bottom: 40px;
}
.section.section__shop .section__body {
  min-height: 0;
}
.section .section__foot {
  text-align: center;
}
.section .section__foot p {
  max-width: 255px;
  margin: 0 auto 11px;
  font-weight: 400;
  color: #6C6C6C;
}
.section .section__actions {
  padding: 0 27px 27px 0;
}
.section .section__actions a {
  display: inline-block;
  min-width: 112px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.section .section__actions .btn-danger {
  min-width: 165px;
}
.section--category .section__head {
  padding-bottom: 25px;
}
.section--deliveries {
  background: #F2F2F2;
  padding-bottom: 100px;
}
.section--deliveries .section__head {
  padding: 32px 0 36px 0;
  text-align: center;
}
.section--deliveries .section__head h2 {
  font-weight: 300;
  line-height: 1.45;
}
.section--profile {
  background: #F2F2F2;
  padding-bottom: 40px;
}
.section--profile .section__head {
  max-width: 540px;
  margin: 0 auto;
  padding: 31px 0 29px;
  text-align: center;
}
.section--profile .section__head h2 {
  margin-bottom: 7px;
  font-weight: 400;
  line-height: 1.45;
}
.section--profile .section__head h5 {
  font-weight: 400;
  font-size: 14px;
  color: #6C6C6C;
}
.section--profile .section__head h5 a {
  color: #AA001C;
  text-decoration: none;
}
.section--profile .section__head h5 a:hover {
  color: #000;
}
.section--profile .section__head a:not(.btn) {
  text-decoration: none;
}
.section--profile .section__head a:not(.btn):hover {
  text-decoration: underline;
}
.section--profile-info {
  padding-top: 146px;
}
.section--profile-users {
  padding-top: 141px;
}
.section--profile-billing .section__head {
  max-width: 100%;
  padding: 26px 0 17px;
}
.section--profile-billing .section__head-inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section--profile-billing .section__head-inner .btn-round + .btn-round {
  margin-left: 3px;
}
.section--profile-billing .section__head-inner .btn-file {
  margin-left: auto;
  margin-top: 4px;
  transition: opacity 0.3s, visibility 0.3s;
}
.section--profile-billing .section__head-inner .btn-outline-danger {
  margin-right: 19px;
  min-width: 175px;
  padding: 3px 32px;
}
.section--profile-billing .section__head-inner .btn-outline-danger svg {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 19px;
  transform: translateY(-50%);
}
.section--profile-billing .section__head-inner .btn-outline-danger .fa-angle-down {
  left: auto;
  right: 12px;
  font-size: 28px;
}
.section--profile-billing .section__head-actions {
  padding-top: 19px;
}
.section--profile-billing .section__head-actions .btn-outline-danger {
  padding: 5px 13px 4px;
  font-size: 14px;
}
.section--profile-billing .active .btn-file {
  opacity: 0;
  visibility: hidden;
}
.section--profile-billing .active .btn-outline-danger {
  border-color: #AA001C;
  background: #AA001C;
  color: #fff;
}
.section--profile-billing .active .btn-outline-danger .fa-angle-down {
  transform: translateY(-50%) rotate(180deg);
}
.section--profile-billing .btn-billing--alt {
  padding: 3px 30px 3px 39px;
}
.section--profile-billing .calendar--billing {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.section--profile-billing.active .calendar--billing {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .section .section__body {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 45px;
  }
  .section .section__head {
    flex-wrap: wrap;
  }
  .section .section__head .search {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .section .section__head .breadcrumbs {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .section--deliveries {
    padding-bottom: 0;
  }
  .section--deliveries .section__head {
    padding: 25px 0;
  }
  .section--deliveries .section__head h2 {
    font-size: 18px;
  }
  .section--profile .section__head {
    padding: 25px 0;
  }
  .section--profile .section__head h2 {
    font-size: 18px;
  }
  .section--profile-users, .section--profile-info {
    padding-top: 70px;
  }
  .section--profile-billing .section__head {
    padding: 26px 0 17px;
  }
  .section--profile-billing .seciton__head-controls {
    padding-right: 15px;
  }
  .section--profile-billing .section__head-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .section--profile-billing .section__head-inner .btn-outline-danger {
    margin-right: 19px;
    min-width: 175px;
    padding: 3px 32px;
  }
  .section--profile-billing .section__head-inner .btn-outline-danger svg {
    position: absolute;
    top: 50%;
    left: 12px;
    font-size: 19px;
    transform: translateY(-50%);
  }
  .section--profile-billing .section__head-inner .btn-outline-danger .fa-angle-down {
    left: auto;
    right: 12px;
    font-size: 28px;
  }
}

/* ------------------------------------------------------------ *\
	Section Calendar
\* ------------------------------------------------------------ */
.section-calendar {
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  z-index: 15;
  min-height: 225px;
  background: #F2F2F2;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  /* Mobile */
}
@media (max-width: 767px) {
  .section-calendar {
    top: 48px;
    z-index: 30;
    min-height: 240px;
  }
}

/* ------------------------------------------------------------ *\
	Section Holiday
\* ------------------------------------------------------------ */
.section-holiday {
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  z-index: 20;
  min-height: 225px;
  padding: 18px 0 26px;
  background: #F2F2F2;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* Mobile */
}
@media (max-width: 767px) {
  .section-holiday {
    top: 48px;
    z-index: 30;
    height: calc(100% - 48px);
    overflow-y: auto;
  }
}
.section-holiday h4 {
  margin-bottom: 24px;
  font-weight: 300;
  /* Mobile */
}
@media (max-width: 767px) {
  .section-holiday h4 {
    margin-bottom: 16px;
  }
}
.section-holiday .section__aside {
  position: relative;
  height: 100%;
  padding-bottom: 50px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.36;
  /* Mobile */
}
@media (max-width: 767px) {
  .section-holiday .section__aside {
    height: auto;
    margin-bottom: 15px;
    padding: 0 0 60px;
    text-align: center;
  }
}
.section-holiday .section__aside:after {
  content: "";
  position: absolute;
  top: 0;
  right: 23px;
  width: 1px;
  height: 100%;
  display: inline-block;
  background: #DBDBDB;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  .section-holiday .section__aside:after {
    top: 10px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .section-holiday .section__aside:after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.section-holiday .section__aside .js-close-holidays {
  position: absolute;
  bottom: 7px;
  left: 50%;
  margin-left: -43px;
  min-width: 105px;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  transform: translateX(-50%);
  /* Mobile */
}
@media (max-width: 767px) {
  .section-holiday .section__aside .js-close-holidays {
    bottom: 22px;
    margin-left: 0;
  }
}
.section-holiday .section__actions {
  padding-top: 10px;
}
.section-holiday .section__actions p {
  display: none;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  color: #909090;
}
.section-holiday .section__actions .list-holidays {
  margin: 0;
}
.section-holiday .section__actions .list-holidays li {
  margin-bottom: 4px;
}
.section-holiday .section__actions .list-holidays .btn {
  position: relative;
  padding: 5px 41px;
  font-size: 14px;
  font-weight: 300;
}
.section-holiday .section__actions .list-holidays svg {
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.section-holiday .section__actions .list-holidays .fa-umbrella-beach {
  left: 12px;
}
.section-holiday .section__actions .list-holidays .fa-times {
  right: 12px;
}
.section-holiday .section__actions.no-result {
  padding-top: 17px;
}
.section-holiday .section__actions.no-result p {
  display: block;
}
.section-holiday .section__content {
  margin-left: -16px;
  /* Tablet Portrait */
}
@media (max-width: 1023px) {
  .section-holiday .section__content {
    margin-left: 0;
  }
}

/* ------------------------------------------------------------ *\
	Section Expand
\* ------------------------------------------------------------ */
.section-expand .btn-round {
  position: absolute;
  top: -12px;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
}
.section-expand .section__head {
  position: relative;
  margin-top: 12px;
  padding-bottom: 12px;
  border-radius: 0 0 10px 10px;
  background: #FAFAFA;
}
.section-expand .section__head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #DBDBDB;
}
.section-expand .section__body {
  padding: 12px 43px 15px;
  background: #FAFAFA;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  .section-expand .section__body {
    padding: 0 25px 15px;
  }
}
@media (max-width: 767px) {
  .section-expand .section__body {
    padding: 0 12px 15px;
  }
}
.section-expand.toggled {
  padding-bottom: 25px;
}
.section-expand.toggled .section__head {
  background: #fff;
}
.section-expand.toggled .btn-round svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-expand--inner .section__body {
  height: 100%;
}
.section-expand--grey {
  background: #FAFAFA;
}
.section-expand--grey .section__head {
  margin-top: 0;
}
.section-expand--grey.toggled .section__head {
  background: #FAFAFA;
}

/* ------------------------------------------------------------ *\
	Section Help
\* ------------------------------------------------------------ */
.section-help {
  max-width: 492px;
  margin: 0 auto;
  padding: 19px 20px 0;
  background: #fff;
  /* Mobile */
}
@media (max-width: 767px) {
  .section-help {
    padding: 16px 12px 0;
  }
}
.section-help .section__message {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  /* Mobile */
}
@media (max-width: 767px) {
  .section-help .section__message {
    font-size: 15px;
  }
}
.section-help .section__message figure {
  margin-bottom: 0;
  max-width: 32px;
  flex: 0 0 32px;
}
.section-help .section__message p {
  margin-left: 18px;
  margin-bottom: 7px;
  padding: 6px 18px;
  background: #F2F2F2;
  border-radius: 17px;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.16);
  color: #000;
}
.section-help .section__message--red {
  max-width: 70.4%;
  flex: 0 0 70.4%;
  justify-content: flex-end;
  /* Mobile */
}
.section-help .section__message--red p {
  padding: 11px 16px;
  background: #AA001C;
  color: #fff;
}
@media (max-width: 767px) {
  .section-help .section__message--red {
    max-width: 86%;
    flex: 0 0 86%;
  }
}
.section-help .section__message--last p {
  padding-right: 6px;
}
.section-help .section__entry {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 5px;
}
.section-help .section__entry--right {
  justify-content: flex-end;
}
.section-help .section__rating {
  display: flex;
  align-items: center;
}
.section-help .section__rating span {
  font-size: 14px;
  font-weight: 200;
}
.section-help .section__outro {
  padding: 2px 8px 12px 19px;
  color: #909090;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  text-align: center;
}
.section-help .section__outro a,
.section-help .section__outro a[href^=tel] {
  text-decoration: none;
  color: #AA001C;
}
.section-help .section__outro a:hover,
.section-help .section__outro a[href^=tel]:hover {
  color: #AA001C;
  text-decoration: underline;
}
.section-help .section__send {
  padding-top: 23px;
}
.section-help .section__step.js-step1 {
  padding-bottom: 18px;
}
.section-help .section__step.js-step2 {
  padding-bottom: 21px;
}
.section-help .section__step.js-step2 .section__entry {
  padding-bottom: 0;
}
.section-help .section__step.js-step3 .section__entry {
  padding-bottom: 6px;
}
.section-help.step2 .section__entry {
  padding-bottom: 0;
}
.section-help.step2 .section__step.js-step1 {
  padding-bottom: 8px;
}
.section-help.step3 .list-rating {
  pointer-events: none;
}
.section-help.step3 .section__send {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.section-help.step3 .section__step.js-step2 {
  padding-bottom: 6px;
}

/* ------------------------------------------------------------ *\
	Section Container 
\* ------------------------------------------------------------ */
.section-container {
  border-top: 1px solid #DBDBDB;
  background: #FAFAFA;
}

/* ------------------------------------------------------------ *\
	Section Preload
\* ------------------------------------------------------------ */
.section-preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  background: #F2F2F2;
  box-shadow: 0px 0px 16px 3px inset rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.section-preload .section__content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.2);
  background: #000;
  transform: translate(-50%, -50%);
  /* Mobile */
}
@media (max-width: 767px) {
  .section-preload .section__content {
    padding: 15px;
  }
}
.section-preload .logo {
  width: 250px;
  height: 41px;
}
.section-preload.preload-off {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ------------------------------------------------------------ *\
	Slider Main
\* ------------------------------------------------------------ */
.slider-main .slider-nav {
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #F2F2F2;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  transition: 0.3s;
  pointer-events: none;
  /* Mobile */
}
@media (max-width: 767px) {
  .slider-main .slider-nav {
    top: 48px;
  }
}
.slider-main .slider-nav .container {
  margin-top: -2px;
  padding: 0;
  overflow: hidden;
  pointer-events: all;
}
.slider-main .slider-nav .slider__clip {
  position: relative;
  padding: 0 20px;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  .slider-main .slider-nav .slider__clip {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .slider-main .slider-nav .slider__clip {
    padding: 0;
  }
}
.slider-main .slider-nav .slider__clip:before {
  content: "";
  position: absolute;
  top: 1px;
  left: calc(100% - 20px);
  z-index: 4;
  width: 80px;
  height: 100%;
  display: inline-block;
  background: #F2F2F2;
  pointer-events: none;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  .slider-main .slider-nav .slider__clip:before {
    top: 2px;
    left: calc(100% - 60px);
    width: 90px;
  }
}
@media (max-width: 767px) {
  .slider-main .slider-nav .slider__clip:before {
    display: none;
  }
}
.slider-main .slider-nav .slider__clip:after {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 4;
  right: 100%;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #F2F2F2;
  pointer-events: none;
  /* Mobile */
}
@media (max-width: 767px) {
  .slider-main .slider-nav .slider__clip:after {
    display: none;
  }
}
.slider-main .slider-nav .slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.slider-main .slider-nav .slider-controls .slider__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 888px;
  margin: -7px auto 0;
  display: flex;
  justify-content: space-between;
  color: #AA001C;
  font-size: 40px;
  transform: translate(-50%, -50%);
  /* Tablet Portrait */
}
@media (max-width: 1023px) {
  .slider-main .slider-nav .slider-controls .slider__arrows {
    padding: 0 20px;
  }
}
.slider-main .slider-nav .slider-controls .slick-arrow {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 20px;
  height: 53px;
  border: 0;
  border-radius: 0;
  outline: 0;
  line-height: 53px;
  background-color: transparent;
  font-size: 53px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  pointer-events: all;
  transition: 0.3s;
}
.slider-main .slider-nav .slick-list {
  overflow: visible;
}
.slider-main .slider-nav .slider__slides {
  /*margin-left: 158px;
  margin-right: -158px;*/
  transition: 0.3s;
  /* Mobile */
}
@media (max-width: 767px) {
  .slider-main .slider-nav .slider__slides {
    margin: 0;
    max-width: 90%;
    padding-left: 10px;
  }
}
.slider-main .slider-nav .slider__slide {
  position: relative;
}
.slider-main .slider-nav .slider__slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #AA001C transparent;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  /* Mobile */
}
@media (max-width: 767px) {
  .slider-main .slider-nav .slider__slide:after {
    display: none;
  }
}
.slider-main .slider-nav .slider__slide--today {
  position: relative;
}
.slider-main .slider-nav .slider__slide--today:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 41px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #F2F2F2;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  border-right: 1px solid rgba(112, 112, 112, 0.3);
  transform: rotate(135deg);
  /* Mobile */
}
@media (max-width: 767px) {
  .slider-main .slider-nav .slider__slide--today:before {
    display: none;
  }
}
.slider-main .slider-nav .slider__slide--today .date h6,
.slider-main .slider-nav .slider__slide--today .date h1,
.slider-main .slider-nav .slider__slide--today .date p {
  font-weight: 500;
}
.slider-main .slider-nav .slick-current:after {
  opacity: 1;
  visibility: visible;
}
.slider-main .slider-nav .slick-current .date h6,
.slider-main .slider-nav .slick-current .date h1,
.slider-main .slider-nav .slick-current .date p {
  font-weight: 500;
  color: #AA001C;
}
.slider-main .slider-nav .slick-current .date .date__image {
  color: #AA001C;
}
.slider-main .slider-nav.right .slider__slides {
  margin-left: 0;
  margin-right: 0;
}
.slider-main .slider-content {
  padding-top: 195px;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  .slider-main .slider-content {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .slider-main .slider-content {
    padding-top: 131px;
  }
}
.slider-main .slider-content .container {
  max-width: 875px;
  /* Mobile */
}
@media (max-width: 767px) {
  .slider-main .slider-content .container {
    padding: 0 5px;
  }
}
.slider-main .slider-content .footer {
  opacity: 0;
  visibility: hidden;
}
.slider-main .slider-content .slick-current {
  z-index: 5;
}
.slider-main .slider-content .slick-current .tabs .tabs__head {
  position: fixed;
  top: 195px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
  transition-delay: 0.7s;
  /* Mobile */
}
@media (max-width: 767px) {
  .slider-main .slider-content .slick-current .tabs .tabs__head {
    top: 131px;
  }
}
.slider-main .slider-content .slick-current .tabs .tabs__head-inner {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #AA001C;
}
.slider-main .slider-content .slick-current .tabs .tabs__body {
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  pointer-events: all;
}
.slider-main .slider-content .slick-current .footer {
  opacity: 1;
  visibility: visible;
}
.slider-main .slider-content .slick-list {
  overflow: visible;
  transform: translate3d(0, 0, 0);
}
.slider-main .slider-content .slick-list,
.slider-main .slider-content .slick-track {
  transform: none !important;
  backface-visibility: hidden;
}
.slider-main .slider-content .slider__slide {
  position: relative;
  padding: 0 21px;
  padding-top: 20px;
  will-change: left;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  .slider-main .slider-content .slider__slide {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .slider-main .slider-content .slider__slide {
    padding: 0 5px;
  }
}
.slider-main .slider-content .slider__slide-inner {
  border-radius: 10px;
  background: #fff;
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
  padding-bottom: 28px;
  text-align: left;
  font-weight: 300;
  /* Tablet Portrait */
  /* Mobile */
}
.table tr {
  border: 0;
}
.table h4 {
  font-weight: 400;
}
.table p {
  font-size: 16px;
}
.table span {
  color: #6C6C6C;
  font-size: 16px;
  font-weight: 400;
}
.table span.small {
  font-size: 12px;
}
.table th,
.table td {
  border-top: 0;
  padding: 7px 12px 6px 0px;
  vertical-align: middle;
}
.table th:nth-child(1),
.table td:nth-child(1) {
  width: 24.8%;
}
.table th:nth-child(3),
.table td:nth-child(3) {
  padding-right: 0;
  text-align: right;
}
.table thead th {
  padding: 2px 12px 4px 0;
  border: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  font-weight: 200;
}
.table tbody h2, .table tbody input {
  margin: 0 7px 0 0;
  display: inline-block;
  height: 36px;
  padding: 0 10px;
  min-width: 71px;
  max-width: 150px;
  text-align: right;
  outline: 0;
  border-radius: 3px 3px 0 0;
  border: 1px solid #E6E6E6;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  -moz-appearance: textfield;
}
.table tbody tr td {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.table tbody tr:last-child td {
  border-bottom: 1px solid rgb(112, 112, 112);
}
.table tfoot td {
  height: 50px;
  border-bottom: 1px solid rgb(112, 112, 112);
}
.table tfoot td h4 {
  font-weight: 500;
}
.table tfoot td p {
  font-weight: 400;
}
.table tfoot tr:last-child td p {
  font-size: 20px;
  font-weight: 400;
}
.table tfoot tr:last-child td h2 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .table th:nth-child(1),
  .table td:nth-child(1) {
    width: 33.33%;
  }
  .table th:nth-child(2),
  .table td:nth-child(2) {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .table {
    overflow-x: auto;
  }
  .table table {
    min-width: 446px;
  }
}

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-color: #F2F2F2;
  background-image: url(/images/login-bg.jpg?0f4d58846a08c7fc444067ef1bdbfa92);
  background-size: cover;
  /* Mobile */
}
.intro .intro__body {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.intro .intro__body:before {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.intro .intro__content {
  display: inline-block;
  font-size: 20px;
  white-space: normal;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .intro {
    min-height: 400px;
  }
  .intro .intro__content {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  background: #4E4E4E;
  color: #fff;
  font-size: 14px;
  line-height: 1.43;
  /* Tablet Portrait */
  /* Mobile */
}
.bar .bar__content {
  padding: 10px 77px 10px 66px;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.bar .bar__content p {
  margin-bottom: 0;
  flex: 1;
  padding-right: 25px;
}
.bar .bar__content .btn {
  min-width: 51px;
  flex: 0 1 51px;
  padding: 2px 15px;
  font-size: 12px;
}
@media (max-width: 1023px) {
  .bar .bar__content {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .bar {
    font-size: 13px;
  }
  .bar .bar__content {
    min-height: 74px;
  }
  .bar .bar__content p {
    padding-right: 12px;
  }
}

/* ------------------------------------------------------------ *\
	Bar Phone
\* ------------------------------------------------------------ */
.bar-phone {
  position: fixed;
  z-index: 15;
  bottom: 0;
  width: 792px;
  text-align: center;
  transition: opacity 0.3s, visibility 0.3s;
  /* Mobile */
}
@media (max-width: 767px) {
  .bar-phone {
    width: calc(100% - 20px);
  }
}
.bar-phone p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  /* Mobile */
}
@media (max-width: 767px) {
  .bar-phone p {
    margin: 0 auto;
    padding-right: 26px;
    font-size: 13px;
  }
}
.bar-phone p a {
  font-weight: 700;
  color: #AA001C;
  text-decoration: none;
  transition: 0.3s;
  /* Mobile */
}
@media (max-width: 767px) {
  .bar-phone p a {
    display: block;
  }
}
.bar-phone p a:hover {
  color: #000;
}
.bar-phone p strong {
  font-weight: 500;
}
.bar-phone figure {
  margin: 0 14px 0 0;
  font-size: 22px;
  color: #000;
}
.bar-phone .bar__content {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 9px;
  padding: 6px 32px 6px 28px;
  max-width: 434px;
  margin: 0 auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.21);
  background: rgba(255, 255, 255, 0.9);
  /* Mobile */
}
@media (max-width: 767px) {
  .bar-phone .bar__content {
    max-width: 100%;
    padding: 6px 12px;
  }
}
.bar-phone .js-close-popup {
  position: absolute;
  right: 12px;
  top: 6px;
  font-size: 22px;
  color: #AA001C;
  text-decoration: none;
}
.bar-phone.closed {
  opacity: 0;
  visibility: hidden;
}

/* ------------------------------------------------------------ *\
	Dropdown Container
\* ------------------------------------------------------------ */
.dropdown-container {
  position: relative;
  z-index: 999;
}
.dropdown-container:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 12px 9px;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
.dropdown-container.dd-show:before {
  opacity: 1;
  visibility: visible;
}
.dropdown-container.dd-show .dropdown {
  opacity: 1;
  visibility: visible;
}
.dropdown-container.dd-show .btn-danger {
  border-color: #AA001C;
  background: #fff;
  color: #AA001C;
  box-shadow: none;
}
.dropdown-container--product:before {
  top: auto;
  left: 100%;
  bottom: 11px;
  margin-left: -16px;
  border-width: 0 9px 12px 9px;
  border-color: transparent transparent #AA001C transparent;
  transform: rotate(-90deg);
  /* Mobile */
}
@media (max-width: 767px) {
  .dropdown-container--product:before {
    left: 50%;
    bottom: 100%;
    margin-left: -5px;
    transform: rotate(180deg);
  }
}
.dropdown-container--product-lg:before {
  top: auto;
  bottom: calc(100% + 5px);
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #AA001C transparent;
  transform: translateX(-50%) rotate(180deg);
}

/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
.dropdown {
  position: absolute;
  top: 100%;
  right: -22px;
  z-index: 15;
  min-width: 337px;
  padding-top: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  /* Tablet Portrait */
  /* Mobile */
}
.dropdown .dropdown__inner {
  overflow: hidden;
  border-radius: 10px;
  padding: 16px 32px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.23);
}
.dropdown--notification .dropdown__inner {
  padding: 16px 1px 1px;
}
.dropdown--notification p {
  font-weight: 400;
  padding: 0 10px 10px 10px;
}
.dropdown--red {
  top: auto;
  right: auto;
  bottom: -20px;
  left: 100%;
  margin-left: -5px;
  min-width: 284px;
}
.dropdown--red .dropdown__inner {
  padding: 17px 32px;
  background: #AA001C;
  color: #fff;
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.16);
}
.dropdown--product-lg {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 100%;
  margin-left: 2px;
  padding-bottom: 13px;
  min-width: 532px;
  transform: translateX(-50%);
}
.dropdown--product-lg .dropdown__inner {
  min-height: 290px;
  padding: 18px 32px 16px 36px;
}
@media (max-width: 1023px) {
  .dropdown {
    right: -4px;
  }
  .dropdown--red {
    right: auto;
  }
  .dropdown--notification .dropdown__inner {
    padding: 16px 1px 10px;
  }
}
@media (max-width: 767px) {
  .dropdown {
    right: -10px;
    min-width: 300px;
  }
  .dropdown .dropdown__inner {
    padding: 16px 12px;
  }
  .dropdown--red {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 100%;
    margin: 0 0 1px -8px;
    transform: translateX(-50%);
    min-width: 250px;
  }
  .dropdown--red .dropdown__inner {
    padding: 16px;
  }
  .dropdown--product {
    margin: 0 0 10px -8px;
  }
}

/* ------------------------------------------------------------ *\
	Order
\* ------------------------------------------------------------ */
.order {
  margin-bottom: 10px;
  padding-top: 10px;
}
.order h5,
.order h6 {
  margin-bottom: 15px;
  font-weight: 200;
  font-size: 14px;
  /* Mobile */
}
@media (max-width: 767px) {
  .order h5,
  .order h6 {
    margin-bottom: 26px;
  }
}
.order b {
  font-weight: 300;
}
.order em {
  font-weight: 300;
  font-style: normal;
}
.order .order__content {
  margin-right: -51px;
  display: flex;
  width: calc(100% + 51px);
  justify-content: space-between;
  /* Mobile */
}
.order .order__content p {
  max-width: 88%;
}
@media (max-width: 767px) {
  .order .order__content {
    margin: 0;
    display: block;
    width: 100%;
  }
  .order .order__content p {
    margin-bottom: 14px;
    max-width: 100%;
  }
  .order .order__content p span {
    margin-left: 1px;
    margin-right: 3px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #6C6C6C;
    color: #6C6C6C;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
  }
  .order .order__content p span + span {
    margin-left: 0;
  }
}
.order .order__name {
  max-width: 80%;
  flex: 0 0 80%;
  font-size: 16px;
  font-weight: 400;
  /* Mobile */
}
@media (max-width: 767px) {
  .order .order__name {
    max-width: 100%;
  }
}
.order .order__details {
  max-width: 20%;
  flex: 0 0 20%;
  /* Mobile */
}
@media (max-width: 767px) {
  .order .order__details {
    max-width: 100%;
    display: none;
  }
  .order .order__details h5 {
    display: none;
  }
}
.order .order__details--no-alergens p {
  padding: 12px 0 0 22px;
  /* Mobile */
}
@media (max-width: 767px) {
  .order .order__details--no-alergens p {
    display: none;
  }
}
.order .order__actions {
  padding-left: 43px;
  /* Mobile */
}
@media (max-width: 767px) {
  .order .order__actions {
    padding: 0 12px 0 10px;
  }
}
.order .order__actions-titles {
  display: flex;
  justify-content: space-between;
  /* Mobile */
}
@media (max-width: 767px) {
  .order .order__actions-titles {
    display: none;
  }
}
.order .order__actions-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 35px;
  font-size: 16px;
  font-weight: 300;
  /* Mobile */
}
.order .order__actions-inner strong {
  font-weight: 300;
}
@media (max-width: 767px) {
  .order .order__actions-inner {
    margin-bottom: 7px;
  }
}
.order .quantity__results {
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 1;
  visibility: visible;
}
.order .list-alergens {
  padding: 0;
  font-size: 11px;
  /* Mobile */
}
@media (max-width: 767px) {
  .order .list-alergens {
    padding: 4px 0 0;
  }
}
.order .quantity {
  position: absolute;
  top: 0;
  left: 60%;
  margin-left: -14px;
  transform: translateX(-50%);
  /* Mobile */
}
@media (max-width: 767px) {
  .order .quantity {
    margin-left: -2px;
  }
}
.order .js-price-diff {
  display: inline-block;
}
.order .js-price-diff em {
  position: relative;
  top: auto;
}
.order .js-price-diff b {
  position: static;
  opacity: 1;
  visibility: visible;
}
.order + .order {
  border-top: 1px solid #DBDBDB;
}
.order--no-titles {
  margin-bottom: 8px;
}
.order--no-titles h5,
.order--no-titles h6 {
  display: none;
}
.order--no-titles .order__content {
  align-items: center;
  /* Tablet Portrait */
}
@media (max-width: 1023px) {
  .order--no-titles .order__content {
    align-items: initial;
  }
}
.order--no-titles .list-alergens {
  padding: 0 0 2px 2px;
  /* Mobile */
}
@media (max-width: 767px) {
  .order--no-titles .list-alergens {
    padding: 4px 0 0;
  }
}
.order--inner {
  padding: 16px 0 15px;
  border-bottom: 1px solid #DBDBDB;
  /* Mobile */
}
@media (max-width: 767px) {
  .order--inner {
    border: 0;
  }
  .order--inner + .order {
    border-top: 1px solid #DBDBDB;
  }
}
.order--inner h5,
.order--inner h6 {
  margin-bottom: 10px;
}
.order--inner h4 {
  margin: 0;
  font-weight: 400;
  color: #AA001C;
  line-height: 1.25;
}
.order--inner h5 strong {
  font-weight: 200;
}
.order--inner strong {
  font-weight: 300;
}
.order--inner .order__content {
  display: block;
  /* Mobile */
}
@media (max-width: 767px) {
  .order--inner .order__content {
    padding-bottom: 15px;
  }
}
.order--inner .order__name {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 90%;
}
.order--inner .order__name strong {
  max-width: 65px;
  flex: 0 0 65px;
  padding-right: 20px;
}
.order--inner .order__name h4 {
  max-width: calc(100% - 65px);
  flex: 1;
}
.order--inner .order__actions {
  padding-left: 28px;
  /* Mobile */
}
.order--inner .order__actions h5,
.order--inner .order__actions h6 {
  margin-bottom: 13px;
}
.order--inner .order__actions strong {
  font-size: 16px;
}
.order--inner .order__actions .col-md-6 {
  min-height: 63px;
}
@media (max-width: 767px) {
  .order--inner .order__actions {
    padding: 0;
  }
  .order--inner .order__actions .row {
    margin: 0;
  }
  .order--inner .order__actions [class^=col-] {
    padding: 0;
    min-height: auto;
  }
  .order--inner .order__actions .col-md-4 {
    text-align: center;
  }
}
.order--inner .order__total {
  padding-left: 23px;
  /* Mobile */
}
@media (max-width: 767px) {
  .order--inner .order__total {
    padding-left: 0;
  }
  .order--inner .order__total .col-md-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.order--inner .order__total-price {
  text-align: right;
}
.order--inner .order__total-price .order__total-content {
  justify-content: flex-end;
}
.order--inner .order__total-content {
  display: flex;
  align-items: center;
  min-height: 35px;
}
.order--inner .quantity {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  max-width: 120px;
  transform: none;
  /* Mobile */
}
@media (max-width: 767px) {
  .order--inner .quantity {
    margin: 0 auto 15px;
  }
}
.order--inner + .order--inner {
  border-top: 0;
}
.order--empty-alt .quantity__results {
  opacity: 0;
  visibility: hidden;
}
.order--empty .quantity__results {
  opacity: 0;
  visibility: hidden;
}
.order--empty .js-price-diff {
  padding-right: 24px;
}
.order--empty .js-price-diff em {
  top: 4px;
}
.order--empty .js-price-diff b {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.order--discount {
  margin-bottom: 0;
  padding: 11px 0 4px;
}
.order--discount .order__name {
  display: block;
  max-width: 66%;
  /* Mobile */
}
.order--discount .order__name h5,
.order--discount .order__name h6 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .order--discount .order__name {
    max-width: 100%;
    padding-bottom: 15px;
  }
}
.order--discount .order__details {
  max-width: none;
  /* Mobile */
}
.order--discount .order__details--no-alergens p {
  padding: 7px 0 0 21px;
  /* Mobile */
}
@media (max-width: 767px) {
  .order--discount .order__details--no-alergens p {
    display: block;
  }
}
@media (max-width: 767px) {
  .order--discount .order__details {
    display: block;
  }
  .order--discount .order__details h5,
  .order--discount .order__details h6 {
    display: block;
  }
}
.order--discount .order__total {
  padding-left: 72px;
  /* Mobile */
}
@media (max-width: 767px) {
  .order--discount .order__total {
    padding-left: 0;
  }
}
.order--discount .order__total-price strong {
  font-size: 16px;
}
.order--discount .order__total-content {
  min-height: 45px;
  /* Mobile */
}
@media (max-width: 767px) {
  .order--discount .order__total-content {
    min-height: auto;
  }
}
.order--discount .list-alergens {
  padding-top: 2px;
}
.order--discount.order--no-titles {
  padding-bottom: 7px;
}
.order--discount.order--no-titles .order__total-content {
  min-height: 35px;
}
.order--discount.order--no-titles .order__name {
  /* Mobile */
}
@media (max-width: 767px) {
  .order--discount.order--no-titles .order__name {
    padding-bottom: 5px;
  }
}
.order--discount.order--no-titles .order__details {
  /* Mobile */
}
@media (max-width: 767px) {
  .order--discount.order--no-titles .order__details h5,
  .order--discount.order--no-titles .order__details h6 {
    display: none;
  }
}
.order--discount.order--empty {
  padding-bottom: 8px;
}

/* ------------------------------------------------------------ *\
	Order Section
\* ------------------------------------------------------------ */
.order-section {
  padding-bottom: 14px;
  /* Mobile */
}
@media (max-width: 767px) {
  .order-section {
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
    padding-bottom: 0;
  }
  .order-section + .order-section {
    padding-top: 24px;
  }
}
.order-section--discount {
  padding-bottom: 11px;
}
.order-section--disabled .order .order__actions {
  padding-left: 93px;
  /* Mobile */
}
@media (max-width: 767px) {
  .order-section--disabled .order .order__actions {
    padding-left: 0;
  }
}
.order-section--disabled .order .order__details {
  margin-right: -40px;
}
.order-section--disabled .order .quantity {
  max-width: 80px;
  flex: 0 0 80px;
}
.order-section--disabled .order .quantity .quantity__actions {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.order-section--disabled .order .quantity .quantity__results strong {
  padding-left: 17px;
  text-align: center;
}
.order-section--disabled .order .quantity .quantity__field {
  padding: 0;
}

/* ------------------------------------------------------------ *\
	Order Delivery
\* ------------------------------------------------------------ */
.order-delivery {
  margin-bottom: 19px;
  border-radius: 2px 2px 0 0;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  /* Mobile */
}
.order-delivery h5 {
  color: #AA001C;
  font-weight: 400;
  line-height: 1.3;
}
.order-delivery p {
  margin-bottom: 0;
}
.order-delivery .btn-edit {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  color: #AA001C;
  font-size: 13px;
  text-decoration: none;
  transform: translateY(-50%);
}
.order-delivery .btn-delete {
  position: absolute;
  top: 50%;
  right: -30px;
  display: inline-block;
  color: #AA001C;
  font-size: 13px;
  text-decoration: none;
  transform: translateY(-50%);
}
.order-delivery .order__head {
  padding: 18px 30px;
  background: #FAFAFA;
}
.order-delivery .order__head h4 {
  margin: 0;
  font-weight: 300;
}
.order-delivery .order__entry {
  position: relative;
  padding: 15px 64px 16px 30px;
  background: #fff;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
}
.order-delivery .order__entry--discard:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: calc(100% - 90px);
  height: 1px;
  display: inline-block;
  background: #909090;
  transform: translateY(-50%);
}
.order-delivery .order__entry--discard h5 {
  color: #000;
  font-weight: 300;
}
.order-delivery .order__entry--discard .order__name {
  margin-left: -9px;
}
.order-delivery .order__section + .order__section {
  border-top: 1px solid rgba(112, 112, 112, 0.1);
}
.order-delivery .order__name {
  display: flex;
  margin-right: -64px;
}
.order-delivery .order__name span {
  display: inline-block;
  text-align: right;
  color: #000;
}
.order-delivery .order__name h5 {
  margin: 0;
  padding-left: 22px;
  max-width: calc(100% - 41px);
  flex: 1;
}
.order-delivery .order__details {
  padding-left: 64px;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
}
@media (max-width: 767px) {
  .order-delivery {
    position: relative;
  }
  .order-delivery [class^=col-] {
    position: static;
  }
  .order-delivery .btn-delete {
    top: 16px;
    right: 15px;
    transform: none;
  }
  .order-delivery .order__entry {
    padding: 15px 20px;
  }
  .order-delivery .order__entry--discard:before {
    display: none;
  }
  .order-delivery .order__entry--discard p,
  .order-delivery .order__entry--discard span,
  .order-delivery .order__entry--discard h5 {
    text-decoration: line-through;
  }
  .order-delivery .order__entry--discard .order__name {
    margin-left: 0;
  }
  .order-delivery .order__name {
    margin: 0 0 15px;
    padding-right: 30px;
  }
  .order-delivery .order__name span {
    text-align: left;
  }
  .order-delivery .order__details {
    padding: 0;
  }
  .order-delivery .order__details p {
    padding-right: 15px;
    flex: 1;
    max-width: calc(100% - 55px);
  }
  .order-delivery .order__details span {
    max-width: 55px;
    flex: 0 0 55px;
    text-align: right;
  }
}

/* ------------------------------------------------------------ *\
	Order Total
\* ------------------------------------------------------------ */
.order-total {
  margin-bottom: 20px;
  /* Mobile */
}
.order-total .order__head {
  margin-bottom: 10px;
  padding: 17px 42px 0;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
}
.order-total .order__body {
  margin-bottom: 10px;
  padding: 21px 42px 0;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
}
.order-total .order__title {
  padding-bottom: 20px;
  text-align: center;
}
.order-total .order__title h4 {
  font-weight: 300;
}
@media (max-width: 767px) {
  .order-total .order__body,
  .order-total .order__head {
    padding: 16px 20px 0;
  }
}

/* ------------------------------------------------------------ *\
	Orders
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Orders Fav
\* ------------------------------------------------------------ */
.orders-fav {
  padding-bottom: 12px;
}
.orders-fav h4 {
  font-weight: 300;
}
.orders-fav .orders__body {
  position: relative;
  margin-bottom: 10px;
  height: auto;
  padding: 17px 42px 59px;
  border-radius: 2px;
  background: #FAFAFA;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
  /* Mobile */
}
@media (max-width: 767px) {
  .orders-fav .orders__body {
    padding: 17px 20px 59px;
  }
}
.orders-fav .orders__body .js-expand {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 3;
  margin-left: -6px;
  padding-right: 25px;
  font-size: 14px;
  transform: translateX(-50%);
}
.orders-fav .orders__body .js-expand svg {
  position: absolute;
  top: 50%;
  right: 13px;
  font-size: 28px;
  transform: translateY(-50%);
}
.orders-fav .orders__body.expanded .orders__section {
  max-height: 1000px;
  /* Mobile */
}
@media (max-width: 767px) {
  .orders-fav .orders__body.expanded .orders__section {
    max-height: 100%;
  }
}
.orders-fav .orders__body.expanded .js-expand svg {
  transform: translateY(-50%) rotate(180deg);
}
.orders-fav .orders__head {
  margin-bottom: 1px;
  padding: 16px 42px 12px;
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
  text-align: center;
  /* Mobile */
}
@media (max-width: 767px) {
  .orders-fav .orders__head {
    padding: 16px 20px 12px;
  }
}
.orders-fav .orders__head h4 {
  margin-bottom: 18px;
}
.orders-fav .orders__favorites {
  padding-left: 8px;
}
.orders-fav .orders__section {
  padding-top: 10px;
  max-height: 296px;
  overflow: hidden;
  transition: 0.3s;
}
.orders-fav .orders__section-head {
  position: relative;
  padding: 0 0 26px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  /* Mobile */
}
.orders-fav .orders__section-head h4 {
  margin: 0;
}
.orders-fav .orders__section-head .search {
  position: absolute;
  top: -9px;
  right: 0;
  max-width: 152px;
}
.orders-fav .orders__section-head .search .search__field {
  background-color: transparent;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .orders-fav .orders__section-head {
    display: block;
    min-height: auto;
    padding-bottom: 18px;
  }
  .orders-fav .orders__section-head h4 {
    margin-bottom: 12px;
  }
  .orders-fav .orders__section-head .search {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
}
.orders-fav .orders__section-body {
  padding: 16px 0 0 8px;
}
.orders-fav .orders__actions {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 40px;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
  /* Mobile */
}
.orders-fav .orders__actions h4 {
  margin: 0;
  font-weight: 400;
  padding-right: 16px;
  max-width: calc(100% - 134px);
}
.orders-fav .orders__actions .quantity {
  max-width: 134px;
  flex: 0 0 134px;
}
@media (max-width: 767px) {
  .orders-fav .orders__actions {
    display: block;
    padding: 21px 20px 24px;
  }
  .orders-fav .orders__actions h4 {
    padding: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .orders-fav .orders__actions .quantity {
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------ *\
	Orders Billing
\* ------------------------------------------------------------ */
.orders-billing {
  border-radius: 2px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 19px;
  /* Mobile */
}
.orders-billing .btn-file {
  font-size: 12px;
}
.orders-billing .orders__section {
  background: #fff;
}
.orders-billing .orders__head {
  position: relative;
  padding: 21px 20px 17px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  background: #FAFAFA;
  text-align: center;
}
.orders-billing .orders__head h4 {
  position: absolute;
  top: 50%;
  left: 29px;
  margin: 0;
  font-weight: 700;
  transform: translateY(-50%);
}
.orders-billing .orders__head h5 {
  margin: 0;
  padding: 0 115px;
  font-weight: 300;
}
.orders-billing .orders__head .btn-file {
  position: absolute;
  top: 50%;
  right: 29px;
  margin-top: 2px;
  transform: translateY(-50%);
}
.orders-billing .orders__entry {
  position: relative;
  padding: 9px 29px 8px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.orders-billing .orders__details {
  margin-left: -26px;
}
.orders-billing .orders__details ul {
  margin: 0;
  list-style: none;
}
.orders-billing .orders__details li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orders-billing .orders__details li + li {
  margin-top: 5px;
  margin-bottom: 4px;
}
.orders-billing .orders__details h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.orders-billing .orders__date {
  display: flex;
  justify-content: space-between;
  max-width: 151px;
}
@media (max-width: 767px) {
  .orders-billing .orders__head {
    display: flex;
    flex-wrap: wrap;
  }
  .orders-billing .orders__head h4 {
    position: static;
    top: auto;
    left: 0;
    padding-right: 80px;
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
    margin: 0 0 10px;
    text-align: left;
    transform: none;
  }
  .orders-billing .orders__head h5 {
    order: 2;
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  .orders-billing .orders__head .btn-file {
    top: auto;
    top: 20px;
    margin-top: 0;
    transform: none;
  }
  .orders-billing .orders__entry {
    padding: 12px 20px;
  }
  .orders-billing .orders__details {
    margin: 0;
  }
  .orders-billing .orders__date {
    padding-bottom: 10px;
  }
}

/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */
.tab {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s, visibility 0s;
  pointer-events: none;
}
.tab--grey {
  min-height: 80vh;
  background: #FAFAFA;
}
.tab.active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.1s, visibility 0.1s;
  transition-delay: 0.1s;
}

/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs .tabs__body {
  min-height: 80vh;
  padding-top: 42px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  .tabs .tabs__body {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .tabs .tabs__body {
    padding-top: 72px;
  }
}

.tabs__heads {
  position: fixed;
  top: 195px;
  left: 50%;
  background-color: #AA001C;
  z-index: 9;
  width: 100%;
  transform: translateX(-50%);
  max-width: 794px;
  border-radius: 10px 10px 0 0;
  min-height: 62px;
}
@media (max-width: 1023px) {
  .tabs__heads {
    max-width: 704px;
  }
}
@media (max-width: 767px) {
  .tabs__heads {
    top: 131px;
    width: calc(100% - 20px);
    min-height: 73px;
  }
}
.tabs__heads .tabs__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #F2F2F2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.tabs__heads .tabs__head.visible {
  transition-delay: 0.3s;
  opacity: 1;
  visibility: visible;
  z-index: 30;
}
.tabs__heads .tabs__head .tabs__head-inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 793px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  min-height: 62px;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  .tabs__heads .tabs__head .tabs__head-inner {
    width: 704px;
  }
}
@media (max-width: 767px) {
  .tabs__heads .tabs__head .tabs__head-inner {
    width: 100%;
  }
}
.tabs__heads .tabs__nav {
  padding: 8px 12px;
  flex: 1;
  /* Mobile */
}
.tabs__heads .tabs__nav ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.tabs__heads .tabs__nav li + li {
  margin-left: 19px;
}
.tabs__heads .tabs__nav li.active .btn-price {
  padding-left: 52px;
}
.tabs__heads .tabs__nav li.active .btn-price .btn__image {
  margin-top: 2px;
  width: 44px;
  height: 44px;
  font-size: 22px;
  border-color: #fff;
  color: #AA001C;
  background: #fff;
}
@media (max-width: 767px) {
  .tabs__heads .tabs__nav {
    padding: 10px 15px 11px;
  }
  .tabs__heads .tabs__nav li .btn-price {
    padding-left: 58px;
  }
  .tabs__heads .tabs__nav li .btn-price .btn__image {
    font-size: 21px;
    width: 48px;
    height: 48px;
  }
  .tabs__heads .tabs__nav li .btn-price .btn__content {
    padding-top: 5px;
  }
  .tabs__heads .tabs__nav li.active .btn-price {
    padding-left: 58px;
  }
  .tabs__heads .tabs__nav li.active .btn-price .btn__image {
    width: 48px;
    height: 48px;
  }
  .tabs__heads .tabs__nav li + li {
    margin-left: 17px;
  }
  .tabs__heads .tabs__nav li:nth-child(1) .btn-price .btn__content strong {
    display: block;
    font-size: 20px;
  }
  .tabs__heads .tabs__nav li:nth-child(1) .btn-price .btn__content span {
    display: block;
    font-size: 14px;
  }
  .tabs__heads .tabs__nav li:nth-child(1) .btn-price .btn__content p:nth-child(1) {
    display: none;
  }
  .tabs__heads .tabs__nav li:nth-child(2) .btn-price .btn__content {
    display: none;
  }
}
.tabs__heads .tabs__actions {
  padding: 7px 16px 8px;
  /* Mobile */
}
.tabs__heads .tabs__actions.confirm .tabs__confirmation {
  opacity: 1;
  visibility: visible;
}
.tabs__heads .tabs__actions.confirm ul.print-btn {
  display: none !important;
}
.tabs__heads .tabs__actions ul {
  display: flex;
  margin: 0;
  list-style: none;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
}
.tabs__heads .tabs__actions li + li {
  margin-left: 19px;
}
.tabs__heads .tabs__actions svg {
  margin-right: 4px;
  font-size: 18px;
}
.tabs__heads .tabs__actions a:not(.btn) {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  color: #fff;
}
.tabs__heads .tabs__actions a:not(.btn):hover {
  color: #000;
}
@media (max-width: 767px) {
  .tabs__heads .tabs__actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
  }
  .tabs__heads .tabs__actions ul {
    display: none;
  }
}
.tabs__heads .tabs__confirmation {
  position: absolute;
  border-radius: 0 10px 0 0;
  background: #AA001C;
  top: 0;
  right: 0;
  padding: 13px 13px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  /* Mobile */
}
.tabs__heads .tabs__confirmation .btn {
  margin-left: 18px;
}
.tabs__heads .tabs__confirmation span {
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .tabs__heads .tabs__confirmation {
    width: 100%;
    border-radius: 10px 10px 0 0;
    min-height: 72px;
  }
}

/* ------------------------------------------------------------ *\
	Date
\* ------------------------------------------------------------ */
.date {
  position: relative;
  max-width: 158px;
  cursor: pointer;
}
.date .date__image {
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: 1px;
  font-size: 15px;
  color: #000;
  transform: translateY(-50%);
  /* Mobile */
}
@media (max-width: 767px) {
  .date .date__image {
    left: 6px;
    font-size: 14px;
  }
}
.date .date__inner {
  position: relative;
  padding: 13px 29px;
  /* Mobile */
}
@media (max-width: 767px) {
  .date .date__inner {
    padding: 15px 21px;
  }
}
.date .date__content {
  max-width: 36px;
  text-align: center;
}
.date .date__content h6 {
  margin-bottom: 1px;
  font-weight: 300;
  text-transform: uppercase;
  /* Mobile */
}
@media (max-width: 767px) {
  .date .date__content h6 {
    margin-bottom: 5px;
    font-size: 10px;
  }
}
.date .date__content h1 {
  margin-bottom: 1px;
  font-weight: 300;
  line-height: 0.9;
  /* Mobile */
}
@media (max-width: 767px) {
  .date .date__content h1 {
    font-size: 26px;
  }
}
.date .date__content p {
  font-size: 12px;
  /* Mobile */
}
@media (max-width: 767px) {
  .date .date__content p {
    font-size: 10px;
  }
}
.date--today h6,
.date--today h1,
.date--today p {
  font-weight: 500;
}
.date--active h6,
.date--active h1,
.date--active p {
  font-weight: 500;
  color: #AA001C;
}

/* ------------------------------------------------------------ *\
	Quantity
\* ------------------------------------------------------------ */
.quantity {
  display: flex;
  /*  Quantity Inline  */
}
.quantity p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 12px;
}
.quantity .quantity__actions {
  position: relative;
  max-width: 27px;
  flex: 0 0 27px;
  width: 27px;
  height: 54px;
}
.quantity .quantity-btn {
  position: absolute;
  left: 0;
  width: 100%;
  height: 27px;
  display: inline-block;
  border: 1px solid #DBDBDB;
  background-color: transparent;
  font-size: 13px;
  color: #AA001C;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.quantity .quantity-btn--up {
  top: 0;
  border-radius: 18px 18px 0 0;
}
.quantity .quantity-btn--down {
  border-top: 0;
  bottom: 0;
  border-radius: 0 0 18px 18px;
}
.quantity .quantity-btn:hover {
  background: rgba(0, 0, 0, 0.02);
}
.quantity .quantity__content {
  padding-right: 15px;
  flex: 0 1 50px;
  transition: 0.3s;
}
.quantity .quantity__results {
  position: relative;
}
.quantity .quantity__results h4 {
  position: absolute;
  left: 17px;
  bottom: 4px;
  margin: 0;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  transition: 0.3s;
}
.quantity.js-quantity-main .quantity__field {
  width: 75px;
  max-width: 52px;
}
.quantity .quantity__field {
  position: relative;
  left: -15px;
  width: 100%;
  max-width: 40px;
  height: 40px;
  display: inline-block;
  border: 0;
  text-align: left;
  padding: 7px 0 0;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  background: #FFF;
}
.quantity.js-quantity-main .quantity__field {
  left: -3px;
  padding: 0;
  font-size: 30px;
  background-color: transparent;
}
.quantity.larger .quantity__content {
  padding-right: 25px;
}
.quantity.larger .quantity__results h4 {
  left: 27px;
}
.quantity.zero .quantity-btn--down {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.2);
}
.quantity.limit-reached .quantity-btn--up {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.2);
}
.quantity--inline {
  position: relative;
  max-width: 134px;
  flex: 0 0 134px;
  width: 100%;
}
.quantity--inline .quantity__results {
  position: relative;
  width: 90%;
}
.quantity--inline .quantity__results strong {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 35px;
  padding: 5px 17px 0 72px;
  background: #EDEDED;
  border: 1px solid #DBDBDB;
  border-radius: 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #6C6C6C;
  white-space: nowrap;
}
.quantity--inline .quantity__results strong span {
  display: inline-block;
  margin: 0 -3px;
}
.quantity--inline .quantity__field {
  left: auto;
  width: 100%;
  max-width: 100%;
  height: 35px;
  padding: 0 0 0 70px;
  background: #EDEDED;
  border: 1px solid #DBDBDB;
  border-radius: 18px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #6C6C6C;
}
.quantity--inline .quantity__actions {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 68px;
  width: 68px;
  z-index: 3;
}
.quantity--inline .quantity-btn {
  bottom: auto;
  top: 0px;
  width: 34px;
  height: 35px;
  border: 1px solid #DBDBDB;
  background: #fff;
  font-size: 18px;
  line-height: 35px;
}
.quantity--inline .quantity-btn--up {
  left: 34px;
  border-left: 0;
  border-radius: 0 18px 18px 0;
}
.quantity--inline .quantity-btn--down {
  border-radius: 18px 0 0 18px;
}

/* ------------------------------------------------------------ *\
	Modal
\* ------------------------------------------------------------ */
.modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition-delay: 0.3s;
  pointer-events: none;
  /* Mobile */
}
.modal.show {
  opacity: 1;
  visibility: visible;
  padding: 0 !important;
  pointer-events: all;
}
.modal .modal__body {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.modal .modal__box {
  max-width: 368px;
  margin: 0 auto;
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background: #FAFAFA;
  overflow: hidden;
}
.modal .modal__entry {
  padding: 25px 40px 16px 46px;
}
.modal .modal__entry h4 {
  margin-bottom: 16px;
}
.modal .modal__entry p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.44;
}
.modal .modal__actions {
  padding: 19px 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  background: #fff;
  font-size: 16px;
}
.modal .modal__actions a {
  font-weight: 400;
  color: #AA001C;
  text-decoration: none;
  transition: 0.3s;
}
.modal .modal__actions a:hover {
  color: #000;
}
.modal .modal__actions a.js-btn-delete {
  font-weight: 500;
}
.modal--delete, .modal--deleted {
  background: radial-gradient(ellipse at center, rgba(217, 217, 217, 0.4) 0%, rgba(98, 98, 98, 0.4) 100%);
}
.modal--deleted .modal__entry {
  display: table;
  width: 100%;
  height: 120px;
  padding: 25px 40px 16px;
  text-align: center;
}
.modal--deleted .modal__entry p {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
}
.modal--deleted .modal__actions a.js-close-modal {
  text-transform: uppercase;
  font-weight: 500;
}
.modal--add .btn-close-modal {
  position: absolute;
  top: 50%;
  right: 27px;
  text-decoration: none;
  font-size: 22px;
  transform: translateY(-50%);
  /* Mobile */
}
@media (max-width: 767px) {
  .modal--add .btn-close-modal {
    top: 12px;
    right: 14px;
    transform: none;
  }
}
.modal--add .modal__body {
  position: static;
  max-width: 770px;
  margin: 206px auto 0;
  min-height: 100vh;
  border-radius: 10px;
  background: #fff;
  transform: none;
  /* Tablet Portrait */
  /* Mobile */
}
@media (max-width: 1023px) {
  .modal--add .modal__body {
    max-width: 684px;
  }
}
@media (max-width: 767px) {
  .modal--add .modal__body {
    margin-top: 138px;
    max-width: calc(100% - 30px);
  }
}
.modal--add .modal__head {
  position: relative;
  padding: 16px 97px 15px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Mobile */
}
@media (max-width: 767px) {
  .modal--add .modal__head {
    padding: 16px 30px 15px 15px;
    display: block;
  }
}
.modal--add .container {
  padding: 0;
}
@media (max-width: 767px) {
  .modal .modal__entry {
    padding: 25px 20px 15px;
  }
  .modal .modal__actions {
    padding: 19px 10px;
  }
}

/* ------------------------------------------------------------ *\
	Modal Backdrop
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Product
\* ------------------------------------------------------------ */
.product {
  padding: 20px 31px 26px;
  border: 1px solid #DBDBDB;
  /*  Product Large  */
  /* Tablet Portrait */
  /* Mobile */
}
.product .btn-star {
  position: absolute;
  top: 10px;
  right: 11px;
  z-index: 5;
}
.product .product__image {
  padding: 0 11px 25px 0;
  text-align: center;
  position: relative;
  float: left;
}
.product .product__image img {
  display: block;
  aspect-ratio: 1;
}
.product .product__content {
  font-weight: 300;
  font-size: 16px;
}
.product .product__content h1 {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 38px;
  line-height: 1;
}
.product .product__content h1 sup {
  position: relative;
  top: -16px;
  right: 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.product .product__content h3 {
  margin-bottom: 2px;
  font-weight: 300;
}
.product .product__content h5 {
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 16px;
}
.product .product__content h6 {
  font-size: 14px;
  font-weight: 300;
  color: #6C6C6C;
}
.product .product__content p {
  margin-bottom: 0;
}
.product .product__actions {
  display: flex;
}
.product .product__actions .btn-danger {
  padding: 5px 12px;
  min-width: 125px;
  max-width: 125px;
  flex: 0 1 125px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 17px;
}
.product .product__field {
  margin-right: 5px;
  display: inline-block;
  width: 52px;
  max-width: 52px;
  flex: 0 0 52px;
  height: 35px;
  padding: 0 8px;
  text-align: right;
  border-radius: 3px 3px 0 0;
  border: 1px solid #E6E6E6;
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  transition: 0.3s;
}
.product .product__field::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.product .product__field::placeholder {
  color: #000;
  opacity: 1;
}
.product--large {
  padding: 26px 44px;
  border: 0;
}
.product--large:before {
  display: none;
}
.product--large .btn-star {
  top: -2px;
  right: 16px;
}
.product--large .product__image {
  margin-right: -3px;
  padding: 20px;
  border: 1px solid #E2E2E2;
  max-width: 100%;
  height: auto;
}
.product--large .product__image img {
  min-height: 425px;
  max-height: auto;
  float: left;
}
.product--large .product__body {
  padding: 2px 0 0 39px;
}
.product--large .product__content h1 {
  margin-bottom: 18px;
  padding-top: 17px;
  font-size: 46px;
}
.product--large .product__content h1 sup {
  font-size: 22px;
}
.product--large .product__content h5 {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
}
.product--large .product__content h6 {
  margin-bottom: 20px;
}
.product--large .product__content p {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.36;
}
.product--large .product__content p em {
  font-weight: 500;
}
@media (max-width: 1023px) {
  .product {
    height: 100%;
    padding: 20px 16px;
  }
  .product .product__body {
    padding: 0;
  }
  .product--large {
    height: auto;
    padding: 26px 0;
  }
  .product--large .product__content h1 {
    margin-bottom: 14px;
    padding-top: 10px;
  }
  .product--large .product__content h6 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .product .product__content {
    text-align: center;
  }
  .product .product__actions {
    justify-content: center;
  }
  .product--large {
    padding-top: 0;
  }
  .product--large .product__image {
    margin: 0 0 18px;
  }
}

/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */
.products {
  border-top: 1px solid #DBDBDB;
}
.products .row {
  margin: 0;
}
.products .col-md-4 {
  padding: 0;
}
.products .col-md-4:nth-child(3n) .product {
  border-right: 0;
}
.products .products__head {
  padding-bottom: 22px;
  text-align: center;
}
.products .products__head h2 {
  font-weight: 300;
}
.products--four {
  border: 0;
}
.products--four .products__body {
  margin: 0 -10px;
  border-left: 1px solid #DBDBDB;
}
.products--four [class^=col-] {
  padding: 0;
}
.products--four [class^=col-] .product {
  border-top: 1px solid #DBDBDB;
}
.products--four [class^=col-]:nth-child(3n) .product {
  border-right: 1px solid #DBDBDB;
}
.products--four [class^=col-]:nth-child(n+5) .product {
  border-top: 0;
}
.products--four .product {
  padding: 18px 31px 26px;
}
.products--four .product .product__image {
  padding-right: 0;
}
.products--four .product .btn-star {
  top: 7px;
  right: 8px;
}

/* ------------------------------------------------------------ *\
	Search 
\* ------------------------------------------------------------ */
.search {
  position: relative;
  max-width: 152px;
  flex: 0 0 152px;
}
.search .search__field {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0 35px 0 13px;
  border-radius: 18px;
  border: 1px solid #909090;
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #909090;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  transition: 0.3s;
}
.search .search__field::-moz-placeholder {
  color: #909090;
  opacity: 1;
}
.search .search__field::placeholder {
  color: #909090;
  opacity: 1;
}
.search .search__btn {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #909090;
  font-size: 18px;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  transform: translateY(-50%);
}
.search .search__btn:hover {
  opacity: 0.6;
}
.search .search__btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  /* Mobile */
}
.breadcrumbs ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #AA001C;
  list-style: none;
}
.breadcrumbs li {
  position: relative;
  margin-right: 38px;
}
.breadcrumbs li:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -22px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li.active a {
  color: #000;
}
.breadcrumbs a {
  text-decoration: none;
  transition: 0.3s;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs a figure {
  margin: -2px 4px 0 0;
  display: inline-block;
  font-size: 17px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0 0 15px;
  }
  .breadcrumbs ul {
    font-size: 14px;
  }
  .breadcrumbs li {
    margin-right: 25px;
  }
  .breadcrumbs li:after {
    right: -15px;
  }
}

/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion .accordion__head {
  position: relative;
}
.accordion .accordion__head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.accordion .accordion__head h3 a {
  padding: 16px 70px 16px 30px;
  display: block;
  text-decoration: none;
  color: #000;
  /* Mobile */
}
@media (max-width: 767px) {
  .accordion .accordion__head h3 a {
    padding-left: 20px;
  }
}
.accordion .accordion__head h3 svg {
  margin-right: 5px;
  font-size: 19px;
}
.accordion .accordion__head h3 .fa-user-friends {
  font-size: 21px;
  margin-right: 3px;
}
.accordion .accordion__head .btn-round {
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: 2px;
  width: 33px;
  height: 33px;
  transform: translateY(-50%);
}
.accordion .accordion__head .btn-round svg {
  margin: 0;
  font-size: 17px;
}
.accordion .accordion__body {
  background: #fff;
}
.accordion .accordion__section {
  border-radius: 2px;
  background: #FAFAFA;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 19px;
}

/* ------------------------------------------------------------ *\
	Accordion Entry
\* ------------------------------------------------------------ */
.accordion-entry {
  /* Mobile */
}
.accordion-entry ul {
  margin: 0;
  list-style: none;
}
.accordion-entry li {
  position: relative;
  padding: 17px 31px 15px;
  display: flex;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
}
.accordion-entry li h5 {
  margin: 0;
  padding-right: 15px;
  flex: 0 0 31.6%;
  max-width: 31.6%;
  color: #AA001C;
  font-weight: 400;
}
.accordion-entry li p {
  margin: 0;
  flex: 0 0 68.4%;
  max-width: 68.4%;
  font-weight: 300;
  font-size: 14px;
}
.accordion-entry li p a {
  color: #000;
  text-decoration: none;
}
.accordion-entry li p a:hover {
  text-decoration: underline;
}
.accordion-entry li .btn-delete {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  top: 16px;
  right: 30px;
  font-size: 14px;
  color: #AA001C;
}
@media (max-width: 767px) {
  .accordion-entry li {
    display: block;
    padding-left: 17px;
  }
  .accordion-entry li h5 {
    max-width: 100%;
    margin: 0 0 15px;
  }
  .accordion-entry li p {
    max-width: 100%;
  }
  .accordion-entry li .btn-delete {
    right: 22px;
  }
}

/* ------------------------------------------------------------ *\
	Calendar
\* ------------------------------------------------------------ */
.calendar--billing {
  margin-top: -56px;
  margin-left: -23px;
  background: #F2F2F2;
  /* Mobile */
}
@media (max-width: 767px) {
  .calendar--billing {
    margin: 17px 0 0;
  }
}
.calendar--billing #calendarBilling {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.calendar--billing .calendar__head {
  padding: 7px 7px 26px;
  text-align: left;
  /* Tablet Portrait */
}
@media (max-width: 1023px) {
  .calendar--billing .calendar__head {
    text-align: center;
  }
}
.calendar--billing .calendar__head h4 {
  font-weight: 300;
}

/* ------------------------------------------------------------ *\
	Calendar Holiday
\* ------------------------------------------------------------ */
.calendar-holiday .calendar__head {
  /* Mobile */
}
@media (max-width: 767px) {
  .calendar-holiday .calendar__head {
    text-align: center;
  }
}
.calendar-holiday .calendar__body {
  margin-left: -6px;
  /* Mobile */
}
@media (max-width: 767px) {
  .calendar-holiday .calendar__body {
    margin: 0;
    text-align: center;
  }
}
.calendar-holiday #calendarHoliday {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.calendar-holiday .day {
  margin: 1px 0;
  border: 1px solid transparent;
}
.calendar-holiday .checked {
  border-top: 1px solid #aa001c;
  border-bottom: 1px solid #aa001c;
}
.calendar-holiday .checked.first-date-selected {
  border-left: 1px solid #aa001c;
  border-radius: 50% 0 0 50%;
}
.calendar-holiday .checked.first {
  border-left: 1px solid #aa001c;
  border-radius: 50% 0 0 50%;
}
.calendar-holiday .checked.last-date-selected {
  border-right: 1px solid #aa001c;
  border-radius: 0 50% 50% 0;
}
.calendar-holiday .checked.last {
  border-right: 1px solid #aa001c;
  border-radius: 0 50% 50% 0;
}
.calendar-holiday .checked.invalid {
  border-color: transparent;
}

#calendarDay .ui-state-active {
  background: #AA001C !important;
}
