h1, h2, h3,
h4, h5, h6
p, span {
  margin: 0; }

.q-typography {
  margin: 0;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-stretch: normal; }
  .q-typography.bold {
    font-weight: 600; }
  .q-typography.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .q-typography.underline {
    text-decoration: underline; }
  .q-typography.q-h1 {
    font-size: 32px;
    line-height: 40px; }
  .q-typography.q-h2 {
    font-size: 24px;
    line-height: 30px; }
  .q-typography.q-h3 {
    font-size: 18px;
    line-height: 24px; }
  .q-typography.q-paragraph {
    font-size: 14px;
    line-height: 18px; }
  .q-typography.q-smallParagraph {
    font-size: 12px;
    line-height: 16px; }
  .q-typography.q-body {
    font-size: 16px;
    line-height: 20px; }
  .q-typography.q-subtitle {
    font-size: 13px;
    line-height: 16px; }
  .q-typography.q-block {
    display: block; }
  .q-typography.q-inline {
    display: inline; }
  .q-typography.primary {
    color: #f27a1a; }
  .q-typography.green {
    color: #0bc15c; }
  .q-typography.red {
    color: #b30000; }
  .q-typography.black {
    color: #333333; }
  .q-typography.dark-gray {
    color: #666666; }
  .q-typography.light-gray {
    color: #999999; }
  .q-typography.border-gray {
    color: #e6e6e6; }
  .q-typography.white {
    color: #ffffff; }
  .q-typography.yellow {
    color: #ffc000; }
  .q-typography.zero {
    color: #000000; }
.q-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050; }
  .q-loader.q-loader-fixed {
    position: fixed; }
  .q-loader .q-loader-parent {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    background: none; }
    .q-loader .q-loader-parent .q-loader-children {
      width: 100%;
      height: 100%;
      position: relative;
      transform: translateZ(0) scale(1);
      backface-visibility: hidden;
      transform-origin: 0 0; }

@keyframes twelve-dot {
  0% {
    opacity: 1;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.2, 1.2); }
  100% {
    opacity: 0;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1); } }
      .q-loader .q-loader-parent .q-loader-children div {
        box-sizing: content-box; }
      .q-loader .q-loader-parent .q-loader-children div > div {
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ffa963;
        animation: twelve-dot 0.8333333333333333s linear infinite; }
      .q-loader .q-loader-parent .q-loader-children div:nth-child(1) > div {
        left: 76px;
        top: 46px;
        animation-delay: -0.7638888888888887s; }
      .q-loader .q-loader-parent .q-loader-children > div:nth-child(1) {
        transform: rotate(0deg);
        transform-origin: 80px 50px; }
      .q-loader .q-loader-parent .q-loader-children div:nth-child(2) > div {
        left: 72px;
        top: 61px;
        animation-delay: -0.6944444444444443s; }
      .q-loader .q-loader-parent .q-loader-children > div:nth-child(2) {
        transform: rotate(30deg);
        transform-origin: 76px 65px; }
      .q-loader .q-loader-parent .q-loader-children div:nth-child(3) > div {
        left: 61px;
        top: 72px;
        animation-delay: -0.6249999999999999s; }
      .q-loader .q-loader-parent .q-loader-children > div:nth-child(3) {
        transform: rotate(60deg);
        transform-origin: 65px 76px; }
      .q-loader .q-loader-parent .q-loader-children div:nth-child(4) > div {
        left: 46px;
        top: 76px;
        animation-delay: -0.5555555555555555s; }
      .q-loader .q-loader-parent .q-loader-children > div:nth-child(4) {
        transform: rotate(90deg);
        transform-origin: 50px 80px; }
      .q-loader .q-loader-parent .q-loader-children div:nth-child(5) > div {
        left: 31px;
        top: 72px;
        animation-delay: -0.48611111111111105s; }
      .q-loader .q-loader-parent .q-loader-children > div:nth-child(5) {
        transform: rotate(120deg);
        transform-origin: 35px 76px; }
      .q-loader .q-loader-parent .q-loader-children div:nth-child(6) > div {
        left: 20px;
        top: 61px;
        animation-delay: -0.41666666666666663s; }
      .q-loader .q-loader-parent .q-loader-children > div:nth-child(6) {
        transform: rotate(150deg);
        transform-origin: 24px 65px; }
      .q-loader .q-loader-parent .q-loader-children div:nth-child(7) > div {
        left: 16px;
        top: 46px;
        animation-delay: -0.34722222222222215s; }
      .q-loader .q-loader-parent .q-loader-children > div:nth-child(7) {
        transform: rotate(180deg);
        transform-origin: 20px 50px; }
      .q-loader .q-loader-parent .q-loader-children div:nth-child(8) > div {
        left: 20px;
        top: 31px;
        animation-delay: -0.27777777777777773s; }
      .q-loader .q-loader-parent .q-loader-children > div:nth-child(8) {
        transform: rotate(210deg);
        transform-origin: 24px 35px; }
      .q-loader .q-loader-parent .q-loader-children div:nth-child(9) > div {
        left: 31px;
        top: 20px;
        animation-delay: -0.20833333333333331s; }
      .q-loader .q-loader-parent .q-loader-children > div:nth-child(9) {
        transform: rotate(240deg);
        transform-origin: 35px 24px; }
      .q-loader .q-loader-parent .q-loader-children div:nth-child(10) > div {
        left: 46px;
        top: 16px;
        animation-delay: -0.13888888888888887s; }
      .q-loader .q-loader-parent .q-loader-children > div:nth-child(10) {
        transform: rotate(270deg);
        transform-origin: 50px 20px; }
      .q-loader .q-loader-parent .q-loader-children div:nth-child(11) > div {
        left: 61px;
        top: 20px;
        animation-delay: -0.06944444444444443s; }
      .q-loader .q-loader-parent .q-loader-children > div:nth-child(11) {
        transform: rotate(300deg);
        transform-origin: 65px 24px; }
      .q-loader .q-loader-parent .q-loader-children div:nth-child(12) > div {
        left: 72px;
        top: 31px;
        animation-delay: 0s; }
      .q-loader .q-loader-parent .q-loader-children > div:nth-child(12) {
        transform: rotate(330deg);
        transform-origin: 76px 35px; }

body.q-disable-loader-scroll {
  overflow: hidden; }
.q-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  border-radius: 3px; }
  .q-button.q-button-large {
    height: 50px;
    font-size: 18px; }
  .q-button.q-button-medium {
    height: 44px;
    font-size: 16px; }
  .q-button.q-button-small {
    height: 38px;
    font-size: 14px; }
  .q-button.q-button-xsmall {
    height: 32px;
    font-size: 14px; }
  .q-button.q-primary {
    background-color: #f27a1a;
    color: #ffffff;
    border: 1px solid #f27a1a; }
    .q-button.q-primary i:before {
      color: #ffffff; }
  .q-button.q-secondary {
    background-color: #ffffff;
    color: #f27a1a;
    border: 1px solid #f27a1a; }
  .q-button.q-gray {
    background-color: #ffffff;
    color: #666666;
    border: 1px solid #999999; }
  .q-button.q-disabled {
    background-color: #666666 !important;
    opacity: 0.4 !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    border: 0 !important; }
  .q-button.q-fluid {
    width: 100%; }
  .q-button.q-round {
    border-radius: 22px; }
  .q-button.q-circular {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0; }
  .q-button:focus {
    outline: none !important; }
  .q-button:hover {
    text-decoration: none; }
  .q-button .q-icon {
    padding-left: 0;
    padding-right: 5px; }
  .q-button .q-icon:only-child {
    padding-right: 0; }
  .q-button.loading .q-loader {
    background-color: transparent;
    transform: scale(0.4); }
  .q-button.loading .q-loader + span {
    opacity: 0; }
.q-scroll-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  background: rgba(49, 49, 49, 0.7);
  font-size: 1.5rem;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center; }
  .q-scroll-to-top.hide {
    display: none; }
  .q-scroll-to-top .q-icon {
    vertical-align: bottom;
    font-size: 22px;
    width: 26px; }
.q-subheader {
  background-color: #ffffff;
  display: flex;
  height: 51px;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  align-content: center;
  position: relative; }
  .q-subheader .q-icon, .q-subheader .left-icon, .q-subheader .right-icon {
    display: flex;
    font-size: 20px;
    align-items: center; }
  .q-subheader .left-icon {
    height: 100%;
    display: flex;
    top: 0;
    align-items: center;
    position: absolute;
    left: 20px;
    justify-content: space-between; }
  .q-subheader .title {
    margin-left: 5px;
    margin-right: 5px; }
    .q-subheader .title .q-typography {
      line-height: 51px; }
  .q-subheader .title-group {
    align-items: center;
    flex-direction: column; }
    .q-subheader .title-group .q-subtitle {
      margin-top: 3px; }
  .q-subheader .title, .q-subheader .title-group {
    flex: 12;
    text-align: center;
    display: flex;
    justify-content: center; }
    .q-subheader .title .q-typography, .q-subheader .title-group .q-typography {
      width: 75vw;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .q-subheader .right-icon {
    height: 100%;
    padding: 10px;
    display: flex;
    top: 0;
    align-items: center;
    position: absolute;
    right: 10px;
    justify-content: space-between; }
.q-icon {
  display: inline-block;
  line-height: 1; }
  .q-icon.q-disabled {
    background-color: #666666 !important;
    opacity: 0.4 !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    border: 0 !important; }
  .q-icon.q-circular {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 1.25rem;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .q-icon.q-icon-xlarge {
    font-size: 3rem; }
  .q-icon.q-icon-large {
    font-size: 1.375rem; }
  .q-icon.q-icon-medium {
    font-size: 1rem; }
  .q-icon.q-icon-small {
    font-size: 0.75rem; }
  .q-icon.primary:before {
    color: #f27a1a; }
  .q-icon.green:before {
    color: #0bc15c; }
  .q-icon.red:before {
    color: #b30000; }
  .q-icon.black:before {
    color: #333333; }
  .q-icon.dark-gray:before {
    color: #666666; }
  .q-icon.light-gray:before {
    color: #999999; }
  .q-icon.border-gray:before {
    color: #e6e6e6; }
  .q-icon.white:before {
    color: #ffffff; }
  .q-icon.yellow:before {
    color: #ffc000; }
  .q-icon.zero:before {
    color: #000000; }
  .q-icon > span {
    font-family: inherit; }
.q-popup-main {
  position: absolute;
  background-color: #ffffff;
  display: block;
  text-align: center;
  padding: 15px;
  width: 100%;
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 3px;
  z-index: 1031;
  box-sizing: border-box; }
  .q-popup-main .q-popup-content {
    overflow-y: scroll;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    max-height: 50vh; }
    .q-popup-main .q-popup-content::-webkit-scrollbar {
      width: 0;
      height: 0; }
  .q-popup-main .q-popup-icon-position {
    display: flex;
    justify-content: flex-end;
    width: 16px;
    position: absolute;
    right: 0; }
  .q-popup-main .q-popup-icon-left {
    justify-content: flex-start; }

.q-zoomIn.q-popup-enter .q-popup-main {
  transform: scale(0); }

.q-zoomIn.q-popup-enter-active .q-popup-main {
  transform: scale(1);
  transition: transform 150ms; }

.q-zoomIn.q-popup-exit .q-popup-main {
  transform: scale(1);
  transition: transform 150ms; }

.q-zoomIn.q-popup-exit-active .q-popup-main {
  transform: scale(0); }

.q-popup-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center; }

body.q-disable-scroll {
  overflow: hidden; }

.q-popup-header {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  min-height: 16px; }
  .q-popup-header.with-border {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-left: -15px;
    margin-right: -15px; }
    .q-popup-header.with-border .q-popup-icon-position {
      right: 15px !important; }
  .q-popup-header-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0 15px; }
.q-qs-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 3px;
  border: solid 1px #f27a1a; }
  .q-qs-main.loading .q-loader {
    background-color: transparent;
    transform: scale(0.4); }
  .q-qs-main.loading .q-loader ~ div {
    opacity: 0; }
  .q-qs-main.q-large {
    height: 50px;
    font-size: 18px; }
  .q-qs-main.q-medium {
    height: 44px;
    font-size: 16px; }
  .q-qs-main.q-small {
    height: 38px;
    font-size: 14px; }
  .q-qs-main.q-xsmall {
    height: 32px;
    font-size: 14px; }
  .q-qs-main.q-fluid {
    width: 100%; }
  .q-qs-main .q-qs-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    color: #333333; }
  .q-qs-main .q-qs-left,
  .q-qs-main .q-qs-right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    color: #f27a1a; }
  .q-qs-main .q-qs-left:hover,
  .q-qs-main .q-qs-right:hover {
    cursor: pointer; }
.q-rating {
  display: inline-block;
  align-items: center;
  position: relative;
  width: fit-content; }
  .q-rating.q-rating-large .q-icon {
    width: 18px;
    font-size: 18px;
    line-height: 24px; }
  .q-rating.q-rating-large .q-icon::before {
    display: inline-block;
    width: 18px; }
  .q-rating.q-rating-medium .q-icon {
    width: 14px;
    font-size: 14px;
    line-height: 24px; }
  .q-rating.q-rating-medium .q-icon::before {
    display: inline-block;
    width: 14px; }
  .q-rating.q-rating-small .q-icon {
    width: 10px;
    font-size: 10px;
    line-height: 24px; }
  .q-rating.q-rating-small .q-icon::before {
    display: inline-block;
    width: 10px; }
  .q-rating .q-rating-empty {
    letter-spacing: 5px; }
  .q-rating .q-rating-full {
    width: 0;
    position: absolute;
    letter-spacing: 5px;
    left: 0px;
    top: 0px;
    overflow: hidden;
    white-space: nowrap; }
.basket-button-wrapper {
  position: relative;
  padding: 5px;
  margin-top: auto; }
  .basket-button-wrapper .basket-button span {
    font-weight: bold; }
  .basket-button-wrapper .quantity-selector-wrapper {
    display: inline-block; }
  .basket-button-wrapper .q-loader-parent {
    transform: scale(0.2); }
  .basket-button-wrapper .q-fluid.q-xsmall.q-qs-main {
    height: 30px; }
.modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100vh;
  z-index: 2000;
  display: none; }
  .modal__wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    transition: transform .3s ease-out, opacity .3s ease-out;
    transform: translateZ(0); }
  .modal.open {
    display: block; }
  .modal__title {
    margin-left: 20px;
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px; }
  .modal__header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #ffffff;
    box-sizing: border-box;
    border-bottom: solid 0.5px #c8c8c8; }
  .modal__header-left {
    width: 25%; }
  .modal__header-center {
    width: 50%;
    text-align: center; }
  .modal__header-right {
    width: 25%;
    text-align: right; }
  .modal__header-title {
    font-size: 16px;
    font-weight: bold;
    color: #333; }
  .modal__header-close-icon {
    padding: 15px;
    color: #333;
    font-size: 17px; }
  .modal__header-clear-button {
    color: #999;
    font-size: 12px;
    padding: 15px;
    -webkit-appearance: none;
    border: 0;
    background: none; }
    .modal__header-clear-button_active {
      font-weight: 600;
      color: #f27a1a; }

.chosen-filter {
  border: solid 0.5px #dddddd;
  border-radius: 3px;
  background: white;
  padding: 10px;
  margin: 0 10px; }
  .chosen-filter-passive {
    background: #f8f8f8; }
  .chosen-filter__name {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap; }
    .chosen-filter__name-passive {
      color: #999; }
  .chosen-filter__close {
    color: #999;
    margin-left: 7px;
    font-size: 12px;
    font-weight: bold !important; }

.checkbox-area-wrapper {
  margin-bottom: 20px;
  margin-top: 20px; }
  .checkbox-area-wrapper .ty-group {
    margin-top: -1px; }

.ty-group {
  margin-top: 20px;
  border-bottom: 1px solid #c8c8c8;
  background: #fff;
  -webkit-overflow-scrolling: touch; }
  .ty-group__xl {
    height: 75px;
    overflow: hidden; }
  .ty-group__search-wrapper {
    position: relative; }
  .ty-group__search-icon {
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 20px; }
  .ty-group__search {
    width: 100%;
    padding: 20px 50px 20px;
    border: 0;
    border-bottom: 1px solid #C8C8C7;
    -webkit-appearance: none !important;
    border-radius: 0; }
  .ty-group__item {
    padding: 20px 0;
    display: flex;
    height: 17px;
    align-items: center;
    border-top: 1px solid #c8c8c8; }
    .ty-group__item__xl {
      height: auto;
      justify-content: flex-start;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 30px; }
    .ty-group__item .checkbox {
      width: 100%;
      margin-left: 20px; }
      .ty-group__item .checkbox label {
        width: 100%;
        display: inline-block; }
  .ty-group__title {
    width: 75%;
    font-size: 14px;
    color: #333;
    margin-left: 15px; }
  .ty-group__right-section {
    width: 25%;
    text-align: right; }

.ty-group-icon {
  width: 10%;
  margin-left: 15px; }
  .ty-group-icon__truck {
    color: #16be48;
    margin-right: 3px;
    margin-left: 9px; }
  .ty-group-icon__campaign {
    color: #f27a1a; }
  .ty-group-icon__cargo {
    color: #666666;
    font-size: 20px; }

.freeze-body {
  overflow: hidden;
  position: fixed; }

.filter-set {
  width: 100%; }
  .filter-set > h1 {
    font-weight: bold; }
  .filter-set .filter-adapter {
    height: 57px;
    line-height: 57px;
    font-size: 14px;
    padding-left: 20px;
    background: #FFFFFF;
    border-top: 0.5px solid #c8c8c8fa; }
    .filter-set .filter-adapter:last-child {
      border-bottom: 0.5px solid #c8c8c8fa; }

.modal-footer {
  padding: 10px; }

.size-filter {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.not-found {
  padding: 50px 50px 70px 50px;
  margin: 10px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff; }
  .not-found .not-found-icon {
    border-radius: 50%;
    background-color: #fff0e4;
    width: fit-content;
    padding: 20px;
    margin: 0 auto; }
  .not-found .not-found-text {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px; }

.switch-input {
  display: none; }

.switch-label {
  position: relative;
  display: inline-block;
  min-width: 40px;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  margin: 16px; }

.switch-label:before,
.switch-label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.switch-label:before {
  left: 1px;
  width: 34px;
  height: 14px;
  background-color: #9E9E9E;
  border-radius: 8px; }

.switch-label:after {
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); }

.switch-label .toggle--on {
  display: none; }

.switch-label .toggle--off {
  display: inline-block; }

.switch-input:checked + .switch-label:before {
  background-color: #A5D6A7; }

.switch-input:checked + .switch-label:after {
  background-color: #4CAF50;
  -ms-transform: translate(80%, -50%);
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%); }

.switch-input:checked + .switch-label .toggle--on {
  display: inline-block; }

.switch-input:checked + .switch-label .toggle--off {
  display: none; }

.search-bar {
  height: 60px;
  border-bottom: solid 1px #e6e6e6;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 80; }
  .search-bar.fixed {
    position: fixed !important;
    top: 0; }
  .search-bar__input-container {
    flex-grow: 1;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    height: 40px;
    margin: 10px 15px;
    position: relative; }
  .search-bar__back-icon {
    width: 20px;
    text-align: center;
    margin-left: 15px; }
  .search-bar__basket {
    margin-right: 15px;
    position: relative; }
  .search-bar__basket-icon {
    font-size: 25px; }
  .search-bar__badge-count {
    background-color: #f27a1a;
    color: white;
    border-radius: 50%;
    text-align: center;
    height: 18px;
    width: 18px;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: -4px;
    right: -10px;
    font-family: Lato, sans-serif; }
  .search-bar__icon {
    color: #666;
    margin-right: 10px;
    font-size: 16px; }
  .search-bar__input {
    align-items: center;
    width: calc(100% - 50px);
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    outline: 0;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px; }
  .search-bar__clear-icon {
    color: #666;
    margin-left: 10px;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px; }

@keyframes slide-down {
  from {
    opacity: 0;
    max-height: 0px; }
  to {
    opacity: 1;
    max-height: 59px; } }

.quick-filter {
  position: relative;
  padding-right: 10px;
  animation: slide-down .2s linear;
  height: 59px;
  overflow: hidden; }
  .quick-filter.selected {
    animation: none; }
  .quick-filter .wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-bottom: 20px; }
    .quick-filter .wrapper .filter-card {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 5px 10px 5px 10px;
      margin: 15px 2px 5px 10px;
      border-radius: 3px;
      border: solid 1px #999999;
      background-color: #ffffff; }
      .quick-filter .wrapper .filter-card.selected {
        border: solid 1px #f27a1a;
        color: #f27a1a; }
      .quick-filter .wrapper .filter-card .filter-name {
        white-space: nowrap;
        font-size: 14px;
        color: #666666; }
        .quick-filter .wrapper .filter-card .filter-name.selected {
          color: #f27a1a; }
      .quick-filter .wrapper .filter-card .product-count {
        font-size: 10px;
        color: #999999;
        white-space: nowrap;
        margin-top: 3px; }
        .quick-filter .wrapper .filter-card .product-count.selected {
          color: #f27a1a; }
  .quick-filter .shadow {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    z-index: 1;
    position: absolute;
    border-bottom-right-radius: 8px;
    height: 75px;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 24px; }

@keyframes slide-down {
  from {
    opacity: 0;
    max-height: 0px; }
  to {
    opacity: 1;
    max-height: 111px; } }

.circled-slider {
  position: relative;
  padding-right: 10px;
  animation: slide-down .2s linear;
  height: 111px;
  overflow: hidden; }
  .circled-slider .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 10px 7px 20px 0px;
    width: 100%;
    position: relative; }
    .circled-slider .wrapper .item-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 70px;
      margin-left: 8px;
      margin-right: 8px; }
      .circled-slider .wrapper .item-wrapper.selected .item-image {
        border: 1px solid #f27a1a; }
      .circled-slider .wrapper .item-wrapper.selected .item-text > p {
        color: #f27a1a; }
      .circled-slider .wrapper .item-wrapper .item-image {
        border: 1px solid #e5e5e5;
        background-color: #ffffff;
        border-radius: 50px;
        width: 60px;
        height: 60px; }
        .circled-slider .wrapper .item-wrapper .item-image:active {
          filter: brightness(75%); }
      .circled-slider .wrapper .item-wrapper .item-text {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 36px;
        text-align: center; }
        .circled-slider .wrapper .item-wrapper .item-text p {
          font-size: 0.75rem;
          color: #666666;
          padding-top: 5px;
          padding-bottom: 5px;
          text-overflow: ellipsis;
          overflow: hidden; }

@keyframes slide-down {
  from {
    opacity: 0;
    max-height: 0px; }
  to {
    opacity: 1;
    max-height: 62px; } }

.quick-sort {
  height: 62px;
  position: relative;
  animation: slide-down 0.2s linear;
  padding-right: 10px;
  overflow: hidden; }
  .quick-sort .wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px; }
    .quick-sort .wrapper .item {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 30px;
      padding: 5px 10px 5px 10px;
      margin: 15px 2px 5px 5px;
      border-radius: 50px;
      border: solid 1px #e5e5e5;
      background-color: #ffffff; }
      .quick-sort .wrapper .item .icon-wrapper {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding: 6px 6px 6px 6px;
        box-sizing: border-box; }
        .quick-sort .wrapper .item .icon-wrapper .icon {
          font-size: 16px;
          color: #ffffff; }
        .quick-sort .wrapper .item .icon-wrapper.yellow {
          background-color: #ffc000; }
        .quick-sort .wrapper .item .icon-wrapper.red {
          background-color: #b30000; }
        .quick-sort .wrapper .item .icon-wrapper.orange {
          background-color: #f27a1a;
          padding-top: 8px; }
      .quick-sort .wrapper .item.yellow {
        border: 1px solid #ffc000; }
      .quick-sort .wrapper .item.red {
        border: 1px solid #b30000; }
      .quick-sort .wrapper .item.orange {
        border: 1px solid #f27a1a; }
      .quick-sort .wrapper .item .name {
        white-space: nowrap;
        font-size: 12px;
        font-weight: 600;
        color: #666666;
        margin-left: 5px; }

.favorite-box-wrapper {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  width: 30px;
  height: 30px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%; }
  .favorite-box-wrapper i {
    font-size: 15px; }

@keyframes ripple {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
    .favorite-box-wrapper i.icon-heart-full {
      animation: ripple .3s; }

.product .empty-rating {
  height: 18px; }

.product .stamp {
  position: absolute; }

.product .stamp-upper-right {
  top: 45px;
  right: 5px; }

.product .stamp-upper-left {
  top: 5px;
  left: 5px; }

.product .stamp-lower-left {
  bottom: 5px;
  left: 5px; }

.product .stamp-lower-right {
  bottom: 5px;
  right: 5px; }

.product a {
  text-decoration: none; }

.product__image {
  width: 100%;
  max-height: 100%;
  height: calc(100vw * 192 / 288); }
  .product__image__bullet {
    padding: 2px 4px 2px 4px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, 0); }
    .product__image__bullet__item {
      color: #999999;
      font-size: 1.8vw; }
      .product__image__bullet__item:not(:last-child) {
        margin-right: 4px; }
      .product__image__bullet__item__active {
        color: #f27a1a;
        font-size: 1.8vw; }
        .product__image__bullet__item__active:not(:last-child) {
          margin-right: 4px; }

.product .image-wrapper {
  background: url("https://cdn.dsmcdn.com/mweb/production/product-placeholder.6dd40f981c7c0292fec5160d3b067fbb.jpg");
  height: calc(100vw * 192 / 288);
  position: relative;
  background-size: cover; }

.product .status {
  position: absolute;
  width: 92%;
  height: calc(100vw / 11);
  text-align: center;
  line-height: calc(100vw / 11);
  color: white;
  font-size: 4vw;
  left: 4%;
  bottom: 3%;
  opacity: 0.75;
  background: #333; }

.product__info {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px; }

.product__info-name {
  text-align: left;
  color: #666;
  font-size: 14px;
  height: 30px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 35px;
  margin-bottom: 6px; }

.product__info-brand {
  display: inline-block;
  line-height: 18px;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  margin-right: 5px; }

.product .rating-score {
  display: flex;
  margin-bottom: 8px;
  align-items: center; }

.product .q-rating,
.product .q-rating-empty,
.product .q-rating-full {
  display: flex; }

.product .rating-text {
  color: #333333;
  font-size: 10px;
  display: inline-block;
  margin-left: 5px; }

.product .rating-star .q-icon {
  line-height: initial; }

.product .campaign-wrapper {
  margin-top: 8px;
  height: 16px;
  max-width: 100%;
  border-radius: 3px;
  background-color: #f27a1a;
  display: flex;
  align-self: flex-start; }
  .product .campaign-wrapper .campaign-name {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    line-height: 1.4;
    margin: 0px 3px 0px 3px;
    text-overflow: ellipsis;
    overflow: hidden; }

.product .promotion-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 8px; }
  .product .promotion-wrapper .promotion,
  .product .promotion-wrapper .priority_promotion,
  .product .promotion-wrapper .promotion-name {
    position: relative;
    color: #f27a1a;
    border: solid 1px #f27a1a;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px;
    margin-right: 5px;
    overflow: hidden;
    height: 12px;
    min-width: 28px;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .product .promotion-wrapper .free-cargo-promotion {
    padding: 5px 3px 5px 1px;
    color: #666;
    border-color: #666; }
  .product .promotion-wrapper .rush-delivery-promotion {
    padding: 5px 0;
    color: #16be48;
    margin-right: 0;
    border-color: #16be48; }
  .product .promotion-wrapper .promotion-text {
    position: relative;
    flex: 0 0 auto;
    color: inherit;
    margin: 0 2px 0 4px; }
  .product .promotion-wrapper .rush-delivery-text {
    position: relative;
    flex: 0 0 auto;
    color: inherit;
    margin: 0 2px 0 2px; }

.product .current-price {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  .product .current-price__wrapper {
    display: flex;
    font-size: 14px;
    height: auto;
    width: 100%;
    text-align: left;
    float: left; }
  .product .current-price__current {
    color: #f27a1a;
    display: inline-block;
    font-weight: 600; }
  .product .current-price__old {
    color: #999999;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    text-decoration: line-through; }

.product .third-price-fmcg {
  display: flex; }
  .product .third-price-fmcg .third-price__main {
    border: none;
    border-radius: 0;
    border-left: 1px solid #d8d8d880;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 0 0 5px;
    height: 30px; }
    .product .third-price-fmcg .third-price__main .third-price__text {
      min-height: 15px;
      font-size: 14px; }
  .product .third-price-fmcg .third-price__wrapper {
    height: 30px;
    width: unset;
    font-size: 12px;
    justify-content: center;
    flex-direction: column; }
  .product .third-price-fmcg .third-price__current {
    margin-right: 5px; }
  .product .third-price-fmcg .third-price__old {
    max-width: 65px;
    overflow: hidden;
    white-space: nowrap; }
  .product .third-price-fmcg .third-price__current {
    max-width: 65px;
    overflow: hidden;
    white-space: nowrap; }
  @media only screen and (max-device-width: 330px) {
    .product .third-price-fmcg .third-price__name {
      max-width: 65px; } }

.product .third-price {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 48px; }
  .product .third-price__wrapper {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    height: 36px;
    text-align: left;
    float: left; }
    @media only screen and (max-device-width: 359px) {
      .product .third-price__wrapper {
        justify-content: left;
        flex-direction: row;
        font-size: 14px;
        height: auto;
        width: 100%; } }
  .product .third-price__old {
    color: #999999;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
    text-decoration: line-through; }
    @media only screen and (max-device-width: 359px) {
      .product .third-price__old {
        display: none; } }
  .product .third-price__current {
    color: #999999;
    display: block;
    font-weight: 600; }
  .product .third-price__main {
    font-size: 14px;
    text-align: left;
    justify-content: left;
    float: left;
    max-width: 56%;
    padding: 5px;
    border: 1px solid #f27a1a;
    border-radius: 3px;
    flex: 0 0 auto; }
  .product .third-price__name {
    color: #666666;
    font-size: 10px;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    min-height: 12px;
    -webkit-box-orient: vertical;
    line-height: 12px;
    overflow: hidden; }
  .product .third-price__text {
    color: #f27a1a;
    font-size: 13px;
    font-weight: 600; }

.product .basket-success-badge {
  position: absolute;
  bottom: 43px;
  width: 100%;
  height: 32px;
  background-color: rgba(11, 193, 92, 0.9);
  display: flex;
  align-items: center;
  justify-content: center; }
  .product .basket-success-badge .basket-success-icon {
    margin-right: 5px;
    color: white; }
  .product .basket-success-badge span {
    width: 96px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff; }

.product .display-none {
  display: none; }

.product.addToBasketAllowed {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .product.addToBasketAllowed .image-wrapper {
    background: url("https://cdn.dsmcdn.com/mweb/production/product-placeholder.6dd40f981c7c0292fec5160d3b067fbb.jpg");
    height: 181px;
    position: relative;
    background-size: cover;
    display: flex;
    justify-content: center; }
    .product.addToBasketAllowed .image-wrapper .swipeable-image-wrapper {
      height: 181px;
      text-align: center;
      width: calc((100vw / 2) - 15px) !important; }
    .product.addToBasketAllowed .image-wrapper img {
      width: unset; }
  .product.addToBasketAllowed .product__info {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 3px 10px; }

.filter-box-wrapper {
  flex: 1;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  border-left: solid 1px #e6e6e6; }
  .filter-box-wrapper .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #f27a1a;
    min-width: 18px;
    display: block; }
  .filter-box-wrapper .select {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background: white;
    font-size: 15px;
    background: transparent !important;
    z-index: 10;
    padding-left: 40px !important; }
  .filter-box-wrapper .text {
    font-size: 15px;
    color: #f27a1a; }
  .filter-box-wrapper .default-text {
    font-size: 15px; }

.warning-box-wrapper {
  margin: 15px;
  padding: 4vw;
  background: #FFF;
  border: 1px solid #cbcbcb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; }
  .warning-box-wrapper .icon {
    font-size: 16vw;
    color: #c9c9c9; }
  .warning-box-wrapper .title {
    color: #333333;
    font-weight: bold;
    margin: 4vw 4vw;
    font-size: 4.2vw;
    line-height: 5.8vw; }
  .warning-box-wrapper .subtitle {
    color: #666666;
    font-size: 3.5vw;
    margin-bottom: 6vw; }
  .warning-box-wrapper .reset-filter-button {
    display: block;
    border-radius: 3px;
    border: solid 2px #f27a1a;
    color: #f27a1a;
    font-weight: 600;
    padding: 3vw 10vw;
    background: white;
    font-size: 4vw;
    text-decoration: none; }

.stamps {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }
  .stamps .stamp {
    position: absolute;
    z-index: 0; }
    .stamps .stamp.upper-left {
      position: relative !important;
      left: 5px;
      top: 5px; }
    .stamps .stamp.upper-right {
      top: 45px;
      right: 5px; }
    .stamps .stamp.lower-left {
      bottom: 5px;
      left: 5px; }
    .stamps .stamp.lower-right {
      bottom: 5px;
      right: 5px; }
    .stamps .stamp.radius {
      border-radius: 3px; }
    .stamps .stamp.rush_delivery {
      position: absolute;
      width: 50px;
      height: auto;
      font-weight: 600;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      background-color: #13a439;
      padding: 3px;
      color: #fff;
      text-align: center;
      margin-bottom: 3px;
      font-size: 9px;
      left: 0px; }
    .stamps .stamp.free_cargo {
      position: absolute;
      width: 50px;
      height: auto;
      font-weight: 600;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      background-color: #666666;
      padding: 3px;
      color: #fff;
      text-align: center;
      margin-bottom: 3px;
      font-size: 9px;
      left: 0px; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.provision-popup-content {
  color: #666666; }

.provision-popup-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }
  .provision-popup-actions .confirm-button {
    flex: 1;
    margin: 0 5px; }

h1, h2, h3,
h4, h5, h6
p, span {
  margin: 0; }

.q-typography {
  margin: 0;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-stretch: normal; }
  .q-typography.bold {
    font-weight: 600; }
  .q-typography.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .q-typography.underline {
    text-decoration: underline; }
  .q-typography.q-h1 {
    font-size: 32px;
    line-height: 40px; }
  .q-typography.q-h2 {
    font-size: 24px;
    line-height: 30px; }
  .q-typography.q-h3 {
    font-size: 18px;
    line-height: 24px; }
  .q-typography.q-paragraph {
    font-size: 14px;
    line-height: 18px; }
  .q-typography.q-smallParagraph {
    font-size: 12px;
    line-height: 16px; }
  .q-typography.q-body {
    font-size: 16px;
    line-height: 20px; }
  .q-typography.q-subtitle {
    font-size: 13px;
    line-height: 16px; }
  .q-typography.q-block {
    display: block; }
  .q-typography.q-inline {
    display: inline; }
  .q-typography.primary {
    color: #f27a1a; }
  .q-typography.green {
    color: #0bc15c; }
  .q-typography.red {
    color: #b30000; }
  .q-typography.black {
    color: #333333; }
  .q-typography.dark-gray {
    color: #666666; }
  .q-typography.light-gray {
    color: #999999; }
  .q-typography.border-gray {
    color: #e6e6e6; }
  .q-typography.white {
    color: #ffffff; }
  .q-typography.yellow {
    color: #ffc000; }
  .q-typography.zero {
    color: #000000; }

#slp-reco-wrapper {
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  background-color: #ffffff;
  display: flex;
  flex-flow: column; }

.slp-reco-header {
  border-bottom: solid 1px #e6e6e6;
  padding: 15px;
  font-weight: 600; }

.sliding-links {
  display: flex;
  padding: 15px;
  align-items: center;
  overflow-y: scroll;
  margin-right: 5px; }
  .sliding-links .link {
    margin-right: 10px;
    white-space: nowrap;
    font-size: 14px;
    display: inline-block;
    color: #333333;
    cursor: pointer;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 10px;
    border-radius: 100px;
    border: solid 1px #e6e6e6;
    padding: 10px 20px 10px 20px; }

#search-result-fragment .notfound {
  margin-top: 50px !important; }

.modal-visible {
  display: block; }

.reset-margin-top {
  margin-top: 0; }

.info-box {
  background: white;
  padding: 10px;
  border: 1px solid #e6e6e6;
  margin: 10px 10px 0;
  display: flex; }
  .info-box__text {
    line-height: 18px;
    font-size: 15px; }
  .info-box__icon {
    color: #f27a1a;
    font-size: 26px;
    justify-content: center;
    display: flex;
    margin-right: 15px;
    align-items: center; }

.price {
  background: white;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }
  .price__wrapper {
    margin: 15px; }
  .price__seperator {
    display: block;
    padding-top: 25px; }
  .price__input {
    height: 50px;
    border-radius: 3px;
    background-color: #f5f5f5;
    border: solid 0.5px #c8c8c8;
    width: 100%;
    padding: 5px;
    box-sizing: border-box; }

.product-empty-placeholder {
  height: 800px; }

.top_filter {
  display: flex;
  height: 40px;
  border-bottom: solid 1px #e6e6e6;
  background-color: white;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  z-index: 0; }

.filter-box__wrapper + .filter-box__wrapper {
  border-left: solid 1px #e6e6e6; }

.filter-box__select {
  background: transparent !important;
  z-index: 10;
  padding-left: 40px !important; }

.filter-box .icon-sort-icon {
  z-index: 5; }

.lazyload_disable {
  opacity: 1 !important; }

.color-filter {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap; }

.boutique-detail__product_list {
  display: flex;
  flex-wrap: wrap;
  padding: 5px; }
  .boutique-detail__product_list li {
    width: calc((100vw / 2) - 13px);
    box-sizing: border-box;
    border: solid 1px #e6e6e6;
    margin: 4px;
    background: #fff;
    position: relative;
    list-style-type: none;
    flex: 0 0 auto;
    border-radius: 3px;
    overflow: hidden; }
    .boutique-detail__product_list li__image-wrapper {
      height: calc(100vw * 192 / 288);
      background-size: cover;
      position: relative; }

.product__discount {
  margin-bottom: 0 !important;
  border: 1px solid #f27a1a !important; }

.ab-test-1 .headroom--pinned {
  top: 50px !important; }

.ab-test-1.margin_top .headroom--pinned {
  top: 119px !important; }

.ab-test-2 .headroom--pinned {
  top: 60px !important; }

.without-subheader .headroom--pinned {
  top: 119px !important; }

.checkbox-wrapper {
  padding: 10px; }

.product__promotion span {
  white-space: nowrap;
  text-overflow: ellipsis; }

.product__promotion .promotion {
  max-width: calc(100% - 22px) !important; }

div.product__discount-wrapper {
  align-items: flex-end;
  min-height: 48px; }

.priority_promotion {
  color: #ba2f2f !important;
  border: 1px solid #ba2f2f !important; }

.product__rush-delivery {
  width: calc(100% - 60px); }

.pagination-link {
  padding: 16px 4vw;
  font-size: 1.2rem; }

.filter-url {
  opacity: 0;
  line-height: 0px; }

.uppercase {
  text-transform: uppercase; }

/*# sourceMappingURL=search-result-v2.style.css.map*/