:root {
  --aiper-blue: #1ecad3;
  --aiper-lavender-purple: #9486f7;
  --pool-blue: #1ecad3;
  --garden-green: #02ae7c;
  --sunset-orange: #ffac27;
  --sunny-yellow: #ffe258;
  --black: #101820;
  --dark-grey: #7d7d80;
  --light-grey: #f0f1f5;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-ExtraLightItalic.ttf")
    format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("/themes/aiper/fonts/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

html {
  overflow-y: scroll;
}

#conditions-to-approve ul {
  list-style: none;
}

.touch body {
  -webkit-text-size-adjust: none;
}

:focus {
  -moz-outline-style: none;
  outline: none;
}

.form2 {
  display: none;
}

body {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#menu-main-menu a {
  font-size: 13px;
  padding: 41px 10px;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a img {
  border: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
}

div.clear {
  clear: both;
}

h1 {
  font:
    normal normal 36px/44px "Poppins",
    Helvetica,
    Arial,
    sans-serif;
  margin: 30px 0 25px 0;
}

h1,
h2 {
  font:
    normal normal 40px "Poppins",
    Helvetica,
    Arial,
    sans-serif;
  margin: 20px 0 10px 0;
  letter-spacing: 1px;
}

h1 strong,
h2 strong {
  color: #cfcfdd;
}

h3 {
  font:
    normal normal 24px/34px "Poppins",
    Helvetica,
    Arial,
    sans-serif;
  margin: 15px 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 900px) {
  h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    letter-spacing: 1px;
  }
}

.rainbow {
  display: inline-block;
  background: #3d69ff;
  background: -webkit-linear-gradient(left, #3d69ff, #00fbfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ------------------------------------ NAVIGATION ------------------------------------ */
/*DAMBURGER!*/
a.nav_toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 999;
}

.hamburger {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hamburger div {
  position: absolute;
  height: 2px;
  width: 20px;
  left: 0;
  background: black;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.hamburger div.hamburger1 {
  top: 0;
}

.hamburger div.hamburger2 {
  top: 8px;
}

.hamburger div.hamburger3 {
  top: 16px;
}

.nav_on .hamburger div.hamburger1 {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px !important;
}

.nav_on .hamburger div.hamburger2 {
  opacity: 0;
}

.nav_on .hamburger div.hamburger2,
.nav_on .hamburger div.hamburger3 {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px !important;
}

/*END OF DAMBURGER!*/
/* ------------------------------------ GENERAL LAYOUT ------------------------------------ */

.btn {
  display: inline-block;
  cursor: pointer;
}

.btn-secondary {
  color: #fff;
  background: linear-gradient(
    45deg,
    rgba(0, 251, 254, 1) 0%,
    rgba(0, 164, 255, 1) 47%,
    rgba(129, 52, 175, 1) 100%
  );
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid #fff;
  text-align: center;
}

.btn-secondary:hover {
  color: rgba(0, 164, 255, 1);
  background: white;
  border: 1px solid rgba(0, 164, 255, 1);
}

.btn-secondary.small-text {
  font-size: 12px;
  font-weight: 500;
}

.btn-secondary.medium-text {
  font-size: 15px;
}

@media screen and (max-width: 900px) {
  .content {
    padding: 40px 0;
    max-width: none;
  }
}

.content.introtext h2 {
  font-size: 35px;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .content.introtext {
    padding: 30px;
  }

  .content.introtext h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.content.rule {
  border-top: 1px solid #ccc;
}

.content.cols {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .content.cols {
    display: block;
  }
}

.content.cols .col {
  position: relative;
  flex-basis: 50%;
}

@media screen and (max-width: 900px) {
  .content.cols .col.col_text {
    padding: 30px 0;
    text-align: center;
  }
}

.content.cols .col.col_image {
  flex-basis: 70%;
}

.content.cols .col .col_text_inner {
  max-width: 460px;
  padding: 0 30px;
}

@media screen and (max-width: 900px) {
  .content.cols .col .col_text_inner {
    max-width: none;
  }
}

.content.cols .col .col_image_inner {
  margin: 0 0 0 auto;
  padding: 0 60px 0 30px;
  text-align: right;
}

@media screen and (max-width: 900px) {
  .content.cols .col .col_image_inner {
    padding: 0 30px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto !important;
  }
}

.content.cols .col .col_image_inner img.maxheight {
  max-height: 80vh;
  object-fit: contain;
}

@media screen and (max-width: 900px) {
  .content.cols .col .col_image_inner img.maxheight {
    height: 300px;
  }
}

.content.cols .col .col_image_inner video {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 50px 80px 0 rgba(106, 68, 61, 0.3);
  box-shadow: 0 50px 80px 0 rgba(106, 68, 61, 0.3);
}

@media screen and (max-width: 900px) {
  .content.cols .col .col_image_inner video {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.content.cols.reverse {
  flex-direction: row-reverse;
}

.content.cols.reverse .col .col_image_inner {
  margin: 0 auto 0 0;
  padding: 0 30px 0 60px;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .content.cols.reverse .col .col_image_inner {
    padding: 0 30px;
  }
}

.content.cols.reverse .col .col_text_inner {
  margin: 0 0 0 auto;
}

.centered {
  text-align: center;
}

/* ------------------------------------ FORMS ------------------------------------ */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
  font:
    14px "Poppins",
    Helvetica,
    Arial,
    sans-serif;
  padding: 8px;
  border: 1px solid black;
  border-radius: 0;
  /*	 -webkit-appearance: none;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}

@media screen and (max-width: 900px) {
  input[type="submit"],
  button,
  a.button,
  input[type="button"],
  ul.menu > li.button > a {
    padding: 13px 20px;
  }
}

input[type="submit"]:hover,
input[type="button"]:hover {
  color: black;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_ajax_spinner {
  vertical-align: middle;
  margin: 0 8px;
}

.gform_wrapper ul,
.gform_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_wrapper {
  padding: 5px 0;
}

.agreeterms label {
  font-weight: bold !important;
}

/* ------------------------------------ CART ------------------------------------ */
.checkout_currency {
  padding: 20px 0 50px 0;
  max-width: 600px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.checkout_currency .widget_wc_aelia_currencyswitcher_widget {
  display: block;
}

.checkout_currency .widget_wc_aelia_currencyswitcher_widget select {
  width: 100px !important;
  padding: 8px 30px 8px 12px;
  background: transparent url(../images/select_arrow.png) no-repeat right center;
  background-size: 17px auto;
  cursor: pointer;
  margin: 0;
}

dd.variation-PaymentPlan {
  display: none !important;
}

.checkout_coupon {
  display: block !important;
}

table.shop_table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

td.product-thumbnail img {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.contact-form {
  display: flex;
  gap: 20px;
}

.contact-form .col {
  width: 50%;
}

table.shop_table th {
  padding: 12px 0;
}

p.return-to-shop {
  text-align: center;
}

.quantity label {
  display: none;
}

.product-subtotal {
  width: 60px;
}

.product-name {
  text-align: left;
}

a.remove:hover {
  color: red;
}

.cart_cats {
  font-size: 11px;
  line-height: 14px;
}

.cart_cats span:last-child {
  display: none;
}

.product-name .variation dd p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

.product-name .variation {
  margin: 6px 0;
}

.form_table {
  border-top: none !important;
}

td.product-name dt {
  display: none;
}

td.product-name dd {
  display: inline;
  margin: 0;
}

table.shop_table .cart_item td {
  border-top: 1px solid #eee;
}

table.shop_table .cart_item td.product-thumbnail {
  width: 180px;
}

.woocommerce-cart .coupon {
  display: none !important;
}

.cart_totals {
  margin: 80px 0 30px 0;
  text-align: center;
}

.cart_totals table.shop_table {
  max-width: 300px;
  margin: 20px auto 40px auto;
}

.cart_totals td {
  text-align: right;
}

.cart_totals th {
  text-align: left;
}

.cart_totals th,
.cart_totals td {
  border-top: 1px solid #eee;
}

ul#shipping_method,
ul#shipping_method li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

table.shop_table .cart_item td.product-quantity {
  text-align: center;
}

/*cross sells*/
.cross-sells {
  text-align: center;
  margin-top: 80px;
}

a.crosssell_product {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
  vertical-align: top;
}

a.crosssell_product img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

/* ------------------------------------ CHECKOUT ------------------------------------ */
.checkout_coupon button {
  margin: 0 0 0 5px;
  vertical-align: 0;
}

input#discount_name {
  width: 180px;
}

@media screen and (max-width: 767px) {
  input#discount_name {
    width: 142px;
  }
}

.stripe-pf-right {
  display: inline-block;
  float: none;
  margin-left: 10px;
  vertical-align: -2px;
}

.wc_payment_method.payment_method_paypal img,
.wc_payment_method.payment_method_afterpay img {
  vertical-align: middle;
  margin: 0 10px;
}

abbr.required,
small.includes_tax {
  display: none !important;
}

#ship-to-different-address label {
  color: black;
  font-size: 14px;
}

p.form-row {
  margin: 8px 1%;
  display: block;
  width: 98%;
  float: left;
}

p.form-row#billing_first_name_field,
p.form-row#billing_last_name_field,
p.form-row#billing_email_field,
p.form-row#billing_phone_field,
p.form-row#shipping_first_name_field,
p.form-row#shipping_last_name_field,
p.form-row#shipping_email_field,
p.form-row#shipping_phone_field {
  width: 48%;
}

p.form-row#billing_city_field,
p.form-row#billing_state_field,
p.form-row#billing_postcode_field,
p.form-row#shipping_city_field,
p.form-row#shipping_state_field,
p.form-row#shipping_postcode_field {
  width: 31.333%;
}

p.form-row#order_comments_field {
  clear: both;
  margin: 8px 1% 8px 1%;
}

h3#order_review_heading {
  clear: both;
}

@media screen and (max-width: 767px) {
  h3#order_review_heading {
    padding-top: 50px;
  }
}

.checkout h3 {
  font-weight: bold;
}

.select2 {
  display: none !important;
}

.apple-pay-button-wrapper {
  margin-top: 80px;
}

#opc_payment_methods-content #HOOK_PAYMENT li {
  list-style: none;
}

label[for="payment_method_stripe"] {
  font-weight: 700;
}

label[for="payment_method_stripe"] img {
  vertical-align: middle;
}

.checkout {
  text-align: center;
}

button#place_order {
  margin-top: 20px;
  display: inline-block;
}

table.shop_table td.actions {
  border-bottom: none;
  text-align: center;
}

td.actions input[disabled] {
  display: none;
}

td.product-total,
th.product-total,
.cart-subtotal td,
.order-total td {
  text-align: right;
}

tr.shipping td {
  text-align: right;
  padding: 0 0 10px 0;
}

tr.shipping td p.shipping_warning {
  font-size: 12px;
  line-height: 20px;
  display: none;
  color: #555;
}

@media screen and (max-width: 767px) {
  tr.shipping td p.shipping_warning {
    font-size: 11px;
    line-height: 16px;
  }
}

tr.shipping td input[checked="checked"] ~ p.shipping_warning {
  display: block;
}

tr.order-total small.includes_tax {
  display: block;
}

.single .apple-pay-button-wrapper {
  display: none !important;
}

.apple-pay-button-wrapper {
  max-width: 300px;
  margin: 0 auto;
}

.checkout .apple-pay-button-wrapper {
  max-width: none;
  margin-top: 50px;
}

#payment {
  max-width: 500px;
  margin: 0 auto;
}

#order_review table.shop_table {
  max-width: 500px;
}

#order_review table.shop_table .cart-subtotal th,
#order_review table.shop_table .shipping th,
#order_review table.shop_table .order-total th {
  text-align: left;
}

#order_review table.shop_table td,
#order_review table.shop_table th {
  border-top: 1px solid #eee;
  padding: 8px 0;
}

#order_review table.shop_table td.product-name {
  padding-left: 8px;
}

.form-row.place-order {
  padding: 20px 0;
}

.payment_method_ppec_paypal label img {
  vertical-align: -7px;
}

li.wc_payment_method {
  padding: 8px 0;
}

label.payment_method_openpay img,
.cpwopenpaylogo {
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.openpaycheckout {
  margin: 10px auto;
}

/*thank you*/
.thankyou-order-screen {
  text-align: center;
  padding-bottom: 80px;
}

ul.wc-bacs-bank-details.order_details.bacs_details {
  list-style: none;
  margin: 0;
  padding: 0;
}

tr.shipping td label {
  padding-left: 5px;
  display: inline;
  vertical-align: top;
  font-weight: bold;
}

a.showcoupon {
  text-decoration: underline;
  font-weight: bold;
  color: #3d75ff;
}

.checkout_coupon {
  margin: 0 0 30px 0;
}

.checkout_coupon p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

@media screen and (max-width: 767px) {
  .checkout_coupon p {
    margin: 0 0 10px 0;
    font-size: 12px;
  }
}

.checkout_coupon p.form-row-first {
  display: inline;
  text-align: right;
  width: auto;
  float: none;
}

@media screen and (max-width: 767px) {
  .checkout_coupon p.form-row-first {
    margin: 0 0 10px 0;
  }
}

.checkout_coupon p.form-row-last {
  display: inline;
  width: auto;
  text-align: right;
  float: none;
}

.checkout input#discount_name {
  height: 41px;
}

button#place_order {
  text-align: center;
  margin-top: 20px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 8px;
}

/* ------------------------------------ EVERYTHING ELSE, MISCELLANEOUS STUFF ------------------------------------ */
.alignright {
  clear: right;
  float: right;
  margin: 0px 0px 20px 20px;
}

.alignleft {
  clear: left;
  float: left;
  margin: 0px 20px 20px 0px;
}

.wp-caption-text {
  font-style: italic;
  font-size: 11px;
  line-height: 16px;
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .mobile_only {
    display: none;
  }
}

.parallax {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tippy-box {
  background: #3d69ff !important;
}

.tippy-arrow {
  color: #3d69ff !important;
}

.wp-caption {
  width: auto !important;
}

button.mfp-close,
button.mfp-close:hover {
  background: transparent !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
  background: #9ce2ff !important;
}

::selection {
  background: #9ce2ff !important;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.wpml-ls-legacy-dropdown-click {
  width: 100px;
  display: inline-block;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .wpml-ls-legacy-dropdown-click {
    margin: 0 50px 0 10px;
    width: 78px;
  }
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding: 15px 20px 14px 14px;
  border: none;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.5px;
  font-weight: 500;
  color: black;
}

@media screen and (max-width: 767px) {
  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-top: 13px;
  }
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.rtl .homebanner .homebanner_inner h1,
.rtl p.mobile_header {
  letter-spacing: 0;
}

.rtl p.mobile_header {
  font-size: 60px;
  line-height: 70px;
}

/* ------------------------------------ Stock Labels ------------------------------------ */
p.stock.in-stock {
  color: #14c06d;
}

p.stock.out-of-stock {
  color: #ea001b;
  margin: 0;
}

/* ------------------------------------ Checkout Page Updates ------------------------------------ */
.minus:before {
  background: transparent !important;
}

.plus:before {
  background: transparent !important;
}

.minus {
  border: none !important;
}

.plus {
  border: none !important;
}

.minus.qib-button,
coupon_code.plus.qib-button {
  background-color: transparent !important;
  color: #000 !important;
  display: inline-block;
  width: 20px;
  background-color: transparent !important;
  color: #000 !important;
}

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  border: 1px solid #000 !important;
}

i.fas.fa-trash-alt {
  font-size: 1.5em;
}

.content.boxset.lab-results {
  margin-bottom: 0 !important;
}

.hidden-xl.content.cols.how-it-works-mob {
  display: none !important;
}

.hidden-xl.content.cols.how-it-works {
  display: none !important;
}

.hidden-xl.content.cols.protection-mob {
  display: none !important;
}

.hidden-xs.content.cols.protection {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .hidden-xl.content.cols.how-it-works-mob {
    display: block !important;
  }

  .hidden-xs.content.cols.how-it-works {
    display: none !important;
  }

  .hidden-xl.content.cols.protection-mob {
    display: block !important;
  }

  .hidden-xs.content.cols.protection {
    display: none !important;
  }
}

.mob-thumbs {
  display: none !important;
}

.desktop-thumbs {
  margin: 5vh 0;
}

/*NDIS Section */
.ndis-container {
  border: 3px solid #fff;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.ndis-child_1 {
  width: 10%;
  float: left;
  vertical-align: middle;
}

.ndis-child_2 {
  width: 85%;
  padding-left: 1vw;
  float: left;
  vertical-align: top;
}

p.ndis-offer {
  font-size: 13px !important;
  margin-top: 5px;
}

div#custom_page_title-mob {
  display: none;
}

.woocommerce-checkout p.return-to-shop {
  margin: 20px 0 100px 0;
}

/* TEST CART */
.main-form1 {
  display: block;
}

@media only screen and (max-width: 767px) {
  .ts-product-image,
  .product-name a.remove {
    display: block !important;
  }

  .ts-product-image {
    margin-left: 40px;
  }

  .product-name a.remove {
    top: 50px;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  td.product-name {
    padding-left: 0 !important;
  }
}

#lab-tests .content.boxset .boxset_inner .boxset_inner_inner {
  max-width: 1440px;
}

.single-product .content.comparison .comparison_table {
  max-width: 1440px;
}

.woocommerce-checkout-review-order-table .ts-product-image {
  vertical-align: middle;
  display: inline;
}

.woocommerce-checkout-review-order-table .ts-product-image img {
  width: 50px;
  height: 70px;
  vertical-align: middle;
}

/*COMPARISON TABLE*/
.content.comparison .comparison_table {
  max-width: 1000px;
  margin: 0 auto;
}
.content.comparison .comparison_table .row {
  display: flex;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.content.comparison .comparison_table .row .cell {
  flex-basis: 33.33%;
  padding: 5px;
  text-align: center;
  align-items: center;
}
.content.comparison .comparison_table .row .cell:first-child {
  text-align: left;
}
.content.comparison .comparison_table .row .cell .fa-check {
  color: #66c2ef;
}
.content.comparison .comparison_table .row .cell .fa-times {
  color: #bf3633;
}
@media screen and (max-width: 767px) {
  .content.comparison .comparison_table .row .cell {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
  }
}
.content.comparison .comparison_table .row:nth-child(even) {
  background: #fafafa;
}

/*CHECKOUT VARIATION*/
.coupon_inline,
.order_review_variation {
  display: none !important;
}

.test_02 .woocommerce > .checkout_coupon {
  display: none !important;
}

.test_02 .coupon_inline {
  display: block !important;
}

.test_02 .order_review_variation {
  display: block !important;
}

.test_02 form.woocommerce-checkout {
  display: block;
  max-width: 800px;
}

.test_02 #payment.woocommerce-checkout-payment {
  clear: both;
}

.test_02 .checkout_currency {
  padding: 0 0 20px 0;
}

.test_02 .checkout_currency .widget_wc_aelia_currencyswitcher_widget {
  display: inline;
  margin: 0 0 0 10px;
}

.test_02 div#payment:before {
  content: "Payment details";
  font:
    bold normal 24px/34px "Poppins",
    Helvetica,
    Arial,
    sans-serif;
  margin: 15px 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .test_02 div#payment:before {
    font-size: 18px !important;
    line-height: 25px !important;
    margin: 0 !important;
    letter-spacing: 1px !important;
  }
}

.test_02 .order-review-original #order_review_heading,
.test_02 .order-review-original .woocommerce-checkout-review-order-table {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .test_02 .woocommerce-shipping-totals {
    white-space: nowrap;
  }
}

/* NEW */
#mini-cart-count {
  display: inline;
}

/* Homebanner */
.banner_large.homebanner_hero h2,
.banner_large.homebanner_hero p {
  color: #000;
}

.banner_large.homebanner_hero a.button:first-of-type:hover {
  background: #42b9fe !important;
}

.homebanner_hero .homebanner_ctas .playbutton {
  border-color: black;
  background: rgba(255, 255, 255, 0) url(../images/play_black.svg) no-repeat
    center center;
}

.homebanner_hero .homebanner_ctas .playbutton::after,
.homebanner_hero .homebanner_ctas .playbutton::before {
  border-color: black;
}

img.blackfriday {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 184px;
  height: 184px;
}

@media screen and (max-width: 767px) {
  img.blackfriday {
    display: none !important;
    top: 12px;
    right: 8px;
    width: 130px;
    height: 130px;
  }

  .home_slides .home_slide .banner_large p,
  .home_slides .slick-slide .banner_large p {
    max-width: 200px;
  }
}

/* !Homebanner */
.payment_module .payu img {
  display: none;
}

#main.status h2 {
  font-size: 18px;
}

.wrapper-content,
#main.status {
  max-width: 1000px;
  margin: 20px auto;
  padding: 30px;
  min-height: 600px;
}

h2#payuAmountInfo {
  font-size: 14px;
}

.container.generic.formatted {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
}

.payment_module a.payu:hover {
  font-weight: 600;
}

.error.wrapper-content {
  min-height: auto;
}

.cena-obowiazuje {
  padding-top: 10px;
}

.informacja_ustawowa_o_cenie {
  color: #666;
  font-size: 14px;
  line-height: initial;
  margin-bottom: 8px;
  margin-top: 5px;
}

.informacja_ustawowa_o_cenie .kwota {
  white-space: nowrap;
  display: inline-block;
  margin-right: 3px;
}

#HOOK_PAYMENT {
  display: grid;
  grid-template-columns: 49.5% 49.5%;
  column-gap: 1%;
  row-gap: 10px;
}

.cashdelivery-zpo span {
  font-weight: 100 !important;
  font-size: 12.5px;
}

#pencil-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
}

.pencil-banner-sticky {
  z-index: 99999 !important;
}

#onetrust-close-btn-container button:hover::before,
#onetrust-close-btn-container button:before {
  display: none;
}

.btn-payment-module {
  margin-top: 0px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  width: auto !important;
  padding: 13px 30px !important;
  line-height: 12px !important;
  letter-spacing: 1.5px !important;
}

@media screen and (max-width: 580px) {
  .btn-payment-module {
    float: none !important;
  }

  .btn-payment-module:last-of-type {
    margin-top: 15px !important;
  }
}

.home_video_box {
  width: 100%;
  height: calc(100vh - 138px);
  position: relative;
}

.home_video_box video {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-content-in-media,
.woocommerce-checkout .content,
.footer-nav {
  padding: 50px;
  max-width: 1600px;
  margin: 0 auto;
}

social-media-nav li {
  display: inline-block;
}

.social-media-nav span {
  line-height: 15px;
  font-size: 0.9em;
}

.home-content-in-media h2 {
  text-align: center;
  margin-bottom: 40px;
}

.home-content-in-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 40px;
}

.fa.fa-shopping-cart {
  font-size: 19px;
}

@media screen and (max-width: 750px) {
  .home_video_box {
    height: 304px;
    min-height: unset;
    max-height: unset;
  }
}

.axZm_mouseOverWrapper {
  border: 1px solid #eee;
}

.axZmThumbSlider li.horizontal {
  border: 1px solid #eee !important;
}

.om-hero-section {
  position: relative;
  margin-bottom: 50px;
}

.om-hero-section .hero-img {
  width: 100%;
  min-height: 800px;
  object-fit: cover;
}

.om-hero-section .logo {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.om-hero-section .info {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 70%;
}

.om-hero-section h1 {
  font-weight: 900;
  line-height: 45px;
  word-spacing: 5px;
  text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.88);
  font-size: 32px;
  margin: 0;
}

.om-hero-section p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}

.om-history-section {
  padding: 20px;
  display: flex;
  gap: 100px;
  max-width: 1200px;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.om-history-section .info {
  width: 50%;
}

.om-history-section .img {
  width: 50%;
}

.om-history-section .info h2 {
  font-size: 65px;
  margin: 0;
  color: #333;
}

.om-history-section .info h2 strong {
  color: #333;
}

.om-history-section .info p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

.om-history-section .img img {
  object-fit: cover;
  border-radius: 30px;
  height: 595px;
  width: 100%;
}

.rc-info-section,
.wspolpraca-info,
.skimmery-info {
  max-width: 1200px;
  margin: 0 auto;
  color: #333;
  margin-bottom: 50px;
  padding: 0 20px;
}

.rc-info-section p,
.wspolpraca-info p,
.skimmery-info p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.rc-info-section h1,
.rc-info-section h2,
.wspolpraca-info h1,
.wspolpraca-info h2,
.wspolpraca-info h3,
.skimmery-info h1,
.skimmery-info h2 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.wspolpraca-info li {
  line-height: 1.5;
  margin-bottom: 10px;
}

.rc-hero-section,
.wspolpraca-section,
.skimmery-section {
  display: block;
  margin-bottom: 50px;
}

.rc-hero-section img,
.wspolpraca-section img,
.skimmery-section img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.rc-three-box-section {
  margin-top: 50px;
}

.rc-three-box-section .grid,
.wspolpraca-info .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
}

.rc-card {
  color: #333;
  cursor: pointer;
}

.rc-card .info {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  border-radius: 0 0 30px 30px;
}

.rc-card .info .drop {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
}

.rc-card .info h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  margin: 0;
}

.rc-card .info .description {
  padding: 0 20px 20px 20px;
  line-height: 1.5;
  text-align: justify;
  font-size: 14px;
  margin-top: 10px;
  min-height: 167px;
}

.rc-card .info .description p {
  font-size: 14px;
}

.rc-card .action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 12px 20px;
}

.rc-card img {
  margin-bottom: 10px;
}

.pd-2-col {
  display: flex;
  align-items: center;
  gap: 50px;
}

.pd-2-col:first-of-type {
  margin-top: 50px;
}

.pd-2-col img,
.pd-2-col div {
  width: 50%;
}

.pd-2-col img {
  height: 400px;
  object-fit: cover;
}

.pd-desc-k-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 15px;
}

.pd-desc-k-ul li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-list-mobile {
  box-sizing: border-box;
  display: none;
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 80px;
  height: 100vh;
  padding: 10px;
}

.pd-2-col .mobile {
  display: none;
}

#newsletterws {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scuba-robots-img {
  display: block;
  height: 560px;
}

.scuba-robots-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 450px) {
  .home_video_box {
    height: 260px;
  }

  .home_video_box video {
    object-fit: fill;
  }
}

@media (min-width: 450px) and (max-width: 600px) {
  .home_video_box {
    height: 320px;
  }

  .home_video_box video {
    object-fit: fill;
  }
}

@media (max-width: 600px) {
  .rc-card .info .description {
    min-height: 126px;
  }
}

@media (min-width: 768px) and (max-width: 997px) {
  .rc-three-box-section .grid,
  .wspolpraca-info .grid {
    gap: 270px;
  }

  .rc-card .info .description {
    min-height: 63px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .rc-three-box-section .grid,
  .wspolpraca-info .grid {
    gap: 270px;
  }

  .rc-card .info .description {
    min-height: 63px;
  }
}

@media (max-width: 997px) {
  .rc-three-box-section .grid,
  .wspolpraca-info .grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .om-history-section {
    flex-direction: column;
    gap: 20px;
  }

  .om-history-section .info,
  .om-history-section .img {
    width: 100%;
  }

  .om-history-section .info h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1070px) {
  .scuba-robots-img {
    height: auto;
  }

  .scuba-robots-img img {
    object-fit: contain;
  }
}

@media (max-width: 1120px) {
  .rc-hero-section img,
  .wspolpraca-section img,
  .skimmery-section img {
    height: auto;
    object-fit: contain;
  }
}

.scuba-robots,
.wspolpraca {
  padding-bottom: 100px;
}

.contact-form-service-request {
  color: #fff;
  padding: 12px 24px;
  white-space: pre-wrap;
  background: #33475b;
  border-color: #33475b;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.category-no-products {
  max-width: 1600px;
  margin: 0 auto;
}

.skimmery-2-col {
  display: flex;
  gap: 20px;
}

.skimmery-2-col .left,
.skimmery-2-col .right {
  width: 50%;
}

.skimmery-2-col .right img {
  height: 100%;
  object-fit: cover;
}

#search_query_top {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border: 0.125rem solid #f2f2f2;
  border-radius: 1.3125rem;
  color: #3c4453;
  line-height: normal;
  outline: 0.25rem solid transparent;
  padding: 0.5625rem 0.9375rem 0.5625rem 1.25rem;
  width: 240px;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

#search_query_block:focus {
  background-color: #f7f7f7;
  border: 0.125rem solid #f7f7f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 1px solid #1ecad3 !important;
}

#search_button {
  position: absolute;
  right: 0;
  padding: 12px 20px 12px 10px;
  border: none;
  border-radius: 1.3125rem;
  cursor: pointer;
}

#search_button i {
  font-size: 16px;
  color: #3c4453;
  transition: all 0.2s ease-in-out;
}

#search_button:hover i {
  color: #1ecad3;
}

#shop-link {
  user-select: none;
  cursor: pointer;
}

#shop-link.active a {
  text-decoration: underline;
}

.sn-imgs {
  position: relative;
  width: 65%;
  height: 420px;
}

.sn-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}

.sn-img.active {
  opacity: 1;
  z-index: 1;
}

.cart-related-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.cart-related-product {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-related-product img {
  height: 98px;
  object-fit: contain;
}

.cart-related-product-info h5 {
  font-size: 13px;
  margin: 0;
  line-height: 150%;
}

.cart-related-product-info p {
  color: #666;
  font-size: 12px;
  margin: 0 0 4px 0;
}

.cart-related-product-info button {
  padding: 10px 20px;
}

.search-panel-desktop form {
  position: relative;
  background-color: white;
}

.wspolpraca-partners {
  background-color: #f9f9f9;
  padding: 50px 0;
  margin-bottom: 10px;
}

.wspolpraca-partners p {
  font-size: 17px;
}

.wspolpraca-partners h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
}

.wspolpraca-partners .wspolpraca-info {
  margin-bottom: 0 !important;
}

.wspolpraca-partners-sections,
.wspolpraca-partners-info {
  display: flex;
  gap: 30px;
}

.wspolpraca-partners-info p {
  width: 70%;
}

.wspolpraca-partners-info img {
  width: 30%;
  object-fit: contain;
}

.wspolpraca-partners-info a {
  background: #fff;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 50px;
  color: #000 !important;
  font-weight: bold;
  margin: 10px 0;
  width: 256px;
  text-align: center;
}

.wspolpraca-partners-left-section {
  width: 52%;
}

.wspolpraca-partners-right-section {
  width: 48%;
}

@media (max-width: 560px) {
  .wspolpraca-partners-info img {
    display: none;
  }
}

@media (max-width: 960px) {
  .wspolpraca-partners-sections {
    flex-direction: column;
  }

  .wspolpraca-partners-left-section,
  .wspolpraca-partners-right-section {
    width: 100%;
  }

  .wspolpraca-partners-info img {
    max-height: 205px;
  }
}

@media (max-width: 1056px) {
  .cart-related-products {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* --------------------------------------- FORMS ------------------------------------ */

.hs-form input,
.hs-form textarea {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-form label {
  font-family: Poppins;
  font-size: 13px;
  color: #33475b;
}

.hs-form * {
  box-sizing: border-box;
}

.hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not(
    [type="radio"]
  ):not([type="checkbox"]):not([type="file"]),
.hs-form
  fieldset
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not(
    [type="radio"]
  ):not([type="checkbox"]):not([type="file"]),
.hs-form textarea {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.hs-form input:not([type="checkbox"]):not([type="radio"]),
.hs-form input:not([type="checkbox"]):not([type="radio"]),
.hs-form textarea {
  width: 100%;
  max-width: 100%;
}

.hs-button,
.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="phone"],
.hs-form input[type="number"],
.hs-form input[type="tel"],
.hs-form input[type="date"],
.hs-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-form input,
.hs-form fieldset {
  max-width: 100%;
}

.hs-form input:not([type="file"]),
.hs-form textarea {
  background-color: #f5f8fa;
}

.hs-form textarea {
  height: auto;
}

.hs-form-required {
  color: red;
}

.hs-form button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  white-space: pre-wrap;
  background: #33475b;
  border-color: #33475b;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: Poppins;
  border-image-source: url();
}

.error {
  color: red;
}

/* Fix na Ajax Zoom */

/* Product */

.product_title {
  font-size: 1em;
  line-height: 2em;
}

.price-org {
  margin: 0;
  text-decoration: line-through;
  color: gray;
}

/* !Product*/

/* Product list */
.flex-products {
  display: flex;
  /*     justify-content: flex-start;*/
  justify-content: space-around;
  gap: 30px;
  row-gap: 50px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 100px auto;
}

.flex-products .product {
  width: 30%;
}

@media only screen and (max-width: 766px) {
  .flex-products .product {
    width: 45%;
  }
}

@media only screen and (max-width: 500px) {
  .flex-products {
    display: flex;
    justify-content: center;
  }

  .flex-products .product {
    width: 80%;
    max-width: 250px;
  }
}

.flex-products .category-price {
  font-weight: bold;
  font-size: 20px;
}

.flex-products .cta-buttons {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.flex-products .cta-buttons > button {
  width: 45%;
}

/* !Product list */

/* Various */

.word-break {
  word-break: break-all;
}

@media only screen and (max-width: 450px) {
  .woocommerce-variation-availability #oos_customer_email,
  .woocommerce-variation-availability .wc_bis_send_form {
    width: 100%;
  }
}

/* Ajax Zoom */

#az_mouseOverZoomGallery {
  height: 110px !important;
}

#cboxLoadedContent {
  background-color: transparent !important;
}

#cboxOverlay {
  background: rgb(30, 30, 30) !important;
}

#axZm_zoomContainer {
  background-color: transparent !important;
}

#cboxClose {
  display: none !important;
}

.axZm_zoomBorder {
  background-color: transparent !important;
}

.axZm_mouseOverZoomHint {
  display: none;
}

.zFsO {
  background-color: rgba(50, 50, 50, 0.97) !important;
}

/* OneTrust */

.ot-sdk-show-settings {
  cursor: pointer;
}

/* --------------------------------------- MK ------------------------------------ */

.rainbow::selection {
  -webkit-text-fill-color: #38a8ff;
}

#scrolly3 img.usp_icon {
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .home_slides .home_slide .banner_large a.button {
    font-size: 13px;
    line-height: 13px;
    padding: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .scrolly .scrolly_panel .scrollytext {
    left: 45%;
  }

  .scrolly .scrolly_panel .scrollyimage {
    width: 60%;
  }
}

@media screen and (max-width: 1280px) and (min-width: 901px) {
  .content.cols.howto.steps .col .col_text_inner {
    padding-left: 20px;
  }

  .content.cols.howto.steps .col .col_text_inner img {
    width: 80px !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 901px) {
  .scrolly .scrolly_panel .scrollytext .scrollytext_inner {
    max-width: 380px;
  }
}

@media screen and (min-width: 901px) {
  .content.cols.lab-results-content .col.col_text .lab-results-list {
    padding-left: 40px;
  }

  .content.cols.lab-results-content.rule-above h3,
  .content.cols.lab-results-content h3,
  .content1000 > h3 {
    margin: 15px 0;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .content.cols.lab-results-content {
    padding: 0 30px;
  }

  .content.cols.lab-results-content .col.col_text {
    text-align: left;
  }

  .content.cols.lab-results-content .col.col_text .lab-results-list {
    padding-left: 15px;
  }

  /* Slider */
  .scrolly .scrolly_panel .scrollytext .scrollytext_inner {
    max-width: 355px;
  }

  .scrolly button.slick-arrow {
    padding: 15px;
  }
}

@media screen and (min-width: 768px) {
  .menu-main-menu-container {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .content.features_icons_module::-webkit-scrollbar,
  .home_logos::-webkit-scrollbar {
    padding-bottom: 10px;
  }

  .content.centered.features_icons_module,
  .home_logos,
  .shop_submenu {
    /* Only Firefox */
    scrollbar-width: none;
  }
}

/* no touch screen */

@media screen and (pointer: fine) and (max-width: 767px) {
  .home_logos {
    white-space: normal;
  }

  .content.features_icons_module .features_icons {
    flex-wrap: wrap;
    width: 100%;
  }

  .shop_submenu {
    height: auto !important;
    overflow: hidden;
  }

  .shop_submenu ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .single-product.content-area.woocommerce.woocommerce-page {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 480px) {
  .home_slides .home_slide .banner_large a.playvideo {
    margin: 10px;
  }

  .home_slides .home_slide .banner_large a.button {
    margin: 10px 0;
  }
}

.content1000 > h2 {
  margin: 25px 0 15px 0;
  letter-spacing: 2px;
}

.content1000 > h3 {
  margin-bottom: 15px;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

/* Cookies */

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  position: relative;
}

#onetrust-consent-sdk
  #onetrust-pc-btn-handler.cookie-setting-link:hover::before,
#onetrust-consent-sdk #onetrust-accept-btn-handler:hover::before,
#onetrust-pc-sdk #accept-recommended-btn-handler:hover::before,
#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon:hover::before,
#onetrust-consent-sdk
  #onetrust-pc-sdk
  .save-preference-btn-handler:hover::before,
#onetrust-policy-title button.ot-close-icon:before {
  background: transparent;
  width: 0;
  height: 0;
  opacity: 0;
  transition: none;
}

#onetrust-pc-sdk .ot-cat-item > button::before,
#onetrust-pc-sdk .ot-acc-cntr > button::before,
#onetrust-pc-sdk li > button:before {
  background: transparent !important;
}

.rte {
  padding-bottom: 80px;
}

.rte .content.independently {
  max-width: 1500px;
}

.rte .content.introtext h1 {
  padding-bottom: 20px;
}

.rte .content.introtext h2 {
  padding-top: 40px;
  padding-bottom: 5px;
}

.rte .content.introtext h3 {
  margin: 20px 0;
}

.rte .comparison_table .row .cell:first-child {
  max-width: 20px;
}

.rte .content.comparison {
  padding: 80px 80px 0 80px;
}

.rte .content.comparison .comparison_table {
  margin: 0 auto;
}

.rte a {
  color: #38a8ff;
}

.page-cms .wordbreak {
  word-break: break-word;
}

.page-cms .statue-pattern-form {
  word-break: break-word;
  text-align: center;
  padding-top: 30px;
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .rte .content.introtext {
    padding-top: 40px;
  }

  .rte .content.introtext h1 {
    font-size: 35px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .rte .content.comparison {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
  .rte .content.independently .reports .report {
    min-height: 190px;
  }

  .rte .content.independently .reports .report > img {
    width: 150px;
  }

  .rte .content.independently .reports .report .report_text {
    padding: 10px 20px 10px 180px;
  }
}

@media screen and (max-width: 480px) {
  .rte .content.independently .reports .report .report_text {
    padding: 130px 15px 15px 20px;
  }

  .rte .content.independently .reports .report > img {
    width: 100%;
    height: 120px;
  }
}

/* Contact */

.content.generic .content.cols {
  align-items: flex-start;
}

.content.generic .content.cols .col h2 {
  margin: 25px 0 0 0;
}

.content.generic .content.cols .col.col_text h3:first-of-type {
  padding-bottom: 10px;
}

.content.generic .content.cols .col.col_text h3:not(:first-of-type) {
  padding: 10px 0;
}

.content.generic .content.cols .col .hs-form textarea {
  resize: vertical;
}

@media screen and (max-width: 900px) {
  .content.generic .content.cols {
    padding-top: 0;
  }

  .content.generic .content.cols .col h2 {
    text-align: center;
  }

  .single-product .hidden-xs.content.cols.how-it-works .col .col_text_inner {
    margin: 0 auto;
  }

  .single-product .content.cols.rule.col2 div {
    padding: 0 20px;
  }
}

button.slick-arrow:hover,
a.button:hover {
  background: linear-gradient(90deg, #3d69ff, #00fbfe);
}

@media screen and (min-width: 481px) {
  .hide480w {
    display: block;
  }

  .show480w {
    display: none;
  }

  .single-product .faq .faq_answer table {
    width: 420px;
  }
}

@media screen and (max-width: 480px) {
  .hide480w {
    display: none;
  }

  .show480w {
    display: block;
  }

  .single-product .content.comparison .comparison_table {
    padding: 0 10px;
  }

  .single-product .faq .faq_answer table {
    max-width: 300px;
  }
}

.breadcrumb {
  font-size: 14px;
  color: #b4b4af;
}

.navigation-pipe {
  padding: 0 5px;
}

@media screen and (max-width: 992px) {
  .content1000 div.btns-group {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .content.cols.howto.steps .col.col_text .col_text_inner p:first-child {
    text-align: center;
  }

  .rte .content.comparison .comparison_table {
    max-width: 100%;
  }

  .shop_submenu {
    background: rgb(246, 246, 246);
  }

  .single-product .content.comparison .comparison_table .row .cell {
    width: 80px;
  }
}

@media screen and (max-width: 320px) {
  .single-product .how-it-works-mob .col_image a.playbutton {
    top: 80%;
  }

  .phone_toggle a {
    width: 110px !important;
  }
}

.single-product div#pathogens {
  margin-top: 0;
}

.single-product div#wc_bis_product_form .button.wc_bis_send_form {
  /* padding-top: 15px; */
  padding-top: 17px;
  padding-bottom: 15px;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: scaleX(1) scaleY(1);
  }

  100% {
    opacity: 0;
    transform: scaleX(1.5) scaleY(1.5);
  }
}

/* --------------------------------------- IE FIX ------------------------------------ */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rainbow {
    background: none !important;
    color: #3d69ff !important;
  }

  .scrolly .scrolly_panel .scrollyimage {
    width: auto !important;
    left: 20%;
  }

  .wow {
    visibility: visible !important;
  }
}

/* --------------------------------------- BUTTON FIX ------------------------------------ */

/* button,  */
button.button,
a.button,
input[type="submit"],
input[type="button"],
ul.menu > li.button > a,
button.slick-arrow,
.home_slides .home_slide .banner_large a.button,
.home_slides .slick-slide .banner_large a.button {
  /*border: none; FIX_SAMSUNG**/
  position: relative;
  /* transition: none; */
}

/* button:not(.white, .scrolly ul.slick-dots li button)::after,  */
button.button:not(.white, .scrolly ul.slick-dots li button)::after,
a.button:not(.white)::after,
input[type="submit"]:not(.white)::after,
input[type="button"]:not(.white)::after,
ul.menu > li.button > a:not(.white)::after,
button.slick-arrow::after,
.home_slides .home_slide .banner_large a.button:not(.white)::after,
.home_slides .slick-slide .banner_large a.button:not(.white)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0px;
  /* 2px FIX_SAMSUNG*/
  border-style: solid;
  border-color: #3d69ff;
  /* -webkit-border-image: linear-gradient(to right, #3d69ff, #00fbfe); */
  border-image: -moz-linear-gradient(
    90deg,
    rgba(61, 105, 255, 1) 0%,
    rgba(0, 251, 254, 1) 100%
  );
  border-image: -webkit-linear-gradient(
    360deg,
    rgba(61, 105, 255, 1) 0%,
    rgba(0, 251, 254, 1) 100%
  );
  border-image: linear-gradient(to right, #3d69ff, #00fbfe);
  border-image-slice: 1;
  box-sizing: border-box;
  z-index: 1;
}

.scrolly ul.slick-dots li button::after,
.fancybox-button::after,
.hs-form button::after,
#onetrust-consent-sdk #onetrust-accept-btn-handler::after,
#onetrust-banner-sdk #onetrust-reject-all-handler::after,
#onetrust-banner-sdk .ot-close-icon::after,
#onetrust-consent-sdk #onetrust-pc-btn-handler::after,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link::after {
  border: none !important;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  /* button,  */
  a.button,
  input[type="submit"],
  input[type="button"],
  ul.menu > li.button > a,
  .home_slides .home_slide .banner_large a.button,
  .home_slides .slick-slide .banner_large a.button {
    padding: 14px 12px;
  }
}

/* --------------------------------------- END BUTTON FIX ------------------------------------ */

@media screen and (min-width: 901px) {
  .single-product .rule.col2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .single-product .content.cols > div#dimensions {
    align-self: flex-start;
  }
}

/* .content.cols.howto .col .col_text_inner {
    padding-right: 80px;
}

@media screen and (max-width: 900px){
	.content.cols.howto .col .col_text_inner {
		max-width: 100vmin;
		max-width: 100%
	}
} */

/* Order */
.cart_product > a {
  vertical-align: middle;
}

.cart-index {
  font-size: 0.8em;
}

.s_title_block {
  margin-top: 0;
  margin-bottom: 0;
}

.price,
.cart_quantity_button {
  white-space: nowrap;
}

.price {
  text-align: right;
}

.cart_unit

/*, .cart_total */ {
  text-align: right;
}

.cart_quantity {
  text-align: center;
}

input.cart_quantity_input {
  max-width: 40px;
  text-align: center;
}

#cart_summary .separator td,
.formatted .separator td,
.formatted p.separator {
  border-top: 1px solid #eee;
}

#cart_summary td,
.formatted td,
.formatted p.separator {
  padding-top: 15px;
  padding-bottom: 15px;
}

.formatted p.separator {
  margin: 0;
}

.cart_total_price fieldset,
.checkout fieldset {
  border-width: 0;
}

.cart_total_price .title_block {
  text-align: center;
}

.cart_row_highlight {
  font-weight: bold;
}

.cart_dictount_item_1,
.cart_dictount_item_2 {
  text-align: center;
}
/* Authentication page */
.authenticate_page input[type="text"],
.authenticate_page input[type="password"],
.authenticate_page textarea {
  width: 100%;
}

.checkout .flex {
  display: flex;
  flex-wrap: wrap;
}

.checkout .flex > * {
  width: 100%;
}

.checkout .row-space {
  margin-top: 5px;
}

#submit-add-discount {
  height: 41px;
  width: 180px;
}

@media screen and (max-width: 767px) {
  #submit-add-discount {
    width: 142px;
  }
}

/* Adresses */
.adresses textarea {
  width: 100%;
}

.std input[type="text"],
.std input[type="password"],
.std textarea {
  width: 100%;
}

table.std {
  width: 100%;
}

#acc_selector {
  justify-content: space-between;
}

#acc_selector div {
  text-align: center;
}

#acc_selector button {
  margin-top: 10px;
  width: 220px;
}

/*li.wc_payment_method {
    border-top: 1px solid #eee;
}*/
.payment-icon {
  height: 25px;
  vertical-align: text-bottom;
}

.woocommerce-checkout h4,
.content.formatted h4 {
  text-align: center;
}

.other_payment_methods,
.account_back {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 2px;
  font-size: 15px;
}

.alert-warning {
  color: red;
  font-weight: bold;
}

button.center_button {
  text-align: center;
  margin: auto;
  display: block;
}

.required sup {
  color: red;
}

.addresses ul {
  list-style-type: none;
}

/* Flagi */
.product_list_flags {
  font-size: 10px;
  display: flex;
  justify-content: start;
  margin-bottom: 10px;
  height: 26px;
}

.product-flag {
  color: white;
  text-transform: uppercase;
  line-height: 10px;
  padding: 8px;
  margin-right: 10px;
}

.product-flag.new {
  background-color: #61a60d;
}

.flag_reduction {
  background-color: #d5005f;
}

.flag_outlet {
  background-color: #ff8c00;
}

.flag_blackweek {
  background-color: #000;
}

@media only screen and (min-width: 501px) {
  .thumbnail-container .product_name {
    height: 120px;
  }
}

.order_address_fix {
  display: flex;
}

.order_address_fix > ul {
  flex: 1;
}

.order_address_fix > ul > li:first-child {
  font-weight: bold;
}

.checkout #message {
  max-width: 100%;
  min-width: 100%;
  min-height: 75px;
}

.content.generic.noheight
  #opc_payment_methods-content
  .wc_payment_method
  a:hover,
.woocommerce-checkout a.button_large.other_payment_methods:hover {
  font-weight: 600;
  transition: all 0.2s;
}

@media screen and (pointer: fine) {
  .axZm_zoomLayer > img:first-of-type {
    right: 18px !important;
  }
}

.authenticate_page input.et_pb_button:hover {
  background: linear-gradient(to right, #3d69ff, #00fbfe);
  color: #fff;
}

/*Niezaleznie testowany*/
.content.cols.lab-results-content {
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .content.cols.lab-results-content {
    padding: 0 !important;
  }

  .content.cols.lab-results-content .col.col_text {
    padding: 0;
  }
}

.content.cols.lab-results-content h3 {
  color: #38a8ff;
}

.content.cols.lab-results-content img {
  max-width: none;
  height: 40px;
  width: 158px;
  -o-object-position: top left;
  object-position: top left;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .content.cols.lab-results-content.rule-above {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  #reports_heading,
  #foodsafe {
    padding: 30px 30px 0 30px;
  }

  #reports_heading h2,
  #foodsafe h2 {
    text-align: left !important;
  }
}

.content.lab_reports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 10px 0;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .content.lab_reports {
    line-height: 20px;
  }
}

.content.lab_reports .lab_report {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin: 20px 1.5%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .content.lab_reports .lab_report {
    margin: 20px 0;
  }
}

.content.lab_reports .lab_report p {
  margin: 10px 0;
}

.content.lab_reports .lab_report p.lab_heading {
  font-weight: bold;
  text-transform: uppercase;
}

.content.lab_reports .lab_report img {
  width: 180px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}

@media screen and (max-width: 767px) {
  .content.lab_reports {
    display: block;
  }
}

.content.independently {
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .content.independently {
    padding: 0 30px !important;
  }

  .content.independently .col_text_inner {
    padding: 0 !important;
  }
}

.content.independently .reports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content.independently .reports .report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 230px;
  background: white;
  -webkit-box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1);
  margin: 30px auto;
  width: 630px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .content.independently .reports .report {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 767px) {
  .content.independently .reports .report {
    width: 100%;
    min-height: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 10px 0;
  }
}

.content.independently .reports .report .report_text {
  padding: 30px 40px 30px 280px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .content.independently .reports .report .report_text {
    padding: 10px 20px 10px 140px;
  }
}

.content.independently .reports .report .report_text h3 {
  font-weight: bold;
}

.content.independently .reports .report .report_text p {
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 767px) {
  .content.independently .reports .report .report_text p {
    font-size: 11px;
    line-height: 18px;
  }
}

.content.independently .reports .report .report_text img.heading {
  width: 150px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0 50%;
  object-position: 0 50%;
}

.content.independently .reports .report > img {
  width: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .content.independently .reports .report > img {
    width: 120px;
  }
}

@media screen and (max-width: 900px) {
  .content.independently {
    padding-top: 0;
  }

  .content.independently .cert_logos img {
    height: 40px;
    margin: 8px;
  }
}

.independently_intro {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .independently_intro {
    padding: 0 20px;
  }
}

.independently_intro p {
  margin: 40px 0 60px 0;
}

@media screen and (max-width: 767px) {
  .independently_intro p {
    margin: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .home .independently_intro {
    padding: 0;
    text-align: left;
  }

  .home .independently_intro h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}

.single .content.independently {
  max-width: 1470px;
  padding-left: 20px;
  padding-right: 20px;
}

/* ! Niezale�nie testowany */

#products {
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0;
}

#products .products,
.featured-products .products,
.product-accessories .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 50px;
}

#main-content {
  max-width: 990px;
  margin: 80px auto;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

p,
ul {
  margin: 0;
  padding: 0;
}

.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/*img {
	display: block;
}*/

input,
textarea,
select,
button,
meter,
progress {
  -webkit-writing-mode: horizontal-tb;
}

input,
textarea,
select,
button {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em;
}

input {
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;
  padding: 1px;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}

input[type="hidden" i] {
  display: none;
}

input[type="hidden" i],
input[type="image" i],
input[type="file" i] {
  -webkit-appearance: initial;
  background-color: initial;
  padding: initial;
  border: initial;
}

/*
label,
p.label {
	_float: left;
	text-transform: uppercase;
	color: #999999;
	font-size: 12px;
	margin: 6px 0 0 0;
}
*/

/* STEPS */

.steps ul {
  margin: 0;
  -moz-padding-start: 0px;
  padding: 0px;
  position: absolute;
  width: 100%;
  top: -48px;
}

.steps {
  background-color: #fff;
  padding-bottom: 120px;
}

.bar {
  background-image: url(/themes/vbreathe/img/var/steps_bg.png);
  background-position: -900px 0;
  height: 11px;
  margin-top: 50px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}

.steps li {
  float: left;
  list-style: none outside none;
  color: #cad1d5;
  margin-top: 30px;
  font-size: 13px;
  position: relative;
  margin-left: 0px;
}

.steps li i {
  background-image: url(/themes/vbreathe/img/var/steps.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  display: block;
  top: 0px;
  position: absolute;
}

.steps li span {
  display: block;
  clear: both;
  margin-top: 70px;
  color: #c0c0c0;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .steps li span {
    font-size: 13px;
  }
}

li.step-middle i {
  left: 50%;
  margin-left: -24px;
}

li.step-first span {
  text-align: left;
}

li.step-middle span {
  text-align: center;
}

li.step-last i {
  right: 0px;
}

li.step-last span {
  text-align: right;
}

.steps li.step-first,
.steps li.step-last {
  width: 14%;
}

li.step-first a {
  text-align: left;
  padding-left: 10px;
}

.steps li.step-first {
  margin-left: -1px;
}

.steps li.step-last {
  margin-left: 1px;
}

.steps li.step-middle {
  width: 24%;
}

.bo-6 img:nth-child(1) {
  top: 90px;
  left: 50px;
  width: 220px;
}

.bo-6 img:nth-child(2) {
  width: 100px;
  top: 488px;
  left: 50px;
  width: 220px;
}

.bo-6 img:nth-child(3) {
  width: 40px;
  top: 195px;
  left: 253px;
  width: 100px;
}

.p01 li.step-01 span a,
.p02 li.step-01 span a,
.p02 li.step-02 span a,
.p03 li.step-01 span a,
.p03 li.step-02 span a,
.p03 li.step-03 span a,
.p04 li.step-01 span a,
.p04 li.step-02 span a,
.p04 li.step-03 span a,
.p04 li.step-04 span a {
  color: #544873;
  font-weight: normal;
}

.p01 li.step-01 i,
.p02 li.step-01 i,
.p02 li.step-02 i,
.p03 li.step-03 i,
.p03 li.step-01 i,
.p03 li.step-02 i,
.p04 li.step-01 i,
.p04 li.step-02 i,
.p04 li.step-03 i,
.p04 li.step-04 i,
.steps li.step-active i,
.steps li.step_done i,
.steps li.step_current_end i {
  background-position: 0 -100px;
}

/* Position 2 */

.p02 .bar {
  background-position: -600px 0;
}

/* Position 3 */

.p03 .bar {
  background-position: -300px 0;
}

/* Position 4 */

.p04 .bar {
  background-position: 0 0;
}

/**** STEPS END ***/

#back {
  float: left;
}

#confirm {
  float: right;
}

.cart-header,
#create-account_form h3,
#login_form h3,
#account-creation_form h3,
#add_address h3 {
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fbfbfb),
    color-stop(100%, #f2f2f2)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfbfb 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
  color: #666;
}

.cart_quantity_button a img {
  width: 20px;
  height: 15px;
}

@media (max-width: 767px) {
  .order_delivery ul,
  .order_address_fix ul {
    width: 100%;
  }
}

.cart_quantity_input {
  padding: 0 !important;
}

table#cart_summary {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
}

#acc_variant_container h2 {
  font-size: 17pt;
}

#acc_variant_container input {
  width: 100%;
}

/* Authentication page */
.authenticate_page input[type="text"],
.authenticate_page input[type="password"],
.authenticate_page textarea {
  width: 100%;
}

.authenticate_page .flex {
  display: flex;
  flex-wrap: wrap;
}

.flex > * {
  width: 100%;
  margin: 0 10px;
}

/* Adresses */
.adresses textarea {
  width: 100%;
}

/* Moje konto - po zalogowaniu */

.myaccount_lnk_list {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 26px;
}

.cba:after {
  clear: both;
}

.fr {
  float: right;
}

.page_container {
  width: 100%;
}

#acc_variant_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.acc_variant {
  flex: 1;
  min-width: 300px;
  margin: 0 10px !important;
}

.acc_variant form,
.acc_variant .element {
  width: 100%;
  position: relative;
}

.go_back {
  margin: 15px 0;
}

.authenticate_page h4 {
  text-align: center;
}

.warning {
  margin: 0 0 10px 0;
  padding: 10px;
  font-size: 14px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.form-control {
  width: 100%;
}

.product-miniature .product_name .h3.product-title {
  font-size: 15px;
}

.custom-checkbox input[name="newsletter"],
.custom-checkbox input[name="newsletter_phone"],
.custom-checkbox input[name="newsletter_post"],
.custom-checkbox input[name="newsletter_all"] {
  margin-left: 20px !important;
}

#customer-form .form-group {
  margin-bottom: 10px;
}

#login-form label sup {
  display: none;
}

#checkout-delivery-step .delivery-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#checkout-addresses-step #delivery-addresses,
#checkout-addresses-step #invoice-addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#checkout-addresses-step .js-address-item footer {
  border-top: unset !important;
}

#checkout-delivery-step .order-options {
  margin-top: 20px;
}

#ps_cashondelivery-displayOrderConfirmation {
  line-height: 350%;
}

.alert ul {
  list-style: none !important;
}

.order-detail-h4 {
  margin: 35px 0 20px 0;
}

#_desktop_cart .material-icons.shopping-cart {
  color: #000 !important;
}

#promo-code .promo-input {
  height: 41px;
  width: 180px;
  margin-right: 20px;
}

#checkout-payment-step .payment-options {
  display: grid;
  grid-template-columns: 49.5% 49.5%;
  column-gap: 1%;
}

#cart_summary .input-group-btn-vertical {
  display: none;
}

#cart_summary .cart_quantity_button {
  display: flex;
  justify-content: center;
  align-items: center;
}

#cart_summary .js-cart-line-product-quantity {
  border: none;
  text-align: center;
}

.qty-up,
.qty-down {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.payment-options .js-payment-option-form {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .nomob {
    display: none;
  }
}

@media (max-width: 500px) {
  #products .products,
  .featured-products .products,
  .product-accessories .products {
    grid-template-columns: 1fr;
  }

  .product-list {
    padding: 50px 20px !important;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  #products .products,
  .featured-products .products,
  .product-accessories .products {
    grid-template-columns: 1fr 1fr;
  }
}

body#checkout section.checkout-step .payment-options .payment-option {
  border: 1px solid #ddd;
  padding-bottom: 98px;
  padding-left: 120px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.payment_module .payment-option {
  display: block;
  border: 1px solid #d6d4d4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  font-weight: bold;
  padding: 10px 40px 110px 135px;
  height: 0px;
  letter-spacing: -1px;
  position: relative;
  cursor: pointer;
}

.payment_module .payment-option span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 35px;
  left: 135px;
  font-weight: bold;
  color: #8c8c8c;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.25px;
}
.payment_module.checked .payment-option span {
  color: rgb(16, 163, 237);
}
.payment_module:hover .payment-option::before,
.payment_module.checked .payment-option::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}

.payment_module .payment-option.bankwire {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-gray-light_05.png)
    15px 12px no-repeat;
}
.payment_module:hover .payment-option.bankwire::before,
.payment_module.checked .bankwire::before {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-vb-gradient_05.png)
    15px 12px no-repeat;
}

.payment_module .payment-option.santander {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-gray-light_03.png)
    15px 12px no-repeat;
}
.payment_module:hover .payment-option.santander::before,
.payment_module.checked .payment-option.santander::before {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-vb-gradient_03.png)
    15px 12px no-repeat;
}

.payment_module .payment-option.payu {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-gray-light_01.png)
    15px 12px no-repeat;
}
.payment_module .payment-option.payu::before {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-vb-gradient_01.png)
    15px 12px no-repeat;
}

.payment_module .payment-option.payu-paypo {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-gray-light_02.png)
    15px 12px no-repeat;
}
.payment_module .payment-option.payu-paypo::before {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-vb-gradient_02.png)
    15px 12px no-repeat;
}

.payment_module .payment-option.payu-blik {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-gray-light_04.png)
    15px 12px no-repeat;
}
.payment_module .payment-option.payu-blik::before {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-vb-gradient_04.png)
    15px 12px no-repeat;
}

.payment_module .payment-option.cashondeliverywithfee {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-gray-light_07.png)
    15px 12px no-repeat;
}
.payment_module .payment-option.cashondeliverywithfee::before {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-vb-gradient_07.png)
    15px 12px no-repeat;
}

.payment_module .payment-option.cashondeliverypaczkomat {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-gray-light_08.png)
    15px 12px no-repeat;
}
.payment_module .payment-option.cashondeliverypaczkomat::before {
  background: url(/themes/aiper/img/icons/payment/ikony_platnosci-vb-gradient_08.png)
    15px 12px no-repeat;
}

.payment_module .payment-option.cash {
  background: url(img/cash.png) 15px 15px no-repeat #fbfbfb;
}

/* .payment_module.checked .payment-option:after,
.payment_module.checked .payment-option:after,
.payment_module.checked .payment-option:after {
 content: "\f00c";
 display: block;
 position: absolute;
 top: 50%;
 right: 20px;
    transform: translate(-10px, -50%);
 font-family: "FontAwesome";
 font-size: 25px;
 height: 22px;
 width: 14px;
 color: #457456;
} */

.payment_module .payment-option:hover,
.payment_module.checked .payment-option {
  border-color: #2761ff !important;
}

@media screen and (max-width: 992px) {
  #checkout-payment-step .payment-options {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1%;
  }

  .checkout.content.generic {
    padding: 10px;
  }
}

.body-text {
  font-size: 20px;
}

.t2 {
  font-size: 32px;
}

.t3 {
  font-size: 24px;
}

.font-weight-500 {
  font-weight: 500;
}

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

.mb-4 {
  margin-bottom: 40px;
}

.btn-primary {
  background: linear-gradient(
    90deg,
    var(--aiper-blue),
    var(--aiper-lavender-purple)
  ) !important;
  border-radius: 30px !important;
  display: inline-block !important;
  border: none !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  cursor: pointer !important;
  text-align: center !important;
  padding: 14px 20px !important;
  transition: all 0.2s ease-in-out !important;
}

.btn-primary-2 {
  display: inline-block;
  font-weight: 500;
  color: #000;
  background: transparent;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #3d69ff, #00fbfe);
  font-size: 12px;
  line-height: 9px;
  min-width: 120px;
  text-align: center;
  padding: 14px 12px;
  letter-spacing: 1.5px;
  cursor: pointer;
}

.btn-primary-2:disabled {
  background: #eee;
  color: #555;
  border: none;
  cursor: not-allowed;
  border: 2px solid #eee;
}

.btn-primary-2:hover:not(:disabled) {
  background: linear-gradient(to right, #3d69ff, #00fbfe);
  color: #fff;
}

.btn-primary:hover {
  background: var(--black) !important;
}

#footer {
  font-size: 14px;
  background-color: var(--black);
  color: #fff;
}

.footer-bottom-hr {
  width: 100%;
  height: 1px;
  background-color: var(--dark-grey);
  margin-bottom: 10px;
}

.footer-bottom-ul {
  display: flex;
  gap: 10px;
}

.footer-nav li {
  list-style: none;
}

.show-footer-section-btn {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  border: none;
}

.footer-top {
  padding-bottom: 30px;
}

.footer-nav .footer-top-item {
  display: block;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-link {
  font-size: 12px;
  font-weight: 400;
}

.footer-link.outlet {
  color: var(--aiper-blue);
}

.footer-link.discount {
  color: rgba(255, 56, 38, 1);
}

.social-media-footer {
  margin-top: 15px;
  margin-bottom: 20px;
}

.social-media-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #393f45;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.footer-nav span.footer-tip {
  font-size: 0.7em;
}

.footer-bottom-ul-w {
  color: var(--dark-grey);
}

.footer-newsletter form {
  position: relative;
}

.footer-top-newsletter-email-input {
  padding: 5px 10px !important;
  border-radius: 200px !important;
  font-size: 12px !important;
}

.btn-footer-newsletter-sb {
  padding: 9px 15px !important;
  font-size: 12px !important;
  line-height: 12px;
}

header.main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 0 50px;
  line-height: 0;
  z-index: 990;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

header.main.noborder {
  border-bottom: none;
}

header.main .buynow {
  display: none;
}

.header_spacer {
  height: 100px;
}

.header-div {
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-div.mobile {
  display: none;
  height: 100%;
}

.header-div-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-div-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.shop-nav {
  position: absolute;
  display: none;
  top: 138px;
  left: 0;
  z-index: 99999;
  background: #fff;
  overflow: hidden;
  width: 100%;
  padding: 20px 50px 40px 50px;
  box-sizing: border-box;
}

.shop-nav.active {
  display: block;
}

.sn-content {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
}

.sn-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 25%;
}

.sn-links a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: var(--dark-grey);
  cursor: pointer;
  padding: 10px 0;
  transition: all 0.1s ease-in-out;
  font-weight: 400;
}

.sn-section {
  position: relative;
  width: 75%;
}

.sn-grid {
  display: none;
}

.sn-grid.active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.sn-card {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  height: 180px;
  background-color: var(--black);
}

.sn-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.8;
  object-position: bottom;
}

.sn-card-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
}

.sn-card-content h2 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  cursor: pointer;
}

.sn-card-content p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 10px;
  cursor: default;
}

.sn-links a:hover:not(.outlet):not(.prices-drop) {
  color: var(--black);
}

.sn-links a:hover {
  font-weight: 500;
}

.sn-links a.outlet {
  color: var(--aiper-blue);
}

.sn-links a.prices-drop {
  color: red;
}

.search-panel-mobile,
.search-panel-mobile #search_query_top {
  width: 160px;
}
.search-panel-mobile {
  position: relative;
}

.nav-list-mobile-ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0 10px;
  font-size: 16px;
}

.nav-list-mobile-ul li {
  padding: 15px 0;
  border-bottom: 1px solid var(--light-grey);
}

.nvlm-ul-li-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nvlm-ul-li-body {
  display: none;
  margin-top: 20px;
}

.nvlm-ul-li-body.active {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}

.nav-list-mobile-ul-li-title {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.nvlm-ul-li-body a {
  font-size: 14px;
  color: var(--dark-grey);
}

.nvlm-ul-li-body a.outlet {
  color: var(--pool-blue);
}

.nvlm-ul-li-body a.prices-drop {
  color: red;
}

.woocommerce-cart h1,
.woocommerce-checkout h1,
.authenticate_page h1 {
  text-align: center;
  margin: 40px 0 0 0;
  font-weight: bold;
}

.checkout {
  text-align: left;
}

.woocommerce-checkout .cart-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.std td {
  border-top: 1px solid #eee;
  padding: 12px;
}

.page-order-detail .message {
  display: flex;
  align-items: baseline;
  gap: 60px;
}

@media (max-width: 405px) {
  .footer-bottom-ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .t3 {
    font-size: 24px;
  }

  .footer-nav {
    padding: 50px 20px;
  }

  .order_delivery ul:first-child,
  .order_address_fix ul:first-child {
    width: 48.9%;
    margin: 10px 1% 0 0 !important;
  }

  .order_delivery ul:last-of-type,
  .order_address_fix ul:last-of-type {
    width: 48.9%;
    margin: 10px 0 0 1% !important;
  }

  #HOOK_PAYMENT {
    grid-template-columns: 100%;
  }
}

@media (max-width: 900px) {
  body {
    font-size: 13px;
    line-height: 23px;
  }

  h1,
  h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 12px 0;
    letter-spacing: 1px;
  }

  .header-div.desktop {
    display: none;
  }

  .header-div.mobile {
    display: flex;
  }

  .show-footer-section-btn {
    display: flex;
  }

  .footer-nav ul.footer-top {
    display: flex;
    flex-direction: column;
    text-align: start;
  }

  .footer-section-content-ul {
    display: none;
  }

  .footer-top-li {
    border-bottom: 1px solid var(--dark-grey);
  }

  .footer-top-li,
  .footer-newsletter {
    padding: 15px 0 !important;
  }

  .footer-newsletter form {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }

  .contact-form {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .contact-form .col,
  .skimmery-2-col .left,
  .skimmery-2-col .right {
    width: 100%;
  }

  .contact-form .col_text {
    text-align: center;
  }

  .skimmery-2-col {
    flex-direction: column;
  }
}

@media (min-width: 901px) {
  .footer-nav > ul {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .checkout .flex {
    flex-wrap: nowrap;
  }

  .checkout .flex2 > * {
    width: 50%;
  }

  .checkout .flex2 > *:nth-child(1) {
    padding-right: 5px;
  }

  .checkout .flex2 > *:nth-child(2) {
    padding-left: 5px;
  }

  .cart_dictount_item_1 {
    text-align: right;
    padding-right: 5px;
  }

  .cart_dictount_item_2 {
    text-align: left;
    padding-left: 5px;
  }

  .sensors > p > img {
    position: absolute;
  }

  .sensors > p > span {
    margin-left: 35px;
    display: block;
  }

  .flex2 > * {
    width: 47%;
  }
}

@media screen and (max-width: 990px) {
  header.main {
    height: 80px;
    padding: 10px 20px;
  }
}
