* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Khand";
  font-size: 16px; }

div {
  box-sizing: border-box; }

p {
  line-height: 1.2em; }

h2 {
  color: #204171;
  font-size: 3em;
  text-transform: uppercase; }

a {
  color: #fff;
  text-decoration: none; }

a:hover,
a:focus {
  color: #fff;
  text-decoration: underline; }

input {
  font-family: "Khand"; }

input:hover,
input:focus {
  outline: none; }

input[type="checkbox"] {
  display: none !important; }

input[type="checkbox"] + label {
  font-weight: normal;
  position: relative;
  padding-left: 45px;
  color: #2a2a2a;
  font-size: 1em;
  margin-top: 14px; }

input[type="checkbox"] + label a {
  font-weight: bold;
  text-decoration: none;
  color: black; }

input[type="checkbox"] + label a:hover {
  text-decoration: underline; }

input[type="checkbox"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -12px 5px 0 0;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  background: url("../img/checkbox.png") no-repeat scroll 0px 0px;
  cursor: pointer; }

input[type="checkbox"]:checked + label span {
  background: url("../img/checkbox.png") no-repeat scroll 0px -30px; }

input[type="radio"] {
  display: none !important; }

input[type="radio"] + label {
  font-weight: normal;
  position: relative;
  padding-left: 45px;
  color: #2a2a2a;
  font-size: 1em;
  margin-top: 14px; }

input[type="radio"] + label a {
  font-weight: bold;
  text-decoration: none;
  color: black; }

input[type="radio"] + label a:hover {
  text-decoration: underline; }

input[type="radio"] + label span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: -12px 5px 0 0;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  background: url("../img/radio.png") no-repeat scroll 0px 0px;
  cursor: pointer; }

input[type="radio"]:checked + label span {
  background: url("../img/radio.png") no-repeat scroll 0px -32px; }

input[type="text"],
input[type="password"] {
  font-size: 1.2500em;
  width: 100%;
  color: #afafaf;
  border: 1px solid #afafaf;
  padding: 14px 19px;
  border-radius: 21px;
  box-sizing: border-box; }

input[type="submit"] {
  -webkit-appearance: none; }

input[type="text"] {
  -webkit-appearance: none; }

ul {
  list-style: none; }

button {
  font-family: "Khand" !important; }

button.disabled {
  background: #2a2a2a !important; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.alert {
  width: 100%;
  font-size: 1.25em;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  padding: 5px 0;
  line-height: 1.375em;
  position: relative;
  z-index: 9;
  top: -8px; }
  .alert.alert-success {
    background: #2abe42; }
  .alert.alert-danger {
    background: #d34040; }

.btn {
  font-family: "Khand";
  background: #2a2a2a;
  color: #fff;
  font-size: 1.1250em;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 0;
  font-weight: 500;
  display: inline-block;
  border: none;
  cursor: pointer;
  outline: none; }

.btn-adjusted {
  font-family: "Khand";
  background: #2a2a2a;
  color: #fff;
  font-size: 1.1250em;
  text-transform: uppercase;
  padding: 5px 35px;
  border-radius: 0;
  font-weight: 500;
  display: inline-block;
  border: none;
  cursor: pointer;
  marign: 3px 0; }

.btn.large {
  font-size: 1em;
  border-radius: 6px;
  background: #2a2a2a;
  padding: 15px 26px; }

.btn.wide {
  padding: 15px 56px; }

.btn.blue {
  background: #204171; }

.btn.small-radius {
  border-radius: 10px; }

.btn.radius {
  border-radius: 21px; }

.btn.white {
  background: #fff;
  border: 1px solid #afafaf;
  color: #afafaf; }

.btn.grey {
  background: #afafaf;
  color: #1f1e1e;
  font-size: 1em;
  text-transform: none; }

.btn.dark-grey {
  background: #2a2a2a;
  color: #1f1e1e;
  font-size: 1em;
  text-transform: none; }

.btn.light-blue {
  background: #01c7f9;
  color: #1f1e1e;
  font-size: 1.3750em;
  font-weight: 500; }

.btn.wider {
  padding: 15px 70px; }

.blur {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.responsiveXY {
  max-width: 80%;
  max-height: 80%;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px; }

.fb {
  position: relative; }

.yt img {
  height: 23px;
  transform: translateY(4px); }

.btn.dif-padding {
  padding: 15px 65px; }

.send-fail {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: #a62626;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px; }

.send-correct {
  color: #51b86e; }

.send-fail-contact {
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px;
  background: #a62626;
  margin-bottom: 20px; }

.send-correct-contact {
  background: #51b86e; }

.hidden-div {
  display: none; }

.btn.adj-btn {
  color: white;
  text-transform: uppercase;
  font-size: 1em; }

#register2 .w_initial {
  width: initial; }

.order_no {
  text-transform: uppercase;
  color: #204171;
  font-size: 30px;
  font-weight: 600; }

.ctn-order {
  padding-top: 20px;
  text-align: right; }
  .ctn-order a {
    text-transform: uppercase;
    color: #204171;
    font-size: 20px;
    font-weight: 700; }
    .ctn-order a:hover {
      color: #204171; }

.total-price {
  margin: auto;
  max-width: 880px;
  width: 90%;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #6a6a6a;
  font-size: 18px; }

.bold-600 {
  font-weight: 600; }

.btn.card-btn {
  font-weight: 700; }

.btn.adj-margin {
  margin-top: 50px; }

.btn-adj-margin {
  margin-top: 50px;
  margin-bottom: 30px; }

#loginBtn {
  margin: 12px 20px; }

.prodVarInfo {
  color: #6a6a6a;
  font-size: 1.25em;
  padding-top: 40px;
  font-weight: 600; }

.setWidth {
  max-width: 100px; }

.actuallClub {
  height: 130px; }

.promo-section {
  width: 100%;
  position: relative; }
  .promo-section .check-it-out {
    position: absolute;
    top: 70%;
    left: 5%;
    text-transform: uppercase;
    font-size: 1.875em;
    color: white;
    font-weight: 600;
    text-decoration: underline; }



.popUp {
  display: none;
  background: #fff;
  min-width: 300px;
  min-height: 100px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  max-height: 99vh; }
  .popUp p {
    color: #2a2a2a;
    font-size: 1.5625em;
    text-transform: uppercase;
    font-weight: 500; }
  .popUp .content {
    text-align: center;
    padding: 20px 30px; }
    .popUp .content .inputBox {
      margin-bottom: 10px; }
    .popUp .content .checkbox {
      text-align: left; }
  .popUp#login {
    min-width: 640px; }
    .popUp#login a {
      color: #2a2a2a; }
    .popUp#login .checkbox {
      margin-top: 26px; }
    .popUp#login .font-small {
      font-size: 1em; }
    .popUp#login input[type="submit"] {
      margin-bottom: 20px;
      margin-top: 20px; }

#cookies {
  background: #204171;
  width: 100%; }
  #cookies .content {
    text-align: center;
    color: #fff;
    padding: 7px 0; }
  #cookies .button {
    font-family: "Khand";
    background: #2a2a2a;
    color: #fff;
    font-size: 1.1250em;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 0;
    font-weight: 500;
    display: inline-block;
    border: none;
    cursor: pointer;
    outline: none;
    margin-top: 6px; }

#top {
  text-align: right; }
  #top .points-display {
    display: flex;
    justify-content: flex-end;
    align-items: baseline; }
    #top .points-display .points-no {
      font-size: 24px;
      font-weight: 600;
      color: #01c7f9; }
    #top .points-display .points-icon {
      transform: translateY(-2px);
      margin-left: 10px; }
  #top .ve-line {
    width: 2px;
    margin: 0px 25px;
    background-color: #afafaf;
    height: 58px; }
  #top .no-m-right {
    margin-right: 0; }
  #top #user-action {
    position: absolute;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 1.125em;
    border-radius: 0 0 4px 4px; }
    #top #user-action a {
      text-decoration: none; }
    #top #user-action .user-board {
      background: #00aeef;
      height: 50%;
      border-bottom: 1px solid white;
      padding-top: 10px; }
    #top #user-action .log-out {
      background: #2a2a2a;
      height: 50%;
      border-top: 1px solid white;
      padding-top: 10px;
      border-radius: 0 0 0 12px; }
    #top #user-action .black {
      background: #2a2a2a;
      height: 50%;
      border-top: 1px solid white;
      padding-top: 10px; }
  #top .box {
    display: flex;
    align-items: center;
    position: relative; }
    #top .box #user-top-bar {
      width: 170px;
      cursor: pointer; }
    #top .box.select {
      width: 70px; }
    #top .box img {
      height: 21px;
      position: relative;
      top: 3px; }
    #top .box .initial-dim {
      height: initial;
      width: initial;
      top: -3px;
      left: 7px; }
  #top .flex-align {
    display: flex;
    margin: auto;
    align-items: baseline;
    justify-content: center; }

.top-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0; }

#dots {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9;
  right: 35px;
  height: 100%; }
  #dots .center {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  #dots .dot {
    width: 17px;
    height: 17px;
    background: #204171;
    border-radius: 50%;
    margin: 12px 0;
    cursor: pointer; }
    #dots .dot.active {
      border: 2px solid #204171;
      background: transparent; }

#menu {
  height: 76px;
  background: #204171;
  position: static;
  width: 100%;
  z-index: 999999;
  top: 0; }
  #menu .logo {
    display: inline;
    float: left;
    padding-left: 72px;
    width: calc((100% -  1030px) / 2);
    padding-top: 24px;
    height: 46px; }
    #menu .logo a {
      max-width: 110px;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      height: 22px; }
      #menu .logo a span {
        position: relative; }
        #menu .logo a span img {
          max-height: 22px; }
        #menu .logo a span::before {
          content: '';
          display: inline;
          float: left;
          background-image: url("../img/gf-logo.png");
          background-size: contain;
          /* height: 100%; */
          position: absolute;
          top: -3px;
          bottom: 1px;
          width: 33px;
          background-repeat: no-repeat;
          left: -34px; }
  #menu .menu {
    display: inline;
    float: left;
    max-width: 1030px;
    z-index: 9; }
    #menu .menu ul {
      list-style: none;
      padding: 28px 0;
      margin: 0; }
      #menu .menu ul li {
        display: inline-block;
        text-transform: uppercase;
        font-size: 1.5em;
        padding: 0 17px;
        letter-spacing: 1px; }
        #menu .menu ul li.active a {
          text-decoration: underline; }
  #menu .right {
    display: inline;
    float: right;
    width: calc((100% - 1030px) / 2);
    text-align: right;
    padding: 15px 72px 0 0; }
    #menu .right .search {
      display: inline;
      float: right;
      margin-right: 25px;
      position: relative;
      min-width: 30px;
      height: 46px; }
      #menu .right .search input[type="text"] {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        font-size: 1.2500em;
        padding: 12px 27px;
        border-radius: 20px;
        text-indent: 23px; }
        #menu .right .search input[type="text"]::-webkit-input-placeholder {
          color: #fff; }
        #menu .right .search input[type="text"]:-moz-placeholder {
          color: #fff; }
        #menu .right .search input[type="text"]::-moz-placeholder {
          color: #fff; }
        #menu .right .search input[type="text"]:-ms-input-placeholder {
          color: #fff; }
      #menu .right .search input[type="submit"] {
        width: 20px;
        background: transparent url("../img/icon-search.png") no-repeat center;
        border: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 21px;
        z-index: 9; }
    #menu .right .basket {
      display: inline;
      float: right;
      position: relative;
      top: 12px;
      padding-right: 27px; }
      #menu .right .basket .basket-quantity {
        position: absolute;
        font-size: 24px;
        font-weight: 500;
        color: #01c7f9;
        top: 3px;
        right: 0px;
        line-height: 24px; }
      #menu .right .basket a {
        display: inline-block; }
    #menu .right .bar {
      display: none;
      float: right;
      min-width: 30px;
      height: 46px;
      background-image: url("../img/icon-bar.png");
      background-repeat: no-repeat;
      background-position: center;
      margin-left: 20px;
      cursor: pointer; }

#user-action {
  display: none;
  width: 169px;
  height: 75px;
  top: 58px;
  right: 0;
  z-index: 99; }

#footer {
  background: #2a2a2a;
  position: relative; }
  #footer .top {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url("../img/arrowTop.png");
    background-position: 50% 30%;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: calc((100% - 40px) / 2);
    z-index: 9;
    cursor: pointer; }
    #footer .top span {
      padding-top: 17px;
      display: block;
      width: 100%;
      text-align: center;
      font-size: 0.8em;
      font-weight: bold;
      text-transform: uppercase; }
  #footer .content {
    max-width: 1085px;
    margin: 0 auto;
    padding: 87px 0 10px; }
    #footer .content .left {
      display: inline;
      float: left; }
      #footer .content .left ul {
        list-style: none; }
        #footer .content .left ul li {
          display: inline-block;
          font-size: 1.3750em;
          color: #fff;
          font-weight: 400;
          text-transform: uppercase;
          padding: 0 14px; }
          #footer .content .left ul li:first-child {
            padding-left: 0; }
          #footer .content .left ul li:last-child {
            padding-right: 0; }
      #footer .content .left p {
        font-size: 1.250em;
        color: #afafaf;
        margin-top: 21px; }
    #footer .content .right {
      display: inline;
      float: right; }
      #footer .content .right .title {
        color: #fff;
        font-size: 1.3750em;
        text-transform: uppercase;
        font-weight: 400;
        text-align: right; }
      #footer .content .right .social {
        margin-top: 8px; }
        #footer .content .right .social a {
          display: inline-block;
          padding: 0 7px; }
          #footer .content .right .social a .icon {
            width: 49px;
            height: 49px;
            background-size: contain;
            filter: grayscale(100%);
            background-repeat: no-repeat; }
            #footer .content .right .social a .icon.twitter {
              background-image: url("../img/icon-twitter.png"); }
            #footer .content .right .social a .icon.fb {
              background-image: url("../img/icon-fb.png"); }
            #footer .content .right .social a .icon.yt {
              background-image: url("../img/icon-yt.png"); }
            #footer .content .right .social a .icon.instagram {
              background-image: url("../img/icon-instagram.png"); }
            #footer .content .right .social a .icon:hover {
              filter: grayscale(0%); }
          #footer .content .right .social a:first-child {
            padding-left: 0; }
          #footer .content .right .social a:last-child {
            padding-right: 0; }
    #footer .content .copyright {
      border-top: 1px solid #fff;
      color: #fff;
      font-size: 1.1250em;
      margin-top: 70px;
      padding: 13px 0; }
      #footer .content .copyright .innerLeft {
        display: inline;
        float: left; }
      #footer .content .copyright .innerRight {
        display: inline;
        float: left;
        padding-left: 30px; }
      #footer .content .copyright:first-child {
        padding-left: 0; }
      #footer .content .copyright:last-child {
        text-align: right;
        padding-right: 0; }

.sliderBox {
  background: #f4f0f1; }
  .sliderBox .content {
    margin: 0 auto;
    position: relative; }
    .sliderBox .content .slider {
      clear: left; }
      .sliderBox .content .slider .slide {
        text-align: center; }
        .sliderBox .content .slider .slide.first {
          min-height: 700px; }
        .sliderBox .content .slider .slide .content {
          max-width: 1085px;
          text-align: left;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          height: 100%; }
          .sliderBox .content .slider .slide .content .left {
            width: 50%;
            text-align: left; }
            .sliderBox .content .slider .slide .content .left img {
              max-width: 308px;
              margin: 0; }
            .sliderBox .content .slider .slide .content .left p {
              font-size: 1.625em;
              font-weight: 300;
              color: #2a2a2a;
              margin-top: 28px;
              margin-left: 19px; }
            .sliderBox .content .slider .slide .content .left .stores {
              margin-left: 9px;
              margin-top: 35px; }
              .sliderBox .content .slider .slide .content .left .stores .store {
                display: inline-block;
                max-width: 165px;
                padding: 0 10px; }
          .sliderBox .content .slider .slide .content .center {
            position: relative;
            top: -50%;
            transform: translateY(50%); }
          .sliderBox .content .slider .slide .content .right {
            margin-top: 80px;
            width: 50%; }
        .sliderBox .content .slider .slide img {
          max-width: 1085px;
          margin: 0 auto; }
    .sliderBox .content .arrows {
      width: 1085px;
      position: absolute;
      margin: 0 auto;
      /* background: red; */
      /* min-height: 10px; */
      top: 0;
      bottom: 0;
      height: 100%;
      display: inline-block;
      left: calc((100% - 1085px) / 2);
      display: none; }
      .sliderBox .content .arrows .arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 31px;
        z-index: 2;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer; }
        .sliderBox .content .arrows .arrow.left {
          left: -51px;
          background-image: url("../img/sliderLeft.png"); }
        .sliderBox .content .arrows .arrow.right {
          right: -51px;
          background-image: url("../img/sliderRight.png"); }
  .sliderBox .owl-stage {
    float: left; }
  .sliderBox .owl-controls {
    position: absolute;
    top: 90%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%; }
    .sliderBox .owl-controls .owl-dots {
      display: flex;
      position: relative; }
      .sliderBox .owl-controls .owl-dots .owl-dot {
        width: 17px;
        height: 17px;
        background: #204171;
        border-radius: 50%;
        margin: 12px 10px; }
        .sliderBox .owl-controls .owl-dots .owl-dot.active {
          border: 2px solid #204171;
          background: transparent; }

.third-part .owl-controls {
  position: absolute;
  top: 85%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  .third-part .owl-controls .owl-dots {
    display: flex;
    position: relative; }
    .third-part .owl-controls .owl-dots .owl-dot {
      width: 13px;
      height: 13px;
      background: #204171;
      border-radius: 50%;
      margin: 12px 5px; }
      .third-part .owl-controls .owl-dots .owl-dot.active {
        border: 2px solid #204171;
        background: transparent; }

.knowHow {
  text-align: center;
  padding: 70px 0 130px;
  background-color: #efefef;
  border-top: 7px solid white;
  border-bottom: 7px solid white; }
  .knowHow .content {
    max-width: 1085px;
    margin: 35px auto; }
    .knowHow .content .step {
      width: calc(100% / 5);
      display: inline;
      float: left; }

.keyVisual {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .keyVisual .content {
    max-width: 1085px;
    margin: 0 auto;
    padding: 266px 0; }
    .keyVisual .content h1 {
      color: #fff;
      text-transform: uppercase;
      font-size: 10.0625em;
      line-height: 0.5em; }
      .keyVisual .content h1 small {
        font-size: 0.51em; }
    .keyVisual .content .appStore {
      margin-top: 13px; }
      .keyVisual .content .appStore img {
        max-width: 160px; }
      .keyVisual .content .appStore a {
        padding: 0 20px; }

.store {
  display: flex;
  flex-flow: row wrap;
  padding: 80px 30px; }
  .store .link {
    display: flex;
    flex-flow: row nowrap;
    float: left;
    position: relative;
    text-align: left;
    padding: 0 30px;
    width: 288px; }
    .store .link .container {
      position: relative;
      margin-top: 53px; }
      .store .link .container p {
        margin-top: 10px;
        margin-bottom: 19px; }
  .store .products {
    display: flex;
    flex-flow: row nowrap;
    float: left;
    position: relative;
    width: calc((100% - 289px) / 2);
    text-align: center; }
    .store .products .product {
      display: flex;
      flex: 1;
      flex-flow: row wrap;
      float: left;
      position: relative;
      width: 33%;
      padding-bottom: 50px;
      transition: all 0.3s;
      min-height: 330px;
      cursor: pointer; }
      .store .products .product .image {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        width: 100%;
        text-align: center; }
        .store .products .product .image img {
          transition: all 0.3s;
          margin: 0 auto; }
      .store .products .product .text {
        position: absolute;
        opacity: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all 0.3s;
        text-align: center; }
        .store .products .product .text .points {
          font-size: 1.2500em;
          margin-top: 5px; }
      .store .products .product:hover .image img {
        transform: scale(1.1); }
      .store .products .product:hover .text {
        opacity: 1; }
  .store .offset-left {
    left: -289px; }
  .store .offset-right {
    left: calc((100% - 289px) / 2); }

.partners {
  background: #e1e1e1;
  padding: 110px 0; }
  .partners .partner {
    padding: 10px 30px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto; }
    .partners .partner img {
      width: auto;
      max-height: 60px;
      filter: grayscale(100%); }
      .partners .partner img:hover {
        filter: grayscale(0%);
        transition: all 0.3s; }
  .partners .owl-stage {
    display: flex; }
    .partners .owl-stage .owl-item {
      display: flex;
      flex: 1; }

.videoBox {
  position: relative;
  padding-bottom: 56.2%;
  overflow: hidden;
  border-top: 7px solid white;
  min-height: 340px;
  background: black; }
  .videoBox.play .background {
    background: transparent; }
  .videoBox.play .controls {
    z-index: 1; }
  .videoBox .background {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
    .videoBox .background .content {
      text-align: center;
      display: block;
      margin: 0 auto;
      transform: translateY(-50%);
      top: 50%;
      position: relative; }
      .videoBox .background .content h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 10.0625em;
        line-height: 0.5em; }
        .videoBox .background .content h1 small {
          font-size: 0.45em; }
    .videoBox .background.play {
      background: transparent; }
  .videoBox video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover; }
  .videoBox .controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #afafaf;
    z-index: -50;
    text-align: right;
    padding: 5px 15px; }
    .videoBox .controls .fullScreen {
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url("../img/icon-fullScreen.png");
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer; }
  .videoBox iframe {
    display: none; }

#card {
  width: 67.7%;
  margin: 190px auto; }
  #card .list {
    display: inline;
    float: left;
    width: calc(72% - 78px);
    margin-right: 78px;
    border: 1px solid #afafaf;
    border-radius: 11px; }
    #card .list .header {
      background: #00aeef;
      font-size: 2.125em;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 10px;
      padding: 5px 40px; }
      #card .list .header small {
        font-weight: normal; }
    #card .list .product {
      padding: 15px 40px;
      position: relative; }
      #card .list .product .buttons {
        position: absolute;
        bottom: 20px; }
      #card .list .product .image {
        display: inline;
        float: left; }
      #card .list .product .text {
        display: inline;
        float: left;
        margin-left: 27px; }
        #card .list .product .text .title {
          font-size: 1.1250em;
          font-weight: 500;
          color: #1f1e1e;
          border-bottom: 2px groove #afafaf;
          display: inline-block; }
        #card .list .product .text .description {
          color: #afafaf;
          padding-top: 18px;
          padding-bottom: 18px;
          line-height: 1.4em; }
      #card .list .product .right {
        display: inline;
        float: right;
        min-width: 100px;
        text-align: right; }
        #card .list .product .right .points {
          color: #01c7f9;
          font-size: 1.5em;
          font-weight: 500;
          text-transform: uppercase; }
      #card .list .product .inline-block {
        display: inline-block; }
      #card .list .product form {
        display: inline-block; }
        #card .list .product form .sizer {
          padding: 6px 9px; }
  #card .summary {
    display: inline;
    float: right;
    width: 28%;
    background: #1f1e1e;
    color: #fff;
    padding: 15px 0; }
    #card .summary .title {
      font-size: 1.625em;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      padding-left: 25px;
      margin-bottom: 15px; }
    #card .summary .row {
      padding: 10px 25px;
      border-bottom: 3px groove #afafaf;
      border-top: 3px groove #afafaf;
      font-size: 1.625em;
      font-weight: 600;
      text-transform: uppercase; }
      #card .summary .row .left {
        display: inline;
        float: left; }
      #card .summary .row .right {
        display: inline;
        float: right; }
      #card .summary .row.sum {
        border-bottom-width: 0;
        font-size: 1.6250em;
        font-weight: bold; }
    #card .summary .button {
      margin-top: 15px;
      text-align: center; }
      #card .summary .button .btn {
        width: 80%;
        margin-top: 0px;
        padding-left: 40px;
        padding-right: 40px; }

.contentContainer {
  width: calc(100% - 260px);
  display: flex;
  flex-flow: row nowrap;
  margin: 70px auto 100px auto;
  font-family: "Khand"; }
  .contentContainer .leftContainer {
    width: 25%;
    margin-top: 40px; }
    .contentContainer .leftContainer .filtrContainer {
      text-transform: uppercase;
      border: 1px solid #1f1e1e;
      padding: 50px;
      margin: 36px 80px 0 0; }
      .contentContainer .leftContainer .filtrContainer .categories {
        display: flex;
        flex-flow: column nowrap;
        color: #000;
        font-size: 1.25em;
        font-weight: 700;
        line-height: 1.4375em;
        padding-bottom: 50px; }
        .contentContainer .leftContainer .filtrContainer .categories span {
          font-size: 1.3125em; }
        .contentContainer .leftContainer .filtrContainer .categories .count-items {
          color: #6a6a6a;
          font-weight: 500;
          font-size: 1.125em; }
        .contentContainer .leftContainer .filtrContainer .categories .active-blue {
          color: #00aeef; }
        .contentContainer .leftContainer .filtrContainer .categories .elements {
          font-size: 0.875em;
          padding-left: 0;
          font-weight: 600; }
          .contentContainer .leftContainer .filtrContainer .categories .elements.active {
            font-weight: 700; }
          .contentContainer .leftContainer .filtrContainer .categories .elements:hover {
            font-weight: 700;
            cursor: pointer; }
        .contentContainer .leftContainer .filtrContainer .categories .colorContainer {
          display: flex;
          flex-flow: row wrap;
          margin-top: 10px; }
          .contentContainer .leftContainer .filtrContainer .categories .colorContainer .color {
            min-width: 22px;
            height: 22px;
            display: inline-block;
            opacity: 0.5; }
            .contentContainer .leftContainer .filtrContainer .categories .colorContainer .color.active {
              opacity: 1;
              border: 2px solid black;
              box-sizing: border-box; }
            .contentContainer .leftContainer .filtrContainer .categories .colorContainer .color:hover {
              cursor: pointer;
              opacity: 1; }
        .contentContainer .leftContainer .filtrContainer .categories .sizeContainer {
          margin-top: 10px;
          max-width: 160px; }
          .contentContainer .leftContainer .filtrContainer .categories .sizeContainer .size {
            color: #1c1c1c;
            text-transform: uppercase;
            display: inline;
            float: left;
            width: 34px;
            height: 34px;
            position: relative;
            border: 1px solid #6a6a6a;
            border-right-width: 0; }
            .contentContainer .leftContainer .filtrContainer .categories .sizeContainer .size span {
              position: absolute;
              left: 50%;
              top: 50%;
              font-size: 0.625em;
              transition: all 0.3s;
              transform: translateX(-50%) translateY(-50%); }
            .contentContainer .leftContainer .filtrContainer .categories .sizeContainer .size.active {
              color: #204171;
              background: #204171; }
              .contentContainer .leftContainer .filtrContainer .categories .sizeContainer .size.active span {
                font-weight: 700;
                color: #fff;
                font-size: 1em; }
            .contentContainer .leftContainer .filtrContainer .categories .sizeContainer .size:hover {
              cursor: pointer; }
              .contentContainer .leftContainer .filtrContainer .categories .sizeContainer .size:hover span {
                font-weight: 700;
                color: #204171;
                font-size: 1em; }
            .contentContainer .leftContainer .filtrContainer .categories .sizeContainer .size:nth-child(4n) {
              border-right-width: 1px; }
            .contentContainer .leftContainer .filtrContainer .categories .sizeContainer .size.lastLine {
              position: relative;
              top: -1px; }
            .contentContainer .leftContainer .filtrContainer .categories .sizeContainer .size:last-child {
              border-right-width: 1px; }
      .contentContainer .leftContainer .filtrContainer .clearFilters {
        font-weight: bold;
        font-size: 0.9em; }
        .contentContainer .leftContainer .filtrContainer .clearFilters:hover {
          text-decoration: underline; }
    .contentContainer .leftContainer .points {
      text-transform: uppercase;
      text-align: right; }
      .contentContainer .leftContainer .points span {
        font-size: 0.8125em;
        color: #afafaf; }
        .contentContainer .leftContainer .points span.point {
          font-size: 1.375em;
          font-family: "Khand";
          font-weight: 700;
          color: #1d1d1d; }
    .contentContainer .leftContainer .pointSlider {
      margin-bottom: 50px;
      border: 1px solid #6a6a6a;
      border-radius: 5px;
      height: 50px;
      position: relative;
      padding: 0 20px; }
      .contentContainer .leftContainer .pointSlider .rangeSlider {
        position: relative;
        height: 50px; }
        .contentContainer .leftContainer .pointSlider .rangeSlider .ui-slider-range.ui-corner-all.ui-widget-header {
          width: 100% !important;
          height: 2px;
          background: #6a6a6a;
          margin: 24px auto; }
        .contentContainer .leftContainer .pointSlider .rangeSlider .ui-state-default {
          border: 1px solid #204171;
          background: #f6f6f6;
          font-weight: normal;
          color: #2a2a2a;
          position: absolute;
          height: 20px;
          top: -10px; }
  .contentContainer .rightContainer {
    width: 75%; }
    .contentContainer .rightContainer .search {
      display: inline;
      float: right;
      width: 50%;
      margin-right: 10px; }
      .contentContainer .rightContainer .search input[type="text"] {
        font-size: 0.5em;
        width: calc(100% - 139px);
        color: #afafaf;
        border: 1px solid #afafaf;
        padding: 14px 19px;
        border-radius: 4px;
        box-sizing: border-box;
        margin-right: 10px; }
      .contentContainer .rightContainer .search button {
        font-size: 0.8em;
        border-radius: 6px;
        padding: 10px 30px;
        position: relative;
        top: 3px; }
    .contentContainer .rightContainer .products {
      margin-left: -15px;
      margin-right: -15px;
      display: flex;
      flex-flow: row wrap; }
      .contentContainer .rightContainer .products .product {
        display: inline;
        float: left;
        width: 25%; }
        .contentContainer .rightContainer .products .product .container {
          padding: 0 10px; }
          .contentContainer .rightContainer .products .product .container .image {
            position: relative;
            text-align: center;
            height: 250px;
            overflow: hidden; }
            .contentContainer .rightContainer .products .product .container .image .triangle {
              width: 80px;
              height: 84px;
              background-image: url("../img/shopping-triangle.png");
              position: absolute;
              right: 0;
              bottom: 4px; }
          .contentContainer .rightContainer .products .product .container .text .title {
            font-weight: 600;
            color: #1f1e1e;
            font-size: 1.1250em;
            text-transform: uppercase;
            border-bottom: 2px groove #afafaf;
            padding: 4px 0; }
          .contentContainer .rightContainer .products .product .container .text .subTitle {
            padding: 4px 0; }
          .contentContainer .rightContainer .products .product .container .text .points {
            color: #01c7f9;
            font-size: 1.1250em;
            font-weight: 600; }

.header {
  font-size: 1.875em;
  color: #1f1e1e;
  text-transform: uppercase;
  font-weight: 700; }
  .header .left {
    display: inline;
    float: left; }
  .header .right {
    display: inline;
    float: right;
    padding: 0; }
  .header .grey {
    color: #6a6a6a; }

#delivery {
  max-width: 1085px;
  margin: 190px auto;
  border: 1px solid #afafaf;
  border-radius: 11px; }
  #delivery .header {
    background: #00aeef;
    font-size: 2.125em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 5px 40px; }
  #delivery .left,
  #delivery .right {
    display: inline;
    float: left;
    width: 50%;
    padding: 38px 28px; }
    #delivery .left .subTitle,
    #delivery .right .subTitle {
      font-size: 1.5625em;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 16px; }
    #delivery .left .method,
    #delivery .right .method {
      width: 100%;
      margin-bottom: 50px; }
      #delivery .left .method .label,
      #delivery .right .method .label {
        display: inline;
        float: left;
        width: calc(100% - 80px);
        background: #e1e1e1;
        color: #1f1e1e;
        font-style: italic;
        padding: 15px 20px; }
      #delivery .left .method .radio,
      #delivery .right .method .radio {
        display: inline;
        float: right;
        position: relative;
        top: 18px; }
  #delivery .buttons {
    width: 100%;
    padding: 0 28px 38px; }
    #delivery .buttons button {
      text-transform: uppercase; }
      #delivery .buttons button.leftBtn {
        display: inline;
        float: left; }
      #delivery .buttons button.rightBtn {
        display: inline;
        float: right; }

#customerDetails {
  max-width: 1085px;
  margin: 190px auto;
  border: 1px solid #afafaf;
  border-radius: 11px; }
  #customerDetails .header {
    background: #00aeef;
    font-size: 2.125em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 5px 40px; }
  #customerDetails .left,
  #customerDetails .right {
    display: inline;
    float: left;
    width: 50%;
    padding: 38px 28px; }
    #customerDetails .left .subTitle,
    #customerDetails .right .subTitle {
      font-size: 1.5625em;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 16px; }
    #customerDetails .left .method,
    #customerDetails .right .method {
      width: 100%;
      margin-bottom: 50px; }
      #customerDetails .left .method .half,
      #customerDetails .right .method .half {
        display: inline;
        float: left;
        width: 50%; }
        #customerDetails .left .method .half:first-child,
        #customerDetails .right .method .half:first-child {
          padding-right: 10px; }
        #customerDetails .left .method .half:nth-last-child(2),
        #customerDetails .right .method .half:nth-last-child(2) {
          padding-left: 10px; }
      #customerDetails .left .method input[type="text"],
      #customerDetails .right .method input[type="text"] {
        width: 100%;
        background: #e1e1e1;
        color: #1f1e1e;
        font-style: italic;
        padding: 15px 20px;
        border: none;
        border-radius: 0; }
  #customerDetails .buttons {
    width: 100%;
    padding: 0 28px 38px; }
    #customerDetails .buttons button {
      text-transform: uppercase; }
      #customerDetails .buttons button.leftBtn {
        display: inline;
        float: left; }
      #customerDetails .buttons button.rightBtn {
        display: inline;
        float: right; }

#summary {
  max-width: 1085px;
  margin: 190px auto; }
  #summary .products {
    border: 1px solid #afafaf;
    border-radius: 6px;
    position: relative; }
    #summary .products .edit {
      position: absolute;
      right: 9px;
      top: 60%px; }
    #summary .products .header {
      background: #00aeef;
      font-size: 2.125em;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 6px;
      padding: 5px 40px; }
      #summary .products .header small {
        font-weight: normal; }
    #summary .products .product {
      padding: 20px 40px; }
      #summary .products .product .image {
        display: inline;
        float: left;
        max-width: 240px; }
      #summary .products .product .text {
        display: inline;
        float: left;
        margin-left: 27px; }
        #summary .products .product .text .title {
          font-size: 1.1250em;
          font-weight: 500;
          color: #1f1e1e;
          border-bottom: 2px groove #afafaf;
          display: inline-block; }
        #summary .products .product .text p {
          color: #afafaf;
          padding-top: 18px;
          padding-bottom: 18px; }
      #summary .products .product .right {
        display: inline;
        float: right;
        min-width: 100px;
        text-align: right; }
        #summary .products .product .right .points {
          color: #01c7f9;
          font-size: 1.5em;
          font-weight: 500;
          text-transform: uppercase; }
  #summary .customer {
    border: 1px solid #afafaf;
    border-radius: 6px;
    margin-top: 63px;
    position: relative; }
    #summary .customer .edit {
      position: absolute;
      right: 9px;
      top: 60%; }
    #summary .customer .left,
    #summary .customer .right {
      display: inline;
      float: left;
      width: 50%; }
      #summary .customer .left .header,
      #summary .customer .right .header {
        background: #00aeef;
        font-size: 2.125em;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 5px 40px; }
        #summary .customer .left .header small,
        #summary .customer .right .header small {
          font-weight: normal; }
      #summary .customer .left p,
      #summary .customer .right p {
        color: #1f1e1e;
        font-weight: 500;
        font-size: 1.1250em;
        padding: 26px 44px; }
    #summary .customer .left .header {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    #summary .customer .right .header {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  #summary .delivery {
    border: 1px solid #afafaf;
    border-radius: 6px;
    margin-top: 63px;
    position: relative; }
    #summary .delivery .edit {
      position: absolute;
      right: 9px;
      top: 60%; }
    #summary .delivery .header {
      background: #00aeef;
      font-size: 2.125em;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 5px;
      padding: 5px 40px; }
      #summary .delivery .header small {
        font-weight: normal; }
    #summary .delivery p {
      color: #1f1e1e;
      font-weight: 500;
      font-size: 1.1250em;
      padding: 26px 44px; }
  #summary .sum {
    margin-top: 13px;
    text-align: right;
    font-size: 1.61250em;
    color: #01c7f9;
    font-weight: bold;
    text-transform: uppercase; }
  #summary .buttons {
    width: 100%;
    margin-top: 63px; }
    #summary .buttons button {
      text-transform: uppercase; }
      #summary .buttons button.leftBtn {
        display: inline;
        float: left; }
      #summary .buttons button.rightBtn {
        display: inline;
        float: right; }

#contact {
  max-width: 1085px;
  margin: 190px auto;
  border-radius: 11px; }
  #contact .header {
    font-size: 2.625em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 0 5px; }
  #contact .top {
    font-size: 1.25em;
    margin: 50px 0;
    padding: 35px 30px;
    border: 2px solid #afafaf;
    border-radius: 10px; }
  #contact .left {
    display: inline;
    float: left;
    width: 50%; }
  #contact .right {
    display: inline;
    float: left;
    width: 50%;
    text-align: right; }

.bottom h2 {
  color: #6a6a6a;
  font-size: 1.75em;
  margin-bottom: 42px; }

.bottom .left {
  display: inline;
  float: left;
  width: 42%; }
  .bottom .left .inputBox {
    margin-bottom: 51px; }
    .bottom .left .inputBox input[type="text"] {
      width: 100%;
      background: #e1e1e1;
      color: #1f1e1e;
      font-style: italic;
      padding: 15px 20px;
      border: none;
      border-radius: 0; }

.bottom .right {
  display: inline;
  float: left;
  width: 58%;
  text-align: right;
  padding-left: 40px; }
  .bottom .right .select {
    margin-bottom: 51px; }
    .bottom .right .select .select2-container {
      width: 100% !important; }
      .bottom .right .select .select2-container .select2-selection--single {
        border: 1px solid #6a6a6a;
        border-radius: 4px;
        background: transparent;
        outline: none;
        height: 50px; }
        .bottom .right .select .select2-container .select2-selection--single .select2-selection__rendered {
          font-size: 1.375em;
          color: #6a6a6a;
          font-style: italic;
          line-height: 22px;
          padding: 15px 25px;
          text-align: left; }
        .bottom .right .select .select2-container .select2-selection--single .select2-selection__arrow {
          top: 13px;
          right: 10px; }
  .bottom .right .inputBox {
    margin-bottom: 51px; }
    .bottom .right .inputBox textarea {
      width: 100%;
      border: 1px solid #6a6a6a;
      border-radius: 4px;
      background: transparent;
      resize: vertical;
      min-height: 244px; }

#store a,
#summary a,
#card a,
#product a {
  width: 25%;
  color: black;
  text-decoration: none; }

#store .header .right,
#summary .header .right,
#card .header .right,
#product .header .right {
  position: relative;
  top: 3px; }

.contentContainer .rightContainer .products {
  margin-top: 40px;
  flex-flow: row wrap;
  display: flex; }

.contentContainer .rightContainer .products .product {
  margin-bottom: 25px; }

.select2-container {
  font-size: 15px !important;
  width: 120px !important;
  z-index: 999; }

#user-board {
  text-align: center; }

.top-details {
  margin-top: 70px; }

.circle {
  margin: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  width: 157px;
  height: 157px;
  background: #01c7f9;
  text-align: center; }
  .circle .initials {
    color: white;
    font-size: 4.5625em;
    padding-top: 42px;
    font-weight: 500; }

#top .circle {
  height: 34px;
  width: 34px;
  margin: 0; }
  #top .circle .initials {
    font-size: 1.3125em;
    padding: 1px 0 0 0;
    line-height: 34px; }

#top .ve-bottom {
  vertical-align: bottom; }
  #top .ve-bottom a {
    text-decoration: none; }

.initial-dim {
  width: initial;
  height: initial; }

.user-name-2 {
  color: #afafaf;
  padding-left: 5px;
  font-size: 20px; }

.user-name {
  font-size: 1.875em;
  color: black;
  font-weight: 600;
  letter-spacing: 0em; }

.since {
  color: #6a6a6a;
  font-size: 0.9375em; }

.board-headline {
  padding-top: 85px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: black;
  font-size: 2.375em;
  font-weight: 700; }

.barcode {
  margin-top: 40px;
  margin-bottom: 40px; }

.download-btn {
  text-transform: uppercase;
  text-align: center;
  border-radius: 6px;
  border: 2px solid #afafaf;
  background: #afafaf;
  padding: 20px 20px;
  margin: 15px 36px 0 36px;
  color: white;
  font-size: 1.75em;
  font-weight: 600;
  display: inline-block; }
  .download-btn:hover {
    color: #6a6a6a;
    background: white; }
  .download-btn.blue {
    background-color: #204171;
    color: #fff;
    border-color: #204171; }
    .download-btn.blue:hover {
      background: #fff;
      color: #204171; }

.board {
  width: 100%;
  min-height: 700px;
  text-align: center; }
  .board .board-container {
    width: 90%;
    max-width: 1080px;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    padding-bottom: 73px; }
    .board .board-container a {
      text-decoration: none; }
  .board .item-board {
    width: 33.333%; }
  .board .board-btn {
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
    border: 2px solid #afafaf;
    background: #afafaf;
    padding: 10px 0;
    margin: 50px 36px 0 36px;
    color: white;
    font-size: 1.75em;
    font-weight: 600; }
    .board .board-btn:hover {
      color: #6a6a6a;
      background: white; }
    .board .board-btn.blue {
      background-color: #204171;
      color: #fff;
      border-color: #204171; }
      .board .board-btn.blue:hover {
        background: #fff;
        color: #204171; }
  .board .board-btn-no-hover {
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
    border: 2px solid #afafaf;
    background: #afafaf;
    padding: 10px 0;
    margin: 50px 36px 0 36px;
    color: white;
    font-size: 1.75em;
    font-weight: 600;
    position: relative; }
    .board .board-btn-no-hover #add-club {
      position: absolute;
      width: 50px;
      height: 65px;
      bottom: -2px;
      right: 0px;
      text-align: center; }
      .board .board-btn-no-hover #add-club .add-sign-hover {
        display: none; }
      .board .board-btn-no-hover #add-club img {
        margin-top: 21px; }
      .board .board-btn-no-hover #add-club:hover {
        border-radius: 5px;
        border: 2px solid #afafaf;
        border-right: none;
        background: #fff; }
        .board .board-btn-no-hover #add-club:hover .hover-display {
          display: none; }
        .board .board-btn-no-hover #add-club:hover img.add-sign-hover {
          display: block;
          margin: auto;
          margin-top: 21px; }
  .board .my-clubs {
    min-height: 70px;
    margin: 0 36px;
    text-align: center;
    margin-top: 0px;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    justify-content: center; }
    .board .my-clubs .club-icon {
      padding-top: 4px;
      padding-bottom: 2px; }
      .board .my-clubs .club-icon img {
        height: 44px; }
      .board .my-clubs .club-icon .delete {
        padding-top: 3px;
        font-size: 12px;
        color: #2c2c2c;
        transition: 0.5s ease all; }
        .board .my-clubs .club-icon .delete:hover {
          font-weight: 600; }

#club-details {
  width: 100%; }

.cd-container {
  max-width: 1200px;
  margin: auto; }

.club-name {
  text-align: left;
  margin: 100px 0 90px 0;
  padding: 20px 0 18px 30px;
  border-radius: 6px;
  background-color: #00aeef;
  color: black;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 600; }

.decsr-box {
  border: 1px solid #afafaf;
  margin-bottom: 35px; }

.descr-inner-box {
  padding: 50px 30px; }

.club-logo {
  padding-top: 15px;
  float: left; }

.text-container {
  float: right;
  width: calc(100% - 213px);
  padding-left: 45px; }
  .text-container .club-descr {
    column-count: 2;
    column-gap: 30px;
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: 0.055em; }

.social-icons-box {
  margin-bottom: 200px;
  text-align: center; }
  .social-icons-box img {
    padding: 0 40px; }
    .social-icons-box img:hover {
      opacity: 0.5; }

#edit-profile {
  text-align: center; }
  #edit-profile .edit-profile-main {
    margin-top: 130px;
    padding: 0 15px; }
    #edit-profile .edit-profile-main .ep-container {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      max-width: 1080px;
      margin: auto; }
      #edit-profile .edit-profile-main .ep-container .section-ep {
        width: 25%;
        border-left: 1px solid #afafaf;
        border-bottom: 1px solid #afafaf; }
        #edit-profile .edit-profile-main .ep-container .section-ep:nth-last-child(1) {
          border-right: 1px solid #afafaf; }
        #edit-profile .edit-profile-main .ep-container .section-ep .ep-content {
          padding-top: 45px;
          padding-bottom: 50px;
          display: flex;
          justify-content: center; }
          #edit-profile .edit-profile-main .ep-container .section-ep .ep-content .details {
            text-align: left;
            font-size: 24px;
            color: black;
            font-weight: 400; }
          #edit-profile .edit-profile-main .ep-container .section-ep .ep-content .edit-icon {
            background-image: url("../img/edit-icon.png");
            width: 23px;
            height: 17px;
            background-size: contain;
            background-repeat: no-repeat;
            margin-left: 25px; }
            #edit-profile .edit-profile-main .ep-container .section-ep .ep-content .edit-icon:hover {
              background-image: url("../img/edit-icon-hover.png"); }

.contact-us {
  font-size: 20px;
  color: black;
  padding-top: 28px; }
  .contact-us span {
    text-transform: uppercase;
    font-weight: 600; }

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

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

#orderList {
  width: 100%; }

.item-container-outer {
  margin: 140px auto;
  max-width: 1000px;
  padding: 0 15px; }

.item-container {
  width: 90%;
  max-width: 880px;
  border: 1px solid #afafaf;
  border-radius: 6px;
  position: relative;
  margin: 40px auto; }

.single-item {
  padding: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap; }

.item-descr {
  padding-left: 25px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 150px); }
  .item-descr .item-name {
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px; }
  .item-descr .item-details {
    font-size: 16px;
    color: #6a6a6a;
    font-weight: 500;
    line-height: 19px; }
  .item-descr .points-value,
  .item-descr .order-date,
  .item-descr .status {
    font-size: 18px;
    font-weight: 500; }
  .item-descr .points-value {
    color: #01c7f9;
    font-weight: 600; }

.info-text {
  position: absolute;
  bottom: 7px;
  right: 12px;
  font-size: 13px;
  font-weight: 400; }
  .info-text a {
    color: black; }

#claims {
  width: 100%; }

.container {
  margin: auto;
  max-width: 910px;
  padding: 0 15px; }

.inner-container {
  border: 1px solid #afafaf;
  border-radius: 8px;
  margin: 70px 0; }

.headline-claims {
  text-align: left;
  padding: 20px 0 18px 30px;
  border-radius: 7px;
  font-weight: 600;
  background-color: #00aeef;
  color: black;
  text-transform: uppercase;
  font-size: 35px; }

.headline-descr {
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  padding: 30px; }

.claims-form {
  padding: 0 30px; }
  .claims-form select,
  .claims-form textarea {
    display: block; }
  .claims-form textarea {
    background-color: #e1e1e1;
    width: calc(100% - 51px);
    font-size: 1.375em;
    color: #a9a9a9;
    font-style: italic;
    line-height: 22px;
    padding: 15px 25px;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    resize: none;
    outline: none;
    margin-bottom: 30px;
    font-family: "Khand"; }
  .claims-form .select2-container {
    width: 100% !important;
    margin-bottom: 45px !important; }
    .claims-form .select2-container .select2-selection--single {
      border: none;
      border-radius: 0px;
      background: #e1e1e1;
      outline: none;
      height: 50px; }
      .claims-form .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1.375em;
        color: #a9a9a9;
        font-style: italic;
        line-height: 22px;
        padding: 15px 25px; }
      .claims-form .select2-container .select2-selection--single .select2-selection__arrow {
        top: 13px;
        right: 10px; }
    .claims-form .select2-container .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #6a6a6a;
      color: white; }
    .claims-form .select2-container .select2-container--default .select2-search--dropdow {
      background: #6a6a6a; }

.superImportantInfo {
  font-size: 15px;
  padding-bottom: 40px; }

.submit-claim {
  text-transform: uppercase;
  float: right;
  padding: 9px 60px;
  font-size: 24px;
  font-weight: 500;
  color: white;
  background-color: #204171;
  border-radius: 5px;
  outline: none;
  margin-bottom: 20px;
  border: none; }

.outer-edit {
  width: 100%;
  margin: auto; }

.edit-box {
  border: 1px solid #afafaf;
  max-width: 540px;
  width: 50%;
  margin: 50px auto; }

.inner-edit-box {
  width: 100%;
  padding: 35px; }
  .inner-edit-box label {
    font-weight: 600;
    font-size: 20px; }
  .inner-edit-box input {
    margin-bottom: 30px;
    text-align: center;
    color: #2a2a2a;
    letter-spacing: 0.08em; }
  .inner-edit-box button {
    border-radius: 14px;
    float: none;
    font-size: 23px;
    border: 2px solid transparent;
    transition: 0.5s ease all; }
    .inner-edit-box button:hover {
      background: transparent;
      border-color: #204171;
      color: #204171; }

.edit-box {
  display: none; }

.purchase_list {
  width: 100%; }

.t-container {
  padding: 35px 50px 75px 30px; }

.nextHeadline {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 30px; }

.purchase-inner-layout {
  padding-bottom: 55px; }
  .purchase-inner-layout .single-item-details {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 400;
    color: #6a6a6a;
    padding-bottom: 10px;
    flex-flow: row wrap;
    border-bottom: 1px solid;
    margin-bottom: 11px; }
    .purchase-inner-layout .single-item-details .t-name {
      font-weight: 600;
      font-size: 22px;
      color: #2a2a2a;
      text-transform: uppercase;
      width: 100%; }
    .purchase-inner-layout .single-item-details .item-box {
      display: flex;
      justify-content: space-between;
      width: 100%; }
    .purchase-inner-layout .single-item-details span {
      color: #01c7f9; }
    .purchase-inner-layout .single-item-details div {
      text-align: right; }
      .purchase-inner-layout .single-item-details div:first-child, .purchase-inner-layout .single-item-details div:nth-child(2) {
        text-align: left; }

.pending {
  color: #a62626;
  font-size: 20px;
  padding-bottom: 25px; }

.accepted {
  color: #51b86e;
  font-size: 20px;
  padding-bottom: 25px; }

.popUp#login input[type="submit"] {
  margin-bottom: 0; }

.popUp .popup-btn {
  margin-top: 20px;
  border-radius: 21px;
  background-color: #afafaf;
  color: white;
  width: 100%;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  color: white !important;
  font-weight: 500;
  display: inline-block;
  padding: 15px 0;
  text-align: center;
  border: none; }

.popUp .login {
  background-color: #204171;
  font-color: white; }

#reset-password .edit-box,
#new-password .edit-box {
  display: block; }
  #reset-password .edit-box .inner-edit-box button,
  #new-password .edit-box .inner-edit-box button {
    border-radius: 14px;
    float: none;
    font-size: 18px;
    border: 2px solid transparent;
    transition: 0.5s ease all;
    width: 100%;
    padding: 12px 0; }
    #reset-password .edit-box .inner-edit-box button:hover,
    #new-password .edit-box .inner-edit-box button:hover {
      background: transparent;
      border-color: #204171;
      color: #204171; }

#reset-password input[type="email"],
#new-password input[type="email"] {
  font-size: 1.2500em;
  width: 100%;
  color: #afafaf;
  border: 1px solid #afafaf;
  padding: 14px 19px;
  border-radius: 21px;
  box-sizing: border-box; }

#reset-password input[type="submit"],
#new-password input[type="submit"] {
  font-size: 1em; }

#reset-password .inner-edit-box,
#new-password .inner-edit-box {
  text-align: center; }

#reset-password .reset-h1,
#new-password .reset-h1 {
  font-size: 1.5em;
  text-transform: uppercase; }

.hidden {
  display: none; }

#validation {
  height: 18px; }

.popUp .error {
  color: #a62626; }

.popUp .success {
  color: #51b86e; }

.absolutedown {
  position: absolute;
  bottom: 0; }

.relative {
  position: relative; }

#product .select2-container {
  margin: 0 10px 0 0;
  width: 135px !important; }

#product .select2-container .select2-selection--single {
  height: 32px; }

#product .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 31px; }

#product select#colors option[value="orange"] {
  background-color: orange; }

.select2-dropdown {
  margin-top: -4px !important; }

.card-msg {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: #51b86e;
  font-size: 20px;
  font-weight: 500; }

.prodVariantForm {
  display: flex;
  flex-flow: column;
  width: 100%; }

#newsSingle {
  width: 100%; }
  #newsSingle .container {
    max-width: 1070px; }
    #newsSingle .container .h1-news {
      text-transform: uppercase;
      font-size: 3em;
      font-weight: 600;
      letter-spacing: -0.05em;
      color: black;
      padding-top: 42px; }
    #newsSingle .container .credits {
      color: black;
      letter-spacing: -0.05em;
      font-size: 18px;
      font-weight: 400;
      margin-top: -2px; }
    #newsSingle .container .descr {
      font-size: 1.875em;
      color: black;
      font-weight: 400;
      line-height: 35px;
      padding-top: 44px; }
      #newsSingle .container .descr a {
        color: black;
        text-decoration: underline; }
    #newsSingle .container .newsletter-box {
      background-color: #6a6a6a;
      display: flex;
      align-items: center;
      margin-top: 42px;
      height: 75px; }
      #newsSingle .container .newsletter-box .signin-headline {
        width: 25%;
        text-align: center;
        letter-spacing: -0.05em;
        font-size: 40px;
        color: black;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 24px;
        margin-top: 5px; }
        #newsSingle .container .newsletter-box .signin-headline span {
          font-size: 26px;
          font-weight: 500; }
      #newsSingle .container .newsletter-box form.newsletter-signin {
        display: flex;
        width: 75%; }
        #newsSingle .container .newsletter-box form.newsletter-signin input {
          width: 50%;
          margin: 0 40px;
          line-height: 37px;
          text-align: center;
          border: none;
          outline: none; }
        #newsSingle .container .newsletter-box form.newsletter-signin input[type="email"] {
          background-color: #afafaf;
          color: #2a2a2a;
          font-size: 18px; }
          #newsSingle .container .newsletter-box form.newsletter-signin input[type="email"]::-webkit-input-placeholder {
            color: #2a2a2a; }
        #newsSingle .container .newsletter-box form.newsletter-signin input[type="submit"] {
          background-color: #01c7f9;
          color: black;
          font-size: 19px;
          font-weight: 600;
          text-transform: uppercase; }
    #newsSingle .container .socials {
      margin-top: 40px;
      margin-bottom: 30px;
      display: flex;
      width: 50%;
      justify-content: space-between;
      align-items: flex-end; }

#addClubPopUp #register2 {
  margin: 30px;
  max-width: 630px; }

.sportClubContainer {
  min-height: 130px; }

#news-bar {
  background: white;
  display: flex;
  margin-bottom: 7px; }
  #news-bar .third-part {
    width: 32%;
    display: flex;
    align-items: center; }
  #news-bar .align-vert {
    width: 36%;
    background: black; }
  #news-bar .owl-slider img {
    height: 100%; }
  #news-bar video {
    width: 100%; }

#clubList .clubsContainer .search input[type="text"] {
  width: 100% !important;
  display: inline !important; }

.order-top-box {
  margin: auto;
  max-width: 880px;
  width: 90%;
  display: flex;
  justify-content: space-between; }

.order_no {
  font-size: 20px;
  padding-top: 20px; }

.no-products {
  color: #204171;
  font-size: 20px;
  font-weight: 500;
  padding-top: 5px; }

.headline-polityka {
  text-align: center;
  font-weight: 500;
  font-style: italic;
  font-size: 2.2em; }
  .headline-polityka .first-line {
    font-weight: 700;
    font-size: 35px;
    font-style: normal;
    width: 36%;
    margin: 40px auto 0 auto;
    border-bottom: 2px solid black; }

.container-404 {
  width: 100%;
  text-align: center;
  margin: 150px 0; }
  .container-404 div {
    max-width: 50%;
    margin: auto; }

#product {
  max-width: 1200px;
  width: calc(100% - 600px);
  margin: 60px auto; }
  #product .photocontainer {
    width: 64%;
    margin: auto;
    display: inline-block;
    float: left; }
    #product .photocontainer .productPhoto {
      width: 90%; }
    #product .photocontainer .containerBox {
      transform: translateX(-3px);
      height: 100%;
      display: flex;
      flex-flow: row wrap; }
      #product .photocontainer .containerBox .productSlider {
        margin-top: 0px;
        width: 10%; }
        #product .photocontainer .containerBox .productSlider .itemPhoto {
          max-width: 100px;
          max-height: 100px;
          border: 2px solid transparent; }
          #product .photocontainer .containerBox .productSlider .itemPhoto:hover {
            border-color: #6a6a6a; }
      #product .photocontainer .containerBox .arrowContainer {
        position: relative;
        height: 100%; }
        #product .photocontainer .containerBox .arrowContainer .prev {
          background-image: url("../img/arrowTop.png");
          background-repeat: no-repeat;
          width: 11px;
          height: 8px;
          position: absolute;
          top: -520px;
          left: 50%;
          transform: translateX(-50%); }
        #product .photocontainer .containerBox .arrowContainer .next {
          background-image: url("../img/arrowDown.png");
          background-repeat: no-repeat;
          width: 11px;
          height: 8px;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%); }
  #product .productTitleContainer {
    width: 33%;
    display: inline-block;
    float: left;
    max-width: 355px; }
    #product .productTitleContainer .productName {
      font-size: 1.6875em;
      color: #1f1e1e;
      font-weight: 700; }
    #product .productTitleContainer .productSubtitle {
      font-style: italic;
      font-size: 1.25em;
      color: #afafaf;
      font-weight: 500; }
    #product .productTitleContainer .propductPrice {
      font-size: 1.6875em;
      color: #01c7f9;
      font-weight: 700; }
    #product .productTitleContainer .diffrentProductContainer {
      display: flex;
      flex-flow: row wrap;
      margin: 5px 0 30px 0; }
      #product .productTitleContainer .diffrentProductContainer .imageContainer {
        position: relative; }
        #product .productTitleContainer .diffrentProductContainer .imageContainer img {
          cursor: pointer;
          border: 2px solid #6a6a6a;
          opacity: 0.6; }
        #product .productTitleContainer .diffrentProductContainer .imageContainer.active img {
          opacity: 1; }
        #product .productTitleContainer .diffrentProductContainer .imageContainer .colorBox {
          position: absolute;
          width: 15px;
          height: 15px;
          bottom: 10px;
          right: 5px;
          border: 1px solid black; }
    #product .productTitleContainer .productDescription {
      font-size: 1em;
      color: #2a2a2a;
      line-height: 34px;
      text-align: justify; }
    #product .productTitleContainer .buttonsContainer {
      margin-top: 40px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
      #product .productTitleContainer .buttonsContainer button,
      #product .productTitleContainer .buttonsContainer select {
        border-radius: 5px;
        margin: 0 15px 0 0;
        padding: 10px;
        font-size: 1em;
        color: #fff;
        font-weight: 600;
        border: none;
        outline: none;
        cursor: pointer; }
        #product .productTitleContainer .buttonsContainer button.size,
        #product .productTitleContainer .buttonsContainer select.size {
          background-color: #6a6a6a; }
        #product .productTitleContainer .buttonsContainer button.count,
        #product .productTitleContainer .buttonsContainer select.count {
          background-color: #6a6a6a; }
        #product .productTitleContainer .buttonsContainer button.addCard,
        #product .productTitleContainer .buttonsContainer select.addCard {
          background-color: #204171;
          padding: 14px 33px;
          margin-top: 110px;
          font-size: 1.5625em;
          font-weight: 600; }

#register {
  max-width: 1085px;
  margin: 190px auto;
  border: 1px solid #afafaf;
  border-radius: 11px; }
  #register ul li {
    padding-bottom: 2px; }
  #register .header {
    background: #00aeef;
    font-size: 2.125em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 28px 38px; }
  #register .registerContainer {
    width: 100%;
    padding: 38px 28px; }
    #register .registerContainer .subTitle {
      font-size: 1.5625em;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 16px; }
    #register .registerContainer .description {
      font-size: 1.125em;
      letter-spacing: -1px;
      margin-bottom: 16px; }
    #register .registerContainer .method {
      width: 100%;
      margin-bottom: 50px; }
      #register .registerContainer .method input[type="radio"] + label span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: -12px 5px 0 0;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: -10px;
        background: url("../img/radioRegister.png") no-repeat scroll 0px 0px;
        cursor: pointer; }
      #register .registerContainer .method input[type="radio"]:checked + label span {
        background: url("../img/radioRegister.png") no-repeat scroll;
        background-position: 0px -21px; }
      #register .registerContainer .method input[type="text"] {
        width: 100%;
        background: #e1e1e1;
        color: #1f1e1e;
        font-style: italic;
        padding: 15px 20px;
        border: none;
        border-radius: 0; }
      #register .registerContainer .method .half {
        display: inline;
        float: left;
        width: 50%; }
        #register .registerContainer .method .half:first-child {
          padding-right: 45px; }
    #register .registerContainer .radioContainer {
      display: flex;
      flex-flow: row nowrap; }
      #register .registerContainer .radioContainer .method {
        display: inline-block;
        width: 25%; }
        #register .registerContainer .radioContainer .method .label {
          padding-left: 30px;
          font-size: 1.5em;
          font-family: "Khand";
          font-weight: 500; }
  #register .buttons {
    width: 100%;
    padding: 0 28px 38px;
    margin-top: 40px; }
    #register .buttons .rightBtn {
      display: inline;
      float: right; }

#register2 {
  max-width: 1085px;
  margin: 190px auto;
  border: 1px solid #afafaf;
  border-radius: 11px; }
  #register2 a {
    color: #000;
    text-decoration: underline; }
    #register2 a:hover {
      text-decoration: none; }
  #register2 .header {
    background: #00aeef;
    font-size: 2.125em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 28px 38px; }
  #register2 .registerContainer {
    width: 100%;
    padding: 38px 28px; }
    #register2 .registerContainer .subTitle {
      font-size: 1.5625em;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 16px; }
    #register2 .registerContainer .description {
      font-size: 1.125em;
      letter-spacing: -1px;
      margin-bottom: 16px; }
    #register2 .registerContainer .method {
      width: 100%;
      margin-bottom: 50px;
      position: relative; }
      #register2 .registerContainer .method input[type="text"] {
        width: 100%;
        background: #e1e1e1;
        color: #1f1e1e;
        font-style: italic;
        padding: 15px 20px;
        border: none;
        border-radius: 0; }
      #register2 .registerContainer .method .select2-container {
        width: 100% !important; }
        #register2 .registerContainer .method .select2-container .select2-selection--single {
          border: none;
          border-radius: 0px;
          background: #e1e1e1;
          outline: none;
          height: 50px; }
          #register2 .registerContainer .method .select2-container .select2-selection--single .select2-selection__rendered {
            font-size: 1.375em;
            color: #a9a9a9;
            font-style: italic;
            line-height: 22px;
            padding: 15px 25px; }
          #register2 .registerContainer .method .select2-container .select2-selection--single .select2-selection__arrow {
            top: 5px;
            right: 10px; }
      #register2 .registerContainer .method .searchButton {
        background-image: url("../img/search.png");
        background-repeat: no-repeat;
        width: 30px;
        height: 32px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer; }
    #register2 .registerContainer .checkContainer .method .label {
      padding-left: 40px;
      font-size: 1.125em;
      font-style: italic; }
    #register2 .registerContainer .checkContainer .method input[type="checkbox"] + label span {
      top: -13px;
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: -12px 5px 0 0;
      vertical-align: middle;
      position: absolute;
      left: 0px;
      background: url("../img/checkbox.png") no-repeat scroll 0px 0px;
      cursor: pointer; }
    #register2 .registerContainer .checkContainer .method input[type="checkbox"]:checked + label span {
      background: url("../img/checkbox.png") no-repeat scroll 0px -30px; }
    #register2 .registerContainer .sportClubContainer {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      margin-bottom: 10px; }
      #register2 .registerContainer .sportClubContainer .club {
        border: 2px solid transparent;
        width: 19%;
        margin: 0 2px;
        text-align: center; }
        #register2 .registerContainer .sportClubContainer .club .imageBox {
          margin: 10px auto 10px auto;
          text-align: center; }
        #register2 .registerContainer .sportClubContainer .club .Clubname {
          font-size: 1em;
          color: #1f1e1e;
          font-weight: 700; }
      #register2 .registerContainer .sportClubContainer .choosenClub {
        border-radius: 8px;
        border: 2px solid #afafaf; }
    #register2 .registerContainer .addClub {
      width: 25%;
      position: relative;
      margin-bottom: 40px; }
      #register2 .registerContainer .addClub .actuallClub {
        display: inline-block; }
        #register2 .registerContainer .addClub .actuallClub .imageBox {
          text-align: left;
          width: 90px;
          height: 90px; }
      #register2 .registerContainer .addClub .buttonContainer {
        display: inline-block;
        transform: translateY(-30%);
        cursor: pointer; }
        #register2 .registerContainer .addClub .buttonContainer .addButton {
          display: block;
          background-image: url("../img/addClub.png");
          background-repeat: no-repeat;
          width: 37px;
          height: 37px; }
        #register2 .registerContainer .addClub .buttonContainer .addDesc {
          display: block;
          text-align: center; }
  #register2 .buttons {
    width: 100%; }
    #register2 .buttons .leftBtn {
      display: inline;
      float: left; }
    #register2 .buttons .rightBtn {
      display: inline;
      float: right; }

#clubList {
  max-width: 1085px;
  margin: 190px auto; }
  #clubList .header {
    background: #00aeef;
    font-size: 2.125em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 28px 38px; }
  #clubList .clubsContainer {
    margin-top: 40px; }
    #clubList .clubsContainer .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 26px; }
    #clubList .clubsContainer .search {
      margin-bottom: 24px;
      display: inline-block;
      float: left;
      position: relative;
      min-width: 30px;
      height: 46px; }
      #clubList .clubsContainer .search input[type="submit"] {
        width: 20px;
        background: transparent url("../img/blackSearch.png") no-repeat center;
        border: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 21px;
        z-index: 9;
        cursor: pointer; }
        #clubList .clubsContainer .search input[type="submit"]::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #1f1e1e; }
        #clubList .clubsContainer .search input[type="submit"]:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #1f1e1e; }
        #clubList .clubsContainer .search input[type="submit"]::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #1f1e1e; }
        #clubList .clubsContainer .search input[type="submit"]:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #1f1e1e; }
      #clubList .clubsContainer .search input[type="text"] {
        background: transparent;
        border: 2px solid #afafaf;
        color: #1f1e1e;
        font-size: 1.2500em;
        padding: 12px 27px;
        border-radius: 20px;
        text-indent: 23px; }
        #clubList .clubsContainer .search input[type="text"]::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #1f1e1e; }
        #clubList .clubsContainer .search input[type="text"]:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #1f1e1e; }
        #clubList .clubsContainer .search input[type="text"]::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #1f1e1e; }
        #clubList .clubsContainer .search input[type="text"]:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #1f1e1e; }
    #clubList .clubsContainer .flex-alignment {
      display: flex;
      justify-content: space-between; }
    #clubList .clubsContainer .method {
      display: inline-block;
      width: 18%; }
      #clubList .clubsContainer .method .search-btn {
        height: 48px;
        background: #204171;
        width: 100%;
        border: none;
        outline: none;
        border-radius: 17px;
        text-transform: uppercase;
        font-size: 1.625em;
        color: white;
        transform: translateY(2px); }
      #clubList .clubsContainer .method .select2-container {
        width: 100% !important;
        outline: none;
        text-align: center; }
        #clubList .clubsContainer .method .select2-container:focus {
          outline: none; }
      #clubList .clubsContainer .method .select2-container--default .select2-selection--single {
        background-color: #204171;
        border: none;
        border-radius: 20px;
        height: 48px !important; }
        #clubList .clubsContainer .method .select2-container--default .select2-selection--single:focus {
          outline: none; }
        #clubList .clubsContainer .method .select2-container--default .select2-selection--single .select2-selection__rendered {
          color: #fff;
          font-size: 24px;
          line-height: 46px;
          text-align: center;
          text-transform: uppercase; }
        #clubList .clubsContainer .method .select2-container--default .select2-selection--single .select2-selection__arrow b {
          border-color: #fff transparent transparent transparent;
          border-style: solid;
          border-width: 5px 4px 0 4px;
          height: 0;
          left: 20%;
          margin-left: -4px;
          margin-top: -2px;
          position: absolute;
          top: 90%;
          width: 0; }
      #clubList .clubsContainer .method .citySelect {
        display: inline-block; }
      #clubList .clubsContainer .method .sportsSelect {
        display: inline-block; }
  #clubList .clubs-List {
    display: flex;
    flex-flow: row wrap;
    border: 1px solid #afafaf;
    margin: 20px 0; }
    #clubList .clubs-List .logoBox {
      width: 19%;
      margin: 20px 0;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }

.hover-pointer:hover {
  cursor: pointer; }

@media screen and (max-width: 1600px) {
  #menu .logo {
    padding-left: 50px;
    width: calc((100% - 1000px) / 2); }
  #menu .menu {
    max-width: 1000px; }
    #menu .menu ul {
      padding: 29px 0 27px; }
      #menu .menu ul li {
        font-size: 1.2em; }
  #menu .right {
    padding-right: 15px;
    width: calc((100% - 790px) / 2); }
  #card {
    width: 80%; }
  .contentContainer .leftContainer .filtrContainer {
    padding: 30px; }
  #product {
    width: calc(100% - 250px); } }

@media screen and (max-width: 1400px) {
  #menu .logo {
    width: calc((100% - 774px) / 2);
    padding-left: 50px; }
    #menu .logo a {
      max-width: 110px;
      height: 30px; }
  #menu .menu {
    max-width: 774px; }
    #menu .menu ul {
      padding: 30px 0 26px; }
      #menu .menu ul li {
        padding: 0 10px;
        font-size: 1.1em; }
  #menu .right {
    width: calc((100% - 774px) / 2); }
    #menu .right .search input[type="text"] {
      display: none;
      position: absolute;
      right: -23px;
      z-index: 5;
      text-indent: 0;
      width: 1px;
      background: #204171;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35); }
    #menu .right .basket {
      top: 12px; }
  #footer .content {
    max-width: 942px; }
    #footer .content .copyright {
      font-size: 1.0250em; }
  .store {
    padding: 80px 30px; }
    .store .link {
      width: 218px; }
      .store .link .container {
        margin-top: 33px; }
    .store .products {
      width: calc((100% - 218px) / 2); }
      .store .products .product {
        min-height: 210px; }
    .store .offset-left {
      left: -218px; }
    .store .offset-right {
      left: calc((100% - 218px) / 2); }
    .store .contentContainer .rightContainer .products .product .container .image {
      height: 205px; }
  #card {
    width: 100%;
    padding: 15px; }
    #card .list .product {
      padding: 26px 24px;
      padding-left: 3px; }
  .contentContainer {
    width: calc(100% - 100px); }
    .contentContainer .leftContainer .filtrContainer {
      margin: 36px 50px 0 0; }
  #delivery {
    max-width: 942px; }
  #customerDetails {
    max-width: 942px; }
  #summary {
    max-width: 942px; }
  #contact {
    max-width: 942px; }
  .decsr-box {
    margin: 0 15px 30px 15px; }
  #register {
    max-width: 942px; }
  #register2 {
    max-width: 942px; }
  #clubList {
    max-width: 942px; } }

@media screen and (max-width: 1200px) {
  .club-name {
    text-align: left;
    margin: 100px 15px 90px 15px; }
  .text-container {
    float: right;
    width: calc(100% - 213px);
    padding-left: 45px; }
    .text-container .club-descr {
      column-count: 2;
      column-gap: 30px;
      font-size: 1em;
      font-weight: 500;
      letter-spacing: 0.055em; }
  #menu .logo {
    padding-left: 20px; }
  #menu .menu ul li {
    font-size: 1em; } }

@media screen and (max-width: 992px) {
  .alert {
    margin-top: 22px; }
  #menu .logo {
    width: auto; }
  #menu .menu {
    display: none;
    position: absolute;
    max-width: none;
    top: 133px;
    left: 0;
    right: 0;
    background: #204171;
    border-top: 2px solid #fff; }
    #menu .menu ul {
      text-align: center; }
      #menu .menu ul li {
        display: block;
        width: 100%;
        padding: 0;
        padding-bottom: 10px; }
  #menu .right {
    width: auto; }
    #menu .right .bar {
      display: inline; }
  #footer {
    padding: 0 30px; }
    #footer .content {
      max-width: none;
      width: 100%; }
      #footer .content .left {
        width: 100%;
        display: block;
        text-align: center; }
        #footer .content .left a {
          padding: 0 7px; }
        #footer .content .left ul li {
          display: block;
          padding: 0 0 15px 0 !important; }
        #footer .content .left .innerLeft {
          width: 100%;
          text-align: center;
          display: block;
          float: none; }
        #footer .content .left .innerRight {
          width: 100%;
          margin-top: 10px;
          text-align: center;
          display: block;
          float: none;
          padding: 0; }
      #footer .content .right {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 30px; }
        #footer .content .right .title {
          text-align: center;
          font-weight: 400; }
      #footer .content .copyright a {
        padding: 0 0 7px 0;
        display: inline-block; }
  #menu .right .basket {
    top: 10px; }
  .sliderBox .owl-controls {
    right: 10px; }
    .sliderBox .owl-controls .owl-dots .owl-dot {
      width: 10px;
      height: 10px; }
  .sliderBox .content .slider .slide .content .left p {
    font-size: 1.1875em; }
  .knowHow .steps .step {
    width: 33%;
    margin-bottom: 40px; }
    .knowHow .steps .step img {
      max-width: 180px;
      margin: 0 auto; }
    .knowHow .steps .step:last-child, .knowHow .steps .step:nth-last-child(2) {
      width: 50%; }
  .keyVisual .content {
    padding: 206px 0; }
    .keyVisual .content h1 {
      font-size: 8em; }
  .store {
    padding: 30px; }
    .store .link {
      display: block;
      width: 100%; }
      .store .link .container {
        text-align: center; }
    .store .products {
      display: block;
      width: 100%; }
      .store .products .product {
        display: block;
        width: 100%; }
        .store .products .product .image {
          max-width: 400px;
          margin: 0 auto; }
    .store .offset-left {
      left: 0; }
    .store .offset-right {
      left: 0; }
  .videoBox .background .content h1 {
    font-size: 6em; }
  .videoBox .background .content img {
    max-width: 140px; }
  #card {
    width: 100%;
    padding: 15px;
    margin: 90px auto; }
    #card .list {
      display: block;
      width: 100%; }
      #card .list .product {
        padding: 26px 24px;
        padding-left: 3px; }
    #card .summary {
      display: block;
      width: 100%;
      max-width: initial;
      float: right;
      margin: 30px auto; }
  .contentContainer .rightContainer {
    width: 60%; }
    .contentContainer .rightContainer .products .product {
      width: 50%; }
  .contentContainer .leftContainer {
    width: 40%; }
  #delivery {
    max-width: none;
    width: calc(100% - 30px);
    margin: 90px auto; }
  #customerDetails {
    max-width: none;
    width: calc(100% - 30px);
    margin: 90px auto; }
  #summary {
    max-width: none;
    width: calc(100% - 30px);
    margin: 90px auto; }
  #contact {
    max-width: none;
    width: calc(100% - 30px);
    margin: 90px auto; }
  .top-details {
    margin-top: 30px; }
  .board-headline {
    padding-top: 15px; }
  .board {
    margin-bottom: 50px; }
    .board .item-board {
      width: 50%;
      padding-bottom: 20px; }
    .board .board-btn {
      margin-top: 28px;
      padding: 14px 0; }
    .board .board-btn-no-hover {
      margin-top: 28px;
      padding: 14px 0; }
    .board .board-container {
      padding-bottom: 20px; }
  #addClubPopUp {
    width: 100%;
    left: 0 !important; }
    #addClubPopUp #register2 {
      margin: 15px auto; }
  #edit-profile .edit-profile-main {
    margin-top: 50px; }
    #edit-profile .edit-profile-main .ep-container .section-ep {
      width: 50%; }
      #edit-profile .edit-profile-main .ep-container .section-ep:nth-child(2) {
        border-right: 1px solid #afafaf; }
      #edit-profile .edit-profile-main .ep-container .section-ep .ep-content {
        width: 80%;
        padding-top: 25px;
        padding-bottom: 55px;
        display: block;
        margin: auto; }
        #edit-profile .edit-profile-main .ep-container .section-ep .ep-content .details {
          font-size: 17px;
          float: left; }
        #edit-profile .edit-profile-main .ep-container .section-ep .ep-content .edit-icon {
          float: right;
          margin-left: 0; }
  .text-container {
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-top: 15px; }
  .club-name {
    text-align: center;
    margin: 50px 15px 50px 15px; }
  .club-logo {
    text-align: center;
    padding-top: 0px;
    float: none; }
  .social-icons-box img {
    padding: 0 22px; }
  .descr-inner-box {
    padding: 21px 15px; }
  .item-container {
    margin: 20px auto; }
  .single-item {
    padding: 15px; }
  .item-container-outer {
    margin: 40px auto;
    max-width: 910px;
    padding: 0 15px; }
  .inner-container {
    margin: 40px 0; }
  .edit-box {
    margin: 20px auto; }
  .inner-edit-box {
    width: 100%;
    padding: 10px; }
    .inner-edit-box input {
      margin-bottom: 20px; }
      .inner-edit-box input:last-child {
        margin-bottom: 10px; }
  .board {
    width: 100%; }
  .popUp#login input[type="submit"] {
    margin-bottom: 0px; }
  .popUp {
    overflow-y: auto; }
    .popUp .popup-btn {
      margin-bottom: 0px; }
  #newsSingle .container .socials {
    width: 50%; }
  .partners {
    background: #afafaf;
    padding: 60px 0; }
  #dots {
    right: 15px; }
    #dots .dot {
      width: 10px;
      height: 10px; }
  .contentContainer .leftContainer .filtrContainer .categories .colorContainer .color {
    height: 35px; }
  #newsSingle .container .h1-news {
    padding-top: 30px;
    font-size: 35px; }
  #newsSingle .container .credits {
    margin-top: 2px; }
  #newsSingle .container .descr {
    font-size: 1.1875em;
    line-height: 24px;
    padding-top: 30px;
    text-align: justify; }
  #newsSingle .container .newsletter-box {
    flex-flow: column;
    height: auto;
    padding: 15px 0; }
    #newsSingle .container .newsletter-box form.newsletter-signin {
      display: flex;
      flex-flow: column;
      width: 100%; }
      #newsSingle .container .newsletter-box form.newsletter-signin input {
        margin: auto; }
      #newsSingle .container .newsletter-box form.newsletter-signin input[type="email"] {
        background-color: #afafaf;
        color: #2a2a2a;
        font-size: 18px; }
        #newsSingle .container .newsletter-box form.newsletter-signin input[type="email"]::-webkit-input-placeholder {
          color: #2a2a2a; }
      #newsSingle .container .newsletter-box form.newsletter-signin input[type="submit"] {
        background-color: #01c7f9;
        color: black;
        font-size: 19px;
        font-weight: 600;
        text-transform: uppercase; }
  #newsSingle .container .socials {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 100px; }
  #newsSingle .container .fb {
    position: relative; }
    #newsSingle .container .fb .counter {
      position: absolute;
      text-align: center;
      left: 28px;
      top: 11px;
      color: #6a6a6a;
      font-size: 1.0625em;
      font-weight: 500; }
  .prodVariantForm {
    display: inline-flex;
    flex-flow: column wrap;
    width: 100%;
    justify-content: center; }
  #product .productTitleContainer .buttonsContainer button.addCard, #product .productTitleContainer .buttonsContainer select.addCard {
    background-color: #204171;
    /* margin-right: 0; */
    padding: 14px 85px;
    margin: 30px auto 0 auto; }
  #product .select2-container {
    text-align: center;
    margin: 15px auto 0 auto; }
  .select2-container {
    font-size: 15px !important;
    width: 173px !important; }
  #news-bar {
    flex-flow: column; }
    #news-bar .third-part {
      width: 100%; }
    #news-bar .align-vert {
      width: 100%; }
    #news-bar .owl-slider img {
      height: 100%; }
  .container-404 {
    width: 100%;
    text-align: center;
    margin: 50px 0; }
    .container-404 div {
      max-width: 80%;
      margin: auto; }
  #product {
    width: calc(100% - 100px);
    display: block; }
    #product .photocontainer {
      text-align: center;
      width: 100%;
      clear: both;
      display: block; }
      #product .photocontainer .productPhoto {
        clear: both;
        margin: auto;
        float: none; }
      #product .photocontainer .containerBox {
        width: 100%;
        clear: both;
        position: relative; }
        #product .photocontainer .containerBox .productSlider .itemPhoto {
          max-height: 200px;
          max-width: 200px; }
        #product .photocontainer .containerBox .arrowContainer {
          position: absolute;
          top: 0;
          bottom: 0;
          width: 100%; }
          #product .photocontainer .containerBox .arrowContainer .prev {
            background-image: url("../img/arrowLeft.png");
            background-repeat: no-repeat;
            width: 8px;
            z-index: 99;
            top: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            background-position: center; }
          #product .photocontainer .containerBox .arrowContainer .next {
            background-image: url("../img/arrowRight.png");
            background-repeat: no-repeat;
            width: 8px;
            top: 0;
            right: 0;
            bottom: 0;
            left: auto;
            height: 100%;
            background-position: center; }
    #product .productTitleContainer {
      width: 100%;
      clear: both;
      display: block;
      max-width: 100%;
      margin-left: 0;
      text-align: center; }
      #product .productTitleContainer .diffrentProductContainer .imageContainer img {
        max-width: 100%;
        max-height: 130px; }
      #product .productTitleContainer .buttonsContainer {
        width: 40%;
        margin: auto; }
  #register {
    max-width: none;
    width: calc(100% - 30px);
    margin: 90px auto; }
  #register2 {
    max-width: none;
    width: calc(100% - 30px);
    margin: 90px auto; }
    #register2 .registerContainer .sportClubContainer .club {
      width: 48%;
      margin-bottom: 7px;
      font-size: 0.9375em; }
  #clubList {
    max-width: none;
    width: calc(100% - 30px);
    margin: 90px auto; }
    #clubList .clubs-List .logoBox {
      width: 25%; }
  #register2 .buttons {
    width: 100%;
    padding: 0; }
  #clubList .clubsContainer .flex-alignment {
    display: flex;
    flex-flow: column; }
  #clubList .clubsContainer .method {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px; } }

#contact .top {
  padding: 20px 10px; }

@media screen and (max-width: 768px) {
  .select2-container {
    width: 100% !important; }
  .header {
    display: flex;
    flex-flow: column; }
  .contentContainer .rightContainer .search input[type="text"] {
    width: calc(100% - 134px); }
  #user-action {
    width: 100%; }
  .sliderBox .content .slider .slide .content .left .stores {
    margin-top: 15px; }
  #top .ve-line {
    margin: 0px 10px; }
  .user-avatar {
    display: none; }
  .btn.wide {
    padding: 13px 36px; }
  .popUp#login {
    min-width: 0;
    width: calc(100% - 30px);
    left: 15px !important; }
  .sliderBox .content .slider .slide.first {
    min-height: 300px; }
  .sliderBox .content .slider .slide .content .center {
    margin-top: 30px;
    position: static;
    top: auto;
    transform: none; }
  .sliderBox .content .slider .slide .content .left .stores .store {
    width: 50%;
    display: inline;
    float: left; }
  .sliderBox .content .slider .slide .content .right {
    margin-top: 50px;
    position: relative;
    height: 100%;
    margin: 0; }
  .knowHow .steps .step {
    display: block;
    width: 100% !important;
    float: none;
    max-width: 250px;
    margin: 0 auto; }
  .keyVisual .content {
    padding: 206px 0; }
    .keyVisual .content h1 {
      font-size: 6em; }
  .videoBox .background .content h1 {
    font-size: 3em; }
  .videoBox .background .content img {
    max-width: 70px; }
  #card {
    width: 100%;
    padding: 15px;
    margin: 30px auto; }
    #card .list {
      display: block;
      width: 100%; }
      #card .list .product {
        padding: 26px 10px; }
        #card .list .product .image {
          width: 100%;
          text-align: center;
          margin-bottom: 20px; }
        #card .list .product .text {
          margin: 0; }
    #card .summary {
      display: block;
      width: 100%;
      max-width: 500px;
      float: right;
      margin: 30px 0; }
  .contentContainer {
    display: block;
    width: calc(100% - 30px); }
    .contentContainer .rightContainer {
      width: 100%;
      margin-top: 40px; }
      .contentContainer .rightContainer .products .product {
        width: 100%; }
      .contentContainer .rightContainer .search {
        width: 100%; }
    .contentContainer .leftContainer {
      width: 100%; }
      .contentContainer .leftContainer .filtrContainer {
        margin: 36px 0px 0 0; }
        .contentContainer .leftContainer .filtrContainer .categories {
          font-size: 1em; }
          .contentContainer .leftContainer .filtrContainer .categories .sizeContainer {
            max-width: 100%; }
            .contentContainer .leftContainer .filtrContainer .categories .sizeContainer .size.lastLine {
              top: 0; }
            .contentContainer .leftContainer .filtrContainer .categories .sizeContainer .size:nth-child(4n) {
              border-right-width: 0px; }
  #delivery .left,
  #delivery .right {
    display: block;
    width: 100%; }
  #customerDetails .left,
  #customerDetails .right {
    display: block;
    width: 100%; }
  #summary .products .header {
    font-size: 1em;
    padding: 20px 8px;
    text-align: center; }
  #summary .products .product {
    padding: 26px 10px; }
    #summary .products .product .image {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
    #summary .products .product .text {
      margin: 0; }
  #summary .customer .left,
  #summary .customer .right {
    display: block;
    width: 100%; }
    #summary .customer .left .header,
    #summary .customer .right .header {
      font-size: 1em;
      padding: 20px 8px;
      text-align: center; }
    #summary .customer .left p,
    #summary .customer .right p {
      padding: 26px 14px;
      font-size: 1em; }
  #summary .delivery .header {
    font-size: 1em;
    padding: 20px 8px;
    text-align: center; }
  #contact .top .left,
  #contact .top .right {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 40px; }
  #contact .bottom .left,
  #contact .bottom .right {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 40px;
    padding: 0; }
    #contact .bottom .left .buttonBox,
    #contact .bottom .right .buttonBox {
      text-align: center;
      padding: 15px 56px; }
  .board .item-board {
    width: 100%; }
  .board .club-icon {
    width: 33.33%; }
  .text-container .club-descr {
    column-count: 1; }
  .descr-inner-box {
    text-align: justify; }
  .club-name {
    text-align: center;
    padding: 20px 0 18px 0px; }
  .social-icons-box {
    margin-bottom: 100px; }
  .item-descr {
    display: block;
    padding-left: 14px;
    padding-top: 0px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
    .item-descr .item-name {
      font-size: 16px; }
    .item-descr .points-value,
    .item-descr .order-date,
    .item-descr .status {
      padding-bottom: 5px;
      font-size: 16px; }
    .item-descr .points-value {
      padding-top: 5px; }
  .item-container-outer {
    padding: 0 8px; }
  .single-item {
    padding: 8px; }
  .item-image {
    margin: auto;
    max-width: 180px;
    padding-bottom: 20px; }
  .info-text {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    text-align: center; }
  .headline-descr {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px; }
  .claims-form {
    padding: 0 10px; }
  .claims-form .select2-container {
    margin-bottom: 20px !important; }
  .edit-box {
    width: 100%;
    max-width: 768px; }
  .inner-edit-box button {
    font-size: 17px; }
  .t-container {
    padding: 5px; }
  .container {
    padding: 0 10px; }
  .purchase-inner-layout .pending,
  .purchase-inner-layout .accepted {
    padding-bottom: 10px; }
  .purchase-inner-layout .single-item-details {
    font-size: 17px; }
    .purchase-inner-layout .single-item-details .t-name {
      font-size: 16px; }
    .purchase-inner-layout .single-item-details .t-date {
      padding-left: 12%; }
  #addClubPopUp #register2 .header {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 18px 31px; }
  #summary .delivery .edit {
    position: absolute;
    right: 9px;
    top: 80px; }
  #newsSingle .container .newsletter-box .signin-headline {
    width: 60%; }
  #newsSingle .container .newsletter-box form.newsletter-signin {
    margin-top: 5px; }
    #newsSingle .container .newsletter-box form.newsletter-signin input {
      width: 85%; }
  .btn.adj-margin {
    margin-top: 25px; }
  .single-item {
    flex-flow: column; }
  #product {
    width: calc(100% - 30px);
    display: block; }
    #product .photocontainer {
      width: 100%;
      clear: both;
      display: block; }
      #product .photocontainer .productPhoto {
        clear: both;
        margin: auto; }
      #product .photocontainer .containerBox {
        width: 100%;
        clear: both;
        position: relative; }
        #product .photocontainer .containerBox .productSlider {
          width: 95% !important;
          margin: 15px auto; }
          #product .photocontainer .containerBox .productSlider .itemPhoto {
            max-height: 200px;
            max-width: 200px; }
        #product .photocontainer .containerBox .arrowContainer {
          position: absolute;
          top: 0;
          bottom: 0;
          width: 100%; }
          #product .photocontainer .containerBox .arrowContainer .prev {
            background-image: url("../img/arrowLeft.png");
            background-repeat: no-repeat;
            width: 8px;
            z-index: 99;
            top: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            background-position: center; }
          #product .photocontainer .containerBox .arrowContainer .next {
            background-image: url("../img/arrowRight.png");
            background-repeat: no-repeat;
            width: 8px;
            top: 0;
            right: 0;
            bottom: 0;
            left: auto;
            height: 100%;
            background-position: center; }
    #product .productTitleContainer {
      width: 100%;
      clear: both;
      display: block;
      max-width: 100%;
      margin-left: 0;
      text-align: center; }
      #product .productTitleContainer .diffrentProductContainer .imageContainer img {
        max-width: 100%;
        max-height: 130px; }
      #product .productTitleContainer .buttonsContainer {
        width: 100%; }
        #product .productTitleContainer .buttonsContainer button {
          margin: 30px auto; }
          #product .productTitleContainer .buttonsContainer button.addCard {
            margin-right: auto; }
  #register .registerContainer .radioContainer {
    display: block; }
    #register .registerContainer .radioContainer .method {
      width: 100%; }
  #register .registerContainer .method {
    margin-bottom: 50px; }
    #register .registerContainer .method .half {
      display: block;
      width: 100%;
      margin-bottom: 50px; }
      #register .registerContainer .method .half:first-child {
        padding-right: 0; }
  #register .buttons {
    margin-top: 0; }
  #register2 .registerContainer .addClub {
    width: 100%; }
  #clubList .clubs-List .logoBox {
    width: 50%; }
  .header .right {
    padding: 0 0 15px 0; }
  .contentContainer .rightContainer .search {
    margin-right: 0; }
  .contentContainer .rightContainer .products .product .container .image {
    height: initial; } }

@media screen and (max-width: 470px) {
  .item-descr {
    display: block;
    text-align: left; }
  #menu .logo {
    padding-left: 10px; }
    #menu .logo a {
      max-width: 81px;
      height: 29px; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #summary .products .header {
    padding: 20px 38px; }
  #summary .customer .header {
    padding: 20px 38px; }
  #summary .delivery .header {
    padding: 20px 38px; } }

/*** select2 ***/
.selectboxit-list {
  background: transparent;
  border: none;
  border-radius: 0; }

.selectboxit-btn {
  background: transparent;
  border: none;
  border-radius: 0; }

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
  background: transparent; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: transparent;
  color: #2a2a2a; }

.selectboxit-option-icon-url {
  width: 16px;
  background-size: 16px 10px; }

.selectboxit-text {
  font-size: 13px;
  font-family: "Khand";
  font-weight: 600; }

.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 22px;
  font-size: 13px;
  font-family: "Khand";
  font-weight: 600;
  line-height: 26px; }

.selectboxit-container .selectboxit {
  width: 65px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 45px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px; }

.select2-container .select2-selection--single {
  height: 45px; }

#store li.color a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }

#store li.color {
  position: relative; }

#edit-profile .edit-profile-main .ep-container .section-ep .ep-content .details {
  word-break: break-all; }

.videoBox .background .content h1 img {
  cursor: pointer; }

.sliderBox .owl-controls {
  max-height: 100px; }

.closeBtn {
  width: 40px;
  height: 40px;
  background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer; }
