/**
Theme Name: Shop Hellcat Custom
Author: Pele
Author URI: 
Description: Custom child theme for NUR Performance.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shc
Template: hello-elementor
*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}


:root {
  --select-border: #dddddd;
  --select-focus: red;
  --select-arrow: var(--select-border);
}

ol, ul {
  margin: 0.5em 0;
}

p + ul {
  margin-top: -8px;
}

.noclick a {
    pointer-events: none;
    cursor: default;
}

/* HEADER */
@media (max-width: 991px) {
  .elementor-1187 .elementor-element.elementor-element-ed69069 > .elementor-widget-container {
      margin: 0px 0px 0px 0px !important;
  }
}

/* HOME PAGE */

/* search bar size adjustment */
.widget-ajax-search-apar .search-submit, .widget-ajax-search-apar .apar-search-form__field {
  height: 42px !important;
}

.apar-blog-slider-widget .center {
  min-height: 0 !important;
    padding: 15px 35px 15px 35px !important;
}

.apar-blog-slider-widget .slick-slider .slick-track {
  padding: 30px 0 0 0 !important;
}

.elementor-element-27bba6b {
  margin-bottom: 0px !important;
}

.packages-toggle a {

}

.angelleye_smart_button_top, .angelleye_smart_button_bottom, .angelleye_smart_button_checkout_top, .angelleye_smart_button_checkout_bottom {
  margin: 0 auto;
}

/* WOOCOMMERCE */
/* Affirm */
.elementor-add-to-cart .affirm-as-low-as {
  text-align: right;
  margin: 18px 0 0 0;
}

.affirm-as-low-as a, a.shipping-calculator-button {
  color: inherit !important;
}

.affirm-as-low-as a:hover, a.shipping-calculator-button:hover {
    color: var(--e-global-color-primary) !important;
}

.woocommerce div.product div.images a > img {
  width: inherit !important;
}

.product_meta .detail-label {
  display: block;
}

.eael-product-carousel li.add-to-cart {
  display: none;
}

.cfw-shipping-method-inner small {
  padding: 2px 7px;
}

/*
.product_meta a {
  color: var(--e-global-color-primary) !important;
}
*/

.pwb-brand-shortcode img {
  /*transform: scale(.7);*/
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
  text-align: center;
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 a {
  color: black;
  padding-bottom: 10px;
}

.product-part-number {
  padding: 0.2em 0.9em 0.2em 0;
  font-size: 13px;
  color: #777777;
  width: fit-content;
  margin: 0 auto 3px 0;
}

.red-meta-box {
  padding: 0.2em 0.9em 0.2em 0.9em;
  font-size: 13px;
  background-color: var(--e-global-color-primary);
  color: white;
  width: fit-content;
  margin: 0 auto 3px 0;
}

.product .product-card-category a {
  padding: .2em .8em;
  color: #212121;
  display: inline-block;
  margin: 3px;
  border-radius: 2px;
  border: solid 1px var(--e-global-color-fdc796c);
}

.pwb-brands-in-loop a:last-of-type {
  color: #212121;
  display: inline-block;
  margin: 0 3px 10px 3px;
  font-size: 82%;
  font-weight: 600;
  opacity: 62%;
  transition: .3s;
}

.pwb-brands-in-loop a:last-of-type:hover {
  opacity: 100%;
  transition: .3s;
}

.product-card-category a:empty {
  display: none !important;
}

.related .red-meta-box {
  margin: 3px 0 10px;
}

.product-card-category {
  font-size: 12px;
  opacity: 90%;
  padding: 5px 0 8px 0;
}

.shop-top-bar {
  margin-bottom: 0px !important;
}

@media (min-width: 1024px) {
  .ht-pagination ul, .woocommerce-pagination ul {
      margin-bottom: 0px !important;
  }
}

/*
@media (max-width: 720px) {
  .single-product .woocommerce-tabs .tabs {
      margin: 25px 13px 12px 12px !important;
  }

  .wc-tabs li {
    margin: 15px 0 8px 0 !important;
  }

  .wc-tabs a {
    margin: 10px 0;
    padding: 10px 15px !important;
      background-color: white;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
      margin-bottom: 25px !important;
  }

  .single-product .related h2 {

  }
}
*/

.single-gallery-slider .pro-thumb {
  max-width: 75px;
}


.related.products > h2 {
  margin: 10px !important;
}


.woocommerce-product-details__short-description {
}

.woocommerce-tabs {
  width: 100%;
}

.woocommerce-product-details__short-description strong {
  font-weight: bold;
  color: #333333;
}

.return-to-shop {
  margin-bottom: 40px !important;
}

.meta_detail strong {
  min-width: 0px !important;
}

.products li {
  line-height: 25px !important;
}

.woocommerce-tabs li, .woocommerce-product-details__short-description li {
  line-height: 1.618em;
  padding: 5px 0;
}

.woocommerce-product-details__short-description ul {
  margin-bottom: .9rem;
  padding-inline-start: 30px;
}

/* CART */
/* Make sure mini cart is not clickable when invisible */
.elementor-menu-cart__container[aria-hidden="true"] {
  display: none;
}

.elementor-menu-cart__footer-buttons .elementor-button {
  border-radius: 3px;
}

.elementor-menu-cart__footer-buttons span.elementor-button-text {
  font-size: .875rem;
}

.cart_totals .tax-total small {
  display: none;
}

.woocommerce-cart-form .coupon {
  display: none;
}

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  margin-top: 0 !important;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
  font-weight: 600;
}

/* reset cart table styles */
.woocommerce-cart-form table,
.woocommerce-cart-form thead,
.woocommerce-cart-form tbody,
.woocommerce-cart-form tfoot,
.woocommerce-cart-form tr,
.woocommerce-cart-form th,
.woocommerce-cart-form td {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: inherit;
  border-spacing: 0;
  border-color: inherit;
  vertical-align: inherit;
  text-align: left;
  font-weight: inherit;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}

.woocommerce table.shop_table {
  border: none !important;
}

.woocommerce table.shop_table td, .shop_table th {
  background-color: white !important;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 140px !important;
}

.woocommerce-cart-form .product-name a {
  color: var(--e-global-color-secondary);
}

.cart_totals .order-total > th, .cart_totals .order-total > td {
  font-size: 20px;
  font-weight: 600;
}

.woocommerce-cart .cart-collaterals {
    margin-bottom: 30px;
}

.cart_totals .woocommerce-Price-amount > bdi {
  font-weight: 600;
}

.cart_item .variation {
  color: #5e5e5e;
}

@media (max-width: 767px) {
  .cart-empty-btn {
    width: 100%;
    text-align: center;
  }
}

a.dgwt-wcas-details-product-title {
    color: #131313 !important;
    font-weight: 500;
}

/* CHECKOUT */


/* SHOP PRODUCTS FILTER */
.bapf_srch.bapf_button_icon span.bapf_search {
  font-size: 18px !important;
}

.bapf_button {
  box-shadow: none !important;
}

.divi_checkbox_class_item ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.divi_checkbox_class .divi_checkbox_class_item label {
  color: #4c4c4c !important;
  margin: 0 !important;
}

.divi_checkbox_class .divi_checkbox_class_item label:hover {
  color: var(--e-global-color-primary) !important;
}

.divi_checkbox_class h3 {
  color: #111111 !important;
  padding-bottom: .5em !important;
}

.bapf_head h3 {
  font-size: 20px !important;
  margin: 3px 0 !important;
  font-weight: 600 !important;
}

.bapf_body ul {
  padding-left: 5px !important;
}

.bapf_update {
  font-size: 13px !important;
  padding: 4px 14px !important;
  background-color: #ED2024 !important;
}

.bapf_update:hover {
  background-color: #CF1014 !important;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}

.bapf_reset {
  text-align: left !important;
  color: #747474 !important;
  font-size: 13px !important;
  padding: 3px 0px !important;
  background-color: transparent !important;
}

.bapf_reset:hover {
  color: #ED2024 !important;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

.irs--flat .irs-bar {
  background-color: #ED2024 !important;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
}

.bapf_ckbox_square input[type=checkbox] {
  border: 1px solid #555 !important;
}


/* DEALERSHIP / AUTO LISTINGS */
.auto-listings-search .area {
  margin: -3px -5px 0 0 !important;
  height: 42px !important;
}

.price-amount {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: black !important;
}

.grid {
  border: none !important;
  background: transparent !important;
}

.no-page-brecbrumd {
  height: 40px !important;
}

.bapf_sfilter ul li {
  line-height: 14px;
}

div.bapf_body > ul > li > label {
  font-weight: bold !important;
}

.bapf_body li.checked > label {
  color: var(--e-global-color-primary) !important;
}

/* FORMS */
.wpcf7-response-output {
    margin: 15px 0px 0px;
    font-size: 16px;
    font-weight: 700;
}

/* Fibosearch */
.dgwt-wcas-pd-addtc {
  display: none;
}

/* CONTACT FORM */
.anti-spam input {
  border-radius: 3px;
    background-color: #f8f8f8;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #dddddd;
    color: #666666;
    width: 100%;
}

.form-contact .form-wrapper .indes {
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .custom-icon-box .elementor-icon-box-description {
      margin-left: 0px !important;
  }
}

.custom-icon-box h3 {
  margin: 0;
}


/* Terms and conditions / privacy policy */
h3.accordion-heading {
  font-size: 17px;
}

h4.accordion-section-heading {
  font-size: 16px;
  font-weight: 600;
}

#policy h2, #terms h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}



/* TUNING FORM */

.wpcf7-submit {
  color: white !important;
  margin-top: 10px;
  background-color: #ee2225 !important;
}

.required-field {
  color: #ed2024;
}

.wpcf7-text, .wpcf7-free-text, .wpcf7-textarea, .wpcf7-quiz, .select {
  margin: 6px 0 15px 0;
}

.form-section-heading {
}

.form-contact p {
}

.form-contact h2 {
  font-size: 26px !important;
  letter-spacing: .02em !important;
  margin: 20px 0px 7px 0px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
}

.form-contact h3 {
  font-size: 22px;
  margin: 15px 0px 5px 0px;
  line-height: 1.2em;
}

.form-contact .form-labels {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 1px;
}

/*
.select select, .component_options_select_wrapper select, .component_data .value select, .elementor-add-to-cart select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}

.component .component_options_select, .component_data .value {
  -webkit-appearance: auto !important;
}

.select, .component_options_select_wrapper, .component_data .value, .elementor-add-to-cart .value {
  width: 100%;
  min-width: 15ch;
  border: 1px solid var(--select-border);
  border-radius: 3px;
  padding: 12px 12px 12px 0px;
  margin: 6px 0px 10px 0px;
  cursor: pointer;
  line-height: 1.1;
  background-color: #f8f8f8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

.select span {
  -ms-flex-preferred-size: 96%;
      flex-basis: 96%;
}

.elementor-add-to-cart select {
  -ms-flex-preferred-size: 87%;
      flex-basis: 87%;
}

.select select, .component_options_select_wrapper select {
  padding: 0 20px;
}

.select:focus, .component_options_select_wrapper:focus {
  border-color: #666666;
}

.select i {
  color: #777;
}
*/

.input-radio .wpcf7-list-item-label {
  padding: 0 10px 0 4px;
  vertical-align: middle;
}

.input-radio input {
  vertical-align: middle;
}

.input-radio label {
    white-space: nowrap;
}

.input-radio .wpcf7-free-text {
  height: 42px;
  padding: 0 20px;
  border-radius: 3px;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  color: #666666;
  width: 100%;
  margin-top: 8px;
}

.input-radio input.wpcf7-free-text:disabled {
  background-color: #eaeaea;
}

/* FOOTER */
.form-home-footer .submit-footer {
    font-size: 0;
    height: 50px;
    width: 50px;
    background-color: #ed2024;
    padding: 0 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
}

/* GLOBAL */
.wpcf7 input[type="checkbox"]:not(:checked), .wpcf7 input[type="checkbox"]:checked { position: static; opacity: 1; }

@media (max-width: 767px) {
  .scroll-to-top {
      display: flex !important;
  }
}

.wapf-field-input input[type=checkbox], .wapf-field-input input[type=radio] {
  margin-top: 0 !important;
}


/* NEW */
.hide-empty-upsells .elementor-widget-wrap:empty {
  display: none;
}

.elementor-element.elementor-products-grid ul.products li.product {
  display: grid;
  transition: .3s;
}

.elementor-element.elementor-products-grid ul.products li.product:hover {
  transition: .5s;
}

.eael-product-carousel li.add-to-cart a.button {
  height: 100% !important;
}

.woocommerce ul.products li.product .button {
  margin: 0 auto;
  height: fit-content;
}

.form-contact .form-wrapper .input-contact, .form-contact .form-wrapper .input-area {
    background-color: #f8f8f8;
}

.wpcf7-text, .wpcf7-textarea {
    border: 1px solid #dddddd !important;
    color: #666666;
}

.wpcf7-list-item {
    display: inherit;
    margin: 0;
}

.form-labels label {
  display: inline;
}

.auto-listings-items h3 > a {
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
  font-size: 24px;
}

.auto-listings-items .address {
  font-size: 14px;
}

.auto-listings-items .address > i {
  margin-right: -5px;
  font-size: 13px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.bapf_lcontainer {
  width: 150px !important;
  height: 150px !important;
  margin: -75px 0 0 -75px !important;
}

.bapf_loader_page {
  background-color: rgba(255,255,255,0.7);
}

.bapf_search {
  border: none !important;
}

.bapf_search:hover {
  background-color: transparent;
  color: black;
}

.bapf_input {
  background-color: #F6F6F6;
  font-size: 16px;
  border: 1px solid #dddddd !important;
  color: #666666;
}

.detail-container {
  padding-bottom: 5px;
}

.elementor-widget-woocommerce-product-meta .detail-container {
  flex: 1 0 auto;
}

.elementor-widget-woocommerce-product-meta > .elementor-widget-container {
  max-width: fit-content;
}

.button {
  background-color: var(--e-global-color-primary) !important;
  color: white;
  /*
  padding: 1em 1em !important;
  */
}

.woocommerce .button {
  color: white !important;
}

.woocommerce .button:hover {
  background-color: #ff3f3f !important;
  color: #f3f3f3 !important;
}

.woocommerce .button:disabled {
  color: white !important;
}


.product .quantity, .woocommerce-cart-form .quantity, .dgwt-wcas-details-space .quantity {
  width: 90px;
  height: 55px;
  float: left;
}

.product .quantity:not(.hidden), .woocommerce-cart-form .quantity:not(.hidden), .dgwt-wcas-details-space .quantity:not(.hidden) {
  position: relative;
}

.quantity:not(.hidden) .modify-qty {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  width: 35px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quantity:not(.hidden) .modify-qty[data-click=minus] {
  left: 0;
  text-align: right;
  padding-right: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

.quantity:not(.hidden) .modify-qty[data-click=minus]:before {
  font-size: 10px;
  color: #5c5c5c;
}

.quantity:not(.hidden) .modify-qty[data-click=plus] {
  right: 0;
  text-align: left;
  padding-left: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.quantity:not(.hidden) .modify-qty[data-click=plus]:before {
  font-size: 10px;
  color: #5c5c5c;

}

.quantity:not(.hidden) .qty {
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0 35px;
  font-size: 18px;
  border-radius: 3px;
  background-color: #f8f8f8;
  border: none;
  -moz-appearance: textfield;
}

.quantity:not(.hidden) .qty::-webkit-inner-spin-button, .quantity:not(.hidden) .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/*
.variations .value {
  padding: 0 20px;
  border: 1px solid var(--select-border);
  background-color: #f8f8f8;
  width: 100%;
  min-width: 15ch;
  border-radius: 3px;
  padding: 15px 12px 15px 0px;
  margin: 6px 0px 10px 0px;
  cursor: pointer;
  line-height: 1.1 !important;
  display: inline-flex;
  -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
}

.variations select {
  margin-left: 1em;
}
.variations .label {
  background-color: inherit;
}

.variations .value:focus {
  border-color: #666666;
}

.variations .value i {
  color: #777;
}
*/

.reset_variations {
  display: none !important;
}

.variations td.label {
  width: 100%;
  float: left;
  padding: 5px 7px 5px 0px !important;
}

.variations td.value {
  width: 100%;
  float: left;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 5px !important;
}

/* vertical product thumbnails */

@media (min-width: 1024px) {
  .woocommerce-product-gallery ol {
    width: 88px;
    float: left;
  }

  .woocommerce-product-gallery li {
    width: 100% !important;
  }
  .woocommerce-product-gallery__wrapper img {
  }

  .woocommerce-product-gallery .flex-viewport {
    width: 80%;
    float: right;
  }
}

@media (min-width: 1115px) {
  .woocommerce-product-gallery ol {
    width: 100px;
    float: left;
  }
}

.woocommerce-product-gallery li {
  padding: 8px !important;
}

.woocommerce-tabs, .wc-tabs {
  background-color: var(--e-global-color-fb15e75);
}

.woocommerce div.product.elementor .woocommerce-tabs div.panel {
  background-color: white;
  padding: 30px;
  border: solid 1px var(--e-global-color-fdc796c);
}

.woocommerce .woocommerce-tabs .panel {
  border-width: 1px !important;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
  margin: 0 !important;
  border-radius: 0 3px 3px 3px !important;
}

.wc-tabs {
  margin-left: 0 !important;
  padding: 0 0 0 3px !important;
}

.wc-tabs li {
  border-width: 1px 1px 0px 1px !important;
  margin: 0 -3px !important;
}

.woocommerce-Tabs-panel h2 {
  display: none;
  margin-top: 0 !important;
}

.woocommerce-Tabs-panel ul {
  padding-inline-start: 30px;
}

.woocommerce-Tabs-panel ul li:last-child {
  margin-bottom: .9rem;
}

.woocommerce-Tabs-panel--additional_information table {
  margin-bottom: 0 !important;
}

.woocommerce-variation-price .price {
  color: var(--e-global-color-primary) !important;
  font-weight: bold;
}

.woocommerce-variation-price {
  padding-bottom: 10px;
}

.single_add_to_cart_button {
  width: calc(100% - 104px);
  height: 55px;
}

.product .product-image-col {
  height: fit-content;
}

.product .product-info-col {
  height: fit-content;
}

@media (max-width: 600px) {
  .woocommerce div.product.elementor ul.tabs li a {
      padding: .8em 1em !important;
      font-size: 13px !important;
      text-transform: none !important;
  }
}

.woocommerce table.shop_attributes td p {
    padding: 8px !important;
}

.woocommerce div.product div.images {
    margin-bottom: 0 !important;
}


/* WooCommerce Notices */
.woocommerce-notices-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  background-color: var(--e-global-color-fb15e75);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin: 0;
  padding: 1em 1em 1em 4em;
  background-color: white;
  border: solid 1px var(--e-);
}

.woocommerce-message {
  border-top-color: var(--e-global-color-primary) !important;
}

.woocommerce-message:before {
  color: var(--e-global-color-primary) !important;
}

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

.woocommerce-notices-wrapper .button {
  margin-top: -.4em !important;
}


.woocommerce a.remove {
  font-weight: 400 !important;
}

@media (min-width: 1024px) {
  .cart-collaterals {
    width: 30% !important;
    float: right;
  }

  .woocommerce-cart-form {
    width: 67%;
    display: inline-table !important;
  }

  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
  }

  #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 23% !important;
  }
}

.woocommerce .cart-collaterals .cart_totals th, .woocommerce .cart-collaterals .cart_totals td {
  border-bottom: none;
}

@media (min-width: 768px) {
  .woocommerce .shop_table .product-remove {
    border-left: solid 1px var(--e-global-color-fdc796c);
  }

  .woocommerce .shop_table .product-subtotal {
    border-right: solid 1px var(--e-global-color-fdc796c);
  }
}

.packages-toggle a {
  color: #3a3b59;
}

.component_option_radio_button .radio_button_description .radio_button_title, .component_option_radio_button .radio_button_description .radio_button_price {
  display: inline !important;
}

.composite_form .step_title_wrapper {
  margin-bottom: .1em !important;
}

/* select styles */
@media (max-width: 768px) {
  select { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='black'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 5px) 18px;
    background-repeat: no-repeat;
  }

  input, textarea {
  }
}

@media (max-width: 432px) {
  form.woocommerce-ordering {
    float: left !important;
  }
}

.woocommerce .woocommerce-ordering, .select,
.woocommerce .variations .value,
.woocommerce .component_options_select_wrapper,
.wapf-field-select .wapf-field-input {
  padding-right: 10px !important;
  background-color: #f8f8f8;
  border: 1px solid #dddddd !important;
  border-radius: 3px;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-ordering select {
  background-color: #ffffff !important;
}

.elementor-product-composite .variations .value,
.elementor-product-composite .component_options_select_wrapper {
  min-width: 170px;
  max-width: fit-content;
}

.woocommerce .woocommerce-ordering select,
.select select,
.woocommerce .variations .value select,
.woocommerce .component_options_select_wrapper select,
.wapf-field-select .wapf-field-input select {
  background-color: #f8f8f8;
  border: none;
  padding: .5rem .7rem;
  height: 40px;
  font-size: 15px !important;
}

/* WAPF */
.wapf-wrapper {
  margin-left: 0 !important;
  padding-bottom: 10px;
}

.wapf-product-totals .wapf--inner {
  padding: 0 0 20px 0 !important;
}

.wapf-field-container .wapf-swatch--image {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
}

.wapf-checkboxes {
  padding-bottom: 5px;
}

.wapf-field-container h3 {
  margin: 10px 0 2px 0;
    font-weight: 700;
    font-size: 25px;
}

.wapf-image-swatch-wrapper {
  margin-bottom: 12px;
}

.wapf-field-select .wapf-field-input {
	margin-bottom: 12px;
}

.wapf-swatch--image.wapf-checked {
    border-radius: 4px;
    background-color: var(--e-global-color-primary);
    border: none;
}

.wapf-swatch--image.wapf-checked img {
    filter: invert(1) brightness(1.3);
}

.wapf-field-select .wapf-field-input {
  padding-right: 10px !important;
  background-color: white;
  border: 1px solid #ccc !important;
  border-radius: 3px;
}

.wapf-field-select .wapf-field-input select {
  background-color: white;
  border: none;
  padding: .5rem .7rem;
  height: 40px;
  font-size: 15px !important;
}

.woocommerce .variations td, .woocommerce .variations th {
  background-color: white;
}

.component_selections .component_section_title {
  display: none;
}

.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
}

.woocommerce .woocommerce-result-count {
  padding-top: 7px;
}

/* WC COMPOSITE PRODUCTS */
.component_title_text {
  font-size: 65%;
  text-transform: uppercase;
}

.composite_component {
  font-size: 95%;
  background-color: white;
  border-radius: 3px;
  margin: 10px 0;
  padding: 5px 20px;
  border: solid 1px var(--e-global-color-fdc796c);
}

.composite_form:not(.paged) .component .component_inner {
  padding-bottom: 1rem !important;
}

.woocommerce .composite_price .woocommerce-Price-amount {
    color: var(--e-global-color-primary) !important;
}

.woocommerce .composite_price .woocommerce-Price-amount {
  font-weight: 600;
}

.woocommerce a {
  color: #131313;
}

.elementor-add-to-cart .composite_form {
  padding-left: 0 !important;
}

.composite_wrap .single_add_to_cart_button {
  width: 85%;
  height: 55px;
}

/*
.woocommerce .component_title_wrapper {
  border-top: 1px solid var(--e-global-color-fdc796c);
  padding-top: 5px;
}
*/

.component .composited_product_title_wrapper .composited_product_title {
  font-size: 19px;
}

.component_summary p {
  margin-bottom: .3rem;
}

.component_option_radio_button_container .radio_button_input {
  padding-top: 2px !important;
  padding-right: 8px !important;
}

.component .composited_product_title_wrapper {
  padding-top: 0 !important;
}

.woocommerce .clear_component_options_wrapper {
  display: none;
}

h5.radio_button_title {
  font-weight: 400;
  color: #2d2d2d;
}

.component_option_radio_button .radio_button_description .woocommerce-Price-amount {
  color: var(--e-global-color-primary);
}

/* My account Page styles */
.woocommerce-account .entry-content .woocommerce {
  display: flex;
  align-items: flex-start;
}

.woocommerce-account fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.woocommerce-account legend {
  font-weight: 500;
  margin: 0 0 1em 0;
  padding: 20px 0 0 0;
}

.woocommerce-MyAccount-navigation {
  padding: 2em 1em;
  margin: 0 1em 4em 0;
  background-color: #fff;
  max-width: 300px;
  display: inline-block;
  width: 100%;
}

.woocommerce-MyAccount-content {
  display: inline-block;
  padding: 2em;
  width: -webkit-calc(100% - 330px);
  width: calc(100% - 330px);
  margin: 0 0 4em 1em;
  background-color: #fff;
  min-height: 242px;
}

.woocommerce-MyAccount-content .woocommerce-Button{
  margin-top: 1em;
}

@media screen and (max-width: 480px) {
  .woocommerce-account .entry-content .woocommerce{
    flex-direction: column;
  }

  .woocommerce-MyAccount-navigation{
    margin-bottom: 1em !important;
  }

  .woocommerce-MyAccount-content{
    margin-bottom: 1em;
    margin-left: 0;
  }

}

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

.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  position: relative;
  padding: 5px 0;
}

.woocommerce-MyAccount-navigation ul li:first-of-type {
  padding: 0 0 5px 0;
}

.woocommerce-MyAccount-navigation ul li:last-of-type {
  padding: 5px 0 0 0;
  border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a::before {
  display: inline-block;
  content: '';
  font-family: 'Font Awesome 5 Free';
  width: 30px;
  text-align: center;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: '\f3fd';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: '\f274';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: '\f041';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: '\f09d';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: '\f007';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: '\f2f5';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: '\f019';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a::before {
  content: "\f1b3";
}

.woocommerce table.shop_table.my_account_orders td, .woocommerce table.shop_table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle;
}

.woocommerce table.my_account_orders .order-actions {
  text-align: center;
}

.woocommerce-account .col2-set {
  width: 100%;
  padding: 2em;
  margin-bottom: 4em;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .u-columns {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 6fr 6fr;
  }

}

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
  display: none !important;
}

.woocommerce-account .col2-set h2 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 1em;
}

.woocommerce-account iframe {
  margin-bottom: 0;
}

.woocommerce-password-hint {
  line-height: 1.5;
}

.woocommerce-account .oneall_social_login_label {
  margin-bottom: 10px !important;
  font-size: 16px;
  text-transform: uppercase;
}

.woocommerce-account .oneall_social_login_providers {
  margin-left: -2px;
}

.woocommerce-account .lost_password+.oneall_social_login {
  margin-top: 10px;
}

.woocommerce-account label.inline {
  display: inline-block;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 90% !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 85% !important;
}

.elementor-58 .elementor-element.elementor-element-157154a .elementor-main-swiper .elementor-carousel-image {
  background-size: contain !important;
}

/* Shop page styles */
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    border-left: none !important;
}

/*
.elementor-widget-woocommerce-products li.product-type-simple {
  position: relative;
}

.elementor-widget-woocommerce-products .product-type-simple a.woocommerce-LoopProduct-link {
  height: 100%;
}

span.price {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
*/

.wapf-product-totals span.wapf-total {
  color: var(--e-global-color-primary) !important;
}

.wapf-product-totals span.wapf-grand-total {
  font-weight: bold;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none;
}
.woocommerce div.product.elementor ul.tabs li a {
    padding: 1em 1.8em !important;
}

/* Product Addons */
.wapf-swatch--text {
  padding: 7px 14px !important;
  font-size: 14px;
  font-weight: 500;
  margin: 0 12px 12px 0 !important;
  background-color: white;
}

/*
.home-featured li.product a img {
  height: 225px !important;
  object-fit: cover;
}
*/

.divi_checkbox_class .divi_checkbox_class_item {
  margin-bottom: 0px !important;
}

.divi_checkbox_class .divi_checkbox_class_item input[type=checkbox] {
  height: 18px !important;
  width: 18px !important;
  display: none;
}

.divi_checkbox_class .divi_checkbox_class_item input[type=checkbox]:checked:before {
  height: 6px !important;
  width: 12px !important;
  top: 3px !important;
}

.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy > span {
  display: none !important;
}

.berocket_single_filter_widget_3298 .bapf_head {
  display: none;
}

.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul li a {
  border-radius: 3px !important;
}

.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul li a i {
  top: .85em !important;
}

.bapf_sfilter .bapf_colaps_smb {
  top: 2px !important;
}

.col-fit-height {
  height: fit-content;
}

/* featured products homepage cards */
/*
.card-style-products .woocommerce-LoopProduct-link {
  border: solid 1px #eeeeee;
  border-radius: 3px;
  padding: 1em;
}
*/

abbr[title] {
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
}

abbr.required {
  color: red !important;
}

.wapf-swatch-wrapper .wapf-swatch--text.wapf-checked {
  border-color: #dd2528;
  background: var(--e-global-color-primary);
}

.wapf-field-input > input {
  border-color: #ccc;
}


.wapf-field-container {
  padding: 2px 0 !important;
}

#tuning-section .wapf-field-container {
  padding: 10px 18px 7px 18px !important;
  background-color: #f0f0f1;
  border-radius: 3px;
  margin: 6px 0;
}

.wapf-field-text .wapf-field-input {
  margin-bottom: 12px;
}

.wapf-field-label.wapf--above {
  font-weight: bold;
}

.wapf-field-container .wapf-field-description {
  padding: 0 0 10px 0 !important;
  margin-top: -5px !important;
  font-size: .85em;
  line-height: 1.618em;
}

@media (max-width: 768px) {

  .woocommerce div.product.elementor .woocommerce-tabs div.panel {
    background-color: white;
    padding: 4% 6%;
    border: solid 1px var(--e-global-color-fdc796c);
  }

  .woocommerce table.shop_table .quantity {
    width: 78px;
    height: 35px;
    float: left;
    margin-top: 3px;
  }

  .woocommerce table.shop_table .quantity:not(.hidden) .qty {
    font-size: 15px !important;
    padding: 0 20px !important;
  }

  .woocommerce table.shop_table .product-quantity {
    padding: 0;
  }

  .woocommerce table.shop_table .product-subtotal {
    width: 50%;
    float: right;
  }

  .shop_table .product-quantity:before {
    padding-top: .65em;
    padding-left: 12px;
    padding-right: 12px;
  }

  .woocommerce table.cart .product-name {
    margin-top: 7px;
  }

  .woocommerce table.cart .product-subtotal, .woocommerce table.cart .product-remove {
    border-top-color: white !important;
  }

  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: initial !important;
    border-top: none !important;
  }

  .woocommerce table.cart .product-thumbnail:before {
    display: none;
  }

  .woocommerce table.cart tr {
    padding-bottom: 41px;
    padding-top: 25px;
    border-bottom: solid 1px #e0dada;
  }

  /* align remove product to right side */
  .woocommerce table.cart .product-remove {
    width: 30%;
    float: right;
  }

  .woocommerce table.cart .product-remove a {
    float: right;
  }


  .woocommerce table.cart .product-price, .woocommerce table.cart .product-quantity {
    border-top-color: var(--e-global-color-fdc796c) !important;
  }

  .woocommerce table.cart .product-name {
    border-top-color: #e0dada;
  }

  .woocommerce table.cart tbody > tr:nth-child(1) {
    padding-top: 0;
  }

  .woocommerce table.shop_table_responsive tr:last-child > td:before {
    display: none;
  }
}

@media (max-width: 479px) {
  .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 50% !important;
}

::-moz-selection {
  color: white;
  background: var(--e-global-color-primary);
}


::-webkit-selection {
  color: white;
  background: var(--e-global-color-primary);
}

::selection {
  color: white;
  background: var(--e-global-color-primary);
}

