/*!
Theme Name: Tides From Nebula
Author: Wonders Ahead
Author URI: https://wondersahead.pl
Version: 1.0.0
Text Domain : tfn
*/

@font-face {
  font-family: "nexa";
  src: url("assets/fonts/nexa_bold-webfont.woff2") format("woff2"),
    url("assets/fonts/nexa_bold-webfont.woff") format("woff"),
    url("assets/fonts/nexa_bold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "nexa";
  src: url("assets/fonts/nexa_regular-webfont.woff2") format("woff2"),
    url("assets/fonts/nexa_regular-webfont.woff") format("woff"),
    url("assets/fonts/nexa_regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "nexa";
  src: url("assets/fonts/nexa_light-webfont.woff2") format("woff2"),
    url("assets/fonts/nexa_light-webfont.woff") format("woff"),
    url("assets/fonts/nexa_light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "tan-pearl";
  src: url("assets/fonts/tan-pearl-webfont.woff2") format("woff2"),
    url("assets/fonts/tan-pearl-webfont.woff") format("woff"),
    url("assets/fonts/tan-pearl-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: nexa;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: #cea231;
  color: #000 !important;
}

::selection {
  background: #cea231;
  color: #000 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

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

h2.wp-block-heading {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px !important;
  font-family: nexa;
  letter-spacing: -4px;
  word-spacing: 4px;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 30px !important;
}

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

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

.golden {
  color: #cea231;
}

body {
  font-family: nexa, Roboto, Arial, sans-serif;
  letter-spacing: 0;
  color: #00445c;
  background-color: #000 !important;
  background-image: url("assets/images/black_bg.jpg");
  background-repeat: repeat;
  background-size: auto;
  margin: 0;
}

#page {
  min-height: 100vh;
}

.site-content {
  min-height: 100vh;
  overflow: hidden;
}

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
}

.site-hamburger #nav-icon3 {
  width: 30px;
  height: 23px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -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;
  cursor: pointer;
}

.site-hamburger #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -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;
}

.site-hamburger #nav-icon3 span:nth-child(1) {
  top: 0px;
}

.site-hamburger #nav-icon3 span:nth-child(2),
.site-hamburger #nav-icon3 span:nth-child(3) {
  top: 9px;
}

.site-hamburger #nav-icon3 span:nth-child(4) {
  top: 18px;
}

.site-hamburger #nav-icon3.opened span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.site-hamburger #nav-icon3.opened span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-hamburger #nav-icon3.opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-hamburger #nav-icon3.opened span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.site-header {
  position: fixed;
  width: 100%;
  padding: 20px 0 !important;
  z-index: 1000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.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;
}

@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;
  }
}

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

.site-header .wrapper .site-branding a img:hover {
  -webkit-animation: nebula_blur 1s ease-in-out 1;
  -moz-animation: nebula_blur 1s ease-in-out 1;
  animation: nebula_blur 1s ease-in-out 1;
  animation-fill-mode: forwards;
  transform-origin: center;
}

@keyframes nebula_blur {
  0% {
    filter: blur(0px);
  }
  50% {
    filter: blur(3px);
  }
  100% {
    filter: blur(0px);
  }
}

.site-header .wrapper .main-navigation ul {
  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;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .site-header .wrapper .main-navigation ul {
    -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;
  }
}

.site-header .wrapper .main-navigation ul li {
  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: 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;
  position: relative;
  margin: 0 20px;
}

@media screen and (min-width: 992px) {
  .site-header .wrapper .main-navigation ul li {
    margin: 0 0 0 35px;
  }
}

.site-header .wrapper .main-navigation ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header .wrapper .main-navigation ul li a:hover,
.site-header .wrapper .main-navigation ul li a:focus {
  color: #cea231;
}

@media screen and (min-width: 992px) {
  .site-header.nav-up {
    transform: translateY(0%);
  }

  .site-header.nav-down {
    transform: translateY(-100%);
  }
}

.menu-item-object-language_switcher:last-child {
  margin-left: 20px !important;
}

.menu-item-object-language_switcher .trp-flag-image {
  margin: -1px 0px !important;
}

.site-header .wrapper .main-navigation ul li .sub-menu {
  position: absolute;
  min-width: 290px;
  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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  top: 55px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  left: -15px;
  border-radius: 10px;

  transform-origin: 0% 0%;
  transform: rotate(10deg) scale(0.3);
  filter: blur(20px);
}

.site-header .main-navigation ul li:hover .sub-menu {
  top: 42px;
  opacity: 1;
  pointer-events: auto;

  transform: rotate(0deg) scale(1);
  filter: blur(0px);
}

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

.site-header .wrapper .main-navigation ul li ul li a {
  padding: 5px 0;
  color: #fff;
}

.site-header
  .wrapper
  .main-navigation
  ul
  li.menu-item-has-children:not(.mobonly_onechild_parent)
  > a::after {
  font-family: "FontAwesome";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "\f078";
  font-size: 8px;
  margin-left: 5px;
  display: inline-block;
  transform: rotate(0deg);
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.site-header
  .wrapper
  .main-navigation
  ul
  li.menu-item-has-children:hover
  > a::after {
  transform: rotate(180deg);
}

.centerit {
  text-align: center;
}

.sec_title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 50px !important;
  font-family: nexa;
  letter-spacing: -6px;
  word-spacing: 6px;
  text-shadow: 0 0 10px #000;
}

.sec_subtitle {
  color: #bbb;
  font-weight: 400;
  font-size: 18px !important;
  margin: 0 0 80px;
}

.sec_title_small {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px !important;
  font-family: nexa;
  letter-spacing: -4px;
  word-spacing: 4px;
  margin-bottom: 5px;
}

.sec_title_small.sts_horiz {
  margin: 0 0 30px;
  line-height: 43px !important;
}

.sec_title_small.sts_nosub {
  margin: 0 0 30px;
}

.page_cover .sec_subtitle {
  margin: 0;
  text-shadow: 0 0 10px #000;
}

.page_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  mix-blend-mode: lighten;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  pointer-events: none !important;
}

.tfn_button {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 10px;
  margin: 0 0 50px;
  display: inline-block;
}

.tfn_button:hover,
.tfn_button:focus {
  border: 1px solid #fff;
  color: #000;
  background: #fff !important;
  text-decoration: none;
}

.tfn_button > span {
  color: #bbb;
}

.post-password-form {
  text-align: center;
}

.post-password-form input[type="submit"] {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 10px;
  width: auto;
  margin: 30px 0 0;
  min-width: 100px;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  text-decoration: none !important;
  outline: none !important;
}

.post-password-form input[type="password"] {
  margin: 0 0 15px;
  padding: 10px;
  border-radius: 10px;
  border: none;
  outline: none !important;
  border: 1px solid #444;
  background: none;
  color: #fff;
  font-family: nexa, Roboto, Arial, sans-serif;
}

/* Homepage */

.section.home {
  height: auto;
  position: relative;
  text-align: center;
}

.section.home .wrapper {
  min-height: calc(100vh - 80px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 80px 15px 0px !important;
}

.social-icons {
  position: relative;
  padding: 0;
  text-align: center;
  display: inline-block;
  margin: 30px 0;
  height: 20px;
}

.social-icons > li > * {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.social-icons > .fa {
  margin: 0 10px;
}

.social-icons:hover > li > a,
.social-icons:focus > li > a {
  opacity: 0.3;
}

.social-icons > .fa > a:hover,
.social-icons > .fa > a:focus {
  opacity: 1 !important;
  color: #fff !important;
}

.content_cover {
  -webkit-animation: emerge 4s ease-in-out 1;
  -moz-animation: emerge 4s ease-in-out 1;
  animation: emerge 4s ease-in-out 1;
  animation-fill-mode: forwards;
  opacity: 0;
  width: 100%;
  max-width: 1200px;
}

@keyframes emerge {
  0% {
    transform: rotate(10deg) scale(0.3);
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
}

.cover_text_content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
}

.cover_big {
  font-size: 70px;
  line-height: 85px;
  font-weight: 400;
  margin: 25px 0 0;
  display: block;
  text-align: left;
  font-family: "tan-pearl";
  color: #cea231;
}

.cover_small {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.cover_button {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 10px;
  margin: 20px 15px 0 0;
  display: inline-block;
}

.cover_button:hover,
.cover_button:focus {
  border: 1px solid #fff;
  color: #000;
  background: #fff !important;
  text-decoration: none;
}

.cover_buttons_bot {
  width: 100%;
  margin: 0;
  text-align: center;
}

.cover_buttons_bot .cover_button {
  margin: 30px 10px 0;
}

.fa-long-arrow-right {
  font-size: 10px !important;
  line-height: 14px !important;
  position: relative;
  right: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover > .fa-long-arrow-right,
a:focus > .fa-long-arrow-right {
  position: relative;
  right: -5px;
}

#cover_render > canvas {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  height: auto !important;
  outline: none !important;
  cursor: grab;
}

.section.tour {
  min-height: 100vh;
}

.section.tour .wrapper {
  min-height: 100vh;
  padding: 100px 15px 50px !important;
  position: relative;
}

.tour_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid #444;
  margin: 0 auto;
  position: relative;
}

.tour_row.soldout > * {
  opacity: 0.1;
  pointer-events: none;
}

.tour_row.soldout::after {
  content: "SOLD OUT!";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #cea231;
  font-size: 24px;
  transform: translate(-50%, -50%) rotate(-15deg);
  pointer-events: none;
  font-weight: 900;
  letter-spacing: -2px;
  transform-origin: center;
}

.translatepress-pl_PL .tour_row.soldout::after {
  content: "WYPRZEDANE!" !important;
}

.tour_date_time {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  width: 20%;
  height: 48px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.tour_time {
  color: #bbb;
  font-size: 14px;
  font-weight: 400;
}

.tour_club {
  height: 48px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  width: 35%;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.tour_bands {
  color: #bbb;
  font-size: 14px;
  font-weight: 400;
}

.tour_city_country {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: right;
  width: 20%;
  display: block;
  height: 48px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
}

.tour_tickets {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: right;
  width: 25%;
  line-height: 48px;
}

.facebook_event {
  font-size: 18px;
  line-height: 48px;
  margin: 0 30px 0 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.facebook_event:hover,
.facebook_event:focus {
  color: #cea231;
}

.tour_tickets_button {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 10px;
}

.tour_tickets_button:hover,
.tour_tickets_button:focus {
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  text-decoration: none;
}

/* --- */

/* Merch */

.infinity {
  height: 40px;
}

.signedby {
  color: #cea231;
}

.slider_cont_half {
  margin: 0 30px 0 0;
}
.slider_cont_half:nth-child(2) {
  margin: 0 0 0 30px;
}

.slider_bundle {
  max-height: 350px !important;
  margin: 0 auto;
}

.slider_2_cont .slider_line2,
.slider_1_cont .slider_line1 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  margin: 40px 0 0;
  display: block;
  text-align: center;
  font-family: "tan-pearl";
  color: #d9cb59;
  text-transform: uppercase;
}

.slider_1_cont .slider_line2 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
  display: block;
  text-align: center;
  font-family: "tan-pearl";
  color: #d9cb59;
  text-transform: uppercase;
}

.slider_1_cont .slider_line3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px !important;
  font-family: nexa;
  letter-spacing: -6px;
  word-spacing: 6px;
  line-height: 40px;
  margin: 10px 0 25px;
}

.slider_2_cont .slider_line1,
.slider_2_cont .slider_line3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px !important;
  font-family: nexa;
  letter-spacing: -6px;
  word-spacing: 6px;
  line-height: 40px;
  margin: 20px 0;
}

.merch_slider_cont {
  position: relative;
  max-height: 450px;
  margin: 30px 0 0;
}

.slider_bg {
  position: absolute;
  height: 100%;
  width: 100%;
}

.v_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  overflow: hidden;
  bottom: 0;
  pointer-events: none;
  min-height: 450px;
}

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  pointer-events: none;
  width: 100%;
}

.section.page_cover .wrapper.merch_top_wrapper {
  max-width: 100%;
  margin: 0;
  padding: 100px 0px 0px !important;
}

.merch_slider {
  margin: 0;
}

.merch_slide {
  height: 450px;
  position: relative;
}

.slider_cont {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -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;
  height: 100%;
  width: 1560px;
  position: relative;
  margin: 0 auto;
}

.slider_cont.slider_2_cont {
  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;
}

.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 100px;
  list-style: none;
  text-align: center;
  bottom: 40px;
  margin: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 15px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}

.slick-dots li button {
  font-size: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  cursor: pointer;
  outline: 0;
  background: 0 0;
  border-radius: 50%;
  line-height: 10px;
  border: none !important;
  color: transparent;
}

.slick-dots li button::before {
  font-family: slick;
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #cea231;
}

.curr_switch {
  text-align: center;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  z-index: 9999;
  margin: 30px 0 30px;
}

.curr_switch .yay-currency-custom-select-wrapper.small {
  width: 235px;
  font-size: 11px;
  display: inline-block;
}

.curr_switch_label {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 5px;
}

.yay-currency-custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff !important;
  height: 40px;
  line-height: 14px;
  background: none !important;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
}

.woocommerce .site-content {
  min-height: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb {
  font-size: 12px;
  color: #767676;
}

.prod_section {
  margin-bottom: 50px;
}

.prod_section:last-child {
  margin-bottom: 0px;
}

.prod_section > .wrapper > .row {
  justify-content: center;
}

.prod_section_joined {
  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: flex-start;
  align-items: flex-start;
}

.shop_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.shop_wrapper {
  padding: 0 15px;
}

.shop_wrapper .sec_title_small,
.shop_wrapper .sec_subtitle {
  text-align: center;
}

.prod_section_joined .shop_wrapper {
  padding: 0 15px;
  margin: 0;
}

.prod_box {
  margin: 0 0 50px;
  max-width: 265px;
  padding: 0 30px;
  flex: 1 0 21%;
}

.prod_img_cont {
  height: 80%;
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.prod_img_cont img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
}

.hover-gallery-image {
  position: absolute !important;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.prod_img_cont:hover .hover-gallery-image {
  opacity: 1;
}

.prod_info_cont {
  height: 15%;
  position: relative;
  width: 100%;
  text-align: center;
}

.prod_info_title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 20px 0 5px;
  height: 48px;
  font-weight: 400;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -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;
}

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

.prod_info_price {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.prod_info_price .price {
  font-size: 18px;
  line-height: 43px;
  color: #fff;
  margin: 0;
}

.wp-block-button__link,
.prod_info_price .product_type_variable,
.prod_info_price .product_type_simple {
  border: 1px solid #fff;
  padding: 10px 20px !important;
  color: #fff;
  font-size: 14px !important;
  background: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 10px !important;
  text-align: center;
  max-width: 415px;
  cursor: pointer;
  display: block;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.prod_info_price .product_type_variable:hover,
.prod_info_price .product_type_variable:focus,
.prod_info_price .product_type_simple:hover,
.prod_info_price .product_type_simple:focus {
  border: 1px solid #fff;
  color: #000;
  background: #fff !important;
  text-decoration: none;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
  border: 1px solid #000 !important;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background-color: #000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 10px !important;
  margin: 0 0 2px;
  display: inline-block;
}

.xoo-wsch-text {
  font-size: 18px !important;
  font-weight: 700;
}

.xoo-wscb-icon {
  font-size: 30px !important;
}

.xoo-wscb-count {
  font-size: 14px !important;
  height: 30px !important;
  line-height: 38px !important;
}

span.xoo-wsc-footer-txt {
  font-size: 14px !important;
  line-height: 14px !important;
  margin: 0px auto 12px !important;
}

.xoo-wsc-btn .amount {
  font-size: 14px !important;
}

.xoo-wsc-product {
  padding: 10px 15px;
  margin: 10px 10px !important;
}

.xoo-wsc-qty-price {
  font-size: 14px !important;
}

.xoo-wsc-qty-price span.amount {
  font-size: 14px !important;
}

.xoo-wsc-btn .amount {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.woocommerce div.product form.cart .variations {
  margin: 0 0 25px !important;
}

.is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: 1px solid #444 !important;
}
.is-large.wc-block-cart .wc-block-cart-items td {
  border-top: 1px solid #444 !important;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
  border-top: 1px solid #444 !important;
}
.wp-block-woocommerce-cart-order-summary-totals-block
  .wc-block-components-totals-wrapper {
  border: 0 !important;
}
.wc-block-cart__submit-button {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background: none;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  transition: all 0.3s !important;
  text-decoration: none;
  border-radius: 10px;
  margin: 20px 15px 0 0;
  display: inline-block;
  outline: none;
}

.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  text-decoration: none;
}

.wc-block-cart__submit-container {
  margin: 50px 0 0;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 14px !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 14px !important;
}
.wc-block-components-quantity-selector
  input.wc-block-components-quantity-selector__input {
  border: 1px solid #444 !important;
  font-weight: 400 !important;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--plus {
  border: 1px solid #444 !important;
}
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:disabled {
  border: 1px solid #444 !important;
}

.section.sec_single_product .wrapper {
  min-height: calc(100vh - 80px);
  display: block;
  position: relative;
  padding: 180px 15px 50px !important;
}

.tfn_product_gallery,
.tfn_product_gallery_thumbnails {
  border-radius: 10px;
  overflow: hidden;
}

.tfn_product_gallery_thumbnails {
  margin: 20px 0 0;
}

.tfn_product_gallery_item {
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}

.tfn_product_gallery_item img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.slick-prev.tfn_prev {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 50px;
  height: 50px;
  color: #fff;
  z-index: 9999;
  transform: translateY(-50%);
  cursor: pointer;
}

.slick-next.tfn_next {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 50px;
  height: 50px;
  color: #fff;
  z-index: 9999;
  transform: translateY(-50%);
  cursor: pointer;
}

.tfn_prev > i,
.tfn_next > i {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.tfn_product_gallery_thumbnails {
  position: relative;
  width: auto;
  display: block;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.tfn_product_gallery_col:hover .tfn_product_gallery_thumbnails {
  opacity: 1;
}

.wc-block-components-title.wc-block-components-title {
  font-size: 16px !important;
  text-transform: uppercase;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  margin: 0 !important;
  padding: 10px 10px !important;
  border-radius: 10px !important;
  border: none;
  outline: none !important;
  border: 1px solid #444 !important;
  background: none !important;
  color: #fff !important;
  line-height: 24px !important;
}

.wc-block-components-textarea {
  margin: 0 !important;
  padding: 10px 10px !important;
  border-radius: 10px !important;
  border: none;
  outline: none !important;
  border: 1px solid #444 !important;
  background: none !important;
  color: #fff !important;
  line-height: 24px !important;
}

.wc-block-checkout__add-note .wc-block-components-checkbox {
  margin-bottom: 15px !important;
}

.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="email"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="tel"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="text"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="url"],
.wc-block-components-text-input.is-active input[type="email"],
.wc-block-components-text-input.is-active input[type="number"],
.wc-block-components-text-input.is-active input[type="tel"],
.wc-block-components-text-input.is-active input[type="text"],
.wc-block-components-text-input.is-active input[type="url"] {
  padding: 17px 7px 3px !important;
}

.wc-block-components-title.wc-block-components-title {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: #fff !important;
  line-height: 16px !important;
}

.wc-block-components-form
  .wc-block-components-text-input
  input:autofill
  + label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:autofill + label,
.wc-block-components-text-input.is-active label {
  transform: translate(0px, 7px) scale(0.6) !important;
}

.wc-block-components-combobox.is-active
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-combobox:focus-within
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-form
  .wc-block-components-combobox.is-active
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-form
  .wc-block-components-combobox:focus-within
  .wc-block-components-combobox-control
  label.components-base-control__label {
  transform: translate(0px, 9px) scale(0.6) !important;
}

.woocommerce .sec_single_product .quantity .qty {
  height: 43px;
  border-radius: 10px;
  border: none;
}

.woocommerce .sec_single_product .quantity .qty:focus {
  outline: none !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb {
  font-size: 14px !important;
  color: #bbb !important;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 20px !important;
}

.woocommerce div.product .product_title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 45px !important;
  font-family: nexa;
  letter-spacing: -6px;
  word-spacing: 6px;
  line-height: 49px !important;
}

.tfn_product_extra_info {
  margin-bottom: 20px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: auto !important;
  width: 100% !important;
  clear: none;
}

.woocommerce-product-details__short-description {
  margin: 0 0 30px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: auto !important;
  width: 100% !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: #bbb !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  margin: 25px 0 10px !important;
}

.woocommerce-product-details__short-description {
  font-size: 15px;
}

.size_chart_link > img {
  margin: 0 10px 0 0 !important;
  height: 25px !important;
  vertical-align: bottom !important;
}

.yay-currency-single-page-switcher {
  margin-bottom: 30px !important;
}

.preorder-ship {
  color: #cea231;
}

.size_caution {
  font-size: 14px;
  line-height: 21px !important;
  display: inline-block;
  color: #bbb;
}

div.custom_option {
  display: none;
  border: 1px solid #fff;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 10px;
  font-size: 14px;
  line-height: 29px;
  min-width: 40px;
  text-align: center;
  height: 30px;
  background-size: cover;
  background-position: center;
}

.tfn_attrib_img {
  height: 30px !important;
}

div.custom_option.is-visible {
  display: inline-block;
}

div.custom_option.on {
  background-color: #cea231;
  color: #000;
  border: 1px solid #cea231;
}

.woocommerce div.product form.cart table td {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
}

.reset_variations {
  height: 30px;
  display: inline-block;
}

.reset_variations:hover,
.reset_variations:focus {
  color: #cea231;
  text-decoration: none !important;
}

.select_option_image {
  display: inline-block;
  border: none !important;
  padding: 0 !important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: baseline !important;
}

.woocommerce div.product form.cart .variations th.label {
  width: 100px !important;
}

.woocommerce div.product form.cart .variations label {
  width: 150px !important;
}

.select_box_image.select_box.attribute_pa_vinyl-color {
  float: left;
}

.select_option_image .yith_wccl_value {
  border: 1px solid #fff !important;
}

.woocommerce a.added_to_cart {
  display: none !important;
}

.woocommerce div.product form.cart .button {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 10px;
  margin: 0 15px 0 0;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 21px;
}

.woocommerce div.product form.cart .button::after {
  border: none;
  color: #fff;
  background: none !important;
  text-decoration: none;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus {
  color: #fff;
  background: #000;
}

.wc-block-components-totals-coupon__button {
  height: 46px !important;
  padding: 0 24px !important;
  line-height: 40px;
  border: none;
  border-radius: 10px;
  min-height: 30px !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
  margin: 30px 0 0;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 25px !important;
  letter-spacing: -3px !important;
  word-spacing: 4px !important;
  border-bottom: 1px solid #444 !important;
  line-height: 30px !important;
  padding-bottom: 15px !important;
}

.is-large.wc-block-cart .wc-block-cart-items th {
  font-size: 25px !important;
  letter-spacing: -3px !important;
  word-spacing: 4px !important;
  line-height: 30px !important;
  padding-bottom: 15px !important;
}

.wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-components-totals-coupon__form
  .wc-block-components-text-input.wc-block-components-address-form__email {
  margin-top: 0px !important;
}

.wc-block-components-address-form__address_2-toggle {
  display: none !important;
}

.wc-block-components-totals-wrapper {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.wc-block-components-title.wc-block-components-title {
  font-size: 25px !important;
  letter-spacing: -3px !important;
  word-spacing: 4px !important;
  line-height: 30px !important;
  font-weight: 600;
  margin-bottom: 15px !important;
}

.wc-block-components-country-input {
  margin-bottom: 0px !important;
}

.wc-block-components-combobox
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  label.components-base-control__label {
  color: #fff !important;
  font-size: 16px !important;
}

.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input[aria-expanded="true"] {
  background: none !important;
  box-shadow: 0 0 0 1px #222 !important;
  color: #fff !important;
  border-radius: 10px !important;
}

.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input {
  background: none !important;
  border: 1px solid #444 !important;
  color: #fff !important;
  border-radius: 10px !important;
}

.wc-block-components-checkout-step__description {
  margin: 0 0 15px !important;
}

.wc-block-checkout__terms {
  margin: 0 0 20px;
  padding: 0 !important;
}

.wc-bacs-bank-details-heading {
  font-weight: 600;
  font-size: 25px !important;
  font-family: nexa;
  letter-spacing: -3px;
  word-spacing: 4px;
  text-transform: uppercase !important;
}

.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 400;
  font-size: 16px !important;
  font-family: nexa;
  letter-spacing: normal;
  word-spacing: 4px;
}

.woocommerce-order-details__title {
  font-weight: 600;
  font-size: 25px !important;
  font-family: nexa;
  letter-spacing: -3px;
  word-spacing: 4px;
  text-transform: uppercase !important;
}

.woocommerce-column__title {
  font-weight: 600;
  font-size: 25px !important;
  font-family: nexa;
  letter-spacing: -3px;
  word-spacing: 4px;
  text-transform: uppercase !important;
  line-height: 30px !important;
}

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

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

.woocommerce table.shop_table td {
  border-top: 1px solid #444 !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid #444 !important;
}

.woocommerce ul.order_details li {
  border-right: 1px solid #444 !important;
}

.wc-block-components-totals-shipping__change-address__link {
  color: #fff !important;
}

.xoo-wsc-body,
.xoo-wsc-body span.amount,
.xoo-wsc-body a {
  line-height: 16px !important;
}

.wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1px #222 !important;
}

.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input {
  border-radius: 10px;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  border-top: 1px solid #444 !important;
  padding: 20px 0 20px 15px !important;
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
  padding-right: 15px !important;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.wc-block-checkout__payment-method
  .wc-block-components-radio-control.disable-radio-control
  .wc-block-components-radio-control__option {
  padding-left: 15px !important;
}

.wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 10px !important;
}

.wc-block-components-radio-control-accordion-content {
  padding: 15px !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
  margin: 0 0 60px !important;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
  padding: 15px 15px 15px 55px !important;
}

.wc-block-components-button:not(.is-link),
.wc-block-components-checkout-place-order-button {
  border: 1px solid #fff;
  padding: 10px 20px !important;
  color: #fff;
  font-size: 14px;
  background: none;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  transition: all 0.3s !important;
  text-decoration: none;
  border-radius: 10px;
  margin: 20px 0 0;
  display: inline-block;
  outline: none;
  font-family: nexa, Roboto, Arial, sans-serif;
}

.wc-block-components-button:not(.is-link):hover,
.wc-block-components-button:not(.is-link):focus,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  text-decoration: none;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: none !important;
  outline: none !important;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #444 !important;
  border-radius: 10px !important;
}

.wc-block-components-totals-wrapper {
  border-top: 1px solid #444 !important;
  padding: 15px 0 !important;
}

.wc-block-components-totals-wrapper:empty {
  border: none !important;
  padding: 0 !important;
}

.edit-post-visual-editor
  .editor-block-list__block
  .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  font-size: 18px !important;
  line-height: 24px !important;
  color: #fff !important;
  margin: 20px 0 5px !important;
  height: 48px !important;
  font-weight: 400 !important;
  display: -webkit-flex;
  display: flex !important;
  -webkit-flex-direction: column !important;
  flex-direction: column;
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
  -webkit-align-items: center !important;
  align-items: center !important;
}

.wc-block-grid__product .wc-block-grid__product-price {
  font-size: 18px;
  line-height: 43px;
  color: #fff;
  margin: 0 !important;
}

.wc-block-grid__product
  .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
  margin: 20px 0 5px !important;
}

#geowidget_show_map.geowidget_show_map {
  border: 1px solid #fff !important;
  padding: 10px 20px !important;
  color: #fff;
  font-size: 14px !important;
  line-height: 21px !important;
  background: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  border-radius: 10px !important;
  width: auto;
  margin: 30px auto 0;
  min-width: 100px !important;
  box-shadow: none !important;
  cursor: pointer;
}

#geowidget_show_map.geowidget_show_map:hover,
#geowidget_show_map.geowidget_show_map:focus {
  border: 1px solid #fff;
  color: #000 !important;
  background: #fff !important;
  text-decoration: none !important;
  outline: none !important;
}

#apaczka_selected_point_data {
  border: 1px solid #444 !important;
  border-radius: 10px !important;
  padding: 15px !important;
  background: none !important;
  margin: 30px auto 0;
}

.apaczka-woocommerce-checkout-block-alert {
  text-align: center;
}

.apaczka-woocommerce-checkout-block-alert > span {
  font-size: 18px !important;
}

/* Old */

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

.woocommerce ul#shipping_method li label {
  display: inline;
  font-weight: 500;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  border: 1px solid #fff;
  padding: 10px 20px !important;
  color: #fff !important;
  font-size: 14px !important;
  background: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 10px !important;
  margin: 50px auto 0px !important;
  display: inline-block;
  line-height: 21px !important;
  float: none !important;
  display: inherit;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:focus {
  border: 1px solid #fff !important;
  color: #000 !important;
  background: #fff !important;
  text-decoration: none;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #cea231 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  border-radius: 10px !important;
  background-color: #cea231 !important;
  color: #000 !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 10px 10px !important;
  background: none !important;
  margin: 0 0 15px;
  border-radius: 10px !important;
  outline: none !important;
  border: 1px solid #444 !important;
  background: none;
  color: #fff !important;
  font-family: nexa, Roboto, Arial, sans-serif;
}

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

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  margin: 0 0 15px;
  padding: 10px;
  border-radius: 10px !important;
  outline: none !important;
  border: 1px solid #444;
  background: none;
  color: #fff;
  font-family: nexa, Roboto, Arial, sans-serif;
  background: none !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  margin: 0 0 15px;
  padding: 10px;
  border-radius: 10px;
  border: none;
  outline: none !important;
  border: 1px solid #444;
  background: none;
  color: #fff;
  font-family: nexa, Roboto, Arial, sans-serif;
}

.woocommerce-billing-fields h3,
.woocommerce-checkout h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px !important;
  font-family: nexa;
  letter-spacing: -4px;
  word-spacing: 4px;
  margin-bottom: 5px;
  line-height: 57px !important;
}

#order_review_heading {
  margin-top: 50px;
}

.select2-container--default .select2-selection--single {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #444 !important;
  border-radius: 10px !important;
  color: #fff;
}

.select2-container .select2-selection--single {
  height: 42px !important;
}

.select2-dropdown {
  background-color: #fff !important;
  border: 1px solid #444 !important;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  color: #000;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff !important;
  line-height: 42px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
  color: #000 !important;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #ddd !important;
  color: #000 !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #cea231 !important;
  color: #000 !important;
}

.paypal-button-container {
  min-width: 500px !important;
  max-width: 100% !important;
}

.woocommerce-shipping-fields__field-wrapper > p,
.woocommerce-billing-fields__field-wrapper > p {
  width: calc(33% - 20px) !important;
  float: left !important;
  clear: none !important;
}

#shipping_last_name_field,
#shipping_address_1_field,
#billing_last_name_field,
#billing_address_1_field,
#billing_phone_field {
  margin: 0 30px !important;
}

#ship-to-different-address {
  margin-top: 50px;
}

.woocommerce-shipping-fields__field-wrapper > p:nth-child(4n),
.woocommerce-billing-fields__field-wrapper > p:nth-child(4n) {
  clear: left !important;
}

.button.alt.geowidget_show_map,
#geowidget_show_map {
  border: 1px solid #fff !important;
  padding: 10px 20px !important;
  color: #fff !important;
  font-size: 14px;
  background: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 10px !important;
  margin: 20px auto !important;
  display: inline-block !important;
  font-family: nexa, Roboto, Arial, sans-serif !important;
  font-size: 12px !important;
}

.button.alt.geowidget_show_map:hover,
#geowidget_show_map:hover,
.button.alt.geowidget_show_map:focus,
#geowidget_show_map:focus {
  border: 1px solid #fff;
  color: #000 !important;
  background: #fff !important;
  text-decoration: none;
}

.woocommerce-checkout-review-order-table {
  border-radius: 10px !important;
  outline: none !important;
  border: 1px solid #444 !important;
}

/* --- */

/* Size charts */

.size_howto {
  margin: 80px auto;
}

.size_section .wrapper {
  max-width: 1000px;
  margin-bottom: 50px;
}

.size_chart_img {
  width: 100%;
}

.size_table_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #444;
  padding: 5px 0;
}

.size_disclaimer {
  font-size: 13px;
  margin: 20px 0 0;
}

.size_table_heading > div {
  font-weight: 700;
  color: #cea231;
}

.size_table_row > div {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}

.size_table_row > div:first-child {
  text-align: left;
}

/* --- */

/* Page */

.section.page_cover {
  height: auto;
  position: relative;
  text-align: center;
}

.section.page_cover .wrapper {
  min-height: calc(80vh - 100px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 100px 15px 0px !important;
}

/* Music */

.section.page .wrapper {
  min-height: 50vh;
  padding: 0px 15px 100px !important;
}

.section.page:last-of-type .wrapper:last-of-type {
  padding: 0px 15px 50px !important;
}

.spotify_music_link {
  color: #fff;
  text-align: center;
  display: block;
}
/* --- */

/* Video */

.video_cover {
  width: 100%;
  border: 1px solid #444;
}
.video_popup.intro_video {
  height: 284px;
  width: auto;
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
}

.video_label {
  margin: 0 0 30px;
}

.section.page_video .wrapper {
  min-height: 50vh;
  padding: 0 15px 50px !important;
}

/* --- */

/* Press Kit */

.press_section {
  margin-bottom: 50px;
}

.press_section > .wrapper > .row {
  justify-content: center;
}

.page_presskit_det .tfn_button {
  margin: 0 15px 30px 0;
}

.page_presskit .tfn_button {
  margin: 0 0 50px;
}

.page_presskit_contact .wrapper {
  padding: 50px 15px;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
}

.press_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 30px 0 30px;
  border-bottom: 1px solid #444;
  margin: 0 auto;
  position: relative;
}

.press_date_time {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  width: 20%;
  height: 48px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.press_title {
  height: 48px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  width: 40%;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 20px;
}

.press_action {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: right;
  width: 40%;
  line-height: 48px;
}

.press_download_button {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 10px;
  margin-left: 15px;
}

.press_download_button:hover,
.press_download_button:focus {
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  text-decoration: none;
}

/* --- */

/* Contact */

.section.page_contact .wrapper {
  min-height: 50vh;
  padding: 80px 15px 50px !important;
}

.contact_box {
  text-align: center;
}

.sec_subtitle {
  color: #bbb;
  font-weight: 400;
  font-size: 18px !important;
  margin: 0 0 80px;
}

.contact_name {
  font-size: 18px;
  margin: 10px 0 30px;
  font-weight: 800;
}

.contact_det {
  margin: 0 0 20px;
  color: #bbb;
}

.contact_label {
  color: #fff;
}

/* --- */

/* Error 404 */

.section.page_cover.page_404 .wrapper {
  min-height: calc(100vh - 100px);
}

.button_404 {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 10px;
  margin: 20px 15px 0 0;
  display: inline-block;
}

.button_404:hover,
.button_404:focus {
  border: 1px solid #fff;
  color: #000;
  background: #fff !important;
  text-decoration: none;
}

/* --- */

nav-footer {
  margin: 0 0 50px;
}

.footer_menu_row {
  border-bottom: 1px solid #444;
}

.site-footer {
  margin: 100px 0 0;
  padding: 30px 0 25px;
  min-height: 100px;
}

#footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
}

#footer-menu li {
  display: inline-block;
}

#footer-menu li a {
  font-size: 16px;
  line-height: 16px;
  margin: 0 20px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  text-decoration: none;
}

#footer-menu li a:hover,
#footer-menu li a:focus {
  color: #cea231;
}

#footer-menu > ul > li > ul {
  display: none;
}

.copyright {
  margin: 25px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #bbb;
}

.wa_logo {
  height: 20px !important;
}

.footer_links {
  float: right;
  margin: 25px 0 0;
  height: 25px;
}

.footer_links a {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
}

.footer_links a.foot_link {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #bbb;
  margin-left: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

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

/* Home Pre */

.section.home_pre {
  height: 100vh;
  background: rgb(34, 34, 34);
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.home_pre_cont {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.section.home_pre .wrapper {
  min-height: calc(100vh - 80px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 80px 15px 0px !important;
}

.page-template-homepage_pre .site-footer {
  margin: 0;
}

.home_pre .cover_buttons_bot .cover_button {
  margin: 30px 10px 50px;
  background-color: #000;
  background-image: url("assets/images/black_bg.jpg");
}

.home_bg {
  position: absolute;
  width: 110vw;
  height: auto;
  top: -20vh;
  left: -5vw;
}

.prebg_front {
  position: absolute;
  width: 110vw;
  height: auto;
  top: -20vh;
  left: -5vw;
}

/* --- */

@media screen and (max-width: 1560px) {
  .slider_cont {
    width: 100%;
  }
  .video-bg {
    height: 100%;
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .site-hamburger {
    display: none;
  }
}

.site-hamburger #nav-icon3 {
  z-index: 99999;
}

.site-hamburger #nav-icon3 span {
  background: #fff !important;
}

.site-hamburger #nav-icon3.open span {
  background: #fff !important;
}

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

.wpcf7-text,
.wpcf7-textarea {
  margin: 0 0 15px;
  padding: 10px;
  border-radius: 10px;
  border: none;
  outline: none !important;
  border: 1px solid #444;
  background: none;
  color: #fff;
  font-family: nexa, Roboto, Arial, sans-serif;
}

.wpcf7-textarea {
  max-height: 232px;
}

.wpcf7-submit {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 10px;
  width: auto;
  margin: 30px 0 0;
  min-width: 100px;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  text-decoration: none !important;
  outline: none !important;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute !important;
}

.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;
}

.form_zgoda {
  max-width: calc(100% - 25px);
  line-height: 16px !important;
  display: inline-block;
  position: relative;
  left: 10px;
  font-size: 10px;
  top: 0px;
  margin: 0px 0;
  color: #bbb;
  padding: 4px 0 0;
}

.zgoda_cont {
  position: relative;
  display: flex;
  width: 100%;
  margin: 10px 0 0;
}

.zgoda,
.zgoda2 {
  margin: 10px 0;
  width: auto !important;
  vertical-align: top;
}

.lb-details {
  display: none;
}

/* IR */

.page-template-press_instant_rewards .site-header .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

.page-template-press_instant_rewards .site-branding {
  pointer-events: none !important;
}

.page-template-press_instant_rewards .section.page_cover .wrapper {
  min-height: calc(100vh - 165px);
  padding: 165px 15px 0 !important;
}
.page-template-press_instant_rewards .main-navigation,
.page-template-press_instant_rewards .footer_menu_row,
.page-template-press_instant_rewards .footer_links {
  display: none;
}

.page-template-press_instant_rewards .site-footer .col-lg-6 {
  right: 25% !important;
  text-align: center;
}

.page-template-press_instant_rewards .site-footer {
  margin: 0 !important;
  padding: 0px 0 25px !important;
}

.ir_cover {
  width: 100%;
  margin: 50px 0;
  max-width: 500px;
}

.page-template-press_instant_rewards .site-header {
  transform: none !important;
  position: absolute !important;
  padding: 50px 0 !important;
}

.page-template-press_instant_rewards .press_section {
  margin-bottom: 0px;
}

/* --- */

@media screen and (max-width: 990px) {
  .prod_box {
    max-width: 50%;
    float: left;
  }

  .prod_section_joined,
  .shop_row {
    display: block;
  }

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

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

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

  body.menu_opened {
    overflow: hidden !important;
  }

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

  .main-navigation {
    z-index: 9999;
    background-color: #000 !important;
    background-image: url("assets/images/black_bg.jpg");
    background-repeat: repeat;
    background-size: auto;
    color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

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

  .site-header .wrapper .main-navigation ul li a {
    color: #fff !important;
    margin: 0px;
  }

  .site-header .wrapper .main-navigation ul li {
    display: block !important;
    text-align: center;
    padding: 7px 0 !important;
  }

  .site-header .wrapper .main-navigation ul li.menu-item-has-children {
    padding: 7px 0 0 !important;
  }

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

  .site-header .wrapper .main-navigation ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 1s !important;
    -o-transition: all 1s !important;
    -moz-transition: all 1s !important;
    transition: all 1s !important;
    position: relative !important;
    transform: none !important;
    filter: none !important;
    padding: 0 !important;
    top: 0 !important;
    left: 0 !important;
    margin: 10px 0 0 !important;
  }

  .site-header .wrapper .main-navigation ul li ul li {
    margin: 0px;
    text-align: center;
    width: 100%;
  }

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

  .site-header .wrapper .main-navigation ul li ul li:last-child {
    padding: 7px 0 10px !important;
  }

  .site-header
    .wrapper
    .main-navigation
    li.menu-item-has-children:hover
    ul.sub-menu {
    max-height: 500px;
    margin: 7px 0 0 !important;
  }

  .video-bg {
    height: 100%;
    width: auto;
  }

  .slider_cont {
    height: 100%;
    width: 100%;
  }

  .slider_1_cont .slider_line3 {
    font-size: 22px !important;
    line-height: 26px;
    letter-spacing: -3px;
    width: 75%;
  }

  .slider_1_cont .slider_line1 {
    font-size: 20px;
    line-height: 30px;
    margin: 40px 0 0;
  }

  .slider_2_cont .slider_line2 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 0;
  }

  .slider_1_cont .slider_line2 {
    font-size: 25px;
    line-height: 35px;
  }

  .slider_cont.slider_2_cont {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .slider_bundle {
    margin-top: 30px;
    height: 150px;
  }

  .slider_cont_half {
    margin: 0;
  }

  .slider_cont_half:nth-child(2) {
    margin: 0;
  }

  .slider_2_cont .slider_line1,
  .slider_2_cont .slider_line3 {
    font-size: 22px !important;
    letter-spacing: -3px;
    line-height: 26px;
    margin: 0;
  }

  .infinity {
    height: 30px;
  }

  .slick-prev.tfn_prev {
    width: 30px;
  }

  .slick-next.tfn_next {
    width: 30px;
  }

  .tfn_prev > i,
  .tfn_next > i {
    width: 30px;
  }
}

@media screen and (max-width: 480px) {
  .site-header .wrapper .site-branding a img {
    width: 70px;
  }

  .cover_text_content {
    text-align: center;
    display: block;
  }

  #cover_render {
    width: 80%;
    margin: 0 auto;
  }

  .content_cover {
    width: auto;
    max-width: none;
  }

  .cover_small {
    text-align: center;
  }

  .cover_big {
    font-size: 40px;
    line-height: 48px;
    margin: 20px 0 5px 0;
    display: block;
    text-align: center;
  }

  .cover_buttons {
    margin: 15px 0 0;
  }

  .cover_button {
    margin: 20px 0 0;
  }

  .cover_buttons_bot .cover_button {
    margin: 20px 10px 0;
  }

  .social-icons {
    margin: 45px 0 30px;
  }

  .sec_title {
    font-size: 40px !important;
  }

  .tour_row,
  .press_row {
    display: block;
  }

  .tour_row > div,
  .press_row > div {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0 0 10px;
    height: auto;
  }

  .tour_club {
    padding: 20px 0 0 !important;
  }

  .tour_city_country {
    padding: 0 0 20px !important;
  }

  .site-footer {
    margin: 20px 0 0;
    padding: 30px 0 25px;
  }

  #footer-menu li {
    display: block;
    margin: 0 0 25px;
  }

  .footer_links {
    float: none;
    margin: 25px 0;
    height: auto;
    text-align: center;
  }

  .footer_links a.foot_link {
    margin: 0 0 15px;
    display: block;
  }

  .copyright {
    margin: 0;
    font-size: 12px;
    text-align: center;
  }

  .video_popup.intro_video {
    height: auto;
  }

  .page_presskit_det {
    text-align: center;
  }

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

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

  .page_presskit_det .tfn_button {
    margin: 0 10px 20px 10px;
  }

  .press_download_button {
    padding: 10px 20px;
    margin: 0 0 20px;
    display: block;
    line-height: 21px;
  }

  .press_title {
    margin-bottom: 20px;
  }

  .contact_box {
    margin: 0 0 80px;
  }

  .form_zgoda {
    max-width: calc(100% - 40px);
  }

  .home_bg {
    position: absolute;
    width: auto;
    height: 110vh;
    top: -5vh;
    left: 0;
    transform: translate(0, 0) !important;
  }

  .home_pre .social-icons {
    margin: 30px 0 30px;
  }

  .home_pre_cont {
    position: absolute;
    width: auto;
    height: 100vh;
    overflow: hidden;
    aspect-ratio: 3050/2029;
    transform: translateX(-30%);
  }

  .prebg_front {
    position: absolute;
    width: auto;
    height: 80vh;
    top: 20vh;
    left: 0;
    transform: translate(0, 0) !important;
  }

  .home_pre_cont > img:nth-child(2) {
    left: -19vw;
  }
  .home_pre_cont > img:nth-child(4) {
    left: 3vw;
    height: 75vh;
    top: 25vh;
  }

  .woocommerce div.product .product_title {
    margin-top: 30px !important;
    font-size: 40px !important;
    line-height: 40px !important;
  }

  .woocommerce div.product form.cart .variations th.label {
    width: 100% !important;
    display: block;
  }

  .single_add_to_cart_button,
  .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    width: 100%;
    margin: 0;
  }

  .woocommerce-simple-add-to-cart,
  .woocommerce-variation-add-to-cart {
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .woocommerce-shipping-fields__field-wrapper > p,
  .woocommerce-billing-fields__field-wrapper > p {
    width: 100% !important;
    clear: left !important;
  }

  #shipping_last_name_field,
  #shipping_address_1_field,
  #billing_last_name_field,
  #billing_address_1_field,
  #billing_phone_field {
    margin: 0px !important;
  }

  .woocommerce-billing-fields h3,
  .woocommerce-checkout h3 {
    text-align: center;
    line-height: 30px !important;
    margin: 58px 0 13px !important;
  }

  .curr_switch {
    position: relative;
  }

  .prod_box {
    max-width: 100%;
  }
}
