/* default input fields styling */
.wooaio_main_form input[type=text],
.wooaio_main_form input[type=password],
.wooaio_main_form input[type=email],
.wooaio_main_form input[type=tel],
.wooaio_main_form select,
.wooaio_main_form textarea {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  color: #404040;
  display: block;
  min-height: 54px;
  padding: 20px 12px 5px;
  vertical-align: top;
  box-shadow: none;
  border: 1px solid #bfbfbf;
  margin: 0 0 15px;
  box-sizing: border-box;
}

.wooaio_main_form .form-row input[type=text],
.wooaio_main_form .form-row input[type=password],
.wooaio_main_form .form-row input[type=email],
.wooaio_main_form .form-row input[type=tel],
.wooaio_main_form .form-row select,
.wooaio_main_form .form-row textarea {
  margin-bottom: 0;
}

body .wooaio_main_form input[type=button],
body .wooaio_main_form input[type=reset],
body .wooaio_main_form input[type=submit],
body .wooaio_main_form button[type=submit] {
  font-size: 15px;
  cursor: pointer;
  background-color: #999999;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 0;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

p.woocommerce-invalid-required-field .wooaio-form-control,
body .wooaio_main_form p.woocommerce-invalid-required-field:not(.wooaio_select2_country_state) .woocommerce-input-wrapper .select2-container .select2-selection--single {
  border-color: #d50000 !important;
}

body .wooaio_main_form p.woocommerce-invalid-required-field:not(.wooaio_select2_country_state) .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  transition: all 0.4s ease-out !important;
  box-shadow: 0 0 0 1px #d50000 !important;
}

/* 2. Clearing Floats
***************************************************************/
.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
}

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

.full-height {
  height: 100%;
}

/* 3. HTML 5 element
***************************************************************/
/*****************header css***************/
.wooaio-row {
  margin-right: -7px;
  margin-left: -7px;
}

p.form-row.wooaio-col-left-half, p.form-row.wooaio-col-left-half, p.form-row.wooaio-col-full {
  position: relative;
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
}

.wooaio-container, .wooaio-middle-container, .wooaio-container.wooaio-inner-header {
  margin: 0 auto;
}

body .woocommerce-terms-and-conditions {
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(236, 236, 236, 0.8235294118);
}

.wooaio-row:before,
.wooaio-row:after {
  display: table;
  content: " ";
}

.wooaio-panel-wrapper .wooaio-container {
  border-radius: 5px;
  padding-bottom: 4px;
  position: relative;
  z-index: 3;
}

.block-wrapper {
  padding: 40px;
}

.wooaio-wrapper-decoration {
  min-height: 100%;
}

.wooaio-form-panel {
  position: relative;
  z-index: 3;
}

.block-title-heading {
  font-size: 34px;
  text-align: center;
  font-weight: 500;
  color: #4c4f59;
  margin: 30px 0 20px;
}

.block-para {
  font-size: 16px;
  text-align: center;
  color: #898e9c;
  line-height: 2;
  letter-spacing: 0.5px;
  width: 86%;
  max-width: 100%;
  margin: 0 auto;
}

.block-col-wrap {
  margin: 100px 0;
}

.col-left {
  float: left;
  width: 50%;
}

.col-right {
  float: right;
  width: 50%;
}

.pic-block-wrapper {
  position: relative;
  text-align: right;
  width: 550px;
  margin: 0 auto;
}

.main-wrap {
  position: relative;
  min-height: 100%;
  padding: 0;
  width: 100%;
}

.input-text:focus, input[type=email]:focus, input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus, textarea:focus {
  background-color: #f7f7f7;
  color: #404040;
}

.left-panel {
  float: left;
}

.right-panel {
  float: right;
}

input-box-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a7a7a7;
}

.input-box-wrap ::-moz-placeholder { /* Firefox 19+ */
  color: #a7a7a7;
}

.input-box-wrap :-ms-input-placeholder { /* IE 10+ */
  color: #a7a7a7;
}

.input-box-wrap :-moz-placeholder { /* Firefox 18- */
  color: #a7a7a7;
}

.wrapper {
  min-height: 100%;
}

.wooaio-header {
  padding: 8px 30px;
  clear: both;
  text-align: center;
  background-color: #fafafa;
  border-bottom: 1px solid #e1e1e1;
}

.wooaio-middle-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.wooaio-panel-wrapper {
  clear: both;
  z-index: 1;
  position: relative;
}

.wooaio-panel-wrapper .wooaio-container:before {
  content: "";
  width: 60.58%;
  height: 4px;
  /*    background-color: rgb(0, 120, 205);*/
  position: absolute;
  top: -4px;
  border-radius: 4px 4px 0px 0px;
}

h1.has-image.product-title {
  font-size: 33px;
  color: #DAA751;
  font-weight: 600;
  margin: 0;
  outline: 0;
  margin-top: 6px;
}

.wooaio-right-panel {
  width: 38%;
  float: right;
  padding: 30px 30px;
  display: block;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 6px;
  border-left: 1px solid #eee;
}

.wooaio-container.wooaio-inner-header p {
  float: right;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  padding: 37px 0 20px;
}

.wooaio-footer-inner-wrap p {
  display: block;
  float: right;
  font-size: 13px;
  color: #a1a1a1;
  text-align: right;
  padding: 40px 8px 0 0;
}

.wooaio-testing-group h2 {
  padding-bottom: 15px;
}

.wooaio-comm-title h2 {
  margin: 2px 0 0;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.wooaio-comm-title h4 {
  color: #999;
  padding: 0;
  font-size: 16px;
}

.wooaio-comm-title h4 span {
  color: #ff0000;
  display: inline-block;
}

.wooaio-section-titlex {
  margin-bottom: 32px;
}

#payment button#place_order {
  cursor: pointer;
  text-decoration: none;
  line-height: 1.1;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
}

.wooaio-btn-wrap {
  text-align: right;
  margin: 0;
}

.wooaio-btn-wrap .wooaio-btn-for-order:hover {
  outline: unset;
  background-color: #00ca57;
  color: #ffffff;
  text-decoration: none;
}

.wooaio-btn-wrap .wooaio-btn-for-order:focus {
  outline: unset;
  background-color: #00ca57;
  color: #ffffff;
  text-decoration: none;
}

.sec_text_wrap {
  position: relative;
}

#payment .place-order {
  text-align: center;
}

.wooaio-terms-wrap {
  margin: 0;
  color: #C9D3DC;
  border-radius: 3px;
  border: 1px solid #C9D3DC;
  min-height: 48px;
  background: #F4F7F9;
  margin-bottom: 16px;
  font-size: 16px;
}

.wooaio-terms-wrap:last-child {
  margin-bottom: 0;
}

.wooaio-term-cond-panel {
  border: 1px solid;
  border-color: transparent #dedede #dedede;
  margin-bottom: 38px;
}

.wooaio-terms-wrap a {
  color: #1D96F3;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}

.wooaio-terms-wrap p {
  font-weight: 400;
  padding-left: 10px;
  margin: 0;
  display: inline-block;
}

.wooaio-pay-amount {
  display: inline-block;
  float: right;
  padding-right: 12px;
}

.wooaio-terms-wrap:hover {
  background-color: #1d96f3;
  color: #FFF;
}

.wooaio-terms-wrap a:hover {
  text-decoration: none;
}

.wooaio-terms-wrap label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.wooaio-terms-wrap input[type=checkbox], .wooaio-terms-wrap input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

.wooaio-terms-wrap input[type=checkbox], .wooaio-terms-wrap input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.wooaio-left-wrapper {
  width: 62%;
  float: left;
  padding: 30px 30px 0 0;
}

body .wooaio_outside_header .wooaio-left-wrapper {
  padding-top: 65px;
}

body .wooaio_outside_header .wooaio_steps_sec {
  margin-bottom: 20px;
  margin-top: 0px;
}

body .wooaio_outside_header .wooaio_steps_sec ul {
  margin-bottom: 0;
}

body .wooaio_outside_header .wooaio-right-panel {
  padding-top: 65px;
}

.wooaio-three-sections {
  position: relative;
  display: block;
}

.wooaio-three-sections:before {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #b6d956;
  content: "";
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.wooaio-help-text p {
  color: #000;
  font-size: 14px;
  padding: 0;
  font-weight: 300;
  margin: 0;
}

.wooaio-footer .wooaio-logo {
  margin: 0px auto;
}

.wooaio-image-wrapper .wooaio-prodct-image {
  width: 100%;
  height: auto;
}

.wooaio-term-cond-panel .wooaio-terms-wrap + p {
  padding: 16px;
  margin: 0;
  font-size: 14px;
  line-height: 25px;
}

label.wooaio-terms-conditions {
  cursor: pointer;
}

.wooaio-terms-wrap:hover p {
  color: #fff;
}

.wooaio-terms-wrap:hover label {
  color: #fff;
}

.wooaio-terms-wrap:hover span.wooaio-pay-amount {
  color: #fff;
}

.wooaio-terms-footer {
  padding: 15.5px 12px;
  text-align: center;
  background: #ecf1f5;
  padding-left: 25px;
}

.wooaio-terms-footer a {
  text-decoration: underline;
  color: #0b7bd2;
}

.wooaio-terms-footer a:hover {
  text-decoration: none;
}

.wooaio-help-text {
  font-family: inherit;
  position: relative;
}

.wooaio-terms-footer p {
  margin: 0;
  color: #000;
  padding-left: 8px;
}

.wooaio-help-text p {
  padding-top: 8px;
}

.wooaio-terms-wrap [type=radio].wooaio-with-gap:not(:checked) + label.wooaio-condition-radio, [type=radio].wooaio-with-gap:checked + label.wooaio-condition-radio {
  min-height: 48px;
  margin-bottom: 0;
}

.woocommerce-input-wrapper .wooaio-form-control {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  color: #404040;
  display: block;
  min-height: 52px;
  padding: 20px 12px 5px;
  vertical-align: top;
  box-shadow: none;
}

label.wooaio-input-tit {
  display: none;
}

body label.wooaio-form-control-label {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -10px;
  transform-origin: left top;
  color: #969595;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  pointer-events: none;
  transition: all 0.235s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 9;
  bottom: 5px;
  right: 30px;
  margin-bottom: 0;
}

.wooaio-input-form {
  position: relative;
  margin-bottom: 10px;
}

p.wooaio-form-control-wrapper.wooaio-anim-wrap label.wooaio-form-control-label {
  top: 4px;
  font-size: 12.5px;
  background: transparent;
  bottom: auto;
  right: auto;
  margin-top: 0;
  left: 20px;
}

.wooaio-comm-wrapper form.checkout_coupon.woocommerce-form-coupon .form-row-first.wooaio-col-left-half {
  width: calc(100% - 160px);
}

.wooaio-comm-wrapper form.checkout_coupon.woocommerce-form-coupon .form-row-last.wooaio-col-left-half {
  width: auto;
  max-width: 160px;
}

form.checkout_coupon.woocommerce-form-coupon .wooaio-col-left-half label {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 15px;
  margin-top: -8px;
}

form.checkout_coupon.woocommerce-form-coupon .wooaio-col-left-half input {
  font-size: 15px;
  border-radius: 2px;
  padding: 20px 12px 5px;
  background: #fff;
}

.wooaio-input-form p {
  margin-bottom: 16px;
}

form.checkout_coupon.woocommerce-form-coupon .wooaio-col-left-half button {
  border-radius: 2px;
  padding: 15px 15px;
  margin: 0;
  display: block;
  font-family: inherit;
  text-transform: capitalize;
}

body .wooaio_order_summary .product-image,
body .wooaio_form_cart .cart_item .product-image {
  width: 70px;
}

.wooaio-input-form.wooaio-row-first {
  width: 47.0588235294%;
  float: left;
  margin-right: 5.8823529412%;
}

.wooaio-input-form.wooaio-row-last {
  width: 47.0588235294%;
  float: right;
  margin-right: 0;
}

.wooaio-input-form.wooaio-row-first p,
.wooaio-input-form.wooaio-row-last p {
  margin: 0;
  width: 100%;
  margin-right: 0;
  float: unset;
  clear: none;
}

.wooaio-input-form p {
  margin: 0;
  width: 100%;
  margin-right: 0;
  float: unset;
  clear: none;
}

/* for first input background image */
img#__lpform_first_name_icon {
  display: none !important;
}

/* for first input background image close*/
span.woocommerce-terms-and-conditions-checkbox-text {
  position: relative;
  cursor: pointer;
  color: #595a5a;
  font-weight: 400;
  margin: 0;
}

.wooaio-terms-footer span.woocommerce-terms-and-conditions-checkbox-text {
  color: #000;
}

.wooaio-product-pic {
  float: left;
  width: 60px;
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.wooaio-product-details {
  overflow: hidden;
  position: relative;
  padding: 6px 0 6px 16px;
}

.wooaio-product-thumb-qut {
  display: block;
  text-align: center;
  background-color: #515151;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 0.9;
  padding: 5px 7px;
  position: absolute;
  right: -10px;
  top: -10px;
  white-space: nowrap;
  z-index: 2;
}

.wooaio-product-details h2 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  color: #000;
}

.wooaio-thumb-prz {
  display: block;
  overflow: hidden;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.wooaio-product-quantity label {
  display: inline-block;
  font-weight: 400;
}

.wooaio-product-quantity p.form-row {
  display: inline-block;
  width: 55%;
}

.wooaio-product-quantity p.form-row span.woocommerce-input-wrapper {
  display: inline-block;
}

.wooaio-product-quantity a {
  color: #515151;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-right: 6px;
  text-decoration: none;
}

.wooaio-product-quantity {
  clear: both;
  font-size: 14px;
}

.wooaio-order-summaery-products ul:last-of-type {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.wooaio-order-summary-header h2 {
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
  margin: 0;
  color: #001;
}

.wooaio-order-summaery-products ul li {
  margin-top: 10px;
}

.wooaio-payment-due-total {
  clear: both;
  color: #000;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.wooaio-payment-due-total .wooaio-payment-due-label {
  display: inline-block;
  width: 70%;
  float: left;
  font-size: 16px;
}

.wooaio-product-quantity p.form-row span.woocommerce-input-wrapper select {
  background: transparent;
}

.wooaio-payment-due-total .wooaio-payment-due-value {
  font-size: 20px;
  display: block;
  overflow: hidden;
  text-align: right;
}

footer.wooaio-footer {
  padding: 15px 32px 15px;
}

footer.wooaio-footer ul li.policy-list__item {
  font-size: 12px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: top;
}

footer.wooaio-footer ul li.policy-list__item a {
  color: #515151;
  text-decoration: none;
}

.wooaio-product-pic img.wooaio-product-thumb-img {
  max-width: 100%;
  background: #fff;
  padding: 2px;
}

a.wooaio-disabled {
  opacity: 0.3;
  cursor: default;
}

.wooaio-payment-detail-wrap.wooaio-hg-by-box {
  margin-bottom: 0;
}

.wooaio-payment-detail-wrap.wooaio-hg-by-box .wooaio-comm-form-detail {
  padding: 8px 0 0;
}

.wooaio-order-summary-toggle {
  background-color: #fafafa;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  padding: 15px 20px;
  text-align: left;
  width: 100%;
}

.wooaio-order-summary-toggle-wrapper {
  display: table;
  width: 100%;
}

.wooaio-order-summary-toggle-text {
  font-size: 14px;
  padding-right: 12px;
  width: 100%;
}

.wooaio-order-summary-toggle-price {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}

.wooaio-shipping-title {
  display: block;
  width: 150px;
  float: left;
}

.wooaio-subtl-type {
  overflow: hidden;
  position: relative;
}

.wooaio-subtl-type label.wooaio-ship-sub-tl {
  display: none;
}

.wooaio-subtl-type .form-row input[type=radio] {
  width: auto;
  display: inline-block;
}

.wooaio-subtl-type label.radio {
  display: inline-block;
}

@media (min-width: 1000px) {
  .wooaio-order-summary-toggle {
    display: none;
  }
}
/*shipping css */
table.woocommerce-checkout-review-order-table tbody.wooaio-order-summaery-products .product-name {
  width: 80%;
  word-wrap: break-word;
}

table.woocommerce-checkout-review-order-table tbody.wooaio-order-summaery-products td.product-total {
  text-align: right;
  vertical-align: top;
}

table.shop_table.woocommerce-checkout-review-order-table {
  margin: 10px 0;
}

tbody.wooaio-order-summaery-products {
  border-bottom: 1px solid #e1e1e1;
}

table.shop_table.woocommerce-checkout-review-order-table tr.wooaio-cart-subtotal th,
table.shop_table.woocommerce-checkout-review-order-table tr.wooaio-cart-subtotal td {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}

table.shop_table.woocommerce-checkout-review-order-table tr.wooaio-order-total th,
table.shop_table.woocommerce-checkout-review-order-table tr.wooaio-order-total td {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}

table.shop_table.woocommerce-checkout-review-order-table tr.wooaio-shipping th {
  width: 30%;
  vertical-align: top;
  padding: 14px 0px;
}

tr.wooaio-order-total td {
  text-align: right;
}

tr.wooaio-shipping td ul li {
  display: block;
  padding: 10px 0 0;
  list-style: none outside;
}

tr.wooaio-shipping td ul li label {
  width: 90%;
  vertical-align: top;
  line-height: 28px;
}

tr.wooaio-shipping td ul#shipping_method input {
  vertical-align: middle;
}

tr.wooaio-shipping td ul#shipping_method li {
  margin: 0;
}

tr td.wooaio-shipping-outer {
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 0 10px;
}

tr.wooaio-order-total td span.woocommerce-Price-amount.amount {
  font-size: 20px;
}

tr.wooaio-cart-subtotal td span.woocommerce-Price-amount.amount {
  font-size: 20px;
  font-weight: 700;
}

tr.wooaio-cart-subtotal td {
  text-align: right;
}

table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
}

table.shop_table.woocommerce-checkout-review-order-table td.product-name {
  padding-bottom: 18px;
  color: #323232;
}

table.shop_table.woocommerce-checkout-review-order-table td.product-total {
  color: #4d4c4c;
  font-size: 15px;
}

.wooaio-product-quantity p {
  margin: 0;
}

label.woocommerce-form__label span {
  font-size: 14px;
  color: #737373;
  font-weight: 500;
}

.woocommerce-account-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox.wooaio-form-control-label span {
  font-weight: normal;
}

p#wooaio_shipping_add label.checkbox abbr.required {
  display: none;
}

.woocommerce-form-coupon-toggle.wooaio-woocom-coupon {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 9;
}

.woocommerce-form-coupon-toggle.wooaio-woocom-coupon .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info {
  border-radius: unset;
  clear: both;
  border-left: none;
  padding: 1em 1em;
  margin: 0 0 1em;
  position: relative;
  background-color: #f7f6f7;
  color: #737373;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-top: 3px solid #0274be;
}

.wooaio-input-form .wooaio-form-control {
  border-color: #d9d9d9;
}

.wooaio-form-control {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  color: #000000;
  display: block;
  min-height: 49px;
  padding: 20px 13px 5px;
  vertical-align: top;
  border: 1px solid #999999;
  box-shadow: none;
}

.wooaio-coupon-section {
  clear: both;
  width: 100%;
  box-sizing: border-box;
}

form.checkout_coupon.woocommerce-form-coupon {
  margin-bottom: 32px;
}

.woocommerce-form-coupon-toggle.wooaio-woocom-coupon .woocommerce-info a,
p.lost_password a {
  color: #dd7575;
  text-decoration: none;
}

.woocommerce-form-login-toggle .woocommerce-info a.showlogin:hover,
.woocommerce-form-coupon-toggle.wooaio-woocom-coupon .woocommerce-info a:hover,
p.lost_password a:hover {
  color: #737373;
}

button.wooaio-coupon-btn,
button.wooaio-login-btn {
  font-size: 15px;
  cursor: pointer;
  background-color: #999999;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 0;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

button.wooaio-coupon-btn:hover,
button.wooaio-login-btn:hover {
  background-color: #878484;
}

.woocommerce-form-login-toggle .woocommerce-info a.showlogin {
  color: #0274be;
  text-decoration: none;
}

form.woocommerce-form.woocommerce-form-login.login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline span {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 14px;
}

form.woocommerce-form.woocommerce-form-login.login {
  border: none;
  padding: 0;
}

.woocommerce-form-login-toggle .woocommerce-info a.showlogin {
  color: #dd7575;
  text-decoration: none;
}

form.checkout_coupon.woocommerce-form-coupon p.form-row {
  margin: 0;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline span {
  display: inline-block;
  vertical-align: top;
}

.wooaio-logo {
  max-width: 100%;
  height: auto;
  margin: 0px auto;
}

.wooaio-header-nav ul li {
  display: inline-block;
  font-size: 15px;
  color: #000;
  padding-left: 38px;
  position: relative;
}

.wooaio-header-nav ul li span {
  display: inline-block;
}

.wooaio-header .wooaio-header-nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #000;
}

.wooaio-hd-list-help:before {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 16px;
  top: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 0;
  content: "\f100";
  font-family: Flaticon;
  margin-top: -7px;
}

.wooaio-hd-list-email:before {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 16px;
  top: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 0;
  content: "\f101";
  font-family: Flaticon;
  margin-top: -5px;
}

.wooaio-hd-list-phn:before {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 16px;
  top: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 0;
  content: "\f102";
  font-family: Flaticon;
  margin-top: -7px;
}

.wooaio-footer-inner p {
  display: block;
  float: right;
  font-size: 13px;
  color: #a1a1a1;
  text-align: right;
  padding: 9px 0px 0 0;
  margin: 0;
}

.wooaio-footer .wooaio-logo {
  margin: 0px auto;
  float: none;
}

label.wooaio-form-control-label abbr.required {
  color: red;
  text-decoration: none;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-container .select2-selection--single {
  display: block;
  height: auto;
  margin: 0;
  line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
}

form.checkout .form-row-first {
  margin-right: 0;
  clear: unset;
}

.wooaio-form-control-wrapper {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 15px;
  position: relative;
}

table.shop_table.woocommerce-checkout-review-order-table {
  margin: 0;
  width: 100%;
  margin-top: 24px;
  border-spacing: 0;
}

table.shop_table.woocommerce-checkout-review-order-table tbody {
  border: solid 1px #E3E8EF;
}

table.shop_table.woocommerce-checkout-review-order-table thead tr th {
  border-bottom: 1px solid #f5f5f5;
}

.wooaio_order_summary thead {
  display: none;
}

.wooaio_order_summary a {
  color: #dd7575;
}

.wooaio_order_summary label.wooaio-order-summary-label {
  margin-bottom: 25px;
  display: block;
}

.wooaio_order_summary label.wooaio-order-summary-label {
  margin-bottom: 20px;
  display: block;
  line-height: 1.5;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr th,
table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr td,
table.shop_table.woocommerce-checkout-review-order-table tr td,
table.shop_table.woocommerce-checkout-review-order-table tr th {
  padding: 10px 10px;
  font-size: 14px;
  vertical-align: top;
}

body .wooaio-form table.shop_table.woocommerce-checkout-review-order-table td.product-name {
  width: 65%;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart_item {
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
  border: 0;
}

table.shop_table.woocommerce-checkout-review-order-table td.product-name {
  width: 63%;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th {
  font-weight: 400;
}

table.shop_table.woocommerce-checkout-review-order-table tr.shipping th {
  font-weight: 400;
}

table.shop_table.woocommerce-checkout-review-order-table tr th, table.shop_table.woocommerce-checkout-review-order-table tr td {
  background-color: transparent;
}

.wooaio-about-product {
  position: relative;
  z-index: 5;
  padding: 25px 40px 25px 80px;
  margin-bottom: 32px;
  background: white;
  border-bottom: 1px solid #e1e1e1;
}

.wooaio-image-wrapper {
  max-width: 250px;
  height: auto;
  padding-right: 25px;
  float: left;
}

.wooaio-prodct-detail-left {
  position: relative;
}

.wooaio-batch-profile {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9;
}

.wooaio-batch-profile span {
  position: absolute;
  font-size: 28px;
  text-align: center;
  top: 38px;
  left: 0;
  right: 0;
  z-index: 1;
  color: #ffffff;
}

img.wooaio-batch-img {
  width: 100%;
  height: auto;
}

.wooaio-about-product h1 {
  color: #3a3a3a;
  display: block;
  clear: both;
  font-size: 28px;
  line-height: normal;
  margin: 0 0 10px;
}

.wooaio-customize-text p,
.wooaio-customize-text {
  padding: 0;
  font-size: 16px;
  color: #3a3a3a;
  margin: 0 0 15px;
}

p.wooaio-product-price {
  font-size: 26px;
  color: #1d96f3;
  line-height: normal;
  margin: 0;
}

.wooaio-right-panel h2, h2.wooaio-list-title {
  color: #565e66;
  display: block;
  clear: both;
  line-height: 1.5;
  font-size: 22.4px;
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 1px;
  padding: 0;
}

.wooaio-right-panel ul.wooaio-sidebar-list li {
  display: block;
  clear: both;
  padding: 0;
  margin-bottom: 15px;
}

.wooaio-right-panel ul.wooaio-sidebar-list li:last-child {
  margin-bottom: 0;
}

.wooaio-check-icon {
  font-family: Flaticon;
  font-size: 16px;
  font-style: normal;
  color: #333;
  display: inline-block;
  padding-right: 16px;
  margin-top: 2px;
}

span.wooaio-check-icon:after {
  content: "\f10e";
}

.wooaio-sidebar-list-txt {
  color: #565e66;
  position: relative;
  overflow: hidden;
}

.wooaio-sidebar-list-txt span {
  font-size: 14px;
  padding-bottom: 5px;
  display: block;
  font-weight: 600;
  line-height: 1.5;
}

.wooaio-sidebar-list-txt p {
  color: #565e66;
  line-height: 1.5;
}

.wooaio-testing-list {
  margin-bottom: 25px;
  min-height: 68px;
}

.wooaio-testing-listing-area .wooaio-testing-list:last-child {
  margin-bottom: 0;
}

.wooaio-information-container:last-child .wooaio-comm-inner-inf,
.wooaio-information-container:last-child,
.wooaio-information-container:last-child .wooaio-comm-inner-inf p {
  margin-bottom: 0;
}

.wooaio-testing-img {
  float: left;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 5px;
}

.wooaio-testing-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.wooaio-testing-title {
  overflow: hidden;
  padding: 0 0px 0 0px;
}

h3.wooaio-testing-sub-hd {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}

.wooaio-rating-wrapper {
  padding: 5px 0;
}

.wooaio-testing-text p {
  color: #656565;
  font-style: italic;
  margin-bottom: 15px;
  line-height: 1.5;
}

.wooaio-testimonial-detail span {
  display: block;
}

.wooaio-testimani-user-name {
  font-size: 13px;
  font-weight: 600;
  color: #737373;
}

.wooaio-designation-panel {
  font-size: 12px;
  color: #656565;
  line-height: 18px;
}

span.wooaio-testimani-user-date {
  font-size: 12px;
  line-height: 24px;
  color: #656565;
}

.wooaio-rating-wrapper img {
  width: auto;
  margin: 0;
}

.wooaio-information-container {
  position: relative;
  clear: both;
  margin-bottom: 32px;
}

.wooaio-comm-inner-inf {
  margin-bottom: 32px;
}

.wooaio-comm-inner-inf p {
  font-size: 14px;
  color: #565e66;
  line-height: 1.5;
  position: relative;
  margin-bottom: 15px;
}

.wooaio-subtitle {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #565e66;
  margin: 0 0 25px;
  line-height: 1.5;
}

/*CUSTOMER SUPPORT CSS STARTS HERE*/
.wooaio-support-profile {
  background-color: #f5f5f5;
  position: relative;
  text-align: center;
  padding: 12px;
  margin: 52px 12px 22px;
}

.wooaio-support-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%);
}

.wooaio-support-img img {
  width: 100%;
  height: auto;
}

.wooaio-support-desc {
  overflow: hidden;
}

h6.wooaio-title-name {
  font-size: 18px;
  color: #737373;
  font-weight: 600;
  margin: 0;
  line-height: 24px;
}

.wooaio-support-desc span.wooaio-customber-sub-tit {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 6px;
}

.wooaio-support_col-right {
  width: 100%;
  padding: 0;
}

.wooaio-support-details li.wooaio-email {
  padding-bottom: 25px;
  padding-left: 30px;
  position: relative;
  display: block;
  color: #565e66;
  font-size: 14px;
}

.wooaio-support-details li.wooaio-chat {
  padding-left: 30px;
  position: relative;
  display: block;
  color: #565e66;
  font-size: 14px;
}

.wooaio-support-details li.wooaio-email:before {
  content: "\f101";
  font-family: Flaticon;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  line-height: 18px;
}

.wooaio-support-details li.wooaio-chat:before {
  content: "\f10e";
  font-family: Flaticon;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  line-height: 18px;
}

ul.wooaio-support-details li h6 {
  text-decoration: none;
  font-weight: 600;
  color: #565e66;
  font-size: 14px;
  margin-bottom: 3px;
}

ul.wooaio-support-details li span p {
  display: block;
  font-size: 14px;
}

ul.wooaio-support-details li a {
  font-weight: 400;
  color: #565e66;
}

.wooaio-permission-icon ul li {
  width: 33.333%;
  float: left;
  padding: 25px 34px;
  vertical-align: top;
  border: none;
}

.wooaio-relative-wrapper {
  text-align: center;
}

.shop_table.wooaio-product-switch-panel {
  padding: 0 7px;
  position: relative;
}

.shop_table.wooaio-product-switch-panel .woocommerce-cart-form__cart-item.cart_item {
  clear: both;
  width: 100%;
  padding: 12px;
}

.shop_table.wooaio-product-switch-panel .product-price {
  font-size: 15px;
  color: #4d4c4c;
}

.shop_table.wooaio-product-switch-panel .product-name {
  font-size: 14px;
  color: #737373;
}

.shop_table.wooaio-product-switch-panel .product-name label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #4d4c4c;
  font-weight: 400;
}

.shop_table.wooaio-product-switch-panel .wooaio-product-header {
  padding: 0;
  margin: 0 0 12px;
  font-size: 35px;
  font-weight: 400;
  color: #333;
}

.wooaio-product-switch-title {
  clear: both;
  width: 100%;
}

.wooaio-product-switch-title .product-remove {
  font-size: 14px;
  color: #737373;
}

.wooaio-product-switch-title .product-quantity {
  font-size: 14px;
  color: #737373;
}

span.wooaio_mini_cart_item_title strong.product-quantity {
  padding-left: 4px;
  font-weight: normal;
}

.wooaio-product-switch-title {
  font-size: 14px;
  color: #737373;
}

.woocommerce-cart-form__cart-item.cart_item.wooaio-selected-product {
  background: #f3f3f3;
}

.wooaio-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
}

.wooaio-form-control::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
  opacity: 0;
}

.wooaio-form-control:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
  opacity: 0;
}

.wooaio-form-control:-moz-placeholder { /* Firefox 18- */
  color: transparent;
  opacity: 0;
}

/* display placeholder */
body .wooaio-anim-wrap .wooaio-form-control::-webkit-input-placeholder {
  opacity: 1;
}

body .wooaio-anim-wrap .wooaio-form-control::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}

body .wooaio-anim-wrap .wooaio-form-control:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}

body .wooaio-anim-wrap .wooaio-form-control:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}

.wooaio-inner-header {
  width: 100%;
}

a.wooaio_logo_wrap {
  display: block;
}

.wooaio-header .wooaio-header-nav ul li {
  margin-top: 10px;
}

.wooaio_header.none {
  padding: 10px 10px 15px;
}

.wooaio-help-text {
  display: block;
}

ul.woocommerce-error,
div.woocommerce-error,
.woocommerce-message {
  padding: 1em 1em 1em 10px;
  position: relative;
  background-color: #f7f6f7;
  color: #737373;
  border-left: 2px solid #f97272;
  width: auto;
}

.woocommerce-message {
  border-color: #24ae4e;
}

ul.woocommerce-error {
  padding: 15px;
}

.wooaio_form_cart .wooaio-coupon-page .woocommerce-message:not(.wooaio_sucuss) {
  margin: 25px 0 0;
  padding: 0 0 0 10px;
  border-top: none;
  border-left: 2px solid #24ae4e;
}

.wooaio_form_cart .wooaio-coupon-page .woocommerce-message .woocommerce-message1 {
  margin: 25px 0 0;
  padding: 0 0 0 10px;
  border-top: none;
  border-left: 2px solid #24ae4e;
}

.wooaio_coupon_field_msg .wooaio_single_coupon_msg .wooaio_remove_coupon:hover {
  color: #d84d4d;
}

.wooaio_form_cart ul.woocommerce-error {
  margin: 25px 0 0;
  padding: 0 0 0 10px;
  border-top: none;
  border-left: 2px solid #f97272;
}

.woocommerce-message {
  border-top-color: #8fae1b;
}

.woocommerce-error::before, woocommerce-info, .woocommerce-message {
  content: "";
}

form.woocommerce-form.woocommerce-form-login.login p.lost_password {
  padding: 0 7px;
}

form.woocommerce-form.woocommerce-form-login.login p,
p.wooaio-coupon-code-title {
  font-size: 14px;
  color: #737373;
  line-height: 20px;
}

p.wooaio-coupon-code-title {
  padding: 0 7px;
  display: none;
}

.wooaio-comm-title {
  margin-bottom: 10px;
  display: block;
  clear: both;
}

.woocommerce-account-fields {
  display: block;
  clear: both;
  position: relative;
}

.woocommerce-account-fields p.create-account {
  margin-bottom: 15px;
}

.woocommerce-checkout-review-order.wooaio-oder-detail {
  border-radius: 4px;
  color: #565e66;
  background-color: transparent;
}

.wooaio-section .woocommerce-checkout-payment {
  background: transparent;
  margin-bottom: 27px;
}

.wooaio-section .woocommerce-checkout-payment ul {
  background: #fff;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  text-align: left;
  margin: 0;
  border: 1px solid #dddddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.select2-results__option {
  color: #404040;
}

#add_payment_method #payment ul.payment_methods > li,
.woocommerce-cart #payment ul.payment_methods > li,
.woocommerce-checkout #payment ul.payment_methods > li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
  clear: both;
  border-bottom: 1px solid #dddddd;
  padding: 11px;
}
#add_payment_method #payment ul.payment_methods > li ul,
.woocommerce-cart #payment ul.payment_methods > li ul,
.woocommerce-checkout #payment ul.payment_methods > li ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
#add_payment_method #payment ul.payment_methods > li ul li,
.woocommerce-cart #payment ul.payment_methods > li ul li,
.woocommerce-checkout #payment ul.payment_methods > li ul li {
  padding-bottom: 10px;
}

#add_payment_method #payment ul.payment_methods > li:last-child,
.woocommerce-cart #payment ul.payment_methods > li:last-child,
.woocommerce-checkout #payment ul.payment_methods > li:last-child {
  border-bottom: none;
}

.wc_payment_method label {
  display: initial;
  font-weight: 400;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #fafafa;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  color: #515151;
  width: auto;
  margin-left: -11px;
  margin-right: -11px;
  border-top: 1px solid #dddddd;
  margin-bottom: -11px;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}

#payment ul.payment_methods li img.stripe-icon {
  float: unset;
}

.wooaio-payment-dec {
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
  margin-bottom: 15px;
}

.wooaio-sidebar-list-txt p:last-child {
  margin-bottom: 0;
}

.wooaio-relative-wrapper img {
  max-width: 57px;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}

.wooaio-relative-wrapper p {
  text-align: center;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.5;
  color: #999;
}

.wooaio_custom_breadcrumb {
  text-align: center;
  margin: 5px auto 45px;
}

.wooaio_custom_breadcrumb .wooaio_steps_sec ul {
  max-width: 40%;
  width: 100%;
  background-image: none;
  margin: 0px auto 40px;
  display: table;
  table-layout: fixed;
  position: relative;
}

.wooaio_steps_sec {
  margin-top: 48px;
}

.wooaio_custom_breadcrumb .wooaio_steps_sec ul li {
  font-size: 14px;
  line-height: 18px;
  padding-top: 0;
  text-align: center;
  opacity: 1;
  min-width: 40px;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
  margin-left: 50px;
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.wooaio_custom_breadcrumb .wooaio_steps_sec ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  border: 1px solid #000;
  margin-top: 0;
}

.wooaio_custom_breadcrumb .wooaio_steps_sec ul li:first-child {
  margin-left: 0;
}

.wooaio_custom_breadcrumb .wooaio_steps_sec ul li a {
  padding-top: 20px;
  z-index: 99;
}

.wooaio_custom_breadcrumb .wooaio_steps_sec ul li.wooaio_bred_active:before,
.wooaio_custom_breadcrumb .wooaio_steps_sec ul li.wooaio_active_prev:before,
.wooaio_custom_breadcrumb .wooaio_steps_sec ul li.df_cart_link.wooaio_bred_visited:before {
  background: #000;
}

.wooaio_custom_breadcrumb .wooaio_steps_sec ul:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.wooaio_main_form .wooaio_section_title {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.wooaio_checkbox_field label, .wooaio_checkbox_field span {
  color: #737373;
}

.wooaio_checkbox_field label {
  font-weight: normal;
}

.wooaio-support-col-left {
  padding-right: 30px;
  width: 53%;
  float: left;
}

.wooaio-support_col-right {
  width: 46%;
  float: left;
  color: #565e66;
}

.wooaio-left-wrapper h2 {
  margin: 0;
  margin-bottom: 6px;
}

.wooaio-permission-icon .wooaio-relative-wrapper p {
  margin: 0 0 0;
}

.wooaio-permission-icon .wooaio-relative-wrapper img {
  margin: 0 auto 15px;
  max-height: 80px;
  display: block;
  width: auto;
}

.wooaio-support-details .wooaio-contact-head {
  font-weight: 700;
}

.wooaio-star-rating {
  font-size: 1em;
}

/* new style 5 sep */
.wooaio_main_form {
  margin-bottom: 32px;
}

.layout_9_login_wrap .form-row.wooaio-input-form {
  width: 100%;
}

.layout_9_login_wrap .form-row.wooaio-input-form input {
  border-radius: 5px;
}

.woocommerce-form-coupon-toggle.wooaio-woocom-coupon .woocommerce-info, .woocommerce-form-login-toggle .woocommerce-info {
  border: none;
  background: transparent;
  padding: 15px 0;
}

.woocommerce-form-login-toggle .woocommerce-info {
  padding-top: 0;
  margin-bottom: 0;
}

.wooaio_main_form .woocommerce-account-fields p {
  padding-left: 7px;
  padding-right: 7px;
}

table.shop_table.woocommerce-checkout-review-order-table tr {
  display: flex;
  justify-content: space-between;
  border: 0;
}
table.shop_table.woocommerce-checkout-review-order-table tr th,
table.shop_table.woocommerce-checkout-review-order-table tr td {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
}
table.shop_table.woocommerce-checkout-review-order-table tr th strong,
table.shop_table.woocommerce-checkout-review-order-table tr td strong {
  font-weight: 400;
}
table.shop_table.woocommerce-checkout-review-order-table tr .woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
}
table.shop_table.woocommerce-checkout-review-order-table tr .woocommerce-shipping-methods li label {
  display: flex;
  color: #111729;
}
table.shop_table.woocommerce-checkout-review-order-table tr .woocommerce-shipping-methods li label .woocommerce-Price-amount {
  padding-left: 5px;
  color: #111729;
}
table.shop_table.woocommerce-checkout-review-order-table tr .woocommerce-shipping-methods li label .woocommerce-Price-amount span {
  color: #111729;
}

body .wooaio_main_form table.shop_table.woocommerce-checkout-review-order-table tr.order-total.recurring-total td {
  font-size: 16px;
}

.wooaio_order_summary {
  margin-left: 0;
  margin-right: 0;
}

.wooaio-clearfix:after {
  clear: both;
}

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

/* ORDER SUMMARY SECTION CSS */
.wooaio-order-summary-label {
  font-weight: 400;
  color: #333333;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-image img {
  max-width: 55px;
  height: auto;
  border: 1px solid #e1e1e1;
  width: 100%;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th {
  padding-left: 0;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.shipping_total_fee td:first-child {
  padding-left: 0;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total th {
  padding-left: 0;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td:first-child {
  padding-left: 0;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-discount th {
  padding-left: 0;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
  padding-right: 0;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.shipping_total_fee td:last-child {
  padding-right: 0;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.tax-total td:last-child {
  padding-right: 0;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) th,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) td {
  padding-bottom: 20px;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td {
  padding-right: 0;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td:last-child {
  padding-right: 0;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-discount td {
  padding-right: 0;
  text-align: right;
}

.wooaio_row_wrap .product-name .wooaio_product_sec span {
  font-size: 14px;
  color: #737373;
}

.wooaio_row_wrap .product-name .wooaio_product_sec .wooaio_you_save_text, .wooaio_row_wrap .product-name .wooaio_product_sec .wooaio_you_save_text span {
  color: #dd3333;
  font-size: 14px;
  line-height: 20px;
}

body .wooaio_main_form .woocommerce-cart-form__cart-item.cart_item.wooaio-selected-product {
  border-color: #dddddd;
}

.shop_table.wooaio-product-switch-panel .woocommerce-cart-form__cart-item.cart_item .wooaio_quantity_selector input.wooaio_product_switcher_quantity {
  border-color: #b0b0b0;
}

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
  display: inline-block;
  padding-left: 0;
}

.woocommerce-checkout #payment input#payment_method_stripe, #add_payment_method #payment input#payment_method_stripe {
  position: static;
  top: auto;
}

.wooaio_main_form label.wooaio-form-control-label[for=billing_state] {
  /*    background-color: #fff;
  bottom: 0;
  right: 25px;*/
}

.wooaio_main_form .wooaio-anim-wrap label.wooaio-form-control-label[for=billing_state] {
  background-color: transparent;
}

.wooaio_order_summary .wooaio-pro-thumb {
  display: inline-block;
  position: relative;
}

.wooaio-qty-ball {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 10;
}

.wooaio-qty-count {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 2px;
  padding: 0 5px;
  min-width: 22px;
  height: 22px;
  border-radius: 11px;
  background-color: #999999;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  z-index: 26;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr th,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  color: #666666;
}

table.shop_table.woocommerce-checkout-review-order-table tr.tax-total th {
  padding-left: 0;
  font-weight: normal;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart-discount th {
  font-weight: normal;
}

.wooaio-icon-list {
  font-family: Flaticon;
  font-size: 14px;
  font-style: normal;
  color: #8a9a5f;
  display: inline-block;
  padding-right: 15px;
  margin-top: 3px;
}

.wooaio-right-panel .woocommerce-form-coupon-toggle.wooaio-woocom-coupon .woocommerce-info {
  padding-top: 0;
}

p.woocommerce-invalid-required-field .wooaio-form-control,
body .wooaio_main_form p.woocommerce-invalid-required-field:not(.wooaio_select2_country_state) .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
p.woocommerce-invalid-required-field .wooaio-form-control {
  border-color: #d50000 !important;
}

.woocommerce-terms-and-conditions-wrapper {
  text-align: left;
}

.wooaio-testing-img.wooaio-square {
  border-radius: 0;
}

body .wooaio_main_form .wooaio_shipping_options label {
  display: block;
  font-size: 14px;
  color: #737373;
}

form.checkout_coupon.woocommerce-form-coupon .wooaio-col-left-half input:focus {
  background: #fff;
}

body .wooaio_main_form .wooaio-payment-dec {
  margin: 0 0 15px;
}

.woocommerce-checkout #payment div.payment_box p {
  margin-bottom: 0;
  color: #494949;
  font-size: 14px;
}

body .woocommerce-checkout #payment ul.payment_methods label {
  color: #494949;
}

body .btm_btn_sec .wooaio-back-btn-wrap button.button.button-primary.wooaio_back_page_button,
.place_order_back_btn a,
.btm_btn_sec a {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #9e9e9e;
}

.wooaio-left-panel {
  position: relative;
}

.wooaio-left-panel.wooaio_page.pre_built.third_step .btm_btn_sec {
  display: none;
}

.wooaio-order-place-btn-wrap {
  position: relative;
  margin-bottom: 20px;
}

#payment button#place_order {
  position: relative;
  z-index: 2;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d9d9d9;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #d9d9d9;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #d9d9d9;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control:-moz-placeholder { /* Firefox 18- */
  color: #d9d9d9;
}

.wooaio_main_form .wooaio_shipping_table tr.shipping td p {
  font-weight: normal;
}

body .wooaio_main_form .wooaio_order_summary label.wooaio-order-summary-label {
  display: none;
}

body .wooaio-permission-icon ul li.wooaio-two-cols.wooaio_odd:last-child {
  margin: auto;
  float: none;
  clear: both;
  width: 100%;
}

.wooaio_order_summary_layout_9 a {
  color: #dd7575;
}

.wooaio_order_summary_layout_9 label.wooaio-order-summary-label {
  margin-bottom: 25px;
  display: block;
}

.wooaio_order_summary_layout_9 label.wooaio-order-summary-label {
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  line-height: 1.5;
}

.wooaio-form .wooaio_order_summary_layout_9 {
  padding: 0 7px;
}

.wooaio_order_summary_layout_9 .wooaio-pro-thumb {
  display: inline-block;
  position: relative;
}

.wooaio_order_summary_layout_9 {
  margin-left: 0;
  margin-right: 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-subtotal {
  border-top: 1px solid #dddddd;
}

.wooaio_form_cart .wooaio_sidebar_coupon_hide table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart_item:last-child {
  border: none;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total {
  border-top: 1px solid #dddddd;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total th, table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total td {
  color: #323232;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total th {
  font-size: 16px;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total td strong > span {
  font-size: 24px;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total td small.includes_tax {
  display: block;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total th,
table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total td strong {
  font-weight: 400;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart_item .product-image img {
  height: auto;
  border: 1px solid #e1e1e1;
  width: 100%;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-subtotal th {
  padding-left: 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.shipping_total_fee td:first-child,
table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.shipping_total_fee th:first-child {
  padding-left: 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total th {
  padding-left: 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart_item td:first-child {
  padding-left: 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-discount th {
  padding-left: 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total td {
  padding-right: 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.shipping_total_fee td:last-child {
  padding-right: 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.tax-total td:last-child {
  padding-right: 0;
}

body .wooaio_form_cart table.shop_table tfoot tr:first-child > th,
body .wooaio_form_cart table.shop_table tfoot tr:first-child > td {
  padding-top: 10px;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:nth-last-child(2) th,
.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:nth-last-child(2) td {
  padding-bottom: 10px;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-subtotal td {
  padding-right: 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart_item td:last-child {
  padding-right: 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-discount td {
  padding-right: 0;
  text-align: right;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr th,
table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr td {
  color: #666666;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.tax-total th {
  padding-left: 0;
  font-weight: normal;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-discount th {
  font-weight: normal;
}

body .wooaio_order_summary_item_name.wooaio_summary_img_true .wooaio_cart_title_sec .product-quantity {
  display: none;
}

.wooaio-right-panel table.shop_table.woocommerce-checkout-review-order-table_layout_9.layout_9 .product-name .wooaio_cart_title_sec + .product-quantity,
.wooaio_mb_mini_cart_wrap table.shop_table.woocommerce-checkout-review-order-table_layout_9.layout_9 .product-name .wooaio_cart_title_sec + .product-quantity {
  display: block;
}

a.wooaio_remove_item_from_cart {
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
}

table.woocommerce-checkout-review-order-table_layout_9 tbody.wooaio-order-summaery-products .product-name {
  width: 80%;
  word-wrap: break-word;
}

table.woocommerce-checkout-review-order-table_layout_9 tbody.wooaio-order-summaery-products td.product-total {
  text-align: right;
  vertical-align: top;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 {
  margin: 10px 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.wooaio-cart-subtotal th,
table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.wooaio-cart-subtotal td {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.wooaio-order-total th,
table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.wooaio-order-total td {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.wooaio-shipping th {
  width: 30%;
  vertical-align: top;
  padding: 14px 0px;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 {
  width: 100%;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 td.product-name {
  padding-bottom: 18px;
  color: #323232;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 td.product-total {
  color: #4d4c4c;
  font-size: 15px;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 {
  margin: 0;
  width: 100%;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 thead tr th {
  border-bottom: 1px solid #f5f5f5;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr th, table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr td {
  padding: 14px 10px;
  font-size: 14px;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart_item {
  border-bottom: 1px solid #dddddd;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 td.product-name {
  width: 70%;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 td.product-total {
  width: 30%;
}

body .wooaio-right-panel .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9.wooaio_order_sum tbody tr.cart_item td.product-image {
  padding-left: 0;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-subtotal th {
  font-weight: 400;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.shipping th {
  font-weight: 400;
}

table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr th, table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr td {
  background-color: transparent;
}

form.checkout_coupon.woocommerce-form-coupon {
  position: relative !important;
  margin: 15px 0 0px 0 !important;
}

.wooaio_form_cart form.checkout_coupon.woocommerce-form-coupon.wooaio_display_block {
  margin-top: 0 !important;
  display: block !important;
}

.wooaio_woocommerce_form_coupon.wooaio_template_9_coupon .wooaio-coupon-page a.wooaio_main_showcoupon {
  color: inherit;
}

.woocommerce-form-coupon-toggle.wooaio-woocom-coupon {
  display: none;
}

.layout_9_order_summary tfoot tr td:last-child {
  text-align: right;
}

body .wooaio-right-panel .wooaio_order_summary tfoot tr.shipping td {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

body .wooaio-right-panel .wooaio_order_summary tfoot tr.shipping td ul li label {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}

body .wooaio-right-panel .wooaio_order_summary tfoot tr.shipping td ul li {
  margin: 0 0 5px;
}

body .wooaio-right-panel .wooaio_order_summary tfoot tr.shipping td ul li:last-child {
  margin-bottom: 0;
}

body .wooaio-form .login_sec_content {
  padding-left: 7px;
  padding-right: 7px;
}

footer.wooaio-footer .wooaio_footer_sec .wooaio_table_div {
  height: auto;
}

.wooaio-footer-right-content {
  text-align: right;
}

.wooaio-header-nav ul li:first-child {
  padding-left: 0;
}

header.wooaio-header.wooaio_header.top_bottom {
  margin: 0 0 0 0px;
}

header.wooaio-header.wooaio_header.left_right {
  margin: 0 0 0px;
}

.multistep_bar header.wooaio-header.wooaio_header.none.left_right,
.multistep_bar header.wooaio-header.wooaio_header.none.top_bottom {
  margin: 0 0 0px;
}

.wooaio_display_none {
  display: none;
}

.wooaio-support-desc img {
  width: auto;
  height: auto;
  max-width: 150px;
}

.form-row.validate-required .woocommerce-form__label-for-checkbox {
  position: relative;
}

ul.woocommerce-error li {
  color: #737373;
}

.woocommerce-message {
  color: #737373;
}

body .wooaio-information-container {
  margin-bottom: 20px;
}

body .wooaio-information-container .wooaio_enable_border {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.div_wrap_sec img {
  max-width: 100%;
}

body .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr th,
body .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr td {
  padding: 2px 10px;
  vertical-align: middle;
}

body .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr.tax-rate th,
body .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr.tax-rate td,
body .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr.cart-subtotal.tax-rate td,
body .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr.cart-subtotal.tax-rate th,
body .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:nth-last-child(2) th,
body .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:nth-last-child(2) td,
body .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9:not(.wooaio_tax_enabled) tfoot tr.shipping_total_fee th,
body .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9:not(.wooaio_tax_enabled) tfoot tr.shipping_total_fee td {
  padding-bottom: 22px !important;
}

body .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:first-child td,
body .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:first-child th {
  padding-top: 20px !important;
}

table.shop_table.woocommerce-checkout-review-order-table tr td:first-child,
table.shop_table.woocommerce-checkout-review-order-table tr th:first-child {
  padding-left: 0;
  font-weight: normal;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:not(:last-child) th,
.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:not(:last-child) th {
  font-weight: normal;
  padding-left: 0;
}

body .wooaio_form_cart table.shop_table tfoot tr td:first-child,
body .wooaio_form_cart table.shop_table tfoot tr th:first-child,
body .wooaio-form table.shop_table tfoot tr td:first-child,
body .wooaio-form table.shop_table tfoot tr th:first-child {
  font-weight: normal;
  padding-left: 0;
}

body .wooaio_form_cart table.shop_table tfoot tr td:last-child,
body .wooaio_form_cart table.shop_table tfoot tr th:last-child,
body .wooaio-form table.shop_table tfoot tr td:last-child,
body .wooaio-form table.shop_table tfoot tr th:last-child {
  font-weight: normal;
  padding-right: 0;
}

body .wooaio_form_cart table.shop_table tfoot tr.order-total td:last-child,
body .wooaio-form table.shop_table tfoot tr.order-total td:last-child {
  font-weight: 400;
}

body table.shop_table.woocommerce-checkout-review-order-table {
  border: none;
}

body table.shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody {
  border: none;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr {
  display: flex;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid #dddddd;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-detail {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td:first-child {
  padding-left: 24px;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td {
  border-top: solid 1px #E3E8EF;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td:first-child {
  border-top-left-radius: 9px;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td:last-child {
  border-top-right-radius: 9px;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
  width: initial;
  padding: 24px;
  border-bottom: solid 1px #E3E8EF;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td.product-image {
  display: flex;
  align-items: center;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td:first-child {
  border-left: solid 1px #E3E8EF;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td:last-child {
  border-right: solid 1px #E3E8EF;
  border-top-right-radius: 9px;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-detail {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-detail > div:first-child {
  margin-bottom: 10px;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-detail .price-and-quantity {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-detail .woocommerce-Price-amount.amount {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-detail dl.variation {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-detail dl.variation dt {
  margin-right: 4px;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-detail dl.variation dd,
body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-detail dl.variation dt {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #677489;
  margin: 0;
  margin-right: 40px;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-detail dl.variation dt {
  margin-right: 4px;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-detail dl.variation dt p,
body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-detail dl.variation dd p,
body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name dl.variation dt p,
body table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name dl.variation dd p {
  margin: 0;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #111729;
  padding: 0 0 24px 0;
}

body table.shop_table.woocommerce-checkout-review-order-table .wooaio-product-summary-image img {
  width: 80px;
  height: 80px;
  max-width: 100%;
  border: solid 1px #E3E8EF;
  border-radius: 8px;
}

.wooaio_product .wooaio-prodct-image-wrap {
  max-width: 88px;
  float: left;
  margin: 0px 15px 5px 0;
}

.wooaio_product .wooaio-prodct-image-wrap img {
  width: 100%;
}

.wooaio-prodct-detail-left h1 {
  color: #565e66;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
}

.wooaio_heading_text.wooaio-text-left {
  text-align: left;
}

.wooaio_heading_text.wooaio-text-center {
  text-align: center;
}

.wooaio_heading_text.wooaio-text-right {
  text-align: right;
}

.wooaio_heading_text.wooaio-normal {
  font-weight: normal;
}

.wooaio_heading_text.wooaio-bold {
  font-weight: bold;
}

.wooaio_product.top_bottom .wooaio-prodct-image-wrap {
  max-width: 50%;
  float: none;
  margin: auto auto 10px auto;
}

.wooaio_header.left_right .wooaio-middle-container {
  display: table;
  width: 100%;
}

.wooaio_header.left_right a.wooaio_logo_wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.wooaio_header.left_right .wooaio-help-text {
  float: none;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 0;
}

.wooaio_header.left_right a.wooaio_logo_wrap img {
  margin-bottom: 0;
}

.wooaio_header.none.left_right {
  padding: 20px 10px;
}

.outside_header_wrap .wooaio-header.none {
  padding: 0;
}

.outside_header_wrap .wooaio-header {
  text-align: left;
}

.outside_head_sec img.wooaio-logo {
  margin-bottom: 0;
}

.outside_head_sec .wooaio_logo_wrap {
  margin-bottom: 10px;
}

.outside_head_sec .wooaio-help-text {
  padding-bottom: 0;
}

.outside_header_wrap {
  margin-bottom: 25px;
}

.wooaio_order_total_container {
  display: block;
  width: 100%;
  padding: 14px;
  background: #ecf1f5;
  border-radius: 3px;
  border: 1px solid #ced5db;
  color: #737373;
  font-weight: bold;
  font-size: 18px;
}

.wooaio_order_total_label {
  float: left;
}

.wooaio_order_total_value {
  display: block;
  float: right;
}

body.wooaio_cls_layout_9.wooaio_shopcheckout_sidebar_no .wooaio-comm-wrapper .wooaio-left-wrapper {
  padding-right: 0;
}

.outside_header_wrap .wooaio-header-nav ul li:first-child {
  padding-left: 0;
}

.outside_header_wrap .wooaio-header-nav ul li {
  padding-left: 20px;
  padding-right: 20px;
}

.outside_header_wrap ul li span:before {
  left: 0;
}

.wooaio_allowed_countries strong {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  color: #404040;
  display: block;
  min-height: 52px;
  padding: 22px 12px 5px;
  vertical-align: top;
  box-shadow: none;
  font-weight: normal;
}

.wooaio_steps_sec ul li a {
  padding-right: 0;
}

body .wooaio_steps_sec ul li:not(:last-child) a:after {
  display: none;
}

body .wooaio-form .wooaio_steps_sec ul li a {
  padding-right: 20px;
}

body .wooaio-form .wooaio_steps_sec ul li:not(:last-child) a:after {
  display: block;
}

.wooaio-form .stripe-source-errors ul.woocommerce_error {
  padding: 0;
}

.wooaio_pro_img_disabled .wooaio-prodct-detail-left {
  width: 100%;
}

.wooaio_main_wrapper .wc-amazon-payments-advanced-populated .create-account > h3 {
  padding-left: 7px;
  padding-right: 7px;
}

.wooaio_main_wrapper .wc-amazon-payments-advanced-populated .create-account p {
  padding: 0 7px;
}

.wooaio_main_wrapper .wc-amazon-payments-advanced-populated div.create-account {
  margin-left: -7px;
  margin-right: -7px;
}

.wooaio_main_wrapper .wc-amazon-payments-advanced-populated .create-account p select {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  color: #000000;
  display: block;
  height: 52px;
  padding: 22px 12px 5px;
  vertical-align: top;
  box-shadow: none;
}

body .wooaio_main_form .woocommerce-input-wrapper select.wooaio-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wooaio_coupon_msg {
  margin: 0 12px;
  padding: 0;
}

.wooaio-right-panel div.woocommerce-error {
  margin-top: 25px;
}

.wooaio-right-panel .wooaio_coupon_msg .woocommerce-error {
  padding: 0 0 0 10px;
}

.wooaio-form .woocommerce-message {
  margin: 0 0 15px;
}

.wooaio_coupon_field_msg, .wooaio-coupon-page .wooaio_coupon_remove_msg {
  margin: 0 12px;
}

.wooaio_coupon_error_msg {
  padding: 0 7px;
}

body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-half.wooaio-anim-wrap label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-half.wooaio-anim-wrap label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-third.wooaio-anim-wrap label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-third.wooaio-anim-wrap label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-third.wooaio-anim-wrap label.wooaio-form-control-label {
  font-size: 12.5px;
}

/*

wooaio-col-left-half,
wooaio-col-left-half
wooaio-col-left-third,
wooaio-col-left-third
wooaio-col-left-third

 */
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-half label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-half label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-third label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-third label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-third label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-two-third label.wooaio-form-control-label {
  bottom: auto;
  top: 20px;
  margin-top: 0;
}

body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-half.wooaio-anim-wrap label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-half.wooaio-anim-wrap label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-third.wooaio-anim-wrap label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-third.wooaio-anim-wrap label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-left-third.wooaio-anim-wrap label.wooaio-form-control-label,
body .wooaio_main_form .aelia_wc_eu_vat_assistant.wooaio-col-two-third.wooaio-anim-wrap label.wooaio-form-control-label {
  top: 4px;
  background: transparent;
  bottom: auto;
  right: auto;
  margin-top: 0;
}

body .wooaio_main_form .wooaio_woocommerce_form_coupon .wooaio-coupon-page .wooaio_coupon_remove_msg {
  margin-left: 12px;
  margin-right: 12px;
}

.wooaio-login-wrapper {
  margin: 0 -7px;
}

body .wooaio_main_form .wooaio_woocommerce_form_coupon .wooaio-coupon-section .wooaio_coupon_field_box .wooaio-coupon-field-btn:hover {
  background-color: #878484;
}

body .wooaio_main_form .wooaio_woocommerce_form_coupon .wooaio-coupon-section .wooaio_coupon_field_box .wooaio-coupon-field-btn {
  background-color: #999999;
  color: #ffffff;
}

body.wooaio_main_wrapper .wooaio_main_form .woocommerce-checkout #payment div.payment_box.payment_box.payment_method_braintree_credit_card p {
  margin-bottom: 10px;
}

body .wooaio_main_form .woocommerce-message,
body .wooaio_main_form .woocommerce-error {
  color: #737373;
  margin: 0 0 15px;
  padding: 10px;
  border-top: none;
  border-left: 2px solid #f97272;
}

body .wooaio_main_form .woocommerce-message {
  border-color: #24ae4e;
}

body .wooaio_main_form .woocommerce-error li {
  color: #d50000;
}

.wooaio_form_cart.div_wrap_sec tr.shipping.recurring-total {
  border: none;
}

.wooaio_form_cart.div_wrap_sec tr.order-total.recurring-total td small {
  font-size: 12px;
}

body .wooaio_main_form .wooaio-row .wfob_bump_wrapper {
  padding: 0 7px;
}

.wooaio_woocommerce_form_coupon.wooaio_template_9_coupon .wooaio-coupon-page {
  padding: 25px 0;
}

/* Local changes for new checkbox and radio button */
.woocommerce-checkout select#join_referral_program {
  padding: 20px 12px 5px;
  height: auto;
}

body .wooaio_main_form.woocommerce form.woocommerce-form.woocommerce-form-login.login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline input[type=checkbox] {
  top: 0;
}

body .wooaio_main_form.woocommerce form.woocommerce-form.woocommerce-form-login.login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  position: absolute;
  padding-left: 26px;
  margin-bottom: 0;
  line-height: 16px;
  height: 16px !important;
  right: 12px;
  top: 50%;
  margin-top: -8px;
}

body .wooaio_main_form .wooaio-login-wrapper .wc-social-login.form-row-wide {
  padding: 0 7px;
}

body .wooaio_main_form .wooaio_woocommerce_form_coupon .wooaio-coupon-section .wooaio_coupon_field_box .wooaio-coupon-field-btn,
body .wooaio_main_form .wooaio_woocommerce_form_coupon .wooaio-coupon-section .wooaio_coupon_field_box .wooaio_coupon_code {
  min-height: 52px;
}

body .wooaio_main_form .woocommerce-invalid-email .woocommerce-input-wrapper .wooaio-form-control {
  border-color: #d50000;
}

/* order summary section changed removed extra table */
body .wooaio_order_summary .product-image, body .wooaio_form_cart .cart_item .product-image {
  max-width: 61px;
  float: left;
}

body .wooaio_order_summary td.product-name-area .product-name.wooaio_summary_img_true,
body .wooaio_collapsible_summary .wooaio_order_summary_item_name.wooaio_summary_img_true {
  padding-left: 78px;
}

/*Spacing issue on shopcheckout*/
body .wooaio_main_form .wooaio-form-control-wrapper.wooaio_last_section_feilds p {
  margin-bottom: 0;
}

body .wooaio_main_form.woocommerce .wooaio_default_checkout_addon_multicheckbox input[type=checkbox] + label.checkbox {
  padding-left: 0 !important;
}

body .wooaio_main_form .wooaio_shipping_table ul#shipping_method,
body .wooaio_main_form .wooaio_shipping_table.wooaio_shipping_recurring tr.shipping td,
body .wooaio_main_form .wooaio-coupon-section.wooaio_custom_row_wrap .wooaio_coupon_field_box p {
  margin-bottom: 0;
  padding-bottom: 0;
}

body .wooaio_main_form .wooaio_woocommerce_form_coupon .wooaio-coupon-page .wooaio_coupon_error_msg .woocommerce_single_error_message,
body .wooaio_main_form .wooaio_woocommerce_form_coupon .wooaio_coupon_field_msg > .wooaio_single_coupon_msg,
body .wooaio_main_form .wooaio-payment-dec {
  margin: 15px 0 0;
}

body .wooaio_main_form .wooaio_shipping_calculator .border .wooaio_shipping_table.wooaio_shipping_recurring tr td {
  padding-top: 15px;
}

body .wooaio_main_form .wooaio_shipping_calculator .border .wooaio_shipping_table.wooaio_shipping_recurring tr:first-child td {
  padding-top: 0;
}

body .wooaio_main_form .wooaio_woocommerce_form_coupon .wooaio-coupon-page .wooaio_coupon_remove_msg,
body .wooaio_main_form .wooaio_shipping_calculator .border,
body .wooaio_main_form .woocommerce-terms-and-conditions-wrapper,
body .wooaio_main_form #product_switching_field.wooaio-product-switch-panel .cart_item,
body .wooaio_main_form .wooaio_whats_included {
  margin-top: 15px;
}

body .wooaio_main_form .wooaio_woocommerce_form_coupon .wooaio-coupon-page .wooaio_coupon_remove_msg:empty,
body .wooaio_main_form .wooaio_shipping_calculator .border:first-child,
body .wooaio_main_form #product_switching_field.wooaio-product-switch-panel .cart_item:first-child {
  margin-top: 0;
}

body .wooaio_main_form .shop_table.wooaio-product-switch-panel .woocommerce-cart-form__cart-item.cart_item {
  margin-bottom: 0px;
}

body .wooaio_main_form .wooaio-section .woocommerce-checkout-payment {
  margin-bottom: 15px;
}

body .wooaio_main_form #product_switching_field.wooaio-product-switch-panel .cart_item {
  margin-top: 15px;
  margin-bottom: 0;
}

body .wooaio_main_form #join_referral_program_field label,
body .wooaio_main_form #referral_code_field label {
  display: block;
}

/* Local Spacing Issues*/
body .wooaio_main_form #payment .place-order,
body .wooaio_main_form .wooaio-order-place-btn-wrap {
  margin-top: 15px;
}

body .wooaio_main_form #customer_location_self_certified_field #customer_location_self_certified-description {
  margin-top: 0;
}

body .wooaio_main_form .woocommerce-form-coupon-toggle {
  margin-bottom: 0;
}

/* removed double gif */
.wooaio_order_summary_container table.shop_table.woocommerce-checkout-review-order-table.layout_9:first-child .blockUI {
  display: none !important;
}

.wooaio_main_wrapper .woocommerce-checkout #payment div.payment_box:last-child {
  margin-bottom: -11px;
}

/* Order Summary */
.wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  table-layout: fixed;
}

.wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.wooaio-right-panel table.shop_table.woocommerce-checkout-review-order-table_layout_9.layout_9_order_summary tfoot td {
  width: 50%;
}

.wooaio-right-panel table.shop_table.woocommerce-checkout-review-order-table_layout_9.layout_9_order_summary {
  table-layout: fixed;
}

body .wooaio-right-panel #coupon_code.wooaio_coupon_failed_error {
  border-color: #d50000;
}

/* Order Total Field Designing */
body .wooaio_order_total {
  padding: 0 7px;
}

body .wooaio_main_form .woocommerce-checkout button.button.button-primary.wooaio_next_page_button {
  text-transform: uppercase;
}

.wooaio_custom_breadcrumb .wooaio_steps_sec ul li a:empty {
  padding-top: 52px;
}

form.checkout_coupon.woocommerce-form-coupon .wooaio-col-left-half input.blank_field {
  border-color: #d50000;
}

/* WC checkout Add on */
body .wooaio_main_form .wooaio_default_checkout_addon.wooaio-form-control-wrapper:not(.wooaio-anim-wrap) label.wooaio-form-control-label {
  top: 20px;
  font-size: 12.5px;
  bottom: auto;
  margin-top: 0;
}

body .wooaio_main_form.woocommerce .wc_checkout_add_ons_fileupload + .wc-checkout-add-ons-input-file-plupload,
body .wooaio_main_form.woocommerce .wc_checkout_add_ons_fileupload + .wc-checkout-add-ons-input-file-plupload + .description {
  margin: 0 12px;
}

body .wooaio_main_form #wc_checkout_add_ons .wc_checkout_add_ons_fileupload {
  margin: 0;
}

body .wooaio_main_form #wc_checkout_add_ons .wc_checkout_add_ons_fileupload > label {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

body .wooaio_main_form.woocommerce .wc_checkout_add_ons_fileupload + .wc-checkout-add-ons-input-file-plupload {
  padding: 10px 12px;
}

body .wooaio_main_form .wooaio-form-control-wrapper.form-row.wooaio_readonly label {
  background: transparent;
  top: 4px;
  font-size: 12.5px;
  background: transparent;
  bottom: auto;
  right: auto;
  margin-top: 0;
}

body .wooaio_main_form .wooaio-form-control-wrapper.form-row.wooaio_readonly input[readonly]::-webkit-input-placeholder {
  color: #67717a;
}

body .wooaio_main_form .wooaio-form-control-wrapper.form-row.wooaio_readonly input[readonly]::-moz-placeholder {
  color: #67717a;
}

body .wooaio_main_form .wooaio-form-control-wrapper.form-row.wooaio_readonly input[readonly]::-ms-input-placeholder {
  color: #67717a;
}

body .wooaio_main_form .wooaio-form-control-wrapper.form-row.wooaio_readonly input[readonly]::-moz-placeholder {
  color: #67717a;
}

.wooaio-main-container .wooaio-wrapper-decoration.multistep_bar .wooaio_top_bottom .wooaio-left-wrapper,
.wooaio-main-container .wooaio-wrapper-decoration.multistep_bar .wooaio_left_right .wooaio-left-wrapper {
  padding-top: 0;
}

body .wooaio_main_form .automatewoo-birthday-section .automatewoo-birthday-field__select {
  height: auto;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  position: relative;
  color: #404040;
  min-height: 52px;
}

body .wooaio_main_form h2 {
  font-weight: 300;
}

body .wooaio_main_form p.woocommerce-invalid-required-field .wooaio-form-control,
body .wooaio_main_form p.woocommerce-invalid-email .wooaio-form-control {
  transition: all 0.4s ease-out !important;
  box-shadow: 0 0 0 1px #d50000 !important;
}

body .wooaio_outside_header .wooaio-left-wrapper {
  padding-top: 15px !important;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total th {
  padding-left: 0;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total td {
  padding-right: 0;
}

body span.wooaio_coupon_code {
  color: #000;
}

/* Radio custom field error */
body .wooaio_main_form p.wooaio_custom_field_radio_wrap .wooaio-form-control {
  padding: 8px;
}

body.wooaio_main_wrapper {
  overflow-x: initial;
}

body .wooaio_form_cart .woocommerce-error,
body .wooaio_form_cart .woocommerce-info,
body .wooaio_form_cart .woocommerce-message {
  padding: 0;
  background-color: transparent;
}

body .wooaio_main_form.woocommerce input[type=checkbox] + label {
  padding-left: 25px !important;
  display: inline-block;
}

.wooaio_main_form.woocommerce p.wooaio-form-control-wrapper.wooaio-anim-wrap label.wooaio-form-control-label {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wooaio_main_form p.form-row.wooaio-col-full {
  float: none;
}

/* Oxygon builder */
.wooaio_main_form label.wooaio-form-control-label {
  margin-top: -10px;
}

body .wooaio_main_form.woocommerce input[type=text],
body .wooaio_main_form.woocommerce input[type=password],
body .wooaio_main_form.woocommerce input[type=number],
body .wooaio_main_form.woocommerce input[type=email],
body .wooaio_main_form.woocommerce input[type=tel],
body .wooaio_main_form.woocommerce textarea,
body .wooaio_main_form .select2-container .select2-selection--single .select2-selection__rendered,
body .wooaio_main_form .woocommerce-checkout select#join_referral_program {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  color: #404040;
  display: block;
  padding: 20px 12px 5px;
  vertical-align: top;
  box-shadow: none;
  opacity: 1;
}

body .wooaio_main_form.woocommerce span.select2-selection.select2-selection--single {
  padding: 0;
  border: none;
  margin: 0;
  border-radius: 0;
}

body .wooaio_main_form.woocommerce input[type=number]::-webkit-inner-spin-button,
body .wooaio_main_form.woocommerce input[type=number]::-webkit-outer-spin-button {
  margin-right: 0;
  opacity: 0.01;
  width: auto;
  height: auto;
  cursor: pointer;
}

body .wooaio_main_form.woocommerce input[type=number] {
  border-radius: 0;
}

body .wooaio_main_form .woocommerce-checkout .button.wooaio_next_page_button:hover {
  border-color: transparent;
}

body .wooaio_main_form.woocommerce div.product form.cart .variations label,
body .wooaio_main_form form label {
  margin-top: 0;
}

.wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border: none;
}

.woocommerce-info, .woocommerce-error, .woocommerce-message {
  border: none;
}

.wooaio_main_form.woocommerce button.button.alt:hover,
.wooaio_main_form.woocommerce a.button:hover,
.wooaio_main_form.woocommerce ul.products li.product .button:hover,
.wooaio_main_form.woocommerce #review_form #respond .form-submit input:hover,
.wooaio_main_form.woocommerce a.button.alt:hover {
  border: none;
}

.wooaio_form_cart .wooaio-coupon-page .woocommerce-message:empty {
  display: none;
}

body .wooaio_main_form.woocommerce .select2-container input[type=text] {
  padding: 0;
  border: none;
  min-height: 48px;
  outline: none;
  box-shadow: none;
}

body .wooaio_main_form.woocommerce .select2-container input[type=text]:hover {
  border: none !important;
}

body .wooaio_main_form.woocommerce .select2-container input[type=text]:focus {
  box-shadow: none !important;
}

body .wooaio_main_form .mc4wp-checkbox {
  padding: 0 7px;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr th:first-child,
body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td:first-child {
  padding-left: 0;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td:last-child {
  padding-right: 0;
}

body .wooaio_main_form.woocommerce p.wooaio-form-control-wrapper.wooaio_custom_field_multiselect.wooaio-anim-wrap label.wooaio-form-control-label {
  font-size: 13px;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) .woocommerce-input-wrapper .select2-container .select2-selection--single:focus {
  border-radius: 4px;
}

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

.wooaio_quantity_selector {
  position: relative;
}

.product-quantity .value-button.wooaio_decrease_item:before {
  content: "-";
  margin-top: -3px;
}

.product-quantity .value-button:before {
  content: "+";
  position: absolute;
  left: 0;
  right: 0;
  font-size: 12px;
  line-height: 1px;
  top: 50%;
  margin-top: -1px;
}

.product-quantity .value-button {
  cursor: pointer;
  margin: 0;
  width: 15px;
  height: 25px;
  border: 1px solid #e6e6e6;
  line-height: 1.5;
  text-align: center;
  background: #f9f9f9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #666;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.product-quantity .wooaio_quantity_selector input[type=number] {
  text-align: center;
  border: none;
  margin: 0 15px;
  width: 30px;
  height: 25px;
  line-height: 20px;
  padding: 2px;
  float: left;
  font-size: 12px;
  font-weight: 400;
  box-shadow: none;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.product-quantity .value-button.wooaio_increase_item {
  right: 0;
  left: auto;
}

/* cross button */
body .wooaio_delete_item_wrap {
  display: inline-block;
}

body .wooaio_delete_item_wrap a {
  border-radius: 100%;
  display: block;
  text-align: center;
  font-size: 11px;
  width: 16px;
  height: 16px;
  padding: 0;
  line-height: 22px;
  position: relative;
  font-size: 0;
}

body .wooaio_delete_item_wrap a:before {
  content: "x";
  position: absolute;
  left: 0;
  font-size: 12px;
  right: 0;
  top: 50%;
  margin-top: -3px;
  line-height: 4px;
}

.wooaio_cart_title_sec {
  position: relative;
  display: block;
}

span.wooaio_mini_cart_item_title {
  display: block;
}

span.wooaio_cart_product_name_h {
  margin-bottom: 4px;
}

body .wooaio_form_cart .woocommerce-error {
  margin: 25px 0 0;
  padding: 0 0 0 10px;
}

.wooaio-right-panel .wooaio_section_title {
  text-transform: uppercase;
}

body .wooaio_main_form .wooaio_order_total_field table:not(.wooaio_order_total_wrap) tr td:first-child {
  padding-left: 0;
}

body .wooaio_main_form .wooaio_order_total_field table:not(.wooaio_order_total_wrap) tr td:last-child {
  padding-right: 0;
}

body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td,
body .wooaio_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr th {
  padding: 10px 10px;
  font-size: 14px;
  vertical-align: top;
}

/* order summary spacing */
.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td,
.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) th {
  padding: 2px 0;
}

.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tr.tax-rate th,
.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tr.tax-rate td,
.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tr.wooaio_no_shipping_method_field_used td,
.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tr.wooaio_no_shipping_method_field_used th,
.wooaio_order_sec table.shop_table tr.cart-subtotal.tax-rate td,
.wooaio_order_sec table.shop_table tr.cart-subtotal.tax-rate th,
.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) th,
.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-last-child(2) td,
.wooaio_order_sec:not(.wooaio_tax_enabled) table.shop_table.woocommerce-checkout-review-order-table tr.shipping_total_fee th,
.wooaio_order_sec:not(.wooaio_tax_enabled) table.shop_table.woocommerce-checkout-review-order-table tr.shipping_total_fee td,
.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr.recurring-total td,
.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr.recurring-total th {
  padding-bottom: 22px !important;
}

.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td,
.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr.recurring-total td,
.wooaio_order_sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr.recurring-total th {
  padding-top: 20px !important;
}

.wooaio-right-panel td.product-total {
  position: relative;
}

.wooaio-right-panel td.product-total span.wooaio_cart_product_name_h {
  position: relative;
  bottom: auto;
  top: auto;
  display: block;
  margin-top: 8px;
  text-align: right;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart_item.wooaio_delete_active td.product-total small.tax_label {
  display: inline-block;
}

body .wooaio_main_form.woocommerce p.form-row.wooaio-col-left-third:not(.wooaio-anim-wrap) label.wooaio-form-control-label {
  right: 20px;
}

p#e_deliverydate_field:not(.wooaio-anim-wrap) label {
  top: 30px;
  bottom: auto;
}

body .wooaio_main_form p.woocommerce-invalid-required-field:not(.wooaio_select2_country_state).wooaio_state_wrap .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  border-color: #d9d9d9 !important;
}

body .wooaio_main_form p.woocommerce-invalid-required-field:not(.wooaio_select2_country_state).wooaio_state_wrap .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  border-color: #eaeaea !important;
}

@media (pointer: coarse) {
  html {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  body {
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1367px) {
  .wooaio_change_position {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .wooaio-container, .wooaio-middle-container, .wooaio-container.wooaio-inner-header {
    width: 1120px;
  }
  .wooaio-middle-container {
    padding: 0 0 0px;
  }
  body.wooaio_cls_layout_9 .wooaio-comm-wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
  body.wooaio_cls_layout_9 .wooaio-comm-wrapper .wooaio-right-panel {
    display: table-cell;
    vertical-align: top;
    float: none;
  }
  body.wooaio_cls_layout_9 .wooaio-comm-wrapper .wooaio-left-wrapper {
    display: table-cell;
    vertical-align: top;
    float: none;
  }
  .wooaio-left-wrapper {
    position: relative;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  footer.wooaio-footer.wooaio_footer {
    display: none;
  }
}
@media (min-width: 1024px) {
  body.wooaio_cls_layout_9 .wooaio-panel-wrapper.wooaio_outside_header:before {
    position: absolute;
    background: #F7F7F5;
    content: "";
    top: 0;
    bottom: 0px;
    max-width: 38%;
    right: 0;
    width: 100%;
    margin-left: 0;
    display: none;
  }
  body.wooaio_cls_layout_9 .wooaio_outside_header .wooaio-comm-wrapper .wooaio-right-panel {
    position: relative;
  }
  body.wooaio_cls_layout_9 .wooaio_outside_header .wooaio-comm-wrapper .wooaio-right-panel::after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #F7F7F5;
    z-index: -1;
  }
  .wooaio-panel-wrapper.wooaio_outside_header {
    overflow: hidden;
  }
  body.wooaio_cls_layout_9.wooaio_shopcheckout_sidebar_no .wooaio-panel-wrapper.wooaio_outside_header:before {
    display: none;
  }
}
@media (min-width: 768px) {
  body .wooaio_cls_layout_9 footer.wooaio-footer {
    padding: 30px;
  }
  body .wooaio_cls_layout_9 .wooaio-middle-container {
    padding-bottom: 0;
  }
  p.form-row.wooaio-col-left-half {
    float: left;
  }
  p.form-row.wooaio-col-full {
    clear: both;
  }
  p.form-row.wooaio-col-full {
    width: 100%;
  }
  p.form-row.wooaio-col-left-half {
    width: 50%;
  }
  p.form-row.wooaio-col-left-half {
    width: 50%;
  }
  body p.form-row.wooaio-col-left-half {
    width: 50%;
  }
  p.form-row.wooaio-col3-left-half {
    width: 33.3%;
    float: left;
  }
  p.form-row.wooaio-col-left-third {
    width: 33.3%;
    float: left;
  }
  p.form-row.wooaio-col-left-third {
    width: 33.3%;
    float: left;
  }
  p.form-row.wooaio-col-left-third {
    width: 33.3%;
    float: left;
  }
  p.form-row.wooaio-col-two-third {
    width: 66.66%;
    float: left;
  }
  .wooaio_inner_footer_m {
    margin: 25px 0 0;
  }
  body .wooaio_order_summary {
    padding: 0 7px;
  }
  .wooaio-right-panel .wooaio_order_summary {
    margin-bottom: 0;
  }
  .wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr.order-total td,
.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr.order-total th {
    padding-bottom: 0;
  }
  footer .wooaio-middle-container {
    padding-bottom: 0;
  }
  .wooaio_form_cart form.checkout_coupon.woocommerce-form-coupon .wooaio-col-left-half label {
    bottom: auto;
    margin-top: -7px;
  }
  .wooaio_form_cart form.checkout_coupon.woocommerce-form-coupon .wooaio-col-left-half.wooaio-anim-wrap label {
    margin-top: 0;
  }
  .wooaio_mb_mini_cart_wrap {
    display: none;
  }
}
@media (max-width: 1200px) {
  .wooaio-product-quantity p.form-row {
    display: inline-block;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wooaio_custom_breadcrumb .wooaio_steps_sec ul {
    max-width: 70%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .wooaio-panel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .wooaio-panel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header-inner .left-panel img {
    width: 220px;
    height: auto;
  }
  .header-list ul li {
    padding-left: 18px;
  }
  a.comm-list {
    font-size: 13px;
  }
  .box-panel {
    height: auto;
    width: 250px;
  }
  .wooaio-terms-footer span.woocommerce-terms-and-conditions-checkbox-text {
    color: rgba(86, 94, 102, 0.8117647059);
    text-align: left;
    padding-left: 5px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .wooaio-left-wrapper {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wooaio-right-wrapper {
    width: auto;
    float: none;
    margin: 15px;
  }
  .wooaio-right-panel {
    position: unset;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    bottom: 0;
    display: block;
    float: none;
  }
  .wooaio-left-panel {
    padding: 15px 10px;
  }
  .wooaio-right-panel {
    padding: 20px;
    margin-bottom: 30px;
  }
  .wooaio-coupon-section {
    clear: both;
    width: 100%;
    padding: 0 10px;
  }
  body .wooaio_header.left_right .wooaio_logo_wrap {
    display: block;
  }
  .wooaio_header.left_right .wooaio-logo {
    padding: 10px 0;
    display: block;
    vertical-align: initial;
    margin: auto;
  }
  .wooaio_header.left_right .wooaio-help-text {
    float: unset;
    display: block;
    width: 100%;
    text-align: center;
  }
  .outside_head_sec {
    padding: 0 10px;
  }
  /* Mini Cart */
  .wooaio_mb_mini_cart_sec_accordion_content span.wooaio_cart_product_name_h,
.wooaio_mb_mini_cart_wrap {
    display: block;
  }
  .wooaio_mb_mini_cart_wrap .wooaio-coupon-section {
    padding: 0;
  }
  .wooaio_mb_mini_cart_wrap .wooaio_form_cart .wooaio_section_title {
    display: none;
  }
  .wooaio_mb_mini_cart_wrap {
    background: #f7f7f7;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    margin: 0px -15px 15px;
  }
  body .wooaio_mb_mini_cart_wrap .wooaio_mb_cart_accordian {
    padding: 15px;
    border-top: 1px solid #dddddd;
  }
  .wooaio_mb_cart_accordian span {
    color: #323232;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
  }
  .wooaio_mb_cart_accordian a,
.wooaio_show_icon_wrap a span {
    font-size: 14px;
    line-height: 20px;
    color: #323232;
    position: relative;
    display: block;
    min-width: 12px;
  }
  .wooaio_mb_cart_accordian .no_text_available a img {
    left: -25px;
    right: auto;
  }
  .wooaio_mb_cart_accordian a img {
    max-width: 12px;
    position: absolute;
    right: -20px;
    top: 5px;
    margin-top: 0;
  }
  .wooaio_show_icon_wrap.wooaio_no_title span:empty {
    height: 20px;
  }
  .wooaio_show_icon_wrap.wooaio_no_title a span:empty + img {
    right: 0;
  }
  .wooaio_show_icon_wrap img.wooaio_up_arrow {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(180deg);
  }
  .wooaio_mb_cart_accordian a.wooaio_arrow_up {
    transform: rotate(20deg);
  }
  .wooaio_show_icon_wrap {
    max-width: 195px;
    float: left;
    background: url(../images/cart.svg) no-repeat 0px 3px;
    background-size: 15px;
    padding-left: 25px;
  }
  .wooaio_mb_mini_cart_sec_accordion_content {
    background: #f7f7f7;
    padding: 0 15px;
  }
  .wooaio_show_price_wrap {
    width: calc(100% - 195px);
    float: right;
    text-align: right;
    padding-left: 25px;
    word-break: break-all;
  }
  .wooaio_mb_mini_cart_wrap form.wooaio_layout_shopcheckout.checkout_coupon.woocommerce-form-coupon.wooaio_display_none,
.wooaio_form_cart.wooaio_min_cart_widget,
.wooaio-form + .wooaio_inner_footer_m.wooaio-footer.wooaio_footer {
    display: none;
  }
  /* End Mini cart */
}
@media (min-width: 668px) and (max-width: 956px) {
  .wooaio-footer-inner-wrap p {
    display: block;
    float: unset;
    padding: 16px 8px 0 0;
    text-align: center;
  }
  .wooaio-footer-inner-wrap p {
    padding: 0px 24px 0 0;
    float: right;
    margin-top: 48px;
  }
  .wooaio-container.wooaio-inner-header p {
    padding: 0 18px 8px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mob_list {
    display: block;
  }
  .wooaio-container {
    width: 100%;
  }
  .header-list ul li {
    display: block;
    padding: 0 !important;
  }
  .wooaio-three-sections .wooaio-relative-wrapper .wooaio-tooltip, .wooaio-three-sections .wooaio-relative-wrapper .wooaio-tooltip2 {
    margin-right: 0;
    right: 0;
  }
  .header-list:before {
    /*    content: '';*/
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #009993;
    position: relative;
    top: -22px;
    left: 78%;
  }
  a.comm-list:hover, a.comm-list.active {
    background: #fff;
    color: #009993;
    border-left: 3px solid #f7951d;
  }
  .txt-pain-wrap {
    width: 100%;
    float: none;
    padding-top: 26px;
  }
  .wooaio-right-panel {
    width: 100%;
    max-width: 100%;
    float: unset;
    margin-bottom: 30px;
  }
  .wooaio-oder-detail_left span {
    font-size: 18px;
  }
  .wooaio-oder-detail_right {
    font-size: 16px;
  }
  .txt-pain-wrap span.hd-txt-pln {
    padding: 8px 0px;
  }
  span.hd-txt-pln {
    font-size: 26px;
  }
  ul.list-for-pain {
    padding-left: 0;
  }
  ul.list-for-pain li {
    width: 48%;
    margin-right: 0px;
  }
  .step-by-txt {
    padding: 0 16px;
  }
  .step-by-step ul li {
    width: 100%;
    margin-right: 0;
  }
  span.icon-right {
    right: 8px;
    display: none;
  }
  span.inp-txt-name {
    margin-right: 0;
  }
  .input-box-wrap span {
    width: 100%;
    margin-bottom: 12px;
  }
  span.inp-txt-name input[type=text] {
    border-radius: 0;
  }
  span.inp-btn button.comm-btn {
    margin-left: 0;
    border-radius: 5px;
    width: 174px;
  }
  .wooaio-three-sections .wooaio-relative-wrapper {
    box-shadow: 5px -6px 8px 0px #f8f8f8;
  }
  button.comm-btn {
    margin-bottom: 32px;
  }
  .step-by-txt p {
    padding: 0 22px;
  }
  .wooaio-about-product {
    border-radius: unset;
  }
  ul.list-for-pain li:last-child {
    margin-right: 0;
  }
  .wooaio-header {
    width: 100%;
    padding: 8px 24px 8px;
  }
  span.wooaio-right-hd-email {
    position: unset;
    display: inline-block;
    margin-right: 8px;
  }
  .wooaio-middle-container {
    max-width: 100%;
  }
  .wooaio-container.wooaio-inner-header p {
    float: unset;
    padding: 45px 0 10px;
    text-align: right;
  }
  .wooaio-left-wrapper {
    width: 100%;
    float: unset;
    padding: 0;
  }
  .wooaio-right-wrapper {
    width: 100%;
    float: unset;
  }
  .wooaio-trust-section {
    text-align: center;
  }
  .wooaio-trust-section ul li {
    padding: 0 32px 0 32px;
  }
  .wooaio-image-wrapper {
    max-width: 225px;
    max-height: 230px;
    float: unset;
    margin: 0 auto 14px;
  }
  .wooaio-prodct-detail-left {
    margin: 0;
    width: 100%;
  }
  .wooaio_layout_content_wrapper {
    padding: 0;
  }
  .none.div_wrap_sec {
    padding: 0;
  }
  .wooaio_product .wooaio-prodct-image-wrap {
    max-width: 80%;
    float: none;
    margin: auto auto 10px auto;
  }
  .wooaio-panel-wrapper {
    padding: 25px 15px 30px;
  }
}
@media (max-width: 767px) {
  body .wooaio_main_form table.shop_table.woocommerce-checkout-review-order-table {
    table-layout: fixed;
  }
  body .wooaio_main_form table.shop_table.woocommerce-checkout-review-order-table td.product-name-area {
    width: 70%;
  }
  body .wooaio_main_form table.shop_table.woocommerce-checkout-review-order-table td.td.product-total {
    width: 30%;
  }
  .wooaio-form .outside_header_wrap {
    display: none;
  }
  header.mb_header_section {
    padding: 25px 0;
  }
  .mb_header_section .outside_header_wrap {
    margin-bottom: 0;
  }
  body .wooaio_outside_header .wooaio-left-wrapper {
    padding-top: 0;
  }
  .outside_head_sec {
    text-align: center;
    padding: 0 0px;
  }
  body .wooaio_main_form .woocommerce-cart-form__cart-item.cart_item .product-price del,
body .wooaio_main_form .woocommerce-cart-form__cart-item.cart_item.wooaio-selected-product .product-price ins {
    display: block;
  }
  /* header */
  .wooaio_header .wooaio-logo {
    width: 100%;
  }
  .wooaio_header .wooaio-header-nav ul li {
    margin-bottom: 0;
  }
  /* footer */
  footer.wooaio-footer .wooaio_footer_sec .wooaio_table_div {
    display: block;
  }
  footer.wooaio-footer .wooaio_footer_sec .wooaio_table_cell {
    display: block;
    text-align: center;
    margin: 0 0 20px;
  }
  footer.wooaio-footer .wooaio_footer_sec .wooaio_table_cell:last-child {
    margin: 0;
  }
  .wooaio-footer-right-content {
    text-align: center;
  }
  body.yes_sticky footer.wooaio-footer {
    padding: 15px 15px 73px;
  }
  .wooaio_footer .wooaio-logo img {
    width: 100%;
  }
  /*  Custom Breadcrumb */
  .wooaio_custom_breadcrumb {
    display: none;
  }
  .wooaio-comm-wrapper form.checkout_coupon.woocommerce-form-coupon .wooaio-col-left-half {
    float: left;
  }
  .wooaio_custom_breadcrumb .wooaio_steps_sec ul {
    max-width: 100%;
  }
  .wooaio_steps_sec {
    margin-bottom: 0;
    padding: 0 15px;
  }
  .wooaio_custom_breadcrumb .wooaio_steps_sec ul li {
    font-size: 12px;
    line-height: 16px;
  }
  .wooaio-support-col-left {
    padding-right: 0;
    width: 100%;
    float: none;
  }
  .wooaio-support_col-right {
    width: 100%;
    float: none;
  }
  .wooaio-coupon-section {
    padding: 0;
  }
  .wooaio-left-panel {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  body .wooaio_main_form .woocommerce-checkout .button.button {
    width: 100%;
  }
  body .wooaio-form .woocommerce-form-login-toggle .woocommerce-info {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  body .wooaio_main_form .woocommerce-checkout .button.button {
    width: 100%;
    margin: 0;
  }
  body .wooaio-form .wooaio_main_form .woocommerce-checkout button.wooaio_next_page_button,
body .wooaio-form .wooaio_main_form .woocommerce-checkout #payment button#place_order,
body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
    margin: 0;
    padding: 14px 20px;
    width: 100%;
  }
  .wooaio_footer p.wooaio-footer-text {
    margin-bottom: 0;
  }
  .wooaio_custom_breadcrumb:empty {
    display: none;
  }
  ul.wooaio-sidebar-list li {
    margin-bottom: 15px;
  }
  form.checkout_coupon.woocommerce-form-coupon .wooaio-col-left-half.wooaio-anim-wrap label {
    margin-top: 0;
  }
  body .wooaio-form .wooaio_order_summary {
    padding: 0 7px;
  }
  body .wooaio-form .wooaio_steps_wrap {
    display: none;
  }
  body .wooaio_main_form .aelia_wc_eu_vat_assistant > label {
    top: 20px;
    bottom: auto;
    margin-top: 0;
  }
  /* For Latest Spacing Issue on mobile */
  body .wooaio_main_form.woocommerce .wooaio-coupon-section.wooaio_custom_row_wrap .wooaio_coupon_field_box p {
    margin-top: 15px !important;
  }
  body .wooaio_main_form.woocommerce .wooaio-coupon-section.wooaio_custom_row_wrap .wooaio_coupon_field_box p:first-child {
    margin-top: 0 !important;
  }
  body .wooaio_main_form #customer_location_self_certified_field #customer_location_self_certified-description {
    margin-top: 0;
  }
  .wooaio-panel-wrapper.wooaio_outside_header .wooaio_mb_mini_cart_wrap {
    margin-top: 0;
  }
  .wooaio-panel-wrapper.wooaio_outside_header {
    padding: 0 15px;
  }
  .wooaio_mb_mini_cart_wrap {
    display: block;
  }
  .wooaio_mb_mini_cart_wrap form.wooaio_layout_shopcheckout.checkout_coupon.woocommerce-form-coupon.wooaio_display_block {
    display: block !important;
    margin-top: 0 !important;
  }
  body .wooaio_main_form.woocommerce input[type=text],
body .wooaio_main_form.woocommerce input[type=password],
body .wooaio_main_form.woocommerce input[type=number],
body .wooaio_main_form.woocommerce input[type=email],
body .wooaio_main_form.woocommerce input[type=tel],
body .wooaio_main_form.woocommerce textarea,
body .wooaio_main_form .select2-container .select2-selection--single .select2-selection__rendered,
body .wooaio_main_form .woocommerce-checkout select#join_referral_program,
body .wooaio_main_form .wooaio_woocommerce_form_coupon .wooaio-coupon-section .wooaio_coupon_field_box .wooaio-coupon-field-btn,
body .wooaio_main_form .wooaio_woocommerce_form_coupon .wooaio-coupon-section .wooaio_coupon_field_box .wooaio_coupon_code {
    font-size: 16px;
  }
  .wooaio_mb_mini_cart_wrap {
    margin: -25px -15px 15px;
  }
}
@media (max-width: 668px) {
  .wooaio-three-sections .wooaio-relative-wrapper {
    width: 100%;
  }
  .wooaio-oder-detail_left {
    width: 40%;
  }
  .wooaio-btn-for-order {
    font-size: 18px;
  }
  .wooaio-terms-wrap p {
    font-size: 12px;
    /*        padding: 0;*/
  }
  .wooaio-terms-wrap a {
    font-size: 14px;
  }
  h1.has-image.product-title {
    font-size: 16px;
  }
  .wooaio-product-details h2 {
    font-size: 14px;
  }
  .wooaio-product-quantity p.form-row {
    display: inline-block;
    width: 50%;
  }
  .wooaio_layout_content_wrapper .wooaio-form .wooaio_order_summary_box .wooaio-comm-form-detail .wooaio-row {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (max-width: 480px) {
  .wooaio_woocommerce_form_coupon .wooaio-coupon-section .wooaio_coupon_field_box .wooaio-col-left-half {
    padding-left: 7px;
  }
}
/***************************************************************/
body .wooaio_main_form .form-row-wide:not(.wfacp-col-full) {
  clear: unset;
}

.wooaio_main_form .wooaio-comm-title {
  border-style: none;
}

.wooaio_main_form .wooaio-comm-title {
  border-width: 1px;
}

.wooaio_main_form .wooaio-comm-title {
  border-color: #e2e2e2;
}

.wooaio_main_form .wooaio-comm-title {
  padding-left: 0px;
}

.wooaio_main_form .wooaio-comm-title {
  padding-right: 0px;
}

.wooaio_main_form .wooaio-comm-title {
  margin-bottom: 10px;
}

.wooaio_main_form .wooaio-comm-title {
  background-color: transparent;
}

body .wooaio_main_form .woocommerce-input-wrapper select.wooaio-form-control {
  border-style: solid;
}

body .wooaio_main_form .woocommerce-input-wrapper select.wooaio-form-control {
  border-width: 1px;
}

body .wooaio_main_form .woocommerce-input-wrapper select.wooaio-form-control {
  border-color: #bfbfbf;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control {
  border-style: solid;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control {
  border-width: 1px;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control {
  border-color: #bfbfbf;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control-wrapper input {
  border-style: solid;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control-wrapper input {
  border-width: 1px;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control-wrapper input {
  border-color: #bfbfbf;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control-wrapper select {
  border-style: solid;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control-wrapper select {
  border-width: 1px;
}

body .wooaio_main_form .woocommerce-input-wrapper .wooaio-form-control-wrapper select {
  border-color: #bfbfbf;
}

body .wooaio_main_form select {
  border-style: solid;
}

body .wooaio_main_form select {
  border-width: 1px;
}

body .wooaio_main_form select {
  border-color: #bfbfbf;
}

#et-boc .et-l span.select2-selection.select2-selection--multiple {
  border-style: solid;
}

#et-boc .et-l span.select2-selection.select2-selection--multiple {
  border-width: 1px;
}

#et-boc .et-l span.select2-selection.select2-selection--multiple {
  border-color: #bfbfbf;
}

body .wooaio_main_form .select2-container .select2-selection--single .select2-selection__rendered {
  border-style: solid !important;
}

body .wooaio_main_form .select2-container .select2-selection--single .select2-selection__rendered {
  border-width: 1px !important;
}

body .wooaio_main_form .select2-container .select2-selection--single .select2-selection__rendered {
  border-color: #bfbfbf !important;
}

body .wooaio_main_form .select2-container .select2-selection--single .select2-selection__rendered {
  color: #404040;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) select:focus {
  border-style: solid !important;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) select:focus {
  border-width: 1px !important;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) select:focus {
  border-color: #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) select:focus {
  box-shadow: 0 0 0 1px #61bdf7;
}

body .wooaio_main_form .wooaio_allowed_countries strong {
  border-style: solid;
}

body .wooaio_main_form .wooaio_allowed_countries strong {
  border-width: 1px;
}

body .wooaio_main_form .wooaio_allowed_countries strong {
  border-color: #bfbfbf;
}

body .wooaio_main_form select.wooaio-form-control {
  border-style: solid;
}

body .wooaio_main_form select.wooaio-form-control {
  border-width: 1px;
}

body .wooaio_main_form select.wooaio-form-control {
  border-color: #bfbfbf;
}

body .wooaio_main_form .wooaio-form-control {
  border-style: solid;
}

body .wooaio_main_form .wooaio-form-control {
  border-width: 1px;
}

body .wooaio_main_form .wooaio-form-control {
  border-color: #bfbfbf;
}

body .wooaio_main_form .wc-amazon-payments-advanced-populated .create-account p.form-row input[type=text] {
  border-style: solid;
}

body .wooaio_main_form .wc-amazon-payments-advanced-populated .create-account p.form-row input[type=text] {
  border-width: 1px;
}

body .wooaio_main_form .wc-amazon-payments-advanced-populated .create-account p.form-row input[type=text] {
  border-color: #bfbfbf;
}

body .wooaio_main_form .wc-amazon-payments-advanced-populated .create-account p.form-row input[type=email] {
  border-style: solid;
}

body .wooaio_main_form .wc-amazon-payments-advanced-populated .create-account p.form-row input[type=email] {
  border-width: 1px;
}

body .wooaio_main_form .wc-amazon-payments-advanced-populated .create-account p.form-row input[type=email] {
  border-color: #bfbfbf;
}

body .wooaio_main_form .wc-amazon-payments-advanced-populated .create-account p.form-row input[type=password] {
  border-style: solid;
}

body .wooaio_main_form .wc-amazon-payments-advanced-populated .create-account p.form-row input[type=password] {
  border-width: 1px;
}

body .wooaio_main_form .wc-amazon-payments-advanced-populated .create-account p.form-row input[type=password] {
  border-color: #bfbfbf;
}

body .wooaio_main_form .wc-amazon-payments-advanced-populated .create-account p.form-row select {
  border-style: solid;
}

body .wooaio_main_form .wc-amazon-payments-advanced-populated .create-account p.form-row select {
  border-width: 1px;
}

body .wooaio_main_form .wc-amazon-payments-advanced-populated .create-account p.form-row select {
  border-color: #bfbfbf;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-email) input[type=email]:hover {
  border-style: solid;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-email) input[type=email]:hover {
  border-width: 1px;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=password]:hover {
  border-style: solid;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=password]:hover {
  border-width: 1px;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=search]:hover {
  border-style: solid;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=search]:hover {
  border-width: 1px;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=tel]:hover {
  border-style: solid;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=tel]:hover {
  border-width: 1px;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=text]:hover {
  border-style: solid;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=text]:hover {
  border-width: 1px;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=url]:hover {
  border-style: solid;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=url]:hover {
  border-width: 1px;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) textarea:hover {
  border-style: solid;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) textarea:hover {
  border-width: 1px;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) select:hover {
  border-style: solid;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) select:hover {
  border-width: 1px;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) .select2-container .select2-selection--single .select2-selection__rendered:hover {
  border-style: solid !important;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) .select2-container .select2-selection--single .select2-selection__rendered:hover {
  border-width: 1px !important;
}

.wooaio_main_form .wooaio_section_title {
  font-size: 20px;
}

.wooaio_main_form .ia_subscription_items h3 {
  color: #333333;
}

.wooaio_main_form #woocommerce_eu_vat_compliance #woocommerce_eu_vat_compliance_vat_number h3 {
  color: #333333;
}

.wooaio_main_form .wooaio-comm-title h4 {
  color: #737373;
}

.wooaio_main_form .wooaio-comm-title h4 {
  font-size: 14px;
}

body .wooaio_main_form #woocommerce_eu_vat_compliance #woocommerce_eu_vat_compliance_vat_number h3 + p {
  color: #737373;
}

body .wooaio_main_form #woocommerce_eu_vat_compliance #woocommerce_eu_vat_compliance_vat_number h3 + p {
  font-size: 14px;
}

body .wooaio_main_form #woocommerce_eu_vat_compliance #woocommerce_eu_vat_compliance_vat_number h3 + p {
  text-align: left;
}

body .wooaio_main_form #woocommerce_eu_vat_compliance #woocommerce_eu_vat_compliance_vat_number h3 + p {
  font-weight: normal;
}

.wooaio_main_form label.wooaio-form-control-label {
  color: #777777;
}

.wooaio_main_form label.wooaio-form-control-label {
  font-size: 13px;
}

.wooaio_main_form .wooaio_custom_field_radio_wrap label {
  color: #777777;
}

.wooaio_main_form .wooaio_custom_field_cls span {
  color: #777777;
}

.wooaio_main_form .wooaio_custom_field_cls label {
  color: #777777;
}

.wooaio_main_form #vat_number-description {
  color: #777777;
}

.wooaio_main_form.woocommerce .wooaio_checkbox_field label {
  color: #777777;
}

.wooaio_main_form .wooaio-row .automatewoo-birthday-section > label {
  color: #777777;
}

body .wooaio_main_form .woocommerce-error {
  color: #d50000;
}

body .wooaio_main_form .woocommerce-error li {
  color: #d50000;
}

body .wooaio_main_form .woocommerce-error li strong {
  color: #d50000;
}

.wooaio_main_form .wooaio-payment-dec {
  background-color: #f7f7f7;
}

.wooaio_main_form .wooaio-payment-dec {
  color: #737373;
}

body .wooaio_main_form .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #bfbfbf;
}

body .wooaio_main_form .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-width: 1px;
}

body .wooaio_main_form .select2-container--default .select2-selection--multiple {
  border-color: #bfbfbf;
}

body .wooaio_main_form .select2-container--default .select2-selection--multiple {
  border-width: 1px;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-email) input[type=email]:focus {
  border-color: #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-email) input[type=email]:focus {
  box-shadow: 0 0 0 1px #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=password]:focus {
  border-color: #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=password]:focus {
  box-shadow: 0 0 0 1px #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=search]:focus {
  border-color: #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=search]:focus {
  box-shadow: 0 0 0 1px #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=tel]:focus {
  border-color: #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=tel]:focus {
  box-shadow: 0 0 0 1px #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=text]:focus {
  border-color: #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=text]:focus {
  box-shadow: 0 0 0 1px #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=number]:focus {
  border-color: #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=number]:focus {
  box-shadow: 0 0 0 1px #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=url]:focus {
  border-color: #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) input[type=url]:focus {
  box-shadow: 0 0 0 1px #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) textarea:focus {
  border-color: #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) textarea:focus {
  box-shadow: 0 0 0 1px #61bdf7;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) .woocommerce-input-wrapper .select2-container .select2-selection--single:focus {
  border-color: #61bdf7 !important;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) .woocommerce-input-wrapper .select2-container .select2-selection--single:focus {
  box-shadow: 0 0 0 1px #61bdf7 !important;
}

body .wooaio_main_form .form-row input[type=email] {
  color: #404040;
}

body .wooaio_main_form .form-row input[type=password] {
  color: #404040;
}

body .wooaio_main_form .form-row input[type=search] {
  color: #404040;
}

body .wooaio_main_form .form-row input[type=tel] {
  color: #404040;
}

body .wooaio_main_form .form-row input[type=text] {
  color: #404040;
}

body .wooaio_main_form .form-row input[type=url] {
  color: #404040;
}

body .wooaio_main_form .form-row textarea {
  color: #404040;
}

body .wooaio_main_form .form-row select {
  color: #404040;
}

body .wooaio_main_form .form-row .woocommerce-input-wrapper .select2-container .select2-selection--single {
  color: #404040;
}

body .wooaio_main_form .form-row input[type=number] {
  color: #404040;
}

body .wooaio_main_form .woocommerce-checkout select#join_referral_program {
  color: #404040;
}

body .wooaio-form .woocommerce-form-login-toggle .woocommerce-info {
  color: #737373;
}

body .wooaio-form form.woocommerce-form.woocommerce-form-login.login p {
  color: #737373;
}

body .wooaio-form label.woocommerce-form__label span {
  color: #737373;
}

body .wooaio-form .wooaio_checkbox_field label {
  color: #737373;
}

body .wooaio_checkbox_field span {
  color: #737373;
}

body .wooaio-form table.shop_table.woocommerce-checkout-review-order-table td.product-name {
  color: #737373;
}

body .wooaio-form table.shop_table.woocommerce-checkout-review-order-table .product-name {
  color: #737373;
}

body .wooaio-form table.shop_table.woocommerce-checkout-review-order-table .product-name dl * {
  color: #737373;
}

body .wooaio-form table.shop_table.woocommerce-checkout-review-order-table td.product-total {
  color: #737373;
}

body .wooaio-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  color: #737373;
}

body .wooaio-form table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  color: #737373;
}

body .wooaio-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total th {
  color: #737373;
}

body .wooaio-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
  color: #737373;
}

body .wooaio_main_form #shipping_calculator_field.wooaio_shipping_options label {
  color: #737373;
}

body .wooaio_main_form .wooaio_shipping_table tr.shipping td p {
  color: #737373;
}

body .wooaio_main_form .wooaio-product-switch-title div {
  color: #737373;
}

body .wooaio_main_form .woocommerce-privacy-policy-text p {
  color: #737373;
}

body .wooaio_main_form .wooaio_shipping_options ul li p {
  color: #737373;
}

body .wooaio_main_form .shop_table .wooaio-product-switch-title div {
  color: #737373;
}

body .wooaio_main_form .woocommerce-info .message-container {
  color: #737373;
}

body .wooaio_main_form #wc_checkout_add_ons .description {
  color: #737373;
}

body .wooaio_main_form ol li {
  color: #737373;
}

body .wooaio_main_form ul li {
  color: #737373;
}

body .wooaio_main_form ul li label {
  color: #737373;
}

body .wooaio_main_form .woocommerce-checkout-review-order h3 {
  color: #737373;
}

body .wooaio_main_form .aw_addon_wrap label {
  color: #737373;
}

.wooaio_shipping_table ul#shipping_method label {
  color: #737373;
}

body .wooaio_main_form table tr th {
  color: #737373;
}

body .wooaio_main_form table tr td dl * {
  color: #737373;
}

body .wooaio_main_form table tr td {
  color: #737373;
}

table.shop_table.woocommerce-checkout-review-order-table thead tr th {
  color: #737373;
}

body .wooaio-form table.shop_table tr.order-total td strong > span {
  color: #737373;
}

body table.shop_table tr.order-total td strong > span > span {
  color: #737373;
}

body .wooaio-form table.shop_table.woocommerce-checkout-review-order-table tr span.amount {
  color: #737373;
}

body .wooaio-form table.shop_table.woocommerce-checkout-review-order-table tr span.woocommerce-Price-currencySymbol {
  color: #737373;
}

body .wooaio-form table.shop_table.woocommerce-checkout-review-order-table tr span.amount bdi {
  color: #737373;
}

body .wooaio_main_form ul li span {
  color: #737373;
}

body .wooaio_main_form .wooaio_shipping_table ul li span {
  color: #737373;
}

body .woocommerce-checkout #payment ul.payment_methods label {
  color: #737373;
}

body .woocommerce-checkout #payment ul.payment_methods p {
  color: #737373;
}

body .wooaio-form .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
  color: #dd7575;
}

body .wooaio-form p.lost_password a {
  color: #dd7575;
}

body .wooaio_main_form #product_switching_field .wooaio_product_switcher_col_2 .wooaio_product_switcher_description a.wooaio_qv-button {
  color: #dd7575;
}

body .wooaio-form a {
  color: #dd7575;
}

body .wooaio_woocommerce_form_coupon .wooaio-coupon-section .woocommerce-info .wooaio_showcoupon {
  color: #dd7575;
}

body #et-boc #wooaio-e-form .wooaio-form a {
  color: #dd7575;
}

body .wooaio_html_widget a {
  color: #dd7575;
}

body .wooaio-form .woocommerce-form-login-toggle .woocommerce-info a.showlogin:hover {
  color: #965d5d;
}

body .wooaio-form p.lost_password a:hover {
  color: #965d5d;
}

body .wooaio_main_form #product_switching_field .wooaio_product_switcher_col_2 .wooaio_product_switcher_description a.wooaio_qv-button:hover {
  color: #965d5d;
}

body .wooaio-form a:hover {
  color: #965d5d;
}

body .wooaio_woocommerce_form_coupon .wooaio-coupon-section .woocommerce-info .wooaio_showcoupon:hover {
  color: #965d5d;
}

body #et-boc #wooaio-e-form .wooaio-form a:hover {
  color: #965d5d;
}

/*
body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
  background-color: #24ae4e;
} */
body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
  color: #ffffff;
}

body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
  padding-top: 25px;
}

body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
  padding-bottom: 25px;
}

body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
  font-weight: bold;
}

body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
  padding-left: 130px;
}

body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
  padding-right: 130px;
}

body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
  border-radius: 4px;
}

body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
  width: initial;
}

body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
  font-size: 25px;
}

/*
body #wooaio_qr_model_wrap .wooaio_qr_wrap .button {
  background-color: #24ae4e;
} */
body #wooaio_qr_model_wrap .wooaio_qr_wrap .button {
  color: #ffffff;
}

body .wooaio_main_form .woocommerce-checkout .button.button#place_order:hover {
  background-color: #7aa631;
}

body .wooaio_main_form .woocommerce-checkout .button.button#place_order:hover {
  color: #ffffff;
}

body #wooaio_qr_model_wrap .wooaio_qr_wrap .button:hover {
  background-color: #7aa631;
}

body #wooaio_qr_model_wrap .wooaio_qr_wrap .button:hover {
  color: #ffffff;
}

body .wooaio_main_form .woocommerce-checkout .wooaio-order-place-btn-wrap {
  text-align: center;
}

body .wooaio-right-panel #coupon_code:focus {
  box-shadow: 0 0 0 1px #61bdf7 !important;
}

form.checkout_coupon.woocommerce-form-coupon .wooaio-col-left-half input:focus {
  border-color: #61bdf7 !important;
}

body .wooaio_main_form .form-row:not(.woocommerce-invalid-required-field) .woocommerce-input-wrapper .select2-container .select2-selection--single:focus > span.select2-selection__rendered {
  border-color: #61bdf7 !important;
}

_:-ms-fullscreen, :root body .wooaio_main_form .woocommerce-checkout .button.button {
  width: auto !important;
}

body .wooaio_main_form .ia_subscription_items h3 {
  font-size: 20px;
}

body .wooaio_main_form .ia_subscription_items h3 {
  text-align: left;
}

body .wooaio_main_form .ia_subscription_items h3 {
  font-weight: normal;
}

body .wooaio_main_form #woocommerce_eu_vat_compliance #woocommerce_eu_vat_compliance_vat_number h3 {
  font-size: 20px;
}

body .wooaio_main_form #woocommerce_eu_vat_compliance #woocommerce_eu_vat_compliance_vat_number h3 {
  text-align: left;
}

body .wooaio_main_form #woocommerce_eu_vat_compliance #woocommerce_eu_vat_compliance_vat_number h3 {
  font-weight: normal;
}

.wooaio_main_form .wooaio-text-left {
  text-align: left;
}

.wooaio_main_form .wooaio-normal {
  font-weight: normal;
}

.wooaio_main_form .wooaio_section_title {
  color: #333333;
}

body .wooaio_product {
  min-height: 1px;
}

.wooaio_product .wooaio_section_title {
  font-size: 18px;
}

.wooaio_product .wooaio-text-left {
  text-align: left;
}

.wooaio_product .wooaio-normal {
  font-weight: normal;
}

.wooaio_product .wooaio_section_title {
  color: #333333;
}

.wooaio_product p {
  color: #666666;
}

.wooaio_product {
  border-style: none;
}

.wooaio_product {
  border-width: 1px;
}

.wooaio_product {
  border-color: #e2e2e2;
}

.wooaio_product {
  padding: 20px;
}

.wooaio_product {
  background-color: transparent;
}

.wooaio_product .wooaio_heading_text {
  font-size: 0px;
}

.wooaio_product p {
  font-size: 14px;
}

.wooaio_benefits_0 .wooaio_section_title {
  font-size: 18px;
}

.wooaio_benefits_0 .wooaio-text-left {
  text-align: left;
}

.wooaio_benefits_0 .wooaio-normal {
  font-weight: normal;
}

.wooaio_benefits_0 .wooaio_section_title {
  color: #333333;
}

.wooaio_benefits_0 p {
  color: #666666;
}

.wooaio_benefits_0 {
  border-style: none;
}

.wooaio_benefits_0 {
  border-width: 1px;
}

.wooaio_benefits_0 {
  border-color: #d2d2d2;
}

.wooaio_benefits_0 {
  padding: 20px;
}

.wooaio_benefits_0 {
  background-color: transparent;
}

.wooaio_benefits_0 .loop_head_sec {
  color: #666666;
}

.wooaio_benefits_0 .wooaio-icon-list {
  color: #53aef5;
}

.wooaio_testimonials_0 .wooaio_section_title {
  font-size: 18px;
}

.wooaio_testimonials_0 .wooaio-text-left {
  text-align: left;
}

.wooaio_testimonials_0 .wooaio-normal {
  font-weight: normal;
}

.wooaio_testimonials_0 .wooaio_section_title {
  color: #333333;
}

.wooaio_testimonials_0 p {
  color: #737373;
}

.wooaio_testimonials_0 {
  border-style: none;
}

.wooaio_testimonials_0 {
  border-width: 1px;
}

.wooaio_testimonials_0 {
  border-color: #d2d2d2;
}

.wooaio_testimonials_0 {
  padding: 20px;
}

.wooaio_testimonials_0 {
  background-color: transparent;
}

.wooaio_testimonials_0 .loop_head_sec {
  color: #737373;
}

.wooaio_testimonials_0 .wooaio-testi-content-color {
  color: #737373;
}

.wooaio_promises_0 p {
  color: #737373;
}

.wooaio_promises_0 p {
  text-align: center;
}

.wooaio_promises_0 {
  border-style: solid;
}

.wooaio_promises_0 {
  border-width: 1px;
}

.wooaio_promises_0 {
  border-color: #f0f0f0;
}

.wooaio_promises_0 {
  background-color: rgba(65, 67, 73, 0);
}

.wooaio_assurance_0 .wooaio_section_title {
  font-size: 18px;
}

.wooaio_assurance_0 .wooaio-text-left {
  text-align: left;
}

.wooaio_assurance_0 .wooaio-normal {
  font-weight: normal;
}

.wooaio_assurance_0 p {
  color: #656565;
}

.wooaio_assurance_0 {
  border-style: none;
}

.wooaio_assurance_0 {
  border-width: 1px;
}

.wooaio_assurance_0 {
  border-color: #d2d2d2;
}

.wooaio_assurance_0 {
  padding: 20px;
}

.wooaio_assurance_0 {
  background-color: transparent;
}

.wooaio_assurance_0 h2 {
  color: #333333;
}

.wooaio_assurance_0 .wooaio-information-container .wooaio_enable_border {
  border-color: #d4d4d4;
}

.wooaio_customer_0 .wooaio_section_title {
  font-size: 20px;
}

.wooaio_customer_0 .wooaio_section_title {
  color: #333333;
}

.wooaio_customer_0 .wooaio-text-left {
  text-align: left;
}

.wooaio_customer_0 .wooaio-normal {
  font-weight: normal;
}

.wooaio_customer_0 {
  border-style: solid;
}

.wooaio_customer_0 {
  border-width: 1px;
}

.wooaio_customer_0 {
  border-color: #f0f0f0;
}

.wooaio_customer_0 {
  padding: 20px;
}

.wooaio_customer_0 {
  background-color: transparent;
}

.wooaio_customer_0 .wooaio-support-details-wrap li:before {
  color: #565e66;
}

.wooaio_customer_0 .wooaio-subtitle {
  color: #737373;
}

.wooaio_customer_0 .wooaio-subtitle {
  font-size: 16px;
}

.wooaio_customer_0 p {
  color: #737373;
}

.wooaio_customer_0 span {
  color: #737373;
}

.wooaio_customer_0 h5 {
  color: #737373;
}

.wooaio_customer_0 h6 {
  color: #737373;
}

.wooaio_customer_0 .wooaio_chat_description_wrap p {
  color: #737373;
}

.wooaio_customer_0 .wooaio_chat_description_wrap {
  color: #737373;
}

.wooaio_html_widget_1 p {
  color: #414349;
}

.wooaio_html_widget_1 {
  border-style: none;
}

.wooaio_html_widget_1 {
  border-width: 1px;
}

.wooaio_html_widget_1 {
  border-color: #e2e2e2;
}

.wooaio_html_widget_1 {
  padding: 20px;
}

.wooaio_html_widget_1 {
  background-color: transparent;
}

.wooaio_html_widget_1 {
  color: #414349;
}

.wooaio_html_widget_2 p {
  color: #414349;
}

.wooaio_html_widget_2 {
  border-style: none;
}

.wooaio_html_widget_2 {
  border-width: 1px;
}

.wooaio_html_widget_2 {
  border-color: #e2e2e2;
}

.wooaio_html_widget_2 {
  padding: 20px;
}

.wooaio_html_widget_2 {
  background-color: transparent;
}

.wooaio_html_widget_2 {
  color: #414349;
}

.wooaio_html_widget_3 p {
  color: #737373;
}

.wooaio_html_widget_3 {
  border-style: solid;
}

.wooaio_html_widget_3 {
  border-width: 1px;
}

.wooaio_html_widget_3 {
  border-color: #e2e2e2;
}

.wooaio_html_widget_3 {
  padding: 20px;
}

.wooaio_html_widget_3 {
  background-color: transparent;
}

.wooaio_html_widget_3 {
  color: #737373;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:not(:last-child) th {
  color: #666666;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:not(:last-child) th span {
  color: #666666;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:not(:last-child) td {
  color: #666666;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:not(:last-child) td span {
  color: #666666;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr:not(:last-child) td span bdi {
  color: #666666;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tbody tr.cart_item td {
  color: #666666;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tbody tr.cart_item td span:not(.wooaio-pro-count) {
  color: #666666;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tbody tr.cart_item td dl.variation * {
  color: #666666;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tbody tr.cart_item td dl dt {
  color: #666666;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tbody tr.cart_item td bdi {
  color: #666666;
}

body .wooaio_form_cart {
  background-color: transparent;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr.order-total th {
  color: #323232;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr.order-total td {
  color: #323232;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr.order-total td span {
  color: #323232;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tfoot tr.order-total td span bdi {
  color: #323232;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart_item {
  border-color: #dddddd;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.order-total {
  border-color: #dddddd;
}

.wooaio_form_cart table.shop_table.woocommerce-checkout-review-order-table_layout_9 tr.cart-subtotal {
  border-color: #dddddd;
}

.wooaio_form_cart .wooaio-coupon-section .wooaio-coupon-page {
  border-color: #dddddd;
}

body .wooaio_mb_mini_cart_wrap .wooaio_mb_cart_accordian {
  border-color: #dddddd;
}

.wooaio_form_cart button.wooaio-coupon-btn {
  background-color: #999999;
}

.wooaio_form_cart button.wooaio-coupon-btn {
  color: #ffffff;
}

.wooaio_form_cart button.wooaio-coupon-btn:hover {
  background-color: #878484;
}

.wooaio_form_cart button.wooaio-coupon-btn:hover {
  color: #ffffff;
}

.wooaio_form_cart .wooaio-qty-count {
  background-color: #999999;
}

.wooaio_form_cart .wooaio-qty-count {
  color: #fff;
}

.wooaio_form_cart .wooaio_section_title {
  font-size: 20px;
}

.wooaio_form_cart .wooaio-text-left {
  text-align: left;
}

.wooaio_form_cart .wooaio-normal {
  font-weight: normal;
}

.wooaio_form_cart .wooaio_section_title {
  color: #333333;
}

.wooaio_form_cart {
  border-style: none;
}

.wooaio_form_cart {
  border-width: 1px;
}

.wooaio_form_cart {
  border-color: #e2e2e2;
}

.wooaio_form_cart {
  padding: 20px;
}

.wooaio_main_wrapper .wc-amazon-payments-advanced-populated .create-account h3 {
  font-size: 18px;
}

body {
  background: #ffffff;
}

.wooaio-main-container {
  background: #ffffff;
}

.wooaio-right-panel {
  background: #f7f7f7;
}

body.wooaio_cls_layout_9 .wooaio-panel-wrapper.wooaio_outside_header:before {
  background: #f7f7f7;
}


body .wooaio_main_form p {
  font-size: 14px;
}

.wooaio-comm-inner-inf p {
  font-size: 14px;
}

.wooaio_header span.wooaio-hd-list-help:before {
  color: #666666;
}

.wooaio_header span.wooaio-hd-list-email:before {
  color: #666666;
}

.wooaio_header span.wooaio-hd-list-phn:before {
  color: #666666;
}

.wooaio_header .wooaio-header-nav ul li {
  color: #666666;
}

.wooaio_header .wooaio-header-nav ul li a {
  color: #666666;
}

.wooaio_header .wooaio-logo {
  max-width: 242px;
}

.wooaio_header p {
  color: #666666;
}

.wooaio_header {
  border-style: none;
}

.wooaio_header {
  border-width: 1px;
}

.wooaio_header {
  border-color: #e1e1e1;
}

.wooaio_header {
  background-color: transparent;
}

.wooaio_footer p {
  color: #666666;
}

.wooaio_footer li {
  color: #666666;
}

.wooaio_footer a {
  color: #666666;
}

.wooaio_footer {
  background-color: #ffffff;
}

.wooaio_footer p {
  color: #666666;
}

.wooaio_footer .wooaio-footer-text {
  font-size: 12px;
}

.wooaio_footer .wooaio-footer-text p {
  font-size: 12px;
}

.wooaio_gbadge .wooaio_max_width {
  max-width: 0px;
}

.wooaio_gbadge img {
  margin-left: 0px;
}

.wooaio_gbadge img {
  margin-top: 0px;
}

body .wooaio_main_form .wooaio_whats_included {
  border-style: solid;
}

body .wooaio_main_form .wooaio_whats_included {
  border-width: 1px;
}

body .wooaio_main_form .wooaio_whats_included {
  border-color: #efefef;
}

body .wooaio_main_form .wooaio_whats_included {
  padding: 10px;
}

body .wooaio_main_form .wooaio_whats_included {
  background-color: #fafafa;
}

body .wooaio_main_form .wooaio_whats_included h3 {
  color: #333333;
}

body .wooaio_main_form .wooaio_whats_included .wooaio_product_switcher_description h4 {
  color: #666666;
}

body .wooaio_main_form .wooaio_whats_included .wooaio_description {
  color: #666666;
}

body .wooaio_main_form .wooaio_whats_included .wooaio_description p {
  color: #666666;
}

body .wooaio_main_form .wooaio_whats_included .wooaio_description li {
  color: #666666;
}

body .wooaio_main_form .wooaio_whats_included .wooaio_description li a {
  color: #666666;
}

body .wooaio_row_wrap .wooaio_best_value {
  color: #ffffff;
}

body .wooaio_row_wrap .wooaio_best_value {
  background-color: #b22323;
}

body .wooaio_main_form .wooaio_best_value.wooaio_top_right_corner {
  color: #ffffff;
}

body .wooaio_main_form .wooaio_best_value.wooaio_top_right_corner {
  background-color: #b22323;
}

body .wooaio_main_form .wooaio_best_value.wooaio_top_left_corner {
  color: #ffffff;
}

body .wooaio_main_form .wooaio_best_value.wooaio_top_left_corner {
  background-color: #b22323;
}

body .wooaio_main_form .wooaio_product_choosen_label .wooaio_best_value {
  color: #ffffff;
}

body .wooaio_main_form .shop_table.wooaio-product-switch-panel .woocommerce-cart-form__cart-item.cart_item.wooaio_best_val_wrap {
  border-color: #b22323;
}

body .wooaio_main_form .woocommerce-cart-form__cart-item.cart_item.wooaio-selected-product {
  background-color: #f7f7f7;
}

body .wooaio_main_form .woocommerce-cart-form__cart-item.cart_item.wooaio-selected-product .product-name label {
  color: #4d4c4c;
}

body .wooaio_main_form .woocommerce-cart-form__cart-item.cart_item.wooaio-selected-product .product-price {
  color: #4d4c4c;
}

body .wooaio_main_form .woocommerce-cart-form__cart-item.cart_item.wooaio-selected-product .product-price .amount {
  color: #4d4c4c;
}

body .wooaio_main_form .woocommerce-cart-form__cart-item.cart_item.wooaio-selected-product .product-price span {
  color: #4d4c4c;
}

body .wooaio_main_form .woocommerce-cart-form__cart-item.cart_item.wooaio-selected-product .wooaio_row_wrap .wooaio_product_choosen_label {
  color: #4d4c4c;
}

body .wooaio_main_form .woocommerce-cart-form__cart-item.cart_item.wooaio-selected-product .wooaio_row_wrap span.wooaio_product_switcher_quantity {
  color: #4d4c4c;
}

body .wooaio_main_form .woocommerce-cart-form__cart-item.cart_item.wooaio-selected-product .wooaio_row_wrap .product-name .wooaio_product_sec span {
  color: #4d4c4c;
}

body .wooaio_main_form #product_switching_field .woocommerce-cart-form__cart-item.cart_item.wooaio-selected-product .wooaio_row_wrap .wooaio_product_subs_details span {
  color: #4d4c4c;
}

body .wooaio_main_form .wooaio_row_wrap .wooaio_you_save_text {
  color: #b22323;
}

body .wooaio_main_form .wooaio_row_wrap .wooaio_you_save_text span {
  color: #b22323;
}

@media (max-width: 991px) {
  body .wooaio_main_form .ia_subscription_items h3 {
    font-size: 20px;
  }
  body .wooaio_main_form #woocommerce_eu_vat_compliance #woocommerce_eu_vat_compliance_vat_number h3 {
    font-size: 20px;
  }
  body .wooaio_main_form #woocommerce_eu_vat_compliance #woocommerce_eu_vat_compliance_vat_number h3 + p {
    font-size: 14px;
  }
  body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
    font-size: 14px;
  }
  .wooaio_main_form .wooaio_section_title {
    font-size: 20px;
  }
  .wooaio_main_form label.wooaio-form-control-label {
    font-size: 13px;
  }
  .wooaio_main_form .wooaio-comm-title h4 {
    font-size: 14px;
  }
  .wooaio_product .wooaio_section_title {
    font-size: 18px;
  }
  .wooaio_product .wooaio_heading_text {
    font-size: 0px;
  }
  .wooaio_product p {
    font-size: 14px;
  }
  .wooaio_benefits_0 .wooaio_section_title {
    font-size: 18px;
  }
  .wooaio_testimonials_0 .wooaio_section_title {
    font-size: 18px;
  }
  .wooaio_assurance_0 .wooaio_section_title {
    font-size: 18px;
  }
  .wooaio_customer_0 .wooaio_section_title {
    font-size: 20px;
  }
  .wooaio_customer_0 .wooaio-subtitle {
    font-size: 16px;
  }
  .wooaio_form_cart .wooaio_section_title {
    font-size: 20px;
  }
  .wooaio-comm-inner-inf p {
    font-size: 14px;
  }
  .wooaio_footer .wooaio-footer-text {
    font-size: 12px;
  }
  .wooaio_footer .wooaio-footer-text p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body .wooaio_main_form .ia_subscription_items h3 {
    font-size: 20px;
  }
  body .wooaio_main_form #woocommerce_eu_vat_compliance #woocommerce_eu_vat_compliance_vat_number h3 {
    font-size: 20px;
  }
  body .wooaio_main_form #woocommerce_eu_vat_compliance #woocommerce_eu_vat_compliance_vat_number h3 + p {
    font-size: 14px;
  }
  body .wooaio_main_form .woocommerce-checkout .button.button#place_order {
    font-size: 20px;
  }
  .wooaio_main_form .wooaio_section_title {
    font-size: 20px;
  }
  .wooaio_main_form label.wooaio-form-control-label {
    font-size: 13px;
  }
  .wooaio_main_form .wooaio-comm-title h4 {
    font-size: 14px;
  }
  body .wooaio_product {
    min-height: 1px;
  }
  .wooaio_product .wooaio_section_title {
    font-size: 18px;
  }
  .wooaio_product .wooaio_heading_text {
    font-size: 0px;
  }
  .wooaio_product p {
    font-size: 14px;
  }
  .wooaio_benefits_0 .wooaio_section_title {
    font-size: 18px;
  }
  .wooaio_testimonials_0 .wooaio_section_title {
    font-size: 18px;
  }
  .wooaio_assurance_0 .wooaio_section_title {
    font-size: 18px;
  }
  .wooaio_customer_0 .wooaio_section_title {
    font-size: 18px;
  }
  .wooaio_customer_0 .wooaio-subtitle {
    font-size: 16px;
  }
  .wooaio_form_cart .wooaio_section_title {
    font-size: 20px;
  }
  .wooaio-mobile .layout_9_temp.wooaio-panel-wrapper {
    background: #f7f7f7;
  }
  .wooaio-mobile .layout_9_temp .wooaio-form {
    margin-bottom: 5px;
  }
  body.wooaio_cls_layout_9 .wooaio-panel-wrapper:before {
    display: none;
  }
  .wooaio-comm-inner-inf p {
    font-size: 14px;
  }
  .wooaio_footer .wooaio-footer-text {
    font-size: 12px;
  }
  .wooaio_footer .wooaio-footer-text p {
    font-size: 12px;
  }
  .wooaio_gbadge img {
    margin-left: initial;
  }
  .wooaio_gbadge img {
    margin-top: initial;
  }
}
input.input-radio.woocommerce-form__input,
label.radio.woocommerce-form__label {
  display: inline-block !important;
  margin-left: 5px;
}

#woosuite-aio-form {
  display: flex;
}
#woosuite-aio-form.multiple-columns-default:not(.step-one-side) {
  display: block;
}
#woosuite-aio-form #order_review {
  width: 100%;
}
#woosuite-aio-form .checkout-coupon-toggle .woocommerce-info {
  background: transparent;
  color: #323232;
  border-left: none;
  padding: 10px 0;
  margin-bottom: 0;
}
#woosuite-aio-form .checkout-coupon-toggle .woocommerce-info a {
  color: #323232;
}
#woosuite-aio-form .checkout-coupon-toggle .woocommerce-info:before {
  content: none;
}
#woosuite-aio-form.two-cols-none .woosuite-aio-step-container, #woosuite-aio-form.multiple-columns-default .woosuite-aio-step-container {
  width: 65%;
}
#woosuite-aio-form.two-cols-none .wooaio-checkout-detail, #woosuite-aio-form.multiple-columns-default .wooaio-checkout-detail {
  width: 35%;
}
@media (max-width: 768px) {
  #woosuite-aio-form.two-cols-none, #woosuite-aio-form.multiple-columns-default {
    flex-flow: column;
  }
  #woosuite-aio-form.two-cols-none .woosuite-aio-step-container,
#woosuite-aio-form.two-cols-none .wooaio-checkout-detail, #woosuite-aio-form.multiple-columns-default .woosuite-aio-step-container,
#woosuite-aio-form.multiple-columns-default .wooaio-checkout-detail {
    width: 100%;
  }
}
#woosuite-aio-form.one-col-none .woosuite-aio-step-container, #woosuite-aio-form.single-column-default .woosuite-aio-step-container {
  width: 100%;
}

/*Hide all except first fieldset*/
body .woocommerce form#woosuite-aio-form.checkout.woocommerce-checkout.multiple-columns-default fieldset:not(:first-of-type),
body form#woosuite-aio-form.checkout fieldset:not(:first-of-type),
.woocommerce .woocommerce-checkout fieldset:not(:first-of-type),
#woosuite-aio-form fieldset:not(:first-of-type) {
  display: none;
}

/*buttons*/
#woosuite-aio-form .action-button {
  width: 100px;
  background: #27AE60;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#woosuite-aio-form .action-button:hover, #woosuite-aio-form .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.woocommerce .woocommerce-checkout .form-row-wide:not(.wfacp-col-full) {
  clear: unset;
}

.woocommerce .woocommerce-checkout div.wooaio-form-control-wrapper.wooaio-anim-wrap label.wooaio-form-control-label,
.woocommerce .woocommerce-checkout p.wooaio-form-control-wrapper.wooaio-anim-wrap label.wooaio-form-control-label {
  position: static;
}

.woocommerce-page .woocommerce-checkout div.wooaio-form-control-wrapper.wooaio-anim-wrap label.wooaio-form-control-label {
  position: static;
}

.woocommerce .woocommerce-checkout .woocommerce-input-wrapper .wooaio-form-control {
  padding-top: 5px;
}

.woocommerce .woocommerce-checkout .woocommerce-input-wrapper .iti.iti--allow-dropdown {
  display: block;
}

/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin: 0 0 -1.618em 0;
  overflow: hidden;
  counter-reset: step;
  display: flex;
  background-color: #fbfbfb;
  padding-top: 20px;
  padding-bottom: 10px;
}

#progressbar li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  text-align: center;
  flex: 1 0;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 10px;
  color: white;
  background: #333;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: -50%;
  top: 14px;
  z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
  background: #27AE60;
  color: white;
}

body.wooaio-checkout-custom-built #woosuite-aio-form .woosuite-aio-step-container.col2-set,
#woosuite-aio-form.one-col-none .col2-set,
#woosuite-aio-form.single-column-default .col2-set {
  width: 100% !important;
}

.aio-order-review thead,
.aio-order-review tfoot .cart-subtotal,
.aio-order-review tfoot .order-total {
  display: none !important;
  visibility: hidden !important;
}

.wooaio-branding-logo {
  text-align: center;
  margin-bottom: 15px;
}
.wooaio-branding-logo img {
  max-width: 200px;
  margin: 0 auto;
}

#woosuite-aio-form.one-col-none .wooaio-branding-logo, #woosuite-aio-form.single-column-default .wooaio-branding-logo {
  margin-top: 0;
}

.wooaio-checkout-review-order-table .cart_item .product-name {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.wooaio-checkout-review-order-table .wooaio-product-summary-image {
  margin-right: 10px;
}
.wooaio-checkout-review-order-table .wooaio-product-summary-image img {
  max-width: 50px;
}
.wooaio-checkout-review-order-table .product-name {
  width: 50%;
}
.wooaio-checkout-review-order-table .product-quantity,
.wooaio-checkout-review-order-table .product-total {
  width: 25%;
  text-align: right;
}

/* mini cart */
.wooaio-minicart-button {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  background-color: #0C9;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}
.wooaio-minicart-button.hide-empty-cart {
  display: none;
}
.wooaio-minicart-button.left {
  left: 40px;
}
.wooaio-minicart-button.right {
  right: 40px;
}
.wooaio-minicart-button:hover {
  background-color: #018061;
}
.wooaio-minicart-button:focus {
  outline-color: #018061;
}

.wooaio-minicart-label {
  margin-top: 22px;
}

.wooaio-minicart-sidebar {
  width: 400px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99999;
  transition: 0.5s;
}
.wooaio-minicart-sidebar.active {
  box-shadow: 5px 10px 18px #888888;
}
.wooaio-minicart-sidebar.left {
  left: -400px;
}
.wooaio-minicart-sidebar.right {
  right: -400px;
}
.wooaio-minicart-sidebar .wooaio-sidebar-loading-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 128, 97, 0.1215686275);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooaio-minicart-sidebar .wooaio-sidebar-loading-container .wooaio-sidebar-loading-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.wooaio-minicart-sidebar .wooaio-sidebar-loading-container .wooaio-sidebar-loading-ripple div {
  position: absolute;
  border: 4px solid #018061;
  opacity: 1;
  border-radius: 50%;
  animation: wooaio-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.wooaio-minicart-sidebar .wooaio-sidebar-loading-container .wooaio-sidebar-loading-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
.wooaio-minicart-sidebar .wooaio-sidebar-footer {
  padding: 20px;
}
.wooaio-minicart-sidebar .wooaio-sidebar-footer .woocommerce-mini-cart__total {
  border-top: 1px solid #6d6d6d;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.wooaio-minicart-sidebar .wooaio-sidebar-footer .checkout-button {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  font-size: 1.41575em;
  display: block;
  text-align: center;
  margin-bottom: 1em;
  cursor: pointer;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  width: 100%;
}

@keyframes wooaio-loading {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wooaio-sidebar-header {
  height: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.wooaio-sidebar-header .back {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 0.8rem;
  cursor: pointer;
}
.wooaio-sidebar-header .back svg {
  width: 10px;
  margin-right: 5px;
}
.wooaio-sidebar-header .heading-text {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
}

.wooaio-sidebar-content {
  height: calc(100vh - 240px);
  padding: 20px;
  overflow-y: auto;
}
.wooaio-sidebar-content.wooaio-has-branding {
  height: calc(100vh - 270px);
}

.wooaio-sidebar-content .woocommerce-mini-cart__buttons.buttons {
  display: none;
}

#wooaio-mini-cart {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  padding-left: 0;
}
#wooaio-mini-cart .mini_cart_item {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}
#wooaio-mini-cart .wooaio-image-thumb {
  margin-right: 10px;
}
#wooaio-mini-cart .wooaio-image-thumb .remove {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 22px;
  height: 22px;
  font-size: 10px !important;
  border-radius: 100%;
  color: #008060;
  font-weight: bold;
  text-align: center;
  border: 2px solid #008060;
  background: #fff;
  cursor: pointer;
}
#wooaio-mini-cart .wooaio-image-thumb .remove:after {
  position: absolute;
  top: 1px;
  left: 4px;
}
#wooaio-mini-cart .wooaio-image-thumb .remove:before {
  top: 2px;
  left: 4px;
  position: absolute;
  color: #008060;
}
#wooaio-mini-cart .wooaio-image-thumb .remove:hover {
  background: #008060;
  color: #fff;
}
#wooaio-mini-cart .wooaio-image-thumb .remove:hover:before {
  color: #fff;
}
#wooaio-mini-cart .wooaio-image-thumb img {
  float: none !important;
  width: 60px;
  min-width: 60px;
  height: auto;
}
#wooaio-mini-cart .wooaio-cart-item-quantity {
  display: flex;
  align-items: center;
}
#wooaio-mini-cart .wooaio-cart-item-quantity .quantity {
  /* Firefox */
}
#wooaio-mini-cart .wooaio-cart-item-quantity .quantity input {
  height: 40px;
  width: 65px;
  text-align: center;
  border-color: #ddd;
  border-radius: 0;
}
#wooaio-mini-cart .wooaio-cart-item-quantity .quantity input::-webkit-outer-spin-button,
#wooaio-mini-cart .wooaio-cart-item-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#wooaio-mini-cart .wooaio-cart-item-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
#wooaio-mini-cart .wooaio-cart-item-quantity .plus,
#wooaio-mini-cart .wooaio-cart-item-quantity .minus {
  width: 40px;
  height: 40px;
  background: #ddd;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0;
}

.wooaio-cart-item-data {
  display: flex;
  flex-direction: column;
  margin-left: 0;
}
.wooaio-cart-item-data .mini_cart_item {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.wooaio-cart-item-data .wooaio-image-thumb {
  position: relative;
  margin-right: 10px;
}
.wooaio-cart-item-data .wooaio-image-thumb .remove {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 22px;
  height: 22px;
  font-size: 10px !important;
  border-radius: 100%;
  color: #737781;
  font-weight: bold;
  text-align: center;
  border: 2px solid #737781;
}
.wooaio-cart-item-data .wooaio-image-thumb .remove:after {
  position: absolute;
  top: 1px;
  left: 4px;
}
.wooaio-cart-item-data .wooaio-image-thumb .remove:before {
  top: 1px;
}
.wooaio-cart-item-data .wooaio-image-thumb img {
  float: none !important;
  width: 60px;
}
.wooaio-cart-item-data .wooaio-cart-item-data {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#freeshippingprogress {
  margin: 10px 0 20px;
  width: 100%;
  background-color: #dbdbdb;
  border-radius: 9px;
  position: relative;
}

#freeshippingbar {
  width: 0;
  height: 15px;
  background-color: #018061;
  border-radius: 10px;
  transition: width 1s cubic-bezier(0.69, 0.03, 0.31, 0.99);
}

.wooaio-sidebar-content .shipping-message {
  text-align: center;
  display: block;
}

.wooaio-coupon-section .show-coupon:focus {
  outline-color: #018061 !important;
}
.wooaio-coupon-section .wooaio-checkout-fields-container {
  display: flex;
  justify-content: space-between;
}
.wooaio-coupon-section .wooaio-checkout-fields-container > .form-row {
  float: none;
}
.wooaio-coupon-section .wooaio-checkout-fields-container > .form-row.form-row-first input[name=coupon_code] {
  min-height: 40px;
  line-height: 1;
  padding-top: 5px;
}
.wooaio-coupon-section .wooaio-checkout-fields-container > .form-row.form-row-first input[name=coupon_code]:focus {
  box-shadow: 0 0 0 1px #018061 !important;
  border-color: #018061 !important;
  outline-color: #018061 !important;
}
.wooaio-coupon-section .wooaio-checkout-fields-container > .form-row button[name=apply_coupon] {
  margin-left: 10px;
  background: #018061;
  color: #fff;
  border-radius: 4px;
}
.wooaio-coupon-section .wooaio-checkout-fields-container > .form-row button[name=apply_coupon]:hover {
  background: rgba(1, 128, 97, 0.74) !important;
}

.wooaio-checkout-detail {
  padding: 1.618em;
  padding-top: 0;
  margin-top: 1.618em;
}
.wooaio-checkout-detail .product-quantity {
  white-space: nowrap;
}
.wooaio-checkout-detail #order_review_heading {
  float: none;
  margin: 0 auto;
}

.wooaio-hidden {
  display: none !important;
  visibility: hidden !important;
}

.wooaio-checkout-countdown {
  background-color: orange;
  padding: 10px 20px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0 auto;
  text-align: center;
}

.single_add_to_cart_button.wooaio-animation-bounce {
  animation: animate-bounce 1s;
  -moz-animation: animate-bounce 1s;
  -webkit-animation: animate-bounce 1s;
  -o-animation: animate-bounce 1s;
}
.single_add_to_cart_button.wooaio-animation-shake-x {
  animation: animate-shake-x 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -moz-animation: animate-shake-x 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation: animate-shake-x 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -o-animation: animate-shake-x 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
.single_add_to_cart_button.wooaio-animation-shake-y {
  animation: animate-shake-y 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -moz-animation: animate-shake-y 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-animation: animate-shake-y 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -o-animation: animate-shake-y 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
.single_add_to_cart_button.wooaio-animation-flash {
  animation: animate-glowing 1s;
  -moz-animation: animate-glowing 1s;
  -webkit-animation: animate-glowing 1s;
  -o-animation: animate-glowing 1s;
}
.single_add_to_cart_button.wooaio-animation-pulse {
  animation: animate-pulse 1s;
  -moz-animation: animate-pulse 1s;
  -webkit-animation: animate-pulse 1s;
  -o-animation: animate-pulse 1s;
}
.single_add_to_cart_button.wooaio-animation-tada {
  animation: animate-tada 1s;
  -moz-animation: animate-tada 1s;
  -webkit-animation: animate-tada 1s;
  -o-animation: animate-pulse 1s;
}
.single_add_to_cart_button.wooaio-animation-heart-beat {
  animation: animate-heart-beat 1s;
  -moz-animation: animate-heart-beat 1s;
  -webkit-animation: animate-heart-beat 1s;
  -o-animation: animate-heart-beat 1s;
}

/**
* animate-bounce
*/
@keyframes animate-bounce {
  0% {
    transform: scale(1, 1) translate(0px, 0px);
  }
  30% {
    transform: scale(1, 0.8) translate(0px, 10px);
  }
  75% {
    transform: scale(1, 1.1) translate(0px, -25px);
  }
  100% {
    transform: scale(1, 1) translate(0px, 0px);
  }
}
@-moz-keyframes animate-bounce {
  0% {
    transform: scale(1, 1) translate(0px, 0px);
  }
  30% {
    transform: scale(1, 0.8) translate(0px, 10px);
  }
  75% {
    transform: scale(1, 1.1) translate(0px, -25px);
  }
  100% {
    transform: scale(1, 1) translate(0px, 0px);
  }
}
@-webkit-keyframes animate-bounce {
  0% {
    transform: scale(1, 1) translate(0px, 0px);
  }
  30% {
    transform: scale(1, 0.8) translate(0px, 10px);
  }
  75% {
    transform: scale(1, 1.1) translate(0px, -25px);
  }
  100% {
    transform: scale(1, 1) translate(0px, 0px);
  }
}
@-o-keyframes animate-bounce {
  0% {
    transform: scale(1, 1) translate(0px, 0px);
  }
  30% {
    transform: scale(1, 0.8) translate(0px, 10px);
  }
  75% {
    transform: scale(1, 1.1) translate(0px, -25px);
  }
  100% {
    transform: scale(1, 1) translate(0px, 0px);
  }
}
/**
* shake X
*/
@keyframes animate-shake-x {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes animate-shake-x {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes animate-shake-x {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-o-keyframes animate-shake-x {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/**
* shake Y
*/
@keyframes animate-shake-y {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(0, -4px, 0);
  }
  40%, 60% {
    transform: translate3d(0, 4px, 0);
  }
}
@-moz-keyframes animate-shake-y {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(0, -4px, 0);
  }
  40%, 60% {
    transform: translate3d(0, 4px, 0);
  }
}
@-webkit-keyframes animate-shake-y {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(0, -4px, 0);
  }
  40%, 60% {
    transform: translate3d(0, 4px, 0);
  }
}
@-o-keyframes animate-shake-y {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(0, -4px, 0);
  }
  40%, 60% {
    transform: translate3d(0, 4px, 0);
  }
}
/**
* glowing
*/
@-webkit-keyframes animate-glowing {
  0% {
    background-color: #4d4d4d;
    -webkit-box-shadow: 0 0 3px #4d4d4d;
  }
  50% {
    background-color: #000000;
    -webkit-box-shadow: 0 0 40px #000000;
  }
  100% {
    background-color: #4d4d4d;
    -webkit-box-shadow: 0 0 3px #4d4d4d;
  }
}
@-moz-keyframes animate-glowing {
  0% {
    background-color: #4d4d4d;
    -moz-box-shadow: 0 0 3px #4d4d4d;
  }
  50% {
    background-color: #000000;
    -moz-box-shadow: 0 0 40px #000000;
  }
  100% {
    background-color: #4d4d4d;
    -moz-box-shadow: 0 0 3px #4d4d4d;
  }
}
@-o-keyframes animate-glowing {
  0% {
    background-color: #4d4d4d;
    box-shadow: 0 0 3px #4d4d4d;
  }
  50% {
    background-color: #000000;
    box-shadow: 0 0 40px #000000;
  }
  100% {
    background-color: #4d4d4d;
    box-shadow: 0 0 3px #4d4d4d;
  }
}
@keyframes animate-glowing {
  0% {
    background-color: #4d4d4d;
    box-shadow: 0 0 3px #4d4d4d;
  }
  50% {
    background-color: #000000;
    box-shadow: 0 0 40px #000000;
  }
  100% {
    background-color: #4d4d4d;
    box-shadow: 0 0 3px #4d4d4d;
  }
}
/**
* pulse
*/
@keyframes animate-pulse {
  0% {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@-webkit-keyframes animate-pulse {
  0% {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@-moz-keyframes animate-pulse {
  0% {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@-o-keyframes animate-pulse {
  0% {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
/**
* tada
*/
@keyframes animate-tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes animate-tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes animate-tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes animate-tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/**
* heart beat
*/
@keyframes animate-heart-beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes animate-heart-beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes animate-heart-beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes animate-heart-beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form fieldset:not(.keep-right-side),
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form fieldset:not(.keep-right-side) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form fieldset:not(.keep-right-side) ul#progressbar,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form fieldset:not(.keep-right-side) ul#progressbar {
  grid-column: 1/-1;
}
form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form fieldset > *,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form fieldset > * {
  width: 100%;
  margin: 0;
  padding: 0;
}

form.checkout.woocommerce-checkout.one-col-none#woosuite-aio-form,
form.checkout.woocommerce-checkout.single-column-default#woosuite-aio-form {
  display: flex;
  flex-direction: column;
}
form.checkout.woocommerce-checkout.one-col-none#woosuite-aio-form > *,
form.checkout.woocommerce-checkout.single-column-default#woosuite-aio-form > * {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form > *,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form > * {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form ul#progressbar,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form ul#progressbar {
    order: 0;
  }
  form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form .wooaio-checkout-detail,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form .wooaio-checkout-detail {
    order: 2;
  }
  form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form .woosuite-aio-step-container,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form .woosuite-aio-step-container {
    order: 1;
  }
  form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form .nav-buttons,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form .nav-buttons {
    order: 3;
  }
}
form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form.narrow-layout,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form.narrow-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form.narrow-layout fieldset,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form.narrow-layout fieldset {
  grid-template-columns: 1fr !important;
}
form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form.narrow-layout > *,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form.narrow-layout > * {
  width: 100%;
  margin: 0;
  padding: 0;
}

.wooaio-cart-count-number {
  position: absolute;
  top: 0;
  left: -5px;
  background: #6d6d6d;
  width: 25px;
  border-radius: 50%;
  height: 25px;
}

form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form.narrow-layout,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form.narrow-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
form.checkout.woocommerce-checkout.two-cols-none#woosuite-aio-form.narrow-layout > *,
form.checkout.woocommerce-checkout.multiple-columns-default#woosuite-aio-form.narrow-layout > * {
  width: 100%;
  margin: 0;
  padding: 0;
}

.custom-quantity-field,
.wooaio-cart-item-quantity {
  display: flex;
}
.custom-quantity-field input[type=text],
.custom-quantity-field input[type=number],
.wooaio-cart-item-quantity input[type=text],
.wooaio-cart-item-quantity input[type=number] {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding: 0 !important;
  height: 24px !important;
  min-height: 24px !important;
  width: 44px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  outline: none;
  margin: 0;
  border: 1px solid transparent !important;
}
.custom-quantity-field span.minus,
.custom-quantity-field span.plus,
.wooaio-cart-item-quantity span.minus,
.wooaio-cart-item-quantity span.plus {
  border-radius: 4px;
  border: 1px solid #E7EAED !important;
  display: inline-flex;
  height: 24px;
  width: 24px;
  color: #0d1101;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.custom-quantity-field span.minus,
.wooaio-cart-item-quantity span.minus {
  border-right: none;
}
.custom-quantity-field span.plus,
.wooaio-cart-item-quantity span.plus {
  border-left: none;
}

.wooaio-custom-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 800px;
  margin: 10px auto;
  align-items: center;
  clear: both;
}
.wooaio-custom-footer .wooaio-footer-menu {
  margin-left: auto;
}
.wooaio-custom-footer .wooaio-footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.wooaio-custom-footer .wooaio-footer-menu ul li {
  list-style: none;
}
.wooaio-custom-footer .wooaio-footer-menu ul li a {
  text-decoration: none;
  color: inherit;
}

body.one-col-none #order_review_heading {
  display: none !important;
  visibility: hidden !important;
}

body.woocommerce-checkout.one-col-none #customer_details.col2-set {
  width: 100% !important;
}
body.woocommerce-checkout.one-col-none .form-row-wide#shipping_company_field {
  clear: both !important;
}
body.woocommerce-checkout.two-cols-none .form-row-wide#shipping_company_field {
  clear: both !important;
}

.wooaio-product-summary-image {
  margin-right: 10px;
}
.wooaio-product-summary-image img {
  max-width: 100px !important;
}

body.rtl .wooaio-custom-footer .wooaio-footer-menu {
  margin-left: initial;
  margin-right: auto;
}

/*--------- Default theme compatibility -----------*/
body.woocommerce-checkout.one-col-none .select2-container--default .select2-selection--single, body.woocommerce-checkout.two-cols-none .select2-container--default .select2-selection--single {
  border: solid 1px #e2e8f0;
  min-height: 52px;
}
body.woocommerce-checkout.one-col-none .select2-container--default .select2-selection--single .select2-selection__rendered, body.woocommerce-checkout.two-cols-none .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 52px;
}
body.woocommerce-checkout.one-col-none .col2-set .col-1, body.woocommerce-checkout.two-cols-none .col2-set .col-1 {
  float: none;
  width: auto;
}
body.woocommerce-checkout.one-col-none .col2-set .col-1 fieldset, body.woocommerce-checkout.two-cols-none .col2-set .col-1 fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
body.woocommerce-checkout.one-col-none #progressbar, body.woocommerce-checkout.two-cols-none #progressbar {
  margin: 0 0 15px 0;
}
body.woocommerce-checkout.one-col-none form.woocommerce-checkout, body.woocommerce-checkout.two-cols-none form.woocommerce-checkout {
  display: inline-block;
  width: 100%;
}
body.woocommerce-checkout.one-col-none form.woocommerce-checkout input,
body.woocommerce-checkout.one-col-none form.woocommerce-checkout select,
body.woocommerce-checkout.one-col-none form.woocommerce-checkout textarea, body.woocommerce-checkout.two-cols-none form.woocommerce-checkout input,
body.woocommerce-checkout.two-cols-none form.woocommerce-checkout select,
body.woocommerce-checkout.two-cols-none form.woocommerce-checkout textarea {
  border-color: #e2e8f0;
}
body.woocommerce-checkout.one-col-none form.woocommerce-checkout.step-one-side .wooaio-default-checkout-customized, body.woocommerce-checkout.two-cols-none form.woocommerce-checkout.step-one-side .wooaio-default-checkout-customized {
  display: flex;
}
body.woocommerce-checkout.one-col-none form.woocommerce-checkout.step-one-side .wooaio-default-checkout-customized .wooaio-side-fields, body.woocommerce-checkout.two-cols-none form.woocommerce-checkout.step-one-side .wooaio-default-checkout-customized .wooaio-side-fields {
  display: block;
}
body.woocommerce-checkout.one-col-none table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name, body.woocommerce-checkout.two-cols-none table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
body.woocommerce-checkout.one-col-none table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name .variation, body.woocommerce-checkout.two-cols-none table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name .variation {
  flex-basis: 100%;
}
body.woocommerce-checkout.one-col-none table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name span, body.woocommerce-checkout.two-cols-none table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name span {
  display: inline-block;
}
body.woocommerce-checkout.one-col-none #payment div.payment_box, body.woocommerce-checkout.two-cols-none #payment div.payment_box {
  background-color: #dfdcde;
}
body.woocommerce-checkout.one-col-none #customer_details.col2-set {
  padding-right: 0;
}
body.woocommerce-checkout.two-cols-none form #customer_details.col2-set {
  width: 55%;
  float: left;
  margin-right: 4.347826087%;
  padding-right: 0;
}
@media (max-width: 700px) {
  body.woocommerce-checkout.two-cols-none form #customer_details.col2-set {
    width: 100%;
    float: none;
  }
}
body.woocommerce-checkout.two-cols-none form #order_review_heading {
  width: auto;
  padding: 0;
  float: none;
  clear: right;
  margin: 0 0 15px !important;
  border: none !important;
}
body.woocommerce-checkout.two-cols-none form #order_review {
  width: 100%;
  float: right;
  margin-right: 0;
  clear: right;
  padding: 0 !important;
  border: none !important;
  background: transparent;
}
@media (max-width: 700px) {
  body.woocommerce-checkout.two-cols-none form #order_review {
    width: 100%;
    float: none;
  }
}

html,
body.woocommerce-order-pay.two-column {
  height: 100%;
}

body.woocommerce-order-pay .wooaio_checkout_pay_form .wooaio-branding-logo {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #E3E8EF solid 1px;
}
body.woocommerce-order-pay .wooaio_checkout_pay_form form#order_review .woocommerce-checkout-review-order-table thead th {
  font-weight: 700;
  color: #323232;
}
body.woocommerce-order-pay .wooaio_checkout_pay_form form#order_review .woocommerce-checkout-review-order-table thead th.product-name {
  text-align: left;
}
body.woocommerce-order-pay .wooaio_checkout_pay_form form#order_review .woocommerce-checkout-review-order-table tbody .wc-item-meta {
  list-style: none;
  margin: 10px 0 10px 10px;
}
body.woocommerce-order-pay .wooaio_checkout_pay_form form#order_review .woocommerce-checkout-review-order-table tbody .wc-item-meta p {
  display: inline-block;
  margin: 0;
}
body.woocommerce-order-pay .wooaio_checkout_pay_form form#order_review .woocommerce-checkout-review-order-table tbody td.product-subtotal {
  text-align: right;
  font-weight: 400;
}
body.woocommerce-order-pay .wooaio_checkout_pay_form form#order_review .woocommerce-checkout-review-order-table tbody td.product-quantity {
  font-weight: 400;
}
body.woocommerce-order-pay .wooaio_checkout_pay_form form#order_review .woocommerce-checkout-review-order-table tfoot th {
  text-align: right;
  font-weight: 700;
}
body.woocommerce-order-pay .wooaio_checkout_pay_form form#order_review .woocommerce-privacy-policy-text p {
  color: #737373;
}
body.woocommerce-order-pay .wooaio_checkout_pay_form form#order_review ul.wc_payment_methods {
  list-style: none;
}
body.woocommerce-order-pay .wooaio_checkout_pay_form form#order_review #place_order {
  font-family: Satoshi;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 11px 16px;
  width: 100%;
  border-radius: 12px;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #4B7DF3;
  color: #FFFFFF;
  letter-spacing: 0.005em;
  border: none;
}
body.woocommerce-order-pay.two-column .wooaio_checkout_pay_form > .wooaio-branding-logo {
  display: none;
}
body.woocommerce-order-pay.two-column .wooaio_checkout_pay_form form#order_review {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 599px) {
  body.woocommerce-order-pay.two-column .wooaio_checkout_pay_form form#order_review {
    grid-template-columns: 1fr;
  }
}
body.woocommerce-order-pay.two-column .wooaio_checkout_pay_form form#order_review .wooaio-branding-logo {
  max-width: 440px;
  margin: 20px auto auto;
}
body.woocommerce-order-pay.two-column .wooaio_checkout_pay_form form#order_review .payment-container {
  padding-top: 50px;
  padding-left: 15px;
}
body.woocommerce-order-pay.two-column .wooaio_checkout_pay_form form#order_review .payment-container #payment {
  max-width: 440px;
  margin: auto;
}
body.woocommerce-order-pay.two-column .wooaio_checkout_pay_form form#order_review .order-review-container {
  padding: 49px 0 0 51px;
  margin: 0;
  background-color: #F8FAFC;
  box-sizing: border-box;
}
@media only screen and (min-width: 600px) {
  body.woocommerce-order-pay.two-column .wooaio_checkout_pay_form form#order_review .order-review-container {
    order: 2;
  }
}
body.woocommerce-order-pay.two-column .wooaio_checkout_pay_form form#order_review .order-review-container .woocommerce-checkout-review-order-table {
  max-width: 440px;
  margin: auto;
}
body.woocommerce-order-pay.one-col .wooaio_checkout_pay_form form#order_review {
  max-width: 660px;
  margin: auto;
}
body.woocommerce-order-pay.one-col .wooaio_checkout_pay_form form#order_review .order-review-container .wooaio-branding-logo {
  display: none;
}

.aio-mini-cart-coupon {
  column-gap: 10px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.aio-mini-cart-coupon .cart-discount {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.aio-mini-cart-coupon .cart-discount p {
  margin-bottom: 0;
}
.aio-mini-cart-coupon #minicart-coupon {
  border-radius: 0;
}
.aio-mini-cart-coupon #minicart-apply-button {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  border-radius: 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1;
}

.wooaio_main_form .woocommerce-NoticeGroup-checkout {
  max-width: 664px;
  margin: auto !important;
}
.wooaio_main_form .woocommerce-NoticeGroup-checkout ul {
  padding-left: 25px;
}

.wooaio-buy-item .woocommerce-variation-description,
.wooaio-buy-item .woocommerce-variation-price,
.wooaio-buy-item .single_add_to_cart_button {
  display: none !important;
}
.wooaio-buy-item .variations_form {
  display: flex;
  gap: 10px;
}
.wooaio-buy-item .variations_form input.qty {
  padding: 1em 0.6180469716em;
}

.wooaio-default-checkout-customized fieldset {
  background: transparent;
  padding: 0;
  margin: 0;
}

.wooaio-side-fields {
  display: flex;
  column-gap: 20px;
}
.wooaio-side-fields .wooaio-checkout-left-side,
.wooaio-side-fields .wooaio-checkout-right-side {
  background-color: #fbfbfb;
  padding: 1em 1.618em 1.618em;
  margin: 1.618em 0;
  flex-basis: 50%;
  flex-grow: 0;
}

.sticky-summary {
  position: sticky;
  padding: 30px 0;
  color: #fff;
  top: 10px;
  bottom: auto;
  align-self: flex-start;
  overflow-y: auto;
}

.wooaio-cart-item-quantity .custom-quantity-field {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #111729;
  box-shadow: none;
}

body.aovup-aio-template .uabb-modal-parent-wrapper {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-coupon-toggle .woocommerce-info {
    text-align: left;
  }
}

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