@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&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; }

p {
  margin: 0; }

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

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

.loading {
  background: #fff;
  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; }

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

.button {
  padding: 0 30px;
  line-height: 45px;
  border-radius: 22.5px;
  color: #fff;
  font-size: 0.750em;
  font-weight: 500;
  border: 0;
  display: inline-block;
  text-align: center;
  background-color: #3f86fe;
  transition: .7s; }
  .button.secondary {
    border: 1px solid #f0f0f0;
    background: #fff;
    color: #000; }
  .button.disabled {
    opacity: .5; }
  .button:hover {
    background: #eee;
    color: #3f86fe; }
  @media only screen and (max-width: 767px) {
    .button {
      font-size: .9em; } }

.popup {
  background: #3f86fe;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  max-width: calc(100% - 30px);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: .7s;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  overflow: auto; }
  .popup::-webkit-scrollbar {
    display: none; }
  .popup .cls:not(.button) {
    color: #000;
    background: #fff;
    width: 34px;
    line-height: 34px;
    transform: rotate(45deg);
    transition: .7s;
    font-size: 24px;
    border-radius: 50%;
    z-index: 1; }
    .popup .cls:not(.button):hover {
      opacity: .6; }
  .popup.campaign {
    width: 585px;
    height: 425px;
    padding: 50px 100px;
    background-size: cover;
    background-position: center;
    text-align: center; }
    .popup.campaign .cls:not(.button) {
      position: absolute;
      top: 30px;
      right: 30px; }
      @media only screen and (max-width: 767px) {
        .popup.campaign .cls:not(.button) {
          top: 15px;
          right: 15px; } }
    .popup.campaign h2 {
      margin: 0 0 15px 0; }
    .popup.campaign .button {
      margin-top: 25px;
      margin-bottom: 35px;
      background: #fff;
      color: #000; }
    .popup.campaign .desc {
      opacity: .65;
      font-size: 0.750em; }
    @media only screen and (max-width: 767px) {
      .popup.campaign {
        padding: 60px 30px; } }
  .popup.video {
    width: 1340px;
    height: 780px;
    padding: 30px;
    background: #eee; }
    .popup.video .cls {
      position: absolute;
      top: 15px;
      right: 15px;
      text-align: center; }
      @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: 30px 0; }
  .popup.error {
    color: #fff;
    text-align: left; }
    .popup.error .cls {
      text-align: center; }
    .popup.error img {
      width: 75px;
      margin-bottom: 30px; }
  .popup.active {
    opacity: 1;
    visibility: visible; }

.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: #3f86fe; }

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

.campaign-bar {
  background: #3f86fe;
  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: #f9f9f9;
  font-size: 1.125em;
  text-align: center; }
  .empty-box img {
    margin-bottom: 15px;
    width: 45px; }

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

.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: solid 1px #d5e9fd;
  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: #ccc; }
  .form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc; }
  .form input::placeholder, .form textarea::placeholder {
    color: #ccc; }
  .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: #3f86fe; }
.form textarea {
  padding-top: 20px;
  height: 175px;
  resize: vertical; }
.form .select {
  width: 100%;
  height: 55px;
  border: solid 1px #e4e1ff;
  border-radius: 0;
  background-position: 95%; }
.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);
    border-color: #d3d3d3; }
  .form .check-box .check-container input:checked ~ .checkmark {
    background-color: #3f86fe; }
.form .forgot {
  font-size: 0.750em;
  text-align: right;
  display: block;
  color: #3f86fe; }

.validation-summary-errors ul {
  background: #f3f3f3;
  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: #fff;
  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.page.login {
  background: #f9f9f9;
  padding: 150px 0 40px 0;
  min-height: 100vh; }
  main.page.login h1 {
    font-size: 2.000em;
    margin: 0 0 10px 0;
    font-weight: 400; }
  main.page.login .sub-title {
    color: #686868;
    margin-bottom: 45px; }
  main.page.login .img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  main.page.login .social-login {
    margin-bottom: 50px; }
    main.page.login .social-login .button {
      padding: 0;
      text-align: center;
      background: transparent;
      color: #000;
      font-size: 0.750em; }
      main.page.login .social-login .button.google {
        border: solid 1px #ffe4e1; }
      main.page.login .social-login .button.facebook {
        border: solid 1px #d6e3ff; }
  main.page.login .login-link {
    font-size: 0.875em;
    color: #686868; }
    main.page.login .login-link span {
      color: #3f86fe; }
  main.page.login .form {
    position: relative;
    z-index: 1; }
    main.page.login .form .box {
      background: #fff;
      width: 500px;
      margin: 0 auto;
      max-width: 100%;
      padding: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.page.login .form .box {
          width: 100%;
          background: rgba(255, 255, 255, 0.95); } }
      @media only screen and (max-width: 767px) {
        main.page.login .form .box {
          padding: 0; } }
    main.page.login .form .button {
      margin-top: 24px;
      border-radius: 3px;
      width: 100%;
      display: block;
      line-height: 55px;
      font-size: 0.813em;
      font-weight: 400; }
  main.page.login .result-box {
    text-align: center;
    padding: 150px 0; }
    main.page.login .result-box h1 {
      margin: 0 0 20px 0; }
    main.page.login .result-box img {
      width: 50px;
      margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    main.page.login {
      padding: 120px 0 60px 0;
      background: #fff; } }

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

.affiliate-page + .campaign-banner {
  padding-top: 80px; }

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

.quantity {
  display: inline-block;
  border: solid 1px #d8d8d8;
  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 {
  background-color: #f9f9f9;
  padding: 80px 0;
  overflow-x: hidden; }
  @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 .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: #fff;
    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: #f9f9f9;
      border: 0;
      border-radius: 0;
      height: 45px;
      font-size: 0.875em;
      padding-left: 20px;
      margin: 5px 0 15px 0; }
    main.cart .right .summary .select {
      background-position: 95%; }
    main.cart .right .summary .discount {
      color: #a0a0a0;
      text-decoration: line-through; }
    main.cart .right .summary .currency {
      padding: 25px 0;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      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 #eee;
  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: 120px;
        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 #eee; }
  @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: 0;
  transform-origin: top left;
  margin-bottom: 0;
  line-height: normal;
  background: none;
  min-height: 0; }
  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: 80px;
  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: 60px; } }
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: #fff;
  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: #f9f9f9;
    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 #eee; }
  main.cart .info .select {
    margin-bottom: 24px; }
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; } }

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

main.error {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  background: #3f86fe; }
  main.error .numbers {
    color: #3f86fe;
    font-size: 24em;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-text-stroke: 4px rgba(255, 255, 255, 0.5);
    width: 450px;
    margin-top: 350px; }
    @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: #fff;
    border: 0;
    color: #000; }

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

.slick-arrow {
  position: absolute;
  font-size: 0;
  bottom: 90px;
  left: 9%;
  width: 45px;
  height: 45px;
  background-color: #fff;
  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.svg); }
    .slick-arrow.slick-prev:hover {
      background-color: #3f86fe;
      background-image: url(../img/slider-prev-wh.svg); }
  .slick-arrow.slick-next {
    margin-left: 70px;
    background-image: url(../img/slider-next.svg); }
    .slick-arrow.slick-next:hover {
      background-color: #3f86fe;
      background-image: url(../img/slider-next-wh.svg); }
  @media (min-width: 1921px) {
    .slick-arrow {
      left: calc((100% - 1562px) / 2); } }

.button {
  border-radius: 22.5px; }

html {
  overflow-x: hidden; }

body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden; }
  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; } }

nav.main {
  top: 0;
  position: fixed;
  width: 450px;
  height: 100%;
  background: #fff;
  z-index: 2;
  line-height: 1.8;
  font-size: 12px;
  left: -450px;
  transition: .7s; }
  nav.main .cls {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 80px;
    text-align: center;
    z-index: 1; }
  nav.main .mobile-search {
    position: relative;
    padding: 30px 15px; }
    nav.main .mobile-search input {
      width: 100%;
      height: 50px;
      background: #f9f9f9;
      border: 0;
      padding-left: 15px; }
    nav.main .mobile-search button {
      width: 38px;
      line-height: 38px;
      text-align: center;
      background: #fff;
      border: 0;
      border-radius: 50%;
      position: absolute;
      top: 36px;
      right: 21px; }
  nav.main .logo {
    line-height: 80px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding-left: 100px;
    padding-right: 0;
    display: block;
    height: 80px;
    margin: 0; }
    nav.main .logo img {
      max-width: 200px;
      max-height: 50px; }
    @media only screen and (max-width: 767px) {
      nav.main .logo {
        padding-left: 15px; }
        nav.main .logo img {
          max-width: 160px;
          max-height: 40px; } }
  nav.main .links {
    padding-left: 100px;
    margin: 60px 0; }
    nav.main .links a {
      display: block;
      margin: 0; }
    nav.main .links .big {
      margin-bottom: 60px;
      font-weight: 600; }
      nav.main .links .big a {
        font-size: 2em; }
      @media only screen and (max-width: 767px) {
        nav.main .links .big {
          margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      nav.main .links {
        padding-left: 15px;
        margin-top: 0;
        margin-bottom: 30px; } }
  nav.main .social {
    padding-left: 100px; }
    nav.main .social .social-item {
      background: #ececec;
      text-align: center;
      width: 38px;
      line-height: 38px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 10px;
      margin-left: 0; }
    nav.main .social .button {
      float: right;
      line-height: 40px;
      margin-right: 30px;
      position: relative;
      top: -2px; }
      @media only screen and (max-width: 767px) {
        nav.main .social .button {
          margin-right: 15px; } }
    @media only screen and (max-width: 767px) {
      nav.main .social {
        padding-left: 15px; } }
  nav.main .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 70px;
    height: 70px;
    width: 100%;
    padding-left: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.22); }
    @media only screen and (max-width: 767px) {
      nav.main .bottom {
        display: none; } }
  @media only screen and (max-width: 767px) {
    nav.main {
      width: 100%;
      left: -100%;
      overflow: auto;
      padding-bottom: 70px;
      background: #edece8; } }
  nav.main.active {
    left: 0; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }
  header .bar {
    line-height: 115px;
    height: 115px;
    transition: .7s; }
    header .bar .logo {
      display: block;
      margin: 0;
      text-align: left; }
      header .bar .logo img {
        max-width: 200px;
        max-height: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .bar .logo {
          display: inline-block;
          text-align: left;
          padding: 0;
          border: 0; }
          header .bar .logo img {
            max-width: 160px;
            max-height: 40px; } }
      @media only screen and (max-width: 767px) {
        header .bar .logo {
          display: inline-block;
          text-align: left;
          padding: 0;
          border: 0; }
          header .bar .logo img {
            max-width: 160px;
            max-height: 40px; } }
    header .bar .bag {
      position: relative;
      display: inline-block;
      line-height: 45px;
      height: 45px;
      border-radius: 50%;
      text-align: center;
      margin-right: 0; }
      header .bar .bag img {
        position: relative;
        top: -1px; }
        @media only screen and (max-width: 767px) {
          header .bar .bag img {
            width: 12px; } }
      header .bar .bag span {
        position: absolute;
        font-size: 8px;
        font-weight: 600;
        top: -5px;
        right: 20px;
        transition: .7s; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .bar .bag {
          width: 45px; } }
      @media only screen and (max-width: 767px) {
        header .bar .bag {
          width: 32px;
          line-height: 32px;
          height: 32px; } }
    header .bar .search {
      display: inline-block;
      line-height: 45px;
      height: 45px;
      text-align: center;
      border-radius: 50%; }
    header .bar .lang {
      cursor: pointer;
      display: inline-block;
      position: relative; }
      header .bar .lang span img {
        margin-left: 5px;
        top: 0;
        transition: .4s;
        position: relative; }
      header .bar .lang span:hover img {
        top: 2px; }
      header .bar .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 .bar .lang .sub a {
          display: block;
          margin-left: 0; }
          header .bar .lang .sub a:after {
            display: none; }
      header .bar .lang.active .sub {
        opacity: 1;
        visibility: visible; }
      @media only screen and (max-width: 767px) {
        header .bar .lang .sub {
          top: 80px;
          background: #fff;
          border-color: #000;
          padding: 10px 20px 10px 10px;
          left: -10px; } }
    header .bar nav {
      font-size: 0.750em;
      text-align: center; }
      header .bar nav a {
        display: inline-block;
        margin: 0 25px;
        position: relative;
        transition: opacity .7s; }
        header .bar nav a:hover {
          opacity: .6; }
        @media (max-width: 1400px) {
          header .bar nav a {
            margin: 0 15px; } }
      header .bar nav .right {
        float: right; }
        header .bar nav .right a {
          margin-right: 0;
          margin-left: 30px; }
        header .bar nav .right .button {
          transition: .7s; }
        header .bar nav .right form {
          position: relative;
          width: 130px;
          display: inline-block;
          margin-left: 30px; }
          header .bar nav .right form input {
            width: 100%;
            height: 45px;
            border-radius: 17px;
            background: #fff;
            border: 1px solid #fff;
            padding-left: 15px;
            padding-right: 50px;
            transition: width .7s, margin .7s;
            display: inline-block;
            vertical-align: middle;
            color: #000; }
          header .bar nav .right form button {
            width: 34px;
            height: 34px;
            border-radius: 14px;
            background-color: #f9f9f9;
            position: absolute;
            right: 8px;
            top: 44px;
            padding: 0;
            border: 0;
            line-height: normal;
            text-align: center;
            transition: .7s; }
          header .bar nav .right form.active {
            z-index: 2; }
            header .bar nav .right form.active input {
              width: 290px;
              margin-left: -160px; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .bar nav {
          display: none; } }
      @media only screen and (max-width: 767px) {
        header .bar nav {
          display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .bar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        header .bar .menu img {
          width: 22px; }
          header .bar .menu img.bl {
            display: none; } }
    @media only screen and (max-width: 767px) {
      header .bar {
        line-height: 80px;
        height: 80px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        header .bar .menu img {
          width: 22px; }
          header .bar .menu img.bl {
            display: none; } }
    @media (max-width: 991px) {
      header .bar .right {
        float: right; }
        header .bar .right .bag {
          margin: 0 20px; } }
  header .header-popup {
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    width: 400px;
    top: 80px;
    right: calc(9% + 15px);
    line-height: normal;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .7s; }
    header .header-popup.active {
      top: 115px;
      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 .bag-popup {
    border-radius: 0; }
    header .bag-popup .top {
      padding: 20px 0;
      font-size: 1.125em;
      font-weight: 500;
      text-align: center;
      line-height: 35px;
      color: #000; }
      header .bag-popup .top .cls {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 35px;
        line-height: 35px;
        border-radius: 50%;
        background: #3f86fe;
        color: #fff;
        transform: rotate(45deg);
        transition: .7s; }
        header .bag-popup .top .cls:hover {
          background: #eee;
          color: #3f86fe; }
      @media only screen and (max-width: 767px) {
        header .bag-popup .top {
          text-align: left;
          margin-bottom: 30px;
          padding-left: 15px; } }
    header .bag-popup .empty {
      padding: 80px 0;
      text-align: center; }
      header .bag-popup .empty img {
        margin-bottom: 10px; }
    header .bag-popup .items .item {
      clear: both;
      padding: 15px 0 15px 15px;
      font-size: 0.875em;
      border-top: 1px solid #f8f8f8; }
      header .bag-popup .items .item .left {
        width: 90px;
        height: 90px;
        text-align: center;
        display: inline-block;
        vertical-align: middle; }
        header .bag-popup .items .item .left .card {
          min-height: 0;
          padding: 0;
          margin: 0; }
          header .bag-popup .items .item .left .card img {
            border-radius: 20px; }
          header .bag-popup .items .item .left .card:before {
            display: none; }
      header .bag-popup .items .item .txt {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        color: #787878;
        width: 100px; }
        header .bag-popup .items .item .txt .title {
          font-size: 0.875em;
          color: #000; }
      header .bag-popup .items .item .price {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px; }
      header .bag-popup .items .item .remove {
        border-top: 1px solid #eee;
        margin-top: -16px;
        width: 70px;
        line-height: 120px;
        background: #f9f9f9;
        text-align: center;
        float: right; }
        @media only screen and (max-width: 767px) {
          header .bag-popup .items .item .remove {
            width: 50px; } }
    header .bag-popup .bottom {
      padding: 24px 0;
      text-align: center;
      border-top: 1px solid #f8f8f8; }
  header .search-popup {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #f9f9f9;
    padding: 90px 0 35px 0;
    opacity: 0;
    visibility: hidden;
    transition: .7s;
    color: #000; }
    header .search-popup .container {
      position: relative; }
    header .search-popup input {
      width: 100%;
      border: 0;
      background: transparent;
      border-bottom: 1px solid #ededed;
      height: 45px; }
    header .search-popup .cls {
      font-size: 2.2em;
      position: absolute;
      top: -85px;
      right: 15px;
      transform: rotate(45deg); }
  header.reverse .bar {
    background: #fff;
    line-height: 80px;
    height: 80px; }
    header.reverse .bar .lang .sub {
      top: 80px;
      background: #fff;
      border-color: #000;
      padding: 10px 20px 10px 10px;
      left: -10px; }
    header.reverse .bar nav .right form input {
      border-color: #f9f9f9; }
    header.reverse .bar nav .right form button {
      top: 23px; }
  header.reverse .header-popup.active {
    top: 80px; }
  header.search-active .logo {
    border: 0; }
  header.search-active .search-popup {
    top: 0;
    opacity: 1;
    visibility: visible; }
  header .mobile {
    display: none; }
    header .mobile .bag {
      background: #3f86fe;
      border-radius: 50%; }
    @media (max-width: 991px) {
      header .mobile {
        display: block; } }

footer {
  border-top: 2px solid #e6eafd;
  font-size: .9em;
  position: relative;
  padding: 70px 0 0 0;
  background-image: url(../img/home/shape.png);
  background-repeat: no-repeat;
  background-position: 150% 10%;
  background-size: 50%; }
  footer a {
    display: block; }
  footer .social {
    margin-top: 25px; }
    footer .social a {
      display: inline-block;
      margin-right: 5px; }
  footer .address {
    margin-bottom: 25px; }
  footer .payment_icons {
    text-align: right; }
  footer .bottom {
    padding: 110px 0 55px 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    footer {
      font-size: .8em; } }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 50px 0 0 0; }
      footer .bottom {
        padding: 50px 0; }
        footer .bottom .copy {
          margin-bottom: 20px; }
      footer .middle {
        margin-top: 50px; } }

h1 {
  font-size: 3em;
  margin: 0 0 20px 0;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.2em; } }

h2 {
  font-size: 2em;
  font-weight: 500;
  margin: 0 0 25px 0; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.8em; } }

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

.card {
  display: block;
  position: relative;
  margin-bottom: 20px;
  transition: .7s; }
  .card .img {
    padding-bottom: 100%;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    position: relative;
    transition: .7s; }
    .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 {
      display: none;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .3;
      transition: .7s;
      display: none; }
  .card .txt {
    max-height: 0;
    overflow: hidden;
    text-align: center;
    transition: .7s; }
    .card .txt .price {
      width: 80px;
      margin: 10px auto 0 auto;
      font-size: .6em;
      padding: 3px 7px;
      background: #000;
      color: #fff;
      border-radius: 10px; }
  .card .cat {
    position: absolute;
    font-size: .9em;
    top: 30px;
    left: 30px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .card .cat {
        top: 20px;
        left: 20px; } }
  .card:before {
    display: none;
    content: '+';
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 1.2em;
    transition: .7s; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .card:before {
        top: 20px;
        right: 20px; } }
  .card:hover {
    opacity: .9; }
    .card:hover .tint {
      opacity: 0; }
    .card:hover .img .logo {
      transform: scale(1.1); }
    .card:hover:before {
      transform: rotate(90deg); }

.cards .row {
  margin-right: -10px;
  margin-left: -10px; }
  .cards .row .col-md-3 {
    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: #3f86fe; }
    .see-all:hover img {
      margin-left: 15px; }
  @media only screen and (max-width: 767px) {
    .see-all {
      position: absolute;
      top: 40px;
      right: 15px; } }

main.home {
  padding-top: 115px; }
  @media only screen and (max-width: 767px) {
    main.home {
      padding-top: 80px; } }
  main.home .shape {
    position: absolute;
    top: 0;
    left: 50%;
    width: 710px; }
    main.home .shape.small {
      width: 480px;
      left: 0; }
  main.home .main-slider {
    position: relative;
    z-index: 1; }
    main.home .main-slider .item {
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 540px; }
      main.home .main-slider .item .txt {
        width: 500px;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        opacity: 0;
        top: -50px;
        transition: 1s; }
        main.home .main-slider .item .txt div {
          width: 70%;
          margin: 0 auto; }
        main.home .main-slider .item .txt .button {
          margin-top: 20px;
          width: 120px; }
          @media only screen and (max-width: 767px) {
            main.home .main-slider .item .txt .button {
              margin-top: 80px; } }
      main.home .main-slider .item.slick-active .txt {
        opacity: 1;
        top: 0;
        transition-delay: .5s; }
      @media only screen and (max-width: 767px) {
        main.home .main-slider .item {
          height: 450px;
          min-height: 0; } }
    main.home .main-slider .slick-arrow {
      right: 0;
      left: auto;
      bottom: 50px;
      background-color: rgba(255, 255, 255, 0.1); }
      main.home .main-slider .slick-arrow.slick-prev {
        margin-right: 115px;
        background-image: url(../img/slider-prev-wh.svg); }
      main.home .main-slider .slick-arrow.slick-next {
        margin-right: 60px;
        background-image: url(../img/slider-next-wh.svg); }
      @media (min-width: 1921px) {
        main.home .main-slider .slick-arrow {
          left: auto;
          right: calc((100% - 1562px) / 2); } }
      main.home .main-slider .slick-arrow:hover {
        background-color: #3f86fe; }
      @media only screen and (max-width: 767px) {
        main.home .main-slider .slick-arrow {
          display: none !important; } }
    main.home .main-slider .slick-dots {
      left: 0;
      width: 100%;
      bottom: 30px;
      position: absolute;
      text-align: center; }
      main.home .main-slider .slick-dots li {
        margin: 0 3px;
        list-style-type: none;
        display: inline-block; }
        main.home .main-slider .slick-dots li button {
          width: 7px;
          height: 7px;
          background: #eee;
          border-radius: 50%;
          padding: 0;
          margin: 0;
          border: 0;
          font-size: 0; }
        main.home .main-slider .slick-dots li.slick-active button {
          background: #3f86fe; }
    @media only screen and (max-width: 767px) {
      main.home .main-slider {
        margin-bottom: 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: 60px; }
    main.home section.articles .boxes {
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */
      overflow: auto;
      white-space: nowrap; }
      main.home section.articles .boxes::-webkit-scrollbar {
        display: none; }
      main.home section.articles .boxes .box {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 28%;
        max-width: 500px;
        margin-right: 30px; }
        main.home section.articles .boxes .box .txt {
          white-space: normal; }
        @media (min-width: 768px) and (max-width: 991px) {
          main.home section.articles .boxes .box {
            width: 35%; } }
        @media only screen and (max-width: 767px) {
          main.home section.articles .boxes .box {
            width: 60%;
            margin-right: 20px; } }

.home-cards .slick-arrow {
  bottom: -90px;
  left: 0;
  right: 0;
  margin: auto; }
  .home-cards .slick-arrow.slick-prev {
    left: -55px;
    background-image: url(../img/slider-prev-wh.svg);
    background-color: #3f86fe; }
  .home-cards .slick-arrow.slick-next {
    right: -55px;
    background-image: url(../img/slider-next-wh.svg);
    background-color: #3f86fe; }
  .home-cards .slick-arrow:hover {
    background-color: #ffde91; }
.home-cards .cards {
  overflow: auto;
  white-space: nowrap;
  padding-top: 40px;
  padding-left: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-height: none; }
  .home-cards .cards .item {
    position: relative;
    width: 250px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin-right: 20px;
    top: 0;
    transition: .7s; }
    @media (min-width: 1200px) {
      .home-cards .cards .item:hover {
        width: 400px;
        top: -20px; }
        .home-cards .cards .item:hover .card {
          padding: 15px;
          border-radius: 30px;
          box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.14); }
          .home-cards .cards .item:hover .card .txt {
            max-height: 102px;
            padding-top: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-cards .cards .item {
        width: 200px; } }
    @media only screen and (max-width: 767px) {
      .home-cards .cards .item {
        width: 150px; } }
  @media (min-width: 1200px) {
    .home-cards .cards {
      min-height: 560px; } }
  @media (max-width: 1199px) {
    .home-cards .cards {
      margin-bottom: 60px; } }
  .home-cards .cards .card {
    margin-bottom: 0; }
  .home-cards .cards:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none; }
  .home-cards .cards.scrolling:after {
    display: block; }
  .home-cards .cards::-webkit-scrollbar {
    display: none; }
.home-cards h2 {
  margin: 0 auto 20px auto;
  text-align: center; }

section.card-desc {
  padding: 0 0 150px 0;
  position: relative; }
  section.card-desc .desc-shape {
    position: absolute;
    width: 480px;
    left: 32%;
    top: 20%; }
  section.card-desc .row {
    margin-right: -10px;
    margin-left: -10px; }
    section.card-desc .row .col-sm-6 {
      padding-right: 10px;
      padding-left: 10px; }
  section.card-desc .lets-work {
    position: relative;
    z-index: 1;
    margin-bottom: 100px; }
    section.card-desc .lets-work .col-sm-5 {
      padding-right: 60px;
      padding-top: 100px; }
    section.card-desc .lets-work .button {
      margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      section.card-desc .lets-work {
        margin-bottom: 60px; }
        section.card-desc .lets-work .col-sm-5 {
          padding-right: 15px;
          padding-top: 0;
          margin-bottom: 60px; } }
  section.card-desc .box {
    padding: 50px 60px;
    background-position: center;
    background-size: cover;
    border: 1px solid #f0f0f0;
    border-radius: 10px; }
    section.card-desc .box h2 {
      margin: 0 0 15px 0; }
    section.card-desc .box .button {
      margin-top: 45px; }
      @media only screen and (max-width: 767px) {
        section.card-desc .box .button {
          margin-top: 30px; } }
    section.card-desc .box .detail {
      position: fixed;
      top: 0;
      right: -60px;
      width: 50%;
      height: 100%;
      z-index: 10;
      padding: 100px 85px;
      overflow: auto;
      background: #fff;
      color: #000;
      opacity: 0;
      visibility: hidden;
      text-align: left;
      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; }
      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; }
      @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 .txt {
      height: 140px; }
    section.card-desc .box.active .detail {
      opacity: 1;
      visibility: visible;
      right: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.card-desc .box {
        padding: 50px; } }
    @media only screen and (max-width: 767px) {
      section.card-desc .box {
        padding: 30px;
        margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    section.card-desc {
      padding: 0 0 60px 0; } }

section.articles {
  padding: 80px 0;
  background: #fbfbfb; }
  section.articles h2 {
    margin: 0 0 60px 0; }
  section.articles .desc {
    margin-bottom: 60px; }
  section.articles .box .img {
    transition: .4s; }
  section.articles .box:hover .img {
    opacity: .8; }
  section.articles .slider .item {
    position: relative;
    margin-right: 20px;
    color: #fff; }
    section.articles .slider .item a {
      color: #fff !important; }
    section.articles .slider .item .img {
      width: 410px;
      height: 475px;
      background-size: cover;
      background-position: center;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      transition: .4s; }
      section.articles .slider .item .img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.articles .slider .item .img {
          width: 310px;
          height: 400px; } }
      @media only screen and (max-width: 767px) {
        section.articles .slider .item .img {
          width: 250px;
          height: 320px; } }
    section.articles .slider .item .txt {
      position: absolute;
      padding: 50px 40px;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        section.articles .slider .item .txt {
          padding: 30px; } }
    section.articles .slider .item .date {
      position: absolute;
      bottom: 50px; }
      @media only screen and (max-width: 767px) {
        section.articles .slider .item .date {
          bottom: 30px; } }
    @media (min-width: 768px) {
      section.articles .slider .item.first {
        width: 750px;
        color: #000; }
        section.articles .slider .item.first a {
          color: #000 !important; }
        section.articles .slider .item.first .txt {
          width: 340px;
          right: 0;
          left: auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.articles .slider .item.first {
        width: 550px; }
        section.articles .slider .item.first .txt {
          width: 240px; } }
    section.articles .slider .item:hover .img {
      opacity: .8; }
  section.articles .slider .slick-dots {
    right: 70px;
    bottom: 85px;
    position: absolute; }
    section.articles .slider .slick-dots li {
      margin: 0 3px;
      list-style-type: none;
      display: inline-block; }
      section.articles .slider .slick-dots li button {
        width: 7px;
        height: 7px;
        background: #bfbfbf;
        border-radius: 50%;
        padding: 0;
        margin: 0;
        border: 0;
        font-size: 0; }
      section.articles .slider .slick-dots li.slick-active button {
        background: #3f86fe; }
    @media only screen and (max-width: 767px) {
      section.articles .slider .slick-dots {
        bottom: 45px;
        right: 30px; } }
  section.articles .empty-box {
    margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    section.articles {
      padding: 30px 0; }
      section.articles h2 {
        margin: 0 0 30px 0; } }

section.affiliate {
  margin: 100px 0; }
  section.affiliate .box {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 55px 0; }
    section.affiliate .box .txt {
      color: #787878; }
    section.affiliate .box h2 {
      margin: 0;
      padding-left: 80px; }
    section.affiliate .box .button {
      margin-top: 10px; }
  @media only screen and (max-width: 767px) {
    section.affiliate {
      margin: 60px 0; }
      section.affiliate .box {
        padding: 45px 25px; }
        section.affiliate .box h2 {
          margin: 0 0 20px 0;
          padding-left: 0; }
        section.affiliate .box .button {
          margin-top: 20px; } }

section.card-list {
  padding: 70px 0;
  text-align: center; }
  section.card-list h2 {
    width: 220px;
    margin: 0 auto 25px auto; }
  section.card-list .line {
    height: 1px;
    background: #e7e7e7;
    margin-bottom: 70px; }
  section.card-list .txt {
    max-height: 75px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    transition: .7s; }
    section.card-list .txt a {
      display: inline;
      color: #000; }
      section.card-list .txt a:hover {
        text-decoration: underline; }
    section.card-list .txt span {
      position: absolute;
      bottom: 0;
      right: 0; }
    @media (max-width: 1200px) {
      section.card-list .txt {
        max-height: 70px; } }
  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: 300px; }
    section.card-list.active .txt span {
      display: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.card-list.active .txt {
        max-height: none; } }
  @media only screen and (max-width: 767px) {
    section.card-list {
      padding: 60px 0;
      /*.more{
      	margin-top: 15px;
      	display: none;
      	text-align: left;
      	&.mobile{
      		display: block;
      	}
      }*/ }
      section.card-list.active .more {
        background: none;
        width: auto;
        padding: 0; }
      section.card-list.active .txt {
        max-height: 750px; }
      section.card-list .txt {
        max-height: 82px; }
        section.card-list .txt span {
          bottom: -6px;
          right: 8px; }
      section.card-list .line {
        display: none; }
      section.card-list .text-center {
        text-align: left !important; } }

section.campaign-banner {
  padding-bottom: 80px; }
  section.campaign-banner .box {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    padding-left: 150px; }
    section.campaign-banner .box h3, section.campaign-banner .box h4 {
      margin: 0 0 15px 0; }
    section.campaign-banner .box .button {
      margin-top: 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.campaign-banner .box {
        padding-left: 60px; } }
    @media only screen and (max-width: 767px) {
      section.campaign-banner .box {
        padding: 80px 55px 80px 35px;
        background-position: 75%; } }

main.page {
  padding-top: 80px; }
  main.page .contact {
    background: #f9f9f9;
    position: relative;
    z-index: 1;
    padding: 70px 0 120px 0; }
    main.page .contact .box {
      position: relative;
      padding: 75px 70px;
      background: #fff;
      font-size: 0.875em;
      height: 470px;
      min-height: 450px;
      overflow: hidden; }
      main.page .contact .box h1, main.page .contact .box h2 {
        font-size: 3.438em;
        font-weight: 700;
        margin: 0 0 60px 0; }
      main.page .contact .box .title {
        opacity: .5;
        margin-top: 15px; }
        main.page .contact .box .title:first-of-type {
          margin-top: 0; }
      main.page .contact .box .button {
        position: absolute;
        bottom: 40px;
        right: 50px; }
        @media only screen and (max-width: 767px) {
          main.page .contact .box .button {
            right: 40px;
            bottom: 45px; } }
      main.page .contact .box .next.active {
        visibility: hidden;
        opacity: 0; }
      main.page .contact .box .validation-summary-errors {
        margin-top: -40px;
        margin-bottom: -20px; }
      main.page .contact .box form {
        margin-top: 90px;
        position: relative; }
        main.page .contact .box form input, main.page .contact .box form textarea {
          border: 0;
          width: 100%;
          height: 50px;
          transition: .7s;
          background-repeat: no-repeat;
          background-position: 95%; }
          main.page .contact .box form input.ok, main.page .contact .box form textarea.ok {
            background-image: url(../img/form/ok.svg); }
          main.page .contact .box form input.error, main.page .contact .box form textarea.error {
            border-bottom: 2px solid #ffd1d1;
            background-image: url(../img/form/error.svg); }
        main.page .contact .box form textarea {
          height: 100px;
          padding-top: 14px;
          resize: none;
          background-position: 95% 17px; }
        main.page .contact .box form .button {
          bottom: -75px;
          right: 0; }
          main.page .contact .box form .button.submit {
            display: none; }
        main.page .contact .box form .h-captcha {
          position: absolute;
          bottom: 0px;
          right: 0;
          transform: scale(0.6);
          transform-origin: bottom right; }
      main.page .contact .box .validation-summary-errors + form {
        margin-top: 0; }
      main.page .contact .box .slick-dots {
        position: absolute;
        left: 0;
        bottom: -60px; }
        main.page .contact .box .slick-dots li {
          display: inline-block;
          margin-right: 5px; }
          main.page .contact .box .slick-dots li button {
            width: 14px;
            height: 8px;
            border-radius: 4px;
            background-color: #000000;
            border: 0;
            font-size: 0;
            opacity: .25; }
          main.page .contact .box .slick-dots li.slick-active button {
            opacity: 1; }
      main.page .contact .box.colored {
        background: #3f86fe;
        color: #fff; }
      @media only screen and (max-width: 767px) {
        main.page .contact .box {
          padding: 45px 40px;
          height: auto;
          margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      main.page .contact {
        margin-bottom: 0; } }
  main.page .contact + section.campaign-banner {
    padding-top: 80px; }
  main.page .content-page {
    background: #f9f9f9;
    padding: 70px 0 90px 0; }
    main.page .content-page svg {
      vertical-align: middle; }
    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; }
    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: #fff;
      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: #fff;
      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; } }
  main.page .content-page + .campaign-banner {
    padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    main.page {
      padding-top: 80px; } }

main.list {
  padding-top: 150px;
  background-image: url(../img/home/shape2.png);
  background-repeat: no-repeat;
  background-position: 40% 0%;
  background-size: 20%; }
  main.list .page-cards h2 {
    width: 200px;
    margin: 0 0 10px 0; }
  main.list .results {
    font-size: .8em;
    margin-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      main.list .results {
        margin-bottom: 40px; } }
  main.list .search-results h2 {
    width: 300px; }
  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-top: 30px;
    font-size: 0.750em;
    text-align: right; }
    main.list .sort .select {
      font-size: 1em;
      margin-left: 15px;
      height: 40px; }
    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 {
        margin: 30px 0; } }
  @media only screen and (max-width: 767px) {
    main.list .col-sm-8 {
      width: 100%;
      text-align: right; }
      main.list .col-sm-8 .open-filter {
        float: left;
        margin-left: 0; } }
  main.list .list-filter {
    position: fixed;
    bottom: -60px;
    right: 0;
    background: #fff;
    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: #f9f9f9; }
      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: #3f86fe;
          width: 12px;
          height: 12px;
          top: -5px;
          margin-left: 0; }
        main.list .list-filter .price .price-slider .ui-slider-range {
          background: #3f86fe; }
      @media only screen and (max-width: 767px) {
        main.list .list-filter .price {
          padding-top: 0; } }
    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; }
      main.list .list-filter .check-boxes .check-box:nth-of-type(1) {
        background: #fdf5f2; }
      main.list .list-filter .check-boxes .check-box:nth-of-type(2) {
        background: #d5e9fd; }
      main.list .list-filter .check-boxes .check-box:nth-of-type(3) {
        background: #f9f9f9; }
      @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 #eee;
      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: #3f86fe;
      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 .card-list {
    background: #fff;
    margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    main.list {
      padding-top: 100px; } }

main.detail {
  padding-top: 120px; }
  main.detail section.product {
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
    background-image: url(../img/home/shape2.png);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: 30%; }
    main.detail section.product h1 {
      font-size: 2.1em;
      margin: 0; }
    main.detail section.product .prices {
      display: inline-block;
      margin-top: 10px;
      color: #fff;
      font-size: .6em;
      margin-bottom: 30px;
      line-height: 20px;
      border-radius: 10px;
      padding: 0 12px;
      background: #000; }
    main.detail section.product select, main.detail section.product input {
      max-width: 340px;
      display: block;
      width: 100%;
      height: 45px;
      margin-bottom: 10px;
      border-radius: 0;
      background-position: 95%;
      padding: 0 20px;
      border: 0;
      background-color: #f9f9f9;
      font-size: .8em; }
      @media only screen and (max-width: 767px) {
        main.detail section.product select, main.detail section.product input {
          max-width: 100%; } }
    main.detail section.product .number {
      width: 140px;
      background-position: 90%; }
    main.detail section.product .stock img {
      margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      main.detail section.product .stock {
        padding-bottom: 30px; } }
    main.detail section.product .detail {
      display: inline-block;
      vertical-align: middle;
      width: 44%;
      text-align: left; }
      main.detail section.product .detail .txt {
        margin-top: 80px; }
        @media only screen and (max-width: 767px) {
          main.detail section.product .detail .txt {
            margin-top: 40px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        main.detail section.product .detail {
          vertical-align: top; } }
      @media (min-width: 768px) and (max-width: 991px) {
        main.detail section.product .detail {
          vertical-align: top; } }
      @media only screen and (max-width: 767px) {
        main.detail section.product .detail {
          width: 100%;
          padding: 45px 0 0 0; } }
    main.detail section.product .card-container {
      display: inline-block;
      vertical-align: middle;
      width: 54%; }
      main.detail section.product .card-container .card {
        padding-bottom: 0;
        margin-bottom: 0;
        background: none; }
        main.detail section.product .card-container .card .img {
          position: relative;
          top: 0;
          left: 0;
          width: 80%;
          margin-left: 20%; }
          @media only screen and (max-width: 767px) {
            main.detail section.product .card-container .card .img {
              width: 100%;
              margin-left: 0; } }
        main.detail section.product .card-container .card:before {
          content: ''; }
      @media (min-width: 992px) and (max-width: 1199px) {
        main.detail section.product .card-container {
          vertical-align: top; } }
      @media (min-width: 768px) and (max-width: 991px) {
        main.detail section.product .card-container {
          vertical-align: top; } }
      @media only screen and (max-width: 767px) {
        main.detail section.product .card-container {
          width: 100%;
          padding: 0;
          margin-top: 15px; } }
    main.detail section.product .button {
      opacity: .6;
      margin-top: 45px; }
      main.detail section.product .button:hover {
        background: #eee; }
      @media (max-width: 1100px) {
        main.detail section.product .button {
          margin-top: 30px; } }
    main.detail section.product .add-to-basket {
      opacity: 1; }
    @media only screen and (max-width: 767px) {
      main.detail section.product {
        margin-bottom: 60px; } }
  main.detail .product-desc {
    padding: 60px 0;
    text-align: center; }
    main.detail .product-desc .txt {
      width: 660px;
      max-width: 100%;
      padding: 0 15px;
      margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      main.detail .product-desc {
        padding: 50px 0 0 0; } }
  main.detail .product-alert {
    background: #fd7e50;
    color: #fff;
    bottom: 0;
    position: absolute;
    line-height: 60px;
    right: 0;
    padding-left: 20px;
    padding-right: calc(9% + 15px);
    font-size: .75em;
    transition: .7s; }
    @media (min-width: 1921px) {
      main.detail .product-alert {
        padding-right: calc((100% - 1562px) / 2); } }
    main.detail .product-alert .txt {
      width: 438px;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: normal; }
      @media only screen and (max-width: 767px) {
        main.detail .product-alert .txt {
          width: 70%; } }
    main.detail .product-alert .checkout {
      text-decoration: underline;
      display: inline-block;
      vertical-align: middle;
      margin-right: 30px; }
      @media only screen and (max-width: 767px) {
        main.detail .product-alert .checkout {
          display: block; } }
    main.detail .product-alert .cls {
      position: absolute;
      right: 35px; }
      @media only screen and (max-width: 767px) {
        main.detail .product-alert .cls {
          right: 15px;
          top: 15px; } }
    main.detail .product-alert.product-error {
      padding: 0;
      width: 100%; }
      main.detail .product-alert.product-error .txt {
        width: 70%;
        line-height: normal; }
      main.detail .product-alert.product-error .cls {
        position: static;
        float: right; }
      @media only screen and (max-width: 767px) {
        main.detail .product-alert.product-error {
          padding: 15px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.detail .product-alert {
        bottom: -60px; } }
    @media only screen and (max-width: 767px) {
      main.detail .product-alert {
        width: 100%;
        bottom: auto;
        top: 0;
        opacity: 0;
        visibility: hidden;
        padding: 15px;
        line-height: normal; } }
    main.detail .product-alert.active {
      bottom: 80px; }
      @media (min-width: 768px) and (max-width: 991px) {
        main.detail .product-alert.active {
          bottom: 0; } }
      @media only screen and (max-width: 767px) {
        main.detail .product-alert.active {
          bottom: auto;
          opacity: 1;
          visibility: visible; } }
  main.detail .product-added {
    background: #fff;
    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;
    margin: auto;
    left: 0;
    right: 0;
    width: 740px;
    max-width: calc(100% - 30px);
    opacity: 0;
    visibility: hidden;
    transition: .7s; }
    main.detail .product-added .card-container {
      width: 60px;
      height: 60px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 35px; }
      main.detail .product-added .card-container .card {
        min-height: 0;
        padding: 0;
        margin: 0;
        background: none; }
        main.detail .product-added .card-container .card .img {
          left: 0;
          right: 0;
          position: relative;
          padding-bottom: 100%; }
      @media only screen and (max-width: 767px) {
        main.detail .product-added .card-container {
          width: 60px;
          height: 40px;
          margin-right: 15px; } }
    main.detail .product-added .txt {
      display: inline-block;
      vertical-align: middle;
      color: #787878;
      font-size: 0.813em;
      margin-right: 30px;
      width: 230px; }
      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% - 170px); } }
    main.detail .product-added .price {
      font-size: 1.2em;
      margin-right: 18px;
      display: inline-block;
      vertical-align: middle; }
      main.detail .product-added .price .discount {
        display: block;
        margin-bottom: -8px; }
      @media only screen and (max-width: 767px) {
        main.detail .product-added .price {
          font-size: 1em;
          margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      main.detail .product-added .button {
        display: block;
        width: 160px;
        margin: 0 auto;
        margin-top: 15px; } }
    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 section.articles {
    padding-top: 90px; }
    main.detail section.articles .boxes {
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */
      overflow: auto;
      white-space: nowrap; }
      main.detail section.articles .boxes::-webkit-scrollbar {
        display: none; }
      main.detail section.articles .boxes .box {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 28%;
        max-width: 500px;
        margin-right: 30px; }
        main.detail section.articles .boxes .box .txt {
          white-space: normal; }
        @media (min-width: 768px) and (max-width: 991px) {
          main.detail section.articles .boxes .box {
            width: 35%; } }
        @media only screen and (max-width: 767px) {
          main.detail section.articles .boxes .box {
            width: 60%;
            margin-right: 20px; } }
    @media only screen and (max-width: 767px) {
      main.detail section.articles {
        padding: 0; } }
  @media only screen and (max-width: 767px) {
    main.detail {
      padding-top: 80px; } }

main.blog .banner {
  position: relative;
  margin-bottom: 80px;
  background: #fff;
  z-index: 1; }
  main.blog .banner .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      main.blog .banner .container {
        position: static; } }
  main.blog .banner img {
    width: 75%;
    margin-left: 25%;
    max-width: 1440px; }
    @media (min-width: 1921px) {
      main.blog .banner img {
        margin-right: calc((100% - 1532px) / 2);
        margin-left: 0;
        float: right;
        max-width: 1200px; } }
    @media only screen and (max-width: 767px) {
      main.blog .banner img {
        width: calc(100% - 30px);
        margin-left: 0;
        margin: 0 15px;
        margin-top: 30px; } }
  main.blog .banner h1 {
    font-size: 2.000em;
    color: #3f86fe; }
  main.blog .banner .date {
    opacity: .4;
    font-size: 0.750em;
    margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    main.blog .banner {
      margin-top: 30px;
      margin-bottom: 60px; } }
main.blog .articles {
  padding-top: 80px; }
  main.blog .articles h2 {
    margin: 0 0 25px 0; }
  main.blog .articles .box {
    margin-bottom: 60px;
    display: block; }
    main.blog .articles .box .img {
      padding-bottom: 65%;
      background-position: center;
      background-size: cover;
      margin-top: 25px; }
    main.blog .articles .box h3 {
      min-height: 48px; }
  @media only screen and (max-width: 767px) {
    main.blog .articles {
      padding-top: 30px; }
      main.blog .articles .boxes .box {
        margin-bottom: 30px; } }
main.blog .detail {
  margin-bottom: 120px;
  position: relative; }
  main.blog .detail h2, main.blog .detail h3 {
    font-size: 1.313em;
    margin: 0;
    font-weight: 500; }
  main.blog .detail .container {
    position: relative; }
  main.blog .detail .share {
    margin-top: 60px;
    line-height: 90px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    main.blog .detail .share a {
      width: 38px;
      line-height: 38px;
      text-align: center;
      display: inline-block;
      margin-left: 10px;
      border-radius: 50%;
      background: #212123; }
  @media only screen and (max-width: 767px) {
    main.blog .detail {
      margin: 60px 0; } }
@media only screen and (max-width: 767px) {
  main.blog .detail + section.articles .boxes {
    margin-bottom: 60px;
    overflow: auto;
    white-space: nowrap; }
    main.blog .detail + section.articles .boxes .row {
      height: auto !important; }
    main.blog .detail + section.articles .boxes .col-sm-4, main.blog .detail + section.articles .boxes .col-sm-8 {
      position: static !important;
      display: inline-block;
      vertical-align: top;
      float: none;
      width: 80%; }
    main.blog .detail + section.articles .boxes .box {
      white-space: normal;
      margin-bottom: 0; } }

main.account {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2; }
  main.account .sidebar-button {
    position: relative;
    font-size: 0.688em;
    line-height: 46px;
    border-radius: 9px;
    display: block;
    margin-bottom: 15px;
    color: #aaa;
    transition: .7s; }
    main.account .sidebar-button .img {
      width: 40px;
      height: 40px;
      border-radius: 9px;
      display: inline-block;
      margin-right: 15px;
      margin-left: 3px;
      background-repeat: no-repeat;
      background-position: center;
      vertical-align: middle;
      transition: .7s; }
      @media only screen and (max-width: 767px) {
        main.account .sidebar-button .img {
          background-color: #3f86fe;
          border-radius: 50%; } }
    main.account .sidebar-button.account .img {
      background-image: url(../img/account/home.svg); }
      @media only screen and (max-width: 767px) {
        main.account .sidebar-button.account .img {
          background-image: url(../img/account/home-wh.svg); } }
    main.account .sidebar-button.prepaid .img {
      background-image: url(../img/account/card.svg); }
      @media only screen and (max-width: 767px) {
        main.account .sidebar-button.prepaid .img {
          background-image: url(../img/account/card-wh.svg); } }
    main.account .sidebar-button.order .img {
      background-image: url(../img/account/basket.svg); }
      @media only screen and (max-width: 767px) {
        main.account .sidebar-button.order .img {
          background-image: url(../img/account/basket-wh.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.logout .img {
          background-image: url(../img/account/logout-wh.svg); } }
    main.account .sidebar-button:after {
      content: '';
      position: absolute;
      width: 4px;
      height: 0;
      border-radius: 2px;
      top: 0;
      right: -40px;
      background-color: #3f86fe;
      opacity: 0;
      transition: .7s; }
    main.account .sidebar-button.active, main.account .sidebar-button:hover {
      background: #dfeafd;
      color: #000; }
      main.account .sidebar-button.active .img, main.account .sidebar-button:hover .img {
        background-color: #fcfcfc; }
        @media only screen and (max-width: 767px) {
          main.account .sidebar-button.active .img, main.account .sidebar-button:hover .img {
            background-color: #3f86fe; } }
      main.account .sidebar-button.active:after, main.account .sidebar-button:hover:after {
        opacity: 1;
        height: 100%; }
      @media only screen and (max-width: 767px) {
        main.account .sidebar-button.active, main.account .sidebar-button:hover {
          background: #f9f9f9; } }
    @media (max-width: 1200px) and (min-width: 768px) {
      main.account .sidebar-button {
        width: calc(25% - 30px);
        margin: 0 15px;
        float: left; }
        main.account .sidebar-button:after {
          display: none; } }
    @media only screen and (max-width: 767px) {
      main.account .sidebar-button {
        font-size: .9em; }
        main.account .sidebar-button:after {
          display: none; } }
    main.account .sidebar-button.open-menu {
      margin-top: 20px;
      background-image: url(../img/account/mobile-arrow.svg);
      background-position: 95%;
      background-repeat: no-repeat; }
      main.account .sidebar-button.open-menu .img {
        position: relative;
        top: -1px; }
      @media only screen and (max-width: 767px) {
        main.account .sidebar-button.open-menu {
          line-height: 60px;
          padding-left: 15px; } }
  main.account .sidebar {
    position: absolute;
    top: 80px;
    left: 0;
    width: 340px;
    bottom: 0;
    background: #fcfcfc;
    padding: 70px 40px 70px 100px; }
    main.account .sidebar .campaign {
      margin-top: 90px;
      width: 190px;
      border-radius: 19px;
      background-color: #f5f5fb;
      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: 20px;
        font-size: .9em; }
        main.account .sidebar .campaign .txt span {
          opacity: .4; }
      main.account .sidebar .campaign .button {
        margin-top: 20px;
        width: 100%;
        margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        main.account .sidebar .campaign {
          background: #fff;
          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; }
            main.account .sidebar .campaign .txt .button {
              background: none;
              color: #3f86fe;
              text-decoration: underline;
              line-height: normal;
              margin-bottom: 0;
              margin-top: 10px; } }
    @media (max-width: 1200px) and (min-width: 768px) {
      main.account .sidebar {
        top: 115px;
        width: 100%;
        padding: 0;
        padding-top: 10px; } }
    @media only screen and (max-width: 767px) {
      main.account .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 186px);
        background: #fff;
        padding: 0 5px;
        z-index: 3;
        top: 186px;
        padding-bottom: 30px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: .7s; }
        main.account .sidebar .sidebar-button {
          width: calc(50% - 20px);
          float: left;
          margin: 10px;
          background-color: #f9f9f9;
          padding: 15px;
          line-height: normal;
          background-image: url(../img/account/mobile-arrow.svg);
          background-position: 145px 115px;
          background-repeat: no-repeat; }
          main.account .sidebar .sidebar-button .img {
            margin-left: 0;
            display: block;
            margin-bottom: 55px;
            background-color: #3f86fe; }
          main.account .sidebar .sidebar-button:after {
            display: none; }
        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; }
  main.account section.right {
    position: absolute;
    padding: 60px 100px;
    right: 0;
    top: 80px;
    bottom: 0;
    width: calc(100% - 340px);
    background: #f7f7f7;
    overflow: auto; }
    main.account section.right .box {
      max-width: 1100px;
      padding: 45px 60px;
      background-color: #ffffff;
      margin-top: 35px; }
      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: #000;
        font-size: 0.750em;
        margin-left: 15px;
        text-decoration: underline;
        transition: .7s; }
        main.account section.right .box .side-link:hover {
          color: #3f86fe; }
      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%; }
        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: .44;
              color: #3f86fe; }
          main.account section.right .box .prepaid-card-container .prepaid-card-info .button {
            margin-top: 30px; }
          @media only screen and (max-width: 767px) {
            main.account section.right .box .prepaid-card-container .prepaid-card-info {
              background: #f9f9f9;
              padding: 30px;
              width: calc(100% - 30px);
              margin: 15px; } }
      main.account section.right .box .buy-prepaid-card h2 {
        display: inline-block;
        margin: 0 0 40px 0; }
      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: #f7f7f7;
        padding: 40px 30px;
        font-size: 0.875em; }
        main.account section.right .box .buy-prepaid-card .right-box input {
          border-radius: 22.5px;
          background: #fff;
          height: 45px;
          border: 0; }
        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-color: #fff;
          border-radius: 22.5px;
          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;
            background: #f9f9f9; } }
      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: #f5f5fb;
        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 #eee;
          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: #3f86fe;
            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 #3f86fe; }
          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 #3f86fe;
            border-bottom: 3px solid #3f86fe; }
          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 #3f86fe;
            border-bottom: 3px solid #3f86fe;
            border-left: 3px solid #3f86fe; }
          main.account section.right .box .orders .status-box .circle.percent-100:after {
            border: 3px solid #3f86fe; }
        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;
            background: #f7fbff; } }
      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; }
      main.account section.right .box .orders .orders-list {
        border-top: 1px solid #f5f5fb;
        padding-top: 30px;
        margin-top: 30px;
        font-size: 0.750em; }
        main.account section.right .box .orders .orders-list .item {
          border-bottom: 1px solid #f5f5fb;
          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: #f9f9f9;
        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; } }
        @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; }
          @media (max-width: 1280px) {
            main.account section.right .box .orders .order-detail .detail-box .order-code-row .button {
              font-size: .6em; } }
        main.account section.right .box .orders .order-detail .detail-box .line {
          background: #eee;
          height: 1px;
          margin: 20px 0; }
        main.account section.right .box .orders .order-detail .detail-box .title:after {
          content: ':';
          float: right;
          margin-right: 55px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            main.account section.right .box .orders .order-detail .detail-box .title:after {
              margin-right: 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            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: #fff;
            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; }
            main.account section.right .box .orders .order-detail .detail-box .codes .code-box .code {
              margin-top: 10px; }
              @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 (min-width: 768px) and (max-width: 991px) {
              main.account section.right .box .orders .order-detail .detail-box .codes .code-box .button {
                width: 60px;
                line-height: 40px;
                padding: 0;
                text-align: center;
                font-size: .8em; } }
        @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: .7em; } }
      main.account section.right .box .orders .order-detail .cards {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #f5f5fb; }
        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-6 {
              display: inline-block;
              vertical-align: top;
              float: none;
              width: 70%; } }
    @media (max-width: 1200px) and (min-width: 768px) {
      main.account section.right {
        padding: 30px 15px;
        top: 183px;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      main.account section.right {
        width: 100%;
        position: static;
        padding: 30px 15px;
        min-height: 100vh;
        background: #fff; }
        main.account section.right .box {
          padding: 30px 0;
          margin-top: 20px;
          border-radius: 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 {
      position: static; } }

main.cart .list .card-container {
  height: 120px; }
  main.cart .list .card-container .card .img {
    top: 0; }
  main.cart .list .card-container .card:before {
    display: none; }

@media only screen and (max-width: 767px) {
  main.error .numbers {
    top: -70px; } }

.popup .cls:not(.button) {
  padding-bottom: 2px;
  padding-left: 2px;
  line-height: 32px; }

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