/* Global Colors */
/* Global Layout Vars */
/****** HELPERS ******/
/* Absolute Centering */
/* Flex Centering */
/* Centered Max Width */
/* Clearfix */
/* WP Sticky Header - Admin Bar interaction */
/* Rem Calc */
/******* Modules *******/
/* Button */
* {
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #027fc6;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin-top: auto;
}

body.woocommerce, body.woocommerce-page {
  background: #ecf8fd;
}

.woocommerce mark {
  background: transparent;
  color: #000;
}

.woocommerce-breadcrumb {
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 5px;
  font-size: 1rem;
  text-decoration: none;
  color: #494c5a;
  font-weight: bold;
}
.woocommerce-breadcrumb__delimiter {
  display: inline-block;
  margin: 0 0.5em;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1.5;
  color: #a5a5a5;
}
.woocommerce-breadcrumb a {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 1024px) {
  .woocommerce-columns {
    display: flex;
    justify-content: space-between;
  }
}

[class*=" wptouch-icon-"]:before,
[class^=wptouch-icon-]:before {
  font-family: wptouch-icons;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

.woocommerce-notices-wrapper {
  padding: 0 15px;
  font-size: 0.875rem;
}
.woocommerce-notices-wrapper ul {
  padding: 10px;
  margin: 20px 0;
  border-radius: 5px;
  border: 2px solid;
  border-color: #027fc6;
}

.woocommerce-form-coupon-toggle {
  padding: 0 15px;
}

.woocommerce-info,
.woocommerce-Message,
.woocommerce-message,
.woocommerce-notice {
  position: relative;
  padding: 10px;
  margin: 20px 0;
  overflow: hidden;
  font-size: 0.875rem;
}
.woocommerce-info a,
.woocommerce-Message a,
.woocommerce-message a,
.woocommerce-notice a {
  float: right;
  margin-left: 1em;
  font-size: 0.875rem;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-message {
  background: #fff;
  border-radius: 5px;
  border: 2px solid;
  border-color: #deff00;
}
.woocommerce-error {
  text-align: center;
}

.woocommerce-input-wrapper {
  display: block;
}

.woocommerce-address-fields button,
.woocommerce-button,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-Button {
  display: inline-block;
  font-size: 1.1875rem;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.4px;
  text-decoration: none;
  font-style: normal;
  font-stretch: normal;
  transition: all 0.2s ease;
  padding: 0.5em 1em;
  border-radius: 4px;
  cursor: pointer;
  color: #313131;
  background-color: #deff00;
  border: 1px solid #dee0e1;
}
.woocommerce-address-fields button:disabled,
.woocommerce-button:disabled,
.woocommerce-info a:disabled,
.woocommerce-message a:disabled,
.woocommerce-Button:disabled {
  background: rgba(202, 202, 202, 0.8196078431);
  box-shadow: none;
  color: #adabab;
  text-shadow: none;
  border-color: #adabab;
}

abbr.required {
  border: none;
  text-decoration: none;
}

.woocommerce-table, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table, .cart-collaterals table, .woocommerce-orders-table,
.woocommerce-table--order-details {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}
.woocommerce-table th, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th, .cart-collaterals table th, .woocommerce-orders-table th,
.woocommerce-table--order-details th {
  text-align: left;
  font-weight: normal;
}
.woocommerce-table th, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th, .cart-collaterals table th, .woocommerce-orders-table th,
.woocommerce-table--order-details th,
.woocommerce-table td,
form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td,
.cart-collaterals table td,
.woocommerce-orders-table td,
.woocommerce-table--order-details td {
  padding: 5px;
  line-height: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dee0e1;
}
@media (min-width: 1024px) {
  .woocommerce-table th, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th, .cart-collaterals table th, .woocommerce-orders-table th,
.woocommerce-table--order-details th,
.woocommerce-table td,
form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td,
.cart-collaterals table td,
.woocommerce-orders-table td,
.woocommerce-table--order-details td {
    padding: 15px;
  }
}
.woocommerce-table th, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th, .cart-collaterals table th, .woocommerce-orders-table th,
.woocommerce-table--order-details th {
  font-weight: bold;
}
.woocommerce-table td, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td, .cart-collaterals table td, .woocommerce-orders-table td,
.woocommerce-table--order-details td {
  vertical-align: top;
  display: block;
  text-align: right;
}
@media (min-width: 1024px) {
  .woocommerce-table td, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td, .cart-collaterals table td, .woocommerce-orders-table td,
.woocommerce-table--order-details td {
    display: table-cell;
    text-align: left;
  }
}
.woocommerce-table td[data-title]::before, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td[data-title]::before, .cart-collaterals table td[data-title]::before, .woocommerce-orders-table td[data-title]::before,
.woocommerce-table--order-details td[data-title]::before {
  content: attr(data-title) ": ";
  font-weight: 600;
  float: left;
}
@media (min-width: 1024px) {
  .woocommerce-table td[data-title]::before, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td[data-title]::before, .cart-collaterals table td[data-title]::before, .woocommerce-orders-table td[data-title]::before,
.woocommerce-table--order-details td[data-title]::before {
    content: "";
    float: none;
  }
}

.woocommerce-pagination {
  text-align: center;
  margin-bottom: 30px;
}

.woocommerce-pagination-link {
  display: none;
}

.woocommerce-form-coupon h1,
.woocommerce-billing-fields h1,
.woocommerce-shipping-fields h1,
.woocommerce-additional-fields h1,
.woocommerce-EditAccountForm h1,
.woocommerce-address-fields h1,
.woocommerce-form-login h1,
.woocommerce-form-register h1 {
  font-size: 1.5rem;
  margin: auto auto 0.5em;
  color: #333333;
}
.woocommerce-form-coupon h2,
.woocommerce-billing-fields h2,
.woocommerce-shipping-fields h2,
.woocommerce-additional-fields h2,
.woocommerce-EditAccountForm h2,
.woocommerce-address-fields h2,
.woocommerce-form-login h2,
.woocommerce-form-register h2 {
  font-size: 1rem;
  margin: auto auto 0.5em;
  color: #333333;
}
.woocommerce-form-coupon p,
.woocommerce-billing-fields p,
.woocommerce-shipping-fields p,
.woocommerce-additional-fields p,
.woocommerce-EditAccountForm p,
.woocommerce-address-fields p,
.woocommerce-form-login p,
.woocommerce-form-register p {
  font-size: 0.875rem;
}
.woocommerce-form-coupon label,
.woocommerce-billing-fields label,
.woocommerce-shipping-fields label,
.woocommerce-additional-fields label,
.woocommerce-EditAccountForm label,
.woocommerce-address-fields label,
.woocommerce-form-login label,
.woocommerce-form-register label {
  font-size: 0.75rem;
  color: #646464;
}
.woocommerce-form-coupon select,
.woocommerce-billing-fields select,
.woocommerce-shipping-fields select,
.woocommerce-additional-fields select,
.woocommerce-EditAccountForm select,
.woocommerce-address-fields select,
.woocommerce-form-login select,
.woocommerce-form-register select {
  display: block;
}
.woocommerce-form-coupon a,
.woocommerce-billing-fields a,
.woocommerce-shipping-fields a,
.woocommerce-additional-fields a,
.woocommerce-EditAccountForm a,
.woocommerce-address-fields a,
.woocommerce-form-login a,
.woocommerce-form-register a {
  font-size: 0.75rem;
  color: #027fc6;
}
.woocommerce-form-coupon .form-row,
.woocommerce-form-coupon .woocommerce-form-row,
.woocommerce-billing-fields .form-row,
.woocommerce-billing-fields .woocommerce-form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce-shipping-fields .woocommerce-form-row,
.woocommerce-additional-fields .form-row,
.woocommerce-additional-fields .woocommerce-form-row,
.woocommerce-EditAccountForm .form-row,
.woocommerce-EditAccountForm .woocommerce-form-row,
.woocommerce-address-fields .form-row,
.woocommerce-address-fields .woocommerce-form-row,
.woocommerce-form-login .form-row,
.woocommerce-form-login .woocommerce-form-row,
.woocommerce-form-register .form-row,
.woocommerce-form-register .woocommerce-form-row {
  margin: auto auto 1rem;
  overflow: hidden;
}
.woocommerce-form-coupon .woocommerce-privacy-policy-text p,
.woocommerce-billing-fields .woocommerce-privacy-policy-text p,
.woocommerce-shipping-fields .woocommerce-privacy-policy-text p,
.woocommerce-additional-fields .woocommerce-privacy-policy-text p,
.woocommerce-EditAccountForm .woocommerce-privacy-policy-text p,
.woocommerce-address-fields .woocommerce-privacy-policy-text p,
.woocommerce-form-login .woocommerce-privacy-policy-text p,
.woocommerce-form-register .woocommerce-privacy-policy-text p {
  font-size: 0.75rem;
  color: #646464;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "FontAwesome";
  content: "\f005";
  color: grey;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "\f005";
  color: grey;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "\f005";
  color: #deff00;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "\f005";
  color: #deff00;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "\f005";
  color: grey;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "\f005";
  color: #deff00;
  opacity: 1;
}

.form-row.validate-state {
  overflow: initial;
}

.woocommerce-active .select2-container .select2-selection--single {
  height: auto;
}
.woocommerce-active .select2-selection__rendered {
  padding: 10px;
}
.woocommerce-active .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
}
.woocommerce-active .select2-search--dropdown {
  display: none;
}

.woocommerce-products-header__title {
  font-size: 1rem;
  color: #494c5a;
  margin-right: 0.5em;
}

.woocommerce-result-count {
  display: none;
}

@media (min-width: 1024px) {
  .woof_search_is_going .site-content,
.woocommerce-page.archive .site-content {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .woof_search_is_going .woocommerce__sidebar,
.woocommerce-page.archive .woocommerce__sidebar {
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .woof_search_is_going .content-area,
.woocommerce-page.archive .content-area {
    width: calc(100% - 330px);
  }
}
@media (min-width: 1024px) {
  .woof_search_is_going .woof_products_top_panel li span,
.woocommerce-page.archive .woof_products_top_panel li span {
    padding-right: 25px;
    background-size: 20px 18px;
  }
}

.wc-product-grid-container {
  padding: 0 10px;
}

.wc-product-grid {
  padding: 0;
  margin-top: auto;
}
.wc-product-grid.is-list-view {
  max-width: 500px;
}
.wc-product-grid__item {
  width: 50%;
  padding: 5px;
  visibility: visible;
  opacity: 1;
}
.wc-product-grid__item.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .wc-product-grid__item {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .wc-product-grid__item {
    width: 25%;
  }
}
.is-list-view .wc-product-grid__item {
  width: 100% !important;
}

.woocommerce-account .site-content {
  padding: 15px;
}
.woocommerce-account .entry-header {
  visibility: hidden;
}

/* Login /Register page */
.woocommerce-form-register {
  position: relative;
}
.woocommerce-form-register .form-row {
  text-align: center;
}
.woocommerce-form-register label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
  font-weight: 600;
}
.woocommerce-form-register #mo_wc_send_otp {
  padding: 1em;
  color: #313131;
  background: #deff00;
  border: 1px solid #afadad;
  font-weight: 600;
  font-size: 0.75rem;
}
.woocommerce-form-register #reg_verification_field {
  display: inline-block;
  width: auto;
  margin-bottom: 1em;
}

.woocommerce__register-button {
  padding: 0.5em 2em;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #313131;
  background-color: #00ff2a;
  border: 1px solid #afadad;
}

.woocommerce__login-button {
  display: block;
  margin-bottom: 10px;
  position: relative;
  transition: none;
}
.woocommerce__login-button.is-loading {
  padding-right: 39px;
}
.woocommerce__login-button.is-loading .spinner {
  display: block;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: block;
}

/* Account Page */
@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation {
    width: 20%;
    margin-right: 5%;
    float: left;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  padding: 0;
}
@media (min-width: 220px) and (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: space-between;
  }
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
@media (min-width: 220px) and (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li {
    text-align: center;
    border: none;
  }
}
.woocommerce-MyAccount-navigation ul a {
  display: block;
  padding: 1em 0;
  font-weight: 600;
  color: #213146;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation-link a::before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -0.125em;
  font-family: "FontAwesome";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  color: #213146;
  line-height: 1.618;
  margin-left: 0.5407911001em;
  width: 1.41575em;
  text-align: right;
  float: right;
  font-size: 1.2em;
}
@media (min-width: 220px) and (max-width: 767px) {
  .woocommerce-MyAccount-navigation-link a::before {
    float: none;
    text-align: center;
    font-weight: 500;
    color: #485858;
    text-shadow: 1px 1px 4px #d3c3c3;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 7px;
    width: 70px;
    margin: auto;
    margin-bottom: 0.5rem;
    background: #fff;
  }
}
.woocommerce-MyAccount-navigation-link.is-active a::before {
  color: #34a96e;
}
.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f0e4";
}
.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f291";
}
.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f015";
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007";
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f090";
}
.woocommerce-MyAccount-navigation-link--myreferrals a::before {
  content: "\f0c0";
}

.woocommerce-MyAccount-content {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #dee0e1;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-content {
    padding: 10px 15px;
    width: 75%;
    float: right;
  }
}

.woocommerce-orders-table,
.woocommerce-table--order-details {
  /* td {
          display: table-cell;
      }
  */
}
.woocommerce-orders-table thead,
.woocommerce-table--order-details thead {
  display: none;
}
@media (min-width: 1024px) {
  .woocommerce-orders-table thead,
.woocommerce-table--order-details thead {
    display: table-header-group;
  }
}

.woocommerce-table--order-details td {
  display: table-cell;
}

.woocommerce-orders-table__cell {
  vertical-align: middle !important;
}
.woocommerce-orders-table__cell-order-actions .pay {
  display: none;
}
.woocommerce-orders-table__cell-order-actions .button, .woocommerce-orders-table__cell-order-actions .woocommerce-form-register #mo_wc_send_otp, .woocommerce-form-register .woocommerce-orders-table__cell-order-actions #mo_wc_send_otp {
  margin-right: 1em;
}

.addresses address {
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
}

.gens-referral_coupons__table th:nth-child(3),
.gens-referral_coupons__table td:nth-child(3) {
  display: none !important;
}

/**
 * Single Product Page
 */
.single-product__container {
  padding: 15px;
}
@media (min-width: 1280px) {
  .single-product__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.single-product__header, .single-product__actions {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0.5px 1px 0 rgba(10, 10, 10, 0.3);
  margin-bottom: 15px;
}
.single-product__header {
  text-align: center;
  padding: 10px;
}
@media (min-width: 1280px) {
  .single-product__header {
    width: calc(50% - 15px);
    flex: 0 0 auto;
  }
}
.single-product__header .product_title {
  font-size: 1.3125rem;
  font-weight: 600;
  color: #5b6c82;
  margin: 0 auto 0.5em;
}
.single-product__header .price {
  margin: 0 auto 0.2em;
  font-size: 1rem;
  font-weight: 600;
  color: #484848;
}
.single-product__header .price .amount {
  display: inline-block;
  padding: 0 3px;
  border-radius: 6px;
  color: #fff;
  background-color: #fdab5f;
}
.single-product__header .woocommerce-product-gallery {
  position: relative;
}
.single-product__header .woocommerce-product-gallery__trigger {
  position: absolute;
  display: block;
  bottom: 0;
  left: 20px;
}
@media (min-width: 1280px) {
  .single-product__right {
    width: calc(50% - 15px);
    flex: 0 0 auto;
  }
}
.single-product__actions {
  text-align: center;
}
.single-product .variations, .single-product__variations {
  width: 100%;
}
.single-product .variations_form, .single-product__variations-form {
  padding: 10px;
}
.single-product__variation-label {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.single-product__variation-label label {
  text-transform: uppercase;
  font-weight: bold;
}
.single-product__variation-label span {
  text-transform: uppercase;
  color: #619359;
}
.single-product__variation-add-to-cart-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
.single-product__variation-add-to-cart-box.is-visible {
  visibility: visible;
  opacity: 1;
}
.single-product__variation-add-to-cart-box p.points {
  width: 100%;
  flex: 0 0 auto;
}
.single-product__qty {
  display: inline-flex;
}
.single-product__change-qty-button, .single-product__qty-input {
  flex: 0 0 31px;
  width: 31px;
  height: 45px;
  margin: 0;
}
.single-product__change-qty-button {
  line-height: 1;
  border: 1px solid #dee0e1;
  box-shadow: 0;
  background-color: #F3F3F3;
}
.single-product__change-qty-button--decrease {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.single-product__change-qty-button--increase {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.single-product__qty-input {
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #dee0e1;
  border-bottom: 1px solid #dee0e1;
}
.single-product__add-to-cart-button {
  position: relative;
  flex: 0 0 auto;
  padding: 0.75em 2.2em !important;
  font-size: 1rem !important;
  flex: 0 0 auto;
  transition: 0.2s all ease-in-out;
  width: 60%;
}
@media (min-width: 1024px) {
  .single-product__add-to-cart-button {
    width: auto;
  }
}
.single-product__add-to-cart-button.is-loading {
  padding-right: 39px;
}
.single-product__add-to-cart-button.is-loading .spinner {
  display: block;
}
.single-product__login-error {
  margin: 10px;
  font-size: 0.875rem;
  text-align: center;
  padding: 10px;
  display: inline-block;
  background: #adffd9;
  border-radius: 4px;
  display: none;
}
.single-product__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-size: 0.875rem;
  border-top: 1px solid #dee0e1;
}
.single-product__sku {
  color: #ababab;
}
.single-product__cats {
  color: #5b6c82;
}
.single-product__bottom {
  margin-bottom: 15px;
}
.single-product__bottom h2 {
  font-size: 1.3125rem;
  font-weight: 600;
  color: #5b6c82;
}
.single-product__bottom textarea {
  max-width: 100%;
}
.single-product .single-product__description-tab-info {
  text-align: center;
  margin-bottom: 1rem;
}
.single-product .single-product__description-tab-info-container {
  display: inline-flex;
  justify-content: flex-start;
  border: 1px solid #89bbf8;
  box-shadow: 1px 1px 4px rgba(152, 150, 150, 0.27);
}
@media (max-width: 1023px) {
  .single-product .single-product__description-tab-info-container {
    flex-wrap: wrap;
    border: none;
    box-shadow: none;
  }
}
.single-product .single-product__description-tab-info-item {
  flex: 0 0 auto;
  padding: 5px 10px;
  text-align: center;
  background-color: #F8FDFF;
}
@media (max-width: 1023px) {
  .single-product .single-product__description-tab-info-item {
    margin-bottom: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #89bbf8;
    border-bottom: 1px solid #89bbf8;
    border-left: 1px solid #89bbf8;
  }
}
@media (min-width: 1024px) {
  .single-product .single-product__description-tab-info-item {
    border-right: 1px solid #89bbf8;
  }
}
.single-product .single-product__description-tab-info-item:last-child {
  border-right: 1px solid #89bbf8;
}
@media (min-width: 1024px) {
  .single-product .single-product__description-tab-info-item:last-child {
    border-right: 0;
  }
}
@media (max-width: 1023px) {
  .single-product .single-product__description-tab-info-item--brand {
    width: 100%;
    border-right: 1px solid #89bbf8;
  }
}
@media (max-width: 1023px) {
  .single-product .single-product__description-tab-info-item--strain {
    width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .single-product .single-product__description-tab-info-item--weight {
    width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .single-product .single-product__description-tab-info-item--cbd {
    width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .single-product .single-product__description-tab-info-item--thc {
    width: 33.333%;
    border-right: 1px solid #89bbf8;
  }
}
.single-product .single-product__description-tab-info-label {
  color: #89bbf8;
  font-size: 0.875rem;
  margin-bottom: 0.2em;
}
.single-product .single-product__description-tab-info-data {
  margin-bottom: 0;
  font-size: 0.8125rem;
}
.single-product .single-product__description-tab-text {
  padding: 10px;
}
.single-product .single-product__description-tab-text p {
  font-size: 0.9375rem;
}
.single-product .tabs {
  margin: 0;
  padding: 0;
}
.single-product .tabs li {
  display: inline-block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: 0.2s all ease-in-out;
}
.single-product .tabs li.active {
  background: #fff;
  box-shadow: 0px -1px 2px 0 rgba(10, 10, 10, 0.11) !important;
}
.single-product .tabs li.additional_information_tab a:before {
  content: "";
}
.single-product .tabs li.description_tab {
  position: relative;
}
.single-product .tabs li.description_tab a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("img/icon-info.svg");
}
.single-product .tabs li.description_tab.active a::before {
  background-image: url("img/icon-info-active.svg");
}
.single-product .tabs li.reviews_tab {
  position: relative;
}
.single-product .tabs li.reviews_tab a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("img/icon-reviews.svg");
}
.single-product .tabs li.reviews_tab.active a::before {
  background-image: url("img/icon-reviews-active.svg");
}
.single-product .tabs a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 0.9375rem;
  padding: 0.5em 1em;
  padding-left: 2.5em;
}
.single-product .tabs a:before {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 1.2em;
  font-size: inherit;
}
.single-product .woocommerce-Tabs-panel {
  padding: 10px;
  background: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 0.5px 1px 0 rgba(10, 10, 10, 0.3);
  outline: none;
}
@media (min-width: 1024px) {
  .single-product .woocommerce-Tabs-panel {
    padding: 15px;
  }
}
.single-product a.reset_variations {
  display: none !important;
}
.single-product .woocommerce-variation-price {
  margin-bottom: 15px;
}
.single-product .woocommerce-variation-price .price {
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  text-align: center;
  color: #4e4d4d;
}
.single-product .woocommerce-variation-price .amount {
  position: relative;
}
.single-product .woocommerce-variation-price .amount:before, .single-product .woocommerce-variation-price .amount:after {
  display: inline-block;
  content: "";
  border-top: 1px solid rgba(78, 77, 77, 0.45);
  width: 50px;
  margin: 0 1rem;
  vertical-align: middle;
}
.single-product .bulk_pricing_discounts_wrapper {
  display: none;
}
.single-product .is-bulk-pricing-active .single-product__qty {
  display: none;
}
.single-product .is-bulk-pricing-active .single-product__add-to-cart-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .single-product .is-bulk-pricing-active .single-product__add-to-cart-button {
    width: auto;
  }
}
.single-product .quantity-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .single-product .quantity-selector {
    width: auto;
    margin-bottom: 0;
  }
}
.single-product .quantity-selector p {
  margin-bottom: 0.2em;
}
.single-product .quantity-selector span {
  font-size: 0.875rem;
}
.single-product .quantity-selector__item {
  text-align: center;
  margin: 0 5px;
}
@media (min-width: 1024px) {
  .single-product .quantity-selector__item {
    margin: 0 10px;
  }
}
.single-product .quantity-selector__btn {
  padding: 0.3em 0.5em;
  font-size: 1.125rem;
  border: 1px solid #82d85e;
  background-color: #F0FBEB;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .single-product .quantity-selector__btn {
    font-size: 1.25rem;
  }
}
.single-product .quantity-selector__btn.is-selected {
  background-color: #adf98b;
}

.strain-meter__bars {
  position: relative;
  padding-top: 35px;
}
.strain-meter__bar-pointer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  width: 10px;
}
.strain-meter__bar-pointer-top {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 0;
  z-index: 1;
  padding: 4px;
  white-space: nowrap;
  font-size: 0.8125rem;
  letter-spacing: 0.8px;
  color: #494c5a;
  background-color: #F5FBFE;
  border: 1px solid #CADAEA;
  border-radius: 10px;
  text-align: center;
}
.strain-meter__bar-pointer-bottom {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
  top: 0;
  bottom: 1px;
  width: 7px;
  background-color: #F5FBFE;
  border: 1px solid #CADAEA;
}
.strain-meter__ruler-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
  font-weight: 600;
}
.strain-meter__ruler-bar-left {
  color: #fcd0af;
  line-height: 1;
}
.strain-meter__ruler-bar-right {
  color: #d3cdec;
  line-height: 1;
}
.strain-meter__ruler-bar-middle {
  display: flex;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 10px;
}
.strain-meter__ruler-bar-middle span {
  display: block;
  width: 1px;
  height: 6px;
  background-color: #d5d5d5;
}
.strain-meter__ruler-bar-middle span:nth-child(5n+5), .strain-meter__ruler-bar-middle span:nth-child(1) {
  height: 12px;
}
.strain-meter__color-bar {
  width: 100%;
  height: 35px;
  margin-bottom: 5px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(252, 208, 175) 0%, rgb(172, 238, 173) 47%, rgb(211, 205, 236) 100%);
  border: 1px solid #a2a2a3;
}
.strain-meter__bar-labels {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #707070;
  font-weight: 600;
}

.woocommerce-product-gallery__wrapper > div {
  pointer-events: none;
}

.pswp__caption {
  display: none;
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
  background: #484b5b;
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgb(72, 75, 92);
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgb(72, 75, 92);
}

/* Swatch plugin overrides */
.swatchtitlelabel {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.attribute-swatch {
  display: flex;
  justify-content: space-evenly;
  max-width: 300px;
  height: 30px;
  margin: auto auto 15px;
}
.attribute-swatch label {
  min-width: 43px !important;
  text-align: center;
  width: auto;
  padding: 0 10px;
  line-height: 30px;
  color: #696868;
  box-shadow: 0px 0.5px 1px 0 rgba(10, 10, 10, 0.3);
  background: #ecf8fd;
  font-size: 14px;
  font-weight: 500 !important;
  border-radius: 20%;
}
.attribute-swatch label.selectedswatch {
  background: #b1f043;
  color: #696868;
  border: solid 0px white !important;
  outline: solid 0px #9C9999 !important;
  box-shadow: 0px 0.5px 1px 0 rgba(10, 10, 10, 0.3);
}

.main-site .stock.out-of-stock {
  display: none;
}
.main-site .single-product__meta {
  border-top: 0;
}

/**
 * Order Received Page
 */
.woocommerce-order-received .woocommerce-order {
  padding: 15px;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
  padding: 0;
  font-weight: bold;
}
.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  padding: 10px;
  background: #fff;
  border: 1px solid #dee0e1;
  border-radius: 10px;
}
.woocommerce-order-received .woocommerce-order-details {
  margin-bottom: 15px;
}

.woocommerce-checkout.page .entry-header,
.woocommerce-cart.page .entry-header,
.woocommerce-cart.page .entry-header {
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-cart-form table {
  width: 100%;
}
.woocommerce-cart-form thead {
  display: none;
}
@media (min-width: 1024px) {
  .woocommerce-cart-form thead {
    display: block;
  }
}
.woocommerce-cart-form tr {
  background-color: #fff3e8;
}
.woocommerce-cart-form td {
  padding: 10px 5px;
  border-bottom: 1px solid #dee0e1;
}
.woocommerce-cart-form label.screen-reader-text {
  display: none;
}
.woocommerce-cart-form td.product-remove {
  padding-left: 10px;
  font-size: 0.9375rem;
  width: 20px;
}
.woocommerce-cart-form td.product-remove a {
  color: #e2401c;
}
.woocommerce-cart-form td.product-thumbnail {
  width: 60px;
}
.woocommerce-cart-form td.product-thumbnail img {
  max-width: 50px;
  border: 1px solid #dee0e1;
  border-radius: 5px;
}
.woocommerce-cart-form .product-name a {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.75rem;
  line-height: 1.2;
  text-decoration: none;
}
.woocommerce-cart-form .product-name .product-price {
  font-size: 0.75rem;
  font-weight: bold;
}
.woocommerce-cart-form td.product-quantity {
  width: 110px;
}
.woocommerce-cart-form td.product-quantity div {
  display: inline-block;
}
.woocommerce-cart-form td.product-quantity input {
  width: 35px;
  height: 35px;
  padding: 5px;
  font-size: 0.875rem;
  text-align: center;
  border: 1px solid #dee0e1;
  border-radius: 5px;
}
.woocommerce-cart-form td.product-quantity button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  font-size: 30px;
  padding: 0;
}
.woocommerce-cart-form td.product-quantity i {
  vertical-align: bottom;
  color: #027fc6;
}
.woocommerce-cart-form .actions-row {
  background: #fff;
}
.woocommerce-cart-form .actions {
  padding: 15px;
  text-align: center;
}
.woocommerce-cart-form .coupon {
  margin-bottom: 15px;
}
.woocommerce-cart-form .coupon label {
  display: none;
}
.woocommerce-cart-form .coupon input {
  display: inline-block;
  vertical-align: baseline;
  width: 130px;
  padding: 5px;
  font-size: 0.8125rem;
  text-align: center;
}
.woocommerce-cart-form .coupon button {
  font-size: 0.8125rem;
  padding: 7px 12px;
}

.cart-collaterals {
  padding: 15px;
}
.cart-collaterals h2 {
  margin: 0 auto 0.5em;
}
.cart-collaterals table {
  margin-bottom: 15px;
  font-size: 0.8125rem;
}
.cart-collaterals table td[data-title]:before {
  content: "" !important;
}
.cart-collaterals th {
  white-space: nowrap;
}
.cart-collaterals .shipping-calculator-button {
  display: inline-block;
  margin-bottom: 0.5em;
}

/* Cart empty page */
p.cart-empty {
  text-align: center;
}
p.cart-empty:before {
  content: "\e80b";
  clear: both;
  display: block;
  font: 5em "wptouch-icons";
}

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

.woocommerce-shipping-methods {
  margin: auto;
  padding: 0;
  text-align: left;
}
.woocommerce-shipping-methods li {
  margin-bottom: 1rem;
}

form.woocommerce-checkout {
  padding: 15px;
  position: relative;
  /* Make fields look like they are uneditable for now */
  /*
  select#billing_state {
  	clip: unset !important;
  	height: auto !important;
  	margin: auto !important;
  	overflow: auto !important;
  	position: static !important;
  	width: 100% !important;
  	padding: 11px 8px !important;
  	-webkit-appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	text-indent: 1px;
  	text-overflow: '';
  }
  */
}
form.woocommerce-checkout h3 {
  font-size: 1.2rem;
  margin: auto auto 0.5em;
  color: #5b6c82;
}
form.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 1rem;
}
form.woocommerce-checkout .blockUI.blockOverlay {
  position: relative !important;
  display: none !important;
}
form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
  font-size: 0.875rem;
}
form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody td {
  display: table-cell;
}
form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody td:first-child {
  text-align: left;
}
form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}
form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot td::before {
  content: "" !important;
}
form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot ul {
  margin: auto;
}
form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
@media (min-width: 1024px) {
  form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dee0e1;
  background-color: #fff;
}
@media (min-width: 1024px) {
  form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 0;
    padding: 5px;
  }
  form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row:last-child,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:last-child {
    margin-right: auto;
    margin-left: 0;
  }
}
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label {
  display: inline-block;
  margin-left: 5px;
}
form.woocommerce-checkout .woocommerce-shipping-fields,
form.woocommerce-checkout .woocommerce-billing-fields {
  background-color: #fff;
}
form.woocommerce-checkout .woocommerce-shipping-fields h3,
form.woocommerce-checkout .woocommerce-billing-fields h3 {
  padding: 10px;
}
form.woocommerce-checkout .woocommerce-shipping-fields input, form.woocommerce-checkout .woocommerce-shipping-fields select,
form.woocommerce-checkout .woocommerce-billing-fields input,
form.woocommerce-checkout .woocommerce-billing-fields select {
  pointer-events: none !important;
  cursor: auto !important;
  border: none !important;
  font-size: 14px;
  font-weight: 600;
}
form.woocommerce-checkout #billing_company_field,
form.woocommerce-checkout #billing_country_field,
form.woocommerce-checkout #billing_state_field,
form.woocommerce-checkout #shipping_country_field,
form.woocommerce-checkout #shipping_state_field {
  display: none !important;
}
form.woocommerce-checkout .is-content-hidden .woocommerce-billing-fields,
form.woocommerce-checkout .is-content-hidden .woocommerce-shipping-fields {
  display: none !important;
}
form.woocommerce-checkout .select2-container {
  display: none;
}

.payment_methods {
  font-size: 0.875rem;
}

.woocommerce-form-coupon {
  display: block !important;
  padding: 0 15px;
}
.woocommerce-form-coupon button {
  width: auto;
}
.woocommerce-form-coupon input[type=text] {
  width: 150px;
  display: inline-block;
  margin-right: 1em;
}

.woocommerce-terms-and-conditions-wrapper {
  padding: 10px;
  font-size: 0.6875rem;
  margin-bottom: 15px;
  border-radius: 5px;
}
.woocommerce-terms-and-conditions-wrapper p {
  margin: auto;
}

.woocommerce-error {
  color: red;
  font-weight: 600;
}

.woocommerce-checkout-payment__title {
  margin: 1rem 0 !important;
}

.wc_payment_methods {
  padding: 0;
}
.wc_payment_methods.is-disabled .wc_payment_method {
  opacity: 0.5;
  background: #dddddd;
  filter: grayscale(1);
  pointer-events: none;
}
.wc_payment_methods .wc_payment_method {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #afadad;
  border-radius: 3px;
  text-align: left;
  cursor: pointer;
  transition: 0.25s all ease-in-out;
}
.wc_payment_methods .wc_payment_method label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.wc_payment_methods .wc_payment_method label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
}
.wc_payment_methods .wc_payment_method label img {
  display: block !important;
  width: 25px !important;
  height: auto !important;
  margin-left: 0.5rem !important;
  min-width: initial !important;
  min-height: initial !important;
}
.wc_payment_methods .wc_payment_method.is-selected {
  background-color: #deff00;
  border: 1px solid #000;
}
.wc_payment_methods .wc_payment_method.is-selected label {
  font-weight: bold;
}
.wc_payment_methods .wc_payment_method.is-selected label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}
.wc_payment_methods .wc_payment_method input {
  display: none;
}
.wc_payment_methods .wc_payment_method p {
  display: none;
}

#place_order.is-disabled {
  background: #e7e7e7;
  color: #afadad;
  pointer-events: none;
}

/* Product items in grids/archives */
.woocommerce-loop-product {
  overflow: hidden;
  background-color: #fff3e8;
  border: 1px solid #dee0e1;
  box-shadow: 0px 0.5px 2.5px 0 rgba(8, 8, 8, 0.16);
  border-radius: 10px;
  text-align: center;
}
.woocommerce-loop-product__link {
  display: block;
  position: relative;
  text-decoration: none;
}
.woocommerce-loop-product__thumbnail-container {
  border-bottom: 1px solid #dee0e1;
  background: #fff;
}
.woocommerce-loop-product img {
  display: block;
  width: 100%;
  height: auto;
}
.woocommerce-loop-product__textbox {
  padding: 5px;
}
.woocommerce-loop-product__title {
  margin: auto auto 5px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #5b6c82;
}
.woocommerce-loop-product__subtitle {
  margin: auto;
  font-size: 0.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: center;
  color: #8a8b8d;
}
.woocommerce-loop-product__textbox-bottom {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  align-items: start;
  padding: 5px;
}
.woocommerce-loop-product__category-label {
  font-size: 0.625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #40c33c;
}
.woocommerce-loop-product__category-label-star {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.woocommerce-loop-product__category-label-star svg {
  width: 15px;
  height: 15px;
  opacity: 0.72;
}
.woocommerce-loop-product .price {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.6875rem;
  color: #027fc6;
}
.woocommerce-loop-product .onsale {
  display: inline-block;
  position: absolute;
  padding: 2px 5px;
  top: 5px;
  right: 5px;
  font-size: 0.5625rem;
  color: #fff;
  text-transform: lowercase;
  background: #fb7370;
  border-radius: 13px;
}
.woocommerce-loop-product .button.product_type_external, .woocommerce-loop-product .woocommerce-form-register .product_type_external#mo_wc_send_otp, .woocommerce-form-register .woocommerce-loop-product .product_type_external#mo_wc_send_otp,
.woocommerce-loop-product .add_to_cart_button {
  display: none;
}

.is-list-view .woocommerce-loop-product__thumbnail-container {
  width: 90px;
  flex: 0 0 auto;
  margin: 0;
  border-right: 1px solid #dee0e1;
  border-bottom: 0;
}
.is-list-view .woocommerce-loop-product__link {
  display: flex;
}
.is-list-view .woocommerce-loop-product__textbox {
  width: calc(100% - 90px);
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding-right: 10px;
}
.is-list-view .woocommerce-loop-product__textbox-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.is-list-view .woocommerce-loop-product .price {
  margin-right: 0;
}

.woocommerce-productfilter {
  padding: 5px 15px 0;
}
.woocommerce-productfilter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.woocommerce-productfilter__toggles {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-productfilter__toggles {
    width: auto;
    justify-content: flex-end;
  }
}
.woocommerce-productfilter__button-group {
  display: flex;
  position: relative;
}
.woocommerce-productfilter__button-group button {
  margin: 0;
}
.woocommerce-productfilter__button-group button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce-productfilter__button-group button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.woocommerce-productfilter__toggle-button {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
  background: #fff;
  box-shadow: inset 0px -3px 0.5px 0 rgba(8, 8, 8, 0.07);
  border: 1px solid #dee0e1;
  border-radius: 4px;
  color: #646464;
  padding: 7px;
  margin-right: 5px;
}
.woocommerce-productfilter__toggle-button.is-active {
  background: #FFF3E9;
}
.woocommerce-productfilter__dropdown {
  display: none;
}
.woocommerce-productfilter__dropdown {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: calc(100% + 5px);
  background: #fff;
  z-index: 99;
  border: 1px solid lightgray;
  border-radius: 5px;
  box-shadow: -1px 1px 11px 0 rgba(8, 8, 8, 0.18);
  transition: 0.2s all ease-in-out;
}
.woocommerce-productfilter__dropdown-list {
  padding: 10px;
  margin: 0;
  list-style: none;
}
.woocommerce-productfilter__dropdown-list-item {
  font-size: 0.875rem;
  padding: 7px 5px;
  white-space: nowrap;
  font-weight: 500;
  color: #4b4b4b;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.woocommerce-productfilter__dropdown-list-item:hover {
  background-color: #F7FCFF;
}
.woocommerce-productfilter__sort-icon {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
}
.woocommerce-productfilter__ordering {
  margin-bottom: 10px;
  position: relative;
}
.woocommerce-productfilter__order-select {
  width: 100%;
  font-size: 0.75rem;
  padding: 5px;
  border: 1px solid #dee0e1;
  border-radius: 4px;
  color: #646464;
  background: #fff;
  padding: 7px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.woocommerce-productfilter__categories-box {
  margin-bottom: 15px;
}
.woocommerce-productfilter__categories-box h2 {
  margin: 0 auto 0.3em;
  font-size: 0.75rem;
  color: #646464;
}

.cart-preview__header {
  padding: 15px;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-preview__items {
  padding: 0;
  margin: auto;
}
.cart-preview__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #666;
}
.cart-preview__item:first-child {
  border-top: 1px solid #666;
}
.cart-preview__item-container, .cart-preview__item-link {
  display: flex;
  max-width: 160px;
  text-decoration: none;
  color: #fff;
}
.cart-preview__item-thumb {
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0.5em 0 0;
}
.cart-preview__item-textbox {
  display: flex;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.cart-preview__item-info {
  max-width: 139px;
}
.cart-preview__item-title {
  margin: 0 auto 0.2em;
  font-size: 0.875rem;
}
.cart-preview__item-subtitle {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}
.cart-preview__item-pricebox {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}
.cart-preview__item-pricebox span {
  color: #fff;
}
.cart-preview__item-multiply {
  display: inline-block;
  margin: 0 0.4em;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.6);
}
.cart-preview__item-unitprice {
  font-size: 0.75rem;
  font-weight: bold;
}
.cart-preview__footer {
  padding: 15px;
  color: #fff;
  text-align: center;
}
.cart-preview__empty-state {
  color: #fff;
  text-align: center;
  padding-top: 65px;
}
.cart-preview__empty-state i:before {
  font-size: 6em;
}

.header-cart {
  position: relative;
  z-index: 2;
}
.header-cart__item-in-cart {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: -5px;
  left: 10px;
  z-index: -1;
  background-image: url("img/flyhi-product-star--green.svg");
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s all;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (min-width: 1600px) {
  .header-cart__item-in-cart {
    width: 27px;
    height: 27px;
    top: -5px;
    left: 19px;
  }
}
.header-cart__item-in-cart.bounceInDown {
  animation-name: bounceInDown;
}
.header-cart--has-items .header-cart__cart-icon {
  opacity: 0.7;
}
.header-cart--has-items .header-cart__item-in-cart {
  visibility: visible;
  opacity: 1;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.31, 0.25);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(0, -15px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}