@font-face {
  font-family: "antonio";
  src: url("../fonts/antonio/Antonio-Regular.eot");
  src: url("../fonts/antonio/Antonio-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/antonio/Antonio-Regular.woff2") format("woff2"), url("../fonts/antonio/Antonio-Regular.woff") format("woff"), url("../fonts/antonio/Antonio-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "antonio bold";
  src: url("../fonts/antonio/Antonio-Bold.eot");
  src: url("../fonts/antonio/Antonio-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/antonio/Antonio-Bold.woff2") format("woff2"), url("../fonts/antonio/Antonio-Bold.woff") format("woff"), url("../fonts/antonio/Antonio-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "antonio thin";
  src: url("../fonts/antonio/Antonio-Thin.eot");
  src: url("../fonts/antonio/Antonio-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/antonio/Antonio-Thin.woff2") format("woff2"), url("../fonts/antonio/Antonio-Thin.woff") format("woff"), url("../fonts/antonio/Antonio-Thin.ttf") format("truetype");
  font-weight: thin;
  font-style: normal;
}
@-webkit-keyframes blink {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes blink {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 0.3;
  }
}
@-webkit-keyframes smooth-blink {
  from {
    opacity: 0.95;
  }
  to {
    opacity: 0.75;
  }
}
@keyframes smooth-blink {
  from {
    opacity: 0.95;
  }
  to {
    opacity: 0.75;
  }
}
@-webkit-keyframes full-blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes full-blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(120deg);
  }
  40% {
    transform: rotate(120deg);
  }
  60% {
    transform: rotate(240deg);
  }
  80% {
    transform: rotate(240deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(120deg);
  }
  40% {
    transform: rotate(120deg);
  }
  60% {
    transform: rotate(240deg);
  }
  80% {
    transform: rotate(240deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-reverse {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-120deg);
  }
  40% {
    transform: rotate(-120deg);
  }
  60% {
    transform: rotate(-240deg);
  }
  80% {
    transform: rotate(-240deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate-reverse {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-120deg);
  }
  40% {
    transform: rotate(-120deg);
  }
  60% {
    transform: rotate(-240deg);
  }
  80% {
    transform: rotate(-240deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate-reverse-2 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-360deg);
  }
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate-reverse-2 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-360deg);
  }
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes remove-loading {
  0% {
    z-index: 999;
    display: block;
    opacity: 1;
  }
  99% {
    z-index: 999;
    display: block;
    opacity: 0;
  }
  100% {
    z-index: -1;
    display: none;
    opacity: 0;
  }
}
@keyframes remove-loading {
  0% {
    z-index: 999;
    display: block;
    opacity: 1;
  }
  99% {
    z-index: 999;
    display: block;
    opacity: 0;
  }
  100% {
    z-index: -1;
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes slide-up {
  0% {
    top: 70px;
    display: none;
    opacity: 0;
  }
  1% {
    top: 70px;
    display: block;
    opacity: 0;
  }
  100% {
    top: 53px;
    display: block;
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    top: 70px;
    display: none;
    opacity: 0;
  }
  1% {
    top: 70px;
    display: block;
    opacity: 0;
  }
  100% {
    top: 53px;
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes zoom-in {
  from {
    transform: scale(0);
    transform: scale(0);
    transform: scale(0);
    transform: scale(0);
    transform: scale(0);
  }
  to {
    transform: scale(0.7);
    transform: scale(0.7);
    transform: scale(0.7);
    transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes zoom-in {
  from {
    transform: scale(0);
    transform: scale(0);
    transform: scale(0);
    transform: scale(0);
    transform: scale(0);
  }
  to {
    transform: scale(0.7);
    transform: scale(0.7);
    transform: scale(0.7);
    transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes hide {
  from {
    z-index: 10;
  }
  to {
    z-index: -1;
  }
}
@keyframes hide {
  from {
    z-index: 10;
  }
  to {
    z-index: -1;
  }
}
@-webkit-keyframes leave-left {
  from {
    left: 0;
    opacity: 1;
    transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    transform: scale(1);
  }
  to {
    left: -150%;
    opacity: 0;
    transform: scale(3);
    transform: scale(3);
    transform: scale(3);
    transform: scale(3);
    transform: scale(3);
  }
}
@keyframes leave-left {
  from {
    left: 0;
    opacity: 1;
    transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    transform: scale(1);
  }
  to {
    left: -150%;
    opacity: 0;
    transform: scale(3);
    transform: scale(3);
    transform: scale(3);
    transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes leave-right {
  from {
    right: 0;
    opacity: 1;
    transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    transform: scale(1);
  }
  to {
    right: -150%;
    opacity: 0;
    transform: scale(3);
    transform: scale(3);
    transform: scale(3);
    transform: scale(3);
    transform: scale(3);
  }
}
@keyframes leave-right {
  from {
    right: 0;
    opacity: 1;
    transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    transform: scale(1);
  }
  to {
    right: -150%;
    opacity: 0;
    transform: scale(3);
    transform: scale(3);
    transform: scale(3);
    transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes slide {
  from {
    margin-top: 10px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slide {
  from {
    margin-top: 10px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #000000;
  font-family: "antonio", Helvetica, sans-serif !important;
}

select {
  width: 100%;
  padding: 15px;
  border: 1px solid #222222;
  border-radius: 4px;
  background: #111111;
  color: #40785d;
}

select:active,
select:focus {
  outline: none;
}

#loading {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  color: #d6b64c;
}
#loading .ar-preloader .ar-preloader-wrapper,
#loading .ar-preloader-2 .ar-preloader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 160px;
  height: 160px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-radius: 50%;
  background: rgba(64, 120, 93, 0.2) url(../images/logo.webp) no-repeat center center;
  background-size: 80%;
  -ms-box-shadow: 0 0 33px rgba(64, 120, 93, 0.5);
  -o-box-shadow: 0 0 33px rgba(64, 120, 93, 0.5);
  box-shadow: 0 0 33px rgba(64, 120, 93, 0.5);
}
#loading .ar-preloader .ar-preloader-wrapper ul,
#loading .ar-preloader-2 .ar-preloader-wrapper ul {
  list-style: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 100px auto 0;
  box-sizing: border-box;
  text-align: center;
  font: normal 12px/150px "pirulen", sans-serif;
}
#loading .ar-preloader .ar-preloader-wrapper ul li,
#loading .ar-preloader-2 .ar-preloader-wrapper ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-animation: full-blink 1s ease infinite alternate;
          animation: full-blink 1s ease infinite alternate;
}
#loading .ar-preloader .ar-preloader-wrapper ul li:nth-child(2),
#loading .ar-preloader-2 .ar-preloader-wrapper ul li:nth-child(2) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}
#loading .ar-preloader .ar-preloader-wrapper ul li:nth-child(3),
#loading .ar-preloader-2 .ar-preloader-wrapper ul li:nth-child(3) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
#loading .ar-preloader .ar-preloader-wrapper ul li:nth-child(4),
#loading .ar-preloader-2 .ar-preloader-wrapper ul li:nth-child(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#loading.removed {
  -webkit-animation: remove-loading 1s 1 forwards ease-out;
          animation: remove-loading 1s 1 forwards ease-out;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

#renderCanvas {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 0;
  touch-action: none;
}

body.main-scene #renderCanvas {
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
}

body.popup #renderCanvas {
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  -webkit-animation: zoom-in 2s 1 0.8s forwards;
          animation: zoom-in 2s 1 0.8s forwards;
  background: rgb(78, 44, 18);
  background: radial-gradient(circle, rgb(78, 44, 18) 0%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%);
  background-size: 100%;
  -ms-box-shadow: inset 0 0 200px #000000;
  -o-box-shadow: inset 0 0 200px #000000;
  box-shadow: inset 0 0 200px #000000;
}

#fps {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 10px;
  display: none;
  width: 80px;
  padding: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: #40785d;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
}

#popup {
  position: absolute;
  display: none;
  padding: 4px;
  border-radius: 4px;
  background-color: #17211d;
  color: white;
  text-align: left;
  opacity: 1;
  z-index: 10;
}

body.popup #popup {
  -webkit-animation: fadeout 1s 1 forwards;
          animation: fadeout 1s 1 forwards;
}

#home {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 8px 8px 24px;
}

#home:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 8px;
  border-right: 7px solid #eeeeee;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

#price:before {
  content: "$";
}

#product_title {
  font: bold 3vw/1.1em "antonio bold", sans-serif;
}

#pr {
  padding-left: 16px;
  border-left: 4px solid #40785d;
  font-size: 1.1vw;
}

#ui {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  color: #999999;
}

.header,
.footer {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 20%;
  color: #aaaaaa;
  transition: all 2s;
  opacity: 0;
}

.header {
  top: -25%;
  left: 0%;
}

.footer {
  bottom: -25%;
  left: 0%;
}

body.popup .header,
body.popup .footer {
  z-index: 4;
  -webkit-animation: fadein 1s 1 1s forwards;
          animation: fadein 1s 1 1s forwards;
}

body.popup .header {
  top: 0;
}

body.popup .footer {
  bottom: 0;
}

.search-bar {
  position: absolute;
  z-index: 0;
  top: 13px;
  display: block;
  right: 13px;
  width: 300px;
  max-width: 90%;
  border-radius: 50px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

body.loaded .search-bar {
  z-index: 4;
  -webkit-animation: fadein 1s 1 forwards;
          animation: fadein 1s 1 forwards;
}

body.popup .search-bar {
  -webkit-animation: fadeout 1s 1 forwards;
          animation: fadeout 1s 1 forwards;
}

.search-bar #icon {
  width: 37px;
  height: 37px;
  padding: 0;
  margin: 3px;
  float: right;
  border: none;
  border-radius: 50%;
  background: #111111 url("../images/search-icon.svg") no-repeat center center;
  background-size: 50%;
  cursor: pointer;
  transition: all 0.2s;
}

.search-bar #icon:hover {
  background-color: #222222;
}

.search-bar #icon:focus {
  outline: none;
}

.search-bar #search {
  width: calc(100% - 54px);
  height: 100%;
  padding: 9px;
  margin: 3px;
  float: left;
  border: none;
  box-sizing: border-box;
  background: none;
  border-radius: 20px 0 0 20px;
  color: #59a882;
  font-size: 100%;
}

.search-bar #search:focus {
  outline: none;
}

.search-bar ul#results {
  list-style: none;
  position: absolute;
  top: 70px;
  display: none;
  left: 0;
  width: 280px;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  background: black;
  transition: all 0.5s;
}

.search-bar ul#results:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 10px solid black;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.search-bar ul#results.active {
  display: block;
  opacity: 0;
  -webkit-animation: slide-up 0.5s 1 forwards;
          animation: slide-up 0.5s 1 forwards;
}

.search-bar ul#results > li {
  padding: 13px;
  margin: 0;
  border-bottom: 1px solid #111;
  vertical-align: top;
  color: #999;
  cursor: pointer;
  transition: all 0.3s;
}

.search-bar ul#results > li:first-child {
  border-radius: 5px 5px 0 0;
}

.search-bar ul#results > li:last-child {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}

.search-bar ul#results > li:hover {
  background: #40785d;
  color: white;
}

#navigation {
  position: fixed;
  z-index: 0;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 130px;
  height: 130px;
  border: 1px solid #292929;
  border-radius: 50%;
  overflow: hidden;
  background: #242424;
  -ms-box-shadow: inset 0 0 30px #363636, 0 0 30px black;
  -o-box-shadow: inset 0 0 30px #363636, 0 0 30px black;
  box-shadow: inset 0 0 30px #363636, 0 0 30px black;
  opacity: 0;
}

body.loaded #navigation {
  z-index: 3;
  -webkit-animation: fadein 1s 1 forwards;
          animation: fadein 1s 1 forwards;
}

body.popup #navigation {
  -webkit-animation: fadeout 1s 1 forwards;
          animation: fadeout 1s 1 forwards;
}

#navigation:before {
  content: "WALK";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #333333;
  border-radius: 5px;
  background: #202020;
  -ms-box-shadow: inset 0 0 5px #151515;
  -o-box-shadow: inset 0 0 5px #151515;
  box-shadow: inset 0 0 5px #151515;
  color: #40785d;
  text-align: center;
  font: normal 77%/48px Arial, sans-serif;
  text-shadow: 1px 1px 0 #181818;
}

#navigation > * {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #555555;
  border-radius: 4px;
  outline: 1px solid #222222;
  background: #444444;
  cursor: pointer;
  transition: all 0.2s;
}

#navigation > *:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#navigation > *:focus {
  outline: none;
}

#navigation > *:hover {
  background: #40785d;
}

#navigation #top {
  top: -2px;
  left: 50%;
  margin-left: -20px;
}

#navigation #top:before {
  border-bottom: 10px solid #999999;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

#navigation #right {
  top: 50%;
  right: -2px;
  margin-top: -20px;
}

#navigation #right:before {
  border-left: 10px solid #999999;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#navigation #bottom {
  bottom: -2px;
  left: 50%;
  margin-left: -20px;
}

#navigation #bottom:before {
  border-top: 10px solid #999999;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

#navigation #left {
  top: 50%;
  left: -2px;
  margin-top: -20px;
}

#navigation #left:before {
  border-right: 10px solid #999999;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#curtain {
  list-style: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  transition: all 0.2s;
}

#curtain li {
  position: absolute;
  top: 0;
  height: 100%;
  background-size: cover;
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
}

#curtain li:nth-child(1) {
  z-index: 13;
  left: 0;
  width: 60%;
  background: url("../images/curtain-left.webp") no-repeat right -100px;
}

#curtain li:nth-child(2) {
  z-index: 13;
  right: 0;
  width: 60%;
  background: url("../images/curtain-right.webp") no-repeat left -100px;
}

#curtain li:nth-child(3) {
  z-index: 12;
  left: 0;
  width: 60%;
  background: url("../images/curtain-left.webp") no-repeat right -100px;
}

#curtain li:nth-child(4) {
  z-index: 12;
  right: 0;
  width: 60%;
  background: url("../images/curtain-right.webp") no-repeat left -100px;
}

#curtain li:nth-child(5) {
  z-index: 11;
  left: 0;
  width: 60%;
  background: url("../images/curtain-left.webp") no-repeat right -100px;
}

#curtain li:nth-child(6) {
  z-index: 11;
  right: 0;
  width: 60%;
  background: url("../images/curtain-right.webp") no-repeat left -100px;
}

#curtain li:nth-child(7) {
  z-index: 14;
  left: 0;
  width: 100%;
  background: black;
}

body.popup #curtain {
  z-index: 10;
  opacity: 1;
  -webkit-animation: hide 0.1s 1 3s forwards;
          animation: hide 0.1s 1 3s forwards;
}

body.popup #curtain li:nth-child(1) {
  -webkit-animation: leave-left 1.6s 1 forwards;
          animation: leave-left 1.6s 1 forwards;
}

body.popup #curtain li:nth-child(2) {
  -webkit-animation: leave-right 1.6s 1 forwards;
          animation: leave-right 1.6s 1 forwards;
}

body.popup #curtain li:nth-child(3) {
  -webkit-animation: leave-left 1.6s 1 0.4s forwards;
          animation: leave-left 1.6s 1 0.4s forwards;
}

body.popup #curtain li:nth-child(4) {
  -webkit-animation: leave-right 1.6s 1 0.4s forwards;
          animation: leave-right 1.6s 1 0.4s forwards;
}

body.popup #curtain li:nth-child(5) {
  -webkit-animation: leave-left 1.6s 1 0.8s forwards;
          animation: leave-left 1.6s 1 0.8s forwards;
}

body.popup #curtain li:nth-child(6) {
  -webkit-animation: leave-right 1.6s 1 0.8s forwards;
          animation: leave-right 1.6s 1 0.8s forwards;
}

body.popup #curtain li:nth-child(7) {
  -webkit-animation: fadeout 2s 1 forwards;
          animation: fadeout 2s 1 forwards;
}

#menu {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
#menu nav {
  padding: 10px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
#menu nav a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
#menu nav a:hover {
  color: #39e965;
}
#menu nav ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu nav ul.menu > li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
#menu nav ul.menu > li > a,
#menu nav ul.menu > li > span {
  display: inline-block;
  padding: 8px 13px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
#menu nav ul.menu > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu nav ul.menu > li ul.dropdown-menu {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  margin-top: 10px;
  min-width: 180px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  opacity: 0;
}
#menu nav ul.menu > li ul.dropdown-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
#menu nav ul.menu > li ul.dropdown-menu:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 10px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: all 0.3s;
}
#menu nav ul.menu > li ul.dropdown-menu li {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  transition: all 0.3s;
}
#menu nav ul.menu > li ul.dropdown-menu li a,
#menu nav ul.menu > li ul.dropdown-menu li span {
  display: block;
  padding: 8px 13px;
}
#menu nav ul.menu > li ul.dropdown-menu li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#menu nav ul.menu > li:hover > a,
#menu nav ul.menu > li:hover > span {
  background-color: rgba(0, 0, 0, 0.7);
  color: #39e965;
}
#menu nav ul.menu > li:hover ul.dropdown-menu {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: slide 0.3s 1 forwards ease-in;
          animation: slide 0.3s 1 forwards ease-in;
}
#menu nav ul.menu > li:hover ul.dropdown-menu:after {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

#menu_toggle {
  position: absolute;
  z-index: 99;
  top: 20px;
  left: 20px;
  display: none;
  width: 20px;
  height: 20px;
  padding: 10px;
  margin: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  cursor: pointer;
}
#menu_toggle:hover, #menu_toggle.active {
  background: rgba(0, 0, 0, 0.7);
}
#menu_toggle div {
  width: 100%;
  height: 2px;
  margin-bottom: 7px;
  background: #ffffff;
}
#menu_toggle div:last-child {
  margin-bottom: 0;
}

.button {
  padding: 8px;
  margin: 0;
  border: 2px solid #40785d;
  border-radius: 4px;
  background: none;
  color: #40785d;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

.button:hover {
  background: #40785d;
  color: white;
}

.block {
  display: block;
}

.spacer,
.spacer-10 {
  height: 10px;
}

.spacer-20 {
  height: 20px;
}

.spacer-30 {
  height: 30px;
}

.spacer-40 {
  height: 40px;
}

.spacer-50 {
  height: 50px;
}

.spacer-60 {
  height: 60px;
}

.spacer-70 {
  height: 70px;
}

.spacer-80 {
  height: 80px;
}

.spacer-90 {
  height: 90px;
}

.spacer-100 {
  height: 100px;
}

.flexbox {
  -webkit-display: flex;
  display: flex;
  height: 100%;
}

.flexbox > * {
  height: 100%;
  vertical-align: top;
  padding: 20px;
  box-sizing: border-box;
}

.flexbox > .col {
  flex: 1;
}

.flexbox > .col-2 {
  flex: 2;
}

.flexbox > .col-3 {
  flex: 3;
}

.flexbox > .col-4 {
  flex: 4;
}

.flexbox > .col-5 {
  flex: 5;
}

.flexbox > .col-6 {
  flex: 6;
}

.flexbox > .col-7 {
  flex: 7;
}

.flexbox > .col-8 {
  flex: 8;
}

.flexbox > .col-9 {
  flex: 9;
}

.flexbox > .col-10 {
  flex: 10;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-green {
  color: #40785d;
}

.hide-in-tablet,
.hide-in-mobile {
  display: block;
}

.displa-in-tablet,
.display-in-mobile {
  display: none;
}

.padding,
.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-50 {
  padding: 50px;
}

.noselect, select, #loading .ar-preloader,
#loading .ar-preloader-2 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 980px) {
  .hide-in-tablet {
    display: none;
  }
  .displa-in-tablet {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .hide-in-mobile {
    display: none;
  }
  .display-in-mobile {
    display: block;
  }
  .footer {
    height: 12%;
  }
  .flexbox {
    -webkit-display: block;
    display: block;
  }
  .flexbox > * {
    height: auto;
    padding: 0;
  }
  .flexbox > .col {
    flex: none;
    display: block;
  }
  #price {
    position: absolute;
    top: 5px;
    right: 20px;
  }
  #product_title {
    font-size: 7vw;
  }
}
@media only screen and (max-width: 1200px) {
  #menu {
    display: none;
    top: 55px;
    left: 10px;
  }
  #menu.open {
    display: block;
  }
  #menu nav {
    padding: 10px;
    margin: 0;
  }
  #menu nav ul.menu {
    list-style: none;
    width: 130px;
    padding: 0;
    margin: 0 auto;
  }
  #menu nav ul.menu > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: top;
  }
  #menu nav ul.menu > li > a,
#menu nav ul.menu > li > span {
    display: block;
    width: 100%;
    padding: 8px 13px;
    border-radius: 0 !important;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
  }
  #menu nav ul.menu > li:first-child > a,
#menu nav ul.menu > li:first-child > span {
    border-radius: 4px 4px 0 0 !important;
  }
  #menu nav ul.menu > li:last-child > a,
#menu nav ul.menu > li:last-child > span {
    border-radius: 0 0 4px 4px !important;
  }
  #menu nav ul.menu > li ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #menu nav ul.menu > li ul.dropdown-menu {
    position: absolute;
    top: 0;
    left: 165px;
    display: none;
    margin-top: 10px;
    min-width: 180px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    opacity: 0;
  }
  #menu nav ul.menu > li ul.dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
  }
  #menu nav ul.menu > li ul.dropdown-menu:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -5px;
    border-left: 5px solid rgba(0, 0, 0, 0.7);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: all 0.3s;
    transform: rotate(45deg);
  }
  #menu nav ul.menu > li ul.dropdown-menu li {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    transition: all 0.3s;
  }
  #menu nav ul.menu > li ul.dropdown-menu li a,
#menu nav ul.menu > li ul.dropdown-menu li span {
    display: block;
    padding: 8px 13px;
  }
  #menu nav ul.menu > li ul.dropdown-menu li:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #menu nav ul.menu > li:hover > a,
#menu nav ul.menu > li:hover > span {
    background-color: rgba(0, 0, 0, 0.7);
    color: #39e965;
  }
  #menu nav ul.menu > li:hover ul.dropdown-menu {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-animation: slide 0.3s 1 forwards ease-in;
            animation: slide 0.3s 1 forwards ease-in;
  }
  #menu nav ul.menu > li:hover ul.dropdown-menu:after {
    border-bottom-color: rgba(0, 0, 0, 0.7);
  }
  #menu_toggle {
    display: block;
  }
}
body.popup #menu,
body.popup #menu_toggle {
  display: none;
}/*# sourceMappingURL=master.css.map */