/*
Theme Name: Her Monsters Stash 
Author URI: Wonders Ahead 
Version: 1.0 
Text Domain : hermonsters 
*/
@font-face {
  font-family: "freshmannormal";
  src: url("assets/fonts/freshman-webfont.eot");
  src: url("assets/fonts/freshman-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/freshman-webfont.woff2") format("woff2"),
    url("assets/fonts/freshman-webfont.woff") format("woff"),
    url("assets/fonts/freshman-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sigmar One";
  src: url("assets/fonts/SigmarOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ninepin";
  src: url("assets/fonts/ninepin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "alarm_clockregular";
  src: url("assets/fonts/alarm_clock-webfont.eot");
  src: url("assets/fonts/alarm_clock-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/alarm_clock-webfont.woff2") format("woff2"),
    url("assets/fonts/alarm_clock-webfont.woff") format("woff"),
    url("assets/fonts/alarm_clock-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "veteran_typewriter";
  src: url("assets/fonts/veteran_typewriter-webfont.eot");
  src: url("assets/fonts/veteran_typewriter-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/veteran_typewriter-webfont.woff2") format("woff2"),
    url("assets/fonts/veteran_typewriter-webfont.woff") format("woff"),
    url("assets/fonts/veteran_typewriter-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "press_start";
  src: url("assets/fonts/pressstart2p-regular-webfont-webfont.eot");
  src: url("assets/fonts/pressstart2p-regular-webfont-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/pressstart2p-regular-webfont-webfont.woff2")
      format("woff2"),
    url("assets/fonts/pressstart2p-regular-webfont-webfont.woff") format("woff"),
    url("assets/fonts/pressstart2p-regular-webfont-webfont.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  cursor: url(https://stash.hermonsters.com/wp-content/themes/hermonsters_stash/assets/images/cursor.png)
      2 0,
    auto !important;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

input {
  user-select: all;
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}

a,
.ev_1,
.ev_1 * {
  cursor: url(https://stash.hermonsters.com/wp-content/themes/hermonsters_stash/assets/images/cursor_pointer.png)
      2 0,
    auto !important;
}

html {
  font-size: 16px;
  background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Rubik;
}

h1 {
  font-size: 60px;
  line-height: 71px;
  letter-spacing: 0px;
}

h2 {
  font-size: 48px !important;
  line-height: 57px !important;
  letter-spacing: 0px;
}

h3 {
  font-size: 28px !important;
  line-height: 33px !important;
  letter-spacing: 0px;
}

.page {
  min-height: calc(100vh - 490px);
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

/* Wallet connect */

.connect_wallet {
  font-family: Mali;
  padding: 7px 15px 10px 15px;
  font-size: 16px !important;
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #ff9b00;
  border-color: #ff9b00;
  border-radius: 4px;
  margin: 0 0 30px;
}

.connect_wallet:hover {
  background-color: #000;
  border-color: #000;
}

#wallet_connect_box.hm_modal .modal-content {
  padding: 0 20px 0 20px;
}

.wallet_but {
  font-family: Mali;
  padding: 7px 15px 10px 15px;
  font-size: 16px !important;
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  background-color: #ff9b00;
  border-color: #ff9b00;
  border-radius: 4px;
  margin: 16px 8px 0;
  width: 150px;
}

.wallet_but:hover {
  background-color: #000;
  border-color: #000;
}

.wallet_but.disabled {
  background-color: #999;
  border-color: #999;
  pointer-events: none;
}

.connect_wallet_page {
  font-family: Mali;
  padding: 7px 15px 10px 15px;
  font-size: 16px !important;
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #ff9b00;
  border-color: #ff9b00;
  border-radius: 4px;
  margin: 0 0 30px;
}

.connect_wallet_page:hover {
  background-color: #000;
  border-color: #000;
}

body {
  font: normal normal normal 1px/1.5px;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0;
  color: #00445c;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper.wrapper-content {
  max-width: 1200px;
}

.title-page .entry h1 {
  font: normal normal medium 3.75px/4.4375px Rubik;
  letter-spacing: 0;
  color: #00445c;
}

#content {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: translateX(0vw);
}

.home #content {
  height: 100vh;
}

#content.menu_op {
  transform: translateX(-580px);
  overflow: hidden;
}

#content.menu_op_big {
  transform: translateX(-75vw);
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.entry {
  color: #fff;
}

#page {
  height: auto;
  min-height: 100vh;
  width: 100vw;
  position: relative;
  background-color: #20004c;
  background-image: url(assets/images/shop_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home #page {
  overflow: hidden;
  height: 100vh;
}

.site-content {
  padding: 100px 0;
  z-index: 100;
  position: relative;
}

.home .site-content {
  padding: 0 0 0;
}

.page_title_h1 {
  font-family: Mali;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 60px;
}

#disable_msg {
  display: none;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

.content_container {
  background: #fff;
  max-width: 1200px;
  margin: 100px auto;
  padding: 100px;
}

.page-template-terms-and-conditions #page {
  overflow-x: hidden;
  height: auto;
  width: 100%;
}

.page-template-terms-and-conditions #content {
  height: auto;
  overflow-x: hidden;
}

/* Menu */

.hm_tools {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: fixed;
  width: 40px;
  right: 40px;
  top: 20px;
  z-index: 1003;
}

.home .hm_tools {
  position: absolute;
  right: 20px;
}

.hm_tools.menu_op {
  right: calc(580px + 20px);
}

.hm_tools.menu_op_big {
  right: calc(75vw + 20px);
}

.hm_tool {
  position: relative;
  margin-bottom: 30px;
  height: 40px;
}

.menu_lab {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
  left: -50px;
  font-size: 12px;
  top: 10px;
  color: #fff;
  font-family: Mali;
  position: absolute;
  left: 0px;
  top: 12px;
  color: #fff;
  text-align: right;
  white-space: nowrap;
  transform: translatex(-50%);
  transform-origin: 100% 50%;
  padding-right: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  opacity: 0;
}

.hm_tool:hover .menu_lab {
  transform: translatex(-100%);
  opacity: 1;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1003;
}

.ham1,
.ham2 {
  position: absolute;
}

.ham1 {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 40px;
  top: 5px;
  transform-origin: 89% 90%;
  transform: rotate(0deg);
}

.ham2 {
  width: 40px;
  top: 23px;
}

/* Soudnd Switch */

.sound_switch {
  position: relative;
  width: 36px;
  height: 36px;
  display: block;
  background-image: url(assets/images/sound_on.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: sound_pulse 0.5s ease-in infinite;
  z-index: 1003;
  display: block;
  top: 2px;
  left: 2px;
}

.sound_switch.snd_off {
  background-image: url(assets/images/sound_off.png);
  animation: none;
}

@keyframes sound_pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.mo-openid-app-icons > p {
  display: none !important;
}
.mo-openid-app-icons {
  margin: 0 0 25px !important;
  display: inline !important;
}

.menu_close_item {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 30px;
  font-family: Mali;
  font-weight: 600;
  top: 28px;
  line-height: 22px;
}

.hm_side_menu {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: fixed;
  width: 580px;
  height: 100vh;
  z-index: 1002;
  background-color: #20004c;
  background-image: url(assets/images/mob_mobile_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  transform: translateX(100%);
  padding: 100px 30px 30px 0px;
}

.hm_side_menu.big_menu {
  width: 75vw;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.hm_side_menu.menu_op {
  transform: translateX(0%);
}

.menu_title {
  font-family: Mali;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 27px;
  line-height: 27px;
  font-weight: 600;
}

.hm_side_menu ul.menu {
  padding: 0;
  text-align: right;
}

.hm_side_menu ul.menu li {
  margin: 0 0 5px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: end;
  -ms-flex-align: right;
  align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: right;
  -moz-box-pack: flex-end;
  -ms-flex-pack: right;
  justify-content: end;
  justify-content: flex-end;
  position: relative;
}

.hm_side_menu ul.menu li a {
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 600;
  font-family: Mali;
  text-decoration: none !important;
  padding: 3px 0px 5px 10px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  line-height: 20px;
}

.hm_side_menu ul.menu li a:hover {
  color: #ffa000 !important;
}

.hm_side_menu ul.menu li.disabled a {
  color: #fff !important;
  opacity: 0.2;
  text-decoration: line-through !important;
  cursor: not-allowed !important;
}

.hm_side_menu ul.menu li.current-menu-item a {
  color: #ffa000 !important;
  font-size: 18px !important;
}

.hamburger.menu_op .ham1 {
  width: 40px;
  top: 0.2vh;
  transform: rotate(20deg);
}

.menu_op .ham_menu_lab {
  color: #fff;
}

.hm_side_menu.time_event_menu {
  padding: 0;
}

/* Header */
.site-header .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.site-branding {
  z-index: 1000;
  position: fixed;
  top: 20px;
}

@media screen and (min-width: 992px) {
  .site-header .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    padding: 0px;
  }
}

.site-header .wrapper .site-branding a img {
  width: 100px;
  height: auto;
}

@media screen and (min-width: 1199px) {
  .site-header .wrapper .site-branding a img {
    width: 100px;
  }
}

.section .wrapper {
  max-width: 1200px;
}

.site-header .wrapper .main-navigation ul li:last-child a {
  font-weight: 500 !important;
}

a.green_but:hover,
a.green_but:focus {
  background: #00445c;
  color: #fff;
}

.arrow_down {
  position: absolute;
  top: 8px;
  right: 15px;
}

.site-header {
  position: absolute;
  top: 20px;
  width: auto;
  z-index: 1000;
  left: 20px;
}

.click_ico {
  position: absolute;
  width: 20px;
  left: 50%;
  top: 0%;
  transform-origin: 50% 50%;
  transform: translate(-50%, -100%);
  z-index: 100;
  -webkit-animation: click_ico 1s linear infinite;
  -moz-animation: click_ico 1s linear infinite;
  animation: click_ico 1s linear infinite;
}

@keyframes click_ico {
  0% {
    transform: translate(-50%, -100%);
  }

  50% {
    transform: translate(-50%, -80%);
  }

  100% {
    transform: translate(-50%, -100%);
  }
}

/* Error 404 */

.section.error404 {
  background-color: #000;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-image: url(assets/images/404.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.top_text_small {
  font-size: 12px;
  text-align: right;
  font-family: MAli;
  letter-spacing: 4px;
  line-height: 10px;
  text-transform: none;
  font-weight: 600;
}

.top_text {
  font-size: 30px;
  text-align: right;
  font-family: Sigmar One;
  line-height: 36px;
  color: #20004c;
  text-transform: uppercase;
  margin-right: 60px;
  position: absolute;
  bottom: 24px;
  right: 160px;
  z-index: 1000;
}

.land_header {
  display: flex;
  position: absolute;
  left: 130px;
}

.tw_cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tw_cont img {
  height: 40px;
  width: 40px;
  position: fixed;
  top: 50px;
}

.slick-list.draggable {
  height: 586px !important;
}

.xoo-wsc-icon-basket1::before {
  display: none !important;
}

.xoo-wsc-basket {
  bottom: 12px;
  right: 1px;
  background: url(assets/images/cart.png) !important;
  background-size: cover !important;
  color: #000000;
  box-shadow: 0px 0px 15px 2px #0000001a;
  border-radius: 50%;
  display: flex;
  width: 60px;
  height: 60px;
}

.xoo-wsc-items-count {
  background-color: #ff9b00 !important;
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 28px !important;
}

.xoo-wsc-container,
.xoo-wsc-slider {
  background-color: none !important;
  background: url(assets/images/mob_mobile_bg.jpg) !important;
  background-size: auto !important;
  background-size: cover !important;
}

.xoo-wsc-body,
.xoo-wsc-header,
.xoo-wsc-footer {
  background: none !important;
  box-shadow: none !important;
}

.xoo-wsc-product {
  border-bottom: none !important;
  background: rgba(15, 0, 30, 0.5) !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
  font-family: Mali;
  font-weight: 600;
  padding: 5px 15px 5px 15px !important;
  font-size: 18px !important;
  display: inline-block;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #ff9b00 !important;
  border-color: #ff9b00 !important;
  border-radius: 20px !important;
  margin: 0px 0px 10px !important;
}

.xoo-wsc-container {
  font-family: Mali !important;
}

#html5-watermark {
  display: none !important;
}

.html5-image {
  padding: 0 !important;
}
.images.wonder-wooquickview-gallery {
  margin: 0 !important;
}
.wonder-wooquickview-content ul,
.wonder-wooquickview-content ol {
  padding: 0 !important;
}

.html5-elem-wrap {
  height: auto !important;
  background: none !important;
}

#wonderwoo-lightbox {
  font-family: Mali !important;
  color: #fff;
}

.wonder-wooquickview-content-summary {
  padding: 40px !important;
}

.product_title.entry-title {
  font-family: Mali;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

.product_title.entry-title:after {
  content: "PREORDER";
  color: #ff9b00 !important;
  font-size: 26px;
  font-weight: 600;
  display: block;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #ff9b00 !important;
  font-size: 28px;
  font-weight: 600;
}

#html5-lightbox-box {
  border-radius: 20px !important;
  overflow: hidden !important;
}

#html5-close {
  background: none !important;
  border: none !important;
}
#html5-close .mh-icon-close {
  color: #fff !important;
  background: none !important;
}

.wonder-wooquickview-excerpt {
  margin: 0 0 30px !important;
}

.input-text.qty {
  height: 35px;
  border: none !important;
  margin-right: 10px;
}

.html5-elem-box {
  background-image: url(https://stash.hermonsters.com/wp-content/themes/hermonsters_stash/assets/images/mob_mobile_bg.jpg);
  background-size: contain;
  background-position: top right;
}

.images.wonder-wooquickview-gallery {
  background: #000;
}

span.xoo-wsc-footer-txt {
  font-size: 15px !important;
  line-height: 20px !important;
  margin: -8px auto 15px !important;
}

.xoo-wsc-header {
  border: none !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
  max-width: 100% !important;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
  max-width: 100% !important;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-shipping-fields h3 {
  font-family: Mali !important;
  font-size: 27px !important;
  color: #fff;
  text-align: center;
  margin: 0 0 50px;
  width: 100%;
}

#order_review_heading {
  font-family: Mali !important;
  font-size: 27px !important;
  color: #fff;
  text-align: center;
  margin: 100px 0 50px;
}

.woocommerce table.shop_table {
  border: 2px solid #fff !important;
  margin: 0 -1px 50px 0 !important;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  padding: 10px 20px !important;
  color: #fff;
  font-family: Mali;
  font-size: 15px;
  border: 2px solid #fff;
  background: rgba(32, 0, 76, 0.7);
  border-radius: 10px !important;
}

.product-name .quantity {
  float: right !important;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.woocommerce table.shop_table .cart-subtotal td {
  border-top: none !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.woocommerce table.shop_table .cart-subtotal th {
  border-top: none !important;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper label {
  font-family: Mali !important;
  font-size: 15px !important;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  font-weight: 300;
}

.product-total {
  text-align: right;
}
.cart-subtotal {
  text-align: right;
}

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

.woocommerce table.shop_table th {
  font-weight: 500 !important;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 500 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: normal;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  text-align: right;
  padding: 20px 0 10px;
}

.entry h2 {
  font-family: Mali !important;
  font-size: 27px !important;
  color: #fff;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px !important;
  border: none !important;
  height: 35px;
  border-radius: 4px !important;
  margin-right: 20px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button {
  font-family: Mali;
  font-weight: 600;
  padding: 7px 15px 10px 15px !important;
  font-size: 18px !important;
  display: inline-block;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #ff9b00 !important;
  border-color: #ff9b00 !important;
  border-radius: 20px !important;
  margin: 0px !important;
}

.shop_table a {
  color: #fff;
}

.checkout-button {
  height: 50px;
  line-height: 36px !important;
}

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

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 70px !important;
  box-shadow: none;
  border-radius: 4px !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 0 20px 20px !important;
  margin: 0 0 30px !important;
  border: none !important;
  text-align: center !important;
  background: none !important;
  color: #fff !important;
  font-family: Mali !important;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  font-family: Mali;
  font-weight: 600;
  padding: 7px 15px 7px 15px !important;
  font-size: 18px !important;
  display: inline-block;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #ff9b00 !important;
  border-color: #ff9b00 !important;
  border-radius: 4px !important;
  margin: 0px 0px 0px 20px !important;
  text-decoration: none !important;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-error a:focus,
.woocommerce-info a:focus,
.woocommerce-message a:focus {
  background: #fff !important;
  color: #4d4d17 !important;
  text-decoration: none !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none !important;
}

.woocommerce form.checkout_coupon p {
  color: #fff;
}

.spod-qrcode-img {
  margin: 0 auto !important;
  display: block;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none !important;
  border-radius: 5px;
}

.wc_payment_methods label {
  color: #fff;
  font-size: 16px;
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 300;
}

.woocommerce-terms-and-conditions-wrapper {
  color: #fff;
}

.woocommerce-privacy-policy-text {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  min-width: 600px;
}

#ada_txid_field_field label {
  text-align: left !important;
  max-width: 100%;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none !important;
  display: block !important;
}
#place_order {
  margin: 50px auto 0 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button {
  color: #fff !important;
}

.product-name > a:focus,
.product-name > a:hover {
  color: #fff !important;
  text-decoration: none;
}

#ship-to-different-address > label {
  margin: 0 !important;
}

#ship-to-different-address-checkbox {
  top: -5px;
  position: relative;
}

.land_footer {
  position: absolute;
  bottom: 30px;
  left: 280px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  color: #20004c;
}

.land_footer img {
  margin-right: 10px;
  max-width: 130px;
}

.land_copyright {
  font-size: 12px;
  font-family: Mali;
  font-weight: 600;
}

/* Sound */

.hm_modal .modal-header {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none;
  padding: 20px 15px 0 15px;
}

.hm_modal .modal-content {
  transform: rotate(-4deg);
  font-family: Mali;
  text-align: center;
  padding: 0 75px 0 20px;
  background-image: url(assets/images/modal_bg.jpg);
  background-size: cover;
  box-shadow: -10px 10px 0px rgba(0, 0, 0, 0.4);
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}

.hm_modal .modal-footer {
  border-top: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}

.hm_modal .modal-title {
  font-family: Sigmar One;
  font-size: 30px;
  color: #20004c;
  line-height: 36px;
}

.headphones {
  width: 100px;
  position: absolute;
  top: -10px;
  right: -25px;
}

.hm_modal .btn {
  padding: 0.5rem 1rem;
  font-family: Mali;
  padding: 7px 15px 10px 15px;
  font-size: 16px !important;
  cursor: pointer;
  font-weight: 600;
}

.hm_modal .btn-primary {
  color: #fff;
  background-color: #ff9b00;
  border-color: #ff9b00;
}

.hm_modal .btn-primary:hover {
  color: #fff;
  background-color: #d78609;
  border-color: #d78609;
}

.hm_modal .btn-primary:focus,
.hm_modal .btn-primary.focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.inv_item {
  height: 4vh !important;
  z-index: 1000;
}

.site-footer {
  margin: 100px 0 0;
  padding: 50px 0 20px;
  background: #1b1b1c;
  min-height: 200px;
}

.home .site-footer {
  margin: 60px 0 0;
}

/* Stash Closed */

.section.stash_closed {
  background-color: #dcd0b8;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-image: url(assets/images/stash_closed.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
}

.page-template-connect_wallet .site-content {
  padding: 0;
}

.page-template-connect_wallet .xoo-wsc-markup {
  display: none;
}

.page-template-connect_wallet #page {
  overflow: hidden;
  height: 100vh;
}

/* Stash */

.section.stash {
  background-color: #dcd0b8;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-image: url(assets/images/stash_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.poster1 {
  position: absolute;
  top: 10.5vh;
  right: 50%;
  height: 49.42vh !important;
  transform: translateX(-49vh);
  pointer-events: none;
}

.poster1_click {
  position: absolute;
  top: 17.5vh;
  right: 50%;
  height: 37vh;
  transform: translateX(-58vh) rotate(-22deg) skew(-16deg);
  width: 22vh;
}

.poster2 {
  position: absolute;
  top: 6.7vh;
  right: 50%;
  height: 46.25vh !important;
  transform: translateX(-29vh);
  pointer-events: none;
}

.poster2_click {
  position: absolute;
  top: 11.5vh;
  right: 50%;
  height: 24vh;
  transform: translateX(-32vh) rotate(-15deg) skew(-8deg);
  width: 27vh;
}

.poster3 {
  position: absolute;
  top: 23vh;
  right: 50%;
  height: 49.25vh !important;
  transform: translateX(74vh);
  pointer-events: none;
}

.poster3_click {
  position: absolute;
  top: 27.5vh;
  right: 50%;
  height: 30vh;
  transform: translateX(68vh) rotate(16deg) skew(0deg);
  width: 29vh;
}

.red_hoodie {
  position: absolute;
  top: 29vh;
  right: 50%;
  height: 33.71vh !important;
  transform: translateX(-8vh);
  pointer-events: none;
}

.red_hoodie_click {
  position: absolute;
  top: 31.5vh;
  right: 50%;
  height: 17vh;
  transform: translateX(-19vh) rotate(20deg) skew(-46deg);
  width: 22vh;
}

.black_hoodie {
  position: absolute;
  top: 46vh;
  right: 50%;
  height: 34.56vh !important;
  transform: translateX(2.6vh);
  pointer-events: none;
}

.black_hoodie_click {
  position: absolute;
  top: 47.5vh;
  right: 50%;
  height: 20vh;
  transform: translateX(-33vh) rotate(28deg) skew(-39deg);
  width: 22vh;
}

.cap1 {
  position: absolute;
  top: 42vh;
  right: 50%;
  height: 22.7vh !important;
  transform: translateX(10vh);
  pointer-events: none;
}

.cap1_click {
  position: absolute;
  top: 39.5vh;
  right: 50%;
  height: 24vh;
  transform: translateX(1vh) rotate(49deg) skew(0deg);
  width: 14vh;
}

.cap2 {
  position: absolute;
  top: 48vh;
  right: 50%;
  height: 24.4vh !important;
  transform: translateX(28vh);
  pointer-events: none;
}

.cap2_click {
  position: absolute;
  top: 47.5vh;
  right: 50%;
  height: 24vh;
  transform: translateX(18vh) rotate(49deg) skew(0deg);
  width: 16vh;
}

.bucket {
  position: absolute;
  top: 54.4vh;
  right: 50%;
  height: 27.65vh !important;
  transform: translateX(48.4vh);
  pointer-events: none;
}

.bucket_click {
  position: absolute;
  top: 55.5vh;
  right: 50%;
  height: 24vh !important;
  transform: translateX(42vh) rotate(49deg) skew(0deg);
  width: 19vh;
}

.sleeves {
  position: absolute;
  top: 71vh;
  right: 50%;
  height: 22.66vh !important;
  transform: translateX(0vh);
  pointer-events: none;
}

.sleeves_click {
  position: absolute;
  top: 70.5vh;
  right: 50%;
  height: 24vh;
  transform: translateX(-12vh) rotate(27deg) skew(-31deg);
  width: 17vh;
}

.pins {
  position: absolute;
  top: 84vh;
  right: 50%;
  height: 7.7vh !important;
  transform: translateX(2vh);
  pointer-events: none;
}

.pins_click {
  position: absolute;
  top: 84vh;
  right: 50%;
  height: 9vh;
  transform: translateX(-0.5vh) rotate(21deg) skew(-31deg);
  width: 5.5vh;
}

.click_area:hover + img {
  -webkit-animation: product_highlight 1s linear infinite;
  -moz-animation: product_highlight 1s linear infinite;
  animation: product_highlight 1s linear infinite;
}

@keyframes product_highlight {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.qcfw-checkout-product-modal
  .qcfw-checkout-summary-wrapper
  .qcfw-checkout-summary-content {
  overflow-y: hidden !important;
}

.qcfw-checkout-product-modal {
  border-radius: 20px;
  overflow: hidden;
}

.qcfw_shop_buy_now_button {
  background: none !important;
}
.qcfw_shop_buy_now_button:hover,
.qcfw_shop_buy_now_button:focus {
  background: none !important;
}

/* ----- */

/* Footer */

.foot_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.foot_con_tit {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  font-family: Rubik;
  color: #fff;
}

.foot_con_det {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: Rubik;
  color: #00445c;
}

.copyright {
  margin: 50px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: Rubik;
  color: #fff;
}

.footer_links {
  float: right;
  margin: 50px 0 0;
}

.footer_links a {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: Rubik;
  color: #fff;
  text-decoration: underline;
}

.footer_links a.foot_link {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: Rubik;
  color: #fff;
  text-decoration: underline;
}

.footer_links a.foot_link.fl_cookies {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: Rubik;
  color: #fff;
  text-decoration: underline;
  padding-left: 12px;
  margin-left: 12px;
  border-left: 2px solid #fff;
}

.big_title {
  color: #00445c;
  font-size: 60px;
  line-height: 71px;
  font-family: Rubik;
  color: #00445c;
  margin: 20px 0 30px;
  font-weight: 500;
}

.hm_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.hm_item_cont {
  background: transparent;
  width: 50vh;
  height: auto;
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hm_close_item,
.close_card {
  text-align: right;
  color: #fff;
  font-size: 31px;
  position: absolute;
  right: -30px;
  font-family: Mali;
  font-weight: 600;
}

.hm_close_item:hover,
.close_card:hover {
  color: #f00;
}

.hm_close_conv {
  text-align: right;
  color: #fff;
  font-size: 31px;
  position: absolute;
  right: 40px;
  top: 40px;
  font-family: Mali;
  font-weight: 600;
}

.hm_close_conv:hover {
  color: #f00;
}

.hm_item_cont img {
  width: 100%;
}

/* Black Bg Text */
.black_text_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: none;
  background: #000;
}

.black_text_bg_start {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: block;
  background: #000;
}

.black_text_wrap {
  position: absolute;
  top: 50%;
  display: flex;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: Mali;
  font-weight: 400;
  z-index: 999;
  font-size: 1.73vh;
  line-height: 2.2vh;
  width: 100%;
  z-index: 10000;
  text-align: center;
}

.black_text {
  background: none;
  width: 70vh;
  margin: 0 auto;
}

.owl-carousel button.owl-dot {
  outline: none !important;
}

.owl-carousel button.owl-dot span {
  background: #fff;
  width: 16px;
  height: 16px;
  border: 2px solid #4fafab;
  display: block;
  border-radius: 10px;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  outline: none !important;
}

.owl-carousel button.owl-dot.active span {
  background: #1b1b1c;
}

.owl-dots {
  position: absolute;
  right: 48px;
  bottom: 55px;
}

.owl-dots {
  position: absolute;
  right: calc(8.33333% - 23px);
  bottom: 55px;
}

.mobonly {
  display: none;
}

.mobnum {
  display: none !important;
}

.wpcf7-form-control {
  width: 100%;
}

.wpcf7-text,
.wpcf7-textarea {
  margin: 0 0 10px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #ddd;
  outline: none !important;
  font-family: Rubik;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border: 2px solid #1b1b1c;
}

.wpcf7-textarea {
  max-height: 190px;
  font-family: Rubik;
}

.wpcf7-submit {
  width: 130px;
  height: 40px;
  background: #f00;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 0;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  font-family: Rubik;
  font-weight: 500 !important;
}

.wpcf7-submit:hover {
  background: #ffa000;
}

.wpcf7 .ajax-loader {
  background-color: #1b1b1c !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin: -10px 0 0 10px !important;
}

.owl-thumbs .owl-item img {
  cursor: pointer;
}

.copyright_mob {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: none;
  font-size: 10px;
  font-family: Mali;
  font-weight: 600;
  color: #79487d;
  pointer-events: none;
}

.tw_cont_mob {
  flex-direction: row;
  position: absolute;
  top: 15px;
  left: 20px;
  display: none;
}

.tw_cont_mob img {
  height: 40px;
  width: 40px;
  margin-right: 15px;
  margin-left: 0px;
}

.tw_cont_mob .tw_txt {
  margin: 0 15px 0 0 !important;
}

@media screen and (max-width: 990px) {
  .home .site-content {
    padding: 100px 0;
  }

  .home #page {
    overflow: visible !important;
    height: auto !important;
  }

  .home #content {
    height: auto !important;
  }

  .section.stash {
    display: none !important;
  }

  .wonder-wooquickview-button {
    color: #ffffff !important;
    background-color: #ff9b00 !important;
    font-size: 16px !important;
    transition: all 0.5s ease !important;
    padding: 6px 12px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
  }

  .entry h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 10px !important;
    height: 48px;
    padding: 5px 0 !important;
  }

  .entry h2.woocommerce-loop-product__title:after {
    content: "PREORDER";
    color: #ff9b00 !important;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
  }

  .woocommerce-loop-product__link {
    pointer-events: none !important;
  }

  .woocommerce-privacy-policy-text {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    min-width: 200px;
  }

  .products .add_to_cart_button {
    display: none !important;
  }

  .products .woocommerce-Price-amount {
    color: #ff9b00 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: Mali !important;
    margin: 0 0 15px !important;
    display: block;
  }
  .products li {
    font-family: Mali !important;
    text-align: center;
  }

  .woocommerce-ordering,
  .woocommerce-result-count {
    display: none !important;
  }

  .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    pointer-events: none !important;
  }

  .entry h2 {
    font-family: Mali !important;
    font-size: 27px !important;
    color: #fff;
    text-align: center;
  }

  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text {
    width: 100% !important;
    border: none !important;
    border-radius: 4px !important;
    margin-right: 0px !important;
    margin-bottom: 8px;
  }

  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    padding-bottom: 30px !important;
  }

  .coupon .button {
    width: 100% !important;
  }

  .copyright_mob {
    display: block;
  }

  .introjs-hints {
    display: none;
  }

  .site-hamburger #nav-icon3 {
    top: 25px !important;
  }

  .site-content {
    padding: 100px 0 100px;
  }

  .section.sec_slider {
    padding: 20px 0;
  }

  .wrapper {
    padding: 0 15px !important;
  }

  .site-header .wrapper {
    padding: 20px 15px 0 !important;
  }

  body.menu_opened {
    overflow: hidden !important;
  }

  .slide_img {
    width: 100% !important;
  }

  .section.sec_slider .wrapper {
    padding: 0 !important;
    overflow-x: hidden;
  }

  .site-header.py-3 {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 0 0 1px !important;
  }

  .mobnum {
    background: #1b1b1c;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 1px;
    display: block !important;
  }

  .mobnum a,
  .mobnum a:hover,
  .mobnum a:focus {
    color: #fff;
    text-decoration: none;
  }

  .mobnum img {
    height: 18px;
    margin: -3px 10px 0 0;
  }

  .main-navigation {
    z-index: 9999;
    background-color: #20004c;
    background-image: url(assets/images/mob_mobile_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    pointer-events: none;
    padding-right: 30px;
  }

  .main-navigation.opened {
    opacity: 1;
    pointer-events: auto;
  }

  .site-header .wrapper .main-navigation ul li {
    margin: 0 0 20px;
  }

  .site-header .wrapper .main-navigation ul li a {
    color: #ffa000 !important;
    font-size: 18px !important;
  }

  .site-header .wrapper .main-navigation ul li.special a {
    color: #21014c !important;
  }

  .site-header .wrapper .main-navigation ul li.disabled a {
    color: #4b2185 !important;
    text-decoration: line-through !important;
  }

  .site-header .wrapper .main-navigation ul li:hover::before {
    display: none;
  }

  .site-header .wrapper .main-navigation ul li {
    justify-content: right;
  }

  .big_title {
    color: #00445c;
    font-size: 48px;
    line-height: 57px;
    margin: 20px 20px 30px;
  }

  .owl-dots {
    position: relative;
    right: auto;
    bottom: 0;
    text-align: center;
    margin: 20px auto 40px;
  }

  .foot_contact {
    display: block;
    margin: 30px 0;
  }

  .foot_con_tit {
    margin: 30px 0 10px;
  }

  .footer_links a.foot_link.fl_cookies {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
  }

  .footer_links {
    float: left;
    margin: 20px 0 0;
  }

  .footer_links a.foot_link {
    display: block;
  }

  h1 {
    font-size: 26px !important;
    line-height: 26px !important;
    letter-spacing: 0px;
  }

  .product_title.entry-title::after {
    content: "PREORDER";
    color: #ff9b00 !important;
    font-size: 20px;
    font-weight: 600;
    display: block;
  }

  .my-5.mob-nobotmarg {
    margin-bottom: 0 !important;
  }

  .my-5.mob-nomarg {
    margin: 0 !important;
  }

  .mobonly {
    display: block;
  }
}

@media screen and (max-width: 580px) {
  .menu_lab {
    display: none !important;
  }

  .hm_te_clock_img {
    display: none !important;
  }

  .flip-clock-wrapper {
    position: relative !important;
    margin: 0 0 30px !important;
    top: 0 !important;
    left: 30px !important;
    mix-blend-mode: normal !important;
  }

  .flip-clock-wrapper ul {
    margin: 0 2px 0 0 !important;
  }

  .flip-clock-divider.days {
    width: 0px !important;
  }

  .flip-clock-divider {
    width: 5px !important;
  }

  .hm_te_title {
    padding: 0 30px;
  }

  .hm_te_description {
    margin: 20px 0 0;
    padding: 0 30px;
  }

  .black_text_bg {
    position: fixed !important;
    width: 100vw !important;
  }

  .black_text_wrap {
    width: 100vw !important;
  }

  .book_card_bg,
  .hm_item_bg {
    position: fixed;
    width: 100vw !important;
  }

  .hm_item_cont {
    width: 70%;
    height: auto;
  }

  .site-content {
    padding: 100px 0;
    min-width: 200px;
    overflow: hidden;
  }

  #page {
    width: 100vw;
    overflow-x: hidden;
  }

  .site-header {
    padding: 15px 0 0;
    position: fixed;
  }

  .hm_side_menu {
    position: fixed;
    width: 100vw;
  }

  .menu_close_item {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 21px;
    position: absolute;
    right: 40px;
    font-family: Mali;
    font-weight: 600;
    top: 20px;
  }

  .hm_tools {
    width: 40px;
    right: 20px;
    top: 15px;
    position: fixed;
  }

  .hm_tools.menu_op {
    right: 100vw;
  }

  .hamburger {
    top: 0px;
    right: 0px;
    position: relative;
  }

  #content.menu_op {
    transform: translateX(-100vw);
  }

  #content.menu_op_big {
    transform: translateX(-100vw);
  }

  .sound_switch {
    left: 50%;
    transform: translateX(-50%) !important;
    top: auto;
    bottom: 20px;
    position: fixed;
  }

  .site-header .wrapper {
    padding: 0px 0px !important;
  }

  @keyframes enter_car {
    0% {
      left: 100%;
      transform: translate(0%, 0%) scale(3);
    }

    100% {
      left: 55%;
      transform: translate(-50%, 0%) scale(3);
    }
  }

  .top_text {
    display: none;
  }

  .site-header .wrapper .site-branding a img {
    width: 40px;
  }

  .land_header {
    right: 150px;
    left: 55px;
    text-align: right;
  }

  .tw_cont {
    flex-direction: row-reverse;
  }

  .tw_cont img {
    height: 40px;
    width: 40px;
    margin-left: 0px;
    margin-right: 0px;
    top: 20px;
  }

  .tw_cont_mob {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .night .land_footer,
  .night .top_text,
  .night .tw_txt {
    color: #fff;
  }

  .land_footer img {
    display: none;
  }

  .tw_txt {
    letter-spacing: 2px;
  }

  .hm_side_menu.pager_menu {
    padding: 0;
  }

  .pager_cont {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .pager_screen {
    width: 82%;
    z-index: 1003;
    position: absolute;
    height: 40%;
    left: 10%;
    top: 10%;
    padding: 12px 12px 12px 12px;
  }

  .pager_ok {
    width: 15%;
    height: 30%;
    top: 61%;
    right: 7%;
  }

  .pager_cancel {
    width: 15%;
    height: 30%;
    top: 61%;
    right: 28%;
  }

  .beep_top_row,
  .beep_bot_row,
  .beep_msg {
    font-size: 5vw;
    line-height: 5vw;
    display: block;
  }

  .beep_top_row_lab,
  .beep_bot_row_lab {
    font-size: 2vw;
    line-height: 3vw;
  }
}

@media screen and (min-width: 2000px) {
  html {
    font-size: calc(100vw * 0.000521) !important;
  }
}
