﻿.mainContent {
  padding-top: 212px; }

.headerMessage {
  background: #ca0043;
  height: 30px; }
  .headerMessage .headerMessageInline {
    height: 30px;
    width: 100%;
    max-width: 1770px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }
    .headerMessage .headerMessageInline .headerMessageInlineLeft {
      display: flex;
      flex-grow: 1;
      justify-content: center;
      align-items: center;
      height: 30px; }
      .headerMessage .headerMessageInline .headerMessageInlineLeft a {
        text-decoration: none;
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        text-decoration: none; }
        .headerMessage .headerMessageInline .headerMessageInlineLeft a:hover {
          text-decoration: underline; }
    .headerMessage .headerMessageInline .headerMessageInlineRight {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #a20036;
      background-image: url(../images/bg-000-30.png);
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      padding: 0 15px;
      height: 30px; }
      @media (max-width: 800px) {
        .headerMessage .headerMessageInline .headerMessageInlineRight {
          display: none; } }
      .headerMessage .headerMessageInline .headerMessageInlineRight span {
        font-size: 15px;
        font-weight: 400;
        margin: 0 5px 0 0; }
      .headerMessage .headerMessageInline .headerMessageInlineRight a {
        text-decoration: none;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        margin: 0 0 0 10px; }
        .headerMessage .headerMessageInline .headerMessageInlineRight a:hover {
          text-decoration: underline; }

.gHeaderTopMessage {
  display: none; }
  @media (max-width: 540px) {
    .gHeaderTopMessage {
      background: #121212;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 600;
      font-size: 12px;
      border-bottom: 1px solid #2b2b2b;
      padding: 3px 20px; } }
  .gHeaderTopMessage img {
    display: flex;
    margin: 0 10px 0 0;
    height: 12px;
    width: auto; }

.gHeaderLeft {
  display: flex;
  align-items: center; }
  @media (max-width: 800px) {
    .gHeaderLeft {
      height: 60px; } }
  .gHeaderLeft .gBurger {
    display: flex;
    color: #fff;
    position: relative; }
    .gHeaderLeft .gBurger a {
      color: #fff;
      text-decoration: none;
      display: flex; }
      @media (max-width: 800px) {
        .gHeaderLeft .gBurger a {
          padding: 0 0 0 20px; } }
      @media (max-width: 299px) {
        .gHeaderLeft .gBurger a {
          padding: 0 0 0 10px; } }
      .gHeaderLeft .gBurger a img {
        display: flex;
        width: auto;
        height: 27px; }
  .gHeaderLeft .gLogo {
    padding: 0 30px 0 30px;
    order: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 800px) {
      .gHeaderLeft .gLogo {
        padding: 0 0 0 20px; } }
    @media (max-width: 299px) {
      .gHeaderLeft .gLogo {
        padding: 0 0 0 10px; } }
    .gHeaderLeft .gLogo a {
      display: flex; }
      .gHeaderLeft .gLogo a img {
        display: flex; }
        @media (max-width: 359px) {
          .gHeaderLeft .gLogo a img {
            height: 36px;
            width: auto; } }
        @media (max-width: 319px) {
          .gHeaderLeft .gLogo a img {
            height: 30px;
            width: auto; } }
        @media (max-width: 299px) {
          .gHeaderLeft .gLogo a img {
            height: 26px;
            width: auto; } }

.gHeaderMain {
  position: relative;
  background: #121212; }
  .gHeaderMain .gHeaderMainInline {
    display: flex;
    width: 100%;
    max-width: 1770px;
    height: 60px;
    padding: 0;
    margin: 0 auto;
    align-items: center;
    box-sizing: border-box; }
    @media (max-width: 1840px) {
      .gHeaderMain .gHeaderMainInline {
        padding: 0 40px; } }
    @media (max-width: 800px) {
      .gHeaderMain .gHeaderMainInline {
        flex-wrap: wrap;
        height: auto;
        padding: 0;
        justify-content: space-between; } }

.responsive_header_button_nav {
  margin: 0; }

.headerSearchMobileContainer form .headerSearchMobile .headerSearchMobileRight .textfield {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  height: 38px; }

.headerSearchMobileContainer form .headerSearchMobile .headerSearchMobileRight .search_button_mobile {
  height: 38px;
  background: #f7a600;
  border: 2px solid #f7a600;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.cyberLine {
  background: #2b2b2b; }

.headerBottomLine {
  background: #2b2b2b;
  height: 36px; }
  @media (max-width: 800px) {
    .headerBottomLine {
      background: #a20036;
      height: 26px; } }
  @media (max-width: 540px) {
    .headerBottomLine.headerBottomLineSmall {
      height: 4px;
      background: #ca0043; } }
  .headerBottomLine .headerBottomLineInline {
    max-width: 1770px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 540px) {
      .headerBottomLine .headerBottomLineInline {
        flex-wrap: wrap; } }
    .headerBottomLine .headerBottomLineInline .headerBottomLineLeft {
      display: flex;
      align-items: center;
      order: 1; }
      @media (max-width: 540px) {
        .headerBottomLine .headerBottomLineInline .headerBottomLineLeft {
          order: 2;
          width: 100%;
          background: #a20036; } }
      .headerBottomLine .headerBottomLineInline .headerBottomLineLeft > div {
        display: flex;
        align-items: center;
        border-right: 1px solid #4d4d4d; }
        @media (max-width: 800px) {
          .headerBottomLine .headerBottomLineInline .headerBottomLineLeft > div {
            border-right: 1px solid #ca0043; } }
        .headerBottomLine .headerBottomLineInline .headerBottomLineLeft > div > strong {
          background: #ca0043;
          display: flex;
          align-items: center;
          color: #fff;
          padding: 0 20px;
          font-weight: 600;
          font-size: 15px;
          height: 36px; }
          @media (max-width: 800px) {
            .headerBottomLine .headerBottomLineInline .headerBottomLineLeft > div > strong {
              height: 26px; } }
        .headerBottomLine .headerBottomLineInline .headerBottomLineLeft > div > a {
          display: flex;
          align-items: center;
          color: #fff;
          padding: 0 20px;
          text-decoration: none;
          font-size: 15px;
          height: 36px; }
          @media (max-width: 800px) {
            .headerBottomLine .headerBottomLineInline .headerBottomLineLeft > div > a {
              height: 26px; } }
          .headerBottomLine .headerBottomLineInline .headerBottomLineLeft > div > a:hover {
            text-decoration: underline; }
          .headerBottomLine .headerBottomLineInline .headerBottomLineLeft > div > a > img {
            display: flex;
            margin: 0 0 0 15px;
            height: 15px;
            width: auto; }
        .headerBottomLine .headerBottomLineInline .headerBottomLineLeft > div:first-child, .headerBottomLine .headerBottomLineInline .headerBottomLineLeft > div:last-child {
          border-right: none; }
    .headerBottomLine .headerBottomLineInline .headerBottomLineRight {
      display: flex;
      align-items: center;
      order: 2; }
      @media (max-width: 540px) {
        .headerBottomLine .headerBottomLineInline .headerBottomLineRight {
          width: 100%;
          justify-content: center;
          align-items: center;
          order: 1;
          display: none; } }
      .headerBottomLine .headerBottomLineInline .headerBottomLineRight > div {
        display: flex;
        align-items: center;
        color: #fff;
        padding: 0 35px;
        font-size: 14px;
        line-height: 1;
        height: 36px; }
        @media (max-width: 1200px) {
          .headerBottomLine .headerBottomLineInline .headerBottomLineRight > div {
            padding: 0 20px; } }
        @media (max-width: 800px) {
          .headerBottomLine .headerBottomLineInline .headerBottomLineRight > div {
            height: 26px; } }
        @media (max-width: 540px) {
          .headerBottomLine .headerBottomLineInline .headerBottomLineRight > div {
            padding: 15px 0;
            height: auto;
            width: 100%;
            color: #fff;
            background: #121212;
            justify-content: center;
            align-items: center; } }
        .headerBottomLine .headerBottomLineInline .headerBottomLineRight > div:last-child {
          padding: 0 0 0 35px; }
          @media (max-width: 1840px) {
            .headerBottomLine .headerBottomLineInline .headerBottomLineRight > div:last-child {
              padding: 0 40px; } }
          @media (max-width: 1200px) {
            .headerBottomLine .headerBottomLineInline .headerBottomLineRight > div:last-child {
              padding: 0 20px; } }
        .headerBottomLine .headerBottomLineInline .headerBottomLineRight > div > img {
          display: flex;
          margin: 0 15px 0 0;
          height: 15px;
          width: auto; }
        @media (max-width: 800px) {
          .headerBottomLine .headerBottomLineInline .headerBottomLineRight > div:nth-child(2) {
            display: none; } }
        @media (max-width: 1050px) {
          .headerBottomLine .headerBottomLineInline .headerBottomLineRight > div:nth-child(3) {
            display: none; } }

.headerButtons {
  padding: 0 0 0 135px;
  order: 3;
  display: flex;
  align-items: center; }
  @media (max-width: 1280px) {
    .headerButtons {
      padding: 0 0 0 30px; } }
  @media (max-width: 800px) {
    .headerButtons {
      padding: 0 20px;
      height: 60px; } }
  @media (max-width: 299px) {
    .headerButtons {
      padding: 0 20px 0 10px; } }
  .headerButtons a.headerLoginButton {
    color: #fff;
    text-decoration: none; }
    .headerButtons a.headerLoginButton img {
      display: flex;
      width: auto;
      height: 27px; }
  .headerButtons a.headerCartButton {
    color: #fff;
    text-decoration: none;
    position: relative;
    margin: 0 0 0 30px; }
    @media (max-width: 800px) {
      .headerButtons a.headerCartButton {
        margin: 0 0 0 20px; } }
    @media (max-width: 299px) {
      .headerButtons a.headerCartButton {
        margin: 0 0 0 10px; } }
    .headerButtons a.headerCartButton span {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #f7a600;
      color: #fff;
      right: -11px;
      top: -11px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 3px solid #121212;
      font-size: 11px;
      font-weight: 700; }
    .headerButtons a.headerCartButton img {
      display: flex;
      width: auto;
      height: 27px; }

.headerSearchMobileContainer {
  z-index: 481; }
  @media (max-width: 800px) {
    .headerSearchMobileContainer {
      order: 3;
      padding: 0 5px 5px 5px;
      /*background: #2b2b2b;*/ } }

@media (max-width: 800px) {
  .gFixedHeaderElements {
    display: none; } }

.sticky1 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 987; }

@media (max-width: 768px) {
  .footer_1 {
    width: 100% !important;
    padding: 20px;
    box-sizing: border-box; } }

@media (max-width: 768px) {
  .footer_2 {
    width: 100% !important;
    padding: 20px;
    box-sizing: border-box; } }

@media (max-width: 768px) {
  .footer_last {
    width: 100% !important;
    padding: 20px;
    box-sizing: border-box; } }

.cc-color-override-460572253.cc-window {
  background-color: #dedede !important; }

.cc-window.cc-floating {
  padding: 10px !important; }

.cc-revoke, .cc-window {
  font-size: 14px !important; }

video {
  max-width: 100%; }

.holder {
  padding: 0;
  width: 100%;
  max-width: 1770px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  flex-wrap: wrap; }
  @media (max-width: 1819px) {
    .holder {
      padding: 0 20px;
      box-sizing: border-box; } }

.iHeader {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 20px;
  box-sizing: border-box; }

.iHeader .iHeaderInline {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: relative; }

.iHeader .influenzerLeft {
  flex-grow: 1; }

.iHeader .influenzerLeft h1 {
  font-size: 80px;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  --main-color: #ff5ea7;
  --accent-color: #010fcb;
  --final-color: #ff6530;
  --angle: 225;
  --blend: 1;
  --fade1: 175%;
  --fade2: 200%;
  --fade3: 350%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(225deg, #fff 36.04%, #fff 88.83%, #ff6530 220.3%);
  text-align: center; }
  @media (max-width: 768px) {
    .iHeader .influenzerLeft h1 {
      font-size: 40px; } }

.iHeader .influenzerLeft span {
  font-size: 16px; }

.iHeader .influenzerLeft span a {
  color: #fff;
  font-weight: 700; }

.iHeader .influenzerRight {
  background: #fff; }

.iHeader .influenzerRight img {
  max-width: 100%;
  height: auto;
  align-self: center; }
  @media (max-width: 768px) {
    .iHeader .influenzerRight img {
      max-width: 80px; } }

.holderLeft {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 0 0;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .holderLeft {
      width: 100%;
      padding: 20px 0 0 0; } }

.holderRight {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .holderRight {
      width: 100%; } }

.holderRight .holderRightHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #000;
  width: 100%; }

.holderRight .holderRightHeader h1 {
  font-size: 80px;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  --main-color: #ff5ea7;
  --accent-color: #010fcb;
  --final-color: #ff6530;
  --angle: 225;
  --blend: 1;
  --fade1: 175%;
  --fade2: 200%;
  --fade3: 350%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(225deg, #787878 36.04%, #000 88.83%, #ff6530 220.3%);
  text-align: center; }

.holderRight .holderRightHeader span {
  font-size: 16px; }

.holderRight .holderRightHeader span a {
  color: #000;
  font-weight: 700; }

.holderRight .holderRightBottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 40px 0 80px 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #ddd;
  width: 100%; }

.holderRight .holderRightBottom a {
  background: #000;
  color: #fff;
  font-size: 26px;
  display: flex;
  text-decoration: none;
  padding: 16px 40px;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .holderRight .holderRightBottom a {
      width: 100%;
      box-sizing: border-box; } }

.pHolder {
  display: flex;
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #ddd;
  width: 100%; }
  @media (max-width: 768px) {
    .pHolder {
      flex-wrap: wrap; } }

.pHolderLeft {
  display: flex;
  width: 100px;
  padding: 0 40px; }
  @media (max-width: 768px) {
    .pHolderLeft {
      width: 100%;
      padding: 0;
      justify-content: center;
      margin: 0 0 20px 0; } }

.pHolderLeft img {
  width: 100px;
  height: auto;
  align-self: center; }
  @media (max-width: 768px) {
    .pHolderLeft img {
      max-width: 100%; } }

.pHolderRight {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
  position: relative; }

.pHolderRight .logo {
  position: absolute;
  right: 0;
  top: -40px; }
  @media (max-width: 768px) {
    .pHolderRight .logo {
      display: none; } }

.pHolderRight .logo img {
  width: 60px;
  height: auto; }

.pHolderRight strong {
  display: flex;
  font-size: 22px;
  margin: 0 0 4px 0; }

.sizes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 0 0;
  flex-wrap: wrap; }

.sizes em {
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  margin: 0 20px 10px 0; }
  @media (max-width: 1100px) {
    .sizes em {
      display: block;
      width: 100%; } }

.sizes a {
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  margin: 0 10px 10px 0;
  border: 2px solid #d3d3d3;
  color: #000;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px; }

.sizes a:hover {
  border: 2px solid #121212; }

.cartPayments {
  display: flex;
  margin: 40px 0 0 0; }
  .cartPayments .cartPaymentsRight {
    width: 100%;
    background: #fff;
    border-top: 1px solid #cdcdcd;
    padding: 15px 20px;
    box-sizing: border-box; }
    .cartPayments .cartPaymentsRight strong {
      display: block;
      font-weight: 600;
      font-size: 14px;
      margin: 0 0 5px 0; }
    .cartPayments .cartPaymentsRight span.icon_trust_box {
      background-color: #fff;
      display: inline-flex;
      margin: 0 5px 5px 0;
      max-width: 100%;
      padding: 5px;
      border-radius: 4px;
      border: 1px solid #dedede; }
      .cartPayments .cartPaymentsRight span.icon_trust_box img {
        display: flex;
        max-height: 24px;
        margin: 0; }
