@import "modules/swiper.css";
.bg-dark {
  background: #161616;
}
.text-white {
  color: white;
}
.text-grey-dark {
  color: #9b9b9b;
}
.text-orange {
  color: #f27b06;
}
.d-flex {
  display: flex !important;
}
.justify-center {
  justify-content: center !important;
}
.align-center {
  align-items: center !important;
}
.align-items-end {
  align-items: end !important;
}
.p-0 {
  padding: 0;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.pt-1 {
  padding-top: 1rem !important;
}
.position-absolute {
  position: absolute !important;
}
.right-15 {
  right: 15px;
}
.bottom-15 {
  bottom: 15px;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.tint-dark {
  filter: brightness(75%);
  z-index: 100 !important;
}
/*Disable Icons*/
#arrow,
#arrow_1_,
#arrow_2_,
#arrow_3_,
#arrow_4_,
#scalers,
#MagifyingGlassPlus,
#MagifyingGlassMinus {
  pointer-events: none;
}
.logo {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 366px;
  height: unset;
  max-height: unset;
  z-index: 1000;
}
#circle-navigation {
  margin: 3px;
  border: 3px solid #fff1e3;
  border-radius: 50%;
}
#circle-navigation .disabled * {
  fill: #edc59d;
  cursor: not-allowed !important;
}
#circle-navigation #btn-left,
#circle-navigation #btn-right,
#circle-navigation #btn-up,
#circle-navigation #btn-down,
#circle-navigation #btn-down_1_,
#circle-navigation #btn-left_1_,
#circle-navigation #btn-right_1_,
#circle-navigation #btn-up_1_ {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
#circle-navigation #btn-down.disabled,
#circle-navigation #btn-up.disabled,
#circle-navigation #btn-right.disabled,
#circle-navigation #btn-zoom-in.disabled,
#circle-navigation #btn-zoom-out.disabled,
#circle-navigation #btn-left.disabled {
  fill: #edc59d;
  cursor: not-allowed !important;
}
#circle-navigation #btn-down.disabled ~ #btn-down_1_ stop {
  stop-color: #edc59d;
}
#circle-navigation #btn-down {
  transition: all 200ms ease;
}
#circle-navigation #btn-down:not(.disabled):hover ~ #btn-down_1_ stop {
  stop-color: #f27b06;
}
#circle-navigation #btn-down:not(.disabled):hover,
#circle-navigation #btn-left:not(.disabled):hover,
#circle-navigation #btn-right:not(.disabled):hover,
#circle-navigation #btn-up:not(.disabled):hover,
#circle-navigation #btn-zoom-in:not(.disabled):hover,
#circle-navigation #btn-zoom-out:not(.disabled):hover {
  fill: #f27b06;
  cursor: pointer;
}
.shelf-head {
  margin: auto;
  width: 100%;
  z-index: 900;
  opacity: 0.9;
  border-bottom: 2px solid grey;
  background-color: white;
  height: 150px;
  position: relative;
}
.money-header {
  position: absolute;
  z-index: 1000;
  height: 34px;
  width: 120px;
  top: 30px;
  right: 150px;
  padding: 5px;
  border-radius: 5px;
  background-color: white;
  font-size: 17px;
}
.product-counter {
  position: absolute;
  z-index: 1000;
  height: 34px;
  width: 90px;
  top: 30px;
  right: 290px;
  padding: 5px;
  border-radius: 5px;
  background-color: white;
  font-size: 17px;
}
.info-container {
  position: absolute;
  z-index: 1000;
  height: 60px;
  width: 26%;
  min-width: 270px;
  top: 75px;
  right: 80px;
  padding: 5px;
  border-radius: 5px;
  background-color: white;
}
.shelf-nav {
  position: absolute;
  top: 15px;
  height: 135px;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.shelf-head .nav-entry {
  cursor: pointer;
}
.shelf-head .nav-entry.nav-cart {
  position: absolute;
  right: 100px;
  top: 46px;
  transform: translateY(-50%);
  z-index: 1200;
  font-size: 25px;
  color: #f27b06;
}
.shelf-head .badge {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: -5px;
  right: -20px;
}
.shelf-head .badge p {
  line-height: 12px;
  width: 20px;
  transform: translateX(-6px);
  text-align: center;
}
#product-modal .modal-header {
  border: none;
}
#product-modal .modal-image img {
  margin-top: 15px;
  margin-bottom: 15px;
  min-width: 300px;
  max-width: 500px;
  max-height: 300px;
  object-fit: contain;
}
#product-modal .modal-body {
  text-align: right;
}
#product-modal .modal-body p {
  margin: 0;
}
#product-modal .modal-dialog .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
#product-modal .modal-dialog #modal-price {
  font-weight: bold;
  justify-content: end;
  align-items: flex-start;
  font-size: 45px;
  line-height: 16px;
}
#product-modal .amount-handler {
  width: 125px;
  margin-left: 50%;
  transform: translateX(-50%);
}
#product-modal .modal-footer {
  display: flex;
  justify-content: end;
}
#product-modal .swiper-wrapper {
  display: flex;
  align-items: center;
}
.off-canvas-cart {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: absolute;
  right: 0;
  width: 350px;
  height: 100%;
  background: white;
  z-index: 3000;
  transform: translateX(100%);
  transition: all 300ms ease-in-out;
  opacity: 0;
}
.off-canvas-cart #submit-error {
  bottom: 60px;
  padding: 15px;
  color: white;
  background: red;
}
.off-canvas-cart #ls-button-submit {
  max-width: 200px;
  background-color: #f27b06 !important;
  border-color: #f27b06 !important;
}
.off-canvas-cart #items-list {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
.off-canvas-cart .off-canvas-cart-inner {
  position: relative;
  top: 0;
  width: 100%;
}
.off-canvas-cart .off-canvas-cart-inner .back-to-shop {
  width: 100%;
  height: 30px;
  cursor: pointer;
}
.off-canvas-cart .off-canvas-cart-inner .back-to-shop i {
  margin-right: 10px;
}
.off-canvas-cart .item-container {
  margin-left: 15px;
  margin-right: 15px;
  transition: all 200ms ease-in-out;
}
.off-canvas-cart .item-container .item-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.off-canvas-cart .item-container .item-body .item-preview {
  width: 20%;
}
.off-canvas-cart .item-container .item-body .item-preview img {
  max-width: 90%;
  object-fit: contain;
}
.off-canvas-cart .item-container .item-body .item-actions {
  width: 20%;
}
.off-canvas-cart .item-container .item-body .item-info {
  width: 40%;
}
.off-canvas-cart .item-container .item-body .item-price {
  width: 20%;
}
.off-canvas-cart .prices-container {
  border-top: 1px solid grey;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.off-canvas-cart.active {
  transform: translateX(0);
  opacity: 1;
}
.alert-warning {
  display: none;
}
.shelf {
  padding-top: 0 !important;
}
.navbar {
  display: none;
  background: white;
  border: none;
  /*display: flex; */
  justify-content: center;
  position: absolute;
}
.top-container {
  display: none;
}
.question-container {
  background: white;
  border: none;
  margin-bottom: 0 !important;
  border: 0 !important;
  background: none !important;
}
body.preloader-site {
  overflow: hidden;
}
.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.preloader-wrapper .preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.preloader p {
  margin: 20px;
  font-size: 20px;
  text-align: center;
}
#outerframeContainer,
.answer-container {
  padding: 0;
  display: flex;
  justify-content: center;
  height: 98vh;
  width: 100%;
  align-content: center;
  align-items: center;
}
#shelf-body {
  position: relative;
  width: 100%;
  height: 550px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  z-index: 1;
}
#shelf-hook {
  position: absolute;
  margin-bottom: 25px;
  bottom: 0;
  width: 910px;
  display: flex;
  flex-direction: column-reverse;
  z-index: 1;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.shelf-inner {
  width: 910px;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.shelf-bottom {
  background-image: url("/upload/themes/survey/shelf/files/shelf/shelf-bottom.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 50;
  box-shadow: 0px 9px 12px -4px black;
  height: 20px;
  width: 930px;
  transform: translateX(-50%);
  left: 50%;
  margin-left: 50%;
}
.shelf-floor {
  background-image: url("/upload/themes/survey/shelf/files/shelf/shelf-floor.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 9px 12px -4px black;
  height: 20px;
  margin-bottom: 10px;
  z-index: 3000;
}
.shelf-floor.first {
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
.vertical {
  background-image: url("/upload/themes/survey/shelf/files/shelf/vertical-left.png");
  width: 8px;
  height: 100%;
  background-repeat: repeat-y;
  position: absolute;
  background-size: contain;
  filter: brightness(50%);
}
.vertical.left {
  left: 0;
  box-shadow: 5px 0px 11px -2px black;
}
.vertical.right {
  right: 0;
  box-shadow: -5px 0px 11px -2px black;
}
.mounting {
  background-image: url("/upload/themes/survey/shelf/files/shelf/mounting.png");
  width: 16px;
  height: 45px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  z-index: 5;
}
.mounting.left {
  left: 0;
  top: 0;
  transform: translateY(-20px) translateX(18px) scale(0.8, 0.8);
}
.mounting.right {
  right: 0;
  top: 0;
  transform: translateY(-20px) translateX(-18px) scale(-0.8, 0.8);
}
.shelf-product-container {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column-reverse;
  align-self: flex-end;
}
.shelf-item p {
  display: none;
  font-size: 10px;
  position: absolute;
  z-index: 2;
}
.price-tag {
  z-index: 3500;
  width: 22px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 1px 1px 2px -1px black;
  background-color: white;
}
.price-tag .price-label {
  display: flex;
  font-size: 6.5px;
  z-index: 400;
  font-weight: bold;
}
.price-tag .gram-label {
  position: absolute;
  right: 6px;
  top: 2px;
  font-size: 4px;
}
.price-tag .bar-code {
  background-image: url("/upload/themes/survey/shelf/files/shelf/barcode.png");
  width: 9px;
  height: 5px;
  background-size: cover;
}
.shelf-container {
  width: 1024px;
  height: 700px;
  -webkit-box-shadow: 3px 3px 22px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 22px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 22px -5px rgba(0, 0, 0, 0.75);
  margin-top: 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: bottom;
  transition: background-size 200ms ease;
}
@media screen and (max-width: 1024px) {
  .shelf-container {
    margin-top: 26px;
  }
}
.product-image {
  max-width: 100% !important;
  position: absolute;
  bottom: 0;
}
#shelf-back {
  position: absolute;
  left: 25px;
  bottom: 0;
  height: 100%;
  background-color: #888;
  width: 860px;
}
.js-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2500;
  transition: all 300ms ease-in-out;
}
.js-overlay.active {
  cursor: pointer;
  display: block;
  opacity: 0.3;
}
.shelf-item {
  position: absolute;
  z-index: 200;
  cursor: pointer;
  height: 100% !important;
  width: 100% !important;
  object-fit: fill;
}
.shelf-product {
  display: flex;
}
.item-column {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.item-wrap {
  position: relative;
}
.shelf-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 2.5em;
}
.ls-answers,
.question-title-container,
.question-valid-container,
#navigator-container {
  display: none !important;
}
.group-outer-container,
.group-container,
.question-title-container,
#main-col {
  margin: 0 !important;
  padding: 0 !important;
}
.error,
.error i {
  background: red !important;
  color: white !important;
}
#errorModalCenter {
  z-index: 10000;
}
#submit-error {
  display: none;
}
button.close {
  z-index: 2000 !important;
}
.money-header,
.product-counter,
.info-container {
  cursor: pointer;
}
#shelf-body.layoutOne .shelf-floor {
  background-image: url("/upload/themes/survey/shelf/files/shelf/shelf-floor-yellow.png");
  height: 42px;
}
#shelf-body.layoutOne .price-tag {
  z-index: 3500;
  width: 40px;
  height: 42px;
  bottom: -42px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 1px 1px 2px -1px black;
  background-color: white;
}
#shelf-body.layoutOne .price-tag .price-label {
  position: absolute;
  right: 3px;
  top: 8px;
  display: flex;
  font-size: 6.5px;
  z-index: 400;
  font-weight: bold;
}
#shelf-body.layoutOne .price-tag .price-label .price-label-left {
  font-size: 20px;
  line-height: 0.5;
  top: 2px;
  position: relative;
}
#shelf-body.layoutOne .price-tag .price-label .price-label-right {
  top: 2px;
  position: relative;
}
#shelf-body.layoutOne .price-tag .price-label .price-label-right .price-decimal {
  line-height: 0.25;
  font-size: 10px;
}
#shelf-body.layoutOne .price-tag .price-label .price-label-right .currency-symbol {
  text-align: right;
  position: relative;
  bottom: -1px;
  font-size: 8px;
}
#shelf-body.layoutOne .price-tag .price-info {
  font-size: 4.5px;
  text-align: right;
  position: absolute;
  right: 3px;
  bottom: 2px;
}
#shelf-body.layoutOne .price-tag .price-info span {
  font-size: 5px;
}
#shelf-body.layoutOne .price-tag .gram-label {
  position: absolute;
  right: 6px;
  top: 2px;
  font-size: 4px;
}
#shelf-body.layoutOne .price-tag .bar-code {
  position: absolute;
  top: 8px;
  left: 2px;
  background-image: url("/upload/themes/survey/shelf/files/shelf/barcode.png");
  width: 9px;
  height: 9px;
  background-size: cover;
}
/*
/upload/themes/survey/shelf/files/Navigation/inner_Arc.png
*/
