@charset "UTF-8";

small.includes_tax {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
  display: block;
}

@media screen and (max-width: 550px) {
  html body.woocommerce-page.woocommerce-checkout #order_review .checkout_coupon>p:nth-of-type(2) {
    width: 50% !important;
  }
}

label[for=terms].woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2em !important;
}

label[for=terms].woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox a {
  line-height: 1.2em !important;
}

p.form-row.terms.wc-terms-and-conditions {
  margin-bottom: 40px !important;
  line-height: 1.2em !important;
}

@media screen and (max-width: 690px) {
  .single-product-page-hero-section .vc_col-sm-7.product-image.wpb_column.column_container.vc_column_container.col {
    margin-top: 80px;
  }
}

.single-product-details {
  align-self: flex-start;
}

.contact-page-address-container-row {
  z-index: 0;
}

/* =======  Colors  ======= */
/* ======= Mixins ======= */
/* Border Radius */
/* Shadow */
/* Transform */
/* Flex */
/* ===========================
           Homepage
 ============================= */
/* hero */
.home-hero {
  z-index: 5;
}

.home-hero .inner-wrap {
  overflow: visible !important;
}

.home-hero .row-bg.using-image {
  height: 2000px !important;
  background-size: calc(800px + 40%);
  background-position: 30vw -10vw !important;
}

.featured-logos-container {
  margin-left: -45px;
}

.featured-logos-container img {
  max-width: 100% !important;
}

@media only screen and (max-width: 1400px) {
  .featured-logos-home-row {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 999px) {
  div#header-space {
    height: 0 !important;
  }

  .home-hero .row-bg.using-image {
    background-position: 2vw 85vh !important;
    background-size: calc(800px + 30%) !important;
  }

  .home-hero .col.span_12.dark.left {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-hero .col.span_12.dark.left .hero-image {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100% !important;
    margin-top: 60px !important;
    text-decoration: none;
    color: coral;
  }

  .home-hero .col.span_12.dark.left .hero-text {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 60px !important;
  }

  .home-featured-press {
    padding-top: 20vw !important;
  }

  .featured-logos-container {
    margin: 0 !important;
  }

  .featured-press .press-logo {
    margin: 1em 0;
  }
}

/** mobile only **/
@media screen and (max-width: 650px) {
  .home-hero .col.span_12.dark.left .hero-text {
    margin-top: 30px !important;
  }

  .home-hero .divider-wrap {
    display: none !important;
  }

  div#wpfront-notification-bar td {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 690px) {
  div.home-hero {
    padding-bottom: 100px !important;
  }

  div.home-hero .row-bg.using-image {
    background-position: 0vw 80vh !important;
  }

  div.home-hero div.col.span_12.dark.left .hero-image {
    width: 100vw !important;
    left: calc(0px - (100vw - 100%) / 2);
  }

  .home-featured-press {
    padding-top: 0 !important;
  }

  .home-featured-press>div.col.span_12.dark.left>div.vc_col-sm-4.wpb_column.column_container.vc_column_container.col.no-extra-padding.instance-2.no-left-margin {
    display: none !important;
  }

  .featured-press .press-logo img {
    transform: scale(0.9);
  }

  div.badge-wrapper .badge-col.wpb_column {
    float: none !important;
    margin: auto !important;
  }
}

div.badge-wrapper {
  margin-top: 150px !important;
  z-index: 12;
}

div.badge-wrapper .row-bg::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: #0575FF;
  position: absolute;
  bottom: 0;
}

div.badge-wrapper .badge-col.wpb_column {
  width: 150px !important;
  float: right;
}

div.badge-wrapper .badge-col.wpb_column .vc_column-inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -52%;
  width: 200%;
  height: 200%;
  border-radius: 1000vw;
  margin: auto;
  border: solid 1px rgba(0, 0, 0, 0.15);
}

div.badge-wrapper .badge-col.wpb_column .vc_column-inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -154%;
  width: 400%;
  height: 400%;
  border-radius: 1000vw;
  margin: auto;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

div.badge-wrapper .badge-col.wpb_column img.optometrist-badge {
  -webkit-box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.2) !important;
  border-radius: 100vw;
}

div.mhra-badge-wrapper {
  z-index: 50;
}

div.mhra-badge-wrapper .badge-col.wpb_column {
  width: 150px !important;
  position: absolute;
  bottom: -175px;
}

@media screen and (min-width: 1000px) {
  div.mhra-badge-wrapper .badge-col.wpb_column {
    right: 0;
  }
}

@media screen and (max-width: 999px) {
  div.mhra-badge-wrapper .badge-col.wpb_column {
    right: -75px;
  }
}

@media screen and (max-width: 520px) {
  div.mhra-badge-wrapper .badge-col.wpb_column {
    right: -20px !important;
    top: -65px;
  }
}

div.mhra-badge-wrapper .badge-col.wpb_column img.mhra-badge {
  -webkit-box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.2) !important;
  border-radius: 100vw;
}

/* KSPs */
body.home div.home-ksps {
  padding-top: 40px !important;
  z-index: 10;
  /* mobile */
}

body.home div.home-ksps .home-iphone-anim-col .wpb_wrapper>.img-with-aniamtion-wrap:first-child {
  position: relative;
  width: 150%;
  max-width: 550px;
  transform: translate(-35%, -10px);
}

body.home div.home-ksps .home-iphone-anim-col .wpb_wrapper>.img-with-aniamtion-wrap:first-child::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/uploads/2018/06/plants-bg.png") no-repeat;
  background-position: 54% center;
  background-size: 20%;
  z-index: -1;
}

body.home div.home-ksps .home-iphone-anim-col .wpb_wrapper .protector-seq {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  left: 0;
  margin: auto;
  display: block;
  transform: translateX(-198px) translateY(-10px);
  width: 550px;
  transition: transform ease-out .3s;
}

body.home div.home-ksps img.protector-img-mobile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 0;
  z-index: 99999;
  left: -17px;
  margin: auto;
  display: block;
  width: 150%;
  max-width: 546px !important;
  display: none;
}

@media only screen and (max-width: 999px) {
  body.home div.home-ksps .home-iphone-anim-col {
    margin: -100px 0 !important;
  }

  body.home div.home-ksps img.protector-img-mobile {
    display: block !important;
  }

  body.home div.home-ksps .protector-seq {
    display: none !important;
  }
}

body.home div.home-ksps div.home-ksp-col {
  padding: 30px 40px !important;
  min-height: 325px !important;
  margin-bottom: 20px !important;
}

body.home div.home-ksps div.home-ksp-col:last-child {
  margin-bottom: 20px !important;
}

body.home div.home-ksps div.home-ksp-col .img-with-aniamtion-wrap {
  position: inherit !important;
  margin-bottom: 20px !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  body.home div.home-ksps div.home-ksp-col .img-with-aniamtion-wrap {
    margin-bottom: -20px !important;
    margin-top: -30px !important;
  }
}

body.home div.home-ksps div.home-ksp-col .img-with-aniamtion-wrap svg.ksp-icon {
  max-width: 45px;
}

body.home div.home-ksps div.home-ksp-col .img-with-aniamtion-wrap svg.ksp-icon path {
  fill: white !important;
}

@media only screen and (min-width: 691px) {
  div.home-ksp-col {
    width: calc((100% / 2) - 10px) !important;
  }

  div.home-ksp-col:not(:nth-child(odd)) {
    margin-left: 20px !important;
  }

  div.home-ksp-col:nth-child(odd) {
    margin-left: 0px !important;
  }
}

body.using-mobile-browser img.protector-img-mobile {
  display: block !important;
  width: 140% !important;
}

body.using-mobile-browser .protector-seq {
  display: none !important;
}

body.using-mobile-browser .home-iphone-anim-col .wpb_wrapper>.img-with-aniamtion-wrap:first-child {
  width: 140% !important;
}

@media only screen and (max-width: 690px) {
  div.home-ksps.wpb_row div.home-ksp-wrapper-col.wpb_column div.home-ksp-col .wpb_wrapper .img-with-aniamtion-wrap {
    margin: auto;
  }

  div.home-ksps.wpb_row div.home-ksp-wrapper-col.wpb_column div.home-ksp-col .wpb_wrapper a.learn-more-button {
    margin: 40px auto -20px !important;
    position: inherit !important;
    text-align: center;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  body.home div.home-ksps.wpb_row div.home-iphone-anim-col.col.vc_column_container {
    transform: scale(0.8) translateX(-40px) !important;
  }
}

@media only screen and (min-width: 691px) and (max-width: 999px) {
  .home-iphone-anim-col .wpb_wrapper {
    transform: translateX(40%);
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
  }

  .home-ksp-col .learn-more-button {
    position: absolute;
    bottom: 10px;
  }
}

@media only screen and (max-width: 999px) {
  body.home div.home-ksps.wpb_row .home-iphone-anim-col .wpb_wrapper {
    transform: scale(0.8) translateX(3vw);
    -webkit-transform: scale(0.8) translateX(3vw);
    -moz-transform: scale(0.8) translateX(3vw);
  }

  body.home div.home-ksps.wpb_row .home-ksp-wrapper-col.wpb_column {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {

  /* blob 1 */
  .home-hero .row-bg.using-image {
    background-position: 30vw -10vw !important;
  }
}

@media only screen and (max-width: 999px) {
  div.home-iphonex-image {
    padding-bottom: 180px !important;
  }

  div.home-iphonex-image .iphonex-frame {
    transform: scale(0.8);
    margin-top: 0px !important;
    margin-bottom: -250px !important;
  }

  div.home-iphonex-image div.tooltip-box {
    margin: auto !important;
    top: 0 !important;
    z-index: -1;
  }

  div.home-iphonex-image div.tooltip-box p {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 691px) and (max-width: 999px) {
  body .home-iphonex-image {
    margin-top: 200px !important;
  }

  body .home-iphonex-image>.row-bg-wrap>.inner-wrap {
    margin-top: 400px;
  }

  body .home-iphonex-image div.wpb_column.has-animation[data-animation="fade-in-from-bottom"].iphonex-frame {
    transform: scale(0.85) !important;
    margin-top: 100px !important;
  }
}

@media only screen and (max-width: 690px) {
  body .home-iphonex-image {
    margin-top: 150px !important;
    padding-bottom: 50px !important;
  }

  body .home-iphonex-image>.row-bg-wrap>.inner-wrap {
    margin-top: 320px;
    transform: scale(0.75);
  }

  body .home-iphonex-image div.wpb_column.has-animation[data-animation="fade-in-from-bottom"].iphonex-frame {
    transform: scale(0.7) !important;
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 480px) {
  .home-iphonex-image::after {
    height: 25% !important;
  }

  /* blob 1*/
  .home-hero .row-bg.using-image {
    background-position: 30vw 45% !important;
    background-size: 800px !important;
  }
}

/* Protect Cards */
.blue-card-col {
  border: solid 1px rgba(255, 255, 255, 0.2);
  padding: 5.5em 3em !important;
  transition: all ease .2s;
}

/* .blue-card-col:hover {
    -webkit-box-shadow: 0px 40px 60px 20px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 40px 60px 20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 40px 60px 20px rgba(0, 0, 0, 0.2) !important;
    border-color: #0575FF;
    background-color: #0575FF;
    transition: all ease .3s; } */
.blue-card-col .wpb_text_column p {
  color: rgba(255, 255, 255, 0.8) !important;
  letter-spacing: 0.04em;
}

.blue-card-col a {
  color: white !important;
  opacity: 0.8;
  font-weight: 600 !important;
  transition: all ease .2s;
}

.blue-card-col a:hover {
  opacity: 1;
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  body.home div.blue-card-col {
    padding: 40px !important;
  }
}

@media only screen and (max-width: 999px) {
  body.home .blue-card-col .learn-more-button {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 690px) {
  .blue-card-col {
    padding: 3em !important;
    text-align: center;
  }
}

/* Home for Work */
.home-for-work::before {
  content: '';
  background-color: #0575FF;
  width: 150vw;
  height: 100px;
  position: absolute;
  left: 0;
}

.home-for-work div.text-col div.vc_column-inner {
  padding-bottom: 5vw !important;
}

.home-for-work .image-col {
  margin-bottom: 0 !important;
  min-height: 400px;
}

.home-for-work .image-col .inner {
  min-height: 400px;
}

.home-for-work .image-col img {
  padding: 0 !important;
}

.home-anyone-cta {
  margin: auto;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  div.home-for-work>div.col {
    padding-top: 150px !important;
  }
}

@media only screen and (min-width: 1000px) {
  div.home-for-work>div.col {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 999px) {
  body div.wpb_row.home-for-work div.col.span_12 div.text-col {
    margin: 60px 0 !important;
  }

  body div.wpb_row.home-for-work div.col.span_12 div.text-col div.vc_column-inner {
    padding-bottom: 0 !important;
  }

  body .home-labelbox-1 {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body .home-anyone-cta {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 690px) {
  .home-anyone-cta {
    padding-top: 14vw !important;
    padding-bottom: 14vw !important;
  }

  .home-anyone-cta .row-bg {
    background: url("/wp-content/uploads/2018/06/banner-anyone-cta-mobile.svg") no-repeat !important;
    background-size: cover !important;
    background-position: bottom left !important;
  }

  .home-anyone-cta .wpb_text_column.big-body {
    max-width: 155px !important;
    margin: auto !important;
  }
}

/* Home for Children */
body div.container-wrap .main-content div.home-for-children {
  /* circle */
}

@media screen and (max-width: 999px) {
  body div.container-wrap .main-content div.home-for-children {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 520px) {
  body div.container-wrap .main-content div.home-for-children {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }
}

body div.container-wrap .main-content div.home-for-children>.row-bg-wrap>.inner-wrap {
  overflow: visible;
}

body div.container-wrap .main-content div.home-for-children>.row-bg-wrap>.inner-wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: -140%;
  bottom: -2000px;
  right: -1720px;
  left: 0;
  height: 2300px;
  width: 2300px;
  border-radius: 1000vw;
  margin: auto;
  border: solid 1px rgba(0, 0, 0, 0.2);
  overflow: visible !important;
  z-index: 0;
}

body div.container-wrap .main-content div.home-for-children .image-col .img-with-aniamtion-wrap {
  /*@media only screen and (min-width: 1000px) {@include transform-important(translateY(-250px));}*/
}

/* Gray box section */
.gray-box-img-right-section .col.span_12.dark.left {
  position: relative;
}

@media only screen and (max-width: 999px) {
  .gray-box-img-right-section .col.span_12.dark.left {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-direction: reverse;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.gray-box-img-right-section .col.span_12.dark.left .text-col {
  align-items: flex-end;
}

.gray-box-img-right-section .col.span_12.dark.left .text-col .vc_column-inner {
  position: relative;
}

@media only screen and (max-width: 999px) {
  .gray-box-img-right-section .col.span_12.dark.left .text-col .vc_column-inner {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

.gray-box-img-right-section .col.span_12.dark.left .text-col .vc_column-inner::before {
  content: '';
  background-color: #F7F9FA;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  .gray-box-img-right-section .col.span_12.dark.left .text-col .vc_column-inner::before {
    width: 105vw;
    height: calc(100% + 160px);
    position: absolute;
    left: -80px !important;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) and (min-width: 1000px) {
  .gray-box-img-right-section .col.span_12.dark.left .text-col .vc_column-inner::before {
    top: -80px;
  }
}

@media only screen and (max-width: 999px) {
  .gray-box-img-right-section .col.span_12.dark.left .text-col .vc_column-inner::before {
    width: calc(100% + 200px) !important;
    height: calc(100% + 120px) !important;
    position: absolute;
    top: calc(0px - 80px);
    bottom: 0;
    left: calc(0px - 100px);
    right: 0;
  }
}

@media only screen and (max-width: 999px) {
  .gray-box-img-right-section .col.span_12.dark.left .text-col {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 690px) {
  body .labelbox.label-right h5 {
    padding: 0 2em;
  }
}

/* Blob 2 */
.lastrow .row-bg {
  background-size: 1000px;
  background-position-y: 200px !important;
}

.home-lastrow .labelbox.label-right .labelbox-icon img {
  transform: rotate(180deg);
}

@media only screen and (max-width: 999px) {
  .home-lastrow {
    padding-top: 0px !important;
  }

  .lastrow .row-bg {
    background-position-y: 250px !important;
  }
}

/* Quotes */
.homepage-quotes {
  margin: 100px auto 80px;
}

.homepage-quotes .wpb_text_column {
  min-height: 60px;
  margin-bottom: 40px !important;
}

.homepage-quotes .wpb_text_column h4 {
  line-height: 1.2 !important;
}

.homepage-quotes img {
  max-width: 80%;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .homepage-quotes .wpb_text_column {
    margin-bottom: 20px !important;
    min-height: 110px !important;
  }

  .homepage-quotes .wpb_text_column h4 {
    font-size: 22px !important;
  }

  .homepage-quotes img {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
  }
}

@media only screen and (min-width: 1000px) {

  .homepage-quotes .quote-bbc,
  .homepage-quotes .quote-nhs {
    width: 29% !important;
  }

  .homepage-quotes .quote-harvard {
    width: 32% !important;
  }

  .homepage-quotes .quote-harvard,
  .homepage-quotes .quote-nhs {
    margin-left: 5% !important;
  }

  .homepage-quotes .wpb_text_column {
    min-height: 80px !important;
  }
}

@media only screen and (max-width: 999px) {
  .homepage-quotes {
    margin: 80px auto !important;
  }

  .homepage-quotes div.quote-col.quote-bbc {
    margin-top: 0 !important;
  }

  .homepage-quotes .quote-col {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
    margin: 20px 0 !important;
  }

  .homepage-quotes .quote-col .wpb_text_column {
    max-width: 450px;
    margin: auto;
  }
}

@media only screen and (max-width: 690px) {
  .homepage-quotes div.quote-col {
    padding: 40px !important;
  }

  .homepage-quotes div.quote-col .wpb_text_column {
    margin-bottom: 20px !important;
  }

  .homepage-quotes div.quote-col .wpb_text_column h4 {
    font-size: 22px !important;
  }

  .homepage-quotes div.quote-col img {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
  }
}

/* ===========================
           Sweatcoin
 ============================= */
/* KSPs */
body.page-sweatcoin div.home-ksps {
  padding-top: 40px !important;
  z-index: 10;
  /* mobile */
}

body.page-sweatcoin div.home-ksps .home-iphone-anim-col .wpb_wrapper>.img-with-aniamtion-wrap:first-child {
  position: relative;
  width: 150%;
  max-width: 550px;
  transform: translate(-35%, -10px);
}

body.page-sweatcoin div.home-ksps .home-iphone-anim-col .wpb_wrapper>.img-with-aniamtion-wrap:first-child::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/uploads/2018/06/plants-bg.png") no-repeat;
  background-position: 54% center;
  background-size: 20%;
  z-index: -1;
}

body.page-sweatcoin div.home-ksps .home-iphone-anim-col .wpb_wrapper .protector-seq {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  left: 0;
  margin: auto;
  display: block;
  transform: translateX(-198px) translateY(-10px);
  width: 550px;
  transition: transform ease-out .3s;
}

body.page-sweatcoin div.home-ksps img.protector-img-mobile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 0;
  z-index: 99999;
  left: -17px;
  margin: auto;
  display: block;
  width: 150%;
  max-width: 546px !important;
  display: none;
}

@media only screen and (max-width: 999px) {
  body.page-sweatcoin div.home-ksps .home-iphone-anim-col {
    margin: -100px 0 !important;
  }

  body.page-sweatcoin div.home-ksps img.protector-img-mobile {
    display: block !important;
  }

  body.page-sweatcoin div.home-ksps .protector-seq {
    display: none !important;
  }
}

body.page-sweatcoin div.home-ksps div.home-ksp-col {
  padding: 30px 40px !important;
  min-height: 325px !important;
  margin-bottom: 20px !important;
}

body.page-sweatcoin div.home-ksps div.home-ksp-col:last-child {
  margin-bottom: 20px !important;
}

body.page-sweatcoin div.home-ksps div.home-ksp-col .img-with-aniamtion-wrap {
  position: inherit !important;
  margin-bottom: 20px !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  body.page-sweatcoin div.home-ksps div.home-ksp-col .img-with-aniamtion-wrap {
    margin-bottom: -20px !important;
    margin-top: -30px !important;
  }
}

body.page-sweatcoin div.home-ksps div.home-ksp-col .img-with-aniamtion-wrap svg.ksp-icon {
  max-width: 45px;
}

body.page-sweatcoin div.home-ksps div.home-ksp-col .img-with-aniamtion-wrap svg.ksp-icon path {
  fill: white !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  body.page-sweatcoin div.home-ksps.wpb_row div.home-iphone-anim-col.col.vc_column_container {
    transform: scale(0.8) translateX(-40px) !important;
  }
}

@media only screen and (max-width: 999px) {
  body.page-sweatcoin div.home-ksps.wpb_row .home-iphone-anim-col .wpb_wrapper {
    transform: scale(0.8) translateX(3vw);
    -webkit-transform: scale(0.8) translateX(3vw);
    -moz-transform: scale(0.8) translateX(3vw);
  }

  body.page-sweatcoin div.home-ksps.wpb_row .home-ksp-wrapper-col.wpb_column {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  body.page-sweatcoin div.blue-card-col {
    padding: 40px !important;
  }
}

@media only screen and (max-width: 999px) {
  body.page-sweatcoin .blue-card-col .learn-more-button {
    margin-bottom: 20px !important;
  }
}

/* ===========================
           Single Product Page
 ============================= */
.single-product .lSSlideOuter {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.single-product .lSGallery {
  left: 0 !important;
  right: auto !important;
}

.single-product .single_img_gallery li {
  list-style: none;
}

.single-product .main-content ul,
.single-product .main-content ol {
  margin-left: 5px;
  margin-right: 0;
}

.single-product .lSGallery li {
  opacity: .5;
}

.single-product .lSGallery li.active {
  opacity: 1;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

/* ===========================
            About
 ============================= */
.about-hero {
  /* Blob 1 */
}

.about-hero h2 {
  margin: 100px 0 !important;
}

.about-hero::after {
  content: '';
  width: 1300px;
  height: 1120px;
  background-color: red;
  visibility: visible !important;
  display: block !important;
  position: absolute;
  top: 0;
  right: calc(0px - (100vw - 100%)/ 2);
  bottom: 0;
  z-index: -9999;
  background: url(/wp-content/uploads/2018/05/about-blob2.svg) no-repeat;
  background-size: 1630px;
}

.about-hero .hero-image .img-with-aniamtion-wrap {
  width: calc(100% + 30.5vw);
  margin-left: calc(0px - (100vw - 100%) /2);
}

.about-hero .hero-textbox {
  height: auto !important;
  padding: 5em;
  position: absolute;
  bottom: 5vw;
  right: 0;
}

.about-hero .hero-textbox div.wpb_wrapper>div:last-child {
  margin-bottom: 0 !important;
}

.about-hero .hero-textbox h3,
.about-hero .hero-textbox p {
  color: white !important;
}

.about-hero .hero-textbox p {
  opacity: .8 !important;
}

body div.main-content div.wpb_row div.col div.intro-text {
  padding-left: 8.5%;
  margin: 40px 0 !important;
}

@media only screen and (max-width: 1200px) {
  .about-hero .hero-image .img-with-aniamtion-wrap {
    width: calc(100% + 32.8vw) !important;
  }
}

@media only screen and (max-width: 999px) {
  body div.main-content div.about-hero::after {
    top: -170px !important;
    right: -1000px !important;
  }

  body div.main-content div.about-hero .hero-image .img-with-aniamtion-wrap {
    width: 100vw !important;
  }

  body div.main-content div.about-hero .hero-image .wpb_text_column {
    display: none !important;
  }

  body div.main-content div.about-hero div.col.hero-textbox {
    position: inherit !important;
    top: -80px !important;
    margin-bottom: -80px !important;
    padding: 4em;
    text-align: center;
    bottom: 0 !important;
  }

  body.material div.main-content div.wpb_row div.col div.intro-text {
    margin: 0 !important;
    padding: 60px 0 !important;
  }

  body.material div.main-content div.wpb_row div.col div.intro-text .wpb_content_element {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 690px) {
  body div.main-content div.wpb_row.about-hero::after {
    background-size: 800px;
    background-position: 950px -35vw;
  }

  body div.main-content div.wpb_row.about-hero div.col div.hero-textbox {
    margin-bottom: -80px !important;
  }

  body div.main-content div.wpb_row .intro-text {
    padding: 40px 0;
  }

  body div.main-content div.wpb_row .intro-text .wpb_text_column {
    margin-bottom: 0 !important;
  }

  .about-team-row .row-bg-wrap .inner-wrap {
    width: 100vw !important;
    margin-left: calc(0px - (100vw - 100%) / 2) !important;
  }

  .about-team-row .team-text {
    padding: 40px 0 240px !important;
  }
}

.about-team-row {
  /* Decorative Circle*/
}

.about-team-row::before {
  content: '';
  position: absolute;
  top: calc(0px - (1800px - 100%) /2);
  bottom: 0;
  background: transparent;
  visibility: visible !important;
  width: 1800px;
  height: 1800px;
  z-index: -1 !important;
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 1000vw;
}

@media only screen and (min-width: 1601px) {
  .about-team-row::before {
    right: -75%;
  }
}

@media only screen and (max-width: 1600px) {
  .about-team-row::before {
    right: -100%;
  }
}

.about-team-row .team-text {
  padding: 60px 0;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .about-team-row .team-members-col {
    right: -30px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
  .about-team-row .team-text {
    height: 380px;
  }

  .about-team-row .team-members-col .wpb_wrapper>.team-member:nth-of-type(2) {
    bottom: 200px !important;
  }
}

@media only screen and (min-width: 1000px) {
  .about-team-row {
    /* margin-top: 200px; */
    margin-top: 50px;
  }

  .about-team-row .team-text {
    padding: 100px 0 !important;
  }

  .about-team-row .team-members-col .wpb_wrapper>.team-member:nth-of-type(1) {
    position: absolute;
    top: 130px;
    left: 0;
    max-height: unset !important;
  }

  .about-team-row .team-members-col .wpb_wrapper>.team-member:nth-of-type(1) .team-member-image {
    background-image: url("/wp-content/uploads/2018/05/about-team-1-min.jpg") !important;
    height: 28vw;
    min-height: 320px;
    max-height: 500px;
  }

  .about-team-row .team-members-col .team-member:nth-of-type(2) {
    position: absolute;
    right: 0;
    bottom: 165px;
  }

  .about-team-row .team-members-col .team-member:nth-of-type(2) .team-member-image {
    background-image: url("/wp-content/uploads/2018/05/about-team-2-min.jpg") !important;
    height: 28vw;
    min-height: 320px;
    max-height: 430px;
  }

  .about-team-row .team-members-col .team-member:nth-of-type(3) {
    position: absolute;
    right: 0;
    top: 210px;
  }

  .about-team-row .team-members-col .team-member:nth-of-type(3) .team-member-image {
    background-image: url("/wp-content/uploads/2018/05/about-team-3-min.jpg") !important;
    height: 22vw;
    min-height: 240px;
    max-height: 300px;
  }

  .about-team-row .team-members-col .team-member {
    width: 47.5%;
    height: auto !important;
    -webkit-box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.2) !important;
    transition: all ease .3s;
  }

  .about-team-row .team-members-col .team-member .team-meta {
    background: white;
    left: 0 !important;
    bottom: 20px !important;
    padding: 1.5em 1.5em 2em;
    width: auto !important;
  }

  .about-team-row .team-members-col .team-member .team-meta h3,
  .about-team-row .team-members-col .team-member .team-meta p {
    color: #151618;
  }

  .about-team-row .team-members-col .team-member .team-meta h3 {
    font-size: 20px !important;
  }

  .about-team-row .team-members-col .team-member:hover {
    -webkit-box-shadow: 0px 20px 50px 20px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 20px 50px 20px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 20px 50px 20px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-10px);
    transition: all ease .3s;
  }
}

.team-member[data-style="meta_overlaid_alt"] .team-meta {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
}

.team-member[data-style="meta_overlaid_alt"]:after {
  background: transparent !important;
  /*background: linear-gradient(to top,rgba(51,51,51,0.5) 0%,rgba(51,51,51,0.2) 20%,rgba(51,51,51,0) 60%);  background: -webkit-linear-gradient(to top,rgba(51,51,51,0.5) 0%,rgba(51,51,51,0.2) 20%,rgba(51,51,51,0) 60%);*/
}

@media only screen and (max-width: 999px) {
  .about-team-row {
    margin-top: 60px !important;
    padding-top: 20px !important;
  }

  .about-team-row .row-bg-wrap>.inner-wrap {
    width: 150vw !important;
    margin-left: calc(0px - (100vw - 100px) / 2) !important;
  }

  .about-team-row .team-text {
    padding-bottom: 0 !important;
    text-align: center !important;
  }

  .about-team-row .team-slider-row {
    margin-top: -60px !important;
  }

  .about-team-row .team-slider-row .team-members-slider .flickity-viewport {
    overflow: visible !important;
  }

  .about-team-row .team-slider-row .team-members-slider .flickity-viewport .cell:not(.is-selected) {
    transform: scale(0.8);
  }

  .about-team-row .team-slider-row .team-members-slider .flickity-viewport .cell {
    transition: transform ease-out .2s;
    margin: 0 !important;
  }

  .about-team-row .team-slider-row .team-members-slider .flickity-page-dots li.dot.is-selected::before {
    background-color: white !important;
  }
}

.title-manifesto {
  margin-left: 0;
}

@media only screen and (min-width: 1000px) {
  .manifesto-title-row {
    margin-top: 295px !important;
  }
}

@media only screen and (max-width: 1480px) {
  html body div.container.main-content div.row div.about-featured-press {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 999px) {
  .spacer {
    display: none !important;
  }

  .about-info-text {
    padding: 0 !important;
  }

  .about-info-text-1 {
    padding: 60px 0 0 !important;
  }

  .about-info-text-2 {
    padding: 60px 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  body div.about-charity {
    padding-top: 20px !important;
    /* padding-bottom: 200px !important; */
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 999px) {
  body div.about-charity {
    padding-top: 20px !important;
    padding-bottom: 100px !important;
  }
}

/* Blob 2 */
div.about-featured-press {
  text-align: center;
}

div.about-featured-press::after {
  background-position: -400px 1300px !important;
}

body div.container.main-content div.row div.about-featured-press {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 40px 14.8% 200px !important;
  /* Blob 2 */
}

body div.container.main-content div.row div.about-featured-press::after {
  content: '';
  display: block;
  width: 100vw;
  height: 370%;
  position: absolute;
  bottom: 0;
  left: calc(0px - (100vw - 100%) / 2);
  background: url(/wp-content/uploads/2018/05/about-blob2.svg) no-repeat;
  background-position: -300px 550px;
  background-size: calc(1200px + 40vw);
}

/* ===========================
            Legal
 ============================= */
#page-header-bg .row {
  top: 0 !important;
  margin: 0 !important;
}

#page-header-bg .row>.col {
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}

@media only screen and (min-width: 1000px) {
  .legal-menu-col.fixed .vc_column-inner {
    position: fixed;
    top: 100px;
  }
}

ul.legal-menu {
  margin-left: 0;
}

ul.legal-menu>li {
  list-style-type: none !important;
}

ul.legal-menu>li.page {
  margin-bottom: 10px;
}

ul.legal-menu>li.page a {
  font-weight: 500 !important;
  margin: 10px 0;
}

ul.legal-menu>li.page:not(.selected) a {
  color: rgba(21, 22, 24, 0.3) !important;
}

ul.legal-menu>li.page:not(.selected) a:hover {
  color: #151618;
}

ul.legal-menu>li.page.selected a {
  color: #151618;
}

ul.legal-menu>li.section {
  padding-left: 30px;
}

ul.legal-menu>li.section:nth-child(2) {
  margin-top: 10px;
}

ul.legal-menu>li.section:last-child {
  margin-bottom: 10px;
}

ul.legal-menu>li.section a {
  font-size: 16px !important;
  color: rgba(21, 22, 24, 0.5) !important;
}

ul.legal-menu>li.section a:hover {
  color: #0575FF !important;
}

ul.legal-menu>li.section.selected a {
  color: #0575FF !important;
}

@media only screen and (max-width: 999px) {
  body div#page-header-bg {
    margin-top: 60px !important;
  }

  body div#page-header-bg div.container h1 {
    font-size: 30px !important;
  }

  .legal-content-row {
    padding-top: 80px !important;
  }

  .legal-content-row .legal-menu-col {
    margin-bottom: 80px !important;
  }

  .legal-content-row h3 {
    font-size: 24px !important;
  }
}

/* Tables */
.legal-content-row .col.span_12>.col:not(.legal-menu-col) {
  padding-top: 25px;
}

.legal-content-row .wpb_text_column ol li {
  margin-bottom: 10px !important;
}

.legal-content-row .wpb_text_column ol li ul li {
  list-style-type: circle !important;
}

.legal-content-row thead th {
  background: white;
  text-align: center !important;
  line-height: 1.4;
  padding: 1.2em !important;
  vertical-align: middle;
  font-size: 14px;
}

.legal-content-row tbody td {
  padding: 1.2em !important;
}

.legal-content-row tbody ol[type="a"] li {
  list-style-type: lower-latin !important;
  margin-bottom: 10px;
}

.legal-content-row tbody td p {
  line-height: 1.2 !important;
}

.legal-content-row tbody td,
.legal-content-row tbody span,
.legal-content-row tbody li {
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: rgba(21, 22, 24, 0.6) !important;
}

/* ===========================
            Support
 ============================= */
.blue-card-col {
  padding-bottom: 3em !important;
}

.blue-card-col .img-with-aniamtion-wrap {
  position: absolute;
  top: -75px;
  width: 150px !important;
}

.blue-card-col .learn-more-button {
  transform: translateY(30px) translateZ(0);
  -webkit-transform: translateY(30px) translateZ(0);
  transition: all ease-out .2s;
}

.blue-card-col .learn-more-button {
  opacity: 0;
  display: block;
}

.blue-card-col:hover .learn-more-button {
  transform: translateY(0px) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
}

.blue-card-col:hover .learn-more-button {
  opacity: 1;
}

@media only screen and (max-width: 999px) {
  .learn-more-button {
    opacity: 1 !important;
    margin-top: 40px !important;
    transform: translateY(0px) translateZ(0) !important;
    -webkit-transform: translateY(0) translateZ(0);
  }
}

body.page-faq div#page-header-bg .container .col {
  padding: 5em 5em 5em 0;
  max-width: 620px;
  width: 50%;
  position: relative;
}

body.page-faq div#page-header-bg .container .col::before {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  right: 0;
  background: white;
  z-index: -1;
  top: 0;
  bottom: 0;
}

body.page-faq div#page-header-bg .container .col h1,
body.page-faq div#page-header-bg .container .col .subheader {
  color: #151618 !important;
}

body.page-faq div#page-header-bg .container .col h1 {
  margin-bottom: 0.6em;
}

body.page-faq div#page-header-bg .container .col span.subheader {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 17px !important;
  text-rendering: optimizeLegibility !important;
}

@media only screen and (min-width: 691px) and (max-width: 999px) {
  body.page-faq div#page-header-bg .container .col {
    width: 60% !important;
  }
}

@media only screen and (max-width: 690px) {
  body.page-faq div#page-header-bg {
    z-index: 15 !important;
  }

  body.page-faq div#page-header-bg .container .col {
    width: 100% !important;
    text-align: center;
    padding: 4em 7em;
    margin-top: 120px !important;
    z-index: 9999999999;
  }

  body.page-faq div#page-header-bg .container .col::before {
    width: 100% !important;
  }

  body.page-faq div#page-header-bg .container .col h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 520px) {
  body.page-faq div#page-header-bg .container .col {
    padding: 3em !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  body.page-faq div.support-cards-col {
    margin: 0 5px !important;
    padding: 5em 3em 0 !important;
  }
}

@media only screen and (max-width: 999px) {
  body.page-faq .support-cards>.col>.support-cards-col {
    padding: 5em 3em 1em !important;
  }

  body.page-faq .support-cards>.col>.support-cards-col:not(:last-child) {
    margin-bottom: 100px !important;
  }

  body.page-faq .faq-col {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 690px) {
  body.page-faq .support-cards {
    padding-top: 200px !important;
  }

  body.page-faq .support-cards>.col>.support-cards-col .img-with-aniamtion-wrap {
    top: -65px !important;
    width: 130px !important;
    left: 0;
    right: 0;
    margin: auto;
  }

  body.page-faq .support-cards>.col>.support-cards-col:nth-of-type(2) .img-with-aniamtion-wrap {
    right: -72px;
  }

  body.page-faq .support-cards>.col>.support-cards-col:nth-of-type(3) .img-with-aniamtion-wrap img {
    right: -29px;
  }

  body.page-faq .support-cards>.col>.support-cards-col .wpb_text_column p {
    font-size: 17px !important;
  }
}

body.page-faq .faq-title {
  padding-bottom: 50px !important;
  border-bottom: solid 1px rgba(33, 34, 39, 0.2);
}

@media only screen and (min-width: 1000px) {
  body.page-faq .faq-title .wpb_text_column {
    padding-left: 30px;
  }

  body.page-faq .faq-category h5 {
    margin-top: 33px;
  }
}

body.page-faq .faq-section {
  border-bottom: solid 1px rgba(34, 33, 39, 0.2);
  padding: 40px 0 60px !important;
}

body.page-faq .faq-section .faq-category {
  margin-bottom: 0 !important;
}

body.page-faq .faq-section .faq-category h5 {
  color: rgba(21, 22, 24, 0.3) !important;
}

body.page-faq .faq-section .faq-col .toggle {
  border: 0 !important;
}

body.page-faq .faq-section .faq-col .toggle h3 a {
  padding-left: 35px;
}

body.page-faq .faq-section .faq-col .toggle h3 a i {
  left: 0 !important;
  top: 29px !important;
  margin-top: 0 !important;
  border: 0 !important;
}

body.page-faq .faq-section .faq-col .toggle h3 a i::before {
  width: 13px !important;
  height: 3px !important;
  top: 13px !important;
  background-color: #151618 !important;
}

body.page-faq .faq-section .faq-col .toggle h3 a i::after {
  height: 13px !important;
  width: 3px !important;
  left: 13px !important;
  background-color: #151618 !important;
}

body.page-faq .faq-section .faq-col .toggle .wpb_wrapper {
  padding-left: 40px;
}

@media only screen and (max-width: 690px) {
  body.page-faq .faq-section .toggle h3 a {
    padding-right: 0 !important;
    font-size: 22px !important;
  }

  body.page-faq .lastrow {
    padding-top: 0 !important;
  }

  body.page-faq .lastrow .labelbox .labelbox-icon img {
    margin-top: -15px;
  }

  body.page-faq .lastrow .labelbox::after {
    height: 150% !important;
  }
}

/* ===========================
          Shop / Store
 ============================= */
@-webkit-keyframes down-arrow-anim {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes down-arrow-anim {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(0);
  }
}

@-ms-keyframes down-arrow-anim {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes down-arrow-anim {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1000px) {
  .shop-hero .shop-hero-text {
    margin-top: -210px;
  }

  .shop-hero .shop-devices-box-col {
    position: absolute;
    bottom: 60px;
    left: calc(0px - (100vw - 100%) / 2);
    margin-left: 0 !important;
    max-width: 100vw !important;
    min-width: 900px;
  }
}

.shop-hero>.row-bg-wrap .inner-wrap {
  overflow: visible !important;
}

.shop-hero>.row-bg-wrap .row-bg.using-image {
  background-position: 35vw -800px !important;
  background-size: 2100px !important;
  height: 200vh;
}

.shop-hero>.row-bg-wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  display: block;
  z-index: -2;
  opacity: 1;
}

.shop-hero .shop-devices-box-col .vc_column-inner {
  max-width: 1500px;
}

/* .shop-hero .shop-devices-box-col .vc_column-inner .col.span_12 {
    height: 280px; } */
.shop-hero .shop-devices-box-col .vc_column-inner .col.span_12 .nectar-flip-box {
  max-height: 280px !important;
}

.shop-hero .shop-devices-box-col .vc_column-inner .col.span_12 .nectar-flip-box .inner {
  padding: 30px;
  max-height: 270px !important;
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
}

.shop-hero .shop-devices-box-col .vc_column-inner .col.span_12 .nectar-flip-box .flip-box-front {
  max-height: 280px !important;
  min-height: 280px !important;
  background-size: 100px !important;
  background-repeat: no-repeat;
  background-position: center 40px !important;
}

.shop-hero .shop-devices-box-col .vc_column-inner .col.span_12 .nectar-flip-box .flip-box-front .inner {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 26px !important;
  text-rendering: optimizeLegibility !important;
  color: #151618 !important;
  position: absolute;
  bottom: 70px !important;
  left: 0;
  right: 0;
  top: unset !important;
  height: auto;
  padding: 30px 10px;
  transform: none !important;
}

.shop-hero .shop-devices-box-col .vc_column-inner .col.span_12 .nectar-flip-box .flip-box-front::after {
  content: 'Shop now';
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  background-color: #0575FF !important;
  color: white;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.03em !important;
  padding: 8px 0 !important;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15) !important;
  transition: all ease .2s;
  width: calc(100% - 60px) !important;
  border-radius: 100px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.shop-hero .shop-devices-box-col .vc_column-inner .col.span_12 .nectar-flip-box .flip-box-back {
  max-height: 280px !important;
  min-height: 280px !important;
}

.shop-hero .shop-devices-box-col .vc_column-inner .col.span_12 .nectar-flip-box .flip-box-back .inner {
  height: 100%;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px !important;
  text-rendering: optimizeLegibility !important;
  padding-bottom: 90px !important;
}

.shop-hero .shop-devices-box-col .vc_column-inner .col.span_12 .nectar-flip-box .flip-box-back .inner a.flipbox-button {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  background-color: white !important;
  color: #151618;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.03em !important;
  padding: 8px 0 !important;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15) !important;
  transition: all ease .2s;
  height: 40px;
  width: calc(100% - 30px) !important;
  border-radius: 100px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.shop-hero .shop-devices-box-col .vc_column-inner .col.span_12 .nectar-flip-box .flip-box-back .inner a.flipbox-button:hover {
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25) !important;
  background-color: #151618 !important;
  color: white !important;
}

.shop-banner div.col.span_12.dark.left>div>div>div>div.img-with-aniamtion-wrap.center {
  margin-bottom: -130px !important;
}

@media only screen and (max-width: 999px) {
  .shop-hero {
    padding-top: 120px !important;
    padding-bottom: 60px;
  }

  .shop-hero .row-bg.using-image {
    background-image: none !important;
  }

  .shop-hero .shop-hero-text {
    text-align: center;
    padding: 150px 0 60px !important;
    margin-bottom: 0 !important;
  }

  .shop-hero .shop-devices-box-col-mobile {
    position: inherit !important;
  }

  .shop-hero .shop-devices-box-col-mobile .devices-cards-mobile {
    padding: 40px !important;
    text-align: center;
    margin-bottom: 20px !important;
  }

  .shop-hero .shop-devices-box-col-mobile .devices-cards-mobile:not(:nth-child(odd)) {
    margin-left: 20px !important;
  }

  .shop-hero .shop-devices-box-col-mobile .devices-cards-mobile img {
    width: 110px !important;
  }

  .shop-hero .shop-devices-box-col-mobile .devices-cards-mobile .devices-text-mobile {
    margin: 15px auto 40px !important;
  }

  .shop-hero .shop-devices-box-col-mobile .devices-cards-mobile .devices-text-mobile h4 {
    font-size: 26px !important;
  }

  .shop-hero .shop-devices-box-col-mobile .devices-cards-mobile a.nectar-button {
    width: 100% !important;
    min-width: unset;
    max-width: 220px;
    height: 40px !important;
    letter-spacing: 0.03em !important;
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
  }

  .shop-hero .shop-devices-box-col-mobile .hero-mobile-image {
    position: absolute !important;
  }

  .shop-hero .shop-devices-box-col-mobile .hero-mobile-image.macbook {
    max-width: 1200px !important;
    top: -1300px;
    left: -450px;
  }
}

@media only screen and (max-width: 999px) and (max-width: 690px) {
  .shop-hero .shop-devices-box-col-mobile .hero-mobile-image.macbook {
    top: -1400px !important;
    left: -300px !important;
  }
}

@media only screen and (max-width: 999px) {
  .shop-hero .shop-devices-box-col-mobile .hero-mobile-image.glasses {
    max-width: 600px !important;
    top: -350px;
    right: -460px;
  }

  .shop-hero .shop-devices-box-col-mobile .hero-mobile-image.iphonex {
    max-width: 695px !important;
    top: 260px;
    left: -500px;
  }

  .shop-hero .shop-devices-box-col-mobile .hero-mobile-image.ipad {
    max-width: 1000px !important;
    bottom: -30vw;
    right: -800px;
  }
}

@media only screen and (min-width: 691px) and (max-width: 999px) {
  div.shop-banner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  div.shop-banner div.col.span_12.dark.left>div>div>div>div.img-with-aniamtion-wrap.center {
    margin-left: -5vw !important;
    width: calc(100% + 10vw) !important;
  }
}

@media only screen and (max-width: 690px) {
  div.shop-hero div.shop-devices-box-col-mobile div.devices-cards-mobile.col {
    margin-left: 0 !important;
  }

  div.shop-banner.store-page {
    padding-top: 0 !important;
  }

  div.shop-banner div.col.span_12.dark.left>div>div>div>div.img-with-aniamtion-wrap.center {
    margin-left: calc(0px - (100vw - 100%) / 2);
  }

  div.shop-banner div.col.span_12.dark.left>div>div>div>div.img-with-aniamtion-wrap.center img {
    width: 200vw !important;
    height: auto;
    max-width: 900px !important;
    margin-left: -30vw !important;
  }
}

/*
    body.page-products {
        .shop-hero {
            .shop-hero-text {
                padding: 5em 3em 5em 0; position: relative;
            }
            .shop-hero-moredevices-col {
                margin-left: 0 !important; position: absolute !important; bottom: 60px !important;
                div.shop-moredevices-button {width:auto; max-width: 130px;}
                .wpb_wrapper > div {display: inline-block;}
                .img-with-aniamtion-wrap.center {vertical-align: middle;}
                .more-devices-icon.tablet {margin-left: 22px !important;}
                .more-devices-icon.monitor {margin-left: 17px !important;}
                .more-devices-icon.glasses {margin-left: 15px !important;}
                img {transition:all ease .3s;}
                .img-with-aniamtion-wrap a:hover img {opacity: 0.8 !important; @include transform(translateY(-3px)); transition:all ease .2s;}
            }
            @media only screen and (min-width: 691px) and (max-width: 1600px) {
                .row-bg {background-position-x: 12vw !important;}
            }
            @media only screen and (max-width: 999px) {
                .row-bg {background-position-y: bottom !important;}
                .shop-hero-text {
                    max-width: 450px;
                    p {max-width: 400px;}
                }
                .shop-hero-moredevices-col {bottom: 20px;}
            }
            @media only screen and (max-width: 690px) {
                .row-bg {background-size: 1200px !important;}
                .shop-hero-text {
                    background: white; margin: auto; text-align: center; padding: 15% 10%; position: absolute; width:100%;right: 0px; left: 0px; bottom: 60px;
                    &::before {display: none;}
                    h2 {font-size:32px !important;}
                    p {font-size: 20px !important;}
                    a.nectar-button {margin-top: 30px !important; min-width: unset !important; width: 100%; max-width: 230px;}
                }
                .shop-hero-moredevices-col {display: none !important;}
            }
        } }   */
@media only screen and (min-width: 1000px) {
  .shop-banner {
    /* padding-bottom: 200px !important; */
  }
}

@media only screen and (max-width: 999px) {
  .features-col {
    margin-bottom: 60px !important;
  }

  .features-col>.vc_column-inner {
    max-width: 450px;
    margin: auto !important;
  }

  .shop-banner {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 690px) {
  .shop-banner.store-page>.row-bg-wrap::before {
    background-color: transparent !important;
  }

  .shop-banner.product-page {
    padding-top: 0 !important;
  }

  .shop-banner>div.col.span_12>div>div>div>div.img-with-aniamtion-wrap.center {
    width: 100vw !important;
    margin-left: calc(0px - (100vw - 100%) / 2) !important;
  }
}

.shop-banner.store-page>.row-bg-wrap::before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.shop-banner .features-col {
  padding: 0 4%;
}

.shop-banner .features-col .img-with-aniamtion-wrap {
  margin: 0 auto 30px !important;
}

.shop-banner .features-col .img-with-aniamtion-wrap .inner {
  background: white;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: auto !important;
  padding: 2em;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1) !important;
}

/* ===========================
          Contact
 ============================= */
body.page-contact .hero-row {
  /*z-index: 9999;*/
}

body.page-contact .hero-row .nectar-google-map {
  width: 100vw;
  margin-left: calc(0px - (100vw - 100%) /2);
}

body.page-contact .hero-row .contact-form-col {
  background: white;
  padding: 40px;
  margin-top: -400px;
  -webkit-box-shadow: 0px 20px 60px 20px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 20px 60px 20px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 20px 60px 20px rgba(0, 0, 0, 0.15) !important;
}

body.page-contact .hero-row .contact-form-col::before {
  content: 'Contact us';
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 26px !important;
  text-rendering: optimizeLegibility !important;
  display: block;
  width: auto;
  color: white;
  position: absolute;
  top: -60px;
  left: 0;
}

body.page-contact .hero-row .wpcf7-submit {
  width: 100%;
  max-width: 300px !important;
  margin: auto !important;
  display: block;
}

body.page-contact .contact-info-col {
  margin-top: -227px;
  padding-bottom: 300px;
}

body.page-contact .contact-info-col span.blue {
  font-weight: 600 !important;
  font-size: 18px !important;
}

body.page-contact .contact-info-col .contacts a {
  color: rgba(21, 22, 24, 0.6) !important;
  letter-spacing: 0.05em;
}

body.page-contact .contact-info-col .contacts a::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: 15px;
  margin-right: 13px;
  margin-bottom: -3px;
}

body.page-contact .contact-info-col .contacts a.tel::before {
  background: url("/wp-content/uploads/2018/05/icon-tel.svg") no-repeat;
}

body.page-contact .contact-info-col .contacts a.email::before {
  background: url("/wp-content/uploads/2018/05/icon-email.svg") no-repeat;
}

body.page-contact .contact-info-col .contacts a::hover {
  color: #0575FF !important;
}

body.page-contact .contact-info-col::before {
  content: '';
  display: block;
  width: 1000px;
  height: 1000px;
  border-radius: 5000px;
  z-index: -1;
  border: solid 1px rgba(0, 0, 0, 0.15);
  position: absolute;
  visibility: visible;
  left: -350px;
  top: -600px;
}

body.page-contact .contact-info-col::after {
  content: '';
  display: block;
  width: 2000px;
  height: 2000px;
  border-radius: 5000px;
  z-index: -1;
  border: solid 1px rgba(0, 0, 0, 0.15);
  position: absolute;
  visibility: visible;
  left: -700px;
  top: -1200px;
}

@media only screen and (max-width: 999px) {
  body.page-contact .contact-form-col {
    margin-top: -200px !important;
  }

  body.page-contact .contact-info-col {
    margin: 200px auto !important;
    width: 320px;
    display: block;
    float: unset;
    text-align: center;
  }
}

@media only screen and (max-width: 690px) {
  body.page-contact .nectar-google-map {
    padding: 200px 0;
  }

  body.page-contact .contact-form-col {
    margin-top: -100px !important;
  }

  body.page-contact .contact-info-col {
    margin-top: 0 !important;
    padding: 100px 0 200px !important;
  }
}

/* ===========================
        Product Page
 ============================= */
/* Circles */
.single-product-main-image::before,
.single-product-main-image::after {
  content: '';
  display: block;
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  bottom: -500px;
  left: 0;
  right: 0;
  border-radius: 1000vw;
  margin: auto;
  overflow: visible !important;
  z-index: -999;
  visibility: visible;
}

.single-product-main-image::before {
  width: 50vw;
  height: 50vw;
  max-width: 600px;
  max-height: 600px;
  border: solid 1px rgba(0, 0, 0, 0.15);
}

.single-product-main-image::after {
  left: calc(0px - (100vw - 100%) / 2) !important;
  max-width: 1200px;
  max-height: 1200px;
  border: solid 1px rgba(0, 0, 0, 0.08);
  transform-origin: center;
}

@media only screen and (max-width: 999px) {
  .single-product-main-image::after {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    max-width: 1100px;
    max-height: 1100px;
    left: calc((0px - (100vw - 100%) / 2) - 20vw) !important;
    width: 140vw !important;
  }
}

@media only screen and (min-width: 1000px) {
  .single-product-main-image::after {
    max-width: 1600px;
    max-height: 1600px;
    height: 100vw;
  }
}

body.single-product {
  /* END single-product-page-hero-section */
  /* Labelbox Icons */
}

body.single-product #header-outer {
  transition: all ease .2s;
  /*@media only screen and (min-width: 1000px) {&:not(.small-nav) {background-color: transparent !important;}}*/
}

body.single-product .single-product-page-hero-section {
  z-index: 100;
  /* Product Gallery - (option 2 on salient settings) */
  /* Gallery Nav */
  /* Product Details white box */
  /* Product Image - gallery lightbox (option 1 on salient settings)
            .woocommerce-product-gallery {
                .flex-viewport {
                    max-width: 600px; margin: auto !important;
                    .woocommerce-product-gallery__image {width: 75% !important; margin: auto !important; max-width: 550px !important; min-width: 450px !important; max-height: 650px !important;}
                }
                .flex-control-nav.flex-control-thumbs {top: 50% !important; @include transform(translateY(-50%));}
            } */
}

@media only screen and (max-width: 999px) {
  body.single-product .single-product-page-hero-section {
    padding-top: 120px !important;
  }
}

@media only screen and (max-width: 999px) {
  body.single-product .single-product-page-hero-section {
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 690px) {
  body.single-product .single-product-page-hero-section {
    padding-top: 0px !important;
  }
}

body.single-product .single-product-page-hero-section>.row-bg-wrap {
  /* Blob 2 */
}

body.single-product .single-product-page-hero-section>.row-bg-wrap::before {
  content: '';
  display: block;
  width: 100vw;
  height: 300%;
  position: absolute;
  top: -130px;
  left: calc(0px - (100vw - 100%) / 2);
  background: url("/wp-content/uploads/2018/06/blob3.svg") no-repeat;
  background-size: 1800px;
}

@media only screen and (min-width: 1000px) {
  body.single-product .single-product-page-hero-section>.row-bg-wrap::before {
    background-position: 46vw -20px;
  }
}

@media only screen and (max-width: 999px) {
  body.single-product .single-product-page-hero-section>.row-bg-wrap::before {
    background-size: 1400px !important;
    background-position: -10vw 100vw;
  }
}

@media only screen and (max-width: 520px) {
  body.single-product .single-product-page-hero-section>.row-bg-wrap::before {
    background-position: -50vw 155vw;
  }
}

body.single-product .single-product-page-hero-section .product-image>.vc_column-inner>.wpb_wrapper {
  height: 100% !important;
  display: block;
}

body.single-product .single-product-page-hero-section .product-image>.vc_column-inner>.wpb_wrapper .single-product-main-image {
  height: 100% !important;
  display: block;
}

body.single-product .single-product-page-hero-section .product-image>.vc_column-inner>.wpb_wrapper .single-product-main-image>.images {
  display: block;
}

@media (min-width: 1000px) {
  body.single-product .single-product-page-hero-section .product-image>.vc_column-inner>.wpb_wrapper .single-product-main-image>.images {
    height: 100% !important;
  }
}

@media (max-width: 999px) {
  body.single-product .single-product-page-hero-section .product-image>.vc_column-inner>.wpb_wrapper .single-product-main-image>.images {
    height: 400px !important;
  }
}

body.single-product .single-product-page-hero-section .product-image>.vc_column-inner>.wpb_wrapper .single-product-main-image>.images .iosSlider.product-slider {
  display: block;
  height: 100% !important;
  min-height: 100% !important;
  width: 100% !important;
}

body.single-product .single-product-page-hero-section .product-image>.vc_column-inner>.wpb_wrapper .single-product-main-image>.images .iosSlider.product-slider .slider {
  height: 100% !important;
  width: auto;
}

body.single-product .single-product-page-hero-section .product-image>.vc_column-inner>.wpb_wrapper .single-product-main-image>.images .iosSlider.product-slider .slider .slide {
  height: 100% !important;
  width: auto;
}

body.single-product .single-product-page-hero-section .product-image>.vc_column-inner>.wpb_wrapper .single-product-main-image>.images .iosSlider.product-slider .slider .slide .easyzoom {
  height: 100% !important;
  width: auto;
}

body.single-product .single-product-page-hero-section .product-image>.vc_column-inner>.wpb_wrapper .single-product-main-image>.images .iosSlider.product-slider .slider .slide .easyzoom a {
  height: 100% !important;
  width: auto;
}

body.single-product .single-product-page-hero-section .product-image>.vc_column-inner>.wpb_wrapper .single-product-main-image>.images .iosSlider.product-slider .slider .slide .easyzoom a img {
  height: auto !important;
  width: 100% !important;
  max-height: 100% !important;
  margin: auto !important;
  object-fit: contain;
}

body.single-product .single-product-page-hero-section .iosSlider.product-slider .prev_slide {
  left: -100px;
  transition: all ease .5s;
}

body.single-product .single-product-page-hero-section .iosSlider.product-slider .next_slide {
  right: -100px;
  transition: all ease .8s;
}

body.single-product .single-product-page-hero-section .iosSlider.product-slider:hover .prev_slide {
  left: 20px !important;
  transition: all ease .2s !important;
}

body.single-product .single-product-page-hero-section .iosSlider.product-slider:hover .next_slide {
  right: 20px !important;
  transition: all ease .2s !important;
}

body.single-product .single-product-page-hero-section .iosSlider.product-slider .slider_controls a {
  width: 55px !important;
  height: 55px !important;
  margin-top: -25px !important;
  border-radius: 200px;
  background-color: white !important;
  -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.15) !important;
  transition: all ease .3s;
}

body.single-product .single-product-page-hero-section .iosSlider.product-slider .slider_controls a:hover {
  background-color: #0575FF !important;
}

body.single-product .single-product-page-hero-section .iosSlider.product-slider .slider_controls a span {
  width: 100% !important;
  height: 100% !important;
}

body.single-product .single-product-page-hero-section .iosSlider.product-slider .slider_controls a .fa-angle-left:before {
  content: '' !important;
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  right: calc(50% - 5px);
  border-top: solid 1px #151618;
  border-right: solid 1px #151618;
  transform: rotate(225deg);
}

body.single-product .single-product-page-hero-section .iosSlider.product-slider .slider_controls a .fa-angle-right:before {
  content: '' !important;
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 3px);
  left: calc(50% - 7px);
  right: calc(50% - 5px);
  border-top: solid 1px #151618;
  border-right: solid 1px #151618;
  transform: rotate(45deg);
}

body.single-product .single-product-page-hero-section .iosSlider.product-slider .slider_controls a:hover .fa::before {
  border-color: white !important;
  transition: all ease .2s;
}

body.single-product .single-product-page-hero-section .iosSlider.product-thumbs,
body.single-product .single-product-page-hero-section .easyzoom-flyout {
  display: none;
}

body.single-product .single-product-page-hero-section .single-product-details {
  background: white;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1) !important;
}

body.single-product .single-product-page-hero-section .single-product-details .woocommerce-product-rating {
  margin-top: 20px;
  margin-bottom: -10px !important;
}

body.single-product .single-product-page-hero-section .single-product-details .woocommerce-product-rating .star-rating {
  width: 115px !important;
  height: 20px !important;
  margin-top: 3px;
}

body.single-product .single-product-page-hero-section .single-product-details .woocommerce-product-rating .star-rating::before,
body.single-product .single-product-page-hero-section .single-product-details .woocommerce-product-rating .star-rating span::before {
  color: #f8cf82 !important;
  font-size: 20px !important;
}

body.single-product .single-product-page-hero-section .single-product-details .woocommerce-product-rating a.woocommerce-review-link {
  color: transparent;
}

body.single-product .single-product-page-hero-section .single-product-details .woocommerce-product-rating a.woocommerce-review-link::before {
  content: 'See Reviews';
  color: rgba(21, 22, 24, 0.6) !important;
  width: auto;
  height: auto;
  border-bottom: solid 1px rgba(21, 22, 24, 0.4) !important;
  transition: all ease .2s;
}

body.single-product .single-product-page-hero-section .single-product-details .woocommerce-product-rating a.woocommerce-review-link:hover::before {
  color: black !important;
  border-color: black !important;
}

body.single-product .single-product-page-hero-section .single-product-details .woocommerce-variation-add-to-cart {
  margin-top: 20px !important;
}

body.single-product .single-product-page-hero-section .single-product-details table.variations {
  width: 100% !important;
}

body.single-product .single-product-page-hero-section .single-product-details .single-product-price-container p.price {
  color: #0575FF !important;
}

body.single-product .single-product-page-hero-section .single-product-details .woocommerce-variation-price {
  margin-top: 10px;
}

body.single-product .single-product-page-hero-section .single-product-details .single-product-description-container span.feature-note {
  font-size: 12px !important;
  opacity: 0.5 !important;
}

body.single-product .single-product-page-hero-section .single-product-details .product-shipping-icons {
  margin: 35px auto 20px !important;
}

body.single-product .single-product-page-hero-section .single-product-details .product-shipping-icons .product-shipping-icon-plane-col {
  width: 53% !important;
}

body.single-product .single-product-page-hero-section .single-product-details .product-shipping-icons .product-shipping-icon-clock-col {
  width: calc(47% - 5px) !important;
  margin-left: 0 !important;
}

@media only screen and (max-width: 690px) {

  body.single-product .single-product-page-hero-section .single-product-details .product-shipping-icons .product-shipping-icon-plane-col,
  body.single-product .single-product-page-hero-section .single-product-details .product-shipping-icons .product-shipping-icon-clock-col {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
}

body.single-product .single-product-page-hero-section .single-product-details .product-shipping-icons .iwithtext>div {
  display: inline-block;
  vertical-align: middle;
}

body.single-product .single-product-page-hero-section .single-product-details .product-shipping-icons .iwithtext .iwt-icon img {
  width: 150% !important;
  max-width: 40px !important;
}

body.single-product .single-product-page-hero-section .single-product-details .product-shipping-icons .iwithtext .iwt-text {
  margin-top: 0 !important;
  line-height: 1.3 !important;
  width: calc(100% - 50px);
  margin-left: 20px;
  color: #151618 !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  body.single-product .single-product-page-hero-section .single-product-details .product-shipping-icons div.iwithtext div.iwt-icon img {
    max-width: 25px !important;
  }

  body.single-product .single-product-page-hero-section .single-product-details .product-shipping-icons div.iwithtext div.iwt-text {
    width: calc(100% - 33px) !important;
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 999px) {
  body.single-product .labelbox::after {
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1) !important;
  }
}

body.single-product .ksp-label-row {
  pointer-events: none;
  z-index: 100;
}

body.single-product .product-feature-icons .product-icon-col {
  width: calc((100% / 5) - 10px) !important;
  margin: 0;
  padding: 0 !important;
}

@media only screen and (min-width: 691px) and (max-width: 999px) {
  body.single-product .product-feature-icons .product-icon-col {
    float: none !important;
  }
}

body.single-product .product-feature-icons .product-icon-col svg.icon path {
  fill: #0575FF;
}

@media only screen and (max-width: 690px) {
  body.single-product .product-feature-icons {
    width: calc(100% + 80px);
    margin-left: -40px !important;
  }

  body.single-product .product-feature-icons .product-icon-col {
    width: calc(100% / 5) !important;
  }
}

@media only screen and (max-width: 480px) {
  body.single-product .product-feature-icons .product-icon-col {
    width: calc((100% / 2) - 5px) !important;
  }
}

/* END body */
body.product-anti-blue-light-screen-protector-ipad table.variations,
body.product-anti-blue-light-glasses table.variations {
  /*tr {width: 100% !important;}*/
}

body.product-anti-blue-light-screen-protector-mobile table.variations tr,
body.product-anti-blue-light-privacy-filter body.product-healthy-desk-lamp table.variations tr {
  display: inline-block;
}

body.product-anti-blue-light-screen-protector-mobile table.variations tr:first-child,
body.product-anti-blue-light-privacy-filter body.product-healthy-desk-lamp table.variations tr:first-child {
  float: left;
}

body.product-anti-blue-light-screen-protector-mobile table.variations tr:first-child .wky-select,
body.product-anti-blue-light-privacy-filter body.product-healthy-desk-lamp table.variations tr:first-child .wky-select {
  z-index: 99999;
}

body.product-anti-blue-light-screen-protector-mobile table.variations tr:last-child,
body.product-anti-blue-light-privacy-filter body.product-healthy-desk-lamp table.variations tr:last-child {
  float: right;
}

.shop-banner-col>div>div>div.img-with-aniamtion-wrap.center {
  margin-bottom: -130px !important;
}

body.woocommerce-page nav.woocommerce-breadcrumb {
  display: none !important;
}

body.woocommerce-page div.container-wrap div.main-content {
  /* Hero */
}

@media only screen and (max-width: 690px) {
  body.woocommerce-page div.container-wrap div.main-content .sale .single-product-details .vc_column-inner:before {
    left: 0;
    right: 0;
    width: 35px;
    margin: auto;
  }
}

@media only screen and (max-width: 999px) {
  body.woocommerce-page div.container-wrap div.main-content div.product-image .single-product-main-image {
    position: inherit !important;
  }
}

@media only screen and (max-width: 999px) {
  body.woocommerce-page div.container-wrap div.main-content div.single-product-details {
    padding: 40px !important;
    max-width: unset;
  }
}

@media only screen and (max-width: 690px) {
  body.woocommerce-page div.container-wrap div.main-content div.single-product-details {
    padding: 40px !important;
  }
}

@media only screen and (max-width: 999px) {
  body.woocommerce-page div.container-wrap div.main-content div.single-product-details table.variations {
    width: 100% !important;
    max-width: unset !important;
  }
}

@media only screen and (max-width: 690px) {
  body.woocommerce-page div.container-wrap div.main-content div.single-product-details table.variations>tbody>tr {
    width: 100% !important;
  }
}

@media only screen and (max-width: 690px) {

  body.woocommerce-page div.container-wrap div.main-content div.single-product-details .product_title,
  body.woocommerce-page div.container-wrap div.main-content div.single-product-details .price {
    text-align: center;
  }
}

@media only screen and (max-width: 378px) {
  body.woocommerce-page div.container-wrap div.main-content div.single-product-details .woocommerce-variation-add-to-cart.variations_button div.quantity.buttons_added {
    margin: auto !important;
    display: block !important;
    left: -5px;
  }
}

@media only screen and (max-width: 690px) {
  body.woocommerce-page div.container-wrap div.main-content div.single-product-details .woocommerce-variation-add-to-cart.variations_button button[type=submit].single_add_to_cart_button.button {
    width: 65% !important;
    padding: 20px 0 !important;
  }
}

@media only screen and (max-width: 378px) {
  body.woocommerce-page div.container-wrap div.main-content div.single-product-details .woocommerce-variation-add-to-cart.variations_button button[type=submit].single_add_to_cart_button.button {
    width: 100% !important;
    margin-top: 20px !important;
  }
}

body.woocommerce-page div.container-wrap div.main-content div.single-product-details .woocommerce-variation-add-to-cart.variations_button button[type=submit].single_add_to_cart_button.button.disabled:hover {
  opacity: .5 !important;
  cursor: no-drop !important;
  transform: none !important;
}

body.woocommerce-page div.container-wrap div.main-content div.product-bluelight-info {
  z-index: 100;
}

@media only screen and (min-width: 1000px) {
  body.woocommerce-page div.container-wrap div.main-content div.product-bluelight-info {
    padding-top: 80px !important;
    padding-bottom: 120px !important;
  }
}

@media only screen and (max-width: 999px) {
  body.woocommerce-page div.container-wrap div.main-content div.product-bluelight-info {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }
}

body.woocommerce-page div.container-wrap div.main-content div.product-bluelight-info>.row-bg-wrap>.inner-wrap::before {
  display: none !important;
}

body.woocommerce-page div.container-wrap div.main-content div.product-bluelight-info .wpb_text_column.wpb_content_element:last-child {
  margin-bottom: 0 !important;
}

body.woocommerce-page div.container-wrap div.main-content div.privacy-filter {
  z-index: 100;
}

@media only screen and (min-width: 1000px) {
  body.woocommerce-page div.container-wrap div.main-content div.privacy-filter {
    margin-top: 150px !important;
    padding-bottom: 120px !important;
  }
}

@media only screen and (max-width: 999px) {
  body.woocommerce-page div.container-wrap div.main-content div.privacy-filter {
    margin-top: 100px !important;
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 1000px) {
  body.woocommerce-page div.container-wrap div.main-content div.privacy-filter .image-col .img-with-aniamtion-wrap {
    width: calc(100% + 150px) !important;
  }
}

@media screen and (min-width: 1000px) {
  body.woocommerce-page div.container-wrap div.main-content .shop-banner .features-col .img-with-aniamtion-wrap {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 1000px) {
  body.woocommerce-page div.container-wrap div.main-content .features-icons-row {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  body.woocommerce-page div.container-wrap div.main-content .shop-banner.product-page {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 1351px) {
  .product-packaging-row {
    margin-top: calc(100px + 16vw);
  }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .product-packaging-row {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1350px) {
  .product-packaging-row {
    margin-top: calc(100px + 8vw);
  }
}

@media only screen and (max-width: 999px) {
  .product-packaging-row {
    margin-top: 0 !important;
  }
}

.product-packaging-row .product-packaging-image-col {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 999px) {
  .product-packaging-row .product-packaging-image-col {
    padding: 300px 0 60px !important;
  }
}

@media screen and (min-width: 1000px) {
  .product-packaging-row .product-packaging-image-col .vc_column-inner {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
}

@media only screen and (max-width: 999px) {
  .product-packaging-row .product-packaging-image-col .vc_column-inner::before {
    content: '';
    background: white;
    display: block;
    position: absolute;
    left: calc(0px - (100vw - 100%) / 2);
    width: 100vw;
    height: 60%;
  }
}

.product-packaging-row .product-packaging-image-col .vc_column-inner .inner {
  margin-bottom: 0 !important;
}

.product-packaging-row .product-packaging-image-col .vc_column-inner .inner img {
  max-height: 900px;
  width: auto;
}

@media screen and (min-width: 1000px) {
  .product-packaging-row div.product-package-content-col {
    padding: 120px 0 !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .product-packaging-row div.product-package-content-col {
    padding: 80px 0 !important;
  }
}

@media screen and (max-width: 999px) {
  .product-packaging-row div.product-package-content-col {
    padding: 40px 0 60px !important;
  }
}

.product-packaging-row div.product-package-content-col .vc_column-inner {
  margin: auto;
}

@media screen and (min-width: 1000px) {
  .product-packaging-row div.product-package-content-col .vc_column-inner {
    max-width: 33vw !important;
    min-width: 300px;
  }
}

@media screen and (max-width: 999px) {
  .product-packaging-row div.product-package-content-col .vc_column-inner {
    max-width: 340px !important;
  }
}

@media screen and (max-width: 690px) {
  .product-packaging-row div.product-package-content-col .vc_column-inner {
    max-width: 300px !important;
  }
}

.product-packaging-row div.product-package-content-col .vc_column-inner .wpb_wrapper>.wpb_text_column:nth-of-type(2) {
  margin-bottom: 0 !important;
}

.product-packaging-row div.product-package-content-col .vc_column-inner ul {
  padding-left: 12px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 999px) {
  .product-packaging-row div.product-package-content-col .vc_column-inner h3 {
    text-align: center;
  }
}

@media only screen and (min-width: 691px) {
  .shop-banner.product-page {
    padding-top: 100px !important;
  }

  .shop-banner.product-page .row-bg-wrap::before {
    background: transparent !important;
  }
}

/* Product Image */
.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
  display: none;
}

/* Feature Icons */
.labelbox.product-feature-icons {
  padding: 40px 30px !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .labelbox.product-feature-icons {
    padding: 0px 30px 50px 30px !important;
  }
}

.labelbox.product-feature-icons .img-with-aniamtion-wrap {
  margin: 0 auto 20px !important;
  max-width: 50px !important;
  max-height: 100px;
  padding: 0 !important;
}

.labelbox.product-feature-icons .icons-text {
  height: 40px;
}

.labelbox.product-feature-icons .icons-text p {
  text-align: center;
  font-size: 16px !important;
  color: rgba(21, 22, 24, 0.6) !important;
  line-height: 1.2 !important;
}

@media only screen and (max-width: 999px) {
  body div.vc_col-sm-3.labelbox-col.wpb_column {
    width: calc(100% / 4) !important;
    margin: 0 !important;
  }

  body div.vc_col-sm-3.labelbox-col.wpb_column .icons-text p {
    font-size: 15px !important;
  }
}

/* Reviews */
body.single-product .woocommerce-Reviews-title span {
  display: none;
}

@media screen and (max-width: 999px) {
  body.single-product div.product-reviews {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 690px) {
  body.single-product div.product-reviews {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }
}

body.single-product div.product-reviews-title {
  margin-bottom: 60px !important;
}

@media only screen and (min-width: 1000px) {

  body.single-product div#reviews div#comments,
  body.single-product div#reviews div#review_form_wrapper {
    width: calc((100% - 45px) / 2) !important;
  }
}

body.single-product div#reviews div#review_form_wrapper.visible {
  display: inline-block !important;
  opacity: 1 !important;
}

body.single-product div#reviews div#review_form_wrapper {
  opacity: 0;
  transition: opacity ease .6s;
}

body.single-product div#reviews div#review_form_wrapper div#respond {
  margin-top: 60px !important;
}

body.single-product div#reviews div#review_form_wrapper div#respond span#reply-title {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 32px !important;
  text-rendering: optimizeLegibility !important;
  margin: 0 0 40px !important;
  display: none !important;
}

body.single-product div#reviews div#review_form_wrapper div#respond p.stars {
  font-size: 25px;
}

body.single-product div#reviews div#review_form_wrapper div#respond label {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-rendering: optimizeLegibility !important;
  color: #151618 !important;
  line-height: 1.2 !important;
  margin: 16px 0 8px !important;
}

body.single-product div#reviews div#review_form_wrapper div#respond textarea#comment {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  height: auto;
}

body.single-product div#reviews div#review_form_wrapper div#respond input#submit {
  display: block;
  background-color: #0575FF !important;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  width: 100%;
  max-width: 250px;
  height: 50px;
  margin-top: 20px;
}

body.single-product div#reviews div#comments a.add-review-trigger,
body.single-product div#reviews div#comments h6 {
  width: auto;
  display: inline-block;
}

body.single-product div#reviews div#comments a.add-review-trigger {
  cursor: pointer;
  float: right;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  color: #151618 !important;
  position: relative;
  transition: all ease .2s;
}

body.single-product div#reviews div#comments a.add-review-trigger::before {
  content: '+';
  display: inline-block;
  width: auto;
  position: absolute;
  left: -13px;
  top: 0;
}

body.single-product div#reviews div#comments a.add-review-trigger:hover {
  color: #0575FF !important;
}

body.single-product div#reviews div#comments p.woocommerce-noreviews {
  width: 100%;
  height: 100px;
  background: white;
  text-align: center;
  padding: 5.2% 0;
  margin-top: 12px;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-rendering: optimizeLegibility !important;
  color: rgba(21, 22, 24, 0.4) !important;
}

body.single-product div#reviews div#comments ol.commentlist>li:first-child div.comment_container {
  margin-top: 10px !important;
}

body.single-product div#reviews div#comments ol.commentlist li:hover .comment_container {
  -webkit-box-shadow: 0px 20px 60px 20px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 20px 60px 20px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 20px 60px 20px rgba(0, 0, 0, 0.05) !important;
}

body.single-product div#reviews div#comments ol.commentlist li .comment_container {
  box-shadow: none !important;
}

body.single-product div#reviews div#comments ol.commentlist li .comment_container .comment-text {
  padding: 40px !important;
  margin-left: 0 !important;
}

body.single-product div#reviews div#comments ol.commentlist li .comment_container .comment-text .star-rating {
  float: none;
  color: #f8cf82 !important;
  font-size: 18px;
  letter-spacing: 0.05em;
  width: auto;
}

body.single-product div#reviews div#comments ol.commentlist li .comment_container .comment-text .star-rating .rating {
  display: none !important;
}

body.single-product div#reviews div#comments ol.commentlist li .comment_container .comment-text .meta {
  margin-top: 8px !important;
}

body.single-product div#reviews div#comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  color: #151618;
}

body.single-product div#reviews div#comments ol.commentlist li .comment_container .comment-text .meta em.woocommerce-review__verified.verified {
  color: transparent;
  position: relative;
  font-size: 2px;
}

body.single-product div#reviews div#comments ol.commentlist li .comment_container .comment-text .meta em.woocommerce-review__verified.verified::after {
  content: '\f058';
  width: auto;
  height: auto;
  font-family: 'FontAwesome';
  font-style: normal;
  color: #0575FF;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 4px;
}

body.single-product div#reviews div#comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
  display: none;
}

body.single-product div#reviews div#comments ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-rendering: optimizeLegibility !important;
  margin-left: 10px;
  letter-spacing: 0.04em;
  color: rgba(21, 22, 24, 0.4) !important;
}

body.single-product div#reviews div#comments ol.commentlist li .comment_container .comment-text div.description {
  margin-top: 10px !important;
}

body.single-product div#reviews div#comments ol.commentlist li .comment_container .comment-text div.description p {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px !important;
  text-rendering: optimizeLegibility !important;
  color: rgba(21, 22, 24, 0.8) !important;
  line-height: 1.5 !important;
}

body.single-product div#reviews div#comments nav.woocommerce-pagination {
  margin-top: 40px !important;
}

body.single-product .product-reviews::after {
  content: '';
  width: 100vw;
  height: 100vw;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/wp-content/uploads/2018/05/checkout_blue_blob.svg) no-repeat;
  background-position: 130% 150px;
  z-index: 2;
}

@media only screen and (max-width: 999px) {
  body.single-product .product-reviews::after {
    width: 140vw !important;
    height: 240vw !important;
    background-position: 650px 350px !important;
  }

  body.single-product div#review_form_wrapper input#submit {
    margin: 20px auto 0 !important;
  }
}

@media only screen and (max-width: 690px) {

  body.single-product .product-reviews h2,
  body.single-product .product-reviews .woocommerce-Reviews-title {
    text-align: center !important;
  }
}

/* Shop More Devices Section */
.product-bottom-cta {
  z-index: 2 !important;
  /* Privacy Filter CTA */
}

.product-bottom-cta div.shop-moredevices-button.wpb_text_column {
  margin-bottom: 0 !important;
}

.product-bottom-cta div.shop-moredevices-button a {
  color: #151618;
  font-weight: 600;
  font-size: 18px;
}

.product-bottom-cta div.shop-moredevices-button a i.custom-down-arrow {
  -webkit-animation: down-arrow-anim 1s infinite;
  /* Safari 4+ */
  -moz-animation: down-arrow-anim 1s infinite;
  /* Fx 5+ */
  -o-animation: down-arrow-anim 1s infinite;
  /* Opera 12+ */
  animation: down-arrow-anim 1s infinite;
  transition: all ease .2s;
  background: url("/wp-content/uploads/2018/05/down-arrow.svg") no-repeat;
  width: 12px;
  height: 8px;
  display: inline-block;
  background-size: cover;
}

.product-bottom-cta:hover .privacy-filter-cta-col .learn-more-button {
  transform: translateY(8px);
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  opacity: 1;
}

.product-bottom-cta .privacy-filter-cta-col {
  max-width: 380px !important;
  float: right;
  padding-top: 25px;
  position: absolute;
  right: calc(40px - (100vw - 100%) / 2);
  transform: translateX(calc(100% + 40px));
  -webkit-transform: translateX(calc(100% + 40px));
  -moz-transform: translateX(calc(100% + 40px));
  transition: all ease 1s;
}

.product-bottom-cta .privacy-filter-cta-col .wpb_text_column {
  margin: 0 !important;
}

.product-bottom-cta .privacy-filter-cta-col .wpb_text_column p {
  font-size: 18px !important;
}

.product-bottom-cta .privacy-filter-cta-col .wpb_text_column::before {
  content: '';
  width: 75px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/wp-content/uploads/2018/05/icon-eyes.svg") no-repeat;
  background-size: contain;
}

.product-bottom-cta .privacy-filter-cta-col .learn-more-button {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transition: all ease-out .2s;
  opacity: 0;
  display: block;
  color: #0575FF !important;
}

.product-bottom-cta .privacy-filter-cta-col .learn-more-button:hover {
  color: #151618 !important;
}

.privacy-filter-cta-col.mobile {
  margin: 80px auto !important;
}

.privacy-filter-cta-col.mobile .wpb_text_column {
  text-align: center;
}

.privacy-filter-cta-col.mobile .wpb_text_column .wpb_wrapper {
  max-width: 400px;
  margin: 0 auto;
}

.privacy-filter-cta-col.mobile .wpb_text_column p {
  font-size: 18px !important;
}

.privacy-filter-cta-col.mobile .wpb_text_column::before {
  content: '';
  width: 75px;
  height: 20px;
  margin-bottom: 20px;
  display: inline-block;
  background: url("/wp-content/uploads/2018/05/icon-eyes.svg") no-repeat;
  background-size: contain;
}

.privacy-filter-cta-col.mobile .learn-more-button {
  display: block;
  text-align: center;
}

.shop-device-cards {
  padding-top: 200px !important;
  padding-bottom: 140px !important;
  z-index: 3;
}

.shop-device-cards .shop-device-cards-col {
  padding-bottom: 3em !important;
}

.shop-device-cards .shop-device-cards-col .img-with-aniamtion-wrap {
  position: absolute;
  top: -75px;
  width: 150px !important;
}

.shop-device-cards .shop-device-cards-col .learn-more-button {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transition: all ease-out .2s;
  opacity: 0;
  display: block;
}

.shop-device-cards .shop-device-cards-col:hover .learn-more-button {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  div.shop-device-cards-col {
    margin: 0 5px !important;
    padding: 5em 3em 0 !important;
  }
}

@media only screen and (max-width: 999px) {
  .shop-device-cards>.col>.shop-device-cards-col {
    padding: 5em 3em 3em !important;
  }

  .shop-device-cards>.col>.shop-device-cards-col:not(:last-child) {
    margin-bottom: 100px !important;
  }

  .shop-device-cards>.col>.shop-device-cards-col .learn-more-button {
    opacity: 1 !important;
    margin-top: 40px !important;
    transform: translateY(0px) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
  }
}

@media only screen and (max-width: 690px) {
  .shop-device-cards {
    padding-top: 200px !important;
  }

  .shop-device-cards>.col>.shop-device-cards-col .img-with-aniamtion-wrap {
    top: -65px !important;
    width: 130px !important;
    left: 0;
    right: 0;
    margin: auto;
  }

  .shop-device-cards>.col>.shop-device-cards-col:nth-of-type(1) .img-with-aniamtion-wrap {
    right: -72px;
  }

  .shop-device-cards>.col>.shop-device-cards-col:nth-of-type(2) .img-with-aniamtion-wrap {
    right: 0;
  }

  .shop-device-cards>.col>.shop-device-cards-col:nth-of-type(3) .img-with-aniamtion-wrap {
    right: -10px;
  }

  .shop-device-cards>.col>.shop-device-cards-col .wpb_text_column p {
    font-size: 17px !important;
  }
}

/* More devices Cols */
body.single-product .blue-device-cards-col:not(:first-child) {
  margin-left: 2.1% !important;
}

@media only screen and (max-width: 690px) {
  .shop-device-cards>.col>.shop-device-cards-col {
    margin-left: 0 !important;
  }

  .shop-device-cards>.col>.shop-device-cards-col.product-page-mobile .img-with-aniamtion-wrap {
    right: -88px !important;
  }

  .shop-device-cards>.col>.shop-device-cards-col.product-page-ipad .img-with-aniamtion-wrap {
    right: -73px !important;
  }

  .shop-device-cards>.col>.shop-device-cards-col.product-page-monitor .img-with-aniamtion-wrap {
    right: 0 !important;
  }

  .shop-device-cards>.col>.shop-device-cards-col.product-page-glasses .img-with-aniamtion-wrap {
    right: -10px !important;
  }

  .shop-device-cards>.col>.shop-device-cards-col a.learn-more-button {
    padding-right: 8px !important;
  }
}

@keyframes eyesMoving {
  0% {
    transform: translateX(-50%);
  }

  60% {
    transform: translateX(calc(-50% + 14px));
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Privacy Filter Banner CTA */
.privacy-filter-banner-cta.store {
  padding-bottom: 180px !important;
}

@media (min-width: 768px) {
  .privacy-filter-banner-cta.store {
    padding-bottom: 400px !important;
  }

  .privacy-filter-banner-cta.store:before {
    content: '';
    display: block;
    position: absolute;
    height: 1670px;
    width: 100vw;
    top: -20%;
    left: -6%;
    background-image: url("/wp-content/uploads/2018/07/privacy-bubble-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .privacy-filter-banner-cta.store:before {
    top: -100%;
  }
}

@media (min-width: 768px) {
  .privacy-filter-banner-cta.store .row-bg-wrap:before {
    content: '';
    display: block;
    position: absolute;
    height: 1670px;
    width: 50vw;
    bottom: 0;
    left: -22%;
    background-image: url("/wp-content/uploads/2018/07/privacy-line-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 100%;
  }
}

.privacy-filter-banner-cta .nectar-flip-box a {
  visibility: visible !important;
  background: #0575FF !important;
  margin-top: 40px !important;
}

.privacy-filter-banner-cta .nectar-flip-box.mobile {
  background-color: #FFF;
  border-top: solid 10px #0575ff;
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.1) !important;
  padding: 40px 30px 0 30px;
}

.privacy-filter-banner-cta .nectar-flip-box.mobile .section-title {
  border-bottom: 0px !important;
}

.privacy-filter-banner-cta .nectar-flip-box.mobile p {
  font-size: 18px !important;
}

.privacy-filter-banner-cta .nectar-flip-box .flip-box-front .inner {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 36px !important;
  text-rendering: optimizeLegibility !important;
  line-height: 47px;
}

.privacy-filter-banner-cta .nectar-flip-box .flip-box-front .inner::before {
  content: '';
  display: block;
  height: 30px;
  width: 105px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-image: url("/wp-content/uploads/2018/07/icon-eyes-outer-stroke.svg");
  background-repeat: no-repeat;
}

.privacy-filter-banner-cta .nectar-flip-box .flip-box-front .inner::after {
  content: '';
  display: block;
  position: absolute;
  height: 30px;
  width: 105px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/wp-content/uploads/2018/07/icon-eyes-inner.svg");
  background-repeat: no-repeat;
  animation: eyesMoving 4s ease-in-out infinite;
  -ms-animation: eyesMoving 4s ease-in-out infinite;
  -moz-animation: eyesMoving 4s ease-in-out infinite;
  -webkit-animation: eyesMoving 4s ease-in-out infinite;
}

.privacy-filter-banner-cta .nectar-flip-box .flip-box-back {
  -webkit-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.1) !important;
  border-top: solid 10px #0575FF;
}

@media (min-width: 1024px) {
  .privacy-filter-banner-cta .nectar-flip-box .flip-box-back {
    background-image: url("/wp-content/uploads/2018/07/privacy-bg-eyes.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.privacy-filter-banner-cta .nectar-flip-box .flip-box-back a {
  visibility: visible !important;
  background: #0575FF !important;
  margin-top: 40px !important;
}

.privacy-filter-banner-cta .nectar-flip-box .flip-box-back p {
  font-size: 22px !important;
  max-width: 788px;
  margin: 0 auto;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 22px !important;
  text-rendering: optimizeLegibility !important;
}

@media only screen and (max-width: 480px) {
  .privacy-filter-banner-cta .nectar-flip-box .flip-box-back p {
    font-size: 18px !important;
  }
}

/* ===========================
        Checkout
 ============================= */
.woocommerce-checkout {
  /*** gift cards ***/
  /*** error notice ***/
}

.woocommerce-checkout div#pwgc-redeem-gift-card-form {
  display: none;
}

.woocommerce-checkout div#pwgc-redeem-gift-card-form.has_moved {
  display: none;
}

.woocommerce-checkout ul.giftcard_selection_wrap {
  margin: 0;
  margin-top: 0;
  display: none;
}

.woocommerce-checkout ul.giftcard_selection_wrap li {
  list-style: none;
  line-height: 2;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 19px !important;
  text-rendering: optimizeLegibility !important;
}

.woocommerce-checkout ul.giftcard_selection_wrap label {
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-checkout ul.giftcard_selection_wrap label::before {
  margin-right: 10px;
}

.woocommerce-checkout #pwgc-redeem-button {
  background: transparent !important;
  color: #151618;
  font-family: 'Gilroy', 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-rendering: optimizeLegibility;
  margin-bottom: 0 !important;
}

.woocommerce-checkout #pwgc-redeem-button:hover {
  background: transparent !important;
  box-shadow: none;
}

.woocommerce-checkout .err_notice {
  display: none;
  background: #F9413A;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

.woocommerce-checkout .err_notice>p {
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:before {
  display: none;
}

body[data-fancy-form-rcs="1"] .woocommerce-checkout-payment .payment_method_paypal [type="radio"]+label:before,
body[data-fancy-form-rcs="1"] .woocommerce-checkout-payment .payment_method_paypal [type="radio"]+label:after {
  top: 0;
}

body.woocommerce-page.woocommerce-checkout {
  /*
    #billing_state_field, #shipping_state_field {
        visibility: hidden;
        display: none !important;
    }
*/
  /* ORDER SUMMARY TABLE */
  /*PAYMENT METHODS*/
  /* BOTTOM OF PAGE */
}

body.woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) #footer-outer,
body.woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) #copyright {
  display: none !important;
}

body.woocommerce-page.woocommerce-checkout form.checkout.woocommerce-checkout.dtwpb-woocommerce-checkout {
  padding-top: 40px !important;
}

@media screen and (max-width: 999px) {
  body.woocommerce-page.woocommerce-checkout form.checkout.woocommerce-checkout.dtwpb-woocommerce-checkout {
    padding-top: 10px !important;
  }
}

body.woocommerce-page.woocommerce-checkout .go-back-col {
  margin: 20px 0 0 !important;
}

body.woocommerce-page.woocommerce-checkout .go-back-col .go-back-button {
  margin-top: 40px;
}

@media screen and (max-width: 999px) {
  body.woocommerce-page.woocommerce-checkout .go-back-col .go-back-button {
    max-width: 82px !important;
    display: block;
    margin: 80px auto -50px 40px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  body.woocommerce-page.woocommerce-checkout .go-back-col .go-back-button {
    top: 0 !important;
  }
}

@media screen and (max-width: 690px) {
  body.woocommerce-page.woocommerce-checkout .go-back-col .go-back-button {
    position: inherit !important;
    margin: 80px auto -50px !important;
  }
}

body.woocommerce-page.woocommerce-checkout #header-outer {
  background-color: #0575FF !important;
}

body.woocommerce-page.woocommerce-checkout #header-outer nav ul.sf-menu {
  display: none !important;
}

body.woocommerce-page.woocommerce-checkout #header-outer .cart-menu .icon-salient-cart {
  background: url(/wp-content/uploads/2018/07/icon-bag-white.svg) no-repeat !important;
}

body.woocommerce-page.woocommerce-checkout #header-outer .slide-out-widget-area-toggle.mobile-icon,
body.woocommerce-page.woocommerce-checkout #header-outer .mobile-login-nav {
  display: none !important;
}

@media screen and (max-width: 999px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-form-login-toggle {
    margin-top: 65px !important;
  }
}

body.woocommerce-page.woocommerce-checkout .woocommerce-info {
  width: 100vw !important;
  margin-left: calc(0px - (100vw - 100%)/2);
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  text-rendering: optimizeLegibility !important;
  line-height: 1.2;
  padding: 20px 30px !important;
  color: rgba(21, 22, 24, 0.6) !important;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-info::before {
  background-color: white !important;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-info a {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-rendering: optimizeLegibility !important;
  color: #0575FF !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  border: solid 1px #0575FF !important;
  border-radius: 50px;
  min-width: 100px;
  text-align: center;
  height: 30px;
  padding: 4px !important;
  line-height: 1.4;
  transition: all ease .2s;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-info a:hover {
  background-color: #0575FF !important;
  color: white !important;
}

body.woocommerce-page.woocommerce-checkout #billing_country_field,
body.woocommerce-page.woocommerce-checkout #shipping_country_field,
body.woocommerce-page.woocommerce-checkout #billing_company_field {
  padding-top: 20px;
}

body.woocommerce-page.woocommerce-checkout .woocommerce form .form-row {
  padding: 4px;
  margin: 0;
}

body.woocommerce-page.woocommerce-checkout .woocommerce form .form-row label {
  margin-top: 10px;
  margin-bottom: 4px;
}

body.woocommerce-page.woocommerce-checkout .product-container div.cart_item div.product-name dl.variation,
body.woocommerce-page.woocommerce-checkout dl.variation p {
  font-size: 16px !important;
  line-height: 1.2;
  margin-top: 5px;
}

body.woocommerce-page.woocommerce-checkout .wc_payment_methods label[for="wc-stripe-new-payment-method"] {
  line-height: 1.2 !important;
  margin-bottom: 20px !important;
  display: inline-block !important;
  width: calc(100% - 30px);
  float: right;
  margin-top: 8px !important;
}

@media screen and (min-width: 1300px) {
  body.woocommerce-page.woocommerce-checkout .wc_payment_methods li.wc_payment_method.payment_method_stripe img {
    margin-top: 8px !important;
  }
}

body.woocommerce-page.woocommerce-checkout #order_review #payment button#place_order {
  padding: 15px 0 !important;
  max-width: 300px;
  width: 100% !important;
}

body.woocommerce-page.woocommerce-checkout ul.woocommerce-error.wc-stripe-error:before {
  display: none !important;
}

body.woocommerce-page.woocommerce-checkout ul.woocommerce-error.wc-stripe-error li {
  background-color: #EB5757;
  padding: 20px 30px !important;
  line-height: 1.4 !important;
  margin-top: -10px !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-checkout .product-container div.cart_item {
    padding-top: 12px !important;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  body.woocommerce-page.woocommerce-checkout .product-container .cart_item .product-image {
    max-width: 40px;
  }

  body.woocommerce-page.woocommerce-checkout .product-container .cart_item .product-info {
    width: calc(100% - 50px) !important;
    vertical-align: top !important;
  }

  body.woocommerce-page.woocommerce-checkout .product-container .cart_item .product-info .product-name {
    width: calc(100% - 70px);
    padding-right: 5px;
  }

  body.woocommerce-page.woocommerce-checkout .product-container .cart_item .product-info .product-name dl.variation,
  body.woocommerce-page.woocommerce-checkout .product-container .cart_item .product-info .product-name dl.variation p {
    font-size: 14px !important;
  }

  body.woocommerce-page.woocommerce-checkout .product-container .cart_item .product-info .product-price {
    width: 66px !important;
  }

  body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment {
    /* cards */
  }

  body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment label[for="payment_method_stripe"],
  body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment label[for="payment_method_cod"] {
    font-size: 18px !important;
  }

  body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment li.wc_payment_method.payment_method_stripe img {
    width: 30px !important;
    float: none !important;
  }

  body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment li.wc_payment_method.payment_method_stripe img:first-child {
    margin-left: 1% !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p.form-row {
    width: 100% !important;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .product-container .cart_item .product-image {
    max-width: 40px;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .product-container .cart_item .product-info {
    width: calc(100% - 50px) !important;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .checkout_coupon>p:nth-of-type(1) {
    width: calc(100% - 40px) !important;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .checkout_coupon>p:nth-of-type(2) {
    width: auto !important;
    height: 50px !important;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .checkout_coupon>p:nth-of-type(2) button.button[type=submit]::before {
    font-size: 28px !important;
    color: #151618 !important;
  }

  body.woocommerce-page.woocommerce-checkout #order_review li.wc_payment_method.payment_method_stripe img {
    display: none !important;
  }
}

body.woocommerce-page.woocommerce-checkout #shipping_method span.woocommerce-Price-amount.amount {
  margin-right: -12px;
}

body.woocommerce-page.woocommerce-checkout #shipping_method span.woocommerce-Price-amount.amount,
body.woocommerce-page.woocommerce-checkout #shipping_method span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  text-rendering: optimizeLegibility !important;
  color: #151618 !important;
}

body.woocommerce-page.woocommerce-checkout #shipping_method li {
  padding-top: 0;
  padding-bottom: 0;
}

body.woocommerce-page.woocommerce-checkout #shipping_method li label {
  font-size: 15px !important;
  font-weight: 500 !important;
}

body.woocommerce-page.woocommerce-checkout .checkout-logo-wrapper svg.logo path {
  fill: white !important;
}

body.woocommerce-page.woocommerce-checkout div.billing-details-title-col {
  margin-left: 0 !important;
}

body.woocommerce-page.woocommerce-checkout div.billing-details-title-col div.wpb_text_column.wpb_content_element,
body.woocommerce-page.woocommerce-checkout div.order-summary-title-col div.wpb_text_column.wpb_content_element {
  margin-bottom: 0 !important;
}

body.woocommerce-page.woocommerce-checkout #billing_first_name_field label,
body.woocommerce-page.woocommerce-checkout #billing_last_name_field label {
  margin-top: 0 !important;
}

body.woocommerce-page.woocommerce-checkout .shop_table .woocommerce-info {
  display: none;
}

body.woocommerce-page.woocommerce-checkout .woocommerce div.checkout_coupon {
  display: block !important;
  border: none;
  padding: 0;
  margin: 20px 0 !important;
}

@media screen and (min-width: 601px) {
  body.woocommerce-page.woocommerce-checkout .checkout_coupon .form-row-first {
    width: calc(100% - 170px) !important;
  }
}

@media screen and (max-width: 600px) {
  body.woocommerce-page.woocommerce-checkout .checkout_coupon .form-row-first {
    width: 50% !important;
  }
}

body.woocommerce-page.woocommerce-checkout .checkout_coupon .form-row-first input#coupon_code {
  border: none;
  background-color: #e8f0fe;
  width: 100% !important;
}

@media screen and (min-width: 601px) {
  body.woocommerce-page.woocommerce-checkout .checkout_coupon .form-row-last {
    width: 150px !important;
  }
}

@media screen and (max-width: 600px) {
  body.woocommerce-page.woocommerce-checkout .checkout_coupon .form-row-last {
    width: 40% !important;
    text-align: center;
  }

  body.woocommerce-page.woocommerce-checkout .checkout_coupon .form-row-last button {
    text-align: center !important;
  }
}

body.woocommerce-page.woocommerce-checkout #order_review .checkout_coupon button.button[type=submit] {
  width: 100% !important;
  background-color: transparent !important;
  color: #151618 !important;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  padding: 0 !important;
  line-height: 50px;
  text-align: right;
}

body.woocommerce-page.woocommerce-checkout #order_review .checkout_coupon button.button[type=submit]:before {
  content: '+';
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe],
body.woocommerce-page.woocommerce-checkout #add_payment_method #payment .payment_method_stripe label[for=payment_method_stripe] {
  padding-left: 0 !important;
}

body.woocommerce-page.woocommerce-checkout .container-wrap {
  background-color: #F7F9FA !important;
}

body.woocommerce-page.woocommerce-checkout h4 a {
  color: #151618 !important;
}

body.woocommerce-page.woocommerce-checkout abbr.required {
  text-decoration: none;
}

body.woocommerce-page.woocommerce-checkout input[type=text],
body.woocommerce-page.woocommerce-checkout textarea,
body.woocommerce-page.woocommerce-checkout input[type=email],
body.woocommerce-page.woocommerce-checkout input[type=password],
body.woocommerce-page.woocommerce-checkout input[type=tel],
body.woocommerce-page.woocommerce-checkout input[type=url],
body.woocommerce-page.woocommerce-checkout input[type=search],
body.woocommerce-page.woocommerce-checkout input[type=date] {
  font-family: 'Gilroy';
  font-size: 18px;
  color: #000;
  font-weight: 500 !important;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-validated abbr.required[title=required] {
  color: #28cb6b !important;
}

body.woocommerce-page.woocommerce-checkout .woocommerce form .form-row.woocommerce-validated .select2-container,
body.woocommerce-page.woocommerce-checkout .woocommerce form .form-row.woocommerce-validated input.input-text,
body.woocommerce-page.woocommerce-checkout .woocommerce form .form-row.woocommerce-validated select {
  border-color: #28cb6b;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-invalid label,
body.woocommerce-page.woocommerce-checkout .woocommerce-invalid abbr.required[title=required] {
  color: #EB5757 !important;
}

body.woocommerce-page.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid .select2-container,
body.woocommerce-page.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid input.input-text,
body.woocommerce-page.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #EB5757 !important;
}

body.woocommerce-page.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  font-size: 20px;
  color: #151618 !important;
}

body.woocommerce-page.woocommerce-checkout #billing_state_field,
body.woocommerce-page.woocommerce-checkout #billing_phone_field,
body.woocommerce-page.woocommerce-checkout #shipping_state_field,
body.woocommerce-page.woocommerce-checkout #shipping_phone_field {
  width: 49%;
  float: left;
  clear: none;
}

body.woocommerce-page.woocommerce-checkout #billing_postcode_field,
body.woocommerce-page.woocommerce-checkout #billing_email_field,
body.woocommerce-page.woocommerce-checkout #shipping_postcode_field,
body.woocommerce-page.woocommerce-checkout #shipping_email_field {
  width: 49%;
  float: right;
  clear: none;
}

body.woocommerce-page.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px;
  top: 0;
}

body.woocommerce-page.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
  line-height: 28px;
  padding: 10px !important;
  border: solid 1px rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px !important;
  background-color: #f7f9fa;
}

body.woocommerce-page.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
body.woocommerce-page.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single:hover .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

body.woocommerce-page.woocommerce-checkout .select2-container--default .select2-selection--single:hover .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

body.woocommerce-page.woocommerce-checkout .select2-container--default .select2-selection--single {
  padding: 0 !important;
  border: solid 1px rgba(0, 0, 0, 0.2) !important;
  height: auto !important;
  background-color: transparent;
  transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -webkit-transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -moz-transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -o-transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
}

body.woocommerce-page.woocommerce-checkout .select2-container--default .select2-selection--single:hover,
body.woocommerce-page.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {
  background-color: #0575ff !important;
  color: #fff !important;
  transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -webkit-transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -moz-transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -o-transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
}

body.woocommerce-page.woocommerce-checkout .select2-container--default .select2-selection--single:hover span,
body.woocommerce-page.woocommerce-checkout body .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -webkit-transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -moz-transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
  -o-transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98), color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98);
}

body.woocommerce-page.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected=true],
body.woocommerce-page.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #d0dde4;
  color: rgba(0, 0, 0, 0.8) !important;
}

body.woocommerce-page.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
body.woocommerce-page.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #f0f5f7;
  color: rgba(0, 0, 0, 0.8) !important;
}

body.woocommerce-page.woocommerce-checkout span#select2-billing_country-container,
body.woocommerce-page.woocommerce-checkout span#select2-billing_state-container,
body.woocommerce-page.woocommerce-checkout span#select2-shipping_country-container,
body.woocommerce-page.woocommerce-checkout span#select2-shipping_state-container {
  line-height: 48px;
  min-height: 48px;
}

body.woocommerce-page.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered,
body.woocommerce-page.woocommerce-checkout .select2-results__option {
  line-height: 30px;
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  color: #000 !important;
}

body.woocommerce-page.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-page.woocommerce-checkout body .select2-container--default .select2-results__option--highlighted {
  color: #000;
  opacity: .9;
}

body.woocommerce-page.woocommerce-checkout .select2-results__option {
  opacity: 0.5;
}

body.woocommerce-page.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
}

body.woocommerce-page.woocommerce-checkout .select2-container--open .select2-dropdown {
  border: none;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

body.woocommerce-page.woocommerce-checkout span.select2-dropdown.select2-dropdown--below {
  margin-top: 4px;
}

body.woocommerce-page.woocommerce-checkout textarea#order_comments {
  height: 100px;
}

body.woocommerce-page.woocommerce-checkout .form-row.notes label {
  font-size: 28px !important;
}

body.woocommerce-page.woocommerce-checkout .create-account>label:after {
  content: 'Just set a password and you’re done! Easily track your order, view past purchases and access our customer care portal.';
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2rem;
  opacity: .6;
  margin-top: 10px;
  margin-bottom: 20px;
}

body.woocommerce-page.woocommerce-checkout #ship-to-different-address label:after {
  content: 'Sending this order as a gift? Let us know where to ship it to.';
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2rem;
  opacity: .6;
  margin-top: 10px;
  margin-bottom: 20px;
}

body.woocommerce-page.woocommerce-checkout .form-row.notes label:after {
  content: 'If you have notes about your order like special indications for delivery and requests, specify below.';
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2rem;
  opacity: .6;
  margin-top: 10px;
  margin-bottom: 20px;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields>h3,
body.woocommerce-page.woocommerce-checkout #order_review_heading {
  display: none;
}

body.woocommerce-page.woocommerce-checkout .material .wpb_content_element {
  margin-bottom: 0 !important;
}

body.woocommerce-page.woocommerce-checkout .order-summary-container {
  padding: 40px !important;
  margin-top: 0;
  background: white;
  -webkit-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.05) !important;
  /* Checkout order summary errors/message */
}

body.woocommerce-page.woocommerce-checkout .order-summary-container li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
  max-width: 100% !important;
  line-height: 1.4 !important;
  background: #0575FF !important;
  padding: 20px !important;
  color: white !important;
}

body.woocommerce-page.woocommerce-checkout .order-summary-container li.woocommerce-notice.woocommerce-notice--info.woocommerce-info::before {
  content: none !important;
}

body.woocommerce-page.woocommerce-checkout .order-summary-container .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}

body.woocommerce-page.woocommerce-checkout .order-summary-container .woocommerce-privacy-policy-text p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #151618;
}

body.woocommerce-page.woocommerce-checkout .checkout #order_review {
  margin-top: 0;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .product-container {
  padding: 0;
  max-height: none !important;
  overflow: initial;
  margin-bottom: 30px !important;
}

body.woocommerce-page.woocommerce-checkout .woocommerce #order_review #payment #place_order {
  background-color: #28CB6C !important;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 20px !important;
  text-rendering: optimizeLegibility !important;
  text-align: center;
  margin: auto;
  display: block;
  line-height: 20px;
  text-transform: none;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .product-info h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #151618;
}

body.woocommerce-page.woocommerce-checkout .checkout .woocommerce-shipping-fields,
body.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields {
  padding-right: 0 !important;
}

body.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields {
  margin-bottom: 0 !important;
}

body.woocommerce-page.woocommerce-checkout .woocommerce form .form-row label {
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 600;
  color: #151618 !important;
  line-height: 120%;
}

body.woocommerce-page.woocommerce-checkout .woocommerce form .form-row .input-text,
body.woocommerce-page.woocommerce-checkout .woocommerce-page form .form-row .input-text {
  background-color: transparent;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  height: 50px;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .product-image {
  width: 65px;
  height: 65px;
  position: relative;
  display: inline-block;
  background-color: #F7F9FA;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .product-image a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .product-image a img {
  object-fit: contain;
  -o-object-fit: contain;
  max-height: 100%;
  margin: 0;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .product-info {
  float: none;
  padding-right: 0;
  width: calc(100% - 86px);
  display: inline-block;
  padding-left: 20px;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .product-info .product-name {
  display: inline-block;
  width: calc(100% - 80px);
  vertical-align: middle;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .product-info .product-price {
  display: inline-block;
  width: 76px;
  line-height: 3.5;
  text-align: right;
  vertical-align: middle;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .product-info .product-price .woocommerce-Price-amount {
  font-family: 'Gilroy';
  color: #151618 !important;
  font-size: 18px;
  font-weight: 600;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .product-container {
  background-color: transparent;
}

body.woocommerce-page.woocommerce-checkout .product-thumbnail-quantity {
  position: absolute;
  right: -11px;
  font-family: 'Gilroy';
  font-size: 12px;
  color: #fff;
  background-color: #0574ff;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 100px;
  font-weight: 500;
  top: -11px;
}

body.woocommerce-page.woocommerce-checkout .woocommerce .cart_item dl {
  font-family: 'Gilroy';
  font-size: 18px;
  color: #151618;
  opacity: .4;
}

body.woocommerce-page.woocommerce-checkout .woocommerce .cart_item dl:before {
  content: 'For';
}

body.woocommerce-page.woocommerce-checkout dl.variation dd {
  display: inline-block;
  padding-left: 0;
}

body.woocommerce-page.woocommerce-checkout dl.variation dt {
  display: none;
}

body.woocommerce-page.woocommerce-checkout .order-review {
  margin-top: 20px;
  padding-top: 15px;
  border-top: solid 1px rgba(0, 0, 0, 0.2) !important;
}

body.woocommerce-page.woocommerce-checkout .order-review-row-container {
  display: block;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  text-rendering: optimizeLegibility !important;
  color: #151618;
  opacity: .8;
}

body.woocommerce-page.woocommerce-checkout .order-review-row-container.order-total {
  font-size: 20px;
  font-weight: 600;
  opacity: 1 !important;
}

body.woocommerce-page.woocommerce-checkout .order-review-row-container.order-total strong {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 20px !important;
  text-rendering: optimizeLegibility !important;
}

body.woocommerce-page.woocommerce-checkout .order-review-subtitle {
  display: inline-block;
  width: 50%;
}

body.woocommerce-page.woocommerce-checkout .order-review-subvalue {
  display: inline-block;
  float: none;
  width: 48%;
  text-align: right;
  vertical-align: top;
}

body.woocommerce-page.woocommerce-checkout .order-total.order-review-row-container {
  margin-top: 15px;
  padding-top: 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body.woocommerce-page.woocommerce-checkout .order-review-shipping .woocommerce-Price-amount {
  float: right;
}

body.woocommerce-page.woocommerce-checkout .payment-method-description {
  display: none !important;
  margin-top: 60px;
}

body.woocommerce-page.woocommerce-checkout .payment-method-description p {
  font-family: 'Gilroy';
  font-size: 16px !important;
  line-height: 1.2rem;
  color: #151618 !important;
  opacity: .6;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}

body.woocommerce-page.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods>li {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

body.woocommerce-page.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods>li:not(:first-child) {
  margin-top: 10px !important;
}

body.woocommerce-page.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li>label {
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: 600;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  display: none;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li img {
  margin-left: 0;
}

body.woocommerce-page.woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
  padding: 0;
}

body.woocommerce-page.woocommerce-checkout div.payment_box.payment_method_stripe {
  margin-top: -10px;
}

body.woocommerce-page.woocommerce-checkout div#stripe-card-element {
  background-color: #F7F9FA !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 16px 20px !important;
}

body.woocommerce-page.woocommerce-checkout .ElementsApp,
body.woocommerce-page.woocommerce-checkout .ElementsApp .InputElement {
  color: #212227;
  font-size: 15px;
  font-family: 'Gilroy';
  opacity: 1 !important;
  font-weight: 600;
  line-height: 50px !important;
  margin: auto;
  vertical-align: middle;
}

body.woocommerce-page.woocommerce-checkout label[for=card-element] {
  display: none;
}

body.woocommerce-page.woocommerce-checkout .stripe-source-errors .woocommerce_error {
  background-color: #EB5757 !important;
  padding: 10px;
  display: block;
  height: auto !important;
  border-radius: 4px !important;
  margin-top: 20px;
}

body.woocommerce-page.woocommerce-checkout .stripe-source-errors .woocommerce_error:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #eb5656 !important;
  display: block;
  position: absolute;
  left: 25px;
  top: -5px;
  z-index: 9999999;
  opacity: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

body.woocommerce-page.woocommerce-checkout .stripe-source-errors .woocommerce_error li {
  padding: 0 !important;
  margin: 0 !important;
}

body.woocommerce-page.woocommerce-checkout div.woocommerce #payment div.form-row.place-order {
  margin-top: 30px !important;
  padding: 0 !important;
}

body.woocommerce-page.woocommerce-checkout .wpb_text_column.order-summary {
  margin-bottom: 0 !important;
}

body.woocommerce-page.woocommerce-checkout .checkout-after-summary-section:after {
  content: '';
  width: 55vw;
  height: 1130px;
  background-image: url(/wp-content/uploads/2018/05/checkout_blue_blob.svg);
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -300px;
  background-repeat: no-repeat;
  background-size: cover;
}

body.woocommerce-page.woocommerce-checkout .secure-checkout-col .iwt-icon {
  top: 5px;
}

body.woocommerce-page.woocommerce-checkout .checkout-info-text {
  margin-top: 60px;
}

@media screen and (max-width: 690px) {
  body.woocommerce-page.woocommerce-checkout .checkout-info-text {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1451px) {

  body.woocommerce-page.woocommerce-checkout .checkout-info-text .info-safe-col,
  body.woocommerce-page.woocommerce-checkout .checkout-info-text .secure-checkout-col {
    width: calc((100% / 2) - 20px);
  }
}

@media only screen and (max-width: 1450px) {

  body.woocommerce-page.woocommerce-checkout .checkout-info-text .info-safe-col,
  body.woocommerce-page.woocommerce-checkout .checkout-info-text .secure-checkout-col {
    width: calc(100% - 80px);
    margin-left: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 690px) {

  body.woocommerce-page.woocommerce-checkout .checkout-info-text .info-safe-col,
  body.woocommerce-page.woocommerce-checkout .checkout-info-text .secure-checkout-col {
    width: 100% !important;
    margin: 0 0 40px !important;
    padding: 0 20px !important;
  }
}

@media screen and (max-width: 690px) {

  body.woocommerce-page.woocommerce-checkout .checkout-info-text .info-safe-col .iwithtext,
  body.woocommerce-page.woocommerce-checkout .checkout-info-text .secure-checkout-col .iwithtext {
    text-align: center !important;
  }
}

body.woocommerce-page.woocommerce-checkout .checkout-info-text .info-safe-col .iwithtext .iwt-icon,
body.woocommerce-page.woocommerce-checkout .checkout-info-text .secure-checkout-col .iwithtext .iwt-icon {
  width: 20px;
  height: 30px;
}

@media screen and (min-width: 691px) {

  body.woocommerce-page.woocommerce-checkout .checkout-info-text .info-safe-col .iwithtext .iwt-icon,
  body.woocommerce-page.woocommerce-checkout .checkout-info-text .secure-checkout-col .iwithtext .iwt-icon {
    position: absolute !important;
  }
}

@media screen and (max-width: 690px) {

  body.woocommerce-page.woocommerce-checkout .checkout-info-text .info-safe-col .iwithtext .iwt-icon,
  body.woocommerce-page.woocommerce-checkout .checkout-info-text .secure-checkout-col .iwithtext .iwt-icon {
    margin: auto;
  }
}

body.woocommerce-page.woocommerce-checkout .checkout-info-text .info-safe-col .iwithtext .iwt-text,
body.woocommerce-page.woocommerce-checkout .checkout-info-text .secure-checkout-col .iwithtext .iwt-text {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-rendering: optimizeLegibility !important;
  line-height: 1.4;
}

body.woocommerce-page.woocommerce-checkout .checkout-info-text .info-safe-col .iwithtext .iwt-text .iwt-text,
body.woocommerce-page.woocommerce-checkout .checkout-info-text .secure-checkout-col .iwithtext .iwt-text .iwt-text {
  padding-left: 0;
}

body.woocommerce-page.woocommerce-checkout .checkout-info-text .info-safe-col .iwithtext .iwt-text strong,
body.woocommerce-page.woocommerce-checkout .checkout-info-text .secure-checkout-col .iwithtext .iwt-text strong {
  padding-left: 35px !important;
  font-weight: 600 !important;
  line-height: 2;
  color: #151618;
}

@media screen and (max-width: 690px) {

  body.woocommerce-page.woocommerce-checkout .checkout-info-text .info-safe-col .iwithtext .iwt-text strong,
  body.woocommerce-page.woocommerce-checkout .checkout-info-text .secure-checkout-col .iwithtext .iwt-text strong {
    max-width: 140px;
    margin: auto;
    padding: 0 !important;
    display: block !important;
    line-height: 1.2 !important;
  }
}

@media only screen and (min-width: 1451px) {
  body.woocommerce-page.woocommerce-checkout .checkout-info-text .secure-checkout-col {
    margin-left: 39px !important;
  }
}

body.woocommerce-page.woocommerce-checkout .checkout-after-summary-section {
  position: absolute;
}

@media only screen and (min-width: 1000px) {
  body.woocommerce-page.woocommerce-checkout .order-summary-title-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 999px) {
  body.woocommerce-page.woocommerce-checkout form.checkout {
    padding-bottom: 60px;
  }

  body.woocommerce-page.woocommerce-checkout .billing-details-title-col {
    margin: 20px 0 -50px !important;
  }

  body.woocommerce-page.woocommerce-checkout .order-summary-title-col {
    display: none !important;
  }

  body.woocommerce-page.woocommerce-checkout .order-summary-title-mobile {
    margin: 100px 0 20px !important;
  }

  body.woocommerce-page.woocommerce-checkout .checkout-order-info-form-col {
    margin-bottom: 0 !important;
  }

  body.woocommerce-page.woocommerce-checkout .checkout-after-summary-section .iwt-text {
    max-width: 400px !important;
  }
}

@media screen and (max-width: 690px) {
  body.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p.form-row {
    width: 100% !important;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .product-container .cart_item {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .product-container .cart_item .product-image {
    max-width: 40px;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .product-container .cart_item .product-image img {
    margin: auto;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .product-container .cart_item .product-image .product-thumbnail-quantity {
    top: 0 !important;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .product-container .cart_item .product-info {
    width: calc(100% - 50px) !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .product-container .cart_item .product-info .product-name h4 a {
    font-size: 16px !important;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .product-container .cart_item .product-info .product-name dl.variation,
  body.woocommerce-page.woocommerce-checkout #order_review .product-container .cart_item .product-info .product-name dl.variation p {
    font-size: 14px !important;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .product-container .cart_item .product-info .product-price {
    line-height: 1.2 !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    float: right;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .product-container .cart_item .product-info .product-price span.woocommerce-Price-amount {
    font-size: 16px !important;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .checkout_coupon>p:nth-of-type(2) {
    height: 50px !important;
  }

  body.woocommerce-page.woocommerce-checkout #order_review .checkout_coupon>p:nth-of-type(2) button.button[type=submit]::before {
    font-size: 28px !important;
    color: #151618 !important;
  }

  body.woocommerce-page.woocommerce-checkout #order_review li.wc_payment_method.payment_method_stripe img {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  body.woocommerce-page.woocommerce-checkout .order-summary-container {
    padding: 30px 20px !important;
  }

  body.woocommerce-page.woocommerce-checkout .order-summary-container #order_review .cart_item {
    margin-bottom: 30px !important;
  }

  body.woocommerce-page.woocommerce-checkout .order-summary-container #order_review .cart_item .product-image {
    width: 23px !important;
    background: transparent !important;
  }

  body.woocommerce-page.woocommerce-checkout .order-summary-container #order_review .cart_item .product-image span.product-thumbnail-quantity {
    left: 0;
    display: block;
    position: unset !important;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  body.woocommerce-page.woocommerce-checkout .order-summary-container #order_review .cart_item .product-image img {
    display: none !important;
  }

  body.woocommerce-page.woocommerce-checkout .order-summary-container #order_review .cart_item .product-info {
    width: 100% !important;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body.woocommerce-page.woocommerce-checkout .order-summary-container #order_review .cart_item .product-info .product-name {
    width: 100% !important;
  }

  body.woocommerce-page.woocommerce-checkout .order-summary-container #order_review .cart_item .product-info .product-name dl.variation {
    margin-top: 2px !important;
  }

  body.woocommerce-page.woocommerce-checkout .order-summary-container #order_review .cart_item .product-info .product-price {
    text-align: left !important;
    float: none !important;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 8px;
  }

  body.woocommerce-page.woocommerce-checkout .order-summary-container #order_review .cart_item .product-info .product-price .woocommerce-Price-amount {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 374px) {
  body.woocommerce-page.woocommerce-checkout body.woocommerce-page.woocommerce-checkout .checkout-order-info {
    padding-bottom: 50px !important;
  }

  body.woocommerce-page.woocommerce-checkout body.woocommerce-page.woocommerce-checkout .order-summary-container {
    padding: 40px 30px !important;
    margin-left: calc(10px - (100vw - 100%) /2) !important;
    width: calc(100vw - 20px) !important;
  }

  body.woocommerce-page.woocommerce-checkout body.woocommerce-page.woocommerce-checkout .order-summary-container #order_review .woocommerce-checkout-review-order-table .product-container div.cart_item .product-image {
    display: none !important;
  }

  body.woocommerce-page.woocommerce-checkout body.woocommerce-page.woocommerce-checkout .order-summary-container #order_review .woocommerce-checkout-review-order-table .product-container div.cart_item .product-info {
    width: 100% !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 690px) {
  body.woocommerce-page.woocommerce-checkout div.checkout-charity-box {
    width: calc(100% - 40px);
    margin: auto !important;
    padding-top: 0 !important;
    text-align: center;
  }
}

@media screen and (max-width: 999px) {
  body.woocommerce-page.woocommerce-checkout div.checkout-charity-box {
    padding-top: 0 !important;
  }
}

body.woocommerce-page.woocommerce-checkout div.checkout-charity-box .vc_col-sm-6.wpb_column.column_container:first-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 691px) and (max-width: 999px) {
  body.woocommerce-page.woocommerce-checkout div.checkout-charity-box .vc_col-sm-6.wpb_column.column_container:first-child {
    padding-left: 40px;
  }
}

body.woocommerce-page.woocommerce-checkout div.checkout-charity-box .vc_col-sm-6.wpb_column.column_container:first-child .wpb_text_column p {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-rendering: optimizeLegibility !important;
  line-height: 1.4 !important;
  color: rgba(21, 22, 24, 0.6) !important;
}

body.woocommerce-page.woocommerce-checkout div.checkout-charity-box .vc_col-sm-6.wpb_column.column_container:first-child .wpb_text_column p strong {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  line-height: 2 !important;
  color: #151618 !important;
}

@media screen and (max-width: 690px) {
  body.woocommerce-page.woocommerce-checkout div.checkout-charity-box .vc_col-sm-6.wpb_column.column_container:first-child .wpb_text_column p strong {
    line-height: 1 !important;
    display: block;
    max-width: 160px;
    margin: auto;
  }
}

body.woocommerce-page.woocommerce-checkout div.checkout-charity-box img {
  max-width: 240px !important;
  opacity: 0.6 !important;
}

@media screen and (min-width: 691px) and (max-width: 999px) {
  body.woocommerce-page.woocommerce-checkout div.checkout-charity-box img {
    margin-left: 40px;
  }
}

/* /body */
/* ===========================
        Lost Password
 ============================= */
div.go-back-button {
  text-align: center;
  position: absolute;
  top: -60px;
  left: 0;
}

div.go-back-button a {
  color: rgba(255, 255, 255, 0.5);
  margin: auto;
}

div.go-back-button a::before {
  border-color: 255, 255, 255, 0.5 !important;
}

div.go-back-button a:hover {
  color: white !important;
}

div.go-back-button a:hover::before {
  border-color: white !important;
}

body.woocommerce-account {
  /* Email sent */
  /* Create new password */
  /* Password strenght indicator */
}

body.woocommerce-account .container-wrap {
  min-height: 80vh !important;
  background: #F7F9FA;
}

body.woocommerce-account .message-box {
  text-align: center;
  background: white;
  padding: 60px;
  width: 480px;
  margin: 242px auto 0;
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 20px 60px 20px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 20px 60px 20px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 20px 60px 20px rgba(0, 0, 0, 0.05) !important;
}

body.woocommerce-account .message-box img.email-sent {
  margin: 40px auto 0;
  width: 100px;
}

body.woocommerce-account .message-box .woocommerce-message {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-rendering: optimizeLegibility !important;
}

body.woocommerce-account .message-box p {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px !important;
  text-rendering: optimizeLegibility !important;
  color: rgba(21, 22, 24, 0.6) !important;
  padding-bottom: 0;
}

body.woocommerce-account .message-box p.confirmation-message {
  margin-top: 50px;
}

body.woocommerce-account form.lost_reset_password p.reset-message {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px !important;
  text-rendering: optimizeLegibility !important;
  color: rgba(21, 22, 24, 0.6) !important;
  margin-top: 50px;
  padding-bottom: 0;
}

body.woocommerce-account form.lost_reset_password .woocommerce-form-row {
  width: 100% !important;
}

body.woocommerce-account form.lost_reset_password label {
  display: none;
}

body.woocommerce-account form.lost_reset_password .form-row input {
  background-color: #F7F9FA;
  margin: 60px auto 0 !important;
  padding: 14px 20px;
  border: 0;
}

body.woocommerce-account form.lost_reset_password .form-row input[name="password_2"] {
  margin: 20px 0 0 !important;
}

body.woocommerce-account form.lost_reset_password .form-row input:focus {
  background-color: #ebebeb !important;
}

body.woocommerce-account form.lost_reset_password .woocommerce-Button {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  width: 100%;
  max-width: 300px;
  padding: 0 !important;
  height: 50px;
  margin-top: 10px !important;
}

body.woocommerce-account .woocommerce-password-hint {
  font-size: 14px;
}

body.woocommerce-account .woocommerce-password-strength {
  width: 0;
  background-color: red;
  font-size: 0;
  height: 4px !important;
  margin: 0 !important;
  display: block !important;
  line-height: 0 !important;
  border: none !important;
  padding: 0 !important;
  text-align: left;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

body.woocommerce-account .woocommerce-password-strength.short {
  width: 5%;
  background-color: #EB5757 !important;
}

body.woocommerce-account .woocommerce-password-strength.bad {
  width: 33.33%;
  background-color: #EB5757 !important;
}

body.woocommerce-account .woocommerce-password-strength.good {
  width: 66.66%;
  background-color: #F2994A !important;
}

body.woocommerce-account .woocommerce-password-strength.strong {
  width: 100%;
  background-color: #6FCF97 !important;
}

body.woocommerce-account .woocommerce-password-strength small.woocommerce-password-hint {
  text-align: left;
  line-height: 1.4;
  font-size: 12px !important;
  font-weight: 500;
}

/* go back button */
div.go-back-button a {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  color: rgba(21, 22, 24, 0.6) !important;
  transition: all ease .2s;
  width: auto !important;
  display: block;
  max-width: 100px;
  position: relative;
  padding-left: 12px;
}

div.go-back-button a::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 8px;
  left: 0;
  border-top: solid 2px rgba(0, 0, 0, 0.5);
  border-right: solid 2px rgba(0, 0, 0, 0.5);
  width: 6px;
  height: 6px;
  transform: rotate(-135deg);
  transition: all ease .2s;
}

div.go-back-button a:hover {
  opacity: 1;
  color: #151618 !important;
}

div.go-back-button a:hover::before {
  border-color: black !important;
}

/* ===========================
        Login page
 ============================= */
body.page-my-account form.woocommerce-form.woocommerce-form-login.login {
  display: block !important;
  text-align: center;
  background: white;
  padding: 60px;
  width: 480px;
  margin: 300px auto 0;
  transform: translateY(-50%);
  border: 0;
  -webkit-box-shadow: 0px 20px 60px 20px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 20px 60px 20px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 20px 60px 20px rgba(0, 0, 0, 0.05) !important;
}

body.page-my-account form.woocommerce-form.woocommerce-form-login.login .username-input,
body.page-my-account form.woocommerce-form.woocommerce-form-login.login .password-input {
  padding: 0 !important;
}

body.page-my-account form.woocommerce-form.woocommerce-form-login.login .username-input {
  margin: 50px auto 40px !important;
}

body.page-my-account form.woocommerce-form.woocommerce-form-login.login .password-input {
  margin-bottom: 5px !important;
}

body.page-my-account form.woocommerce-form.woocommerce-form-login.login input[name="username"],
body.page-my-account form.woocommerce-form.woocommerce-form-login.login input[name="password"] {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  color: #151618 !important;
  background-color: #F7F9FA !important;
  border: 0 !important;
  padding: 14px 20px;
  margin-bottom: 5px;
}

body.page-my-account form.woocommerce-form.woocommerce-form-login.login label[for="username"],
body.page-my-account form.woocommerce-form.woocommerce-form-login.login label[for="password"] {
  display: none !important;
}

body.page-my-account form.woocommerce-form.woocommerce-form-login.login .checkbox {
  margin-left: 2px !important;
  float: left;
}

body.page-my-account form.woocommerce-form.woocommerce-form-login.login .checkbox input {
  display: none;
}

body.page-my-account form.woocommerce-form.woocommerce-form-login.login .checkbox span {
  color: rgba(33, 34, 39, 0.6) !important;
  font-weight: 400;
  font-size: 14px;
}

body.page-my-account form.woocommerce-form.woocommerce-form-login.login .checkbox span::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 2px #d6d6d6;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}

body.page-my-account form.woocommerce-form.woocommerce-form-login.login .checkbox input:checked~span:before {
  background-color: #0575FF;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border-color: #0575FF;
  color: #fff;
}

body.page-my-account form.woocommerce-form.woocommerce-form-login.login .form_submit_input::after {
  content: 'or';
  display: block;
  text-align: center;
  margin-top: 10px;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
}

body.page-my-account form.woocommerce-form.woocommerce-form-login.login .form_submit_input button[type="submit"] {
  width: 100% !important;
  height: 50px;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
}

/* ===========================
        Thank you page
 ============================= */
body.woocommerce-order-received .woocommerce-order::after {
  content: '';
  display: block;
  width: 2000px;
  height: 2000px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -40%;
  right: -90%;
  border-radius: 5000px;
  z-index: -4;
}

/* ===========================
        My Account
 ============================= */
.woocommerce-account .container-wrap::after {
  background-color: transparent !important;
}

img.img-with-animation.img2.cstmcs.animated-in {
  position: relative;
  top: 40px;
  right: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-right: 0 !important;
}

.page-my-account .container-wrap .row>.woocommerce {
  margin-top: -120px;
  padding-bottom: 40px;
}

.page-my-account .container-wrap .row>.woocommerce .woocommerce-MyAccount-navigation {
  background-color: #fff;
  padding: 40px !important;
  box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
}

.page-my-account:not(.woocommerce-view-order) .container-wrap .row>.woocommerce .woocommerce-MyAccount-content {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.05);
}

.page-my-account .container-wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 300px;
  background-color: #0575FF;
}

body.logged-in.page-my-account .container-wrap .container.main-content:before {
  content: 'My account';
  font-family: 'Gilroy', 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  top: -200px;
  position: relative;
}

.page-my-account .container-wrap .row>.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details__title:before {
  display: none !important;
}

.page-my-account .container-wrap .row>.woocommerce {
  font-family: 'Gilroy', 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 140%;
  color: #151618;
}

.page-my-account .container-wrap .row>.woocommerce .woocommerce-MyAccount-navigation ul {
  border: none;
  margin-bottom: 0;
}

.page-my-account .container-wrap .row>.woocommerce .woocommerce-MyAccount-navigation ul li {
  border: none;
}

.page-my-account.woocommerce-view-order .container-wrap .row>.woocommerce .woocommerce-MyAccount-content>p {
  max-width: 740px;
  display: block;
  margin: auto;
  font-size: 28px !important;
  position: relative;
  background-color: white;
  padding: 40px;
  font-family: 'Gilroy', 'Roboto', sans-serif, 'Roboto', sans-serif;
  line-height: 140%;
  font-weight: 500;
  padding-bottom: 100px;
}

.page-my-account.woocommerce-view-order .container-wrap .row>.woocommerce .woocommerce-MyAccount-content>p mark {
  color: #0575FF;
}

.page-my-account.woocommerce-view-order .container-wrap .row>.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details__title {
  padding: 0 40px;
  margin-bottom: 0;
  color: #151618;
  background-color: #fff;
}

.page-my-account.woocommerce-view-order .container-wrap .row>.woocommerce .woocommerce-MyAccount-content a.view-order-button {
  display: none;
}

.page-my-account .container-wrap .row>.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  border: solid 1px #ececec;
  padding: 40px;
}

.page-my-account.woocommerce-view-order .container-wrap .row>.woocommerce .woocommerce-MyAccount-content section.woocommerce-customer-details .woocommerce-column--billing-address,
.page-my-account.woocommerce-view-order .container-wrap .row>.woocommerce .woocommerce-MyAccount-content section.woocommerce-customer-details .woocommerce-column--shipping-address {
  margin-top: 0;
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap;
  width: 80%;
  border-radius: 100px;
  font-size: 16px !important;
  font-weight: 600 !important;
  display: block;
  margin: auto;
}

body.woocommerce-page.page-my-account:not(.woocommerce-cart) .woocommerce-MyAccount-content table {
  /* border-top: 1px solid #ececec !important; */
  margin-bottom: 0 !important;
}

body:not(.woocommerce-cart) .main-content td {
  font-size: 16px;
}

body:not(.woocommerce-cart) .main-content td a {
  font-weight: 600;
}

.woocommerce-account .addresses .title .edit {
  font-weight: 600;
  margin-top: 6px;
  font-size: 16px;
}

.woocommerce-account .addresses .title .edit:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-right: 6px;
}

.woocommerce-MyAccount-content .wc-social-login-profile h2 {
  font-size: 28px !important;
  margin-bottom: 20px;
  margin-top: 60px;
}

.woocommerce-MyAccount-content {
  min-height: 415px;
}

.woocommerce-MyAccount-content h3 {
  margin-bottom: 40px;
}

.woocommerce-MyAccount-content p.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  color: #151618 !important;
}

.woocommerce-MyAccount-content a.button {
  height: 50px;
  display: block;
  border-radius: 100px;
  transition: all ease .2s;
  padding: 17px 0 !important;
  background: transparent !important;
  border: solid 2px #0575FF !important;
  color: #0575FF !important;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  width: 100%;
  max-width: 250px;
  height: 50px;
  margin: 20px auto;
}

.woocommerce-MyAccount-content a.button:hover {
  color: white !important;
}

.woocommerce-MyAccount-content fieldset {
  margin-top: 60px;
}

.woocommerce-MyAccount-content button[type="submit"] {
  display: block;
  background-color: #0575FF !important;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  width: 100%;
  max-width: 250px;
  height: 50px;
  margin: 20px auto;
  float: none !important;
}

.woocommerce-MyAccount-content .u-columns {
  margin-top: 40px !important;
}

.woocommerce-MyAccount-content .u-columns .woocommerce-Address {
  border-left: solid 2px #0574ff !important;
  border-radius: 0 !important;
  padding: 0 0 0 20px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}

.woocommerce-MyAccount-content .u-columns .woocommerce-Address .title .edit {
  float: none !important;
  margin-left: 20px !important;
  color: transparent;
  position: relative;
}

.woocommerce-MyAccount-content .u-columns .woocommerce-Address .title .edit::before {
  content: "\f040";
  opacity: 0;
  transition: all ease .2s;
  font-family: 'FontAwesome';
  color: #0575FF !important;
  font-size: 20px;
  position: absolute;
  transform: rotate(0deg);
  border: 0 !important;
  margin: 5px 0 0 5px !important;
}

.woocommerce-MyAccount-content .u-columns .woocommerce-Address:hover a.edit::before {
  opacity: 1 !important;
}

.woocommerce-MyAccount-content .woocommerce-address-fields button.button[name="save_address"] {
  transform: translateY(40px);
}

.woocommerce-MyAccount-content .woocommerce-address-fields button.button[name="save_address"]:hover {
  transform: translateY(37px) !important;
}

.woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr {
  background-color: transparent !important;
}

.woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td,
.woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th {
  border-left: 0;
  border-right: 0;
}

.woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table a.woocommerce-button.button.view {
  padding: 13px 0 !important;
  height: 40px !important;
  margin: 0;
  width: 100% !important;
}

.woocommerce-MyAccount-content ul.woocommerce-PaymentMethods.payment_methods.methods {
  border: 0 !important;
}

.woocommerce-MyAccount-content ul.woocommerce-PaymentMethods.payment_methods.methods .woocommerce-PaymentBox.woocommerce-PaymentBox--stripe.payment_box.payment_method_stripe {
  background: transparent !important;
  padding: 0 !important;
}

.woocommerce-MyAccount-content ul.woocommerce-PaymentMethods.payment_methods.methods .woocommerce-PaymentBox.woocommerce-PaymentBox--stripe.payment_box.payment_method_stripe::before {
  border: 0 !important;
}

/* ===========================
        ERROR 404
 ============================= */
body.error404 .main-content {
  padding: 25vh 0;
}

/* ===========================
        Bluelight page
 ============================= */
body.page-why #nectar_fullscreen_rows {
  background-color: white !important;
}

/*@media only screen and (max-width: 999px) {
    body.page-why #nectar_fullscreen_rows {bottom: -63px !important; top: unset !important;}
}*/
@media screen and (max-width: 480px) {
  .bluelight-hero {
    padding-top: 0 !important;
  }
}

.bluelight-hero .full-page-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (min-width: 1000px) and (max-width: 1480px) {
  .bluelight-hero .full-page-inner {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.bluelight-hero .full-page-inner .row-bg {
  background-color: #F7F9FA !important;
}

.bluelight-hero .full-page-inner .row-bg::before {
  content: '';
  background: #ebf4ff;
  display: block;
  width: 100%;
  height: 78% !important;
}

@media only screen and (max-width: 999px) {
  .bluelight-hero .full-page-inner .row-bg::before {
    height: 26% !important;
  }
}

@media only screen and (max-width: 480px) {
  .bluelight-hero .full-page-inner .row-bg::before {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .bluelight-hero .full-page-inner>.container {
    padding: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .bluelight-hero .full-page-inner .hero-text {
    margin-top: 0 !important;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) and (min-width: 1000px) {
  .bluelight-hero .full-page-inner .hero-text .vc_column-inner {
    display: block !important;
    padding-top: 45% !important;
  }
}

.bluelight-hero .full-page-inner .bluelight-types-text-col {
  padding: 0 2% !important;
}

@media only screen and (max-width: 999px) {
  .bluelight-hero .col.span_12 {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bluelight-hero .col.span_12 .hero-text,
  .bluelight-hero .col.span_12 .hero-image {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .bluelight-hero .col.span_12 .hero-image {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .bluelight-hero .col.span_12 .hero-text {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px !important;
  }

  .bluelight-hero .col.span_12 .hero-text .vc_column-inner {
    margin: auto;
  }

  .bluelight-hero .col.span_12 .bluelight-graph-col {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

div.bluelight-hero .fp-tableCell {
  height: 100% !important;
}

div.bluelight-hero .fp-tableCell .fp-scrollable {
  height: 100% !important;
}

@media only screen and (max-width: 690px) {
  body div.bluelight-hero .col.span_12 div.hero-image {
    width: calc(100vw - 80px) !important;
    margin-left: calc(40px - (100vw - 100%) / 2) !important;
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  body div.bluelight-hero div.col.span_12 div.hero-image {
    width: 100vw !important;
    margin-left: calc(0px - (100vw - 100%) / 2) !important;
    margin-top: -11% !important;
  }
}

/* Day Illustration */
div.bluelight-day-illustration {
  overflow: hidden;
}

div.bluelight-day-illustration>div.col.span_12.dark.left>div {
  overflow: hidden !important;
}

div.bluelight-day-illustration .inside-wall,
div.bluelight-day-illustration .window {
  height: 80vh;
  overflow: hidden;
}

div.bluelight-day-illustration .inside-wall::before {
  z-index: -1;
}

div.bluelight-day-illustration .inside-wall .wpb_text_column {
  z-index: 99;
}

div.bluelight-day-illustration .window {
  background-position: -1vw 110% !important;
  background-size: 45vw !important;
  background-repeat: no-repeat !important;
}

div.bluelight-day-illustration .window .wpb_wrapper {
  height: 100% !important;
}

div.bluelight-day-illustration .window::before {
  z-index: -1;
}

div.bluelight-day-illustration .window img.sun {
  width: 20vw;
  max-width: 400px !important;
  position: absolute !important;
  right: 40px !important;
  top: 40px !important;
}

div.bluelight-day-illustration .window img.cloud-1 {
  width: 25vw;
  max-width: 500px !important;
  position: absolute !important;
  top: 15vw !important;
  right: -1vw !important;
}

div.bluelight-day-illustration .window img.plant-1-big-leaf {
  position: absolute !important;
  bottom: 120px !important;
  left: -20px !important;
  max-width: 165px !important;
  width: 10vw !important;
}

div.bluelight-day-illustration .window img.plant-1-small-leaf {
  position: absolute !important;
  bottom: 70px !important;
  left: 0 !important;
  max-width: 220px !important;
  width: 13vw !important;
}

div.bluelight-day-illustration .window img.plant-2-big-leaf {
  position: absolute !important;
  bottom: 0 !important;
  right: -20px;
  max-width: 140px !important;
  width: 8vw !important;
}

div.bluelight-day-illustration .window img.plant-2-small-leaf {
  position: absolute !important;
  bottom: -20px !important;
  right: 0;
  max-width: 200px !important;
  width: 12vw !important;
}

div.bluelight-day-illustration .desk-row {
  background-color: #F69370 !important;
  z-index: 999;
}

div.bluelight-day-illustration .desk-row .desk {
  height: 9vh;
  transform-origin: bottom;
}

div.bluelight-day-illustration .desk-row .desk .img-with-aniamtion-wrap {
  display: inline-block;
}

div.bluelight-day-illustration .desk-row .desk .img-with-aniamtion-wrap img {
  transition: all ease .2s;
}

div.bluelight-day-illustration .desk-row .desk img.plant-switch {
  max-width: 500px !important;
  position: absolute !important;
  left: -50px !important;
  bottom: 0 !important;
}

div.bluelight-day-illustration .desk-row .desk img.pencil {
  max-width: 200px !important;
  position: absolute !important;
  left: 2vw !important;
  bottom: 10px !important;
  z-index: 18;
}

div.bluelight-day-illustration .desk-row .desk img.monitor {
  max-width: 800px !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  z-index: 20;
}

div.bluelight-day-illustration .desk-row .desk img.lamp {
  max-width: 750px !important;
  position: absolute !important;
  right: 3vw !important;
  bottom: -80px !important;
  z-index: 19;
}

div.bluelight-day-illustration .desk-row .desk .bg-transition {
  background-color: #F69370;
  width: 100%;
  height: 9vh;
  transform-origin: bottom;
}

@media only screen and (min-width: 1501px) {
  div.bluelight-day-illustration .inside-wall {
    padding: 8vw 10% 0 13% !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
  div.bluelight-day-illustration .inside-wall {
    padding: 10vw 10% !important;
  }

  div.bluelight-day-illustration .desk-row .desk>.vc_column-inner img.pencil {
    max-width: 12vw !important;
    left: 3vw !important;
  }

  div.bluelight-day-illustration .desk-row .desk>.vc_column-inner img.monitor {
    max-width: calc(500px + 18vw) !important;
    bottom: -1vh !important;
    margin: auto !important;
  }

  div.bluelight-day-illustration .desk-row .desk>.vc_column-inner img.lamp {
    max-width: 46vw !important;
    right: -5vw !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  div.bluelight-day-illustration .inside-wall h2 {
    font-size: 38px !important;
  }

  div.bluelight-day-illustration div.desk-row div.desk>div.vc_column-inner img.pencil {
    left: 3vw !important;
  }

  div.bluelight-day-illustration div.desk-row div.desk>div.vc_column-inner img.monitor {
    bottom: -3vh !important;
  }
}

@media only screen and (max-width: 999px) {
  div.bluelight-day-illustration {
    min-height: 600px !important;
  }

  div.bluelight-day-illustration .window {
    display: none !important;
  }

  div.bluelight-day-illustration .illustration-day-inner-row {
    margin-top: -40px !important;
  }

  div.bluelight-day-illustration div.inside-wall.col {
    height: 74vh !important;
    min-height: 450px !important;
    text-align: center;
    padding: 15vh 10% 0;
  }

  div.bluelight-day-illustration .desk-row {
    height: 8vh !important;
    min-height: 150px !important;
  }

  div.bluelight-day-illustration .desk-row .col.span_12 {
    height: 100% !important;
  }

  div.bluelight-day-illustration .desk-row .col.span_12 .desk {
    height: 100% !important;
  }

  div.bluelight-day-illustration .desk-row .col.span_12 .desk>.vc_column-inner img.plant-switch {
    display: none;
    max-width: 50vw !important;
    bottom: -10px;
  }

  div.bluelight-day-illustration .desk-row .col.span_12 .desk>.vc_column-inner img.pencil {
    max-width: calc(80px + 8vw) !important;
    left: 2vw !important;
    bottom: 10vh !important;
  }

  div.bluelight-day-illustration .desk-row .col.span_12 .desk>.vc_column-inner img.monitor {
    max-width: calc(200px + 42vw) !important;
    bottom: -50px !important;
    margin: auto !important;
  }

  div.bluelight-day-illustration .desk-row .col.span_12 .desk>.vc_column-inner img.lamp {
    max-width: calc(120px + 45vw) !important;
    right: -15vw !important;
  }
}

@media only screen and (max-width: 768px) {
  div.bluelight-day-illustration div.inside-wall.col {
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 480px) {
  div.bluelight-day-illustration div.desk-row div.col.span_12 div.desk>div.vc_column-inner img.monitor {
    max-width: calc(200px + 30vw) !important;
  }

  div.bluelight-day-illustration div.desk-row div.col.span_12 div.desk>div.vc_column-inner img.lamp {
    max-width: calc(120px + 45vw) !important;
    right: -25vw !important;
    bottom: -15px !important;
  }
}

@media only screen and (max-width: 999px) {
  body.using-mobile-browser div.bluelight-day-illustration img.monitor {
    bottom: -8px !important;
  }
}

/* Night Illustration */
@media screen and (max-width: 999px) {

  .night-content-col>.vc_column-inner,
  .night-content-col>.vc_column-inner>.wpb_wrapper {
    min-height: 100vh !important;
    height: auto !important;
  }
}

@media screen and (max-height: 700px) and (max-width: 999px) {
  .illustration-day-inner-row {
    min-height: 500px;
  }

  .night-content-col>.vc_column-inner,
  .night-content-col>.vc_column-inner>.wpb_wrapper {
    min-height: 750px !important;
    height: auto !important;
  }
}

@-webkit-keyframes night-text-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1 !important;
  }
}

@-moz-keyframes night-text-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1 !important;
  }
}

@-ms-keyframes night-text-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1 !important;
  }
}

@keyframes night-text-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1 !important;
  }
}

@-webkit-keyframes anim-glow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.5;
  }
}

@-moz-keyframes anim-glow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.5;
  }
}

@-ms-keyframes anim-glow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes anim-glow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.5;
  }
}

@-webkit-keyframes anim-glow-infinit {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.2;
  }
}

@-moz-keyframes anim-glow-infinit {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.2;
  }
}

@-ms-keyframes anim-glow-infinit {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes anim-glow-infinit {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.2;
  }
}

div.bluelight-night-illustration .fp-tableCell,
div.bluelight-night-illustration .fp-scroller,
.bluelight-day-illustration .fp-tableCell,
.bluelight-day-illustration .fp-scroller {
  height: 100% !important;
}

div.bluelight-night-illustration .fp-tableCell .full-page-inner-wrap-outer,
div.bluelight-night-illustration .fp-scroller .full-page-inner-wrap-outer,
.bluelight-day-illustration .fp-tableCell .full-page-inner-wrap-outer,
.bluelight-day-illustration .fp-scroller .full-page-inner-wrap-outer {
  height: 100% !important;
}

div.bluelight-night-illustration .fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left,
div.bluelight-night-illustration .fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left,
.bluelight-day-illustration .fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left,
.bluelight-day-illustration .fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left {
  height: 100% !important;
}

div.bluelight-night-illustration .fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left>.night-content-col,
div.bluelight-night-illustration .fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left>.night-content-col,
.bluelight-day-illustration .fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left>.night-content-col,
.bluelight-day-illustration .fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left>.night-content-col {
  height: 100% !important;
}

div.bluelight-night-illustration .fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left>.night-content-col>.vc_column-inner,
div.bluelight-night-illustration .fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left>.night-content-col>.vc_column-inner,
.bluelight-day-illustration .fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left>.night-content-col>.vc_column-inner,
.bluelight-day-illustration .fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left>.night-content-col>.vc_column-inner {
  height: 100% !important;
}

div.bluelight-night-illustration .fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left>.night-content-col>.vc_column-inner>.wpb_wrapper.only_rows,
div.bluelight-night-illustration .fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left>.night-content-col>.vc_column-inner>.wpb_wrapper.only_rows,
.bluelight-day-illustration .fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left>.night-content-col>.vc_column-inner>.wpb_wrapper.only_rows,
.bluelight-day-illustration .fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>div.col.span_12.light.left>.night-content-col>.vc_column-inner>.wpb_wrapper.only_rows {
  height: 100% !important;
  overflow: hidden !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  body div.bluelight-night-illustration img.night-glow {
    opacity: 0.5 !important;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) and (min-width: 1501px) {
  body div.bluelight-night-illustration img.night-glow {
    bottom: 82px !important;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) and (min-width: 1201px) and (max-width: 1500px) {
  body div.bluelight-night-illustration img.night-glow {
    bottom: 83px !important;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) and (min-width: 1000px) and (max-width: 1200px) {
  body div.bluelight-night-illustration img.night-glow {
    bottom: 84px !important;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) and (min-width: 769px) and (max-width: 999px) {
  body div.bluelight-night-illustration img.night-glow {
    bottom: 85px !important;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) and (min-width: 480px) and (max-width: 768px) {
  body div.bluelight-night-illustration img.night-glow {
    bottom: 86px !important;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) and (max-width: 480px) {
  body div.bluelight-night-illustration img.night-glow {
    bottom: 87px !important;
  }
}

@media only screen and (min-width: 1501px) {
  body.using-mobile-browser div.bluelight-night-illustration img.night-fingers-back {
    left: calc(5vw + 82px) !important;
    bottom: 125px !important;
    max-width: 70px !important;
  }

  body.using-mobile-browser div.bluelight-night-illustration img.night-glow {
    bottom: -270px !important;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
  body.using-mobile-browser div.bluelight-night-illustration img.night-fingers-back {
    left: calc(2vw + 76px) !important;
    max-width: 50px !important;
    bottom: 150px;
  }

  body.using-mobile-browser div.bluelight-night-illustration img.night-glow {
    bottom: -222px !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  body.using-mobile-browser div.bluelight-night-illustration img.night-fingers-back {
    left: 70px !important;
    max-width: 45px !important;
    bottom: 142px;
  }

  body.using-mobile-browser div.bluelight-night-illustration img.night-glow {
    bottom: -405px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 999px) {
  body.using-mobile-browser div.bluelight-night-illustration img.night-glow {
    bottom: -192px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  body.using-mobile-browser div.bluelight-night-illustration img.night-glow {
    left: calc(8vw + 30px) !important;
    bottom: -116px !important;
    max-width: 800px !important;
  }
}

@media only screen and (max-width: 480px) {
  body.using-mobile-browser div.bluelight-night-illustration img.night-glow {
    bottom: -88px !important;
    max-width: 680px !important;
  }
}

@media screen and (min-width: 1000px) {
  .bluelight-night-illustration .night-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    left: 25vw;
    z-index: 20;
  }
}

.bluelight-night-illustration img.night-hand-phone {
  position: absolute;
  left: 5vw;
  bottom: 0;
  z-index: 4;
  max-width: 400px !important;
}

.bluelight-night-illustration img.night-fingers-back {
  position: absolute;
  left: calc(5vw + 80px);
  bottom: 175px;
  max-width: 80px !important;
  z-index: -1;
}

.bluelight-night-illustration .night-content-col .wpb_wrapper>.img-with-aniamtion-wrap:nth-of-type(4) {
  -webkit-animation: anim-glow-infinit 3.5s infinite;
  /* Safari 4+ */
  -moz-animation: anim-glow-infinit 3.5s infinite;
  /* Fx 5+ */
  -o-animation: anim-glow-infinit 3.5s infinite;
  /* Opera 12+ */
  animation: anim-glow-infinit 3.5s infinite;
}

.bluelight-night-illustration img.night-glow {
  max-width: 1800px !important;
  position: absolute;
  left: calc(5vw + 60px) !important;
  bottom: -320px;
  z-index: 3;
  margin: auto !important;
}

.bluelight-night-illustration img.night-girl-head {
  position: absolute;
  right: -15vw;
  bottom: 0;
  max-width: 1040px !important;
  z-index: -1;
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
  .bluelight-night-illustration img.night-hand-phone {
    left: 2vw !important;
    max-width: 350px !important;
  }

  .bluelight-night-illustration img.night-fingers-back {
    left: 100px !important;
    max-width: 70px !important;
    bottom: 160px;
  }

  .bluelight-night-illustration img.night-glow {
    left: calc(2vw + 60px) !important;
    max-width: 1550px !important;
    bottom: -270px !important;
  }

  .bluelight-night-illustration img.night-girl-head {
    right: -45vw !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .bluelight-night-illustration img.night-hand-phone {
    left: 0 !important;
    max-width: 320px !important;
  }

  .bluelight-night-illustration img.night-fingers-back {
    left: 67px !important;
    max-width: 70px !important;
    bottom: 130px;
  }

  .bluelight-night-illustration img.night-glow {
    left: 50px !important;
    bottom: -455px;
  }

  .bluelight-night-illustration img.night-girl-head {
    right: -55vw !important;
    max-width: 950px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 999px) {
  .bluelight-night-illustration img.night-hand-phone {
    left: 0 !important;
    max-width: 260px !important;
  }

  .bluelight-night-illustration img.night-fingers-back {
    left: 58px !important;
    max-width: 34px !important;
    bottom: 120px !important;
  }

  .bluelight-night-illustration img.night-glow {
    left: 40px !important;
    bottom: -192px !important;
    max-width: 1200px !important;
  }

  .bluelight-night-illustration img.night-girl-head {
    right: -55vw !important;
    max-width: 800px !important;
  }

  .bluelight-night-illustration .night-text {
    left: 0;
    z-index: 20;
    width: 100%;
    padding: 0 18vw 0 20vw;
    top: 140px;
    transform: translateY(0);
    text-align: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .bluelight-night-illustration img.night-hand-phone {
    left: 8vw;
    max-width: 180px !important;
  }

  .bluelight-night-illustration img.night-fingers-back {
    left: calc(8vw + 40px) !important;
    max-width: 26px !important;
    bottom: 76px !important;
  }

  .bluelight-night-illustration img.night-glow {
    left: calc(8vw + 35px) !important;
    bottom: -115px !important;
    max-width: 800px !important;
  }

  .bluelight-night-illustration img.night-girl-head {
    max-width: 580px !important;
    right: -48vw !important;
  }
}

@media only screen and (max-width: 768px) {
  .bluelight-night-illustration .night-text {
    left: 0;
    z-index: 20;
    width: 100%;
    padding: 0 18vw 0 20vw;
    top: 100px !important;
    transform: translateY(0);
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .bluelight-night-illustration img.night-hand-phone {
    left: 0 !important;
    max-width: 160px !important;
  }

  .bluelight-night-illustration img.night-fingers-back {
    left: 35px !important;
    max-width: 23px !important;
    bottom: 70px !important;
  }

  .bluelight-night-illustration img.night-glow {
    left: 25px !important;
    bottom: -90px !important;
    max-width: 680px !important;
  }

  .bluelight-night-illustration img.night-girl-head {
    max-width: 550px !important;
    right: -85vw !important;
    bottom: -60px !important;
  }
}

/* Bluelight graph */
@media screen and (min-width: 1000px) {
  body div.bluelight-graph-col {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1000px) {
  body div.bluelight-graph-col img.bluelight-graph {
    max-height: 70vh !important;
  }
}

@media screen and (max-width: 999px) {
  body div.bluelight-graph-col img.bluelight-graph {
    width: calc(100vw - 50px) !important;
    height: auto !important;
    max-height: unset !important;
    max-width: unset !important;
    margin-left: calc(25px - (100vw - 100%)/2) !important;
  }
}

@media screen and (min-width: 1600px) {
  body div.bluelight-graph-col div.bluelight-graph-text.col.wpb_column:first-child {
    max-width: 180px !important;
    margin-left: 280px !important;
    padding-left: 0 !important;
  }

  body div.bluelight-graph-col div.bluelight-graph-text.col:not(:first-child) {
    max-width: 280px !important;
  }
}

@media screen and (min-width: 1000px) {
  body div.bluelight-graph-col div.bluelight-graph-text.col {
    max-width: calc(50px + 19vw);
  }

  body div.bluelight-graph-col div.bluelight-graph-text.col:first-child {
    padding-left: 110px !important;
  }

  body div.bluelight-graph-col div.bluelight-graph-text.col:not(:first-child) {
    margin-left: 5% !important;
  }

  body div.bluelight-graph-col div.bluelight-graph-text.col h6 {
    display: none;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  body div.bluelight-graph-col div.bluelight-graph-text.col {
    max-width: 250px !important;
  }
}

@media screen and (max-width: 999px) {
  body div.bluelight-graph-col div.bluelight-graph-text.col:first-child {
    margin-top: 60px !important;
  }
}

body div.bluelight-graph-col div.bluelight-graph-text.col h6 {
  font-weight: 700 !important;
}

body div.bluelight-graph-col div.bluelight-graph-text.col p,
body div.bluelight-graph-col div.bluelight-graph-text.col h6 {
  font-size: 14px !important;
  text-align: left !important;
}

div.bluelight-cta-section {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  div.bluelight-cta-section img {
    transform: scale(1.1);
  }
}

div.bluelight-cta-section img {
  opacity: 1;
}

@media only screen and (max-width: 999px) {
  div.bluelight-cta-section h2 {
    margin: auto;
    max-width: 400px;
  }
}

div.wpb_row>.span_12>.column_container.labelbox.bluelight::after {
  z-index: -1;
}

@media only screen and (max-width: 999px) {
  div.wpb_row>.span_12>.column_container.labelbox.bluelight {
    margin-top: 0 !important;
  }
}

div.wpb_row>.span_12>.column_container.labelbox.bluelight .wpb_wrapper {
  position: relative;
}

@media only screen and (min-width: 691px) {

  div.wpb_row>.span_12>.column_container.labelbox.bluelight>.wpb_text_column,
  div.wpb_row>.span_12>.column_container.labelbox.bluelight .img-with-aniamtion-wrap {
    display: inline-block;
  }

  div.wpb_row>.span_12>.column_container.labelbox.bluelight .wpb_text_column {
    width: 80%;
  }

  div.wpb_row>.span_12>.column_container.labelbox.bluelight .img-with-aniamtion-wrap {
    width: auto !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
  }

  div.wpb_row>.span_12>.column_container.labelbox.bluelight .img-with-aniamtion-wrap .inner,
  div.wpb_row>.span_12>.column_container.labelbox.bluelight .img-with-aniamtion-wrap img {
    height: 100%;
    max-width: 75px;
  }
}

@media only screen and (max-width: 690px) {
  div.wpb_row>.span_12>.column_container.labelbox.bluelight .wpb_wrapper {
    display: flex !important;
    flex-direction: column;
  }

  div.wpb_row>.span_12>.column_container.labelbox.bluelight .wpb_wrapper>.wpb_text_column {
    order: 2;
  }

  div.wpb_row>.span_12>.column_container.labelbox.bluelight .wpb_wrapper img {
    margin: 0 auto 20px !important;
  }
}

.left-leaves img,
.right-leaves img {
  opacity: 1 !important;
}

.left-leaves {
  position: relative;
}

.left-leaves .img-with-aniamtion-wrap {
  position: absolute;
  left: calc(-90px - (100vw - 100%) / 2);
  bottom: -75px;
}

.left-leaves .img-with-aniamtion-wrap .big-leaf {
  top: -95px;
}

.right-leaves {
  position: relative;
}

.right-leaves .img-with-aniamtion-wrap {
  position: absolute;
  right: calc(-20px - (100vw - 100%) / 2);
  top: -320px;
  transform: rotateY(180deg);
}

.right-leaves .img-with-aniamtion-wrap .big-leaf {
  top: -200px;
}

.small-leaf,
.big-leaf {
  max-width: 200px !important;
  z-index: 100;
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .right-leaves {
    transform: scale(0.8);
    transform-origin: right;
    right: -30px;
  }

  .left-leaves {
    transform: scale(0.8);
    transform-origin: left;
    left: -30px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  body.using-mobile-browser .right-leaves {
    bottom: -150px !important;
  }

  body.using-mobile-browser .left-leaves {
    top: 80px !important;
  }
}

@media only screen and (max-width: 999px) {
  .press-logo img {
    margin: auto !important;
  }

  .press-logo.evening-standard .wpb_wrapper {
    height: 100%;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 999px) {
  .right-leaves {
    transform: scale(0.4);
    transform-origin: right;
    right: -12.5vw;
    bottom: 0 !important;
  }

  .right-leaves .vc_column-inner>.wpb_wrapper>.img-with-aniamtion-wrap:nth-of-type(2) {
    top: -450px !important;
  }

  .left-leaves {
    transform: scale(0.4);
    transform-origin: left;
    left: -12.5vw;
  }

  .left-leaves .vc_column-inner>.wpb_wrapper>.img-with-aniamtion-wrap:nth-of-type(1) {
    bottom: -160px !important;
  }
}

@media only screen and (max-width: 480px) {
  .right-leaves {
    transform: scale(0.3);
    transform-origin: right;
    right: -40px;
    bottom: -170px !important;
  }

  .right-leaves .vc_column-inner>.wpb_wrapper>.img-with-aniamtion-wrap:nth-of-type(2) {
    top: -390px !important;
  }

  .right-leaves img.big-leaf {
    top: -260px !important;
  }

  .left-leaves {
    transform: scale(0.3);
    transform-origin: left;
    left: -50px;
    bottom: 0px !important;
  }

  .left-leaves .vc_column-inner>.wpb_wrapper>.img-with-aniamtion-wrap:nth-of-type(1) {
    bottom: -50px !important;
  }

  .left-leaves img.big-leaf {
    top: -200px !important;
  }

  div.bluelight-cta-section>div.col.span_12.dark.left>div.vc_col-sm-6.wpb_column>div>div>div img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform-origin: bottom center;
  }
}

.bluelight-cta-image-col {
  margin-top: -20px !important;
}

.bluelight-cta-text-col {
  padding-top: 15% !important;
}

.wpb_row>.span_12>.column_container.labelbox.bluelight {
  margin: -10% 0 120px !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .wpb_row>.span_12>.column_container.labelbox.bluelight {
    margin-top: 0px !important;
  }
}

.bluelight-cta-section .fp-tableCell,
.bluelight-cta-section .fp-scrollable {
  overflow: visible;
}

.bluelight-cta-section .fp-tableCell .fp-scroller,
.bluelight-cta-section .fp-scrollable .fp-scroller {
  z-index: 9999;
}

.bluelight-cta-section .fp-tableCell .fp-scroller .full-page-inner-wrap-outer::after:after,
.bluelight-cta-section .fp-scrollable .fp-scroller .full-page-inner-wrap-outer::after:after {
  content: '';
  display: block !important;
  width: 83px;
  height: 100px;
  background: url(/wp-content/uploads/2018/05/ocushield_o_logo.svg) no-repeat;
  position: absolute;
  background-size: cover;
  left: calc(90px + 2.5vw);
  bottom: -50px;
  z-index: 999999;
}

@media screen and (min-width: 1000px) {
  body.page-why #footer-outer {
    min-height: 400px !important;
    z-index: 1;
  }

  body.page-why #footer-outer .full-page-inner {
    background-color: #f7f9fa !important;
  }

  body.page-why #footer-outer .full-page-inner #footer-widgets>.container>div.row {
    padding-top: 100px !important;
  }

  body.page-why #footer-outer .full-page-inner #footer-widgets>.container>div.row::before {
    display: none !important;
  }

  body.page-why #footer-outer .full-page-inner #footer-widgets>.container>div.row div.supported-badge {
    bottom: 0 !important;
    /*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1000px) {bottom:-145px !important;}
                    @media screen and (max-width: 999px) {margin-top: 40px !important;}*/
  }

  body.page-why #footer-outer .full-page-inner #footer-widgets>.container>div.row div.charity-logo {
    bottom: 12px !important;
    /*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1000px) {bottom:-132px !important;}*/
  }
}

body.page div.container.main-content div.featured-press.bluelight {
  margin-left: 0 !important;
  padding: 40px 0 160px !important;
}

body.page div.container.main-content div.featured-press.bluelight div.vc_col-sm-12.wpb_column {
  padding: 0 8% !important;
}

body.page div.container.main-content div.featured-press.bluelight::after {
  content: '';
  display: block;
  width: 100vw;
  height: 370%;
  position: absolute;
  bottom: 0;
  left: calc(0px - (100vw - 100%) / 2);
  background: url(/wp-content/uploads/2018/06/bluelight-blob.svg) no-repeat !important;
  background-position: -16vw 80px !important;
  background-size: calc(800px + 60vw) !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  body.page div.container.main-content div.featured-press.bluelight::after {
    background-position: -50vw 160px !important;
    background-size: calc(800px + 70vw) !important;
  }

  body.page div.container.main-content div.featured-press.bluelight::after .press-logo {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
  }
}

@media only screen and (max-width: 690px) {
  body.page div.container.main-content div.featured-press.bluelight::after {
    background-position: 60% 52% !important;
  }
}

/* ===========================
             Blog
 ============================= */
body.single .heading-title[data-header-style="default_minimal"] .meta-category a {
  border: 1px solid rgba(21, 22, 24, 0.6) !important;
  color: rgba(21, 22, 24, 0.6) !important;
  text-transform: capitalize !important;
  letter-spacing: 0.01em;
  padding: 6px 16px !important;
  transition: all ease .2s;
}

body.single .heading-title[data-header-style="default_minimal"] .meta-category a:hover {
  color: #0575FF !important;
  border-color: #0575FF !important;
  background: transparent !important;
}

body.single .comments-section .logged-in-as a:first-child {
  color: #151618 !important;
  font-weight: 600 !important;
}

body.single .comments-section input#submit {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-rendering: optimizeLegibility !important;
  width: 100%;
  max-width: 250px !important;
  margin: auto !important;
  display: block;
}

/* ===========================
          Empty Cart
 ============================= */
body.empty-cart.woocommerce-cart .empty-cart-wrap {
  width: 100vw !important;
  margin-left: calc(0px - ((100vw - 100%) / 2));
  height: calc(100vh - 65px) !important;
}

@media screen and (max-width: 999px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap {
    height: 100vh !important;
  }
}

body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-info {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  z-index: 999;
}

@media screen and (min-height: 1200px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-info {
    top: 30vh !important;
  }
}

@media screen and (max-height: 500px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-info {
    top: 20vh !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-info {
    top: 20vh !important;
  }
}

@media screen and (max-width: 768px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-info {
    top: 30vh !important;
  }
}

@media screen and (max-height: 420px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-info {
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
}

body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-info a {
  visibility: visible !important;
  background-color: #0575FF !important;
  margin-top: 40px;
  width: 100% !important;
  min-width: unset;
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-info a {
    margin-top: 20px !important;
  }
}

body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-illustration {
  width: 100vw;
  height: 750px;
  background: url(/wp-content/uploads/2018/07/illustration-checkout-empty-cart.svg) no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  left: calc(0px - ((100vw - 100%) / 2));
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 1000px) and (min-height: 1200px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-illustration {
    background-size: 140% !important;
  }
}

@media screen and (max-width: 768px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-illustration {
    background-size: 140% !important;
  }
}

@media screen and (max-width: 520px) and (min-height: 730px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-illustration {
    background-size: 220% !important;
    background-position-x: 20%;
  }
}

@media screen and (max-height: 420px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-illustration {
    background-image: none !important;
  }
}

body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-illustration::after {
  content: '';
  width: 100%;
  max-width: 2500px;
  height: inherit;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/wp-content/uploads/2018/07/checkout-empty-blob.svg) no-repeat;
  background-position: center bottom;
  z-index: -2;
}

@media screen and (min-width: 1000px) and (min-height: 1200px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-illustration::after {
    background-size: 140% !important;
  }
}

@media screen and (max-width: 768px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-illustration::after {
    background-size: 140% !important;
  }
}

@media screen and (max-width: 520px) and (min-height: 730px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-illustration::after {
    background-size: 220% !important;
    background-position-x: 20%;
  }
}

@media screen and (max-height: 420px) {
  body.empty-cart.woocommerce-cart .empty-cart-wrap .empty-cart-illustration::after {
    background-image: none !important;
  }
}

@media (max-width: 480px) {
  .product-feature-icons .col.span_12.left {
    display: flex !important;
    justify-content: center;
  }
}

.bluelight-graph {
  max-width: 1224px !important;
}

/* =====================================
     Size guide Modal (Single Product)
  ====================================== */
body .row .col div.size-guide-link-wrapper {
  margin-bottom: 0 !important;
  margin-top: 30px;
}

body .row .col div.size-guide-link-wrapper p.size-guide-link {
  cursor: pointer;
  opacity: 0.4;
  text-align: right;
  float: right;
  width: 112px;
  transition: all ease .2s;
}

body .row .col div.size-guide-link-wrapper p.size-guide-link:hover {
  opacity: 1 !important;
}

.size-guide-link-wrapper p#size-guide-link {
  background-color: #0575ff !important;
  opacity: 1 !important;
  color: #fff !important;
  padding: 5px 15px 5px 25px !important;
  width: auto !important;
  border-radius: 30px;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15) !important;
  transition: all ease 0.2s;
  margin-bottom: 12px;
}

.size-guide-link-wrapper p#size-guide-link:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.size-guide-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.size-guide-overlay.visible {
  display: flex;
}

.size-guide-modal {
  width: calc(100vw - 40px);
  max-width: 850px;
  background: white;
  border-radius: 5px;
  position: relative;
  padding: 40px;
}

.size-guide-modal p {
  font-family: 'Gilroy', 'Roboto', sans-serif;
}

@media screen and (max-width: 690px) {
  .size-guide-modal {
    max-height: calc(100vh - 40px);
    overflow-y: scroll;
  }
}

.size-guide-modal a.size-guide-close {
  position: absolute;
  top: 47px;
  right: 50px;
  color: transparent !important;
  font-size: 30px;
}

.size-guide-modal a.size-guide-close::before,
.size-guide-modal a.size-guide-close::after {
  content: '';
  width: 20px;
  height: 2px;
  background: black;
  position: absolute;
  left: -2px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  pointer-events: all;
}

.size-guide-modal a.size-guide-close::before {
  transform: rotate(-45deg);
}

.size-guide-modal a.size-guide-close::after {
  transform: rotate(45deg);
}

.size-guide-modal .tables-wrapper {
  display: flex;
}

@media screen and (min-width: 691px) {
  .size-guide-modal .tables-wrapper {
    flex-direction: row;
  }
}

@media screen and (max-width: 690px) {
  .size-guide-modal .tables-wrapper {
    flex-wrap: wrap;
  }
}

.size-guide-modal .tables-wrapper .table-col {
  display: flex !important;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 691px) {
  .size-guide-modal .tables-wrapper .table-col {
    flex: 3;
  }
}

.size-guide-modal .tables-wrapper .table-col table.size-guide-table {
  margin-top: 40px;
}

@media screen and (max-width: 690px) {
  .size-guide-modal .tables-wrapper .table-col table.size-guide-table {
    width: 100%;
  }
}

.size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody {
  position: relative;
}

@media screen and (max-width: 690px) {
  .size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody>tr {
    width: 50%;
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody>tr {
    width: 100%;
  }
}

@media screen and (min-width: 401px) and (max-width: 690px) {
  .size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody>tr:first-child {
    position: absolute;
    left: 0;
  }
}

.size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody>tr:first-child th {
  justify-content: center;
  display: flex;
  height: 60px !important;
}

@media screen and (min-width: 691px) {
  .size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody>tr:first-child th {
    align-items: flex-end;
  }
}

@media screen and (min-width: 401px) and (max-width: 690px) {
  .size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody>tr:first-child th img {
    max-height: 11vw;
  }
}

@media screen and (max-width: 520px) {
  .size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody>tr:first-child th img {
    max-width: 60px !important;
  }
}

@media screen and (min-width: 401px) and (max-width: 690px) {
  .size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody>tr:not(:first-child) {
    float: right;
    margin-left: 1px;
  }
}

.size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody>tr:nth-child(2)>td:first-child {
  padding-top: 20px !important;
}

@media screen and (min-width: 401px) and (max-width: 690px) {
  .size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody>tr:nth-child(2)>td:first-child {
    padding-top: 0 !important;
  }
}

.size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody td {
  text-align: center;
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-rendering: optimizeLegibility !important;
  color: #151618;
  line-height: 2;
}

@media screen and (max-width: 400px) {
  .size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody td {
    display: block;
  }
}

.size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody td span.wide {
  font-size: 12px !important;
}

.size-guide-modal .tables-wrapper .table-col table.size-guide-table tbody td span.size {
  font-family: 'Gilroy', 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-rendering: optimizeLegibility !important;
  padding-left: 6px;
}

/* ===========================
           Meia Queries
 ============================= */
/** Non - Desktop **/
@media screen and (max-width: 999px) {
  .single-product.is_mobile .lSSlideOuter {
    padding-left: 0 !important;
  }

  .single-product .lSSlideOuter {
    padding-left: 0 !important;
  }

  .single-product.is_mobile .lSPrev,
  .single-product.is_mobile .lSNext {
    background: #fff;
    color: #333;
    opacity: 1;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.5px;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .single-product-page-hero-section .vc_col-sm-7.product-image.wpb_column.column_container.vc_column_container.col {
    margin-bottom: 35px;
  }
}

/** Non - Mobile **/
@media screen and (min-width: 600px) {

  /* notifications bar */
  #wpfront-notification-bar {
    padding-top: 16px;
    padding-bottom: 16px;
    height: auto !important;
  }

  #wpfront-notification-bar .wpfront-message {
    font-size: 20px;
    line-height: 1.5;
  }

  .single-product .ksp-label-row {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 1000px) {
  .page-homepage .hero-image img {
    height: auto;
  }
}

/** Desktop only **/
@media screen and (min-width: 1200px) {
  .single-product #more-devices .row-bg-wrap+div {
    flex-wrap: nowrap;
  }

  .single-product #more-devices .row-bg-wrap+div>div {
    width: 25%;
  }
}