@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

.slick-slider *:focus {
  outline: 0; }

.slick-arrow {
  position: absolute;
  font-size: 0;
  bottom: 90px;
  left: 9%;
  width: 45px;
  height: 45px;
  background-color: #212123;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 0;
  border: 0;
  z-index: 1;
  transition: .7s; }
  .slick-arrow.slick-prev {
    margin-left: 15px;
    background-image: url(../img/slider-prev-wh.svg); }
    .slick-arrow.slick-prev:hover {
      background-color: #fff;
      background-image: url(../img/slider-prev.svg); }
  .slick-arrow.slick-next {
    margin-left: 70px;
    background-image: url(../img/slider-next-wh.svg); }
    .slick-arrow.slick-next:hover {
      background-color: #fff;
      background-image: url(../img/slider-next.svg); }
  @media (min-width: 1921px) {
    .slick-arrow {
      left: calc((100% - 1562px) / 2); } }

p {
  margin: 0; }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #111111;
  color: #fff; }
  body.has-campaign {
    padding-top: 50px; }
    body.has-campaign header {
      top: 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.has-campaign header nav {
        top: 50px;
        height: calc(100% - 50px); } }
    @media only screen and (max-width: 767px) {
      body.has-campaign header nav {
        top: 50px;
        height: calc(100% - 50px); } }
  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  @media (max-width: 1200px) {
    body {
      font-size: 14px; } }

.container {
  width: 82%;
  max-width: 1562px; }
  @media (max-width: 1200px) {
    .container {
      width: 90%; } }
  @media (max-width: 1023px) {
    .container {
      width: 100%; } }

.container-fluid {
  max-width: 1562px; }

.loading {
  background: #111111;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .loading.active {
    opacity: 0;
    visibility: hidden;
    transition: 1s; }

.main-tint {
  background: rgba(0, 0, 0, 0.47);
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden; }
  .main-tint.active {
    opacity: 1;
    visibility: visible;
    transition: .7s; }

.popup {
  background: #212123;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  max-width: calc(100% - 30px);
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  transition: .7s; }
  .popup .cls:not(.button) {
    color: #fff;
    transform: rotate(45deg);
    transition: .7s;
    font-size: 24px;
    z-index: 1; }
    .popup .cls:not(.button):hover {
      opacity: .6; }
  .popup.campaign {
    width: 585px;
    height: 425px;
    padding: 60px 100px 0 100px;
    text-align: center; }
    .popup.campaign .cls:not(.button) {
      position: absolute;
      top: 10px;
      right: 20px; }
    .popup.campaign h2 {
      margin: 0 0 15px 0;
      color: #000;
      font-weight: 400; }
    .popup.campaign .button {
      margin-top: 25px;
      margin-bottom: 35px; }
    .popup.campaign .desc {
      color: #787878;
      font-size: 0.750em; }
    @media only screen and (max-width: 767px) {
      .popup.campaign {
        padding: 60px 30px; } }
  .popup.video {
    width: 1340px;
    height: 780px;
    padding: 30px; }
    .popup.video .cls {
      position: absolute;
      top: 15px;
      right: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .popup.video .cls {
          top: 5px;
          right: 5px; } }
      @media only screen and (max-width: 767px) {
        .popup.video .cls {
          top: 5px;
          right: 5px; } }
    .popup.video video {
      width: 100%; }
    @media (max-width: 1380px) {
      .popup.video {
        width: 860px;
        height: 510px; } }
    @media (max-width: 900px) {
      .popup.video {
        width: 600px;
        height: 350px;
        padding: 15px; } }
    @media (max-width: 767px) {
      .popup.video {
        width: 320px;
        height: 190px;
        padding: 15px; } }
  .popup.payment img {
    width: 75px;
    margin-bottom: 30px; }
  .popup.error {
    color: #ff4a53; }
    .popup.error img {
      width: 50px;
      margin-bottom: 20px; }
  .popup.active {
    opacity: 1;
    visibility: visible; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 120px;
  height: 120px;
  z-index: 9;
  transition: .7s; }
  header .logo {
    display: inline-block; }
    header .logo img {
      max-width: 200px;
      max-height: 50px;
      /*&.mobile{
      	display: none;
      	float: none;
      }
      @include xs{
      	display: none;
      	&.mobile{
      		display: inline-block;
      	}
      }*/ }
      @media only screen and (max-width: 767px) {
        header .logo img {
          max-width: 200px;
          max-height: 50px; } }
  header .bag {
    position: relative; }
    header .bag span {
      position: absolute;
      font-size: 0.500em;
      width: 12px;
      line-height: 12px;
      height: 12px;
      border-radius: 50%;
      background: linear-gradient(90deg, #1ac4f1 0%, #f44399 50%, #ffd23a 100%);
      text-align: center;
      color: #fff;
      font-weight: 500;
      top: 42px;
      right: -10px;
      transition: .7s; }
  @media (max-width: 1200px) {
    header .mobile-bar {
      position: relative; }
      header .mobile-bar:after {
        content: '';
        width: calc(100% - 30px);
        position: absolute;
        left: 15px;
        bottom: 0;
        border: 1px solid rgba(255, 255, 255, 0.2); } }
  header nav {
    float: right;
    font-size: 0.750em; }
    header nav a {
      display: inline-block;
      margin-left: 50px;
      position: relative;
      transition: color .7s; }
      header nav a:after {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background: #ff7373;
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transition: .7s; }
      header nav a:hover {
        color: #ff7373; }
        header nav a:hover:after {
          opacity: 1; }
      @media (max-width: 1400px) {
        header nav a {
          margin-left: 30px; } }
    header nav .right {
      display: inline-block;
      margin-left: 180px; }
      @media (min-width: 1920px) {
        header nav .right {
          margin-left: 380px; } }
      header nav .right a {
        margin-left: 0; }
        header nav .right a.button {
          margin-left: 30px; }
          header nav .right a.button:after {
            display: none; }
      header nav .right .line {
        display: inline-block;
        margin: 0 20px;
        opacity: .5; }
      header nav .right .lang {
        cursor: pointer;
        display: inline-block;
        position: relative;
        margin-right: 20px; }
        header nav .right .lang span img {
          margin-left: 5px;
          top: 0;
          transition: .4s;
          position: relative; }
        header nav .right .lang span:hover img {
          top: 2px; }
        header nav .right .lang .sub {
          line-height: normal;
          position: absolute;
          left: 0;
          top: 75px;
          padding-top: 10px;
          border-top: 1px solid #000;
          opacity: 0;
          visibility: hidden;
          transition: .7s; }
          header nav .right .lang .sub a {
            display: block; }
            header nav .right .lang .sub a:after {
              display: none; }
        header nav .right .lang.active .sub {
          opacity: 1;
          visibility: visible; }
      header nav .right form {
        position: relative;
        width: 130px;
        display: inline-block;
        margin-left: 30px; }
        header nav .right form input {
          width: 100%;
          height: 45px;
          border-radius: 17px;
          background: transparent;
          border: 1px solid #363636;
          padding-left: 15px;
          padding-right: 50px;
          transition: width .7s, margin .7s;
          display: inline-block;
          vertical-align: middle;
          color: #fff; }
          header nav .right form input::placeholder {
            color: #fff; }
        header nav .right form button {
          width: 34px;
          height: 34px;
          border-radius: 14px;
          background-color: #333;
          position: absolute;
          right: 8px;
          top: 44px;
          padding: 0;
          border: 0;
          line-height: normal;
          text-align: center;
          transition: .7s; }
        header nav .right form.active {
          z-index: 2; }
          header nav .right form.active input {
            width: 290px;
            margin-left: -160px; }
        @media only screen and (max-width: 767px) {
          header nav .right form {
            display: none; } }
      @media (max-width: 1400px) {
        header nav .right {
          margin-left: 80px; } }
    @media (max-width: 1200px) {
      header nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: #111111;
        z-index: 1;
        line-height: normal;
        padding: 15px;
        opacity: 0;
        visibility: hidden;
        transition: .7s; }
        header nav a {
          display: block;
          font-size: 2.571em;
          margin-left: 0;
          margin-bottom: 15px;
          font-weight: 500; }
        header nav .mobile.header {
          padding-top: 4px; }
        header nav .mobile .logo {
          margin-bottom: 0; }
          header nav .mobile .logo img {
            display: inline-block; }
        header nav .mobile .cls {
          position: absolute;
          top: 20px;
          right: 20px; }
        header nav .mobile .social {
          display: inline-block; }
          header nav .mobile .social a {
            width: 38px;
            line-height: 38px;
            background-color: #212123;
            border-radius: 50%;
            margin-right: 10px;
            display: inline-block; }
        header nav .mobile.bottom {
          margin-top: 60px; }
        header nav .mobile .button {
          float: right; }
        header nav .mobile-links {
          margin-top: 20px; }
          header nav .mobile-links a {
            font-size: 15px; }
        header nav .mobile-search {
          position: relative;
          margin: 40px 0 60px 0; }
          header nav .mobile-search input {
            background: #212123;
            height: 50px;
            padding-left: 15px;
            border: 0;
            border-radius: 0;
            padding-right: 50px;
            width: 100%; }
          header nav .mobile-search button {
            border: 0;
            background: #111111;
            width: 38px;
            line-height: 38px;
            border-radius: 19px;
            position: absolute;
            top: 6px;
            right: 6px; }
        header nav .right {
          margin-left: 0;
          position: absolute;
          top: 88px;
          left: 15px;
          width: calc(100% - 30px); }
          header nav .right a, header nav .right .line {
            display: none; }
          header nav .right .lang {
            position: absolute;
            top: -55px;
            right: 50px;
            font-size: 1.2em;
            z-index: 2; }
            header nav .right .lang .sub {
              top: 25px; }
              header nav .right .lang .sub a {
                line-height: normal;
                font-size: 1em;
                margin-bottom: 5px;
                font-weight: normal; }
          header nav .right form {
            display: none;
            width: 100%;
            margin-left: 0;
            height: 45px; }
            header nav .right form input {
              background: #f9f9f9; }
            header nav .right form button {
              top: 5px !important;
              background: #fff; }
        header nav.active {
          opacity: 1;
          visibility: visible; } }
  header .header-popup {
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    width: 400px;
    top: 90px;
    right: calc(9% + 15px);
    line-height: normal;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .7s; }
    header .header-popup.active {
      top: 120px;
      visibility: visible;
      opacity: 1; }
    @media (min-width: 1921px) {
      header .header-popup {
        right: calc(((100% - 1562px) / 2) + 15px); } }
    @media only screen and (max-width: 767px) {
      header .header-popup {
        width: 100%;
        position: fixed;
        top: 80px;
        right: 0;
        width: 100%;
        height: calc(100% - 80px);
        border-radius: 0; }
        header .header-popup .cls {
          display: none; }
        header .header-popup.active {
          top: 80px; } }
  header .search-popup {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #212123;
    padding: 90px 0 35px 0;
    opacity: 0;
    visibility: hidden;
    transition: .7s; }
    header .search-popup .container {
      position: relative; }
    header .search-popup input {
      width: 100%;
      border: 0;
      background: transparent;
      border-bottom: 1px solid #4c4c4c;
      height: 45px; }
      header .search-popup input::-webkit-input-placeholder {
        /* Edge */
        color: #646465; }
      header .search-popup input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #646465; }
      header .search-popup input::placeholder {
        color: #646465; }
    header .search-popup .cls {
      font-size: 2.2em;
      position: absolute;
      top: -85px;
      right: 15px;
      transform: rotate(45deg); }
  header.reverse {
    background: #000;
    line-height: 80px;
    height: 80px; }
    header.reverse nav a:after {
      top: 55px; }
    header.reverse nav .right .lang .sub {
      top: 80px;
      background: #000;
      padding: 10px 20px 10px 10px;
      left: -10px; }
    header.reverse nav .right .bag span {
      top: 22px; }
    header.reverse nav .right form button {
      top: 23px; }
    @media (max-width: 1200px) {
      header.reverse {
        background: #111111; } }
  header .mobile {
    display: none; }
    @media (max-width: 1200px) {
      header .mobile {
        display: block; } }
  header .mobile-right {
    float: right; }
    header .mobile-right a {
      margin-left: 25px;
      display: inline-block;
      vertical-align: middle; }
    header .mobile-right .bag span {
      top: 20px; }
  header.search-active .logo {
    border: 0; }
  header.search-active .search-popup {
    top: 0;
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1200px) {
    header {
      line-height: 80px;
      height: 80px; } }

.bag-popup {
  position: fixed;
  bottom: -60px;
  right: 0;
  background: #212123;
  z-index: 2;
  font-size: .8em;
  line-height: normal;
  opacity: 0;
  width: 950px;
  max-width: 90%;
  visibility: hidden;
  transition: .7s; }
  .bag-popup .cards {
    overflow: auto;
    white-space: nowrap; }
    .bag-popup .cards .card {
      font-size: 1.2em;
      white-space: normal; }
    .bag-popup .cards .col-sm-4 {
      width: 31%;
      float: none;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 767px) {
        .bag-popup .cards .col-sm-4 {
          width: 49%; } }
    .bag-popup .cards .details .left {
      opacity: .3; }
      @media only screen and (max-width: 767px) {
        .bag-popup .cards .details .left {
          text-overflow: ellipsis;
          overflow: hidden; } }
    .bag-popup .cards .details .line {
      background: #2e2e34;
      height: 1px;
      margin: 12px 0; }
  .bag-popup .title {
    margin: 25px 0;
    font-size: 1.5em; }
  .bag-popup .inside {
    padding: 0 100px; }
  .bag-popup .cls {
    display: block;
    margin: 50px 0; }
    @media (max-height: 650px) {
      .bag-popup .cls {
        margin: 20px 0; } }
    @media only screen and (max-width: 767px) {
      .bag-popup .cls {
        display: none; } }
  .bag-popup .quantity {
    border: 0;
    line-height: 20px; }
    .bag-popup .quantity span {
      width: 18px; }
    .bag-popup .quantity input {
      height: 20px; }
  .bag-popup .empty {
    padding: 100px 0;
    text-align: center; }
    .bag-popup .empty img {
      margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .bag-popup .item {
      margin-bottom: 30px; } }
  .bag-popup .bottom {
    padding: 40px 100px;
    border-top: 1px solid #2e2e34;
    margin-top: 55px; }
    .bag-popup .bottom .button {
      padding: 0 50px; }
    .bag-popup .bottom .total {
      margin-top: 15px; }
      .bag-popup .bottom .total span {
        opacity: .3;
        margin-right: 10px; }
    @media (max-height: 650px) {
      .bag-popup .bottom {
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .bag-popup .bottom {
        padding: 20px 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; } }
  .bag-popup.active {
    bottom: 0;
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 767px) {
    .bag-popup {
      max-width: 100%;
      overflow: auto;
      height: calc(100% - 70px); }
      .bag-popup .inside {
        padding: 0 15px; } }

footer {
  background: #1c1c1c;
  font-size: .9em;
  position: relative; }
  footer .title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: .8em;
    margin-top: 35px;
    background-image: linear-gradient(90deg, #1ac4f1 0%, #f44399 50%, #ffd23a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; }
    footer .title:nth-of-type(1) {
      margin-top: 0; }
      @media only screen and (max-width: 767px) {
        footer .title:nth-of-type(1) {
          margin-top: 35px; } }
  footer .payment_icons .payment-icon {
    vertical-align: middle; }
  footer .social {
    margin-top: 50px; }
    footer .social a {
      display: inline-block;
      width: 38px;
      line-height: 38px;
      border-radius: 50%;
      background: #000;
      margin-right: 10px;
      text-align: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .social {
        margin-top: 90px; } }
    @media only screen and (max-width: 767px) {
      footer .social {
        margin-top: 0; } }
  footer .campaign {
    margin-top: 175px; }
    footer .campaign .ttl {
      font-size: 1.8em;
      margin-bottom: 20px;
      font-weight: 500; }
    footer .campaign .button {
      margin-top: 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .campaign {
        margin-top: 90px; } }
    @media only screen and (max-width: 767px) {
      footer .campaign {
        margin-top: 60px; } }
  footer .top {
    line-height: 100px;
    font-size: .9em; }
    footer .top a {
      margin-right: 30px;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        footer .top a {
          display: block;
          margin-right: 0;
          margin-bottom: 10px; } }
    footer .top .right {
      text-align: right; }
      footer .top .right a {
        margin-right: 0;
        margin-left: 30px; }
        @media only screen and (max-width: 767px) {
          footer .top .right a {
            text-align: left;
            margin-left: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .top {
        line-height: normal;
        padding: 30px 0 15px 0; }
        footer .top a {
          margin-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      footer .top {
        line-height: normal;
        margin: 60px 0 15px 0; } }
  footer .middle {
    margin: 120px 0;
    position: relative;
    z-index: 1; }
    footer .middle .right .row {
      margin-top: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .middle .right .row {
          margin-top: 0; }
          footer .middle .right .row .col-md-6 {
            margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      footer .middle .right {
        padding: 0 15px;
        margin-top: 0;
        width: 100%; }
        footer .middle .right .row {
          margin-top: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .middle {
        margin: 60px 0; } }
    @media only screen and (max-width: 767px) {
      footer .middle {
        margin: 0; } }
  footer .bottom {
    line-height: 85px;
    position: relative;
    z-index: 1; }

.content {
  white-space: pre-line; }

h1 {
  font-size: 2.813em;
  margin: 0 0 20px 0;
  font-weight: 600;
  background-image: linear-gradient(90deg, #1ac4f1 0%, #f44399 50%, #ffd23a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-size: 2.250em;
  font-weight: 600;
  margin: 0 0 45px 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1ac4f1 0%, #f44399 50%, #ffd23a 100%); }
  h2 span {
    /*display: block;*/ }
  h2 .prices {
    display: inline-block;
    line-height: 20px;
    font-size: 11px;
    padding: 0 10px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    margin-left: 20px;
    vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.8em; } }

h3 {
  font-size: 1.500em;
  font-weight: 400;
  margin: 0 0 25px 0; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.3em; } }

.button {
  padding: 0 30px;
  line-height: 45px;
  border-radius: 22.5px;
  background: linear-gradient(90deg, #1ac4f1 0%, #f44399 50%, #ffd23a 100%);
  color: #fff;
  font-size: 0.750em;
  font-weight: 500;
  border: 0;
  display: inline-block;
  transition: .7s; }
  .button.secondary {
    border: 1px solid #f0f0f0;
    background: #fff;
    color: #000; }
  .button:hover {
    background: #eee;
    color: #ff7373; }
  @media only screen and (max-width: 767px) {
    .button {
      font-size: .9em; } }

.check-box .check-container {
  display: block;
  position: relative;
  padding-left: 13px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.check-box .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 16px;
  width: 13px;
  left: 2px; }
.check-box .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 6px;
  width: 6px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 50%; }
.check-box .check-container:hover input ~ .checkmark {
  background-color: #ccc; }
.check-box .check-container input:checked ~ .checkmark {
  background-color: #ff7373; }

.page-pagi {
  margin-top: 30px;
  text-align: center;
  font-size: 0.625em; }
  .page-pagi img {
    margin-left: 10px;
    position: relative;
    top: -1px; }
  .page-pagi .prev img {
    transform: rotate(-180deg);
    margin-left: 0;
    margin-right: 10px; }
  .page-pagi .prev, .page-pagi .next {
    transition: .7s; }
    .page-pagi .prev:hover, .page-pagi .next:hover {
      opacity: .6; }
  .page-pagi ul {
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block; }
    .page-pagi ul li {
      list-style-type: none;
      display: inline-block;
      width: 20px;
      line-height: 20px;
      text-align: center;
      margin: 0 2px;
      transition: .7s; }
      .page-pagi ul li:hover, .page-pagi ul li.active {
        background: #f3f3f3;
        color: #000; }

.card {
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .card .img {
    padding-bottom: 80%;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 15px;
    overflow: hidden; }
    .card .img .logo {
      max-height: 14%;
      max-width: 38%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 1;
      width: auto !important;
      transition: .7s; }
    .card .img .tint {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .25;
      transition: .7s; }
  .card .txt {
    margin: 10px 0 5px 0;
    font-size: .75em; }
  .card .price {
    position: absolute;
    top: 30px;
    right: 20px;
    line-height: 20px;
    font-size: .6em;
    padding: 0 10px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .card .price {
        display: none; } }
  .card .plus {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1;
    font-size: 1.8em;
    line-height: 20px;
    font-weight: 300;
    transition: .7s; }
  .card .arrow {
    position: absolute;
    bottom: 25px;
    right: 20px;
    z-index: 1; }
  .card.img-only .logo {
    display: none; }
  .card:hover .tint {
    opacity: 0; }
  .card:hover .logo {
    transform: scale(1.2); }
  .card:hover .plus {
    opacity: 0;
    transform: rotate(45deg); }

.cards .row {
  margin-right: -10px;
  margin-left: -10px; }
  .cards .row .col-sm-6 {
    padding-right: 10px;
    padding-left: 10px; }

.brands .card .tint {
  display: none; }

.see-all {
  transition: .7s; }
  .see-all img {
    margin-left: 10px;
    transition: .7s; }
  .see-all:hover {
    color: #ff7373; }
    .see-all:hover img {
      margin-left: 15px; }

.campaign-bar {
  background: #ff7373;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: fixed;
  top: -50px;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: .7s; }
  .campaign-bar .cls {
    color: #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    font-size: 1.500em; }
  .campaign-bar.active {
    top: 0; }

.empty-box {
  padding: 200px 0;
  background: #212123;
  font-size: 1.125em;
  text-align: center; }
  .empty-box img {
    margin-bottom: 15px;
    width: 45px; }

main.home .scroll {
  position: absolute;
  left: calc(9% + 15px);
  top: -327px;
  font-size: .75em; }
  main.home .scroll img {
    margin-right: 10px; }
  @media (min-width: 1921px) {
    main.home .scroll {
      left: calc((100% - 1562px) / 2); } }
  @media only screen and (max-width: 767px) {
    main.home .scroll {
      display: none; } }
main.home .main-slider {
  padding: 120px 0; }
  main.home .main-slider .item .txt {
    padding-top: 0;
    width: 380px;
    max-width: 100%;
    opacity: 0;
    transition: .7s; }
  main.home .main-slider .item h1, main.home .main-slider .item h2 {
    font-size: 2.4em;
    margin: 0 0 15px 0;
    -webkit-text-fill-color: #fff;
    background: none; }
    @media (min-width: 992px) and (max-width: 1199px) {
      main.home .main-slider .item h1, main.home .main-slider .item h2 {
        font-size: 1.8em; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.home .main-slider .item h1, main.home .main-slider .item h2 {
        font-size: 1.5em; } }
    @media only screen and (max-width: 767px) {
      main.home .main-slider .item h1, main.home .main-slider .item h2 {
        font-size: 2em; } }
  main.home .main-slider .item .bdg {
    font-size: .6em;
    border: 1px solid #414141;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 15px; }
  main.home .main-slider .item .img {
    padding-bottom: 70%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: .7s; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.home .main-slider .item .img {
        padding-bottom: 80%; } }
  main.home .main-slider .item .button {
    margin: 30px 0 40px 0; }
  main.home .main-slider .item.slick-active .txt {
    padding-top: 60px;
    opacity: 1;
    transition-delay: .8s; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.home .main-slider .item.slick-active .txt {
        padding-top: 20px; } }
    @media only screen and (max-width: 767px) {
      main.home .main-slider .item.slick-active .txt {
        padding-top: 0; } }
  main.home .main-slider .item.slick-active .img {
    opacity: 1;
    transition-delay: 1s; }
  main.home .main-slider .slick-arrow {
    bottom: 140px;
    left: 9%; }
    main.home .main-slider .slick-arrow.slick-prev {
      margin-right: 70px; }
    main.home .main-slider .slick-arrow.slick-next {
      margin-right: 15px; }
    @media (min-width: 1921px) {
      main.home .main-slider .slick-arrow {
        left: calc((100% - 1562px) / 2); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      main.home .main-slider .slick-arrow {
        bottom: 100px;
        left: 45px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.home .main-slider .slick-arrow {
        bottom: 100px;
        left: 0; } }
    @media only screen and (max-width: 767px) {
      main.home .main-slider .slick-arrow {
        display: none !important; } }
  @media only screen and (max-width: 767px) {
    main.home .main-slider {
      padding: 120px 0 80px 0; } }
main.home .campaign-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 70px;
  height: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff; }
  main.home .campaign-slider span {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0 20px;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px; }
main.home .thumb-slider {
  position: absolute;
  right: 0;
  width: 550px;
  bottom: 120px; }
  main.home .thumb-slider .item {
    width: 245px;
    height: 245px;
    background-position: center;
    background-size: cover;
    margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    main.home .thumb-slider {
      width: 150px; }
      main.home .thumb-slider .item {
        width: 120px;
        height: 120px; } }
main.home .intro {
  margin: 120px 0; }
  main.home .intro .txt {
    font-size: 1.750em;
    font-weight: 300;
    width: 60%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      main.home .intro .txt {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    main.home .intro {
      margin: 60px 0; }
      main.home .intro .txt {
        font-size: 1.142em; } }
main.home section.articles {
  margin-bottom: 70px; }
  main.home section.articles h2 {
    font-size: 2.3em;
    margin: 0 0 20px 0;
    display: inline-block; }
  main.home section.articles .desc {
    width: 370px;
    max-width: 100%;
    margin: 0 auto; }
  main.home section.articles .see-all {
    position: relative;
    top: -20px; }
    @media only screen and (max-width: 767px) {
      main.home section.articles .see-all {
        top: 0;
        margin: 20px 0;
        display: block; } }
  main.home section.articles .text-right {
    margin-bottom: 20px; }
  main.home section.articles .boxes .box {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    main.home section.articles {
      margin-bottom: 60px; }
      main.home section.articles .article-boxes {
        height: auto !important; }
      main.home section.articles .boxes {
        overflow: auto;
        white-space: nowrap; }
        main.home section.articles .boxes .col-sm-4, main.home section.articles .boxes .col-sm-8 {
          display: inline-block;
          vertical-align: top;
          float: none;
          width: 80%;
          position: relative !important;
          left: auto !important;
          top: auto !important; }
        main.home section.articles .boxes .box {
          white-space: normal; } }

.home-cards .see-all {
  position: relative;
  top: -20px; }
  @media only screen and (max-width: 767px) {
    .home-cards .see-all {
      top: 0;
      margin: 0 0 20px 0;
      display: block; } }
.home-cards h2 {
  margin: 0 auto;
  width: 240px; }
  @media only screen and (max-width: 767px) {
    .home-cards h2 {
      width: 230px; } }
.home-cards .text-center + .cards {
  margin-top: 40px; }
.home-cards .row {
  margin-right: -8px;
  margin-left: -8px; }
.home-cards .col-sm-3, .home-cards .col-sm-4, .home-cards .col-sm-5, .home-cards .col-sm-7, .home-cards .col-sm-12 {
  padding-left: 8px;
  padding-right: 8px; }
.home-cards .card {
  margin-bottom: 16px; }
  .home-cards .card .img {
    padding-bottom: 0;
    height: 230px; }
    @media only screen and (max-width: 767px) {
      .home-cards .card .img {
        height: 230px !important; } }
.home-cards .col:nth-of-type(1) .card-col:nth-of-type(3) .card .img {
  height: 310px; }
.home-cards .col:nth-of-type(2) .card .img {
  height: 556px; }
.home-cards .col:nth-of-type(3) .card:nth-of-type(1) .img {
  height: 310px; }

.card-slider {
  position: relative;
  height: 300px; }
  .card-slider h2 {
    display: inline-block;
    width: 220px; }
  .card-slider .slick-arrow {
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      .card-slider .slick-arrow {
        top: 0;
        right: 15px;
        left: auto;
        bottom: auto; }
        .card-slider .slick-arrow.slick-next {
          margin-left: 0; }
        .card-slider .slick-arrow.slick-prev {
          margin-right: 60px; } }
  .card-slider .container {
    position: relative; }
  .card-slider .cards {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 70%; }
    .card-slider .cards .card {
      width: 360px;
      margin-right: 10px;
      margin-bottom: 0; }
      .card-slider .cards .card .img {
        padding-bottom: 70%; }
      @media only screen and (max-width: 767px) {
        .card-slider .cards .card {
          width: 300px; } }
    .card-slider .cards.brands .card {
      width: 120px;
      margin-right: 20px;
      margin-bottom: 0; }
      .card-slider .cards.brands .card .img {
        height: 300px;
        border-radius: 15px;
        padding-bottom: 0; }
        .card-slider .cards.brands .card .img .logo {
          height: 28px;
          top: 35px;
          left: 0;
          right: 0;
          margin: auto;
          bottom: auto; }
        .card-slider .cards.brands .card .img .txt {
          position: absolute;
          transform: rotate(-90deg);
          margin: auto;
          left: 0;
          right: 0;
          bottom: 45px;
          font-size: 1em;
          bottom: 115px; }
        .card-slider .cards.brands .card .img .price {
          position: absolute;
          bottom: 28px;
          top: auto;
          margin: auto;
          left: 0;
          right: 0;
          text-align: center;
          max-width: 60px; }
        @media only screen and (max-width: 767px) {
          .card-slider .cards.brands .card .img {
            height: 250px; } }
      @media only screen and (max-width: 767px) {
        .card-slider .cards.brands .card {
          width: 100px; } }
    @media (min-width: 1921px) {
      .card-slider .cards {
        width: 1200px;
        right: calc((100% - 1532px) / 2); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .card-slider .cards {
        width: 60%; } }
    @media only screen and (max-width: 767px) {
      .card-slider .cards {
        position: static !important;
        padding-left: 15px;
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .card-slider {
      height: auto; } }

section.card-desc {
  margin-bottom: 90px; }
  section.card-desc .row {
    margin-right: -10px;
    margin-left: -10px;
    position: relative; }
    section.card-desc .row .col-sm-6 {
      padding-right: 10px;
      padding-left: 10px; }
  section.card-desc .box {
    padding: 48px 55px;
    background: #212123;
    border-radius: 20px; }
    section.card-desc .box .more {
      text-decoration: underline;
      display: block; }
      section.card-desc .box .more:hover {
        text-decoration: none; }
    section.card-desc .box .detail {
      position: fixed;
      top: 0;
      right: -60px;
      width: 50%;
      height: 100%;
      z-index: 10;
      padding: 100px 85px;
      overflow: auto;
      opacity: 0;
      visibility: hidden;
      background: #111111;
      transition: .7s; }
      section.card-desc .box .detail p {
        margin-bottom: 20px; }
      section.card-desc .box .detail .cls {
        position: absolute;
        top: 85px;
        right: 85px;
        transform: rotate(45deg);
        font-size: 2em; }
        @media only screen and (max-width: 767px) {
          section.card-desc .box .detail .cls {
            top: 15px;
            right: 15px; } }
      section.card-desc .box .detail h3 {
        margin-bottom: 60px;
        background: none;
        color: #fff;
        -webkit-text-fill-color: #fff; }
      section.card-desc .box .detail .but {
        display: block;
        margin-top: 90px;
        line-height: 70px;
        font-size: .9em;
        background-image: url(../img/home/arrow.svg);
        background-repeat: no-repeat;
        background-position: 95%;
        padding: 0 40px;
        background: #212123; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.card-desc .box .detail {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        section.card-desc .box .detail {
          width: 100%;
          padding: 30px 15px; } }
    section.card-desc .box.active .detail {
      opacity: 1;
      visibility: visible;
      right: 0; }
  section.card-desc .col-sm-6:nth-of-type(2) .box {
    background: linear-gradient(90deg, #1ac4f1 0%, #f44399 50%, #ffd23a 100%); }
  @media only screen and (max-width: 767px) {
    section.card-desc {
      margin: 40px 0 30px 0; }
      section.card-desc .box {
        margin-bottom: 20px;
        padding: 35px 25px 50px 25px; } }

section.articles .desc {
  margin-top: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    section.articles .desc {
      margin-top: 0; } }
section.articles .boxes .box {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-bottom: 55px;
  border-radius: 10px; }
  section.articles .boxes .box h3 {
    font-weight: 500;
    background: none;
    font-size: 1.4em;
    color: #fff;
    -webkit-text-fill-color: #fff;
    margin: 0 0 20px 0; }
  section.articles .boxes .box .txt {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px; }
  section.articles .boxes .box .img {
    padding-bottom: 125%;
    background-position: center;
    background-size: cover;
    transition: .7s; }
    section.articles .boxes .box .img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2); }
  section.articles .boxes .box .date {
    font-size: 0.750em;
    margin-bottom: 5px; }
  section.articles .boxes .box:hover .img {
    transform: scale(1.1); }
  section.articles .boxes .box:hover .arrow {
    background-color: #fff;
    background-image: url(../img/slider-next.svg); }
  @media only screen and (max-width: 767px) {
    section.articles .boxes .box .detail {
      display: none; } }
@media only screen and (max-width: 767px) {
  section.articles .see-all {
    top: -122px; } }

section.affiliate {
  margin: 54px 0 70px 0;
  text-align: center; }
  section.affiliate h2 {
    margin: 0 auto 20px auto;
    font-size: 2.2em;
    width: 220px;
    min-height: 70px; }
  section.affiliate .txt {
    width: 500px;
    max-width: 100%;
    margin: 0 auto; }
  section.affiliate .button {
    margin-top: 30px;
    background: #212121; }
  section.affiliate .box {
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(90deg, #1ac4f1 0%, #f44399 50%, #ffd23a 100%);
    border-image-slice: 1;
    padding: 40px; }
  @media only screen and (max-width: 767px) {
    section.affiliate {
      margin: 40px 0 50px 0; } }

section.card-list {
  margin: 70px 0; }
  section.card-list h3 {
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #1ac4f1 0%, #f44399 50%, #ffd23a 100%); }
  section.card-list .line {
    height: 1px;
    background: linear-gradient(90deg, #1ac4f1 0%, #f44399 50%, #ffd23a 100%);
    margin-bottom: 70px; }
    section.card-list .line:last-of-type {
      margin-top: 70px;
      margin-bottom: 0; }
  section.card-list .txt {
    max-height: 75px;
    overflow: hidden;
    position: relative;
    transition: 1s;
    color: #666; }
    section.card-list .txt a {
      display: inline;
      color: #666; }
      section.card-list .txt a:hover {
        text-decoration: underline; }
    section.card-list .txt span {
      display: none;
      position: absolute;
      bottom: 0;
      right: 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.card-list .txt {
        max-height: 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.card-list .txt {
        max-height: 85px; } }
  section.card-list .more {
    cursor: pointer;
    transition: .7s; }
    section.card-list .more:hover {
      transform: rotate(90deg); }
    section.card-list .more.mobile {
      display: none;
      transform: none !important;
      text-decoration: underline; }
  section.card-list.active .more {
    background: url(../img/minus.svg);
    width: 0;
    padding: 17.5px; }
    section.card-list.active .more:hover {
      transform: rotate(0); }
  section.card-list.active .txt {
    max-height: 600px; }
    section.card-list.active .txt span {
      display: none; }
  @media only screen and (max-width: 767px) {
    section.card-list {
      margin: 60px 0; }
      section.card-list .txt {
        max-height: 82px; }
        section.card-list .txt span {
          bottom: -6px;
          right: 8px; }
        section.card-list .txt.active {
          max-height: 750px; }
      section.card-list .line {
        display: none; }
      section.card-list .text-center {
        text-align: left !important; }
      section.card-list .more {
        margin-top: 15px;
        display: none; }
        section.card-list .more.mobile {
          display: block; }
      section.card-list.active .more {
        background: none;
        width: auto;
        padding: 0; } }

section.campaign-boxes {
  margin-bottom: 90px; }
  section.campaign-boxes .box {
    padding: 50px;
    border-radius: 10px;
    background: linear-gradient(90deg, #1ac4f1 0%, #f44399 50%, #ffd23a 100%);
    background-size: 60%;
    height: 320px;
    position: relative;
    overflow: hidden; }
    section.campaign-boxes .box .img {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background-position: center;
      background-size: cover; }
    section.campaign-boxes .box h4 {
      margin: 0 0 20px 0;
      font-size: 1.5em; }
      @media only screen and (max-width: 767px) {
        section.campaign-boxes .box h4 {
          margin: 0 0 30px 0; } }
    section.campaign-boxes .box .txt {
      width: 250px;
      font-size: .8em;
      margin-top: 30px; }
      section.campaign-boxes .box .txt .desc {
        margin-bottom: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.campaign-boxes .box .txt {
          padding-right: 0; } }
      @media only screen and (max-width: 767px) {
        section.campaign-boxes .box .txt {
          padding-right: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.campaign-boxes .box {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      section.campaign-boxes .box {
        padding: 30px;
        padding-top: 230px;
        background-size: 100%;
        height: auto; }
        section.campaign-boxes .box .img {
          width: 100%;
          height: 200px; } }

main.page {
  padding-top: 120px; }
  main.page .contact .left {
    background: #212123;
    height: 660px;
    padding-top: 90px;
    padding-left: calc(9% + 15px); }
    @media (min-width: 1921px) {
      main.page .contact .left {
        left: calc((100% - 1562px) / 2); } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.page .contact .left {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      main.page .contact .left {
        height: auto;
        padding: 40px 15px; } }
  main.page .contact .right {
    min-height: 660px;
    padding: 90px 120px;
    padding-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.page .contact .right {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      main.page .contact .right {
        min-height: 0;
        height: auto;
        padding: 40px 15px; }
        main.page .contact .right .button {
          float: right; } }
  main.page .contact h1, main.page .contact h2 {
    font-size: 2em;
    display: inline-block; }
  main.page .contact .item {
    margin-top: 60px; }
    main.page .contact .item img {
      display: inline-block;
      vertical-align: top;
      margin-right: 40px; }
    main.page .contact .item .txt {
      display: inline-block;
      width: calc(100% - 80px); }
  main.page .contact .form-result {
    background: #111111;
    color: #fff; }
  main.page .contact .form .button {
    margin-top: 30px; }
  main.page .articles {
    margin-top: 120px; }
    main.page .articles h3 {
      font-size: 1.2em; }
  main.page .content-page {
    padding-top: 70px; }
    main.page .content-page svg {
      vertical-align: middle; }
      main.page .content-page svg path {
        fill: #fff; }
    main.page .content-page h1, main.page .content-page h2, main.page .content-page h3, main.page .content-page h4 {
      font-size: 1.200em;
      margin: 0 0 20px 0;
      font-weight: 500;
      background-image: none;
      color: #fff;
      -webkit-text-fill-color: #fff; }
    main.page .content-page p {
      margin-bottom: 20px; }
    main.page .content-page .accordion .title {
      font-size: 1.2em;
      font-weight: 500;
      padding: 40px 50px;
      background: #212123;
      margin: 20px 0 0 0;
      cursor: pointer; }
      main.page .content-page .accordion .title:after {
        content: '+';
        float: right; }
      main.page .content-page .accordion .title.active:after {
        content: '-'; }
      @media only screen and (max-width: 767px) {
        main.page .content-page .accordion .title {
          padding: 20px 25px; } }
    main.page .content-page .accordion .sub {
      display: none;
      padding: 40px 50px;
      background: #212123;
      font-size: 16px;
      padding-right: 30%; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.page .content-page .accordion .sub {
          padding-right: 50px; } }
      @media only screen and (max-width: 767px) {
        main.page .content-page .accordion .sub {
          padding: 20px 25px; } }
    @media only screen and (max-width: 767px) {
      main.page .content-page {
        padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    main.page {
      padding-top: 80px; } }

.select {
  width: 110px;
  font-size: 0.750em;
  height: 45px;
  border: solid 1px #f0f0f0;
  border-radius: 17px;
  background-color: #f9f9f9;
  -webkit-appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-position: 80px;
  background-repeat: no-repeat;
  padding-left: 20px; }

main.list {
  margin-top: 60px; }
  main.list .results {
    font-size: .8em; }
    @media only screen and (max-width: 767px) {
      main.list .results {
        position: absolute;
        top: 5px;
        right: 0; } }
  main.list h2 {
    margin: 0 0 30px 0;
    width: 200px; }
  main.list h2 + .results {
    margin-top: -20px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      main.list h2 + .results {
        position: static;
        text-align: right;
        margin: 25px 0; } }
  main.list .list-desc {
    margin: 25px 0 100px 0; }
    main.list .list-desc .box {
      background: #f9f9f9;
      padding: 30px 45px;
      border-radius: 10px; }
      main.list .list-desc .box img {
        width: 40px;
        display: inline-block;
        vertical-align: top;
        margin-right: 40px; }
      main.list .list-desc .box .txt {
        display: inline-block;
        color: #787878;
        width: calc(100% - 85px); }
        main.list .list-desc .box .txt .title {
          color: #000;
          font-size: 1.125em;
          margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      main.list .list-desc {
        margin: 20px 0 60px 0; }
        main.list .list-desc .box {
          padding: 15px;
          text-align: center; }
          main.list .list-desc .box img {
            margin-right: 0;
            margin-bottom: 10px;
            width: auto;
            height: 40px; }
          main.list .list-desc .box .txt {
            width: 100%;
            font-size: .9em; }
          main.list .list-desc .box .desc {
            display: none; } }
  main.list .sort {
    margin-bottom: 30px;
    font-size: 0.750em;
    text-align: right; }
    main.list .sort .select {
      font-size: 1em;
      margin-left: 15px;
      height: 40px;
      color: #fff;
      background-color: transparent;
      border-color: #444;
      background-image: url(../img/select-arrow-wh.svg); }
    main.list .sort .row {
      margin-right: -10px;
      margin-left: -10px; }
      main.list .sort .row .col-xs-6 {
        padding-right: 10px;
        padding-left: 10px; }
        main.list .sort .row .col-xs-6:last-of-type {
          text-align: right; }
    main.list .sort .open-filter {
      display: inline-block;
      line-height: 38px;
      text-align: left;
      margin-right: 30px;
      cursor: pointer; }
    @media only screen and (max-width: 767px) {
      main.list .sort {
        text-align: left;
        margin: 15px 0 30px 0; }
        main.list .sort .select {
          margin-left: 0; }
        main.list .sort select.select {
          margin-left: 10px; } }
  main.list .page-cards .row {
    margin-right: -8px;
    margin-left: -8px; }
    @media only screen and (max-width: 767px) {
      main.list .page-cards .row {
        margin-right: -15px;
        margin-left: -15px; } }
  main.list .page-cards .col-sm-3, main.list .page-cards .col-sm-4, main.list .page-cards .col-sm-5, main.list .page-cards .col-sm-7, main.list .page-cards .col-sm-12 {
    padding-left: 8px;
    padding-right: 8px; }
    @media only screen and (max-width: 767px) {
      main.list .page-cards .col-sm-3, main.list .page-cards .col-sm-4, main.list .page-cards .col-sm-5, main.list .page-cards .col-sm-7, main.list .page-cards .col-sm-12 {
        padding-left: 15px;
        padding-right: 15px; } }
  main.list .page-cards .cards .card {
    margin-bottom: 16px; }
    main.list .page-cards .cards .card .img {
      padding-bottom: 0;
      height: 230px; }
    @media only screen and (max-width: 767px) {
      main.list .page-cards .cards .card {
        margin-bottom: 20px; }
        main.list .page-cards .cards .card .img {
          height: 230px !important; } }
  main.list .page-cards .cards .col-sm-5 .card-col:nth-of-type(3) .card .img {
    height: 310px; }
  main.list .page-cards .cards .col-sm-4 .card .img {
    height: 556px; }
  main.list .page-cards .cards .col-sm-3 .card:nth-of-type(1) .img {
    height: 310px; }
  main.list .card-desc {
    margin-top: 60px; }
  main.list .list-filter {
    position: fixed;
    bottom: -60px;
    right: 0;
    background: #111111;
    z-index: 10;
    font-size: .8em;
    opacity: 0;
    visibility: hidden;
    width: 950px;
    max-width: 90%;
    transition: .7s; }
    main.list .list-filter .inside {
      padding: 0 100px; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.list .list-filter .inside {
          padding: 0 60px; } }
    @media only screen and (max-width: 767px) {
      main.list .list-filter .title {
        font-size: 2em;
        margin-top: 25px; } }
    main.list .list-filter .cls {
      display: block;
      margin: 50px 0; }
      @media only screen and (max-width: 767px) {
        main.list .list-filter .cls {
          margin-top: -25px; } }
    main.list .list-filter .price {
      margin-top: 20px;
      padding: 38px 28px;
      background: #212123; }
      main.list .list-filter .price .title {
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          main.list .list-filter .price .title {
            font-size: 12px; } }
      main.list .list-filter .price .amount {
        color: #979797;
        border: 0;
        background: transparent; }
      main.list .list-filter .price .price-slider {
        margin-top: 20px;
        width: 95%;
        border: 0;
        height: 1px;
        background: #ededed; }
        main.list .list-filter .price .price-slider .ui-slider-handle {
          border: 0;
          border-radius: 50%;
          background: #ff7373;
          width: 12px;
          height: 12px;
          top: -5px;
          margin-left: 0; }
        main.list .list-filter .price .price-slider .ui-slider-range {
          background: #ff7373; }
    main.list .list-filter .check-boxes .check-box {
      padding: 25px; }
      main.list .list-filter .check-boxes .check-box .check-container {
        padding-left: 0; }
      main.list .list-filter .check-boxes .check-box .checkmark {
        width: 18px;
        height: 18px;
        display: block;
        margin-bottom: 40px;
        position: static;
        background: #424242;
        border: 0; }
      main.list .list-filter .check-boxes .check-box input:checked ~ .checkmark {
        background-color: #ff7373; }
      main.list .list-filter .check-boxes .check-box:nth-of-type(1) {
        background: #212123; }
        @media only screen and (max-width: 767px) {
          main.list .list-filter .check-boxes .check-box:nth-of-type(1) {
            margin-bottom: 20px; } }
      main.list .list-filter .check-boxes .check-box:nth-of-type(2) {
        background: #242426; }
      main.list .list-filter .check-boxes .check-box:nth-of-type(3) {
        background: #212123; }
      @media only screen and (max-width: 767px) {
        main.list .list-filter .check-boxes .check-box {
          min-height: 145px; } }
    main.list .list-filter .bottom {
      text-align: right;
      padding: 40px 100px;
      border-top: 1px solid #313131;
      margin-top: 55px; }
      main.list .list-filter .bottom .button {
        padding: 0 50px; }
      @media only screen and (max-width: 767px) {
        main.list .list-filter .bottom {
          margin-top: 50px;
          padding: 20px 50px;
          text-align: center; } }
    @media only screen and (max-width: 767px) {
      main.list .list-filter {
        max-width: 100%;
        height: 100%;
        overflow: auto; }
        main.list .list-filter .inside {
          padding: 0 15px; } }
    main.list .list-filter.active {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
  main.list .filter {
    font-size: 0.750em; }
    main.list .filter .search {
      position: relative; }
      main.list .filter .search input {
        width: 100%;
        height: 45px;
        border-radius: 17px;
        background: #f9f9f9;
        border: 0;
        padding-left: 15px;
        padding-right: 50px; }
      main.list .filter .search button {
        width: 34px;
        height: 34px;
        border-radius: 14px;
        background-color: #fff;
        position: absolute;
        right: 8px;
        top: 5px;
        padding: 0;
        border: 0;
        line-height: normal;
        text-align: center; }
    main.list .filter .clear {
      float: right;
      font-size: 0.833em;
      margin-top: 9px;
      color: #ff7373;
      text-decoration: underline;
      margin-bottom: 28px; }
    main.list .filter .check-box {
      border-top: 1px solid #f9f9f9;
      padding: 12px 0; }
      main.list .filter .check-box:last-of-type {
        border-bottom: 1px solid #f9f9f9; }
    main.list .filter .mobile {
      display: none; }
    @media only screen and (max-width: 767px) {
      main.list .filter {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: auto;
        padding: 15px;
        z-index: 10;
        transition: .7s; }
        main.list .filter .mobile {
          display: block; }
          main.list .filter .mobile .title {
            font-size: 1.500em;
            margin-bottom: 30px; }
          main.list .filter .mobile .cls {
            position: absolute;
            right: 15px;
            top: 20px; }
          main.list .filter .mobile.button {
            margin-top: 90px;
            float: right; }
        main.list .filter.active {
          opacity: 1;
          visibility: visible; } }
  main.list .discount-box {
    color: #fff;
    background: #ff7373;
    border-radius: 15px;
    overflow: hidden; }
    main.list .discount-box .top {
      padding: 20px 25px;
      background: rgba(255, 255, 255, 0.05); }
    main.list .discount-box .bottom {
      padding: 30px 25px; }
      main.list .discount-box .bottom .code {
        font-size: 1.125em;
        margin-bottom: 30px; }
      main.list .discount-box .bottom span {
        opacity: .4; }
    @media only screen and (max-width: 767px) {
      main.list .discount-box {
        margin-top: 40px; } }
  @media only screen and (max-width: 767px) {
    main.list {
      margin-top: 30px; } }

main.detail section.product .img-box {
  border-radius: 25px;
  border: 5px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(90deg, #1ac4f1 0%, #f44399 50%, #ffd23a 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    main.detail section.product .img-box {
      width: calc(100% - 30px);
      margin: 30px 0 15px 0;
      margin-left: 15px; } }
main.detail section.product .img {
  height: 510px;
  background-position: center;
  background-size: cover;
  position: relative; }
  main.detail section.product .img img {
    height: 40px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    main.detail section.product .img {
      height: 375px; } }
  @media only screen and (max-width: 767px) {
    main.detail section.product .img {
      height: 250px; } }
main.detail section.product .price {
  margin-bottom: 40px; }
main.detail section.product .box {
  width: 300px;
  max-width: 100%; }
  main.detail section.product .box h1 {
    font-size: 1.75em;
    margin: 50px 0 10px 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-text-fill-color: #fff;
    background: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.detail section.product .box h1 {
        margin: 20px 0 10px 0; } }
    @media only screen and (max-width: 767px) {
      main.detail section.product .box h1 {
        margin: 0 0 10px 0;
        font-size: 21px; } }
  main.detail section.product .box .price {
    margin-bottom: 40px; }
  main.detail section.product .box .select {
    width: 100%;
    color: #000;
    border-radius: 22.5px;
    background-position: 90%;
    border: 0;
    margin-bottom: 10px; }
  main.detail section.product .box input {
    width: 100%;
    color: #000;
    border: 0;
    border-radius: 22.5px;
    padding-left: 15px;
    height: 45px; }
  main.detail section.product .box .stock {
    font-size: .8em; }
    main.detail section.product .box .stock img {
      width: 22px;
      margin-right: 8px; }
    @media only screen and (max-width: 767px) {
      main.detail section.product .box .stock {
        margin: 15px 0; } }
  main.detail section.product .box .button {
    margin-top: 30px;
    opacity: .25; }
    main.detail section.product .box .button.add-to-basket {
      opacity: 1; }
    @media only screen and (max-width: 767px) {
      main.detail section.product .box .button {
        color: #fff;
        background: linear-gradient(90deg, #1ac4f1 0%, #f44399 50%, #ffd23a 100%);
        margin-left: 0;
        margin-top: 0; } }
@media only screen and (max-width: 767px) {
  main.detail section.product .text-right {
    text-align: left !important; } }
main.detail .product-desc {
  margin: 70px 0;
  opacity: .8;
  text-align: center; }
  main.detail .product-desc .txt {
    width: 50%;
    margin-left: 25%; }
    main.detail .product-desc .txt p {
      margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    main.detail .product-desc {
      margin: 60px 0; }
      main.detail .product-desc .txt {
        width: 100%;
        margin-left: 0; } }
main.detail .product-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #212123;
  z-index: 10;
  font-size: .75em;
  padding: 12px 0;
  visibility: hidden;
  opacity: 0;
  transition: .7s; }
  main.detail .product-alert .txt {
    width: 80%;
    display: inline-block; }
  main.detail .product-alert .cls {
    float: right; }
  main.detail .product-alert.active {
    visibility: visible;
    opacity: 1; }
main.detail .product-added {
  background: #fff;
  color: #000;
  z-index: 2;
  position: fixed;
  bottom: 80px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.09);
  padding: 14px 45px;
  padding-left: 110px;
  margin: auto;
  left: 0;
  right: 0;
  width: 740px;
  max-width: calc(100% - 30px);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: .7s; }
  main.detail .product-added .img {
    background-size: cover;
    background-position: center;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 110px; }
    @media only screen and (max-width: 767px) {
      main.detail .product-added .img {
        width: 70px; } }
  main.detail .product-added .txt {
    display: inline-block;
    vertical-align: middle;
    color: #787878;
    font-size: 0.813em;
    margin-right: 30px;
    width: 295px;
    padding-left: 30px; }
    main.detail .product-added .txt .title {
      font-size: 1.125em;
      font-weight: 500;
      color: #000; }
    @media only screen and (max-width: 767px) {
      main.detail .product-added .txt {
        margin-right: 15px;
        width: calc(100% - 100px);
        padding-left: 70px; } }
  main.detail .product-added .price-col {
    font-size: 1.2em;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle; }
    main.detail .product-added .price-col .discount {
      display: block;
      margin-bottom: -8px; }
    @media only screen and (max-width: 767px) {
      main.detail .product-added .price-col {
        font-size: 1em; } }
  @media only screen and (max-width: 767px) {
    main.detail .product-added .button {
      display: none; } }
  main.detail .product-added.active {
    bottom: 50px;
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 767px) {
    main.detail .product-added {
      padding: 15px; } }
main.detail .other-options {
  width: 716px;
  height: 520px; }
  main.detail .other-options .top {
    line-height: 100px;
    font-size: 1.500em;
    font-weight: 500;
    padding: 0 28px; }
    main.detail .other-options .top .cls {
      float: right;
      margin-top: 32.5px; }
  main.detail .other-options .items {
    height: 420px;
    overflow: auto;
    padding: 0 28px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    main.detail .other-options .items .item {
      border-top: 1px solid #f9f9f9;
      padding: 15px 0; }
      main.detail .other-options .items .item img {
        height: 60px;
        margin-right: 15px; }
      main.detail .other-options .items .item .txt {
        display: inline-block;
        vertical-align: middle;
        color: #787878;
        font-size: 0.813em;
        margin-right: 30px;
        width: 350px; }
        main.detail .other-options .items .item .txt .title {
          font-size: 1.125em;
          font-weight: 500;
          color: #000; }
      main.detail .other-options .items .item .price {
        font-size: 1.375em;
        margin-right: 15px;
        display: inline-block;
        vertical-align: middle;
        width: 49px; }
    main.detail .other-options .items::-webkit-scrollbar {
      width: 6px; }
    main.detail .other-options .items::-webkit-scrollbar-track {
      background: #f9f9f9; }
    main.detail .other-options .items::-webkit-scrollbar-thumb {
      background: #ff7373; }
    main.detail .other-options .items::-webkit-scrollbar-thumb:hover {
      background: #ff7373; }
main.detail section.articles h2 {
  font-size: 3.75em;
  margin: 0 0 20px 0;
  display: inline-block; }
main.detail section.articles .desc {
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 40px; }
main.detail section.articles .see-all {
  position: relative;
  top: -20px; }
  @media only screen and (max-width: 767px) {
    main.detail section.articles .see-all {
      top: 0;
      margin: 20px 0;
      display: block; } }
main.detail section.articles .boxes .box {
  margin-bottom: 0; }
@media only screen and (max-width: 767px) {
  main.detail section.articles {
    margin-bottom: 60px; }
    main.detail section.articles .article-boxes {
      height: auto !important; }
    main.detail section.articles .boxes {
      overflow: auto;
      white-space: nowrap; }
      main.detail section.articles .boxes .col-sm-4, main.detail section.articles .boxes .col-sm-8 {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 80%;
        position: relative !important;
        left: auto !important;
        top: auto !important; }
      main.detail section.articles .boxes .box {
        height: 310px !important;
        white-space: normal; } }

main.blog .articles {
  margin-top: 60px; }
  main.blog .articles h2 {
    font-size: 3.75em;
    margin: 0 0 20px 0;
    display: inline-block; }
  main.blog .articles .desc {
    width: 370px;
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 100%; }
main.blog .banner {
  background: #ff7373;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
main.blog .banner-img {
  display: block;
  width: 100%;
  margin: 45px 0; }
main.blog .top {
  color: #fff; }
  main.blog .top h1 {
    font-size: 2.000em; }
  main.blog .top .date {
    opacity: .4;
    font-size: 0.750em;
    margin-bottom: 10px; }
main.blog .detail {
  position: relative;
  z-index: 1;
  padding-top: 60px; }
  main.blog .detail h2, main.blog .detail h3 {
    font-size: 1.313em;
    margin: 0;
    font-weight: 500;
    color: #fff;
    background: none;
    -webkit-text-fill-color: #fff; }
  main.blog .detail .shop-seperator {
    padding: 35px 40px;
    background: #ff7373;
    border-radius: 32px;
    white-space: normal; }
    main.blog .detail .shop-seperator .title {
      color: #fff;
      font-size: 1.500em;
      font-weight: 500;
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 230px);
      margin-right: 100px; }
      @media only screen and (max-width: 767px) {
        main.blog .detail .shop-seperator .title {
          width: 100%;
          margin-bottom: 20px;
          margin-right: 0; } }
    main.blog .detail .shop-seperator .button {
      vertical-align: middle;
      background: #ff7373;
      padding: 0 45px; }
      main.blog .detail .shop-seperator .button:hover {
        background: #fff; }
  main.blog .detail .container {
    position: relative; }
  main.blog .detail .share {
    margin-top: 60px;
    line-height: 90px;
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232; }
    main.blog .detail .share a {
      width: 38px;
      line-height: 38px;
      text-align: center;
      display: inline-block;
      margin-left: 10px;
      border-radius: 50%;
      background: #212123; }
main.blog .detail + .articles {
  margin-top: 120px; }
  @media only screen and (max-width: 767px) {
    main.blog .detail + .articles .boxes {
      overflow: auto;
      white-space: nowrap; }
      main.blog .detail + .articles .boxes .col-sm-4, main.blog .detail + .articles .boxes .col-sm-8 {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 80%; }
      main.blog .detail + .articles .boxes .box {
        white-space: normal; }
        main.blog .detail + .articles .boxes .box .detail {
          display: none; }
        main.blog .detail + .articles .boxes .box .arrow {
          bottom: 30px;
          left: 30px; } }

.form label {
  font-size: 0.688em;
  margin: 0 0 5px 0;
  font-weight: 400; }
.form input, .form textarea {
  width: 100%;
  display: block;
  margin-bottom: 24px;
  font-size: 0.875em;
  height: 55px;
  border: 1px solid #444;
  border-radius: 10px;
  padding-left: 20px;
  background-color: transparent;
  background-position: 95%;
  background-repeat: no-repeat;
  padding-right: 60px; }
  .form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    /* Edge */
    color: #444; }
  .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #444; }
  .form input::placeholder, .form textarea::placeholder {
    color: #444; }
  .form input[type="date"], .form input[type="number"], .form textarea[type="date"], .form textarea[type="number"] {
    padding-right: 20px;
    background-image: none !important; }
  .form input.name, .form textarea.name {
    background-image: url(../img/form/name.svg); }
  .form input.pass, .form textarea.pass {
    background-image: url(../img/form/pass.svg); }
  .form input:focus, .form textarea:focus {
    border-color: #fff; }
.form textarea {
  padding-top: 20px;
  height: 175px;
  resize: vertical; }
.form .select {
  width: 100%;
  height: 55px;
  border: solid 1px #444;
  border-radius: 10px;
  background-position: 95%;
  background-color: #212123; }
.form .check-box {
  margin-bottom: 12px; }
  .form .check-box .check-container {
    padding-left: 22px; }
  .form .check-box .checkmark {
    width: 18px;
    height: 18px;
    top: 0;
    background-position: center;
    background-repeat: no-repeat; }
  .form .check-box .check-container input:checked ~ .checkmark {
    background-image: url(../img/form/check.svg);
    background-color: #ff7373;
    border-color: #d3d3d3; }
.form .forgot {
  font-size: 0.750em;
  color: #ff7373;
  text-align: right;
  display: block; }

.validation-summary-errors ul {
  background: #333;
  padding: 18px 22px;
  font-size: 0.750em;
  border-radius: 12px;
  margin-bottom: 30px;
  color: #ff4a53; }
  .validation-summary-errors ul li {
    display: block;
    list-style-type: none;
    line-height: 2; }
    .validation-summary-errors ul li:before {
      content: '- '; }

.validation-summary-valid {
  display: none; }

.valid {
  border-color: #d3ffd1 !important;
  background-image: url(../img/form/ok.svg); }

.input-validation-error {
  border-color: #ffd1d1 !important;
  background-image: url(../img/form/error.svg); }

select.input-validation-error {
  background-image: url(../img/form/select-error.svg); }

.input-validation-error + span.checkmark {
  border-color: #ffd1d1;
  background-image: url(../img/form/error.svg); }

.field-validation-error {
  color: #ff4a53; }

.field-validation-valid {
  display: none; }

.form-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212123;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: .7s; }
  .form-result img {
    width: 50px;
    margin-bottom: 25px; }
  .form-result h3 {
    font-size: 2.000em;
    margin: 0 0 10px 0; }
  .form-result .txt {
    color: #686868; }
  .form-result.active {
    visibility: visible;
    opacity: 1; }

main.login {
  padding: 120px 0;
  min-height: 100vh; }
  main.login h1 {
    font-size: 2.000em;
    margin: 0 0 10px 0;
    font-weight: 400;
    color: #fff;
    background-image: none;
    -webkit-text-fill-color: #fff; }
  main.login .sub-title {
    margin-bottom: 45px; }
  main.login .img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  main.login .container {
    padding: 0; }
  main.login .social-login {
    margin-bottom: 50px; }
    main.login .social-login .button {
      padding: 0;
      text-align: center;
      background: transparent;
      font-size: 0.750em;
      border-radius: 10px; }
      main.login .social-login .button.google {
        border: solid 1px #ffe4e1; }
      main.login .social-login .button.facebook {
        border: solid 1px #d6e3ff; }
  main.login .login-link {
    font-size: 0.875em;
    color: #ebebeb; }
    main.login .login-link span {
      color: #ff7373; }
  main.login .form {
    position: relative;
    z-index: 1; }
    main.login .form .box {
      background: #212123;
      width: 500px;
      max-width: 100%;
      padding: 50px;
      margin: 0 auto;
      margin-top: 45px;
      border-radius: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.login .form .box {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        main.login .form .box {
          padding: 30px 15px;
          padding-top: 80px;
          min-height: 100vh; } }
    main.login .form .button {
      margin-top: 24px;
      width: 100%;
      display: block;
      line-height: 55px;
      font-size: 0.813em;
      font-weight: 400;
      border-radius: 10px; }
  main.login .result-box {
    text-align: center;
    padding: 150px 0; }
    main.login .result-box h1 {
      margin: 0 0 20px 0; }
    main.login .result-box img {
      width: 50px;
      margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    main.login {
      padding: 0; } }

.affiliate-page {
  padding: 70px 0 100px 0; }
  .affiliate-page h1 {
    color: #ff7373;
    font-size: 1.5em;
    margin: 0 0 30px 0; }
  .affiliate-page .form {
    margin-top: 70px; }
    .affiliate-page .form .button {
      margin-top: 50px; }
  .affiliate-page .specs {
    font-size: .9em;
    padding: 25px 45px;
    background: #212123;
    padding-left: 65px; }
    @media only screen and (max-width: 767px) {
      .affiliate-page .specs {
        display: none; } }
  .affiliate-page .result-box {
    text-align: center;
    padding: 140px 0 110px 0; }
    .affiliate-page .result-box h1 {
      font-size: 2em;
      color: #fff;
      background: none;
      -webkit-text-fill-color: #fff; }
    .affiliate-page .result-box img {
      width: 50px;
      margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .affiliate-page {
      padding: 40px 0; } }

main.account {
  padding-top: 150px; }
  main.account .sidebar-button {
    position: relative;
    font-size: 1em;
    display: block;
    margin: 10px;
    background: #212123;
    transition: .7s; }
    main.account .sidebar-button .img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: block;
      background-color: #343434;
      background-repeat: no-repeat;
      background-position: center;
      vertical-align: middle;
      transition: .7s; }
    main.account .sidebar-button.account .img {
      background-image: url(../img/account/home.svg); }
    main.account .sidebar-button.prepaid .img {
      background-image: url(../img/account/card.svg); }
    main.account .sidebar-button.order .img {
      background-image: url(../img/account/basket.svg); }
    main.account .sidebar-button.logout .img {
      background-image: url(../img/account/logout.svg); }
    @media only screen and (max-width: 767px) {
      main.account .sidebar-button {
        font-size: .9em; } }
    main.account .sidebar-button.open-menu {
      width: 100%;
      margin: 0;
      background-image: url(../img/account/mobile-arrow.svg);
      background-position: 95%;
      background-size: 12px;
      background-repeat: no-repeat;
      line-height: 90px;
      padding: 0 50px 0 60px;
      border-bottom: 1px solid #3e3e41; }
      main.account .sidebar-button.open-menu .img {
        position: relative;
        display: inline-block;
        top: -1px;
        margin-right: 15px; }
      @media only screen and (max-width: 767px) {
        main.account .sidebar-button.open-menu {
          padding-left: 15px; } }
  main.account .sidebar .campaign {
    margin-top: 200px;
    width: 190px;
    padding: 0 30px;
    text-align: center; }
    main.account .sidebar .campaign img {
      width: 100%;
      position: relative;
      top: -30px;
      margin-bottom: -30px; }
    main.account .sidebar .campaign .txt {
      margin-top: 55px;
      font-size: .9em; }
      main.account .sidebar .campaign .txt span {
        opacity: .4; }
    main.account .sidebar .campaign .button {
      width: 100%;
      margin-top: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.account .sidebar .campaign {
        display: none; } }
    @media only screen and (max-width: 767px) {
      main.account .sidebar .campaign {
        background: #111111;
        margin: 0 10px;
        margin-top: 40px;
        width: calc(100% - 20px); }
        main.account .sidebar .campaign img {
          width: 140px;
          margin-right: 30px;
          display: inline-block;
          top: -15px;
          vertical-align: top;
          margin-bottom: -15px; }
        main.account .sidebar .campaign .txt {
          width: calc(100% - 175px);
          display: inline-block;
          margin-top: 25px; }
          main.account .sidebar .campaign .txt .button {
            background: none;
            color: #ff7373;
            text-decoration: underline;
            line-height: normal;
            margin-bottom: 0;
            margin-top: 10px; } }
  main.account .sidebar .menu {
    position: fixed;
    right: 9%;
    top: 150px;
    bottom: 0;
    width: 62%;
    max-width: 1171.5px;
    overflow: auto;
    background-color: #111111;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: .7s; }
    main.account .sidebar .menu .sidebar-button {
      float: left;
      width: calc(50% - 30px);
      padding: 40px;
      background-repeat: no-repeat;
      position: relative; }
      main.account .sidebar .menu .sidebar-button img {
        position: absolute;
        bottom: 40px;
        right: 40px;
        width: 20px; }
      main.account .sidebar .menu .sidebar-button .img {
        margin-bottom: 38%; }
      @media only screen and (max-width: 767px) {
        main.account .sidebar .menu .sidebar-button {
          padding: 15px;
          width: calc(50% - 20px); }
          main.account .sidebar .menu .sidebar-button img {
            bottom: 15px;
            right: 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      main.account .sidebar .menu {
        right: 5%;
        width: 68%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.account .sidebar .menu {
        right: 15px;
        width: 75%; } }
    @media (min-width: 1921px) {
      main.account .sidebar .menu {
        right: calc((100% - 1562px) / 2); } }
  @media only screen and (max-width: 767px) {
    main.account .sidebar {
      position: fixed;
      z-index: 2;
      background: #111111;
      top: 70px;
      left: 0;
      width: 100%;
      height: calc(100% - 70px);
      padding: 30px 15px;
      overflow: auto;
      opacity: 0;
      visibility: hidden; }
      main.account .sidebar .menu {
        position: static;
        width: 100%;
        padding: 0;
        margin-top: 15px; } }
  main.account .sidebar.active .menu {
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 767px) {
    main.account .sidebar.active {
      opacity: 1;
      visibility: visible; } }
  main.account h1 {
    margin: 0;
    font-size: 2.250em;
    font-weight: 400; }
  main.account h2 {
    font-size: 1.250em;
    font-weight: 400;
    margin: 0 0 30px 0;
    color: #fff;
    background: none;
    -webkit-text-fill-color: #fff; }
  main.account section.right .box {
    padding: 45px 60px;
    background-color: #212123;
    margin-bottom: 60px; }
    main.account section.right .box .pull-up {
      margin-top: -73px; }
    main.account section.right .box .form {
      position: relative; }
    main.account section.right .box .side-link {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      font-size: 0.750em;
      margin-left: 15px;
      text-decoration: underline;
      transition: .7s; }
      main.account section.right .box .side-link:hover {
        color: #ff7373; }
    main.account section.right .box .prepaid-card-container {
      max-width: 800px; }
      main.account section.right .box .prepaid-card-container .prepaid-card {
        position: relative;
        margin-bottom: 35px; }
        main.account section.right .box .prepaid-card-container .prepaid-card .txt {
          position: absolute;
          color: #fff;
          bottom: 30px;
          left: 30px; }
          main.account section.right .box .prepaid-card-container .prepaid-card .txt .name {
            display: block;
            font-size: 0.875em; }
        main.account section.right .box .prepaid-card-container .prepaid-card img {
          width: 100%; }
        @media (max-width: 1200px) {
          main.account section.right .box .prepaid-card-container .prepaid-card {
            font-size: .8em; } }
      main.account section.right .box .prepaid-card-container .prepaid-card-info {
        padding-top: 20px; }
        main.account section.right .box .prepaid-card-container .prepaid-card-info .item {
          margin-bottom: 20px; }
          main.account section.right .box .prepaid-card-container .prepaid-card-info .item .title {
            opacity: .2; }
        main.account section.right .box .prepaid-card-container .prepaid-card-info .button {
          margin-top: 30px; }
    main.account section.right .box .buy-prepaid-card .prepaid-card {
      display: inline-block;
      width: 134px; }
      main.account section.right .box .buy-prepaid-card .prepaid-card img {
        width: 100%; }
      @media only screen and (max-width: 767px) {
        main.account section.right .box .buy-prepaid-card .prepaid-card {
          width: 100px; } }
    main.account section.right .box .buy-prepaid-card .right-box {
      background: #111111;
      padding: 40px 30px;
      font-size: 0.875em;
      margin-top: 28px; }
      main.account section.right .box .buy-prepaid-card .right-box input {
        height: 45px;
        border: 0;
        background: #212123; }
      main.account section.right .box .buy-prepaid-card .right-box label {
        font-size: 1em; }
      main.account section.right .box .buy-prepaid-card .right-box .select {
        width: 100%;
        display: block;
        height: 45px;
        border: 0;
        font-size: 1em;
        background-position: 95%;
        margin-bottom: 15px; }
      main.account section.right .box .buy-prepaid-card .right-box .title {
        opacity: .3; }
        @media only screen and (max-width: 767px) {
          main.account section.right .box .buy-prepaid-card .right-box .title {
            display: block;
            margin-top: 10px; } }
      main.account section.right .box .buy-prepaid-card .right-box .button {
        margin-top: 30px; }
      @media (max-width: 1400px) {
        main.account section.right .box .buy-prepaid-card .right-box {
          font-size: .7em; } }
      @media only screen and (max-width: 767px) {
        main.account section.right .box .buy-prepaid-card .right-box {
          font-size: 1em; } }
    main.account section.right .box .orders h2 {
      margin: 36px 0 0 0; }
      @media only screen and (max-width: 767px) {
        main.account section.right .box .orders h2 {
          margin: 0 0 20px 0; } }
    main.account section.right .box .orders .status-box {
      background: #111111;
      padding: 20px 40px;
      border-radius: 15px;
      min-width: 305px;
      float: right; }
      main.account section.right .box .orders .status-box .circle {
        width: 54px;
        line-height: 48px;
        font-size: 0.688em;
        font-weight: 500;
        text-align: center;
        border: 3px solid #333;
        display: inline-block;
        margin-right: 25px;
        border-radius: 50%;
        position: relative;
        box-sizing: border-box; }
        main.account section.right .box .orders .status-box .circle:before {
          content: '';
          position: absolute;
          width: 6px;
          height: 6px;
          background: #ff7373;
          opacity: 0;
          border-radius: 50%;
          z-index: 1; }
        main.account section.right .box .orders .status-box .circle:after {
          content: '';
          position: absolute;
          width: 54px;
          height: 54px;
          border-radius: 50%;
          top: -3px;
          left: -3px; }
        main.account section.right .box .orders .status-box .circle.percent-50:before {
          opacity: 1;
          bottom: -5px;
          left: 25px; }
        main.account section.right .box .orders .status-box .circle.percent-50:after {
          border-right: 3px solid #ff7373; }
        main.account section.right .box .orders .status-box .circle.percent-75:before {
          opacity: 1;
          top: 25px;
          left: -5px; }
        main.account section.right .box .orders .status-box .circle.percent-75:after {
          border-right: 3px solid #ff7373;
          border-bottom: 3px solid #ff7373; }
        main.account section.right .box .orders .status-box .circle.percent-90:before {
          opacity: 1;
          top: -5px;
          left: 15px; }
        main.account section.right .box .orders .status-box .circle.percent-90:after {
          border-right: 3px solid #ff7373;
          border-bottom: 3px solid #ff7373;
          border-left: 3px solid #ff7373; }
        main.account section.right .box .orders .status-box .circle.percent-100:after {
          border: 3px solid #ff7373; }
      main.account section.right .box .orders .status-box .txt {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 85px);
        font-size: 0.938em; }
        main.account section.right .box .orders .status-box .txt .remaining {
          opacity: .55;
          font-size: 0.813em; }
      @media only screen and (max-width: 767px) {
        main.account section.right .box .orders .status-box {
          min-width: 0;
          float: none; } }
    main.account section.right .box .orders .order-status:before {
      content: '';
      width: 8px;
      height: 8px;
      display: inline-block;
      vertical-align: middle;
      background-color: #ccc;
      margin-right: 6px;
      border-radius: 4px;
      position: relative;
      top: -1px; }
    main.account section.right .box .orders .order-status.pending:before {
      background-color: #ffd903; }
    main.account section.right .box .orders .order-status.failed:before {
      background-color: #eb3939; }
    main.account section.right .box .orders .order-status.completed:before {
      background-color: #00c946; }
    main.account section.right .box .orders .order-status.cancelled:before {
      background-color: #ff8383; }
    main.account section.right .box .orders .order-status.refunded:before {
      background-color: #f49025; }
    main.account section.right .box .orders .order-status.waiting:before {
      background-color: #6b5cf8; }
    main.account section.right .box .orders .order-status.processing:before {
      background-color: #d2f570; }
    @media only screen and (max-width: 767px) {
      main.account section.right .box .orders .order-status {
        position: absolute;
        top: -60px;
        right: 15px; } }
    main.account section.right .box .orders .orders-list {
      border-top: 1px solid #3e3e41;
      padding-top: 30px;
      margin-top: 30px;
      font-size: 0.750em; }
      main.account section.right .box .orders .orders-list .item {
        border-bottom: 1px solid #3e3e41;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        main.account section.right .box .orders .orders-list .item .title {
          font-size: 1.167em;
          max-width: 200px; }
        main.account section.right .box .orders .orders-list .item .date {
          opacity: .37;
          margin-bottom: 10px; }
        @media only screen and (max-width: 767px) {
          main.account section.right .box .orders .orders-list .item .price {
            text-align: right; } }
        main.account section.right .box .orders .orders-list .item .details {
          text-decoration: underline;
          float: right; }
    main.account section.right .box .orders .order-detail .detail-box {
      background-color: #111111;
      margin-bottom: 45px;
      padding: 42px 48px; }
      main.account section.right .box .orders .order-detail .detail-box h2 {
        margin: 0 0 40px 0;
        font-size: 1.250em;
        font-weight: 400; }
      main.account section.right .box .orders .order-detail .detail-box .date {
        opacity: .4;
        font-size: 0.750em;
        margin-top: -40px; }
      main.account section.right .box .orders .order-detail .detail-box .order-no {
        margin-top: 20px; }
        @media only screen and (max-width: 767px) {
          main.account section.right .box .orders .order-detail .detail-box .order-no {
            margin-top: 10px; } }
      @media only screen and (max-width: 767px) {
        main.account section.right .box .orders .order-detail .detail-box .order-status {
          font-size: .8em;
          top: 0; } }
      @media (max-width: 1300px) {
        main.account section.right .box .orders .order-detail .detail-box .button {
          font-size: .6em; } }
      @media (min-width: 768px) and (max-width: 991px) {
        main.account section.right .box .orders .order-detail .detail-box .button {
          font-size: .5em; } }
      @media only screen and (max-width: 767px) {
        main.account section.right .box .orders .order-detail .detail-box .button {
          width: 100%;
          padding: 0;
          text-align: center;
          font-size: .8em; } }
      main.account section.right .box .orders .order-detail .detail-box .row:first-of-type {
        margin-top: 0; }
      main.account section.right .box .orders .order-detail .detail-box .row {
        margin-top: 20px; }
      main.account section.right .box .orders .order-detail .detail-box .order-code-row {
        margin-top: 30px; }
      main.account section.right .box .orders .order-detail .detail-box .line {
        background: #3e3e41;
        height: 1px;
        margin: 20px 0; }
      main.account section.right .box .orders .order-detail .detail-box .title:after {
        content: ':';
        float: right;
        margin-right: 55px; }
      @media (max-width: 1400px) {
        main.account section.right .box .orders .order-detail .detail-box .title:after {
          margin-right: 0; } }
      @media only screen and (max-width: 767px) {
        main.account section.right .box .orders .order-detail .detail-box .title {
          position: relative; }
          main.account section.right .box .orders .order-detail .detail-box .title:after {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0; } }
      main.account section.right .box .orders .order-detail .detail-box .codes {
        display: none;
        margin-bottom: -30px; }
        main.account section.right .box .orders .order-detail .detail-box .codes .line {
          margin: 40px 0; }
        main.account section.right .box .orders .order-detail .detail-box .codes .row {
          margin-top: 0; }
        main.account section.right .box .orders .order-detail .detail-box .codes .code-box {
          background: #212123;
          padding: 20px 25px;
          margin-bottom: 30px; }
          main.account section.right .box .orders .order-detail .detail-box .codes .code-box .name {
            margin-bottom: 40px;
            font-size: 0.750em;
            width: 140px; }
          @media (max-width: 1500px) {
            main.account section.right .box .orders .order-detail .detail-box .codes .code-box .button {
              padding: 0 15px;
              line-height: 30px; } }
          main.account section.right .box .orders .order-detail .detail-box .codes .code-box .code {
            margin-top: 10px; }
            @media (max-width: 1400px) {
              main.account section.right .box .orders .order-detail .detail-box .codes .code-box .code {
                font-size: 0.7em; } }
            @media only screen and (max-width: 767px) {
              main.account section.right .box .orders .order-detail .detail-box .codes .code-box .code {
                margin-top: 15px;
                font-size: 0.9em; } }
      @media (max-width: 1200px) {
        main.account section.right .box .orders .order-detail .detail-box {
          padding: 30px; } }
      @media only screen and (max-width: 767px) {
        main.account section.right .box .orders .order-detail .detail-box {
          padding: 30px 15px; }
          main.account section.right .box .orders .order-detail .detail-box.summary-box {
            font-size: .8em; } }
    main.account section.right .box .orders .order-detail .cards {
      margin-bottom: 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid #3e3e41; }
      main.account section.right .box .orders .order-detail .cards .card-desc {
        font-size: 0.875em; }
      @media only screen and (max-width: 767px) {
        main.account section.right .box .orders .order-detail .cards .row {
          overflow: auto;
          white-space: nowrap; }
          main.account section.right .box .orders .order-detail .cards .row .col-sm-4 {
            display: inline-block;
            float: none;
            vertical-align: top;
            width: 70%; }
            main.account section.right .box .orders .order-detail .cards .row .col-sm-4 .card .img .logo {
              top: 15px;
              left: 15px; }
            main.account section.right .box .orders .order-detail .cards .row .col-sm-4 .card .price {
              top: 15px;
              right: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    main.account section.right .box {
      padding: 30px; }
      main.account section.right .box .pull-up {
        margin-top: 0;
        text-align: left;
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    main.account section.right {
      width: 100%;
      position: static;
      padding: 0;
      min-height: 100vh; }
      main.account section.right .box {
        padding: 30px 15px; }
        main.account section.right .box .pull-up {
          margin-top: 0;
          text-align: left;
          width: 100%; }
          main.account section.right .box .pull-up .visible-xs {
            display: inline-block !important;
            margin-right: 15px; } }
  @media only screen and (max-width: 767px) {
    main.account {
      padding-top: 120px; } }

.discount {
  text-decoration: line-through;
  color: #a0a0a0; }

.quantity {
  display: inline-block;
  border: solid 1px #fff;
  line-height: 35px;
  width: 83px;
  max-width: 83px; }
  .quantity input {
    height: 35px;
    background: transparent;
    width: 22px;
    border: 0;
    display: inline-block;
    text-align: center; }
  .quantity span {
    display: inline-block;
    width: 25px;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  @media (max-width: 1200px) {
    .quantity {
      font-size: .8em; } }
  @media (max-width: 900px) {
    .quantity {
      width: 68px; }
      .quantity input {
        width: 20px; }
      .quantity span {
        width: 20px; } }

main.cart .cart-details {
  padding: 80px 0; }
  @media only screen and (max-width: 767px) {
    main.cart .cart-details {
      padding: 30px 0 60px 0; } }
main.cart h1 {
  font-size: 2.250em;
  font-weight: 400;
  margin: 0 0 35px 0; }
  @media only screen and (max-width: 767px) {
    main.cart h1 {
      font-size: 1.9em; } }
main.cart h1, main.cart h2 {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff; }
main.cart .steps {
  font-size: 1.125em;
  text-align: right;
  line-height: 39px; }
main.cart .left {
  width: calc(100% - 295px);
  padding-right: 75px;
  float: left; }
  @media (max-width: 900px) {
    main.cart .left {
      padding-right: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    main.cart .left {
      width: 100%;
      padding-right: 0;
      float: none; } }
  @media only screen and (max-width: 767px) {
    main.cart .left {
      width: 100%;
      padding-right: 0;
      float: none; }
      main.cart .left .quantity {
        font-size: 12px;
        width: 70px !important; } }
main.cart .right {
  float: left;
  width: 295px; }
  main.cart .right .summary {
    background: #212123;
    padding: 40px 25px;
    font-size: 0.8em; }
    main.cart .right .summary h2 {
      font-size: 1em;
      margin: 0 0 20px 0;
      font-weight: 500; }
    main.cart .right .summary input, main.cart .right .summary .select {
      width: 100%;
      background-position: 95%;
      background-color: #111111;
      border: 0;
      border-radius: 10px;
      height: 45px;
      font-size: 0.875em;
      padding-left: 20px;
      margin: 5px 0 15px 0; }
    main.cart .right .summary .select {
      background-position: 95%;
      background-image: url(../img/select-arrow-wh.svg); }
    main.cart .right .summary .discount {
      color: #a0a0a0;
      text-decoration: line-through; }
    main.cart .right .summary .currency {
      padding: 25px 0;
      border-top: 1px solid #323232;
      border-bottom: 1px solid #323232;
      margin: 25px 0 30px 0; }
      main.cart .right .summary .currency .title {
        opacity: .3; }
    main.cart .right .summary .button {
      margin-top: 20px; }
      main.cart .right .summary .button.checkout {
        display: none; }
      main.cart .right .summary .button.prev {
        display: none;
        margin-right: 10px; }
  @media (min-width: 768px) and (max-width: 991px) {
    main.cart .right {
      width: 100%;
      float: none; }
      main.cart .right .text-center {
        text-align: right !important; } }
  @media only screen and (max-width: 767px) {
    main.cart .right {
      width: 100%;
      float: none; }
      main.cart .right .text-center {
        text-align: right !important; } }
main.cart .list .item {
  padding: 20px 0;
  border-top: 1px solid #242427;
  line-height: 80px;
  font-size: 0.938em;
  position: relative; }
  main.cart .list .item .title {
    opacity: .4;
    font-size: 0.750em;
    display: none; }
    @media only screen and (max-width: 767px) {
      main.cart .list .item .title {
        display: inline-block;
        width: 90px;
        margin-right: 30px;
        text-align: right;
        font-size: .9em; }
        main.cart .list .item .title + div {
          display: inline-block;
          width: calc(100% - 155px); } }
  main.cart .list .item.head {
    padding-top: 35px;
    line-height: normal; }
    main.cart .list .item.head .title {
      display: block; }
    @media only screen and (max-width: 767px) {
      main.cart .list .item.head {
        display: none; } }
  main.cart .list .item:last-of-type {
    border-bottom: 1px solid #242427; }
  @media only screen and (max-width: 767px) {
    main.cart .list .item {
      line-height: 40px; }
      main.cart .list .item .product {
        margin-bottom: 20px; } }
  @media (max-width: 900px) {
    main.cart .list .item {
      font-size: .8em; } }
main.cart .list .card {
  transform: scale(0.334);
  width: 360px;
  height: 240px;
  padding-bottom: 0;
  transform-origin: top left;
  margin-bottom: 0;
  line-height: normal; }
  main.cart .list .card .tint {
    display: none; }
  @media (max-width: 1280px) {
    main.cart .list .card {
      transform: scale(0.25); } }
main.cart .list .card-container {
  width: 120px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px; }
  main.cart .list .card-container img {
    width: 100%;
    display: block; }
  @media (max-width: 1280px) {
    main.cart .list .card-container {
      width: 90px;
      height: 72px; } }
main.cart .list .name {
  width: calc(100% - 155px);
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }
  @media (max-width: 1280px) {
    main.cart .list .name {
      font-size: .8em; } }
  @media (max-width: 992px) {
    main.cart .list .name {
      font-size: 1em; } }
main.cart .list .price .discount {
  display: block;
  line-height: normal;
  margin-bottom: -30px;
  margin-top: 15px; }
  @media only screen and (max-width: 767px) {
    main.cart .list .price .discount {
      margin-top: 15px;
      margin-bottom: -10px; } }
main.cart .list .remove {
  float: right;
  transform: rotate(45deg);
  font-size: 1.250em; }
  @media only screen and (max-width: 767px) {
    main.cart .list .remove {
      position: absolute;
      top: 5px;
      right: 0;
      font-size: 2em; } }
@media only screen and (max-width: 767px) {
  main.cart .list .col-sm-1 {
    position: static; } }
main.cart .promo-code {
  background: #212123;
  padding: 35px 70px 35px 45px;
  margin-top: 30px;
  width: 575px;
  max-width: 100%; }
  main.cart .promo-code h2 {
    font-size: 1.313em;
    margin: 0 0 20px 0;
    font-weight: 400; }
  main.cart .promo-code input {
    width: 300px;
    max-width: 100%;
    background: #111111;
    border: 0;
    height: 45px;
    border-radius: 22.5px;
    font-size: 0.875em;
    padding-left: 20px;
    display: inline-block;
    margin-right: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    main.cart .promo-code {
      padding: 40px 25px;
      margin-bottom: 30px;
      width: 100%; }
      main.cart .promo-code .button {
        margin-top: 20px;
        float: right; } }
  @media only screen and (max-width: 767px) {
    main.cart .promo-code {
      padding: 40px 25px;
      margin-bottom: 30px; }
      main.cart .promo-code .button {
        margin-top: 20px;
        float: right; } }
main.cart .info {
  padding-top: 50px;
  border-top: 1px solid #242427; }
  main.cart .info .select {
    background-color: #111111;
    background-image: url(../img/select-arrow-wh.svg); }
main.cart .back {
  margin-top: 50px;
  display: inline-block; }
  main.cart .back img {
    margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    main.cart .back {
      display: none; } }

main.error {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  main.error .numbers {
    color: #111111;
    font-size: 22em;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-text-stroke: 4px #343434;
    width: 450px;
    margin-top: 320px; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.error .numbers {
        width: 300px; } }
    @media only screen and (max-width: 767px) {
      main.error .numbers {
        position: absolute;
        z-index: -1;
        top: 40px;
        left: -160px; } }
  main.error .txt {
    display: inline-block;
    margin-top: 200px;
    vertical-align: top; }
  main.error h1 {
    font-size: 2.250em;
    margin: 20px 0;
    font-weight: 400; }
  main.error .button {
    margin-top: 60px;
    background: #ff7373;
    border: 0;
    color: #fff; }

.h-captcha {
  margin-top: 30px; }

/*default*/
.anim {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: 1s; }
  .anim.anim-del {
    transition-delay: .3s; }
  .anim.anim-del2 {
    transition-delay: .6s; }
  .anim.anim-del3 {
    transition-delay: .9s; }
  .anim.play {
    top: 0;
    opacity: 1; }

/*# sourceMappingURL=style.css.map */
