@charset "UTF-8";
html {
  --color-primary: #fe4821;
  --color-secondary: #5d636b;
  --color-grey: #474e57;
  --color-black: #000000;
  --color-white-abs: #ffffff;
  --color-news-block: #000000;
  --color-white: #eff3f8;
  --color-blue: #4d49ff;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Bai Jamjuree", sans-serif;
  --color-link: #fff;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: var(--color-primary);
  text-decoration: none;
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h3 {
  font-size: 22px;
  line-height: 28px;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type=button],
input[type=reset] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type=search] {
  -webkit-appearance: none;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

@font-face {
  font-family: "star";
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
main.page-main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 65px;
}
main.page-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

body {
  background: #ffffff;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: var(--color-white);
}
body * {
  box-sizing: border-box;
}

.section-wrap, .page-container--space-top {
  margin-top: 80px;
   margin-bottom: 80px;
}
.section-wrap--space-bottom {
  margin-bottom: 80px;
}

.wrapper {
  display: flex;
  justify-content: center;
}

.container {
  width: 1170px;
}
@media only screen and (max-width: 1280px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 90%;
    overflow: hidden;
  }
}
.container--flex {
  display: flex;
}

.site-title,
.site-logo,
.site-description {
  margin: 0;
  line-height: unset;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

h1 {
  font-weight: 900;
  font-size: 5.375rem;
  line-height: 103.5%;
  font-family: var(--font-primary);
  color: #ffffff;
  margin: 0 0 20px;
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 103.5%;
  margin: 0;
}

h4 {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 141.5%;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 1rem;
  }
}

.page-container {
  display: grid;
  grid-template-columns: 1170px;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .page-container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .page-container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 991px) {
  .page-container {
    overflow: hidden;
  }
}
.page-container--bg-white {
  background-color: var(--color-white-abs);
}
.page-container--bg-black {
  background-color: var(--color-black);
}
.page-container--bg-black-white {
  background: linear-gradient(to bottom, var(--color-black) 50%, var(--color-white-abs) 50% 100%);
}
.page-container--bg-orange-image {
  background: url("../images/tournament/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 660px) {
  .page-container--bg-orange-image {
    background: var(--color-white-abs);
  }
}

.header {
  --border-color: #2f3339;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  grid-gap: 60px;
  background-color: #000;
  width: 100%;
  height: 84px;
}
.header__container {
  display: flex;
  grid-gap: 25px;
}
@media only screen and (min-width: 1280px) {
  .header__container {
    grid-gap: 60px;
  }
}
.header .custom-logo {
  max-width: 174px;
  height: auto;
}
.header__titles {
  display: flex;
  align-items: center;
  grid-gap: 26px;
}
.header__cta-block {
  align-items: center;
  grid-gap: 16px;
  margin-left: auto;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__cta-block {
    display: flex;
  }
}
.header__cta-block .btn {
  height: 40px;
  min-height: 40px;
}
.header__cta-block-text {
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: right;
  font-weight: 600;
  line-height: 0.9375rem;
}
.header__cta-block-text span {
  line-height: 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  display: block;
  color: var(--color-link);
}
@media only screen and (max-width: 480px) {
  .header .sponsor {
    width: 98px;
  }
}
@media only screen and (max-width: 480px) {
  .header .custom-logo {
    max-width: 116px;
  }
}

.header-navigation-wrapper {
  display: none;
}
@media only screen and (min-width: 991px) {
  .header-navigation-wrapper {
    align-items: center;
    display: flex;
  }
}

.primary-menu-wrapper {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .primary-menu-wrapper {
    display: block;
    width: 100%;
  }
}

.primary-menu {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
  grid-gap: 20px;
  /* SUB MENU */
  /* DEEP DOWN */
}
.primary-menu .icon {
  display: block;
  height: 0.7rem;
  position: absolute;
  pointer-events: none;
  transform: rotate(-45deg);
  width: 1.3rem;
}
.primary-menu .icon::before,
.primary-menu .icon::after {
  content: "";
  display: block;
  background-color: currentColor;
  position: absolute;
  bottom: calc(50% - 0.1rem);
  left: 0;
}
.primary-menu .icon::before {
  height: 0.9rem;
  width: 0.2rem;
}
.primary-menu .icon::after {
  height: 0.2rem;
  width: 0.9rem;
}
.primary-menu li {
  font-size: inherit;
  line-height: 1.25;
  position: relative;
  z-index: 5;
}
.primary-menu > li.menu-item-has-children span {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.primary-menu > li > .icon {
  right: -0.5rem;
  top: calc(50% - 0.4rem);
}
.primary-menu a {
  color: inherit;
  display: block;
  text-decoration: none;
  line-height: 1.2;
  word-break: normal;
  word-wrap: normal;
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
}
.primary-menu a:hover {
  opacity: 0.7;
}
.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
  text-decoration: none;
}
.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
  text-decoration: none;
}
.primary-menu ul {
  background: var(--color-primary);
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  opacity: 0;
  padding: 1rem 0;
  position: absolute;
  right: 9999rem;
  top: calc(100% + 2.5rem);
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transform: translateY(0.6rem);
  width: 20rem;
  z-index: 1;
}
.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
  right: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu ul::before,
.primary-menu ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
}
.primary-menu ul::before {
  height: 2.5rem;
  left: 0;
  right: 0;
}
.primary-menu ul::after {
  border: 0.8rem solid transparent;
  border-bottom-color: var(--color-primary);
  right: 1.8rem;
}
.primary-menu ul a {
  background: transparent;
  border: none;
  color: inherit;
  display: block;
  padding: 0.75rem 1.5rem;
  transition: background-color 0.15s linear;
  width: 100%;
}
.primary-menu ul li.menu-item-has-children > a {
  padding-right: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
}
.primary-menu ul ul {
  top: -1rem;
}
.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
  right: calc(100% + 2rem);
}
.primary-menu ul ul::before {
  bottom: 0;
  height: auto;
  left: auto;
  right: -2rem;
  top: 0;
  width: 2rem;
}
.primary-menu ul ul::after {
  border-bottom-color: transparent;
  /*rtl:ignore*/
  border-left-color: var(--color-primary);
  bottom: auto;
  right: -1.6rem;
  top: 2rem;
}
.primary-menu .rtl ul ul::after {
  transform: rotate(180deg);
}

/* Main Menu --------------------------------- */
.modal-menu {
  padding: 0;
}
.modal-menu .sub-menu.active {
  display: block;
}
.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%;
}
.modal-menu ul li {
  border-left-width: 1rem;
}
.modal-menu ul li a {
  color: inherit;
  font-weight: 500;
}
.modal-menu li {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0;
}
.modal-menu > li > a,
.modal-menu li > .ancestor-wrapper > a {
  font-size: 1.625rem;
  font-weight: 700;
  font-family: var(--font-secondary);
}
.modal-menu > li:last-child {
  border-bottom-width: 0.1rem;
}
.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal-menu a {
  display: block;
  padding: 2rem 2.5rem;
  text-decoration: none;
  width: 100%;
}

.menu-top {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}

button.close-nav-toggle {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  justify-content: flex-end;
  padding: 3.1rem 0;
  width: 100%;
  background: unset;
  border: 0;
  color: #FFF;
}
button.close-nav-toggle span {
  margin-right: 10px;
}
button.close-nav-toggle svg {
  height: 1.2rem;
  width: 1.2rem;
}

button.sub-menu-toggle {
  background-color: unset;
  border: 0;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 2.5rem;
}
button.sub-menu-toggle svg {
  height: 0.9rem;
  transition: transform 0.15s linear;
  width: 1.5rem;
}
button.sub-menu-toggle.active svg {
  transform: rotate(180deg);
}

.mobile-menu-toggle {
  display: flex;
  vertical-align: middle;
  align-items: center;
  border: 0;
  margin-left: auto;
  background-color: unset;
  color: var(--color-white);
}
@media only screen and (min-width: 991px) {
  .mobile-menu-toggle {
    display: none;
  }
}

footer {
  margin-top: 80px;
}
footer .footer {
  width: 100%;
}
footer .footer__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
footer .footer__top .site-logo {
  margin-top: 53px;
}
@media only screen and (max-width: 767px) {
  footer .footer__top .site-logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__top {
    align-items: center;
  }
}
footer .footer__center {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  footer .footer__center {
    flex-direction: column;
  }
}
footer .footer__center-left {
  display: flex;
  flex-direction: column;
  max-width: 610px;
}
footer .footer__center-left > p {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 37px;
  margin: 0;
  margin-bottom: 33px;
}
@media only screen and (max-width: 480px) {
  footer .footer__center-left > p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px;
  }
}
footer .footer__center-left > :nth-child(2) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 480px) {
  footer .footer__center-left > :nth-child(2) {
    margin-bottom: 51px;
  }
}
footer .footer__center-left > :nth-child(3) {
  margin-bottom: 39px;
}
@media only screen and (max-width: 480px) {
  footer .footer__center-left > :nth-child(3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer__center-left > :nth-child(4) {
    display: none;
  }
}
footer .footer__center-right {
  display: flex;
}
@media only screen and (max-width: 480px) {
  footer .footer__center-right {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer__center-right {
    margin-top: 36px;
  }
}
footer .footer__center-right > div:not(:last-child) {
  margin-right: 84px;
}
@media only screen and (max-width: 480px) {
  footer .footer__center-right > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 21px;
  }
}
footer .footer__center-right > div > span {
  display: block;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  margin-bottom: 12px;
}
footer .footer__center-right > div > span::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 30%;
  width: 7px;
  height: 40%;
  background-color: var(--color-primary);
}
footer .footer__center-right ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  footer .footer__center-right ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer__center-right ul li:not(:last-child) {
    margin-right: 10px;
  }
}
footer .footer__center-right ul li a {
  color: var(--color-white-abs);
  transition: all 0.3s;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
}
footer .footer__center-right ul li a:hover {
  color: var(--color-primary);
}
footer .footer__top-divider {
  border: 1px solid #2f3339;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  footer .footer__top-divider {
    margin-top: 21px;
    margin-bottom: 9px;
  }
}
footer .footer__bottom-divider {
  border: 1px solid #2f3339;
  margin-top: 41px;
  margin-bottom: 57px;
}
@media only screen and (max-width: 480px) {
  footer .footer__bottom-divider {
    margin-top: 28px;
    margin-bottom: 37px;
  }
}
footer .footer__bottom {
  margin-bottom: 68px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .footer__bottom {
    margin-bottom: 54px;
  }
}
footer .footer__rights {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
footer .footer__nav {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  footer .footer__nav {
    display: none;
  }
}
footer .footer__nav li:not(:last-child) {
  margin-right: 22px;
}
footer .footer__nav li a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: var(--color-white-abs);
  transition: all 0.3s;
}
footer .footer__nav li a:hover {
  color: var(--color-primary);
}

.btn {
  max-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  color: #fff;
  cursor: pointer;
  background-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--color-grey);
  border: 1px solid transparent;
  font-family: var(--font-primary);
  font-weight: 600;
  padding: 10px 19px;
  font-size: 14px;
  line-height: 141.5%;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--orange {
  background-color: var(--color-primary);
}
.btn--orange:hover {
  color: var(--color-black);
}
.btn--blue {
  background-color: var(--color-blue);
}
.btn--blue:hover {
  color: var(--color-black);
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background: rgb(0, 0, 0);
  height: 100%;
}

.icon {
  display: inline-flex;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.icon__menu {
  -webkit-mask-image: url("../images/menu-icon.svg");
  mask-image: url("../images/menu-icon.svg");
  width: 18px;
  height: 18px;
  background-color: var(--color-white);
}
.icon__social-twitch {
  -webkit-mask-image: url("../images/socials/twitch.svg");
  mask-image: url("../images/socials/twitch.svg");
  width: 18px;
  height: 18px;
  background-color: var(--color-white);
}
.icon__social-twitter {
  -webkit-mask-image: url("../images/socials/twitter.svg");
  mask-image: url("../images/socials/twitter.svg");
  width: 18px;
  height: 18px;
  background-color: var(--color-white);
}
.icon__social-linkedin {
  -webkit-mask-image: url("../images/socials/linkedin.svg");
  mask-image: url("../images/socials/linkedin.svg");
  width: 18px;
  height: 18px;
  background-color: var(--color-white);
}
.icon__social-discord {
  -webkit-mask-image: url("../images/socials/discord.svg");
  mask-image: url("../images/socials/discord.svg");
  width: 18px;
  height: 18px;
  background-color: var(--color-white);
}

.angle-down-icon {
  mask-image: url("../images/line-angle-down.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/line-angle-down.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: var(--color-white);
  width: 12px;
  height: 12px;
  display: inline-flex;
}

.banner {
  width: 100%;
  height: 250px;
  max-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 65px;
  border-radius: 6px;
  background-color: #000;
  background-size: cover;
  background-position: center;
}
.banner span,
.banner p {
  font-family: var(--font-secondary);
}
.banner__title {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 43px;
  display: block;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .banner__title {
    font-size: 32px;
    line-height: 33px;
  }
}
.banner__text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-top: 17px;
  margin-bottom: 0;
  max-width: 60%;
}
@media only screen and (max-width: 991px) {
  .banner__text {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
  }
}
.banner > a {
  margin-top: 27px;
  width: max-content;
}
@media only screen and (max-width: 480px) {
  .banner > a {
    min-height: 32px;
    max-height: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    margin-top: 16px;
  }
}
.banner--bg-1 {
  background-image: url("../../images/banners/1.png");
}
.banner--bg-2 {
  background-image: url("../../images/banners/2.png");
}
.banner--bg-3 {
  background-image: url("../../images/banners/3.png");
}
@media only screen and (max-width: 1024px) {
  .banner {
    width: unset;
    height: max-content;
    min-height: 250px;
    padding: 33px 22px;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    min-height: 210px;
  }
}
@media only screen and (max-width: 480px) {
  .banner {
    min-height: unset;
    max-height: unset;
    justify-content: flex-start;
  }
}

.welcome {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 660px) {
  .welcome {
    flex-direction: column;
  }
}
.welcome__left {
  display: flex;
  flex-direction: column;
  margin-top: 67px;
}
.welcome__left1 {
  display: flex;
  flex-direction: column;
  margin-top: 67px;
}
@media only screen and (max-width: 767px) {
  .welcome__left {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 660px) {
  .welcome__left {
    margin-top: 0;
  }
}
.welcome__left * {
  color: var(--color-black);
  font-family: var(--font-secondary);
}
.welcome__left1 * {
  color: var(--color-black);
  font-family: var(--font-secondary);
}
.welcome__left > :last-child {
  margin-top: 10px;
}
.welcome__left1 > :last-child {

  
}
@media only screen and (max-width: 1024px) {
  .welcome__left > :last-child {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome__left > :last-child {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 660px) {
  .welcome__left > :last-child {
    margin-top: 38px;
  }
}
.welcome__title {
  font-family: var(--primary-secondary);
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 47px;
  margin-bottom: 26px;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .welcome__title {
    font-size: 32px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 660px) {
  .welcome__title {
    max-width: unset;
  }
}
@media only screen and (max-width: 660px) {
  .welcome__title {
    margin-bottom: 20px;
  }
}
.welcome__text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 22px;
  margin-top: 0;
  max-width: 569px;
}
@media only screen and (max-width: 767px) {
  .welcome__text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 660px) {
  .welcome__text {
    max-width: unset;
  }
}
@media only screen and (max-width: 660px) {
  .welcome__text {
    margin-bottom: 36px;
  }
}
.welcome__right {
  position: relative;
  z-index: 1;
  height: max-content;
}
@media only screen and (max-width: 1024px) {
  .welcome__right {
    margin-left: 56px;
  }
}
@media only screen and (max-width: 660px) {
  .welcome__right {
    width: max-content;
    margin-left: 0;
    margin-right: 28px;
    margin-top: 42px;
  }
}
.welcome__right::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 80%;
  background-color: var(--color-primary);
  left: -42px;
  top: 10%;
  border-radius: 6px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .welcome__right::before {
    left: -22px;
  }
}
@media only screen and (max-width: 660px) {
  .welcome__right::before {
    left: unset;
    right: -28px;
  }
}
.welcome__right img {
  border-radius: 12px;
  max-width: 432px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .welcome__right img {
    max-width: 306px;
    min-width: 306px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome__right img {
    max-width: 280px;
    min-width: 280px;
  }
}
@media only screen and (max-width: 660px) {
  .welcome__right img {
    min-width: unset;
    width: 100%;
    max-width: 296px;
  }
}
.welcome__image-desc {
  position: absolute;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 5px;
  z-index: 1;
  right: 25px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 55px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .welcome__image-desc {
    right: 18px;
    bottom: 18px;
  }
}
@media only screen and (max-width: 660px) {
  .welcome__image-desc {
    height: 37px;
  }
}
.welcome__image-desc * {
  font-family: var(--font-secondary);
}
.welcome__image-desc > span:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 660px) {
  .welcome__image-desc > span:first-child {
    font-size: 12px;
    line-height: normal;
  }
}
.welcome__image-desc > span:last-child {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #c7c7c7;
}
@media only screen and (max-width: 660px) {
  .welcome__image-desc > span:last-child {
    font-size: 12px;
    line-height: normal;
  }
}

.socials {
  display: flex;
}
.socials > a:not(:last-child) {
  margin-right: 18px;
}
.socials > a path {
  transition: all 0.3s;
}
.socials > a:hover path {
  fill: var(--color-primary);
}
.socials--invert path {
  fill: var(--color-white-abs);
}

.shop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.shop * {
  color: var(--color-black);
}
@media only screen and (max-width: 480px) {
  .shop {
    align-items: flex-start;
  }
}
.shop__title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .shop__title {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .shop__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 14px;
    text-align: left;
  }
}
.shop__desc {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  max-width: 890px;
  margin-bottom: 59px;
}
@media only screen and (max-width: 767px) {
  .shop__desc {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 39px;
  }
}
@media only screen and (max-width: 480px) {
  .shop__desc {
    text-align: left;
  }
}
.shop__cards {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop__cards > div {
  display: flex;
  grid-gap: 8px;
}
.shop__cards > div:not(.wrap) {
  width: max-content;
}
.shop__cards > div.wrap {
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .shop__cards {
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
  }
}
.shop__card {
  cursor: default;
  display: flex;
  flex-direction: column;
  max-width: 286px;
  width: 100%;
  position: relative;
}
.shop__image {
  cursor: pointer;
  min-width: 286px;
  max-width: 286px;
  min-height: 286px;
  max-height: 286px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}
@media only screen and (max-width: 1280px) {
  .shop__image {
    min-width: 226px;
    max-width: 226px;
    min-height: 226px;
    max-height: 226px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__image {
    min-width: 216px;
    max-width: 216px;
    min-height: 216px;
    max-height: 216px;
  }
}
.shop__image:hover::before {
  opacity: 1;
}
.shop__image > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.shop__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  left: 0;
  top: 0;
  background: rgba(254, 72, 33, 0.86);
  opacity: 0;
  transition: all 0.3s;
  z-index: 10;
  pointer-events: none;
}
.shop__card-label {
  position: absolute;
  top: 14px;
  left: 15px;
  background: rgba(93, 99, 107, 0.56);
  border-radius: 5px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: var(--color-white-abs);
  padding: 0 10px;
  z-index: 2;
}
.shop__card-desc {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}
.shop__card-desc p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.shop__card-desc p:hover {
  color: var(--color-primary);
}
.shop__card-desc span {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: var(--color-primary);
}

.contact {
  border-left: 6px solid;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact--dark {
  border-color: var(--color-black);
}
.contact--dark * {
  color: var(--color-black);
}
.contact--light {
  border-color: var(--color-white-abs);
}
.contact--light * {
  color: var(--color-white-abs);
}
.contact--light img {
  filter: invert(1);
}
.contact p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 10px;
}
.contact > div {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.contact > div img {
  margin-right: 4px;
}
.contact > div span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}

.feed {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .feed {
    flex-direction: column;
  }
}
.feed__title {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 43px;
  font-family: var(--font-secondary);
  margin-bottom: 17px;
}
.feed__desc {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  font-family: var(--font-secondary);
  margin: 0;
  margin-bottom: 40px;
}
.feed__btn {
  text-transform: uppercase;
  width: max-content;
}
.feed__left {
  display: flex;
  flex-direction: column;
  max-width: 347px;
  margin-right: 45px;
}
@media only screen and (max-width: 991px) {
  .feed__left {
    margin-right: 0;
    margin-bottom: 36px;
  }
}
.feed__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media only screen and (max-width: 660px) {
  .feed__right {
    grid-template-columns: 1fr;
  }
}
.feed__card {
  max-width: 384px;
  max-height: 179px;
  min-height: 179px;
  background-color: var(--color-white-abs);
  border-radius: 12px;
  padding: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 660px) {
  .feed__card {
    max-width: unset;
  }
}
@media only screen and (max-width: 480px) {
  .feed__card:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) {
    display: none;
  }
}
.feed__card * {
  color: var(--color-black);
}
.feed__card > p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  max-height: 80px;
}
.feed__card > p a {
  color: var(--color-primary);
}
.feed__card-top {
  display: flex;
  margin-bottom: 17px;
}
.feed__card-top-img {
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  margin-right: 7px;
}
.feed__card-top-img img {
  width: 100%;
}
.feed__card-top-text {
  display: flex;
  flex-direction: column;
}
.feed__card-top-text > div {
  display: flex;
  align-items: center;
}
.feed__card-top-text > div span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
}
.feed__card-top-text > span {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: var(--color-primary);
}
.feed__card-top-label {
  background-color: var(--color-black);
  height: 17px;
  border-radius: 4px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: var(--color-white-abs);
  text-transform: uppercase;
  margin-left: 5px;
}

.contact-banner {
  width: 100%;
  background-image: url("../images/contact-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 458px;
  border-radius: 6px;
  background-color: var(--color-primary);
  padding: 73px 65px;
}
@media only screen and (max-width: 767px) {
  .contact-banner {
    padding: 28px;
    height: max-content;
  }
}
@media only screen and (max-width: 480px) {
  .contact-banner {
    padding: 35px 23px;
  }
}
.contact-banner__desc {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 37px;
  max-width: 610px;
  margin-top: 0;
  margin-bottom: 54px;
}
@media only screen and (max-width: 480px) {
  .contact-banner__desc {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.contact-form {
  max-width: 467px;
}
.contact-form > div {
  max-width: 467px;
}
.contact-form form {
  max-width: 467px;
  height: 53px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .contact-form form {
    flex-direction: column;
    background-color: transparent !important;
    height: max-content;
  }
}
.contact-form form input.tnp-email,
.contact-form form input[type=email] {
  border: none;
  outline: none;
  width: 100%;
  display: flex;
  margin-left: 27px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 480px) {
  .contact-form form input.tnp-email,
.contact-form form input[type=email] {
    width: 100%;
    max-width: unset;
    height: 53px;
    min-height: 53px;
    margin-left: 0;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 7px;
  }
}
.contact-form form input.tnp-submit,
.contact-form form input[type=submit] {
  height: 100%;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 47px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: var(--color-white-abs);
  border: none;
  outline: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 480px) {
  .contact-form form input.tnp-submit,
.contact-form form input[type=submit] {
    width: 100%;
    height: 53px;
    min-height: 53px;
  }
}
.contact-form form input.tnp-submit:hover,
.contact-form form input[type=submit]:hover {
  opacity: 0.9;
}
.contact-form__check {
  margin-top: 31px;
  max-width: 467px;
  display: flex;
  align-items: flex-start;
}
.contact-form__check input {
  margin-top: 3px;
  margin-right: 8px;
  border-radius: 4px;
  border: none;
  outline: none;
  min-width: 15px;
  min-height: 15px;
  appearance: none;
  -webkit-appearance: none;
}
.contact-form__check input:checked {
  appearance: auto;
  -webkit-appearance: auto;
}
.contact-form__check label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  .contact-form__check label {
    font-size: 12px;
  }
}
.contact-form--light .contact-form__check input {
  background-color: var(--color-white-abs);
}
.contact-form--light .contact-form__check label {
  color: var(--color-white-abs);
}
.contact-form--light form {
  background-color: var(--color-white-abs);
}
.contact-form--light form input.tnp-email,
.contact-form--light form input[type=email] {
  color: var(--color-black);
}
.contact-form--light form input.tnp-email:-webkit-autofill, .contact-form--light form input.tnp-email:-webkit-autofill:hover, .contact-form--light form input.tnp-email:-webkit-autofill:focus, .contact-form--light form input.tnp-email:-webkit-autofill:active,
.contact-form--light form input[type=email]:-webkit-autofill,
.contact-form--light form input[type=email]:-webkit-autofill:hover,
.contact-form--light form input[type=email]:-webkit-autofill:focus,
.contact-form--light form input[type=email]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--color-white-abs) inset !important;
  -webkit-text-fill-color: var(--color-black) !important;
}
@media only screen and (max-width: 480px) {
  .contact-form--light form input.tnp-email,
.contact-form--light form input[type=email] {
    background-color: var(--color-white-abs);
  }
}
.contact-form--light form input.tnp-email::placeholder,
.contact-form--light form input[type=email]::placeholder {
  color: var(--color-black);
}
.contact-form--light form input.tnp-submit,
.contact-form--light form input[type=submit] {
  background-color: var(--color-black);
}
.contact-form--dark .contact-form__check input {
  background-color: #474e57;
}
.contact-form--dark .contact-form__check label {
  color: #474e57;
}
.contact-form--dark form {
  background-color: #2f3339;
}
.contact-form--dark form input.tnp-email,
.contact-form--dark form input[type=email] {
  color: var(--color-white-abs);
}
.contact-form--dark form input.tnp-email:-webkit-autofill, .contact-form--dark form input.tnp-email:-webkit-autofill:hover, .contact-form--dark form input.tnp-email:-webkit-autofill:focus, .contact-form--dark form input.tnp-email:-webkit-autofill:active,
.contact-form--dark form input[type=email]:-webkit-autofill,
.contact-form--dark form input[type=email]:-webkit-autofill:hover,
.contact-form--dark form input[type=email]:-webkit-autofill:focus,
.contact-form--dark form input[type=email]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #2f3339 inset !important;
  -webkit-text-fill-color: var(--color-white-abs) !important;
}
@media only screen and (max-width: 480px) {
  .contact-form--dark form input.tnp-email,
.contact-form--dark form input[type=email] {
    background-color: #2f3339;
  }
}
.contact-form--dark form input.tnp-email::placeholder,
.contact-form--dark form input[type=email]::placeholder {
  color: var(--color-white-abs);
}
.contact-form--dark form input.tnp-submit,
.contact-form--dark form input[type=submit] {
  background-color: var(--color-primary);
}

.faq {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .faq {
    flex-direction: column;
  }
}
.faq__title {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 43px;
  font-family: var(--font-secondary);
  margin-bottom: 17px;
}
.faq__desc {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  font-family: var(--font-secondary);
  margin: 0;
  margin-bottom: 40px;
}
.faq__btn {
  text-transform: uppercase;
  width: max-content;
}
.faq__left {
  display: flex;
  flex-direction: column;
  max-width: 347px;
  margin-right: 45px;
}
@media only screen and (max-width: 991px) {
  .faq__left {
    margin-right: 0;
    margin-bottom: 74px;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  max-width: var(--accordion-max-width);
  width: 100%;
  padding: 0;
}
.accordion__element {
  padding: 22px 25px 23px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-radius: 12px;
  background-color: var(--accordion-background);
}
@media only screen and (max-width: 660px) {
  .accordion__element {
    padding: 21px;
  }
}
.accordion__element:not(:last-child) {
  margin-bottom: 9px;
}
.accordion__element[data-active=true] {
  background-color: var(--accordion-active-background);
}
.accordion__element[data-active=true] .accordion__title {
  color: var(--title-active-color);
  margin-bottom: 18px;
}
.accordion__element[data-active=true] .accordion__title img {
  transform: rotate(45deg);
}
.accordion__element[data-active=true] .accordion__content {
  opacity: 1;
}
.accordion__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  font-family: var(--font-secondary);
  color: var(--title-color);
  user-select: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.accordion__title img {
  margin-left: 25px;
  align-items: center;
  pointer-events: none;
  transition: all 0.3s;
  max-width: 20px;
  max-height: 20px;
}
@media screen and (max-width: 768px) {
  .accordion__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 425px) {
  .accordion__title {
    font-size: 18px;
    line-height: normal;
  }
}
.accordion__content {
  display: flex;
  overflow: hidden;
  opacity: 0;
  transition: height 0.4s;
}
.accordion__content p {
  user-select: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: var(--text-color);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .accordion__content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 425px) {
  .accordion__content p {
    font-size: 14px;
    line-height: normal;
  }
}
.accordion__content p a {
  transition: all 0.3s;
  color: var(--link-color);
}
.accordion__content p a:hover {
  color: var(--link-hover-color);
}

.partners {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .partners {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
}
@media only screen and (max-width: 660px) {
  .partners {
    grid-template-columns: 1fr 1fr;
    gap: 65px;
  }
}
@media only screen and (max-width: 480px) {
  .partners {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}
.partners--light a:hover path {
  fill: #ffffff;
}
.partners--dark a:hover path {
  fill: #2f3339;
}
@media only screen and (max-width: 480px) {
  .partners a:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) {
    display: none;
  }
}
.partners a path {
  transition: all 0.3s;
}
.partners a img {
  max-width: 120px;
}
.partners a svg {
  max-height: 48px;
}
@media only screen and (max-width: 660px) {
  .partners a svg {
    max-height: 36px;
    width: 100%;
  }
}
.partners a:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .partners a:not(:last-child) {
    margin-right: 0;
  }
}

.schedule {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: var(--color-primary);
  padding: 79px 64px;
}
@media only screen and (max-width: 1024px) {
  .schedule {
    padding: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .schedule {
    padding: 41px 21px;
  }
}
.schedule__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 660px) {
  .schedule__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.schedule__title {
  max-width: 406px;
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .schedule__title {
    font-size: 46px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 660px) {
  .schedule__title {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .schedule__title {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 31px;
  }
}
.schedule__dates {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schedule__dates span {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-family: var(--font-secondary);
  text-transform: uppercase;
}
@media only screen and (max-width: 660px) {
  .schedule__dates > span {
    display: none;
  }
}
.schedule__dates > div {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.schedule__dates > div img {
  max-width: 10px;
  cursor: pointer;
}
.schedule__dates > div img.disabled {
  opacity: 0.7;
  user-select: none;
  cursor: default;
}
.schedule__dates > div .text-active-day {
  display: flex;
  margin: 0 14px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  grid-gap: 5px;
}
@media only screen and (max-width: 480px) {
  .schedule__dates > div .text-active-day {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
  }
}
.schedule__table {
  margin-top: 76px;
  width: 100%;
  display: grid;
  gap: 57px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.schedule__table:not(.active) {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .schedule__table {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__table {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}
@media only screen and (max-width: 660px) {
  .schedule__table {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .schedule__table {
    grid-template-columns: 1fr;
  }
}
.schedule__table * {
  font-family: var(--font-secondary);
}
.schedule__table-item {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .schedule__table-item:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) {
    display: none;
  }
}
.schedule__table-item > span:nth-of-type(1) {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
  max-height: 30px;
}
.schedule__table-item > span:nth-of-type(2) {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-black);
}

.details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: var(--color-black);
  border-radius: 12px;
  padding: 56px 63px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .details {
    padding: 36px;
  }
}
@media only screen and (max-width: 660px) {
  .details {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .details {
    padding: 32px 21px 18px;
  }
}
.details__left {
  display: flex;
  flex-direction: column;
  max-width: 487px;
}
@media only screen and (max-width: 1024px) {
  .details__left {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 660px) {
  .details__left {
    margin-bottom: 36px;
    margin-right: 0;
  }
}
.details__title {
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1024px) {
  .details__title {
    font-size: 46px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .details__title {
    font-size: 42px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .details__title {
    font-size: 36px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .details__title {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 31px;
  }
}
.details__desc {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #5d636b;
  margin: 0;
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .details__desc {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .details__desc {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 26px;
  }
}
.details__btn {
  width: max-content;
  background-color: var(--color-primary);
  text-transform: uppercase;
}
.details__btn:hover {
  opacity: 0.8;
  color: var(--color-white-abs);
}
.details__right {
  display: flex;
  flex-direction: column;
}
.details__item {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 350px;
  padding: 16px 0 22px;
  border-bottom: 1px solid rgba(93, 99, 107, 0.58);
}
@media only screen and (max-width: 991px) {
  .details__item {
    width: 310px;
  }
}
@media only screen and (max-width: 767px) {
  .details__item {
    width: 265px;
  }
}
@media only screen and (max-width: 660px) {
  .details__item {
    max-width: unset;
    width: 100%;
  }
}
.details__item * {
  font-family: var(--font-secondary);
}
.details__item:first-child {
  border-top: 1px solid rgba(93, 99, 107, 0.58);
}
@media only screen and (max-width: 480px) {
  .details__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.details__item > span:nth-of-type(1) {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
}
.details__item > span:nth-of-type(2) {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #5d636b;
}

.video-cite {
  display: flex;
  justify-content: space-between;
}
.video-cite * {
  color: var(--color-black);
}
@media only screen and (max-width: 991px) {
  .video-cite {
    flex-direction: column;
  }
}
.video-cite__left {
  display: flex;
  flex-direction: column;
  max-width: 452px;
}
@media only screen and (max-width: 1024px) {
  .video-cite__left {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .video-cite__left {
    margin-right: 0;
    margin-bottom: 42px;
  }
}
.video-cite__title {
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 47px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .video-cite__title {
    font-style: normal;
    font-weight: 900;
    font-size: 31px;
    line-height: 36px;
    margin-bottom: 28px;
  }
}
.video-cite__cite {
  display: flex;
  flex-direction: column;
}
.video-cite__cite-text {
  display: flex;
  margin-left: -14px;
}
.video-cite__cite-text > span:nth-of-type(1) {
  font-style: italic;
  font-weight: 600;
  font-size: 80px;
  line-height: 67px;
  display: block;
  margin-right: 14px;
}
.video-cite__cite-text > span:nth-of-type(2) {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (max-width: 480px) {
  .video-cite__cite-text > span:nth-of-type(2) {
    font-size: 16px;
    line-height: 23px;
  }
}
.video-cite__cite-author {
  display: flex;
  align-items: center;
  margin-top: 28px;
  margin-left: 49px;
}
@media only screen and (max-width: 480px) {
  .video-cite__cite-author {
    margin-left: 42px;
  }
}
.video-cite__cite-author img {
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
  margin-right: 8px;
  border-radius: 14px;
}
.video-cite__cite-author > div {
  display: flex;
  flex-direction: column;
}
.video-cite__cite-author > div > span:nth-of-type(1) {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
}
.video-cite__cite-author > div > span:nth-of-type(2) {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: var(--color-primary);
}
.video-cite__right {
  width: 100%;
  max-width: 656px;
  height: 369px;
  max-height: 369px;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.video-cite__right iframe {
  display: none;
  border-radius: 12px;
}
.video-cite__right--played .video-cite__play-btn {
  display: none;
}
.video-cite__right--played iframe {
  display: block;
  width: 100%;
  height: 100%;
  background-image: unset;
}
.video-cite__right--played::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .video-cite__right {
    max-width: unset;
  }
}
@media only screen and (max-width: 660px) {
  .video-cite__right {
    height: 320px;
  }
}
@media only screen and (max-width: 480px) {
  .video-cite__right {
    height: 180px;
  }
}
.video-cite__right::before {
  border-radius: 12px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(254, 72, 33, 0.48);
  z-index: 0;
}
.video-cite__play-btn {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.12);
  min-width: 79px;
  min-height: 79px;
  max-width: 79px;
  max-height: 79px;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1;
  backdrop-filter: blur(4px);
  border: 0;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .video-cite__play-btn {
    min-width: 56px;
    min-height: 56px;
    max-width: 56px;
    max-height: 56px;
  }
}
.video-cite__play-btn:hover {
  transform: scale(1.1);
}
.video-cite__play-btn img {
  max-width: 52px;
  margin-top: 28px;
}
@media only screen and (max-width: 480px) {
  .video-cite__play-btn img {
    max-width: 32px;
    margin-top: 18px;
  }
}

.influensers * {
  color: var(--color-black);
}
.influensers__title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 43px;
  font-family: var(--font-secondary);
  margin-bottom: 35px;
}
@media only screen and (max-width: 480px) {
  .influensers__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 26px;
  }
}
.influensers__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 36px;
}
@media only screen and (max-width: 660px) {
  .influensers__cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .influensers__cards {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 25px;
  }
}
.influensers__card {
  position: relative;
}
.influensers__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .influensers__card:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) {
    display: none;
  }
}
.influensers__card:hover::before {
  opacity: 0;
}
.influensers__card:hover::after {
  opacity: 1;
}
.influensers__card:hover .influensers__card-text > span:nth-of-type(2) {
  color: var(--color-white-abs);
}
.influensers__card::before {
  z-index: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.48%);
  transition: all 0.3s;
  opacity: 1;
}
.influensers__card::after {
  z-index: 1;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(254, 72, 33, 0) 0%, rgba(254, 72, 33, 0.69) 89.48%);
  transition: all 0.3s;
  opacity: 0;
}
.influensers__card-text {
  position: absolute;
  left: 25px;
  bottom: 23px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .influensers__card-text {
    left: 16px;
    bottom: 16px;
  }
}
.influensers__card-text * {
  font-family: var(--font-secondary);
}
.influensers__card-text > span:nth-of-type(1) {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: var(--color-white-abs);
}
@media only screen and (max-width: 991px) {
  .influensers__card-text > span:nth-of-type(1) {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .influensers__card-text > span:nth-of-type(1) {
    font-size: 20px;
    line-height: 24px;
  }
}
.influensers__card-text > span:nth-of-type(2) {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #5d636b;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .influensers__card-text > span:nth-of-type(2) {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .influensers__card-text > span:nth-of-type(2) {
    font-size: 14px;
    line-height: 17px;
  }
}
.influensers__footer {
  width: 100%;
  display: grid;
  grid-template-columns: 790px 1fr;
  grid-template-rows: 1fr 32px;
  align-items: baseline;
}
@media only screen and (max-width: 991px) {
  .influensers__footer {
    grid-template-columns: 1fr 10%;
  }
}
@media only screen and (max-width: 480px) {
  .influensers__footer {
    grid-template-columns: 1fr 1fr;
  }
}
.influensers__footer p {
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 22px;
  margin-right: 16px;
}
@media only screen and (max-width: 480px) {
  .influensers__footer p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    grid-column: 1/3;
    margin-right: 0;
  }
}
.influensers__footer-arrows {
  display: flex;
  align-items: center;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}
@media only screen and (max-width: 480px) {
  .influensers__footer-arrows {
    grid-row: 2;
  }
}
.influensers__footer-arrows > div {
  width: 26px;
  height: 23px;
  min-width: 26px;
  min-height: 23px;
  max-width: 26px;
  max-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #5d636b;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .influensers__footer-arrows > div {
    width: 36px;
    height: 32px;
    min-width: 36px;
    min-height: 32px;
    max-width: 36px;
    max-height: 32px;
  }
}
.influensers__footer-arrows > div:not(:last-child) {
  margin-right: 11px;
}
.influensers__footer-arrows > div:hover {
  background-color: var(--color-black);
}
.influensers__footer-arrows > div img {
  max-width: 13px;
  min-width: 13px;
}
@media only screen and (max-width: 480px) {
  .influensers__footer-arrows > div img {
    max-width: 18px;
    min-width: 18px;
  }
}
.influensers__btn {
  width: max-content;
  background-color: var(--color-primary);
  text-transform: uppercase;
  color: var(--color-white-abs);
}
@media only screen and (max-width: 480px) {
  .influensers__btn {
    grid-row: 2;
  }
}
.influensers__btn:hover {
  opacity: 1;
  color: var(--color-black);
}

.tournament {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .tournament {
    flex-direction: column;
  }
}
@media only screen and (max-width: 660px) {
  .tournament {
    background: var(--color-primary);
    padding: 45px 18px 42px 21px;
    border-radius: 6px;
  }
}
.tournament__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
}
.tournament__game {
  min-height: 29px;
  max-height: 29px;
  height: 29px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .tournament__game {
    min-height: 17px;
    max-height: 17px;
    height: 17px;
    margin-bottom: 14px;
  }
}
.tournament__title {
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  margin-bottom: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .tournament__title {
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 19px;
  }
}
.tournament__desc {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 480px) {
  .tournament__desc {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px;
  }
}
.tournament__register {
  display: flex;
  align-items: center;
  margin-bottom: 119px;
}
@media only screen and (max-width: 991px) {
  .tournament__register {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .tournament__register {
    margin-bottom: 38px;
  }
}
.tournament__register a {
  background-color: var(--color-black);
  margin-right: 18px;
  height: 40px;
  min-height: 40px;
}
.tournament__register a:hover {
  color: var(--color-white-abs);
  opacity: 0.9;
}
.tournament__register > div {
  display: flex;
  flex-direction: column;
}
.tournament__register > div * {
  font-family: var(--font-secondary);
}
.tournament__register > div > span:nth-of-type(1) {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.tournament__register > div > span:nth-of-type(2) {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
.tournament__right {
  max-width: 535px;
}
@media only screen and (max-width: 991px) {
  .tournament__right {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 480px) {
  .tournament__right {
    margin-top: 38px;
  }
}
.tournament__right > img:nth-of-type(1) {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tournament__right > img:nth-of-type(1) {
    display: none;
  }
}
.tournament__right > img:nth-of-type(2) {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .tournament__right > img:nth-of-type(2) {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .tournament__right > img:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .tournament__right > img:nth-of-type(2) {
    display: none;
  }
}

.prize {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .prize {
    align-items: flex-start;
  }
}
.prize__title {
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .prize__title {
    text-align: left;
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
.prize__desc {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  text-align: center;
  margin-bottom: 97px;
  max-width: 891px;
  color: var(--color-black);
}
@media only screen and (max-width: 767px) {
  .prize__desc {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .prize__desc {
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 25px;
  }
}
.prize__cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  align-items: end;
}
@media screen and (max-width: 739px) {
  .prize__cards {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .prize__cards {
    gap: 15px;
  }
}
.prize__card {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.prize__card::before {
  z-index: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 89.48%);
  transition: all 0.3s;
  opacity: 1;
  border-radius: 24px;
}
.prize__card::after {
  z-index: 1;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(254, 72, 33, 0) 0%, rgba(254, 72, 33, 0.69) 89.48%);
  transition: all 0.3s;
  opacity: 0;
  border-radius: 24px;
}
.prize__card:hover::before {
  opacity: 0;
}
.prize__card:hover::after {
  opacity: 1;
}
@media screen and (max-width: 739px) {
  .prize__card {
    height: 380px;
  }
}
@media only screen and (max-width: 480px) {
  .prize__card {
    height: 480px;
  }
  .prize__card img {
    height: 100%;
  }
}
.prize__card:nth-child(1)::after, .prize__card:nth-child(1)::before {
  max-height: 88%;
}
.prize__card:nth-child(1) img {
  max-height: 88%;
}
@media screen and (max-width: 739px) {
  .prize__card:nth-child(1) img {
    max-height: 100%;
  }
}
.prize__card:nth-child(2)::after, .prize__card:nth-child(2)::before {
  max-height: 100%;
}
@media screen and (max-width: 739px) {
  .prize__card:nth-child(2) {
    grid-row: 1;
  }
}
.prize__card:nth-child(2) img {
  max-height: 100%;
}
.prize__card:nth-child(3)::after, .prize__card:nth-child(3)::before {
  max-height: 75%;
}
.prize__card:nth-child(3) img {
  max-height: 75%;
}
@media screen and (max-width: 739px) {
  .prize__card:nth-child(3) img {
    max-height: 100%;
  }
}
.prize__card img {
  border-radius: 24px;
  width: 100%;
  object-fit: cover;
}
.prize__card-text {
  position: absolute;
  z-index: 5;
  bottom: 40px;
  left: 0;
  padding: 0 29px 0 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .prize__card-text {
    padding: 0 16px 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .prize__card-text {
    padding: 0 12px 0 12px;
  }
}
@media screen and (max-width: 739px) {
  .prize__card-text {
    width: 100%;
  }
}
.prize__card-text > span:nth-of-type(1) {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: var(--font-secondary);
}
@media only screen and (max-width: 480px) {
  .prize__card-text > span:nth-of-type(1) {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.prize__card-text > span:nth-of-type(1) span {
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  line-height: 51px;
}
@media only screen and (max-width: 480px) {
  .prize__card-text > span:nth-of-type(1) span {
    font-size: 31px;
    line-height: 43px;
  }
}
.prize__card-text > span:nth-of-type(2) {
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  display: block;
  margin-bottom: 26px;
}
@media screen and (max-width: 739px) {
  .prize__card-text > span:nth-of-type(2) {
    font-size: 18px;
    line-height: normal;
  }
}
@media only screen and (max-width: 480px) {
  .prize__card-text > span:nth-of-type(2) {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 23px;
  }
}
.prize__card-text a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: var(--color-white-abs);
}
@media screen and (max-width: 739px) {
  .prize__card-text a {
    font-size: 18px;
    line-height: normal;
  }
}
@media only screen and (max-width: 480px) {
  .prize__card-text a {
    font-size: 12px;
    line-height: 17px;
  }
}
.prize__card-text a:hover {
  color: var(--color-primary);
}
.prize__card-text a:hover path {
  fill: var(--color-primary);
}
.prize__card-text a > svg {
  min-width: 13px;
  max-width: 13px;
  margin-left: 8px;
}
.prize__card-text a > svg path {
  transition: fill 0.3;
}

.divider {
  border: 1px solid #2f3339;
  margin: 95px 0 90px;
}

.sponsor {
  font-family: var(--font-secondary);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 11px;
  line-height: 141.5%;
  font-weight: 700;
  width: 116px;
  height: 84px;
  color: #fff;
  background-color: #fe4821;
  display: flex;
}
.sponsor img {
  max-width: 80px;
  height: auto;
}

.stats {
  display: grid;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media only screen and (min-width: 767px) {
  .stats {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.stats li {
  font-family: var(--font-secondary);
  color: #5d636b;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  .stats li {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .stats li:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) {
    display: none;
  }
}
.stats__number {
  font-family: var(--font-secondary);
  color: var(--color-white-abs);
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 68px;
  line-height: 103.5%;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 480px) {
  .stats__number {
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
  }
}

.tournaments {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .tournaments {
    align-items: flex-start;
  }
}
.tournaments__title {
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 45px;
  color: var(--color-black);
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .tournaments__title {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .tournaments__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 14px;
    text-align: left;
  }
}
.tournaments__desc {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  text-align: center;
  margin-bottom: 53px;
  color: var(--color-black);
}
@media only screen and (max-width: 767px) {
  .tournaments__desc {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 39px;
  }
}
@media only screen and (max-width: 480px) {
  .tournaments__desc {
    text-align: left;
  }
}
.tournaments__cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 660px) {
  .tournaments__cards {
    grid-template-columns: 1fr;
  }
}
.tournaments__card {
  position: relative;
}
.tournaments__card:hover::before {
  opacity: 1;
}
.tournaments__card:hover .tournaments__card-label {
  background: rgba(254, 72, 33, 0.47);
}
.tournaments__card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tournaments__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(254, 72, 33, 0.74);
  opacity: 0;
  transition: all 0.3s;
}
.tournaments__card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 31px 24px 59px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .tournaments__card-content {
    padding: 16px;
  }
}
.tournaments__card-content > img {
  min-height: 28px;
  max-height: 28px;
}
.tournaments__card-content > div {
  margin-left: 9px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .tournaments__card-content > div {
    margin-left: 0;
  }
}
.tournaments__card-label {
  background: rgba(109, 116, 126, 0.78);
  border-radius: 4px;
  font-weight: 700;
  font-size: 10px;
  line-height: 17px;
  font-family: var(--font-secondary);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  width: max-content;
  padding: 0 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
  color: var(--color-white-abs);
  transition: all 0.3s;
}
.tournaments__card-text p {
  /* margin: 0; */
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  max-height: 36px;
  /* color: var(--color-white-abs); */
  color: #000;
}
.tournaments__card-text span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  /* color: var(--color-white-abs); */
   color: #000;
   
}

/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #a46497;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #ff5935;
  --wc-primary-text: white;
  --wc-secondary: white;
  --wc-secondary-text: #a1402b;
  --wc-highlight: #35ffbe;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}

/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.marketplace-tags {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}
.marketplace-tags a {
  color: var(--color-white);
}
.marketplace-tags--mb-40 {
  margin-bottom: 40px;
}

.wp-block-search__input {
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  outline: 0;
}
.wp-block-search button {
  max-height: unset;
}

.rush-wc-single-item {
  width: 100%;
  border-radius: 16px;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
  grid-gap: 47px;
}
@media only screen and (max-width: 1024px) {
  .rush-wc-single-item {
    grid-gap: 0;
  }
}
@media only screen and (max-width: 480px) {
  .rush-wc-single-item {
    flex-direction: column;
  }
}
.rush-wc-single-item__meta {
  padding: 53px 0;
  max-width: 613px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .rush-wc-single-item__meta {
    margin-left: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .rush-wc-single-item__meta {
    padding: 0;
  }
}
.rush-wc-single-item__meta h1 {
  font-size: 36px;
  line-height: 47px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 1024px) {
  .rush-wc-single-item__meta h1 {
    font-size: 32px;
    line-height: 126%;
  }
}
.rush-wc-single-item__figure {
  max-width: 484px;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .rush-wc-single-item__figure {
    max-width: 384px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rush-wc-single-item__figure {
    max-width: 300px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .rush-wc-single-item__figure {
    max-width: unset;
    margin-right: 0;
  }
}
.rush-wc-single-item__figure img {
  max-height: 500px;
  height: 500px;
  width: 484px;
  object-fit: cover;
  max-width: 484px;
  border-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .rush-wc-single-item__figure img {
    width: 100%;
    height: auto;
  }
}
.rush-wc-single-item__meta-cols {
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .rush-wc-single-item__meta-cols {
    flex-direction: column;
  }
}
.rush-wc-single-item__meta-price-block {
  display: flex;
  width: 330px;
  border-radius: 8px;
  border: 2px solid #4E515A;
  padding: 9px 11px 9px 20px;
  height: fit-content;
  align-items: center;
}
.rush-wc-single-item__meta-price-block a,
.rush-wc-single-item__meta-price-block button {
  height: auto;
  flex-grow: 0;
  margin-left: auto;
  padding: 15px 39px;
  color: var(--color-white);
}
.rush-wc-single-item__meta-price {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
}
.rush-wc-single-item__meta-price span {
  font-weight: bold;
  color: var(--color-grey-ligher);
  font-size: 14px;
}
.rush-wc-single-item__meta-author {
  display: flex;
  align-items: center;
  margin-left: 26px;
}
@media only screen and (max-width: 1024px) {
  .rush-wc-single-item__meta-author {
    margin-left: 0;
    margin-top: 15px;
  }
}
.rush-wc-single-item__meta-author figure {
  margin-bottom: 0;
  mask-image: url("../images/hex-a1.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  width: 34px;
  height: 39px;
  -webkit-mask-image: url("../images/hex-a1.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.rush-wc-single-item__meta-author figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.rush-wc-single-item__description {
  padding: 18px;
  background-color: #4E515A;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 16px;
  margin: 24px 0;
}
.rush-wc-single-item__description p {
  margin: 0;
}
.rush-wc-single-item__meta-creator-name {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  justify-content: center;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.rush-wc-single-item__meta-creator-name span {
  color: var(--color-grey-ligher);
  font-size: 14px;
  line-height: 17px;
}

/**
 * woocommerce-smallscreen.scss
 * Optimises the default WooCommerce frontend layout when viewed on smaller screens.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #a46497;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #ff5935;
  --wc-primary-text: white;
  --wc-secondary: white;
  --wc-secondary-text: #a1402b;
  --wc-highlight: #35ffbe;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}

/**
 * Style begins
 */
.woocommerce,
.woocommerce-page {
  /**
   * General layout
   */
  /**
   * Products
   */
  /**
   * Product Details
   */
  /**
   * Cart
   */
  /**
   * Checkout
   */
  /**
   * Account
   */
}
.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
  display: none;
}
.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
  border-top: 0;
}
.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
  display: none;
}
.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
  display: block;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
  display: block;
  text-align: right !important;
}
.woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions {
  text-align: left !important;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  font-weight: 700;
  float: left;
}
.woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
.woocommerce-page table.shop_table_responsive tr td.product-remove::before,
.woocommerce-page table.shop_table_responsive tr td.actions::before {
  display: none;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, 0.025);
}
.woocommerce table.my_account_orders tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: left;
}
.woocommerce table.my_account_orders tr td.order-actions::before,
.woocommerce-page table.my_account_orders tr td.order-actions::before {
  display: none;
}
.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  float: none;
  margin: 0.125em 0.25em 0.125em 0;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width: 48%;
  float: left;
  clear: both;
  margin: 0 0 2.992em;
}
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
  float: right;
  clear: none !important;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary {
  float: none;
  width: 100%;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
  display: none;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: left;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
  float: none;
  *zoom: 1;
  padding-bottom: 0.5em;
}
.woocommerce table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::before,
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::before,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::before,
.woocommerce-page #content table.cart td.actions .coupon::after {
  content: " ";
  display: table;
}
.woocommerce table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::after {
  clear: both;
}
.woocommerce table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
  width: 48%;
  box-sizing: border-box;
}
.woocommerce table.cart td.actions .coupon .input-text + .button,
.woocommerce table.cart td.actions .coupon .button.alt,
.woocommerce #content table.cart td.actions .coupon .input-text + .button,
.woocommerce #content table.cart td.actions .coupon .button.alt,
.woocommerce-page table.cart td.actions .coupon .input-text + .button,
.woocommerce-page table.cart td.actions .coupon .button.alt,
.woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
.woocommerce-page #content table.cart td.actions .coupon .button.alt {
  float: right;
}
.woocommerce table.cart td.actions .button,
.woocommerce #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button {
  display: block;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
  text-align: left;
}
.woocommerce.woocommerce-checkout form.login .form-row,
.woocommerce-page.woocommerce-checkout form.login .form-row {
  width: 100%;
  float: none;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last,
.woocommerce-page .lost_reset_password .form-row-first,
.woocommerce-page .lost_reset_password .form-row-last {
  width: 100%;
  float: none;
  margin-right: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .panel {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/**
 * Global styles
 */
.wc-site-content {
  display: flex;
}

p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: var(--color-primary);
  color: white;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
p.demo_store a,
.woocommerce-store-notice a {
  color: white;
  text-decoration: underline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar p.demo_store {
  top: 32px;
}

/**
 * Utility classes
 */
.clear {
  clear: both;
}

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
   * Product Page
   */
  /**
   * Product loops
   */
  /**
   * Buttons
   */
  /**
   * Reviews
   */
  /**
   * Star ratings
   */
  /**
   * Tables
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */
  /**
   * Rating Filter Widget
   */
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 20px 0;
  *zoom: 1;
  padding: 0;
  color: var(--color-black);
  font-size: 0.75rem;
  display: flex;
  grid-gap: 5px;
}
.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb::after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb.uppercase {
  text-transform: uppercase;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #767676;
  text-decoration: none;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 100%;
  border-radius: 8px;
  outline: none;
  border: 0;
  color: var(--color-grey);
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product:not(.marketplace__item) {
  width: 100%;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  color: var(--color-black);
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: var(--color-white);
  font-style: normal;
  font-weight: 500;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  font-size: 12px;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce div.product span.price del span,
.woocommerce div.product p.price del span {
  font-size: unset;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: var(--color-white);
  margin: 10px 5px;
}
.woocommerce div.product .out-of-stock {
  color: var(--color-primary);
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  position: relative;
  left: 10px;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  display: flex;
  position: relative;
  max-width: 560px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  order: 2;
  max-width: 450px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  width: 100%;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
  zoom: 1;
  order: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  margin: 0 15px 0 0;
  overflow: hidden;
  min-width: 80px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
  margin: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  grid-gap: 0;
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-direction: column;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: var(--color-white);
  text-decoration: none;
  font-size: 20px;
  line-height: 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: var(--color-grey);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--color-white);
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: underline;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart::after {
  clear: both;
}
.woocommerce div.product form.cart {
  display: flex;
  margin-bottom: 2em;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: top;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #35ffbe;
  color: white;
  font-size: 0.857em;
  z-index: 9;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0;
  padding: 0;
  list-style: none outside;
  clear: both;
  *zoom: 1;
}
.woocommerce .products ul::before, .woocommerce .products ul::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: " ";
  display: table;
}
.woocommerce .products ul::after,
.woocommerce ul.products::after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  margin-top: 1em;
}
.woocommerce ul.products li.product .price {
  color: #35ffbe;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  font-weight: 700;
  display: inline-block;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(129, 179, 163, 0.5);
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  grid-gap: 5px;
  padding: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  user-select: none;
  list-style: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 12px;
  border: 2px solid #484951;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: #484951;
  color: var(--color-white);
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: var(--color-white);
  background-color: var(--color-grey-ligher);
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
  font-family: "WooCommerce";
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  animation: spin 2s linear infinite;
}
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after,
.woocommerce #respond input#submit.added::after {
  font-family: "WooCommerce";
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  opacity: 0.8;
  text-decoration: none;
  background-image: none;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background-color: var(--color-primary);
  border: none;
  color: var(--color-white);
  cursor: pointer;
  border-radius: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  opacity: 0.7;
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: var(--color-grey);
  color: white;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  opacity: 0.8;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
  color: #fff;
  margin: 0 0 30px;
  font-size: 2rem;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  top: 0;
  left: 0;
  border: 0;
  margin: 0;
  float: left;
  position: absolute;
  background: var(--color-grey);
  padding: 2px;
  width: 32px;
  height: auto;
  box-shadow: none;
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 0;
  border-radius: 4px;
  padding: 1em 1em 0;
  background-color: rgba(255, 255, 255, 0.05);
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  color: var(--color-white);
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #fdf3f1;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: "star";
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: #fad9d1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  outline: none;
  resize: none;
  color: var(--color-white);
  padding: 10px;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: var(--color-white);
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "WooCommerce";
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
  text-align: left;
}
.woocommerce table.shop_attributes th {
  width: 1%;
  font-weight: 700;
  border-top: 0;
  border-bottom: 1px dotted var(--color-black);
  margin: 0;
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  color: var(--color-white);
  border-top: 0;
  border-bottom: 1px dotted var(--color-black);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  border: 1px solid var(--color-black);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  border: 1px solid var(--color-black);
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border: 1px solid var(--color-black);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table td del {
  font-weight: normal;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid var(--color-black);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
  margin: 0;
}
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid var(--color-black);
  *zoom: 1;
}
.woocommerce ul.cart_list li dl::before, .woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::before,
.woocommerce ul.product_list_widget li dl::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top: 3px double white;
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce .widget_shopping_cart .buttons::after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.woocommerce-ResetPassword,
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  *zoom: 1;
  margin: 0 0 3em;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce ul.order_details::before, .woocommerce ul.order_details::after {
  content: " ";
  display: table;
}
.woocommerce ul.order_details::after {
  clear: both;
}
@media screen and (min-width: 1024px) {
  .woocommerce ul.order_details {
    align-items: center;
    flex-direction: row;
  }
}
.woocommerce ul.order_details li {
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #fad9d1;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .woocommerce ul.order_details li {
    margin-bottom: 15px;
    border-right: 0;
  }
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
  background-color: var(--color-black);
  padding: 15px;
  margin-bottom: 2em;
}
.woocommerce .woocommerce-order-downloads .woocommerce-column__title,
.woocommerce .woocommerce-order-downloads .woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-customer-details .woocommerce-order-details__title,
.woocommerce .woocommerce-order-details .woocommerce-column__title,
.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
  margin-top: 0;
}
.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid var(--color-black);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
  line-height: 1.5;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: var(--color-primary);
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: var(--color-primary);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #9b1c00;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  display: flex;
  align-items: center;
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: var(--color-black);
  color: var(--color-white);
  border-top: 3px solid var(--color-primary);
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
  content: " ";
  display: table;
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
  clear: both;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  order: 2;
  margin-left: auto !important;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  font-family: "WooCommerce";
  content: "\e028";
  display: inline-block;
  position: absolute;
  left: 1.5em;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/**
 * Right to left styles
 */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}

.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}
.woocommerce-error li {
  margin-left: 10px !important;
}

/**
 * Account page
 */
.woocommerce-account .woocommerce {
  *zoom: 1;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account .addresses .title {
  *zoom: 1;
}
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e00a";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 32px;
  box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #fad9d1;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
#add_payment_method .wc-proceed-to-checkout::after {
  content: " ";
  display: table;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
  width: 35%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
  color: #767676;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #35ffbe;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid white;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: var(--color-black);
  border-radius: 5px;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin: 0;
  list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
#add_payment_method #payment ul.payment_methods::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
  clear: both;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
  list-style: none;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
  *zoom: 1;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 1em;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.03);
  color: var(--color-white);
}
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #f7c5bb;
  border-top-color: #f4b2a4;
}
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: #f4b2a4;
}
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: #f4b2a4;
}
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: #f4b2a4;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  display: none;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px var(--color-black);
  background: rgba(0, 0, 0, 0.05);
}

.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

/**
 * Twenty Eleven specific styles
 */
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}

/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}

/**
 * Twenty Sixteen specific styles
 */
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}

.comment-form-rating label {
  color: var(--color-white);
  display: block;
  margin-bottom: 10px;
}
.comment-form-rating label span {
  color: var(--color-primary);
}

.required {
  color: var(--color-primary);
}

.comment-reply-title {
  font-size: 18px;
  margin: 0 0 20px;
  color: var(--color-white);
}

.comment-notes {
  color: var(--color-white);
}

.comment-form-email label,
.comment-form-author label,
.comment-form-comment label {
  color: var(--color-white);
  display: block;
  margin-bottom: 10px;
}
.comment-form-email label span,
.comment-form-author label span,
.comment-form-comment label span {
  color: var(--color-primary);
}
.comment-form-email input,
.comment-form-author input,
.comment-form-comment input {
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color-white);
  outline: none;
  padding: 10px;
  resize: none;
  width: 100%;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.comment-form-cookies-consent #wp-comment-cookies-consent[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 2px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgba(255, 255, 255, 0.2);
  display: block;
}
.comment-form-cookies-consent #wp-comment-cookies-consent[type=checkbox]:checked::before {
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.comment-form-cookies-consent #wp-comment-cookies-consent[type=checkbox] {
  appearance: none;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 28px;
  height: 20px;
  border: 0.15em solid rgba(255, 255, 255, 0.05);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  cursor: pointer;
}

.woocommerce-Reviews {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .woocommerce-Reviews {
    flex-direction: column;
  }
}
.woocommerce-Reviews #comments {
  width: 100%;
  padding-right: 35px;
}
.woocommerce-Reviews #review_form_wrapper {
  min-width: 35%;
}
@media screen and (max-width: 1200px) {
  .woocommerce-Reviews #review_form_wrapper {
    width: 100%;
  }
}

.rush-wc-message .button.wc-forward {
  background-color: var(--color-primary);
  border: none;
  border-radius: 8px;
  color: var(--color-grey);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.rush-wc-message .button.wc-forward:hover {
  background-color: var(--color-primary);
  color: var(--color-grey);
}

.woocommerce-page .single-page {
  max-width: 1200px;
}
@media screen and (max-width: 425px) {
  .woocommerce-page .single-page {
    padding: 0;
    flex-direction: row;
  }
}
.woocommerce-page .select2-dropdown {
  background-color: rgba(0, 0, 0, 0.8);
  border: 0;
  color: var(--color-white);
}
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: var(--color-black);
  outline: none;
}
.woocommerce-page .select2-container--default .select2-results__option[aria-selected=true], .woocommerce-page .select2-container--default .select2-results__option[data-selected=true] {
  background-color: rgba(255, 255, 255, 0.07);
}
.woocommerce-page .select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  height: 42px;
  line-height: 42px;
  color: var(--color-white);
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-white);
  height: 100%;
  display: flex;
  align-items: center;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  display: flex;
  align-items: center;
}
.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: rgba(255, 255, 255, 0.07);
  color: var(--color-white);
}

.woocommerce-checkout .col2-set {
  display: flex;
  grid-gap: 25px;
  flex-direction: column;
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .col2-set {
    padding: 0;
    flex-direction: row;
  }
}
.woocommerce-checkout .single-page {
  background-color: unset;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .single-page .wc-woocommerce-checkout {
    flex-direction: row;
  }
}
@media screen and (max-width: 425px) {
  .woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-order-total-review.order-total .woocommerce-Price-amount.amount {
    font-size: 14px;
  }
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-product-total-review span {
  font-size: unset;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout h3 {
  color: var(--color-white);
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 27px;
  position: relative;
  text-align: left;
  margin: 10px 0;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-checkout-lc {
  background-color: var(--color-black);
  margin-right: 20px;
  border-radius: 16px;
  padding: 15px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-checkout-lc {
    margin-right: 0;
  }
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-checkout-rc {
  width: 100%;
  border-radius: 16px;
  padding: 15px;
  height: fit-content;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-checkout-rc {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-checkout-rc {
    max-width: 400px;
  }
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout .wc-checkout-rc h3 {
  margin-top: 0;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout input {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-sizing: border-box;
  color: var(--color-white);
  outline: none;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout input ::-webkit-input-placeholder {
  color: var(--color-white);
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout textarea {
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  outline: none;
  resize: none;
  color: var(--color-white);
  padding: 10px;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout textarea::-webkit-scrollbar {
  display: none;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout .woocommerce-checkout-review-order-table {
  background-color: var(--color-black);
  border: 0;
}
.woocommerce-checkout .single-page .wc-woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .single-page .wc-woocommerce-checkout .woocommerce-checkout-review-order-table th {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.woocommerce-cart .single-page {
  background-color: unset;
}
.woocommerce-cart .single-page .rush-wc-cl-1 {
  flex: 1 1 auto;
}
.woocommerce-cart .single-page .rush-wc-cl-2 {
  border-radius: 16px;
  padding: 25px 15px;
  width: 100%;
  overflow: hidden;
  background-color: var(--color-black);
}
.woocommerce-cart .single-page .rush-wc-cl-2 .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .single-page .rush-wc-cl-2 .wc-proceed-to-checkout a {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .woocommerce-cart .single-page .rush-wc-cl-2 {
    max-width: 400px;
    margin-left: 60px;
  }
}
.woocommerce-cart .single-page .rush-wc-cl-2 table {
  background: unset;
}
.woocommerce-cart .single-page .rush-wc-cl-2 table td {
  border: 0;
}
.woocommerce-cart .single-page .wc-cart__totals-table {
  border: 0;
}
.woocommerce-cart .single-page .wc-cart__shop-table {
  border: 0;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .single-page .wc-cart__shop-table {
    padding: 15px;
  }
}
.woocommerce-cart .single-page .wc-cart__shop-thead,
.woocommerce-cart .single-page .wc-cart__shop-table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  background-color: var(--color-black);
}
.woocommerce-cart .single-page .wc-cart__shop-tr {
  position: relative;
}
.woocommerce-cart .single-page .wc-cart__shop-td {
  padding-right: 25px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid var(--color-black);
  height: 80px;
}
.woocommerce-cart .single-page .wc-cart__shop-td .wc-cart__item-price {
  display: none;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .single-page .wc-cart__shop-td .wc-cart__item-price {
    display: block;
  }
}
.woocommerce-cart .single-page .wc-cart__shop-td--product-name {
  width: 75%;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 425px) {
  .woocommerce-cart .single-page .wc-cart__shop-td--product-name {
    font-size: 14px;
  }
}
.woocommerce-cart .single-page .wc-cart__shop-td--product-name > a {
  color: var(--color-white);
  display: block;
}
.woocommerce-cart .single-page .wc-cart__item-price {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: var(--text-color-body);
}
.woocommerce-cart .single-page .wc-cart__item-price .woocommerce-Price-amount.amount {
  font-size: unset;
  line-height: unset;
}
.woocommerce-cart .single-page .wc-btn-update-cart {
  background-color: var(--color-primary);
  border: none;
  border-radius: 8px;
  color: var(--color-white);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.woocommerce-cart .single-page .wc-btn-update-cart.disabled, .woocommerce-cart .single-page .wc-btn-update-cart:disabled, .woocommerce-cart .single-page .wc-btn-update-cart:disabled[disabled], .woocommerce-cart .single-page .wc-btn-update-cart.disabled:hover, .woocommerce-cart .single-page .wc-btn-update-cart:disabled:hover, .woocommerce-cart .single-page .wc-btn-update-cart:disabled[disabled]:hover {
  opacity: 0.3;
}
.woocommerce-cart .single-page .wc-btn-update-cart:hover {
  background-color: #ff441c;
  color: white;
}
.woocommerce-cart .single-page .wc-cart__thumbnail-link img {
  max-width: 45px !important;
  width: 45px !important;
  height: 45px !important;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.woocommerce-cart .single-page .wc-cart__rbtn {
  border: 0;
}
.woocommerce-cart .single-page .wc-cart__sub-sub-header {
  font-weight: 300;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.03em;
  text-align: left;
  border: 0;
}
.woocommerce-cart .single-page .wc-cart__totals-space {
  padding: 20px 0;
  position: relative;
}
.woocommerce-cart .single-page .wc-cart__totals-space:after {
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  right: -35px;
  top: 50%;
  border-top: solid 1px var(--color-black);
}
.woocommerce-cart .single-page .wc-cart__coupon {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 21px;
}
.woocommerce-cart .single-page .wc-cart__coupon:after {
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  right: -35px;
  bottom: 0;
  border-bottom: solid 1px var(--color-black);
}
.woocommerce-cart .single-page .wc-cart__totals-price {
  position: relative;
  text-align: right;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: var(--color-grey);
}
.woocommerce-cart .single-page .wc-cart__coupon-header {
  text-align: left;
  font-weight: 300;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.03em;
  position: relative;
  color: var(--color-white);
}
.woocommerce-cart .single-page .wc-cart__coupon-form {
  padding-top: 25px;
  display: flex;
  align-items: center;
}
.woocommerce-cart .single-page .wc-cart__coupon-form > input {
  flex: 1 1 auto;
  border-radius: 6px 0 0 6px;
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-sizing: border-box;
  color: var(--color-white);
  outline: none;
}
.woocommerce-cart .single-page .wc-cart__coupon-form > button {
  background-color: var(--color-white);
  box-sizing: border-box;
  color: var(--color-grey);
  outline: none;
  font-size: 14px;
  border-radius: 6px;
  font-weight: normal;
  border: 1px solid transparent;
}
.woocommerce-cart .single-page .wc-cart__totals-price {
  position: relative;
  text-align: right;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: var(--color-grey);
}
.woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail {
    padding-right: 30px;
  }
}
@media screen and (max-width: 425px) {
  .woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail {
    display: none;
  }
}
.woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail img {
  margin-bottom: 0;
}
.woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail:hover .wc-cart__product-remove-link {
  opacity: 1;
}
.woocommerce-cart .single-page .wc-cart__product-remove-link {
  transition: all 0.5s;
  color: var(--color-grey);
  position: absolute;
  left: -20px;
  opacity: 0;
}
.woocommerce-cart .single-page .wc-cart__product-remove-link:hover {
  color: var(--color-white);
  transform: scale(2);
}
.woocommerce-cart .single-page .wc-cart__shop-td-actions {
  text-align: right;
  border-bottom: transparent;
}
.woocommerce-cart .single-page .wc-cart__shop-th,
.woocommerce-cart .single-page .wc-cart__totals-th {
  border: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-color-light);
  text-align: left;
}
.woocommerce-cart .single-page .wc-cart__shop-th.product-quantity {
  display: none;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .single-page .wc-cart__shop-th.product-quantity {
    display: block;
  }
}
.woocommerce-cart .single-page .wc-cart__shop-th.product-name {
  padding-left: 0;
}
@media screen and (max-width: 425px) {
  .woocommerce-cart .single-page .wc-cart__shop-th.product-name {
    display: none;
  }
}
.woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail {
  padding-right: 10px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-cart .single-page .wc-cart__shop-td--product-thumbnail {
    padding-right: 30px;
  }
}
.woocommerce-cart .single-page .woocommerce-elements {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .woocommerce-cart .single-page .woocommerce-elements {
    flex-direction: row;
  }
}

.return-to-shop .navigation__cta {
  color: var(--color-white);
}

.woocommerce-order-received .single-page .post h2 {
  font-size: 28px;
}

.woocommerce-account .single-page {
  background-color: unset;
}
.woocommerce-account .single-page .woocommerce-MyAccount-content {
  background-color: var(--color-black);
  border-radius: 6px;
  padding: 15px;
}
.woocommerce-account .single-page .woocommerce-MyAccount-content input {
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color-white);
  outline: none;
  padding: 10px;
  resize: none;
  width: 100%;
}
.woocommerce-account .single-page .woocommerce-MyAccount-content fieldset {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.woocommerce-account .single-page .woocommerce-MyAccount-content h3 {
  font-size: 24px;
}
.woocommerce-account .single-page .woocommerce-MyAccount-navigation ul {
  display: flex;
  grid-gap: 15px;
  padding: 0;
}
.woocommerce-account .single-page .woocommerce-MyAccount-navigation-link {
  list-style: none;
  background-color: var(--color-black);
  padding: 5px 15px;
  border-radius: 6px;
}
.woocommerce-account .single-page .woocommerce-MyAccount-navigation-link a {
  color: var(--color-white);
}
.woocommerce-account .single-page .woocommerce-MyAccount-navigation-link a:hover {
  opacity: 0.8;
  color: var(--color-white);
}

/* woocommerce */
.shop-single-product__box {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .shop-single-product__box {
    flex-direction: row;
  }
}

.woocommerce .related.products {
  color: #fff;
  margin-top: 40px;
}

.woocommerce .related.products h2 {
  margin-bottom: 40px;
}

a.woocommerce-review-link {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.next-prev-thumbs {
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: flex;
  flex-direction: column;
  background: var(--color-black);
  border-radius: 16px;
  padding: 25px;
  margin: 40px 0 20px;
}
.woocommerce-tabs.wc-tabs-wrapper * {
  color: var(--color-white);
}
.woocommerce-tabs.wc-tabs-wrapper .wcfm_policies_heading,
.woocommerce-tabs.wc-tabs-wrapper .wcfm-enquiries-heading {
  margin: 0;
  font-size: 1.5rem;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-spmv-ordering {
  margin-bottom: 10px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-spmv-ordering select {
  background-color: var(--color-grey);
  border: 0;
  padding: 4px 8px;
  border-radius: 6px;
}
.woocommerce-tabs.wc-tabs-wrapper a.wcfm_product_multivendor, .woocommerce-tabs.wc-tabs-wrapper .wcfmmp_product_mulvendor_container a.wcfmmp_product_multivendor_action_button {
  border: 0;
  box-shadow: none;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
}
.woocommerce-tabs.wc-tabs-wrapper div.wcfmmp_product_mulvendor_rowbody,
.woocommerce-tabs.wc-tabs-wrapper div.wcfmmp_product_mulvendor_rowhead {
  background: unset;
  border: 1px solid var(--color-grey);
  box-shadow: none;
  color: var(--color-white);
}

.woocommerce .product_meta .tagged_as {
  color: var(--color-grey);
}
.woocommerce .product_meta .tagged_as .col-white {
  color: var(--color-white);
}

.woocommerce .product_meta > span a {
  color: var(--color-grey);
  text-decoration: none;
}

.woocommerce .product_meta > span {
  display: block;
  margin: 10px 0;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 700;
}

.woocommerce .product_meta .sku {
  color: var(--color-black);
}

.woocommerce .shop-single-product {
  flex-direction: column;
  display: flex;
  padding: 0;
  width: 100%;
}

.woocommerce-product-details__short-description {
  padding: 20px 0 40px 0;
  color: var(--color-grey);
  font-size: 18px;
}

.woocommerce-Price-amount.amount {
  color: var(--color-white);
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 41px;
}

.woocommerce-Price-amount.amount span {
  font-size: 18px;
  line-height: 23px;
}

.woocommerce-tabs p {
  color: var(--color-white);
}

.section.section_title-column .woocommerce-products-header__title.page-title {
  margin-bottom: 30px;
}

.single-product-page > div {
  display: flex;
}

.wc_payment_method {
  list-style: none;
}
.wc_payment_method .payment_box {
  padding: 2em;
  background: #eee;
}
.wc_payment_method .payment_box ul:last-of-type,
.wc_payment_method .payment_box ol:last-of-type {
  margin-bottom: 0;
}
.wc_payment_method .payment_box fieldset {
  padding: 1.5em;
  padding-bottom: 0;
  border: 0;
}
.wc_payment_method .payment_box li {
  list-style: none;
}
.wc_payment_method .payment_box p:last-child {
  margin-bottom: 0;
}
.wc_payment_method > label:first-of-type {
  margin: 1em 0;
  line-height: 1;
}
.wc_payment_method > label:first-of-type img {
  max-height: 24px;
  max-width: 200px;
  float: right;
}
.wc_payment_method label {
  cursor: pointer;
}
.wc_payment_method input.input-radio[name=payment_method] {
  display: none;
}
.wc_payment_method input.input-radio[name=payment_method] + label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid var(--color-white);
  background: white;
  margin-left: 4px;
  margin-right: 0.5em;
  border-radius: 100%;
  transform: translateY(2px);
}
.wc_payment_method input.input-radio[name=payment_method]:checked + label::before {
  background: var(--color-primary);
}

.u-columns.col2-set {
  display: flex;
  grid-gap: 20px;
}

#wcfm-content .wcfm_registration_form_heading {
  display: none;
}
#wcfm-content .wcfm_title {
  margin-top: 10px;
}
#wcfm-content .wcfm_store_slug_status {
  margin-left: 5px;
}

#password_strength.weak {
  color: red;
}

#wcfm_membership_registration_form input {
  width: 100%;
}

#wcfm_membership_registration_submit input {
  margin-top: 20px;
  background: linear-gradient(92.73deg, #F3CDF1 5.78%, #EDF5FE 59.1%, #D7FEF5 95.43%);
  color: #000;
  padding: 8px 18px;
}

.woocommerce .return-to-shop,
.woocommerce .woocommerce-order {
  background-color: #000;
  padding: 15px;
  border-radius: 8px;
}
.woocommerce .form-row--flex {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-form__label {
  margin-bottom: 0;
}
.woocommerce .wcfmmp_become_vendor_link > a {
  font-size: 0.875rem;
  color: var(--color-white);
}
.woocommerce .woocommerce-LostPassword.lost_password a {
  font-size: 0.875rem;
  color: var(--color-white);
}

.wcfm_form_simple_submit_wrapper {
  margin-top: 12px;
}

.wcfm-message.wcfm-error {
  line-height: 1.8;
}

.wcfm-error, .wcfm-info, .wcfm-success, .wcfm-validation, .wcfm-warning, .wcfm-wcfmu {
  padding: 15px;
}

#wcfm_membership_registration_form_expander {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
#wcfm_membership_registration_form_expander .wcfm_page_options_desc {
  padding: 0;
  font-size: 0.75rem;
  margin: -8px 0 0;
}

.woocommerce-form-register p {
  font-size: 0.875rem !important;
}

.my-account__block {
  width: 460px;
  margin: 0px auto;
}
.my-account__block--bg {
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}
.my-account__block-after {
  display: flex;
}
.my-account__has_account-link {
  margin-left: auto;
}
.my-account__form-heading {
  font-size: 2rem !important;
  margin: 0 0 20px !important;
}

.wcfm-dashboard-page {
  background-color: var(--color-body) !important;
}
.wcfm-dashboard-page .jvectormap-tip, .wcfm-dashboard-page .qtip-wcfm-core-css {
  border: 0;
}
.wcfm-dashboard-page #wcfm_menu .wcfm_menu_items a.active {
  background-color: var(--color-grey);
}
.wcfm-dashboard-page #wcfm_menu .wcfm_menu_items a.wcfm_menu_item:hover:after {
  display: none;
}
.wcfm-dashboard-page .wcfm-action-icon:hover {
  background-color: var(--color-grey-ligher);
}
.wcfm-dashboard-page #wcfm_menu .wcfm_menu_items a:hover span {
  color: var(--color-grey-ligher);
}
.wcfm-dashboard-page .wcfm-collapse .wcfm-top-element-container {
  display: flex;
  align-items: center;
  padding: 15px;
}
.wcfm-dashboard-page .wcfm-collapse .wcfm-top-element-container h2 {
  margin: 0;
  padding: 0;
  font-style: unset;
}
.wcfm-dashboard-page .wcfm-collapse .wcfm-top-element-container .wcfm_disk_limit_label,
.wcfm-dashboard-page .wcfm-collapse .wcfm-top-element-container .wcfm_articles_limit_label {
  margin-left: auto;
}
.wcfm-dashboard-page #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard, .wcfm-dashboard-page .wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_import_export {
  order: 2;
}
.wcfm-dashboard-page .wcfm_product_popup_button {
  background-color: var(--color-secondary);
  color: #fcfcfc;
}
.wcfm-dashboard-page #wcfm-media_wrapper .wcfm_filters_wrap {
  float: right;
}
.wcfm-dashboard-page #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard, .wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_import_export {
  margin-bottom: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--color-secondary);
  color: #fcfcfc;
  text-shadow: none;
  border: 0;
  box-shadow: none;
  padding: 8px 18px;
}
.wcfm-dashboard-page #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard:hover, .wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_import_export:hover {
  opacity: 0.8;
  background-color: var(--color-secondary);
  color: #fcfcfc;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.wcfm_submit_button, .wcfm-dashboard-page #wcfm-main-contentainer button.wcfm_submit_button, .wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_submit_button, .wcfm-dashboard-page #wcfm-main-contentainer .wcfm_add_category_bt, .wcfm-dashboard-page #wcfm-main-contentainer .wcfm_add_attribute, .wcfm-dashboard-page #wcfm-main-contentainer .wcfm_add_attribute_term, .wcfm-dashboard-page #wcfm-main-contentainer input.upload_button, .wcfm-dashboard-page #wcfm-main-contentainer input.remove_button, .wcfm-dashboard-page #wcfm-main-contentainer .dataTables_wrapper .dt-buttons .dt-button, .wcfm-dashboard-page #wcfm_vendor_approval_response_button, .wcfm-dashboard-page #wcfm_bulk_edit_button, .wcfm-dashboard-page #wcfm_enquiry_submit_button {
  margin-bottom: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--color-secondary);
  color: #fcfcfc;
  text-shadow: none;
  border: 0;
  box-shadow: none;
  padding: 8px 18px;
}
.wcfm-dashboard-page #wcfm-main-contentainer input.wcfm_submit_button:hover, .wcfm-dashboard-page #wcfm-main-contentainer button.wcfm_submit_button:hover, .wcfm-dashboard-page #wcfm-main-contentainer a.wcfm_submit_button:hover, .wcfm-dashboard-page #wcfm-main-contentainer .wcfm_add_category_bt:hover, .wcfm-dashboard-page #wcfm-main-contentainer .wcfm_add_attribute:hover, .wcfm-dashboard-page #wcfm-main-contentainer .wcfm_add_attribute_term:hover, .wcfm-dashboard-page #wcfm-main-contentainer input.upload_button:hover, .wcfm-dashboard-page #wcfm-main-contentainer input.remove_button:hover, .wcfm-dashboard-page #wcfm-main-contentainer .dataTables_wrapper .dt-buttons .dt-button:hover, .wcfm-dashboard-page #wcfm_vendor_approval_response_button:hover, .wcfm-dashboard-page #wcfm_bulk_edit_button:hover, .wcfm-dashboard-page #wcfm_enquiry_submit_button:hover {
  opacity: 0.8;
  background-color: var(--color-secondary);
  color: #fcfcfc;
}
.wcfm-dashboard-page .page_collapsible:hover label, .wcfm-dashboard-page .page_collapsible.collapse-open label {
  color: var(--color-primary);
}
.wcfm-dashboard-page .page_collapsible, .wcfm-dashboard-page .wcfm-collapse a.page_collapsible_dummy,
.wcfm-dashboard-page .collapse-open {
  background-color: var(--color-black);
  color: var(--color-white);
}
.wcfm-dashboard-page ul.wcfm_articles_menus li a,
.wcfm-dashboard-page #wcfm-main-contentainer table thead td, .wcfm-dashboard-page #wcfm-main-contentainer table thead th, .wcfm-dashboard-page #wcfm-main-contentainer table tfoot td, .wcfm-dashboard-page #wcfm-main-contentainer table tfoot th,
.wcfm-dashboard-page .wcfm_welcomebox_user_details h3 {
  color: var(--color-grey);
}
.wcfm-dashboard-page #wcfm_menu span.wcfm_sub_menu_items {
  background-color: var(--color-black);
}
.wcfm-dashboard-page #wcfm-main-contentainer .wcfm-page-headig a.active .wcfmfa,
.wcfm-dashboard-page #wcfm-main-contentainer .wcfm_menu_toggler,
.wcfm-dashboard-page #wcfm-main-contentainer .wcfm_responsive_menu_toggler,
.wcfm-dashboard-page .wcfm-page-headig .wcfm-page-heading-text {
  color: var(--color-white) !important;
}
.wcfm-dashboard-page #wcfm-main-content {
  padding: 0;
}
.wcfm-dashboard-page #wcfm-content {
  border: 0;
  color: var(--color-grey);
}
.wcfm-dashboard-page p.wcfm_title strong,
.wcfm-dashboard-page span.wcfm_title strong {
  font-style: unset;
}
.wcfm-dashboard-page #wcfm-main-contentainer .wcfm-page-headig, .wcfm-dashboard-page .wcfm_menu_logo, .wcfm-dashboard-page .wcfm_menu_no_logo {
  background: var(--color-black);
}
.wcfm-dashboard-page #wcfm_menu {
  border-right: var(--color-grey-ligher);
  background: var(--color-black);
}

.wcfm-theme-rush .wcfmmp_sold_by_container_advanced {
  border: 2px solid #4E515A;
}
.wcfm-theme-rush .wcfm_buttons {
  background: unset;
  margin: 10px;
}
.wcfm-theme-rush .wcfm_buttons .wcfm_button_separator {
  visibility: hidden;
  margin: 0 1px;
}
.wcfm-theme-rush .wcfm_buttons .wcfm_button {
  margin: 0;
  color: var(--color-white);
  font-size: 12px;
  padding: 2px 4px;
  background: var(--color-black);
  border: 0;
}
.wcfm-theme-rush .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store a {
  color: var(--color-white) !important;
}
.wcfm-theme-rush .wcfm_catalog_enquiry {
  border: 0;
  padding: 6px 18px;
  border-radius: 8px;
  box-shadow: none;
  background-color: var(--color-secondary);
}
.wcfm-theme-rush .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label {
  font-weight: bold;
  color: var(--color-grey-ligher);
  font-size: 14px;
}
.wcfm-theme-rush #wcfmmp-store {
  background: transparent;
  box-shadow: none;
}
.wcfm-theme-rush #wcfmmp-store h1, .wcfm-theme-rush #wcfmmp-store h2 {
  color: var(--color-white);
}
.wcfm-theme-rush #wcfmmp-store aside .wp-block-group__inner-container {
  margin-top: 15px;
}
.wcfm-theme-rush #wcfmmp-store aside ol,
.wcfm-theme-rush #wcfmmp-store aside ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
.wcfm-theme-rush #wcfmmp-store aside ol li,
.wcfm-theme-rush #wcfmmp-store aside ul li {
  padding: 0;
  margin: 0;
}
.wcfm-theme-rush #wcfmmp-store .bd_icon_box .follow, .wcfm-theme-rush #wcfmmp-store .bd_icon_box .wcfm_store_enquiry, .wcfm-theme-rush #wcfmmp-store .bd_icon_box .wcfm_store_chatnow {
  background-color: var(--color-secondary);
  color: var(--color-white) !important;
}
.wcfm-theme-rush #wcfmmp-store .bd_icon_box .follow i, .wcfm-theme-rush #wcfmmp-store .bd_icon_box .wcfm_store_enquiry i, .wcfm-theme-rush #wcfmmp-store .bd_icon_box .wcfm_store_chatnow i {
  font-size: 12px;
}
.wcfm-theme-rush #wcfmmp-store .bd_icon_box .follow span, .wcfm-theme-rush #wcfmmp-store .bd_icon_box .wcfm_store_enquiry span, .wcfm-theme-rush #wcfmmp-store .bd_icon_box .wcfm_store_chatnow span {
  color: var(--color-white) !important;
}
.wcfm-theme-rush #wcfmmp-store .bd_icon_box .follow:hover, .wcfm-theme-rush #wcfmmp-store .bd_icon_box .wcfm_store_enquiry:hover, .wcfm-theme-rush #wcfmmp-store .bd_icon_box .wcfm_store_chatnow:hover {
  background-color: var(--color-secondary);
  color: var(--color-white) !important;
  opacity: 0.8;
}
.wcfm-theme-rush #wcfmmp-store .famous_reviewers_picture .avatar {
  width: 100%;
  height: 100%;
}
.wcfm-theme-rush #wcfmmp-store .rating_area,
.wcfm-theme-rush #wcfmmp-store .reviews_heading,
.wcfm-theme-rush #wcfmmp-store .wcfm_policies_heading {
  border-color: var(--color-grey-ligher);
}
.wcfm-theme-rush #wcfmmp-store .reviews_heading a {
  color: var(--color-white);
}
.wcfm-theme-rush #wcfmmp-store .add_review textarea,
.wcfm-theme-rush #wcfmmp-store .add_review input {
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 0;
  outline: none;
  text-indent: 0;
  resize: none;
  color: var(--color-white);
  padding: 10px;
  box-shadow: none;
}
.wcfm-theme-rush #wcfmmp-store .add_review button {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.wcfm-theme-rush #wcfmmp-store .add_review button:hover {
  background-color: var(--color-primary);
  color: var(--color-grey);
  opacity: 0.8;
}
.wcfm-theme-rush #wcfmmp-store .reviews_heading, .wcfm-theme-rush #wcfmmp-store .wcfm_policies_heading {
  color: var(--color-white);
}
.wcfm-theme-rush #wcfmmp-store .reviews_area, .wcfm-theme-rush #wcfmmp-store .policies_area, .wcfm-theme-rush #wcfmmp-store .wcfm_store_description {
  background-color: var(--color-black);
  box-shadow: none;
  border-radius: 6px;
}
.wcfm-theme-rush #wcfmmp-store .header_wrapper {
  background-color: var(--color-black);
}
.wcfm-theme-rush #wcfmmp-store .social_area {
  background-color: unset;
  width: 310px;
}
.wcfm-theme-rush #wcfmmp-store .social_area ul li {
  background: unset;
}
.wcfm-theme-rush #wcfmmp-store .social_area ul li:hover {
  background: unset;
}
.wcfm-theme-rush #wcfmmp-store .social_area ul li a:hover i {
  color: var(--color-primary);
}
.wcfm-theme-rush #wcfmmp-store .social_area ul li a i {
  color: var(--color-white);
}
.wcfm-theme-rush #wcfmmp-store .tab_area .tab_links {
  background-color: unset;
  border: 0;
}
.wcfm-theme-rush #wcfmmp-store .tab_area .tab_links li {
  border: 0;
}
.wcfm-theme-rush #wcfmmp-store .tab_area .tab_links li.active {
  background-color: var(--color-secondary);
  border-radius: 6px;
  border: 0 !important;
}
.wcfm-theme-rush #wcfmmp-store .tab_area .tab_links li.active a {
  color: var(--color-white);
}
.wcfm-theme-rush #wcfmmp-store .tab_area .tab_links li:hover a,
.wcfm-theme-rush #wcfmmp-store .tab_area .tab_links li a {
  color: var(--color-white);
}
.wcfm-theme-rush #wcfmmp-store .tab_area .tab_links li a {
  padding: 4px 12px;
}
.wcfm-theme-rush #wcfmmp-store .tab_area .tab_links li:after {
  display: none;
}
.wcfm-theme-rush #wcfmmp-store .logo_area {
  box-shadow: none;
}
.wcfm-theme-rush #wcfmmp-store .left_sidebar {
  width: 25%;
  padding: 5% 3% 20% 3%;
  background: unset;
  border: 0;
}
.wcfm-theme-rush #wcfmmp-store #wcfm_store_header {
  background: unset;
  border: 0;
}
.wcfm-theme-rush #cboxContent {
  color: var(--color-grey);
}
.wcfm-theme-rush #cboxContent .wcfm_popup_wrapper h2,
.wcfm-theme-rush #cboxContent form.wcfm_popup_wrapper h2 {
  color: var(--color-grey);
  font-style: unset;
}
.wcfm-theme-rush #cboxContent .wcfm_popup_wrapper .wcfm_popup_button {
  background-color: var(--color-primary);
  color: var(--color-grey);
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.wcfm-theme-rush #cboxContent .wcfm_popup_wrapper .wcfm_popup_button:hover {
  background-color: var(--color-primary);
  color: var(--color-grey) !important;
  opacity: 0.8;
}

.wcfm-store-page #main.site-main {
  max-width: 1200px !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 1280px) {
  .wcfm-store-page #main.site-main {
    width: 90%;
  }
}

.ethpress-metamask-login-button {
  margin-bottom: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(92.73deg, #F3CDF1 5.78%, #EDF5FE 59.1%, #D7FEF5 95.43%);
  color: #000;
  padding: 8px 18px;
}

#web3-login-root .web3login-modal-background {
  background-color: rgba(0, 0, 0, 0.6);
}
#web3-login-root .web3login-modal {
  color: var(--color-white);
  max-width: 535px;
  background-color: var(--color-black);
}
#web3-login-root .web3login-modal-content {
  padding-top: 5px;
}
#web3-login-root .web3login-modal-content ul {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
#web3-login-root .web3login-modal-content ul li {
  width: 100%;
}
#web3-login-root .web3login-modal-content button {
  margin-bottom: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(92.73deg, #F3CDF1 5.78%, #EDF5FE 59.1%, #D7FEF5 95.43%);
  color: #000;
  padding: 8px 18px;
}

.single-page {
  background-color: var(--color-black);
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  border-radius: 6px;
  padding: 20px;
  color: var(--color-white);
}

.wcfm-theme-nftly .single-page {
  background-color: unset;
}

.monk-sidebar-active .single-page {
  max-width: 880px;
}

.no-comments {
  color: var(--color-white);
}

.featured-box {
  border-radius: 16px;
  text-align: center;
  background-color: var(--color-black);
  width: 100%;
  margin: 0 0 40px;
  height: auto;
}
.featured-box img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 16px;
}

.single-page .post {
  color: var(--color-white);
  width: 1020px;
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-page .post hr {
  margin: 10px 0;
  border-color: rgba(0, 0, 0, 0.3);
}
.single-page .post iframe {
  max-width: 100%;
}
.single-page .post > .post-tags {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 30px;
  display: flex;
}
.single-page .post > .post-tags * {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  align-items: center;
  background-color: #3f4149;
  border-radius: 8px;
  color: var(--color-white);
  display: flex;
  height: 22px;
  justify-content: center;
  padding: 0 7px;
}
.single-page .post > .post-tags var {
  color: var(--color-white);
}
.single-page .post > .post-tags > span {
  margin-right: 6px;
  width: max-content;
}
.single-page .post > .post-tags > a {
  transition: 0.3s;
  text-decoration: none;
  width: max-content;
  white-space: nowrap;
}
.single-page .post > .post-tags > a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.single-page .post > .post-tags > a:not(:last-child) {
  margin-right: 7px;
}
.single-page .post .post-title {
  margin: 0 0 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 600;
}
.single-page .post img {
  margin-bottom: 2px;
  max-width: 100%;
  height: auto;
}
.single-page .post h1 {
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  margin: 0 0 9px;
}
@media screen and (max-width: 1200px) {
  .single-page .post h1 {
    font-size: 28px;
    line-height: normal;
  }
}
.single-page .post h2 {
  font-size: 42px;
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .single-page .post h2 {
    font-size: 26px;
    line-height: normal;
  }
}
.single-page .post h3 {
  font-size: 38px;
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .single-page .post h3 {
    font-size: 22px;
    line-height: normal;
  }
}
.single-page .post h4 {
  font-size: 32px;
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .single-page .post h4 {
    font-size: 20px;
  }
}
.single-page .post h5 {
  font-size: 28px;
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .single-page .post h5 {
    font-size: 18px;
  }
}
.single-page .post h6 {
  font-size: 24px;
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .single-page .post h6 {
    font-size: 16px;
  }
}
.single-page .post q {
  font-style: italic;
}
.single-page .post blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid var(--color-white);
}
.single-page .post table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}
.single-page .post td,
.single-page .post th {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.02);
}
.single-page .post dd {
  line-height: 1.42857143;
  margin: 0 0 20px;
}
.single-page .post dt {
  line-height: 1.42857143;
  font-weight: 700;
}
.single-page .post dl {
  margin: 0 20px;
}
.single-page .post address {
  font-style: italic;
  margin: 0 0 24px;
  font-weight: normal;
}
.single-page .post abbr {
  cursor: help;
  border-bottom: 1px dotted;
}
.single-page .post figcaption {
  display: block;
  margin: 0;
}
.single-page .post .has-background {
  color: var(--color-grey);
  padding: 5px;
}
.single-page .post .page-links {
  margin-top: 20px;
}
.single-page .post .wp-block-group {
  margin-bottom: 15px;
}
.single-page .post .wp-block-spacer {
  height: 100px;
}
.single-page .post pre {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.single-page .post code {
  background: rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
  box-decoration-break: clone;
  padding: 0.1rem 0.3rem 0.2rem;
  border-radius: 0.2rem;
}
.single-page .post ul,
.single-page .post ol {
  padding-left: 40px;
  margin-bottom: 18px;
}
.single-page .post ul li,
.single-page .post ol li {
  list-style: initial;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 720px) {
  .single-page .post ul li,
.single-page .post ol li {
    font-size: 14px;
  }
}
.single-page .post ul li a,
.single-page .post ol li a {
  color: var(--color-white);
  transition: color 0.3s;
}
.single-page .post ul li a:hover,
.single-page .post ol li a:hover {
  color: var(--color-grey);
}
.single-page .post i {
  font-style: italic;
}
.single-page .post cite {
  font-style: italic;
}
.single-page .post em {
  font-style: italic;
}
.single-page .post var {
  font-style: italic;
}
.single-page .post dfn {
  font-style: italic;
}
.single-page .post .aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.single-page .post .alignright {
  margin: 0 0 20px 10px;
  float: right;
}
.single-page .post .alignleft {
  margin: 0 5px 5px 0;
  float: left;
}
.single-page .post .wp-caption-text {
  color: var(--color-white);
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
}
.single-page .post input {
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color-white);
  outline: none;
  padding: 10px;
  resize: none;
}
.single-page .post input[type=submit] {
  cursor: pointer;
  padding: 8px 16px;
}
.single-page .post input[type=submit]:hover {
  opacity: 0.9;
}
.single-page .post .post-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .single-page .post .post-details {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 425px) {
  .single-page .post .post-details {
    font-size: 12px;
    margin-bottom: 28px;
  }
}
.single-page .post .post-details .author {
  margin: 0 5px;
}
.single-page .post .post-details a {
  margin-left: 5px;
}
@media screen and (max-width: 720px) {
  .single-page .post > p {
    float: left;
  }
}
.single-page .post p {
  font-size: 16px;
  font-style: normal;
  line-height: 1.4em;
}
@media screen and (max-width: 720px) {
  .single-page .post p {
    font-size: 14px;
  }
}
.single-page .post p strong {
  font-weight: 700;
}
.single-page .post p img {
  margin-right: 14px;
  height: auto;
}
.single-page .post p:not(:last-child) {
  margin-bottom: 10px;
}
.single-page .wrapper {
  display: -webkit-flex;
  display: flex;
}
.single-page .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.single-page .page {
  padding: 60px 0;
  width: 1020px;
}
.single-page .page select {
  -webkit-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  -o-outline: none;
  outline: none;
}
.single-page .page h1 {
  margin-bottom: 15px;
}
.single-page .page h3 {
  margin: 15px 0 10px;
}
.single-page .page ul {
  list-style: none;
}
.single-page .page li {
  list-style: none;
}
.single-page .page textarea {
  border: 1px solid #ccc;
  padding: 8px 10px;
  -webkit-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  -o-outline: none;
  outline: none;
}
.single-page .page input {
  border: 1px solid #ccc;
  padding: 8px 10px;
  -webkit-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  -o-outline: none;
  outline: none;
}
.single-page .page.full-width {
  width: 100%;
}
.single-page .post.full-width {
  width: 100%;
}

.single-post-comments {
  display: flex;
  flex-direction: column;
  background: var(--color-black);
  border-radius: 16px;
  padding: 25px;
  margin: 40px 0 20px;
}
.single-post-comments .comment-container a {
  color: var(--color-white);
  line-height: 16px;
}
.single-post-comments .comment-container > .comment-headtitle {
  margin-bottom: 35px;
}
.single-post-comments .comment-container > .comment-headtitle > h3 {
  margin: 0;
}
.single-post-comments .comment-container ul {
  list-style: none;
}
.single-post-comments .comment-container ul a {
  text-decoration: none;
}
.single-post-comments .comment-container ul.pingback {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 20px 0;
  line-height: 1.5;
}
.single-post-comments .comment-container ul.pingback li {
  list-style: auto;
  margin: 0 0 0 20px;
}
.single-post-comments .comment-container ul.pingback li a {
  color: var(--color-white);
}
.single-post-comments .comment-container ul.children {
  width: 100%;
  padding-left: 50px;
}
.single-post-comments .comment-container > ul {
  position: relative;
}
.single-post-comments .comment-container > ul li {
  margin: 0 0 20px;
}
.single-post-comments .comment-container > ul li .the_comment {
  display: -webkit-flex;
  display: flex;
  min-height: 112px;
  position: relative;
}
.single-post-comments .comment-container > ul li .the_comment .comment-author-avatar img {
  background: var(--color-white);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  left: 0;
  margin: 0;
  padding: 2px;
  position: absolute;
  top: 0;
  width: 32px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body {
  margin: 0 0 0 50px;
  border: 0;
  width: 100%;
  border-radius: 4px;
  padding: 1em 1em 0;
  background-color: rgba(255, 255, 255, 0.07);
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-meta {
  color: var(--color-white);
  font-size: 0.83em;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-meta .comment-meta-author {
  color: var(--color-white);
  font-weight: bold;
  vertical-align: middle;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-meta a {
  color: var(--color-white);
  text-decoration: none;
  vertical-align: middle;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content {
  line-height: 1.6em;
  font-size: 14px;
  color: var(--color-white) !important;
  max-width: 584px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content hr {
  margin: 10px 0;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content h1 {
  font-size: calc-em(40);
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content h2 {
  font-size: calc-em(32);
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content h3 {
  font-size: calc-em(28);
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content h4 {
  font-size: calc-em(24);
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content h5 {
  font-size: calc-em(20);
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content h6 {
  font-size: calc-em(16);
  margin: 24px 0;
  font-weight: 500;
  line-height: 1;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content q {
  font-style: italic;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid var(--color-white);
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content td,
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content th {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.02);
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content dd {
  line-height: 1.42857143;
  margin: 0 0 20px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content dt {
  line-height: 1.42857143;
  font-weight: 700;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content dl {
  margin: 0 20px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content address {
  font-style: italic;
  margin: 0 0 24px;
  font-weight: normal;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content abbr {
  cursor: help;
  border-bottom: 1px dotted;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content pre {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content code {
  background: rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
  box-decoration-break: clone;
  padding: 0.1rem 0.3rem 0.2rem;
  border-radius: 0.2rem;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content address {
  font-style: italic;
  margin: 0 0 24px;
  font-weight: normal;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content abbr {
  cursor: help;
  border-bottom: 1px dotted;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content img {
  max-width: 100%;
  height: auto;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ul,
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ol {
  padding-left: 40px;
  margin-bottom: 18px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ul li,
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ol li {
  list-style: initial;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
}
@media screen and (max-width: 720px) {
  .single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ul li,
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ol li {
    font-size: 14px;
  }
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ul li a,
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ol li a {
  color: var(--color-white);
  transition: color 0.3s;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ul li a:hover,
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content ol li a:hover {
  color: var(--color-grey);
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content p {
  font-size: 16px;
  font-style: normal;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content .comment-options {
  margin: 10px 0;
  padding: 0;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content .comment-options li {
  display: inline;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content .comment-options li:not(:last-child) {
  margin-right: 14px;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content .comment-options li > a {
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color-white);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}
.single-post-comments .comment-container > ul li .the_comment .comment-body .comment-content .comment-options li > a:hover {
  color: var(--color-white);
  opacity: 0.7;
}
.single-post-comments .comment-respond .title {
  margin: 0;
}
.single-post-comments .comment-respond .title h3 {
  font-size: 26px;
  margin-bottom: 24px;
}
@media screen and (max-width: 482px) {
  .single-post-comments .comment-respond .title h3 {
    font-size: 22px;
  }
}
.single-post-comments .comment-respond .title h3 > small {
  font-size: 12px;
  float: right;
  position: relative;
  top: 6.5px;
}
.single-post-comments .comment-respond .title p {
  font-size: 14px;
  margin-bottom: 0;
}
.single-post-comments .comment-respond form .logged-in-as {
  color: var(--color-white);
  font-size: calc-em(14);
}
.single-post-comments .comment-respond form .logged-in-as a {
  color: var(--color-white);
  text-decoration: none;
}
.single-post-comments .comment-respond form .form-field {
  display: -webkit-flex;
  display: flex;
}
.single-post-comments .comment-respond form .form-field:first-of-type {
  margin-top: 14px;
}
.single-post-comments .comment-respond form .form-field:not(:last-child) {
  margin-bottom: 16px;
}
.single-post-comments .comment-respond form .form-field input,
.single-post-comments .comment-respond form .form-field textarea {
  border-radius: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  outline: none;
  border: 0;
  color: var(--color-white);
}
.single-post-comments .comment-respond form .form-field input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  padding: 18px;
  border: 0;
}
.single-post-comments .comment-respond form .form-field input:not(:first-child) {
  margin-left: 16px;
}
.single-post-comments .comment-respond form .form-field textarea {
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border: 0;
  outline: none;
  resize: none;
  color: var(--color-white);
  padding: 10px;
}
.single-post-comments .comment-respond form button {
  margin-top: 16px;
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 10px;
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 31px;
  max-height: 46px;
  min-height: 46px;
  padding: 0 32px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  transition: 0.3s;
}
.single-post-comments .comment-respond form button:hover {
  background-color: var(--color-primary);
}
.single-post-comments .comment-respond form button.disabled {
  opacity: 0.4;
}

.single-page.woocommerce {
  padding: 130px 0;
}

@media screen and (max-width: 992px) {
  .single-page .featured-box {
    height: 345px;
    margin-bottom: 20px;
  }
  .single-page .wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .single-page .social-widget {
    margin: 0 auto;
    width: 100%;
  }
  .single-page .social-widget .share-post {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .single-page .social-widget .share-post li:not(:first-child) {
    margin-left: 10px;
  }
  .single-page .page {
    width: 100%;
  }
  .single-page .post {
    width: 100%;
  }
  .single-page .comment-container ul.children {
    padding-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .single-page .social-widget {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    order: 2;
    margin-top: 64px;
  }
  .single-page .social-widget .comment-counter span {
    text-align: center;
  }
  .single-page .comment-container > ul li .the_comment .comment-author-avatar {
    width: 40px;
  }
  .single-page .comment-container > ul li .the_comment .comment-author-avatar img {
    max-width: 40px;
    max-height: 40px;
    border-radius: 6px;
  }
  .single-page .comment-container > ul li .the_comment .comment-body {
    width: 70%;
  }
}
@media screen and (min-width: 993px) {
  .single-page .comment-container:not(.full-width) {
    margin-left: 179px;
  }
}
@media screen and (max-width: 1268px) {
  .single-page .comment-container ul.children {
    padding-left: 35px;
  }
}
@media screen and (max-width: 760px) {
  .single-page .comment-respond form .form-field {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .single-page .comment-respond form .form-field input:not(:first-child) {
    margin-left: 0;
    margin-top: 16px;
  }
}
.news__title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 43px;
  font-family: var(--font-secondary);
  margin-bottom: 35px;
  color: var(--color-black);
}
@media only screen and (max-width: 480px) {
  .news__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 26px;
  }
}
.news__title--front {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 45px;
  color: var(--color-black);
  text-transform: uppercase;
}
.news__list {
  grid-gap: 15px;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.news__list--columns {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .news__list {
    grid-template-columns: 1fr;
  }
  .news__list--columns {
    grid-template-columns: unset;
  }
}
@media only screen and (max-width: 480px) {
  .news__list {
    gap: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .news__list {
    gap: 0;
  }
  .news__list > :not(:last-child) {
    margin-bottom: 12px;
  }
}
.news__card {
  display: flex;
  border-radius: 16px;
  background-color: var(--color-news-block);
  flex-direction: column;
  min-width: 0;
}
.news__media {
  overflow: hidden;
  width: 100%;
  max-height: fit-content;
  flex: 0 0 auto;
  border-radius: 16px;
}
.news__media a {
  text-align: center;
  display: block;
}
.news__media img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.news__content {
  padding: 18px;
  color: var(--color-grey-ligher);
  font-weight: 600;
  width: 100%;
}
.news__card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news__card-meta {
  color: var(--color-grey-ligher);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.news .sticky {
  margin-right: 5px;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 8px;
  background-color: var(--color-secondary);
  color: #fcfcfc;
  font-size: 10px;
  line-height: 15px;
}
.news__card-labels {
  display: flex;
  grid-gap: 6px;
  margin-left: auto;
}
.news__card-label {
  display: flex;
  align-items: center;
  grid-gap: 4px;
  padding: 2px 6px;
  border-radius: 6px;
  background-color: var(--color-primary);
  color: var(--color-grey);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.news__card-label a {
  color: var(--color-grey);
}

.pagination {
  display: flex;
  margin-top: 16px;
}
.pagination ul {
  list-style: none;
  display: flex;
}
.pagination li {
  font-size: 12px;
  border: 2px solid #484951;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  user-select: none;
  transition: all 0.3s;
}
.pagination li:not([data-dots=true]) {
  cursor: pointer;
}
.pagination li:hover:not([data-dots=true]) {
  background-color: #484951;
}
.pagination li[data-active=true] {
  background-color: #484951;
}
.pagination li:not(:last-child) {
  margin-right: 5px;
}

.pagination-inline {
  display: flex;
  margin-top: 16px;
}
.pagination-inline * {
  color: var(--color-grey);
  font-size: 12px;
  border: 2px solid #484951;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  user-select: none;
  transition: all 0.3s;
}
.pagination-inline *:not(:last-child) {
  margin-right: 5px;
}
.pagination-inline .page-numbers {
  text-decoration: none;
}
.pagination-inline .page-numbers.active {
  background-color: #484951;
}
.pagination-inline .page-numbers:hover:not(.dots) {
  background-color: #484951;
}

.pagination-nav {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pagination-nav a {
  text-decoration: none;
  color: var(--color-grey);
  font-weight: 500;
  transition: color 0.3s;
}
.pagination-nav a:hover {
  color: var(--color-primary) !important;
}
.pagination-nav > div:first-child {
  margin-right: 16px;
}

.navigation.pagination {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.navigation.pagination .screen-reader-text {
  margin-bottom: 16px;
}
.navigation.pagination .nav-links {
  display: flex;
}
.navigation.pagination .nav-links * {
  color: var(--color-grey);
  font-size: 12px;
  border: 2px solid #484951;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  user-select: none;
  transition: all 0.3s;
}
.navigation.pagination .nav-links *:not(:last-child) {
  margin-right: 5px;
}
.navigation.pagination .nav-links .page-numbers {
  text-decoration: none;
}
.navigation.pagination .nav-links .page-numbers.current {
  color: var(--color-white);
  background-color: #484951;
}
.navigation.pagination .nav-links .page-numbers:hover:not(.dots) {
  background-color: #484951;
}
.navigation.pagination .nav-links .prev,
.navigation.pagination .nav-links .next {
  width: max-content;
  padding: 0 8px;
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 140px 0 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 480px) {
  .hero {
    padding: 75px 0;
  }
}
.hero__headings {
  /* max-width: 720px; */
  word-break: break-word;
  /* margin-bottom: 20px; */
  margin-top: 300px;;
}
@media only screen and (max-width: 767px) {
  .hero__headings h1 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 480px) {
  .hero__headings h1 {
    text-align: center;
    font-size: 36px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__headings h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .hero__headings h4 {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 480px) {
  .hero__headings {
    margin-bottom: 37px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hero__stats {
  margin: 195px 0 0;
  border-top: 1px solid var(--color-grey);
  width: 100%;
  padding-top: 49px;
}
@media only screen and (max-width: 480px) {
  .hero__stats {
    margin: 95px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero__stats {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .hero__stats {
    border: none;
    padding-top: 0;
    margin-top: 60px;
  }
}
.hero__bg-image {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1280px) {
  .hero__bg-image {
    background-image: unset !important;
  }
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border-radius: 8px;
  background-color: var(--color-black);
  width: 100%;
  max-width: 1170px;
}
.not-found .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 58px;
  color: var(--color-white);
  margin-bottom: 9px;
  margin-top: 74px;
}
.not-found h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--pixie-gray);
  margin-bottom: 62px;
}
.not-found form {
  max-width: 526px;
  margin-bottom: 70px;
  width: 100%;
}

.landing-intro {
  padding-top: 47px;
  padding-bottom: 145px;
}
@media only screen and (max-width: 660px) {
  .landing-intro {
    padding-top: 36px;
    padding-bottom: 81px;
  }
}
.landing-intro > :nth-child(1) {
  margin-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .landing-intro > :nth-child(1) {
    margin-bottom: 76px;
  }
}
@media only screen and (max-width: 660px) {
  .landing-intro > :nth-child(1) {
    margin-bottom: 52px;
  }
}
.landing-intro > :nth-child(2) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 660px) {
  .landing-intro > :nth-child(2) {
    margin-bottom: 52px;
  }
}
.landing-intro > :nth-child(3) {
  margin-bottom: 80px;
}
.landing-main {
  padding-top: 100px;
}
@media only screen and (max-width: 660px) {
  .landing-main {
    padding-top: 39px;
  }
}
.landing-main > :nth-child(1) {
  margin-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .landing-main > :nth-child(1) {
    margin-bottom: 76px;
  }
}
.landing-main > :nth-child(2) {
  margin-bottom: 59px;
}
@media only screen and (max-width: 767px) {
  .landing-main > :nth-child(2) {
    margin-bottom: 48px;
  }
}
.landing-main > :nth-child(3) {
  margin-bottom: 108px;
}
@media only screen and (max-width: 767px) {
  .landing-main > :nth-child(3) {
    margin-bottom: 48px;
  }
}
.landing-main > :nth-child(4) {
  margin-bottom: 170px;
}
@media only screen and (max-width: 767px) {
  .landing-main > :nth-child(4) {
    margin-bottom: 94px;
  }
}
.landing-main > :nth-child(5) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .landing-main > :nth-child(5) {
    margin-bottom: 75px;
  }
}
.landing-after-main {
  padding-top: 32px;
  padding-bottom: 73px;
}
@media only screen and (max-width: 660px) {
  .landing-after-main {
    padding-top: 29px;
    padding-bottom: 30px;
  }
}
.landing-after-main > :nth-child(1) {
  margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .landing-after-main > :nth-child(1) {
    margin-bottom: 83px;
  }
}
.landing-after-main > :nth-child(2) {
  margin-bottom: 131px;
}
@media only screen and (max-width: 767px) {
  .landing-after-main > :nth-child(2) {
    margin-bottom: 42px;
  }
}
.landing-after-main > :nth-child(3) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .landing-after-main > :nth-child(3) {
    margin-bottom: 54px;
  }
}
.landing-tournament {
  padding-top: 134px;
  padding-bottom: 143px;
}
@media only screen and (max-width: 660px) {
  .landing-tournament {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.landing-prize {
  padding-top: 120px;
  padding-bottom: 115px;
}
@media only screen and (max-width: 660px) {
  .landing-prize {
    padding-top: 82px;
    padding-bottom: 49px;
  }
}
@media only screen and (max-width: 660px) {
  .landing-prize > :nth-child(2),
.landing-prize > :nth-child(3) {
    display: none;
  }
}