html, 
body {
  overflow-x: hidden !important;
}

html {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, select {
  -webkit-appearance: none;
}
}

[type=button]:focus, [type=submit]:focus, button:focus {
  outline: none;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border-color: var(--e-global-color-e9c9d28);
  border-radius: 25px;
}

table td, table th {
  vertical-align: middle;
  border-color: var(--e-global-color-e9c9d28);
}

.back-btn:hover, .back-btn:focus {
  cursor: pointer;
}

/* WooCommerce */
.woocommerce-page .site-main {
  padding-top: 30px;
  padding-bottom: 50px;
}

.woocommerce-cart .site-main {
  padding-top: 38px;
  padding-bottom: 14px;
}

.woocommerce-checkout .site-main {
  padding-top: 38px;
  padding-bottom: 44px;
}

.woocommerce form .form-row input.input-text {
  height: 42px;
}

.woocommerce .woocommerce-breadcrumb {
  word-break: break-word;
}

@media only screen and (max-width: 1025px) {
  .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
    width: 100%;
    margin: 0 0 20px;
  }
}

/* WooCommerce Login */
.woocommerce-form-login .lost_password {
  padding: 3px;
  margin: 0 0 6px;
}

/* WooCommerce Notices */
.woocommerce-notices-wrapper {
  max-width: 960px;
  display: block;
  margin: 0 auto;
}

.single-product .woocommerce-notices-wrapper {
  max-width: 900px;
}

@media only screen and (max-width: 1025px) {
  .woocommerce-cart .woocommerce-notices-wrapper {
    padding-top: 0;
  }
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  color: #fff;
  border: 0;
  margin: 0 0 0.5rem 0;
  padding: 1rem;
  border-radius: 25px;
}

@media only screen and (min-width: 1025px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    text-align: center;
  }
}

.woocommerce-info {
  background: #1e85be;
}

.woocommerce-error {
  background: var(--e-global-color-primary);
}

.woocommerce-message {
  background: var(--e-global-color-8beece8);
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  display: none !important;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  margin: 3px 0 0 0;
}

.woocommerce .woocommerce-error a,.woocommerce .woocommerce-info a,.woocommerce .woocommerce-message a, .woocommerce .woocommerce-error a.button,.woocommerce .woocommerce-info a.button,.woocommerce .woocommerce-message a.button {
  background: transparent;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
}

@media only screen and (min-width: 1025px) {
  .woocommerce .woocommerce-error a,.woocommerce .woocommerce-info a,.woocommerce .woocommerce-message a {
    margin-left: 1rem;
  }
}

.woocommerce .woocommerce-error a:hover,.woocommerce .woocommerce-info a:hover,.woocommerce .woocommerce-message a:hover {
  background: transparent;
  color: #fff;
  border: 0;
  text-decoration: underline;
}

/* WooCommerce Buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: uppercase;
  border-radius: 25px;
  padding: .8125em 1em;
}

/* WooCommerce Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid var(--e-global-color-e9c9d28);
  border-radius: 6px;
  margin-bottom: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--e-global-color-e9c9d28);
  padding: 0.5rem 1rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a {
  border-bottom: 0;
}

.woocommerce-account fieldset {
  padding: 1rem;
  margin: 0 0 6px;
}

/* WooCommerce Archive */
.woocommerce ul.products li.product a img {
  margin-bottom: 1rem !important;
}

.tax-product_cat ul.products li.product a img, .post-type-archive-product ul.products li.product a img {
  border-radius: 100%;
}

.post-type-archive-product .elementor-element-f823cf6 {
  display: none !important;
}

/* WooCommerce Single Product */
.single-product .woocommerce-notices-wrapper div:first-child, .single-product .woocommerce-notices-wrapper ul:first-child {
  margin-top: 50px;
}

.single-product .rentman-fields .rentman-date-from, .single-product .rentman-fields #start-date, .single-product .rentman-fields .rentman-date-to { 
  margin-bottom: 5px;
  display: inline-block;
}

.single-product .rentman-fields #end-date { 
  margin-bottom: 10px;
}

.single-product .rentman-fields p {
  margin: 0 0 10px 0;
}

.woocommerce div.product form.cart .variations {
  margin: 0;
}

.variations td {
  background: none !important;
}

.single_variation {
  margin-bottom: 30px;
}

.woocommerce-variation-price {
  font-family: var( --e-global-typography-primary-font-family );
  font-weight: var( --e-global-typography-primary-font-weight );
}

.woocommerce table.shop_attributes {
  border: 0;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  border: 0;
  background: #ffffff;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: #e9e9e9;
}

.woocommerce table.shop_attributes tr:hover td, .woocommerce table.shop_attributes tr:hover th {
  background: var( --e-global-color-primary );
  color: #fff;
}

.product_meta {
  margin-top: 10px;
}

.product_meta .tagged_as {
  display: none!important;
}

.product_meta .sku_wrapper, .product_meta .posted_in {
  display: block;
}

.product_meta .posted_in a {
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-text-font-weight );
}

.woocommerce .quantity .qty {
  width: 80px;
  border-radius: 25px;
  border-width: 3px;
}

.woocommerce button.single_add_to_cart_button.alt  {
  border-radius: 25px;
  background: white;
  border: 3px solid var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  padding: 12px 20px;
}

.woocommerce button.single_add_to_cart_button.alt:hover, .woocommerce button.single_add_to_cart_button.alt:focus {
  background: white;
  border: 3px solid green;
  color: green;
}

.woocommerce table.shop_table {
  border-width: 1px solid #e9e9e9;
  border-radius: 0;
}

.woocommerce table.shop_table tr, table.shop_table th, table.shop_table td {
  border: 0;
}

table caption+thead tr:first-child th, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child th {
  border-top: 0 !important;
}

/* WooCommerce Cart */
.woocommerce ul#shipping_method li input {
  margin: 0 5px 0 0 !important;
  vertical-align: middle;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: var( --e-global-color-primary );
  border-radius: 50px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #000;
}

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  border-radius: 25px;
  padding: 14px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  height: 42px;
  width: 125px;
}

.elementor-menu-cart__subtotal {
  font-size: 16px !important;
}

/* WooCommerce Checkout */
@media only screen and (max-width: 768px) {
  .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
    width: 100%;
    float: none;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: .5em;
    text-align: center;
  }
  #changePeriod {
    display: block;
    width: 100%;
  }
  .woocommerce .checkout_coupon .form-row {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
  }
  .woocommerce .checkout_coupon .form-row button {
    margin-top: .5em;
    display: block;
    width: 100%;
  }
}

#billing_country_field, #shipping_country_field {
  display: none !important;
}

table.lpp-shipping-package-wrapper {
  border: 0 !important;
}

table.lpp-shipping-package-wrapper tr, table.lpp-shipping-package-wrapper th, table.lpp-shipping-package-wrapper td {
  border: 0 !important;
}

#shipping_email_field, #shipping_phone_field {
  display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #eee;
}

#add_payment_method #payment label, .woocommerce-cart #payment label, .woocommerce-checkout #payment label {
  vertical-align: baseline;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  display: none !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: var( --e-global-color-primary );
  color: #fff;
  font-size: 1em;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: var( --e-global-color-primary );
}

#stripe-payment-data a {
  color: #fff;
}

#stripe-payment-data a:hover {
  text-decoration: underline;
}

#wc-stripe-cc-form div.form-row {
  padding: 0 !important;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  margin: 0 !important;
  padding: .5rem 1rem !important;
  border-radius: 5px !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background: #019435;
  border-radius: 50px;
  font-size: 1.25em;
  padding: 1em 3em;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  background: #02c747;
}

.woocommerce ul.order_details {
  background: var( --e-global-color-primary );
  color: #fff;
  padding: 1rem;
  border-radius: 4px;
}

.elementor-menu-cart__container {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.elementor-menu-cart__subtotal {
  font-size: 18px;
}

.elementor-text-editor ul {
  padding-left: 19px;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  margin: 0 !important;
}

.elementor-price-list-title {
  font-family: var( --e-global-typography-primary-font-family );
  font-weight: var( --e-global-typography-primary-font-weight );
}

@media screen and (max-width: 1024px) {
  .elementor-menu-toggle { outline: none; }
  #elementor-menu-cart__toggle_button { width: 100%; display: block; text-align: right; padding: 10px; }
  #elementor-menu-cart__toggle_button .elementor-button-text { display: none; }
  .elementor-nav-menu--dropdown a { white-space: nowrap !important; }
}

/* WooCommerce Search */
.woocommerce-product-search input[type=search] {
  width: 89%;
}

.woocommerce-product-search [type=submit] {
  width: 10%;
  float: right;
  border-radius: 25px;
}

/* Product Add-ons */
.wc-pao-addon {
  margin-top: 0;
}

div.product-addon-totals ul {
  padding: 0;
}

/* Local pickup */
.lpp-shipping-package-wrapper label:first-of-type {
  font-weight: 700;
}

.pickup-location-field .pickup-location-address {
  font-size: 14px;
  font-weight: 400;
}

.pickup-location-field .pickup-location-field-label {
  opacity: 1;
}

#add_payment_method .cart-collaterals .cart_totals p small, .woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #a7a8aa;
  font-size: 14px;
}

table.lpp-shipping-package-wrapper {
  font-size: 1rem;
}

.woocommerce table.shop_table td small {
  font-size: 1rem;
}

.select2-container--default .select2-selection--single {
  border-color: #e9e9e9;
  height: 42px;
  line-height: 42px;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529;
  line-height: 42px;
  font-weight: 400;
}

@media screen and (max-width: 360px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 275px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.woocommerce ul#shipping_method li input {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .pickup-location-field .pickup-location-appointment-date {
    max-width: 100%;
  }
}

#wc-local-pickup-plus-date-clear-0 {
  display: none;
}

.pickup-location-field .ui-datepicker-trigger {
  margin: 10px 0 0 -42px;
}

.pickup-location-field .ui-datepicker-trigger:hover {
  background: none;
}

.ui-datepicker.pickup-location-appointment-datepicker .ui-datepicker-header {
  background: var( --e-global-color-3b1b0a9 );
  color: #fff;
  font-size: 1rem;
}

.ui-datepicker.pickup-location-appointment-datepicker table.ui-datepicker-calendar {
  border-color: #d9d9d6;
}

.ui-datepicker.pickup-location-appointment-datepicker table.ui-datepicker-calendar td {
  border: 1px solid #d9d9d6;
  color: #a7a8aa;
}

.lpp-shipping-package-wrapper .woocommerce-shipping-contents {
  display: none;
}

.ui-datepicker.pickup-location-appointment-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  border-color: transparent #fff transparent transparent;
}

.ui-datepicker.pickup-location-appointment-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  border-color: transparent transparent transparent #fff;
}

.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
  display: block !important;
}

form .wc-pao-addon .form-row {
  padding: 0;
  margin: 0;
}

/* Elementor */
.elementor-kit-9 .elementor-location-footer a {
  color: #9E9E9E;
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-84 .elementor-element.elementor-element-6656661 .elementor-nav-menu--dropdown {
  left: 0 !important;
}

#menu-2-6656661 {
  padding-top: 30px;
}

.tax-product_cat .menu-item-79 a, .single-product .menu-item-79 a {
  color: var(--e-global-color-primary) !important;
}