/*
Theme Name: Arizer Child
Template: arizer
*/

/* import default parent styles */

/*@import url("../arizer/style.css");*/
.cart-subtotal.low-highlight .label-subtotal {
  font-weight: 300;
  font-size: 17px;
}
.cart-subtotal.low-highlight span.woocommerce-Price-amount.amount {
  font-size: 17px;
}
body .sidebar .cart-subtotal {
  padding: 2px 0px 20px 0;
}
/* add child theme styles below */

/* 23 Jan 2o23 START */
.single-product
  #main_product_section
  .summary.entry-summary
  .woocommerce-product-details__short-description {
  display: none;
}
/* 23 Jan 2023 END */
.cws_review_form form#wcpr_comment_form .wcpr-comment-form-title span.required,
.cws_review_form form#wcpr_comment_form .comment-form-comment span.required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
}
.woocommerce-photo-reviews-shortcode .star-rating span::before {
  color: #ffa500 !important;
}

/* 18 Dec after botanicles down start */
/* .woocommerce-variation.single_variation .woocommerce-variation-description {
  display: none;
} */
/* 18 Dec after botanicles down end */

/* 17 Jan 2023 - detial page top description start */
/*.product-template-default.single-product .type-product {
  margin-top: 76px !important;
}
.single-product .woocommerce-product-details__short-description {
  display: none;
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
.postid-3576
  .woocommerce-product-description.woocommerce-variation-description.on-clear-selection,
.postid-919
  .woocommerce-product-description.woocommerce-variation-description.on-clear-selection,
.postid-3587
  .woocommerce-product-description.woocommerce-variation-description.on-clear-selection,
.postid-3594
  .woocommerce-product-description.woocommerce-variation-description.on-clear-selection {
  display: none;
}*/
/* 17 Jan 2023 - detial page top description end */

/* conver pro replacement start */

.popup-wrp {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: 999999;
  background-color: #131313 !important;
  left: 100%;
  transition: 1s;
}
.popup-wrp.animate {
  left: 0;
}
.popup-wrp .popup-content-wrp {
  width: 1200px;
  height: 60px;
  color: #dbdbdb;
  position: relative;
  margin: 0 auto;
}
.popup-wrp .popup-content-wrp .popup-content {
  width: 100%;
  font-size: 20px;
  left: 100px;
  z-index: 2;
  text-align: center;
  margin-top: 5px !important;
}
.popup-content-col {
  display: flex;
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
}
.popup-wrp .popup-content-wrp .popup-close {
  right: 0px;
  top: 0px;
  z-index: 3;
  cursor: pointer;
  position: relative !important;
}
.popup-wrp .popup-content-wrp .covid_message {
  background: none;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  padding: 0px;
  text-align: left;
  margin-top: 10px;
}
.popup-hide {
  display: none;
}
@media (max-width: 767px) {
  .popup-wrp .popup-content-wrp {
    width: 100%;
    height: auto !important;
  }
  .popup-wrp .popup-content-wrp .popup-content {
    width: 100%;
    font-size: 12px;
    padding: 0px 50px 0px 20px;
    margin-top: 0px !important;
  }
  .popup-wrp .popup-content-wrp .popup-close {
    right: 0px;
    top: 0px;
    z-index: 3;
  }
  .agegate_state_validation .global_checkbox .check{
    left: 0px !important;
    top: 0px !important;
  }
	/* .enableproductmainsection #product-20210540113 .woocommerce-variation-description > p,
	.enableproductmainsection #product-20210163673 .woocommerce-variation-description > p,
	.enableproductmainsection #product-20211042239 .woocommerce-variation-description > p{
		display:block !important;
	}
	#product-20210540113 #main_product_section .singleproduct_gallery,
	#product-20210163673 #main_product_section .singleproduct_gallery,
	#product-20211042239 #main_product_section .singleproduct_gallery{
		order: 1 !important;
	} */
	
}
/* conver pro replacement end */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
ul.policies_links {
  list-style: none;
  display: grid;
  justify-content: center;
}
ul.policies_links li {
  margin-bottom: 10px;
  position: relative;
}
ul.policies_links li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  left: -30px;
}
ul.policies_links li a:hover {
  color: #165bad;
}
.price .amount {
  font-size: 16px !important;
}

/* Aromatherapy slider */
.aromatherapy-main {
  width: 85% !important;
  margin: 0 auto;
}
.aromatherapy-main .owl-item > div {
  transform: scale(1);
  opacity: 0.4;
}
.aromatherapy-main .owl-item.center div {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.5s ease;
}
.aromatherapy-main .aroma-desc {
  position: absolute;
  bottom: 0;
  background: #000000c4;
  font-size: 16px;
  padding: 50px 30px 20px;
  width: 100%;
}
.aromatherapy-main .aromatherapy-img img {
  width: 100%;
}
.aromatherapy-main .aroma-desc .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 14px;
}
.aromatherapy-main .aroma-desc .highlight-text {
  color: #b28512;
  display: block;
  margin: 20px 0;
}
.aromatherapy-main .aroma-desc .content {
  line-height: 25px;
}
.aromatherapy-main .owl-nav i {
  font-size: 140px;
  color: #484848a6;
}
.aromatherapy-main .owl-prev {
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.aromatherapy-main .owl-next {
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.aromatherapy-main.owl-carousel .owl-stage-outer {
  position: relative;
}
.aromatherapy-main.owl-carousel .owl-stage-outer::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 25%;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 16%,
    rgba(6, 14, 25, 0.01) 98%,
    rgba(6, 14, 25, 0) 99%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 16%,
    rgba(6, 14, 25, 0.01) 98%,
    rgba(6, 14, 25, 0) 99%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 16%,
    rgba(6, 14, 25, 0.01) 98%,
    rgba(6, 14, 25, 0) 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00060e19',GradientType=1 );
}
.aromatherapy-main.owl-carousel .owl-stage-outer::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 25%;
  background: -moz-linear-gradient(
    left,
    rgba(6, 14, 25, 0) 0%,
    rgba(6, 14, 25, 0) 1%,
    rgba(0, 0, 0, 1) 86%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(6, 14, 25, 0) 0%,
    rgba(6, 14, 25, 0) 1%,
    rgba(0, 0, 0, 1) 86%
  );
  background: linear-gradient(
    to right,
    rgba(6, 14, 25, 0) 0%,
    rgba(6, 14, 25, 0) 1%,
    rgba(0, 0, 0, 1) 86%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00060e19', endColorstr='#000000',GradientType=1 );
  z-index: 1;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap.slick-slider {
  display: block;
}
.cusom-advance-design .states-right-content {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  display: block;
}
/* .three-states-contetnt-element-right{padding-right: 450px;}
.three-states-contetnt-element-left{padding-left: 450px;} */
.states-right-content p.strong-fonts {
  font-weight: 500;
}
.cusom-advance-design-main .states-main-wrap a {
  font-size: 18px;
  line-height: 28px;
  color: gray;
  font-weight: 500;
  text-transform: uppercase !important;
}
.cusom-advance-design.active {
  display: block;
}
/* .csom-advance-design {display: none;}*/
/* .cusom-advance-design{margin-bottom: 50px !important;} */
.cusom-advance-design-main .states-main-wrap a.active,
.cusom-advance-design-main .states-main-wrap a:hover {
  color: #fff !important;
}

body .cusom-advance-design img {
  max-width: 450px;
}
.elementor-section.elementor-inner-section.cusom-advance-design {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body .cusom-advance-design a.learn-more-btn {
  display: block;
  margin: 10px 0;
  color: #fa8d0f;
}
body .cusom-advance-design a.learn-more-btn:after {
  content: ">";
  padding: 5px;
}
.states-left-img-col {
  position: relative;
}
/* .states-left-img {
    position: absolute !important;
    bottom: -105px;
} */
.custom-slider-content h2 {
  color: #fff;
  font-weight: normal;
}
.custom-slider-content h4 {
  color: #fff;
  margin-bottom: 0;
  line-height: normal;
  font-size: 18px;
  text-transform: capitalize;
}
.custom-slider-content p {
  margin-top: 0;
  font-size: 15px;
  line-height: normal;
}
.custom-slider-icon-content .owl-item li.elementor-icon-list-item {
  display: block;
}

.custom-slider-icon-content
  .owl-item
  li.elementor-icon-list-item
  span.elementor-icon-list-icon {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.custom-slider-icon-content
  .owl-item
  li.elementor-icon-list-item
  span.elementor-icon-list-text {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 18px;
  font-family: "Manrope", sans-serif;
}

.custom-slider-icon-content
  .owl-item
  li.elementor-icon-list-item
  span.elementor-icon-list-icon
  i {
  font-size: 64px;
}
.custom-slider-icon-content .owl-item li.elementor-icon-list-item a {
  display: block;
}

.custom-slider-icon-content .owl-item li.elementor-icon-list-item svg {
  width: auto !important;
  height: 80px;
  display: block;
  margin: 0 auto;
  text-align: center;
  object-fit: contain;
}
.whtsinclude-section .whtsinclude-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 350px;
  max-width: 350px;
}
body .whtsinclude-section .elementor-heading-title {
  font-weight: 700;
  font-size: 28px;
}
.whtsinclude-inner-content h4 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
}
.whtsinclude-inner-content p {
  margin-top: 0;
  font-size: 15px;
  line-height: 22px;
}
.icon-box-slider.owl-carousel .owl-stage-outer::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 2%;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 16%,
    rgba(6, 14, 25, 0.01) 98%,
    rgba(6, 14, 25, 0) 99%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 16%,
    rgba(6, 14, 25, 0.01) 98%,
    rgba(6, 14, 25, 0) 99%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 16%,
    rgba(6, 14, 25, 0.01) 98%,
    rgba(6, 14, 25, 0) 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00060e19',GradientType=1 );
}
.icon-box-slider.owl-carousel .owl-stage-outer::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 2%;
  background: -moz-linear-gradient(
    left,
    rgba(6, 14, 25, 0) 0%,
    rgba(6, 14, 25, 0) 1%,
    rgba(0, 0, 0, 1) 86%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(6, 14, 25, 0) 0%,
    rgba(6, 14, 25, 0) 1%,
    rgba(0, 0, 0, 1) 86%
  );
  background: linear-gradient(
    to right,
    rgba(6, 14, 25, 0) 0%,
    rgba(6, 14, 25, 0) 1%,
    rgba(0, 0, 0, 1) 86%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00060e19', endColorstr='#000000',GradientType=1 );
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .aromatherapy-main .aroma-desc {
    padding: 25px;
  }
}
@media (max-width: 1100px) {
  .eqtwo-img,
  .eqtwo-content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .aromatherapy-main.owl-carousel .owl-stage-outer::after {
    display: none;
  }
  .aromatherapy-main.owl-carousel .owl-stage-outer::before {
    display: none;
  }
  .main-navigation .main-logo-col{
    order: 1;
  }
  .main-navigation .main-cart-col{
    order: 2;
  }
  .main-navigation .main-account-col{
    order: 3;
  }
  .main-navigation .main-menu-col{
    order: 4;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .aromatherapy-main .owl-prev,
  .aromatherapy-main .owl-next {
    display: block;
  }
}
/* Aromatherapy slider */

#agc_verify_form
  #age_limit_countries_field
  .age-gate__info
  .agc_verify_submit
  button.agc_verify_button {
  border-radius: 10px !important;
}
#agc_verify_form .brand-logos {
  border-top: 1px dashed #92909066;
  display: block;
  padding-top: 25px;
  margin-top: 25px;
  text-align: center;
}
#agc_verify_form .brand-logos img {
  margin: 0 auto;
  display: block;
}
#agc_verify_form .brand-logos span {
  color: #9b9999;
  margin-bottom: 10px;
  display: block;
}
.agc_screen #agc_container #agc_title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agc_screen #agc_container #agc_title i {
  font-size: 30px;
  margin-left: 10px;
}
.sidebar .cart-collaterals {
  right: -420px;
  transition: 0.7s;
}
.cart-sidebar .cart-collaterals {
  right: 0px;
  transition: 0.7s;
}
.elementor-widget-social-icons .elementor-widget-container {
  justify-content: normal !important;
}
.we-love-careers {
  font-size: 38px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  margin-top: 100px;
  line-height: 50px !important;
}
.join-us-careers {
  font-size: 38px !important;
  text-transform: uppercase !important;
  color: #f5b700 !important;
}
.now-hiring {
  margin-top: 135px;
}
.bundles_oneline .popup_mobile_add_to_cart p {
  margin: 14px 0px;
}
.support_poduct_menu ul {
  padding: 0px;
}
.menu-image-hover-wrapper .hovered-image {
  margin-left: 0 !important;
}

a.added_to_cart {
  line-height: normal;
  padding-left: 10px;
  font-size: 14px;
}
.elementor-accordion
  .elementor-tab-title
  .elementor-accordion-icon.elementor-accordion-icon-left,
.elementor-widget-accordion .elementor-accordion .elementor-accordion-title {
  color: inherit !important;
}
.parts-and-accessoris-title img,
.cases-and-containers-title img {
  width: 40%;
}
.power-title img,
.merch-title img {
  width: 20%;
}
.botanicals-title img {
  width: 25%;
}
.sub-menu .menu-item.current-menu-item a {
  background-color: #165bad !important;
  border-radius: 0px !important;
  text-decoration: none;
  text-decoration: none;
  line-height: 22px;
  padding: 7px 12px 7px 30px;
  color: #fff !important;
  border-left: 0px;
}

.new-feature-col.features_video_sec
  section
  figure.elementor-image-box-img:before {
  background-image: none;
}
.elementor-widget-nav-menu .menu-item.current-menu-ancestor a {
  color: #165bad;
}

.woocommerce-checkout.woocommerce-order-pay #payment {
  background: #141414;
}

/* Kapil new css start here */
.woocommerce-store-notice.demo_store {
  background-color: #daa511 !important;
  color: #0a0a0a;
  bottom: auto;
  z-index: 9;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0 10px 0;
  top: 0 !important;
}
.quick_view {
  display: none;
}
.fixedElement {
  top: 200px;
}
.sub_menu_accrssories.fixedElement {
  border-top: none;
}
.common_main_div.fixedElement {
  padding: 0;
}

.woocommerce-page ul.products li.product .pro_image {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.woocommerce-page ul.products li.product .pro_image .view_details {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  font-size: 18px;
  color: #fff;
}
.woocommerce-page ul.products li.product .pro_image .view_details:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06e";
  font-size: 25px;
}
.woocommerce-page ul.products li.product .pro_image:hover .view_details {
  opacity: 1;
}
.new_checkout .payment_methods label {
  display: block;
}
.new_checkout .payment_methods label img {
  float: right;
  margin-right: 2px;
}
.new_checkout li.wc_payment_method.payment_method_paypal img {
  width: 8%;
}
.new_checkout #add_payment_method #payment ul.payment_methods li,
.new_checkout #payment ul.payment_methods li {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  padding-right: 20px;
}
.new_checkout input[type="radio"],
.new_checkout input[type="checkbox"] {
  float: left;
  margin-right: 10px !important;
}
.new_checkout .payment_method_paypal .about_paypal {
  float: none !important;
  line-height: normal !important;
  color: #ffb400;
}
.new_checkout #payment div.payment_box {
  margin-bottom: 0px !important;
}
.new_checkout
  .checkout-accordion
  table.my-custom-shipping-table
  tr.woocommerce-shipping-totals
  td {
  background-color: transparent !important;
}
.new_checkout .payment_method_moneris .input-text {
  background-color: #272727;
  border: 1px solid #666666 !important;
  font-size: 1rem !important;
}
.new_checkout .payment_method_moneris .identified {
  border-color: #69bf29 !important;
}
.new_checkout fieldset#wc-moneris-credit-card-form {
  border: 1px solid #666;
  padding: 5px;
}
.ui-datepicker .ui-datepicker-prev {
  top: 1px;
  width: 2em;
  height: 2em;
  left: 1px !important;
}
.ui-datepicker .ui-datepicker-next {
  top: 1px;
  width: 2em;
  height: 2em;
  right: 1px !important;
}
.woocommerce .quantity .qty {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* Kapil new css end here */

/*Montu*/
.sv-wc-payment-gateway-card-icons {
  float: right;
}
#secondary-nav {
  height: auto !important;
  overflow: hidden;
}

#secondary-nav li {
  -webkit-animation: chapternav-slidein 350ms backwards;
  animation: chapternav-slidein 350ms backwards;
  list-style: none;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 0% !important;
  float: left;
  width: 7% !important;   
}
#secondary-nav a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-top: 0px;
}
#secondary-nav a img {
  opacity: 0.8;
  transition: all ease-in 150ms;
}

/* Side Widget */
.side-widget.open {
  margin-right: 0;
}
.side-widget {
  width: 30px;
  z-index: 99;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  top: 200px;
  text-align: center;
  margin-right: -45px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn.btn-blue:hover {
  background-color: #fbaf00;
}
.btn.btn-blue {
  background-color: #0082ca;
}
.btn.btn-blue {
  background-color: #fbaf00;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 5px;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.btn {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 12px 12px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.covid-pop-icon img {
  margin: 0px 0px 0px 0px;
  width: 20px;
  height: 20px;
  transform: rotate(270deg);
}

#popup-container {
  position: fixed;
  z-index: 9990;
  margin: 0;
  top: 230px;
  left: -2px;
  right: 0;
  width: 100%;
  max-width: 300px;
  display: none;
}
#popup-container .modal-content .close {
  padding: 0px 12px !important;
  color: #fff;
  opacity: 1;
}
#popup-container.open {
  display: block;
}
.covid-popup.covid_message {
  background: #fbaf00;
  color: #fff;
}
.covid-popup.covid_message h5 {
  color: #fff;
}
#popup-container .close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;

  border: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
#popup-container .close:hover {
  background-color: inherit;
}
.woocommerce .covid_message {
  margin-bottom: 15px;
}
.woocommerce .covid_message h5 {
  padding: 10px 10px 0px 0px;
}
/* Side Widget */
/*COVID-19 message*/
.covid-age-gate.covid_message {
  margin-bottom: 20px;
  padding: 0px 10px 0px 10px;
}
.covid_message {
  background: #fdbb30;
  color: #000;
  font-size: 14px;
  border-radius: 8px;
  padding: 0px 10px 1px 10px;
}
.covid-age-gate.covid_message h5 {
  text-align: left;
  padding: 10px 10px 0px 0px;
}
.covid_message h5 {
  color: #000;
  padding: 10px 10px 0px 0px;
  font-size: 16px;
  font-weight: 600;
}
.covid-age-gate.covid_message p {
  padding-bottom: 10px;
  font-size: 14px !important;
}
.agc_screen #agc_container p {
  text-align: left;
}
/*COVID-19 message*/
/*#wc-moneris-account-number{height: 32px !important;}
#wc-moneris-account-number .monerisInput{border-radius: 0px !important;border: none !important;background-color: #292727 !important;}*/
/********* buy box for bundle*******/

.woocommerce.single-line-product {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #165bad;
  color: #fff;
  z-index: 10;
  padding: 16px 10px;
}

.gform_wrapper.gf_browser_chrome select,
.gform_fields .ginput_container_text input,
.gform_fields .ginput_container_email input,
.gform_fields .ginput_container_textarea textarea,
.mc4wp-form-fields input,
.ginput_container_phone input,
.ginput_container_select select, .ginput_container_number input{
  color: #000 !important;
  background: #fff !important;
}

/*Start rating on product sticky menu*/
.star_rating {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  border-right: 1px solid #535353;
  padding-right: 10px;
}
.postid-2020015076 .star_rating,
.postid-2020015106 .star_rating,
.postid-2020004848 .star_rating,
.postid-2020004832 .star_rating,
.postid-20206122 .star_rating,
.postid-20206601 .star_rating {
  display: none;
}
.star_rating .cmr_stars {
  float: none !important;
  display: inline-block;
  line-height: 0.5;
  font-size: 1em !important;
  vertical-align: middle;
}
.star_rating .total_rev {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.star_rating .cmr_count {
  font-size: 0.8em;
  line-height: 1;
}
/*Start rating on product sticky menu*/

/*BOGO*/
.fixedElement #claim_free_product {
  display: none;
}
.fixedElement_pro.sticky-product {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.fixedElement_pro {
  background: #232323;
  padding: 15px 0px;
  text-align: center;
}
.fixedElement_pro ins {
  text-decoration: none !important;
}
.fixedElement_pro ins .woocommerce-Price-amount.amount {
  color: #165bad;
  text-decoration: none !important;
}
.fixedElement_pro .variations td {
  border: none !important;
}
.fixedElement_pro .variations {
  width: auto !important;
  display: inline-block;
  vertical-align: top;
  margin: 0px !important;
  background-color: transparent;
}
.fixedElement_pro .attribute-options {
  display: none;
}
.fixedElement_pro .variations_form.cart {
  vertical-align: top;
  display: inline-block;
}
.fixedElement_pro .cart {
  vertical-align: middle;
  display: inline-block;
}
.fixedElement_pro .color-variable-wrapper .rtwpvs-color-term {
  border: 1px solid #333333;
  padding: 0px !important;
  width: auto !important;
  margin-bottom: 0px !important;
  height: auto !important;
  border-radius: 0px !important;
  background: transparent !important;
  border: 1px solid #ffffff;
  margin: 0px 0px 0px 7px !important;
  flex-direction: column;
  border-radius: 22px !important;
}
.fixedElement_pro .rtwpvs-terms-wrapper .rtwpvs-term {
  margin-right: 0% !important;
}
.fixedElement_pro .rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:nth-child(3n) {
  margin-right: 7px !important;
}
.fixedElement_pro .variations tr {
  display: inline-block !important;
  vertical-align: top;
  padding: 0px 15px;
  border-left: 1px solid #535353;
}
.fixedElement_pro .variations tr:hover td {
  background: none !important;
}
.fixedElement_pro .rtwpvs-image-term {
  border: 1px solid #333333;
  width: auto !important;
  height: auto !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
  height: auto !important;
  border-radius: 22px !important;
  background: transparent !important;
  border: 1px solid #fff;
  justify-content: flex-start !important;
  margin: 0px 0px 0px 7px !important;
}
.fixedElement_pro .reset_variations {
  display: none;
}
.fixedElement_pro .stock {
  display: none;
}
.fixedElement_pro .label {
  padding: 0px !important;
}
.fixedElement_pro .single_variation_wrap {
  display: inline-block;
  border-radius: 22px !important;
}
.fixedElement_pro .quantity {
  display: inline-block;
  border-left: 1px solid #535353;
  padding-left: 15px;
}
.fixedElement_pro .variations_button {
  display: inline-block;
  vertical-align: top;
}
.fixedElement_pro
  .color-variable-wrapper
  .rtwpvs-color-term
  .rtwpvs-term-span-color {
  border: none !important;
  width: 20px !important;
  height: 20px !important;
}
.fixedElement_pro .input-text.qty {
  padding: 0px !important;
}
.fixedElement_pro .screen-reader-text1 {
  font-size: 15px;
  vertical-align: top;
  padding: 3px 0px;
  margin-right: 7px;
  vertical-align: top;
}
.fixedElement_pro .rtwpvs-terms-wrapper .rtwpvs-term img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 22px !important;
  height: 22px !important;
  border: 0px solid !important;
}
.fixedElement_pro .rtwpvs-image-term.selected img {
  -webkit-filter: grayscale(0%) !important; /* Safari 6.0 - 9.0 */
  filter: grayscale(0%) !important;
}
.fixedElement_pro .rtwpvs-image-term.selected {
  border: 1px solid #165bad !important;
}
.fixedElement_pro .rtwpvs-image-term.selected img {
  width: 21px !important;
  height: 21px !important;
}
.fixedElement_pro .input-text.qty {
  border: none;
  background: none;
  color: #fff;
}
.fixedElement_pro .woocommerce .quantity .qty {
  width: 3em;
}
.fixedElement_pro .woocommerce a.added_to_cart {
  margin-top: 0px !important;
}
.fixedElement_pro .quantity .qty {
  width: 3em;
  text-align: center;
}
.fixedElement_pro .product_title {
  display: inline-block;
  margin-right: 15px;
}
.fixedElement_pro .amount {
  margin: 0px 15px 0px 0px;
}
.fixedElement_pro del {
  color: #8f8f8f;
}
.fixedElement_pro del .amount {
  color: #8f8f8f;
}
.fixedElement_pro .single_variation {
  display: inline-block;
}
.woocommerce .fixedElement_pro button.button.alt {
  background-color: #165bad;
  color: #fff;
  text-transform: none;
  border: 1px solid #165bad;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 12px;
  margin-left: 8px;
}
.woocommerce .fixedElement_pro button.button.alt:hover {
  border: 1px solid #165bad;
  color: #8e8e8e;
  background: none !important;
}
.fixedElement_pro .single_variation_wrap .view-cart-wc {
  line-height: 10px !important;
  padding: 0px 0px 0px 5px;
}

/* .aromatheraphy-main-content{margin: 70px 0px;}
.aromatheraphy-sub-content{margin: 50px 0px !important;} */
.aromatheraphy-lern-more a {
  color: #f5b700 !important;
  position: relative;
}

.aromatheraphy-lern-more a::after {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  right: -25px;
}
.new-feature-col .elementor-image-box-img {
  width: 40%;
}
.new-feature-col .elementor-image-box-title {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
}
.new-feature-col p.elementor-image-box-description {
  font-size: 14px;
}

.postid-3556 .stock.out-of-stock {
  display: block !important;
  margin-top: 0px;
  color: red;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .join-us-careers,
  .we-love-careers {
    font-size: 28px !important;
  }
  .now-hiring {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .fixedElement_pro {
    display: none;
    bottom: 0px;
    position: relative;
  }
  .for-special-bundle .fixedElement_pro,
  .for-special-bundle .fixedElement_pro.sticky-product {
    display: block;
    bottom: unset;
    padding: 0px 0px !important;
    border-top: none;
  }
  .aromatheraphy-left-side {
    order: 2;
  }
  .aromatheraphy-lern-more a::after {
    font-size: 14px;
    line-height: 28px;
    right: -18px;
  }
  .aromatheraphy-lern-more {
    margin-bottom: 50px !important;
  }
  .side-widget {
    top: 370px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .join-us-careers,
  .we-love-careers {
    font-size: 28px !important;
  }
  .fixedElement_pro .variations {
    width: 100% !important;
    display: block;
    vertical-align: top;
    margin: 15px 0px !important;
    padding: 15px 0px;
    text-align: center;
    border-top: 1px dashed #464646;
    border-bottom: 1px dashed #535353;
  }
  .fixedElement_pro .variations tr {
    border: none;
  }
  .fixedElement_pro .variations_form.cart {
    width: 100%;
  }
  .fixedElement_pro .variations tbody {
    display: inline-block;
  }
  .woocommerce div.product div.summary {
    padding: 0px 10px;
  }
  .woocommerce .col2-set .col-1 {
    margin-bottom: 30px;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 100%;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
  .checkout-wrp {
    display: block;
  }
  .left_side_section {
    width: 100%;
  }
  .right_side_section {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .right_side_containt {
    position: relative !important;
    width: 100%;
    top: 0px !important;
  }

  .product_title_mobile {
    display: block !important;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #165bad;
    color: #fff;
    z-index: 10;
    padding: 16px 10px;
  }
  .close_cart_mobile {
    display: block;
  }
  .fixedElement_pro.sticky-product {
    display: none;
    bottom: 0px;
  }
  .fixedElement_pro {
    display: none;
    bottom: 0px;
    position: relative;
  }
  .fixedElement_pro.active_mobile {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0px;
    border-top: 3px solid #165bad;
    left: 0;
    top: auto !important;
  }
  .fixedElement_pro.active_mobile .variations td {
    display: inline-block;
  }
}

.top-div .fixedElement .woocommerce-variation-add-to-cart-disabled {
  display: none !important;
}
/* Extreme Q New page */
.main-extreme-q-option-img-wrap {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
/* .main-extreme-q-option-img{padding: 10px;} */
.main-extreme-q-option-img img {
  width: 70px;
  height: 80px;
}
#product-20203229 #main_product_section {
  display: none !important;
}
.hide-section:not(.elementor-element-edit-mode) {
  display: none;
}
.product-option-title {
  font-size: 14px;
}
.product-option-sub-details {
  font-size: 12px;
  margin-bottom: 10px;
}
.main-extreme-q-option-img img:hover {
  cursor: pointer;
}
.main-extreme-q-option-img img {
  width: 100px;
  height: 150px;
  filter: invert(70%) sepia(32%) saturate(7%) hue-rotate(357deg)
    brightness(100%) contrast(99%);
}
.main-extreme-q-option-img.active {
  filter: invert(91%) sepia(75%) saturate(1%) hue-rotate(306deg)
    brightness(102%) contrast(101%);
}
.eqtwo-img .elementor-widget-container {
  position: relative;
  display: inline-block;
}
.eqtwo-img .elementor-widget-container img {
  display: block;
  max-width: none;
}

.eqtwo-img .elementor-widget-container map area {
  position: absolute;
  display: inline-block;
}
.eqtwo-img .elementor-widget-container map area:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  border-radius: 100%; /*background-color: #f89331;*/
  background-color: #808080bf;
}
.product-option-content div.active {
  color: #f89331;
}
.post-20203229 .star_rating {
  display: none;
}
.states-main-wrap a {
  line-height: 33px;
  text-transform: uppercase;
}
/* .states-main-wrap a.active,.states-main-wrap a:hover{color: #faaf00 !important;font-size: 16px;line-height: 33px;text-transform: uppercase;} */
.eqtwo-img {
  height: 550px;
}
.eqtwo-img.elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}
.title-sub-content {
  font-size: 22px;
  text-transform: capitalize;
}
.hide-title span.elementor-icon-box-title a {
  display: none;
}
.xq2-main-title {
  margin-bottom: 0px !important;
}
.product-option-title {
  font-size: 16px !important;
  margin-bottom: 0px;
  opacity: 75%;
}
.whats-include-content {
  display: none;
}
.whats-include-content.active {
  display: block;
}
.custom-slider-icon-content .owl-nav {
  display: block;
}
.custom-slider-icon-content .owl-prev {
  position: absolute;
  top: 25%;
  left: -80px;
  color: #262626;
  font-size: 35px;
}
.custom-slider-icon-content .owl-next {
  position: absolute;
  top: 25%;
  right: -80px;
  color: #262626;
  font-size: 35px;
}
.custom-slider-icon-content {
  margin-bottom: 150px;
}
.custom-slider-content-section {
  margin-bottom: 70px;
}
.product-option-content a,
.product-option-title,
.eqtwo-content .elementor-text-editor,
.whtsinclude-inner-content,
.states-right-content p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  display: grid;
}
.product-option-detils {
  font-family: "Manrope", sans-serif !important;
  font-weight: 300 !important;
}
.whtsinclude-inner-content h4 {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}
.whtsinclude-inner-content .elementor-text-editor {
  font-size: 18px !important;
}
.product-option-main-title .title-yellow {
  font-size: 18px;
  color: #faaf00;
}
.product-option-content .active a,
.product-option-content .active a:hover,
.product-option-content .active a .product-option-title,
.product-option-content .active a:hover .product-option-title {
  font-weight: 600;
  font-size: 16px !important;
  opacity: 100%;
  color: #fff;
}
.cw-review-section.xq-2-review .elementor-text-editor p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}
.xq2-listing {
  padding-left: 15px;
  margin-top: 30px;
  columns: 2;
}
.custom-slider-icon-content .icon-box-slider .active.center .list-active {
  font-weight: 600;
}
.custom-slider-icon-content
  .icon-box-slider
  .active.center
  .list-active
  .elementor-icon-list-text {
  font-size: 12px;
}
.whtsinclude-inner-content h2,
.whtsinclude-inner-content h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}
.xq2-listing li,
.states-right-content,
.states-right-content p,
.states-main-wrap p {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.xq2-title-col .elementor-widget-wrap {
  min-height: 590px;
}
.states-main-wrap a,
.states-main-wrap a:hover {
  cursor: default !important;
}
.click-on-icon,
.click-on-list {
  font-size: 16px !important;
  opacity: 75%;
  font-family: "Manrope", sans-serif;
}
.click-on-list {
  margin-bottom: 20px;
}
.option-img-hide:hover,
.option-img-hide {
  outline: none;
}

.xq2-icon-title {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  color: #fff;
  opacity: 0.3;
  cursor: pointer;
}
.main-extreme-q-option-img.active .xq2-icon-title {
  filter: invert(100%) sepia(75%) saturate(1%) hue-rotate(306deg)
    brightness(102%) contrast(101%);
  opacity: 1;
  color: #fff;
}
#countryConflict td {
  padding: 10px 20px !important;
  font-weight: 400;
}
/* xq2 slider */
.advance-design-wrp.owl-carousel .owl-dots {
  margin: 35px 0;
}
.advance-design-wrp.owl-carousel .owl-dots span {
  width: 20px;
  height: 0px;
}
.advance-design-wrp .owl-nav {
  width: 100%;
  height: auto;
}
.advance-design-wrp .owl-loaded {
  position: relative;
}
.advance-design-wrp .owl-nav .owl-next {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.advance-design-wrp .owl-nav .owl-prev {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.advance-design-wrp .owl-nav img {
  width: 20px;
  height: auto;
}
.whtsinclude-inner-content .elementor-widget-text-editor {
  font-family: "Manrope", sans-serif;
}
.whtsinclude-inner-content .elementor-widget-text-editor a {
  color: #faaf00;
}
/* .cusom-advance-design.state-content-row .elementor-container{border: 0.5px solid #232323;} */
/* .cusom-advance-design.state-content-row{margin-bottom: 20px !important;} */
.xq2-section-titles .elementor-heading-title,
.xq2-section-titles h4 {
  font-size: 22px !important;
  text-transform: capitalize;
  font-family: "Manrope", sans-serif;
  color: #fff !important;
  margin-bottom: 35px !important;
}
.product-option-detils {
  font-size: 14px;
  line-height: 20px;
  display: none;
  opacity: 1;
  color: #fff;
  padding-bottom: 10px;
}
.custom-slider-icon-content .owl-stage {
  display: flex;
}
.home-and-away {
  margin-bottom: 55px !important;
  margin-top: 10px;
}
.states-main-wrap .content-link-yellow,
.states-main-wrap .content-link-yellow:hover {
  color: #faaf00 !important;
  text-transform: capitalize;
  cursor: pointer !important;
}
.three-states-contetnt-element-right,
.three-states-contetnt-element-left {
  padding-right: 450px;
}

.faq-ans-details {
  display: none;
}
.faq-ans-details.active {
  display: block;
}
.faq-box-wrap {
  background: #131313;
  padding: 35px;
  margin: 50px 0px;
}
.faq-quation-list {
  list-style: none;
  padding-left: 0px;
}
.faq-ans-question {
  font-size: 20px;
}
a.quation-list {
  font-size: 16px;
  color: #9c9c9c;
  display: block;
  padding-left: 20px;
  line-height: 35px;
}
span.quation-list-icon {
  position: absolute;
  left: -5px;
}
a.quation-list:hover {
  color: #8e8e8e !important;
}
a.quation-list.active,
a.quation-list.active:hover {
  color: #faaf00 !important;
  font-weight: 600;
}
.faq-ans-wrap {
  padding: 35px 35px 35px 35px;
}
.faq-ans {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  color: #b7b7b7;
}
/* .faq-text-left-col > .elementor-column-wrap {min-height: 360px;} */
.faq-ans-right-col {
  overflow-x: auto;
  margin-top: 10px;
}
.faq-ans-right-col > .elementor-column-wrap,
.faq-ans-right-col > .elementor-widget-wrap {
  padding: 0px !important;
  background: #000;
  border-radius: 10px;
  overflow-y: scroll;
}
/* width */
.faq-ans-right-col > .elementor-column-wrap::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.faq-ans-right-col > .elementor-column-wrap::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.faq-ans-right-col > .elementor-column-wrap::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
.faq-ans-right-col > .elementor-column-wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.rtwpvs-term.disabled {
  display: none !important;
}
.eqtwo-img-col {
  position: relative !important;
  z-index: -1;
}
.eqtwo-img-col .elementor-widget-image {
  position: absolute !important;
  top: -80px !important;
  left: -135px !important;
}
.eqtwo-img-col .elementor-widget-image img {
  width: 900px !important;
  height: 800px !important;
  max-width: 1000px;
}
.whtsinclude-inner-content img {
  width: 300px;
}
.xq2-syatem-inner-title {
  color: #fff !important;
  opacity: 1;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 24px;
}
.icon-box-slider .cls-2 {
  fill: #fff;
}
.eqtwo-content.first-content {
  margin-top: 105px;
}
.whtsinclude-inner-content
  .elementor-widget-text-editor
  .elementor-widget-container {
  font-size: 18px;
  line-height: 28px;
  min-height: 100px;
}
.product_cat-xq2 .woocommerce-tabs {
  margin-top: 0px !important;
}
.eqtwo-img-col {
  position: relative !important;
  z-index: -1;
}
.menu-item .sub-arrow .fa {
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
.menu-item a:hover .sub-arrow .fa,
.menu-item.current-menu-parent .sub-arrow .fa {
  color: #165bad;
}
.accessories_listing_page
  .single-product
  #main_product_section
  .entry-summary
  h2
  a {
  color: #afafaf;
}
.single-post a{
  color: #fbaf02;
}
.single-post a:hover{
  color: #165bad;
}
.view-compare{
      margin: 0px 10px;
    color: #fbaf02;
}


@media (max-width: 3200px) and (min-width: 2400px) {
  .eqtwo-img-col .elementor-widget-image {
    position: absolute !important;
    top: -80px !important;
    left: -225px !important;
  }
}
@media (max-width: 2400px) and (min-width: 2200px) {
  .eqtwo-img-col .elementor-widget-image {
    position: absolute !important;
    top: -80px !important;
    left: -200px !important;
  }
}
@media (max-width: 1920px) {
  /* .three-states-contetnt-element-right {padding-right: 400px;}
    .three-states-contetnt-element-left {padding-left: 400px;} */
}
@media (max-width: 1664px) {
  .title-sub-content {
    font-size: 18px;
  }
  .product-option-title {
    font-size: 15px !important;
    margin-bottom: 6px;
  }
  .elementor-20203229 .elementor-element.elementor-element-39f5dec {
    padding: 0px 0px 0px 175px !important;
  }
  .three-states-contetnt-element-right,
  .three-states-contetnt-element-left {
    padding-right: 250px;
  }
  .eqtwo-img-col .elementor-widget-image {
    position: absolute !important;
    top: -80px !important;
    left: -80px !important;
  }
  .eqtwo-img-col .elementor-widget-image img {
    width: 800px !important;
    height: 700px !important;
    max-width: 800px;
  }
}
@media (max-width: 1440px) {
  .elementor-20203229 .elementor-element.elementor-element-39f5dec {
    padding: 0px 0px 0px 100px !important;
  }
  .home-and-away {
    margin-bottom: 20px !important;
  }
  .three-states-contetnt-element-right,
  .three-states-contetnt-element-left {
    padding-right: 150px;
  }
  .eqtwo-img-col .elementor-widget-image {
    position: absolute !important;
    top: -80px !important;
    left: -35px !important;
  }
  .eqtwo-img-col .elementor-widget-image img {
    width: 650px !important;
    height: 550px !important;
    max-width: 700px;
  }
  .under-arrow-bottom-xq2 {
    top: -170px;
  }
}
@media (max-width: 1366px) {
  .icon-box-slider.owl-carousel .owl-nav .owl-prev,
  .icon-box-slider.owl-carousel .owl-nav .owl-next {
    display: block !important;
  }
  .icon-box-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .icon-box-slider.owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .price-wrp {
    margin-right: 10px;
  }
  .text-before-animation {
    top: 125px !important;
  }
  .elementor-20201497
    .elementor-element.elementor-element-41581430
    > .elementor-widget-container {
    padding: 0px 100px 0px 100px !important;
  }
  .text-before-animation .elementor-text-editor {
    line-height: 32px;
  }
  .vape-main {
    z-index: 9;
  }
  .vape-tube {
    z-index: -9999;
  }
  /* .cloudimage-360 canvas {
    width: 250px !important;
    height: auto !important;
  } */
  .product_cat-solo2 .prod_image img {
    width: 140px;
  }
  .product-variation-box:before {
    width: 200px;
    height: 340px;
    left: 230px;
    bottom: 0px;
    background-size: 100%;
  }
  .xq-new-img-option-col {
    padding: 0px 0px 0px 10px !important;
  }
  .title-sub-content {
    font-size: 18px;
    text-transform: capitalize;
  }
  .elementor-20203229 .elementor-element.elementor-element-39f5dec {
    padding: 0px 0px 0px 50px !important;
  }
  .three-states-contetnt-element-right,
  .three-states-contetnt-element-left {
    padding-right: 120px;
  }
}
@media (max-width: 1280px) {
  .title-sub-content {
    font-size: 15px;
  }
  .elementor-20203229 .elementor-element.elementor-element-39f5dec {
    padding: 0px 0px 0px 20px !important;
  }
  .eqtwo-img {
    height: 450px;
  }
  .xq2-title-col .elementor-widget-wrap {
    min-height: 470px;
  }
  .three-states-contetnt-element-right,
  .three-states-contetnt-element-left {
    padding-right: 70px;
  }
  .eqtwo-img-col .elementor-widget-image {
    position: absolute !important;
    top: -80px !important;
    left: -50px !important;
  }
}
@media (max-width: 1170px) {
  .cusom-advance-design.state-content-row .elementor-container {
    margin: 0px 10px;
  }
  .home-and-away {
    margin-bottom: 45px !important;
  }
  .popup-content-col {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .xq2-main-featuches-icon-box .elementor-widget-container {
    margin: 0px 0px 0px 0px !important;
  }
  .xq2-icon-title {
    font-size: 12px;
  }
  .product-option-title {
    font-size: 14px !important;
  }
  .product-option-content .active a .product-option-title,
  .product-option-content .active a:hover .product-option-title {
    font-size: 16px !important;
  }
  .click-on-icon,
  .click-on-list {
    font-size: 11px !important;
  }
  .three-states-contetnt-element-right,
  .three-states-contetnt-element-left {
    padding-right: 0px;
  }
  .elementor-nav-menu--dropdown
    .elementor-nav-menu
    .menu-item
    a.elementor-item {
    width: 100%;
    text-align: left;
    justify-content: space-between;
  }
  .menu-item a:hover .sub-arrow .fa,
  .menu-item.current-menu-parent .sub-arrow .fa {
    color: #fff;
  }
}
@media (max-width: 992px) {
  body .cusom-advance-design-main .elementor-column,
  body .cusom-advance-design .elementor-column {
    width: 100%;
    float: left;
  }
  body .cusom-advance-design img {
    max-width: 100%;
    float: left;
  }
  .cusom-advance-design .states-right-content {
    max-width: 100%;
  }
  .icon-box-slider.owl-carousel .owl-nav .owl-prev,
  .icon-box-slider.owl-carousel .owl-nav .owl-next {
    display: block !important;
  }
  .icon-box-slider.owl-carousel .owl-prev {
    left: 0;
  }
  .icon-box-slider.owl-carousel .owl-next {
    right: 0;
  }
  .icon-box-slider.owl-carousel .owl-stage-outer::after,
  .icon-box-slider.owl-carousel .owl-stage-outer::before {
    width: 30%;
  }
  .states-left-img {
    position: relative !important;
    bottom: auto;
  }
  .xq-new-img-option-col {
    margin-top: 30px !important;
  }
  .main-extreme-q-option-img-wrap {
    flex-wrap: wrap;
  }
  .xq2-icon-title {
    margin-bottom: 25px;
    margin-top: -10px;
  }
  .main-extreme-q-option-img img {
    width: 120px;
  }
  .custom-slider-content-section {
    margin-bottom: 20px;
  }
  .view-compare{
    display: block;
  }
}
@media (max-width: 768px) {
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block !important;
  }
  .xq2-title-col,
  .xq-new-right-col {
    width: 100% !important;
  }
  .mobile-xq2-main-title,
  .xq2-title-col .title-sub-content,
  .click-on-icon .elementor-text-editor {
    text-align: right;
  }
  .main-extreme-q-option-img {
    width: auto;
  }
  .main-extreme-q-option-img-wrap {
    float: right;
  }
  .xq2-title-col .elementor-widget-wrap {
    min-height: auto;
  }
  .main-extreme-q-option-img img {
    width: 80px;
  }
  .xq2-main-featuches-icon-box {
    margin-bottom: 0px !important;
  }
  .postid-20210142217
    .xq-new-img-option-col
    .xq-new-right-col
    .eq2-img-section
    .eqtwo-content
    .elementor-widget-wrap {
    align-content: baseline !important;
  }
  .xq2-hide-dropdown {
    display: none;
  }
  .eqtwo-img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .whtsinclude-section .whtsinclude-image img {
    max-width: 75%;
    max-height: auto;
  }
  .xq2-mobile-title .elementor-widget-container {
    display: inline-flex;
  }
  .xq2-mobile-title .title-sub-content {
    line-height: 33px;
    font-size: 13px;
  }
  .mobile-xq2-main-title {
    margin-left: 10px;
  }
  .mobile-xq2-main-title h5 {
    color: #ffffff;
    font-family: "Manrope", Sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
  }
  .xq2-main-featuches-icon-box .elementor-widget-container {
    margin: 0px 0px 0px 0px !important;
  }
  .custom-slider-icon-content .owl-item li.elementor-icon-list-item svg {
    width: 30px;
    height: 50px;
  }
  .custom-slider-icon-content
    .owl-item
    li.elementor-icon-list-item
    span.elementor-icon-list-text {
    font-size: 10px;
  }
  .post-20203229 .woocommerce-tabs {
    margin-top: 0px !important;
  }
  .custom-slider-icon-content {
    margin-bottom: 50px !important;
  }
  .states-main-wrap a.active {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }
  .states-main-wrap a {
    color: #555555;
    font-size: 20px;
  }
  .states-main-wrap {
    text-align: left;
    margin-top: 40px;
  }
  .xq2-mobile-title {
    margin-bottom: 0px !important;
  }
  .eqtwo-img {
    height: 330px;
  }
  .product-option-content {
    text-align: right;
  }
  .product-option-title {
    font-size: 12px !important;
    margin-bottom: 0px;
    line-height: 26px;
  }
  .product-option-content .active .product-option-title {
    font-size: 14px;
  }
  .main-extreme-q-option-img-wrap {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    float: none;
    width: 100%;
    padding: 0px 15px;
  }
  .main-extreme-q-option-img {
    width: 25%;
  }
  .main-extreme-q-option-img img {
    width: 100%;
  }
  .xq2-main-featuches-icon-box {
    width: 100% !important;
  }
  .xq2-listing {
    padding-left: 15px;
    margin-top: 30px;
    columns: 1;
  }
  .xq2-title-col .elementor-widget-wrap {
    min-height: auto;
  }
  .xq2-icon-title {
    margin-bottom: 5px;
  }
  .click-on-icon {
    right: 0px;
    text-align: center;
  }
  .click-on-icon,
  .click-on-list {
    font-size: 12px !important;
  }
  body .whtsinclude-section .elementor-heading-title {
    font-weight: 300;
    font-size: 20px !important;
  }
  .whtsinclude-inner-content .elementor-widget-heading {
    margin-bottom: 5px !important;
  }
  .whtsinclude-inner-content h4 {
    font-size: 16px;
  }
  .whtsinclude-inner-content .elementor-text-editor {
    font-size: 14px !important;
  }
  .custom-slider-content-section {
    margin-bottom: 0px;
  }
  .xq2-listing li {
    font-size: 16px;
  }
  .advance-design-wrp
    .elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding: 15px;
  }
  .elementor-section.advance-design-wrp .elementor-container {
    align-content: flex-start;
  }
  .advance-design-wrp.owl-carousel .owl-item {
    display: inline-block;
    vertical-align: top !important;
  }
  .elementor .elementor-hidden-mobile.advance-design-wrp,
  .advance-design-wrp .owl-nav {
    display: none !important;
  }
  .xq2-section-titles .elementor-heading-title,
  .xq2-section-titles h4 {
    margin-bottom: 10px !important;
  }
  .product-option-detils {
    font-size: 12px;
    line-height: 18px;
  }
  .product-option-content .active a .product-option-title {
    font-size: 14px !important;
    line-height: 20px;
  }
  select.product-option-content {
    font-size: 14px !important;
    text-align: left;
    padding: 15px 10px;
  }
  .product-option-detils-wrap {
    position: absolute;
    top: -250px;
    width: 100%;
    left: 0px;
  }
  .product-option-detils {
    text-align: center;
  }
  .xq2-defult-decription {
    text-align: center;
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .product-option-detils {
    color: #fff;
  }
  .xq2-product-option-content-wrap {
    margin-bottom: 0px !important;
  }
  .xq2-dropdown {
    margin-bottom: 0px !important;
  }
  .click-on-icon .elementor-text-editor {
    text-align: center;
  }
  .home-and-away {
    margin-bottom: 0px !important;
  }
  a.quation-list {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .faq-ans-right-col > .elementor-element-populated {
    overflow-y: hidden !important;
  }
  .faq-ans-right-col {
    height: 100% !important;
  }
  .faq-ans-wrap {
    padding: 20px 20px 0px 20px;
  }
  .faq-ans-right-col > .elementor-widget-wrap {
    border-radius: 15px;
  }
  .faq-ans-question {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .faq-box-wrap {
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .eq2-img-section .elementor-element-populated {
    overflow: auto;
  }
}
.price .amount {
  font-size: 16px !important;
}
.option-img-hide {
  display: none;
}
.product-option-content .active a {
  font-weight: 600;
  font-size: 18px !important;
}
.product-option-title {
  font-size: 16px !important;
}
.title-sub-content {
  font-size: 22px;
  text-transform: capitalize;
}
.xq2-main-title {
  margin-bottom: 0px !important;
}
.whtsinclude-inner-content .whats-include-mainslide-img img {
  width: 800px !important;
}
.states-right-content .parallax-list {
  padding-left: 20px;
}
.pts-content-box .elementor-text-editor {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: baseline;
}
.pts-content-box .elementor-text-editor h1 {
  font-size: 16px;
  margin-top: 22px;
  margin-left: 10px;
  color: #000;
}
ol.woocommerce-OrderUpdates.commentlist.notes {
  display: none;
}
.menu-image-title-below span.menu-image-hover-wrapper {
  text-align: center;
  width: 75px;
  margin: 0 auto !important;
}
.arizer-yellow {
  color: #fbaf00 !important;
}
#billing_options_field {
  /*position: absolute;
  width: 100%;*/
  display: block;
  margin-bottom: 0px;
}
#billing_options_field label {
  /*position: absolute;
  top: -26px;*/
  font-size: 12px;
  color: #ffffff;
}
#billing_options,
#billing_options_field label .woocommerce-input-wrapper,
#billing_options_field label .optional {
  display: none;
}
table.variations th.label {
  border: none;
}
.variations tr {
  display: block;
}
.variations tr .label {
  padding-left: 0px;
  background-color: transparent;
}

/* The arizer way new */
.desktop-vape-image-wrap,
.pocket-vape-image-wrap {
  display: block;
  width: 100%;
}
.desktop-vape-image-wrap .desktop-vape-image,
.pocket-vape-image-wrap .pocket-vape-image {
  width: 50%;
  float: left;
  height: 270px;
}
.desktop-vape-image-wrap .desktop-vape-image.border-bottom {
  border-bottom: 1px solid #4c505573;
}
.desktop-vape-image-wrap .desktop-vape-image.border-right {
  border-right: 1px solid #4c505573;
}
.the-arizer-way .title-show {
  display: none;
}
.desktop-vape-image-wrap .desktop-vape-image a,
.pocket-vape-image-wrap .pocket-vape-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.pocket-vape-image p,
.desktop-vape-image p {
  font-size: 14px;
  text-align: center;
}
.vap-content p {
  font-size: 14px;
}
.desktop-vape-image a img,
.desktop-vape-image a:hover p,
.pocket-vape-image a img,
.pocket-vape-image a:hover p {
  transition: all 0.2s ease-in-out;
}
.desktop-vape-image a:hover img,
.pocket-vape-image a:hover img {
  transform: scale(1.1);
}
.desktop-vape-image a:hover p,
.pocket-vape-image a:hover p {
  transform: scale(1.1);
  color: #faaf00;
}
.desktop-vape-image img,
.pocket-vape-image img {
  max-width: 200px !important;
}
.desktop-vape-image-wrap,
.pocket-vape-image-wrap {
  justify-content: space-evenly;
}
.best-seeling .woocommerce ul.products li.product {
  width: 100% !important;
}
.best-seeling h2.woocommerce-loop-product__title {
  font-size: 16px !important;
  color: #fff;
  font-style: normal;
  min-height: 50px !important;
}
.best-seeling .woocommerce-Price-amount,
.best-seeling .woocommerce-Price-amount bdi {
  font-size: 14px !important;
  color: #fff;
}
.how-to-use-accordian .view-more {
  color: #fff;
  font-size: 16px;
  padding: 10px;
  background: #165bac;
  border: 1px solid #165bac;
}
.how-to-use-accordian .view-more:hover {
  color: #fff;
  font-size: 16px;
  padding: 10px;
  background: transparent;
  border: 1px solid #165bac;
}
.how-to-use-accordian video {
  margin-bottom: 15px !important;
}
.how-to-use .video_header img {
  width: auto;
  max-height: 150px;
}
.how-to-use .video_header p {
  font-size: 16px;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
  z-index: 9999999;
}
.arizer-way-how-to-use {
  display: block !important;
}
@media (max-width: 1024px) {
  .top-div,
  .home .top-div {
    margin-top: 65px !important;
  }
  .top-div.sticky-menu {
    margin-top: 10px !important;
  }
  .sticky-menu.accessories_sub_menu {
    width: 98%;
  }
  #product-20210224684 .woocommerce-tabs,
  #product-20210071981 .woocommerce-tabs {
    margin-top: 0px !important;
  }
  .elementor-20210224684 .elementor-element.elementor-element-504a398d,
  .elementor-20210224684 .elementor-element.elementor-element-9d1ad09,
  .elementor-20210071981 .elementor-element.elementor-element-169e6c82,
  .elementor-20210071981 .elementor-element.elementor-element-35cdf3a {
    margin-top: 55px !important;
  }
}
@media (max-width: 991px) {
  .elementor-20210224684 .elementor-element.elementor-element-504a398d,
  .elementor-20210224684 .elementor-element.elementor-element-9d1ad09,
  .elementor-20210071981 .elementor-element.elementor-element-169e6c82 {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .desktop-vape-image-wrap,
  .pocket-vape-image-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 624px) and (max-width: 991px) {
  .desktop-vape-image-wrap .desktop-vape-image.border-bottom {
    border: none;
  }
  .desktop-vape-image-wrap .desktop-vape-image.border-right {
    border: none;
  }
  /* .arizer-way-how-to-use ul li{
        width: 19% !important;
    } */
}
@media (max-width: 768px) {
  .top-div,
  .home .top-div {
    margin-top: 43px !important;
  }
  .top-div.sticky-menu {
    margin-top: 10px !important;
  }
  .the-arizer-way .order-2 {
    order: 2;
  }
  .the-arizer-way .title-hide {
    display: none;
  }
  .the-arizer-way .title-show {
    display: block;
  }
  .desktop-vape-image img,
  .pocket-vape-image img {
    max-width: 140px !important;
  }
  .desktop-vape-image-wrap .desktop-vape-image,
  .pocket-vape-image-wrap .pocket-vape-image {
    height: 200px;
  }
}
@media (min-width: 624px) and (max-width: 767px) {
  .desktop-vape-image-wrap,
  .pocket-vape-image-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .arizer-way-how-to-use ul li {
    width: 19% !important;
  }
  .arizer-way-how-to-use ul li .video_header {
    max-width: 88px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 425px) {
  .desktop-vape-image-wrap,
  .pocket-vape-image-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .desktop-vape-image-wrap .desktop-vape-image.border-bottom {
    border: none;
  }
  .desktop-vape-image-wrap .desktop-vape-image.border-right {
    border: none;
  }
  .arizer-way-how-to-use ul li {
    width: 32% !important;
  }
}
.elementor-icon-list-item span.elementor-icon-list-icon {
  margin-top: 8px !important;
}
.the-arizer-way-main-content a {
  color: #165bad;
}
.thearizerway-read-more {
  font-size: 14px;
  position: relative;
}
.thearizerway-read-more:hover {
  color: #165bad;
}
.thearizerway-read-more::after {
  position: absolute;
  content: "\f105";
  font-size: 14px;
  font-weight: 900;
  right: -15px;
  font-family: "Font Awesome 5 Free";
  top: 0px;
}
.cart-right-section .variation-list {
  display: flex;
  margin: 3px 0px;
}
.variation-list .variation-FittingSize,
.variation-list dt {
  font-size: 13px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin: 0px;
  color: #9f9f9f;
  display: inline-block;
}
.variation-list .variation-FittingSize,
.variation-list dd {
  width: auto;
  display: block;
  margin-left: 1px;
  font-size: 13px;
}
.variation-list .variation-FittingSize p,
.variation-list dd p {
  color: #fff !important;
  margin: 0px;
}

.cart-right-section .variation-list {
  display: flex;
  margin: 3px 0px;
}
.variation-list .variation-FittingSize {
  font-size: 13px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin: 0px;
  color: #9f9f9f;
  display: inline-block;
}
.variation-list .variation-FittingSize {
  width: max-content;
  display: block;
  margin-left: 1px;
  font-size: 13px;
}
.variation-list .variation-FittingSize p {
  color: #fff !important;
  margin: 0px;
}

ins.with-coupon-discount-price {
  font-size: 13px;
  color: #fbaf00;
}
.for-special-bundle .woocommerce.single-line-product {
  display: block;
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  z-index: 10;
  padding: 0px 0px;
  background: inherit;
}
.for-special-bundle
  .product-type-bundle
  .entry-summary1.bundles_oneline
  .price
  del
  .amount,
.for-special-bundle
  .product-type-bundle
  .entry-summary1.bundles_oneline
  .price
  ins
  .amount {
  font-size: 18px !important;
}
.bundled_product .attribute_options td {
  border: none;
}
.woocommerce-checkout-review-order-table .bundle_sub_items .product-price del {
  display: inline-flex;
}
/* affiliate page CSS 14July2022 */
.deals .elementor-column-wrap,
.deals .elementor-widget-wrap {
  padding: 20px;
}
.deals .elementor-widget-container h2 {
  font-size: 38px;
  font-weight: 500;
}
.deals .elementor-widget-container .elementor-text-editor {
  font-weight: 300;
}
.affiliate .detail-content {
  padding: 30px 80px !important;
  height: 500px;
}
.affiliate .title {
  margin-bottom: 10px;
}
.affiliate .title h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
}
.affiliate .sub-title {
  font-size: 24px;
  margin-bottom: 50px !important;
  font-weight: 200;
}
.affiliate .para {
  padding: 0 80px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 50px !important;
  font-weight: 300;
  min-height: 150px;
}
.affiliate .video {
  margin-bottom: 50px;
}
.affiliate .video .video_header img {
  width: 100% !important;
  max-width: 80% !important;
}
.affiliate .image {
  margin-left: 50px;
}
.affiliate .detail-content .save-txt .save {
  font-size: 34px;
  line-height: 48px;
  font-weight: 400;
  color: #faaf00;
  margin: 0px;
}
/* .affiliate .image .buy-now-btn{margin-bottom: 60px;}
.affiliate .image .buy-now-btn .elementor-button-wrapper{text-align: center;}
.affiliate .image .buy-now-btn .elementor-button-wrapper a.add_to_cart_button{border-radius: 10px;font-size: 34px;line-height: 48px;font-weight: 400;color: #ffffff !important;padding: 5px 15px;border: 4px solid #165bad;}
.affiliate .image .buy-now-btn .elementor-button-wrapper a.add_to_cart_button:hover{border: 4px solid #0d3566;}
.affiliate .image .buy-now-btn .elementor-button-wrapper a.add_to_cart_button i{font-size: 27px;}
.affiliate .image .buy-now-btn .elementor-button-wrapper a.add_to_cart_button .elementor-button-icon{margin-left: 15px;}
.affiliate .image .buy-now-btn .elementor-button-wrapper a.added_to_cart{display: none !important;} */
.affiliate.mobile {
  padding: 20px !important;
}
.affiliate .image .img img {
  width: 100%;
  max-width: 90%;
}
.affiliate.mobile .title {
  margin-bottom: 0px;
}
.affiliate.mobile .title h1 {
  font-size: 62px;
  line-height: 72px;
  margin: 0px;
}
.affiliate.mobile .sub-title {
  margin-bottom: 50px;
}
.affiliate.mobile .para {
  padding: 0px 20px;
  font-size: 16px;
  line-height: 22px;
}
.affiliate.mobile .img img {
  width: 100%;
  max-width: 60%;
}
.affiliate.mobile .save-txt .save {
  font-size: 34px;
  line-height: 48px;
  color: #faaf00;
  margin: 0px;
}
.affiliate.mobile .buy-now-btn {
  margin-bottom: 40px;
}
/* .affiliate.mobile .buy-now-btn .elementor-button-wrapper{text-align: center;}
.affiliate.mobile .buy-now-btn .elementor-button-wrapper a.add_to_cart_button{border-radius: 10px;font-size: 34px;line-height: 48px;color: #ffffff !important;padding: 5px 15px;border: 4px solid #165bad;}
.affiliate.mobile .buy-now-btn .elementor-button-wrapper a.add_to_cart_button:hover{border: 4px solid #0d3566;}
.affiliate.mobile .buy-now-btn .elementor-button-wrapper a.add_to_cart_button .elementor-button-icon{margin-left: 10px;} */
.affiliate-product-xq2-title h1 {
  font-family: "Manrope", sans-serif;
}
.buy-now-btn a {
  border-radius: 10px;
  font-size: 34px;
  line-height: 48px;
  font-weight: 400;
  color: #ffffff !important;
  padding: 5px 15px;
  border: 4px solid #165bad;
  background-color: #0d3566;
  fill: #ffffff;
}
.buy-now-btn a i {
  padding-left: 20px;
}
.buy-now-btn a:hover {
  border: 4px solid #0d3566;
}
.content .title.exclusive-pro-title h1 {
  font-family: "Manrope", sans-serif !important;
}

@media screen and (max-width: 1600px) {
  .affiliate.web .sub-title {
    font-size: 20px;
  }
  .affiliate .detail-content {
    padding: 30px 80px !important;
    height: 400px;
  }
  .affiliate.web .title h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .affiliate .detail-content {
    padding: 15px 0px !important;
    height: 400px;
  }
  .affiliate .para {
    padding: 0 20px;
  }
  .affiliate .video {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .affiliate.web .sub-title {
    font-size: 15px;
  }
  .affiliate .para {
    min-height: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .affiliate.web .elementor-container {
    justify-content: center;
  }
  .affiliate .detail-content {
    height: auto;
  }
  .affiliate.web .content {
    width: 50%;
  }
  .affiliate.web .image {
    width: 50%;
    margin-left: 00px;
  }
  .affiliate.web .title h1 {
    font-size: 42px;
  }
  .affiliate.web .sub-title {
    margin-bottom: 40px;
    font-size: 15px;
  }
  /* .affiliate.web .para{font-size: 26px;line-height: 36px;margin-bottom: 50px;} */
  .affiliate.web .buy-now-btn a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .deals .elementor-widget-container h2 {
    font-size: 28px;
  }
  .deals .elementor-widget-container .elementor-text-editor {
    font-size: 18px;
  }
  .affiliate.web .title h1 {
    font-size: 62px;
    line-height: 78px;
    margin: 0px;
  }
  .affiliate.web .sub-title {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .affiliate.web .para {
    font-size: 22px;
    line-height: 32px;
  }
  .affiliate.web .video .video_header img {
    width: 100% !important;
    max-width: 90% !important;
  }
  .affiliate.web .image {
    margin-left: 0px;
  }
  .affiliate.web .image .save-txt {
    margin-bottom: 10px !important;
  }
  .affiliate.web .image .save-txt .save {
    font-size: 28px;
    line-height: 42px;
  }
  .buy-now-btn a {
    font-size: 24px;
    padding: 5px 10px;
  }
  .affiliate.web .image .buy-now-btn {
    margin-bottom: 40px;
  }
  .affiliate.web
    .image
    .buy-now-btn
    .elementor-button-wrapper
    a.add_to_cart_button {
    font-size: 28px;
    line-height: 42px;
    border: 3px solid #165bad;
  }
  .affiliate.web
    .image
    .buy-now-btn
    .elementor-button-wrapper
    a.add_to_cart_button:hover {
    border: 3px solid #0d3566;
  }
  .affiliate .para {
    min-height: auto;
  }
  .for-special-bundle .woocommerce.single-line-product {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    z-index: 10;
    padding: 0px 0px;
    background: #165bad;
  }
  .for-special-bundle .woocommerce div.product p.price del,
  .for-special-bundle .woocommerce div.product span.price del {
    display: inline-flex;
  }
}
@media screen and (max-width: 768px) {
  /*.affiliate.web, .affiliate.mobile{padding: 80px 0px !important;}*/
  .affiliate.web .title h1 {
    font-size: 58px;
    line-height: 68px;
    margin: 0px;
  }
  .affiliate.web .image .img img {
    width: 100%;
    max-width: 100%;
  }
  .affiliate.web .image .save-txt .save {
    font-size: 26px;
    line-height: 38px;
  }
  .affiliate.web
    .image
    .buy-now-btn
    .elementor-button-wrapper
    a.add_to_cart_button {
    font-size: 26px;
    line-height: 38px;
  }
}
@media screen and (max-width: 665px) {
  .deals .elementor-widget-container .elementor-text-editor {
    font-size: 16px;
  }
  .affiliate.mobile .title h1 {
    font-size: 66px;
    line-height: 66px;
    margin: 0px;
  }
  .affiliate.mobile .sub-title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 45px;
  }
  /* .affiliate.mobile .para{font-size: 26px;line-height: 40px;} */
  .affiliate.mobile .save-txt .save {
    font-size: 30px;
    line-height: 42px;
  }
  .buy-now-btn a {
    font-size: 24px;
  }
  .affiliate.mobile
    .buy-now-btn
    .elementor-button-wrapper
    a.add_to_cart_button {
    border-radius: 10px;
    font-size: 32px;
    line-height: 42px;
  }
  .affiliate.mobile .save-txt {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 560px) {
  .deals .elementor-widget-container .elementor-text-editor {
    font-size: 12px;
  }
  .affiliate.mobile .title h1 {
    font-size: 58px;
    line-height: 82px;
  }
  .affiliate.mobile .sub-title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 60px;
  }
  .affiliate.mobile .para {
    font-size: 16px;
    padding: 0px !important;
  }
  .affiliate.mobile .img img {
    width: 100%;
    max-width: 80%;
  }
}
@media screen and (max-width: 481px) {
  .deals .elementor-widget-container .elementor-text-editor {
    font-size: 10px;
  }
  .affiliate.mobile .title h1 {
    font-size: 52px;
    line-height: 72px;
  }
  .affiliate.mobile .sub-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .affiliate.mobile .save-txt .save {
    font-size: 24px;
    line-height: 25px;
    font-weight: 200;
  }
  .affiliate.mobile .para {
    font-size: 14px;
    font-weight: 200;
  }
  .buy-now-btn a {
    font-size: 20px;
    font-weight: 200;
  }
  .affiliate.mobile
    .buy-now-btn
    .elementor-button-wrapper
    a.add_to_cart_button {
    border-radius: 10px;
    font-size: 28px;
    line-height: 36px;
    border: 3px solid #165bad;
  }
  .affiliate.mobile
    .buy-now-btn
    .elementor-button-wrapper
    a.add_to_cart_button:hover {
    border: 3px solid #0d3566;
  }
}
@media screen and (max-width: 425px) {
  .affiliate.mobile .title h1 {
    font-size: 48px;
    line-height: 68px;
  }
  .affiliate.mobile .sub-title {
    font-size: 18px;
    line-height: 28px;
  }
  .affiliate.mobile .img img {
    width: 100%;
    max-width: 100%;
  }
  .affiliate.mobile .save-txt .save {
    font-size: 24px;
    line-height: 32px;
  }
  .affiliate.mobile
    .buy-now-btn
    .elementor-button-wrapper
    a.add_to_cart_button {
    border-radius: 10px;
    font-size: 24px;
    line-height: 32px;
  }
  .affiliate.mobile .buy-now-btn {
    margin-bottom: 35px;
  }
  .affiliate.mobile .video .video_header img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.supports-template .elementor > .elementor-inner {
  margin-top: 76px;
}
@media screen and (max-width: 1024px) {
  .supports-template .elementor > .elementor-inner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .supports-template .elementor > .elementor-inner {
    margin-top: 52px;
  }
}

/* Compare product css */
.custom-product-information .compare-inline-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
}
.compare-inline-col div {
  text-align: center;
}
.custom-product-information .compare-inline-col > div {
  padding: 10px;
}
.compare-main-title {
  display: flex;
  justify-content: center;
}
.compare-main-title img {
  width: 45px;
}
.compare-main-title h1 {
  font-size: 28px;
  color: #fff;
  letter-spacing: 1px;
  padding-left: 30px;
  font-weight: 300;
}
.compare-inline-col.col-2 .product-col {
  width: 40%;
}
.compare-inline-col.col-2 .compare-label {
  width: 20%;
}
.custom-product-information .compare-inline-col .product-col.opacity-down {
  opacity: 0.5;
}
.custom-product-information
  .compare-inline-col
  .product-col.highlight-left-compare-col
  .product-img-with-title,
.custom-product-information
  .compare-inline-col
  .product-col.highlight-right-compare-col
  .product-img-with-title {
  border: 1px solid #faaf2c;
}
.custom-single-custom-price {
  display: grid !important;
}
.custom-single-custom-price ins .woocommerce-Price-amount bdi,
.custom-single-custom-price .woocommerce-Price-amount bdi {
  color: #faaf2c;
  font-size: 22px !important;
  margin: 3px 0px;
  display: inline-block;
  margin: 0px;
  line-height: 13px;
}
.custom-single-custom-price del .woocommerce-Price-amount bdi {
  color: #8f8f8f !important;
  font-size: 16px !important;
  text-decoration: line-through;
  margin: 0px;
  line-height: 13px;
}
.comparision-product-add-to-cart .woocommerce a.button {
  border: 1px solid #165bad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  background: #165bad;
  font-weight: 400;
  text-transform: uppercase;
}
.custom-compare-product-price-info {
  margin-top: 50px;
}
.product-img-with-title {
  width: 400px;
  height: 600px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 50px 25px 110px;
}
.product-img-with-title .image-box {
  width: 100%;
  display: block;
  height: -webkit-fill-available;
  margin-bottom: 40px;
}
.product-img-with-title .image-box img {
  height: auto;
  width: auto;
  max-height: 100%;
}
.comparision-product-name.compare-label {
  border: none;
}
.custome-field-section {
  padding-top: 65px;
  padding-bottom: 65px;
}
.device-type .custom-single-custom-csfield {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.compare-label {
  font-size: 18px;
  color: #8f8f8f;
  text-transform: uppercase;
}
.compare-gray {
  background: #0d0d0d;
}
.device-weight img {
  max-width: 125px;
  max-height: 125px;
}
.device-weight p {
  font-size: 14px;
  text-transform: uppercase;
}
.device-height .height-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.device-height .height-text {
  display: grid;
}
.device-height .height-text .height-number,
.heatup-time .heatup-time-number {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}
.device-height .height-text .height-unite {
  text-transform: uppercase;
}
.device-height .height-img {
  padding-left: 15px;
  padding-right: 15px;
}
.device-height .height-img img {
  height: 125px;
  width: auto;
}
.device-runtime p,
/*.glass-pod-system p,*/
.isolated-airpath p,
.oven p,
.heating-element p,
.heatup-time p,
.temprature-display p,
.temprature-control p,
.temprature-range p,
.power p,
.runtime-wrap p,
.device-wpa-compatibility p,
.temp-control p,
.use-while-charging p {
  margin: 0px;
  text-transform: uppercase;
}
.device-runtime p.run-time-number,
.isolated-airpath .iso-air p,
.temprature-display .temp-display-number,
.temprature-control .temp-control-number,
.use-while-charging p,
.runtime-large-number,
.temp-control-number {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
.glass-pod-system p.glasspo-small-text,
.oven .oven-small-text,
.heating-element .heatElem-small-text {
  font-size: 22px;
}
.compatible {
  text-transform: uppercase;
}
.temprature-display .temp-display-number {
  letter-spacing: 1px;
}
.power img,
.charging {
  width: 125px;
  margin-bottom: 10px;
  margin: 0 auto;
}
.use-while-charging img,
.power-on-delay img {
  width: 125px;
}
.power-on-delay p {
  margin: 0px;
  text-transform: uppercase;
}
.power-on-delay p.large-text,
.large-text {
  font-size: 60px;
  margin: 0px;
  line-height: 60px;
  font-weight: 700;
}
.custom-container {
  margin-top: 75px;
}
.custom-product-information {
  padding: 100px 0px;
}
.compare-icon img {
  width: 100px;
}
.first-select-box-text,
.second-select-box-text {
  color: #faaf00;
  font-size: 18px;
  line-height: 24px;
}
.compare-main-title {
  padding-top: 70px;
}
.first-temprature-display .temp-display-number,
.second-temprature-display .temp-display-number {
  font-weight: 500;
}
.max-bowl-size-wrap img {
  width: 75px;
}
.max-bowl-size-wrap p,
.common-text {
  margin: 0px;
  text-transform: uppercase;
}
.power-wrap .ppower-image img,
.power img {
  padding-bottom: 10px;
}
.heatup-time .heatup-time-count {
  font-size: 60px;
  font-weight: 700;
}
.temprature-range .temp-range p {
  font-size: 20px;
}

/* .first-without-select,.second-without-select{border-color: #faaf00;color: #faaf00;} */
select.compare-select-option {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  position: relative;
}
.selectbox-wrap {
  position: relative;
}
.selectbox-wrap::after {
  content: "";
  background-image: url(/wp-content/themes/arizer-child/images/arrow-down-sign-to-navigate.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 14px;
  right: 10px;
}

.custom-product-information .on-page-load-text {
  display: none;
}
.what-our-customer-says .review-carousel .review-containt {
  padding: 0px 50px;
}
.what-our-customer-says .review-carousel .review-containt h6 {
  text-align: left;
  font-size: 23px;
  color: #fff;
}
.what-our-customer-says .review-carousel .review-containt .review-detail {
  font-size: 16px;
  line-height: 24px;
}
.what-our-customer-says .review-carousel .review-containt .review-username {
  font-size: 16px;
}
.what-our-customer-says .review-carousel .slick-dots {
  bottom: -50px;
}
.what-our-customer-says .review-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.what-our-customer-says .review-carousel .slick-dots li button {
  background: #a1a1a1;
  border-radius: 32px;
  color: #b2b2b2;
  width: 5px;
  height: 5px;
  padding: 5px;
}
.what-our-customer-says .review-carousel .slick-dots li button:before {
  font-size: 0px;
  line-height: 20px;
  width: 5px;
  height: 5px;
}
.what-our-customer-says .review-carousel .slick-dots li.slick-active button,
.what-our-customer-says
  .review-carousel
  .slick-dots
  li.slick-active
  button:hover {
  background: #165bad;
  color: #165bad;
}
.what-our-customer-says .review-carousel button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.what-our-customer-says .review-carousel .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.what-our-customer-says .review-carousel .prev-arrow {
  z-index: 999;
  left: 0px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.what-our-customer-says .review-carousel .next-arrow {
  right: 0px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media (max-width: 1024px) {
  .custom-product-information .compare-inline-col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product-img-with-title {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .compare-inline-col.col-2 .product-col {
    width: 45%;
  }
  .product-img-with-title {
    padding: 20px 20px 80px;
  }
  .first-select-box-text,
  .second-select-box-text {
    font-size: 12px;
  }
  .compare-inline-col.col-2 .compare-label {
    width: 10%;
  }
}
/* end compare product css */

.cart-right-section .variation-list {
  display: flex;
  margin: 3px 0px;
  flex-wrap: wrap;
  padding-bottom: 7px;
  word-break:break-word;
}
.variation-list .variation-FittingSize {
  font-size: 13px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin: 0px;
  color: #9f9f9f;
  display: inline-block;
}
.variation-list .variation-FittingSize {
  width: max-content;
  display: block;
  margin-left: 1px;
  font-size: 13px;
}
.variation-list .variation-FittingSize p {
  color: #fff !important;
  margin: 0px;
}

ins.with-coupon-discount-price {
  font-size: 13px;
  color: #fbaf00;
}

/* .compare-select-option {
    border-color: #FAAF00;
    color: #FAAF00;
} */

/* himanshu product compare css */
@media screen and (max-width: 1440px) {
  .compare-icon img {
    width: 50px;
  }
  .custom-compare-product-price-info {
    margin-top: 10px;
  }
  .product-img-with-title .image-box img {
    height: 330px;
  }
  .product-img-with-title {
    height: 500px;
    width: 350px;
  }
  .first-select-box-text,
  .second-select-box-text {
    font-size: 14px;
  }
  .custome-field-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .compare-label {
    font-size: 14px;
  }
  .compare-select-option {
    font-size: 14px;
  }
  .device-runtime p.run-time-number,
  .isolated-airpath .iso-air p,
  .temprature-display .temp-display-number,
  .temprature-control .temp-control-number,
  .use-while-charging p,
  .runtime-large-number,
  .temp-control-number {
    font-size: 20px;
    line-height: normal;
  }
  .device-type .custom-single-custom-csfield {
    font-size: 20px;
    line-height: normal;
  }
  .device-height .height-text .height-number,
  .heatup-time .heatup-time-number {
    font-size: 30px;
    line-height: normal;
  }
  .device-weight img {
    max-width: 65px;
    max-height: 65px;
  }
  .device-height .height-img img,
  .power img,
  .charging img,
  .while-charging img,
  .power-delay img {
    height: 65px;
    width: auto;
  }
  .product-img-with-title {
    padding: 15px 25px 110px;
  }
}

@media screen and (max-width: 991px) {
  .compare-icon img {
    width: 30px;
  }
  .first-select-box-text,
  .second-select-box-text {
    font-size: 12px;
    line-height: normal;
  }
  .compare-select-option {
    font-size: 12px;
  }
  .product-img-with-title {
    height: 300px;
    width: 300px;
  }
  .fixedElement a.compare_btn {
    width: 40%;
    margin-left: 0px;
    margin-top: 15px;
  } /* comapare bproduct btn */
}

@media screen and (max-width: 767px) {
  .product-img-with-title {
    height: 300px;
    width: 200px;
  }
  .product-img-with-title .image-box img {
    height: 100px;
  }
  .product-img-with-title {
    height: 250px;
    width: 200px;
  }
  .device-runtime p.run-time-number,
  .isolated-airpath .iso-air p,
  .temprature-display .temp-display-number,
  .temprature-control .temp-control-number,
  .use-while-charging p,
  .runtime-large-number,
  .temp-control-number {
    font-size: 16px;
    line-height: normal;
  }
  .device-type .custom-single-custom-csfield {
    font-size: 16px;
    line-height: normal;
  }
  .device-height .height-text .height-number,
  .heatup-time .heatup-time-number {
    font-size: 20px;
    line-height: normal;
  }
  .fixedElement a.compare_btn {
    width: 60%;
  } /* comapare bproduct btn */
}

@media screen and (max-width: 500px) {
  .product-img-with-title {
    height: 250px;
    width: 150px;
  }
  .custom-product-information p,
  .custom-product-information span,
  .custom-single-custom-price ins .woocommerce-Price-amount bdi,
  .custom-single-custom-price .woocommerce-Price-amount bdi {
    font-size: 12px !important;
  }
  .compare-label {
    font-size: 10px;
  }
  .compare-select-option {
    font-size: 7px;
  }
  .compare-main-title h1 {
    font-size: 18px;
  }
  .custom-product-information {
    padding: 20px 0px;
  }
  /* .popup-content-col {
    padding: 15px 15px 15px 20px;
  } */
  .popup-wrp .popup-content-wrp .popup-content {
    text-align: left !important;
    padding-left: 15px !important;
  }
  .popup-wrp .popup-content-wrp .popup-content {
    padding: 0px !important;
  }
  /* .custom-popup-chat .popup-content-col {
    padding: 15px 130px 15px 20px !important;
  } */
  .fixedElement a.compare_btn {
    width: 90%;
  } /* comapare bproduct btn */
}
/* himanshu product compare end */

/* New Home Page CSS 06July2022 */
.air-max-home-text,
.xq2-home-text,
.arizer-vault-home-text {
  font-size: 26px !important;
  font-weight: 300;
}
.air-max-home-text {
  padding: 20px 290px;
}
.xq2-home-text {
  margin-top: -90px;
}
.arizer-vault-home-text {
  padding: 20px 100px;
}
.click-to-logo p {
  margin: 0px;
}

/* footer popup */
.popup-content-wrp {
  display: flex;
}

@media screen and (max-width: 1920px) {
  .air-max-home-text {
    padding: 20px 250px;
  }
  .home-airmax .content .text {
    width: 35% !important;
    font-size: 30px !important;
  }
  .home-airmax .content .learn-btn .elementor-widget-container {
    margin-top: -150px !important;
  }
  .home-xq2-vault .home-vault .text {
    width: 65% !important;
  }
  .arizer-vault-home-text {
    padding: 20px 90px;
  }
}
@media screen and (max-width: 1600px) {
  .air-max-home-text {
    padding: 20px 200px;
  }
  .air-max-home-text,
  .xq2-home-text,
  .arizer-vault-home-text {
    font-size: 22px !important;
    font-weight: 300;
  }
  .arizer-vault-home-text {
    padding: 20px 70px;
  }
}
@media screen and (max-width: 1440px) {
  .air-max-home-text {
    padding: 20px 165px;
  }
  .air-max-home-text,
  .xq2-home-text,
  .arizer-vault-home-text {
    font-size: 22px !important;
    font-weight: 300;
  }
  .home-airmax .content .image .elementor-widget-container {
    margin-top: -150px !important;
  }
  .home-airmax .content .learn-btn .elementor-widget-container {
    margin-top: -130px !important;
  }
  .home-airmax .content .learn-btn a {
    font-size: 15px !important;
    border: 1px solid #165bad !important;
    padding: 16px 30px 16px 30px !important;
    border-radius: 3px !important;
  }
  .xq2-home-title img {
    max-width: 220px !important;
  }
  .xq2-main-home-img .elementor-widget-container {
    margin: 0px 0px 0px -50px !important;
  }
  .arizer-vault-home-text {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1366px) {
  .air-max-home-text,
  .xq2-home-text,
  .arizer-vault-home-text {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1280px) {
  .air-max-home-text {
    padding: 20px 140px;
  }
}
@media screen and (max-width: 1200px) {
  .air-max-home-text {
    padding: 20px 120px;
  }
  .xq2-main-home-img .elementor-widget-container {
    margin: 0px 0px 0px -70px !important;
  }
  .xq2-home-title img {
    max-width: 200px !important;
  }
  .arizer-vault-home-text {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .air-max-home-text {
    padding: 20px 100px;
  }
  .air-max-home-text,
  .xq2-home-text,
  .arizer-vault-home-text {
    font-size: 18px !important;
  }
  .xq2-home-title img {
    max-width: 175px !important;
  }
  .xq2-main-home-img .elementor-widget-container {
    margin: 0px 0px 0px -30px !important;
  }
  .home .learn-btn a {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .air-max-home-text {
    padding: 20px 0px;
  }
  .xq2-home-inner-section .content,
  .xq2-home-inner-section .image {
    width: 100% !important;
  }
  .xq2-main-home-img .elementor-widget-container {
    margin: 0px 0px 0px 0px !important;
  }
  .home-xq2 .xq2-home-inner-section {
    padding: 50px 0px !important;
  }
  .arizer-vault-home-text {
    padding: 20px 0px;
  }
  .search .search-results{margin-top: 50px !important;}
}
@media screen and (max-width: 360px) {
  .air-max-home-text {
    font-size: 16px !important;
    margin: 0px 10px;
  }
  .home-xq2 .learn-btn {
    margin-bottom: 35px;
  }
  .search .search-results{margin-top: 35px !important;}
  .search .search-results article{width: 100% !important;}
  .search .search-results .entry-title{font-size: 20px !important;}
  .search .search-results .elementor-post__excerpt p{font-size: 14px !important;}
}

/* Accessory new page */
.product-image-content-wrapper .entry-summary .product_meta {
  float: left;
}
/*comapare product button start */
.fixedElement a.compare_btn {
  background-color: transparent;
  color: #fff;
  text-transform: none;
  border: 1px solid #165bad;
  font-size: 15px;
  font-weight: 500;
  padding: 2.5px 12px;
  margin-left: 8px;
  line-height: 22px;
  display: inline-block;
}

.fixedElement a.compare_btn:hover {
  background-color: #165bad;
}
/*comapare product button end */
a.compare_btn.disable_compare {
  pointer-events: none;
  color: #4e4e4e !important;
  border-color: #4e4e4e;
}

/* xq2 page css */
.hero-image .xq2-banner-desktop {
  width: 40%;
}
.cart-coupon-shipping .woo-wsc-coupon {
  display: block !important;
}

/* Air max,Xq2 page video section css */
#experience-xq2 .elementor-wrapper iframe,
.air-max-video-section .elementor-wrapper iframe {
  height: 100%;
}

.aromatherapy-main .aroma-desc .buy-now-btn {
  margin-top: 15px;
}
.aromatherapy-main .aroma-desc .buy-now-btn .buy-now-btn-link {
  border-radius: 3px;
  font-size: 18px;
  line-height: 48px;
  font-weight: 400;
  color: #ffffff !important;
  padding: 10px 15px;
  border: 1px solid #165bad;
  background-color: #0d3566;
  fill: #ffffff;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.has-submenu{color: #fff !important; fill:#fff !important;}

/*Blog Single Page Hide Footer Content*/
body.single-post article.type-post footer.entry-footer,body.single-post nav.post-navigation{display: none;}
body.single-post .comments-area{display:none;}
.post-content-list-with-dot ul{
  list-style: none;
    padding-left: 25px;
}
.post-content-list-with-dot ul li {
  margin-bottom: 10px;
  position: relative;
}
.post-content-list-with-dot ul li:last-child{
  margin-bottom: 0px;
}
.post-content-list-with-dot ul li:before{
  content: '\f111';
    color: #B3B3B3;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 8px;
    height: 9px;
    left: -22px;
    font-size: 14px;
    top: 4px;
}
.menu-footer-products-portable-container ul, .menu-footer-proucts-portable-french-container ul, ul#menu-footer-products-portable-de, ul#menu-footer-products-portable-it, ul#menu-footer-products-portable-es{column-count: 2;}
.postid-20211042876 #myTopBtn, .postid-20210549632 #myTopBtn, .postid-20210166202 #myTopBtn, .postid-20211042239 #myTopBtn, .postid-20210540113 #myTopBtn, .postid-20210163673 #myTopBtn{display:none !important;}
#product-20210139088 .bundle_child_item,#post-20210437437 .bundle_child_item {
  display: none;
}
#product-20210139088 .bundled_item_209.bundled_product.bundled_product_summary.product,#product-20210139088 .bundled_item_210.bundled_product.bundled_product_summary.product,
#product-20210437437 .bundled_item_274.bundled_product.bundled_product_summary.product,#product-20210437437 .bundled_item_275.bundled_product.bundled_product_summary.product{
  display: block !important;
}
/* Remove add to cart button on charger product on all 3 sites start */
/* .international-panel .post-20211043331 .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled{display:none !important;}
.enableproductmainsection .bundled_product_summary .rtwpvs-term:hover{cursor: pointer;}
.canada-panel .post-20210167312 .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled{display:none !important;} */
/* .custom-popup-chat .post-20210552938 .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled{display:none !important;} */
/* Remove add to cart button on charger product on all 3 sites enf */
.single-product .summary.entry-summary .stock.in-stock, .product-add-to-cart-wrapper .stock.in-stock{display: none !important;}
ul.available-section-product-list {
  min-height: 105px;
}
ul.available-section-product-list li{
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  position: relative;
}
ul.available-section-product-list li::before{
  content: '-';
    position: absolute;
    left: -10px;
    top: 0px;
    width: 10px;
    height: 10px;
}
p.available-section-product-learnmore{
  margin-bottom: 0px;
  margin-top: 0px;
}
.available-section-product-learnmore a{
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  position: relative;
  text-transform: uppercase;
}

.available-section-product-learnmore a::after{
  content: '\f054';
    position: absolute;
    right: -10px;
    top: 4px;
    width: 0px;
    height: 0px;
    font-size: 10px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #fff;
}

@media screen and (max-width: 1440px){
  .available-in-the-series-title-col,.available-in-the-series-product-col{
    width: 25% !important;
  }
}
@media screen and (max-width: 1024px){
  .available-in-the-series-title-col .elementor-widget-wrap {
    align-items: center;
  }
  .available-in-the-series-title{
    width: var(--container-widget-width, 100%) !important;
    max-width: 100% !important;
    --container-widget-width: 100% !important;
  }
  .available-in-the-series-title-col{
    width: 25% !important;
  }
  .available-in-the-series-product-col{
    width: 33% !important;
  }
}
@media screen and (max-width: 768px){
  .available-in-the-series-title-col {
    width: 30% !important;
}
.available-in-the-series-product-col h4{
  font-size: 18px;
}
}
@media screen and (max-width: 640px){
  .available-in-the-series-title-col {
    width: 100% !important;
}
.available-in-the-series-product-col{
  width: 100% !important;
}
.available-in-the-series-title h2{
  font-size: 58px !important;
  padding: 50px 0px !important;
}
}



/* blog add to cart */
.blog_addtocart_section .variations tbody{
  display: flex;
  text-align: center;
  justify-content: center;
}
.blog_addtocart_section .variations tbody tr{
  align-items: center;
  display: flex;
}
.blog_addtocart_section .variations tbody tr .value{
  border: none;
  background: none;
}
.blog_addtocart_section .variations .rtwpvs-term {
  margin-bottom: 0px !important;
}
.blog_addtocart_section .woocommerce-variation-description,.blog_addtocart_section .compare_vaporizer_btn{
  display: none !important;
}
.blog_addtocart_section .qty_button{
  width: 38px;
}
.blog_addtocart_section .single_add_to_cart_button.added{
  display: none !important;
}
.blog_addtocart_section .bundle_wrap .quantity .screen-reader-text1{
  display: none;
}
.blog_addtocart_section .bundle_wrap .bundle_child_item{
  width: fit-content;
  margin: 0 auto;
}
.blog_addtocart_section .bundle_wrap .qty_button,.blog_addtocart_section .bundle_wrap .input-text.qty{
  height: 38px !important;
}
.blog_addtocart_section .bundle_wrap .added_to_cart{
  margin-top: 10px;
}
@media screen and (max-width: 640px){
  .blog_addtocart_section .rtwpvs-terms-wrapper .rtwpvs-term{
    width: 100% !important;
  }
  .blog_addtocart_section .variations tbody tr{
    display: table-row-group;
  }
}
.equal_series_content_main_box a.elementor-button.elementor-button-link.elementor-size-sm:hover{
  background-color: unset;
}
.single-post ul li{ font-size: 18px;}

/* Arizer.com Menu CSS Start */
.page-id-20210466827 #e-n-menu-title-5551 a span, 

.page-id-20210756663 #e-n-menu-title-5552 a span, 

.page-id-20210756634 #e-n-menu-title-5553 a span, 

.page-id-20210756355 #e-n-menu-title-5554 a span, 

.page-id-233 #e-n-menu-title-5555 a span {
  color: #165BAD !important;
}
/* Arizer.com Menu CSS End */

/* Arizer.ca Menu CSS Start */
.page-id-20210139244 #e-n-menu-title-2551 a span, 

.page-id-20210229869 #e-n-menu-title-2552 a span, 

.page-id-20210229857 #e-n-menu-title-2553 a span, 

.page-id-20210229345 #e-n-menu-title-2554 a span, 

.page-id-20210229907 #e-n-menu-title-2555 a span {

  color: #165BAD !important;
}
/* Arizer.ca Menu CSS End */

/* Arizeruk.com Menu CSS Start */
.page-id-20211031777 #e-n-menu-title-1321 a span, 

.page-id-20211032831 #e-n-menu-title-1322 a span, 

.page-id-20211032844 #e-n-menu-title-1323 a span, 

.page-id-20211032903 #e-n-menu-title-1324 a span, 

.page-id-233 #e-n-menu-title-1325 a span {

  color: #165BAD !important;
}
/* Arizeruk.com Menu CSS End */

/* Arizer.eu German Menu CSS Start */

.page-id-20220673084 #e-n-menu-title-1301 a span, 

.page-id-20211043420 #e-n-menu-title-1302 a span, 

.page-id-20211043416 #e-n-menu-title-1303 a span, 

.page-id-20211043306 #e-n-menu-title-1304 a span, 

.page-id-20211040555 #e-n-menu-title-1305 a span {

  color: #165BAD !important;
}

/* Arizer.eu German Menu CSS End */

/* Arizer.eu English Menu CSS Start */

.page-id-20220672977 #e-n-menu-title-1301 a span, 

.page-id-20211042871 #e-n-menu-title-1302 a span, 

.page-id-20211042848 #e-n-menu-title-1303 a span, 

.page-id-20211042177 #e-n-menu-title-1304 a span, 

.page-id-233 #e-n-menu-title-1305 a span {

  color: #165BAD !important;
}

/* Arizer.eu English Menu CSS End */

/* Arizer.eu France Menu CSS Start */

.page-id-20220673083 #e-n-menu-title-1301 a span, 

.page-id-20211043419 #e-n-menu-title-1302 a span, 

.page-id-20211043415 #e-n-menu-title-1303 a span, 

.page-id-20211043305 #e-n-menu-title-1304 a span, 

.page-id-20211040554 #e-n-menu-title-1305 a span {

  color: #165BAD !important;
}

/* Arizer.eu France Menu CSS End */

/* Arizer.eu Italian Menu CSS Start */

.page-id-20220673085 #e-n-menu-title-1301 a span, 

.page-id-20211043421 #e-n-menu-title-1302 a span, 

.page-id-20211043417 #e-n-menu-title-1303 a span, 

.page-id-20211043307 #e-n-menu-title-1304 a span, 

.page-id-20211040556 #e-n-menu-title-1305 a span {

  color: #165BAD !important;
}

/* Arizer.eu Italian Menu CSS End */

/* Arizer.eu Spanish Menu CSS Start */

.page-id-20220673086 #e-n-menu-title-1301 a span, 

.page-id-20211043422 #e-n-menu-title-1302 a span, 

.page-id-20211043418 #e-n-menu-title-1303 a span, 

.page-id-20211043308 #e-n-menu-title-1304 a span, 

.page-id-20211040557 #e-n-menu-title-1305 a span {

  color: #165BAD !important;
}

/* Arizer.eu Spanish Menu CSS End */