/* .bapf_head h3 {
    font-size: 18px !important;
}

.bapf_body ul {
    padding-left: 0;
}

.filters-switcher {
    margin-top: 30px;
    padding: .5rem 1rem;
    border-radius: 75px 75px 75px 75px;
    background-color: #636363;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    display: none;
}

.filters-switcher+div {
    transition: .5s ease-in-out;
    background-color: #e4e4e4;
    padding: 50px;
}

.filters-switcher+div:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #bbb;
}

@media all and (max-width: 767px) {
    .filters-switcher+div {
        padding: 20px;
    }
}

.filters-switcher+div .berocket_single_filter_widget {
    border: 1px solid #bbb;
    border-bottom: none;
    padding: 20px;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle {
    background-color: #fff;
}

.bapf_sfilter {
    margin-bottom: 0;
}

.filters-switcher.opened+div {
    max-height: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

@media all and (max-width: 767px) {
    .filters-switcher {
        display: inline-block;
    }
    .filters-switcher+div {
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.filters-switcher:hover {
    cursor: pointer;
} */


/* Search dropdown */

@media all and (max-width:1300px) {

  .jet-ajax-search__results-header,
  .jet-ajax-search__results-footer {
    flex-direction: column;
  }
}

@media all and (max-width:768px) {

  .jet-ajax-search__results-header,
  .jet-ajax-search__results-footer {
    flex-direction: row;
  }
}


/* Custom Hover */

li.jet-menu-item.jet-menu-hover.jet-menu-hover-disable>.jet-sub-menu,
li.jet-menu-item.jet-menu-hover.jet-menu-hover-disable .jet-sub-mega-menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

li.jet-menu-item.jet-menu-hover.jet-menu-hover-disable.jet-menu-active>.jet-sub-menu,
li.jet-menu-item.jet-menu-hover.jet-menu-hover-disable.jet-menu-active .jet-sub-mega-menu {
  top: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}


/* My Account  */

.woocommerce-account .site-main {
  padding: 30px 0;
}


/* Wishlist  */

html .jet-wishlist .jet-wishlist__content.jet-wishlist-products--preset-10 .jet-wishlist-item__content .jet-cw-add-to-cart,
html .jet-wishlist .jet-wishlist__content.jet-wishlist-products--preset-10 .jet-wishlist-item__content:hover .jet-wishlist-products-content-wrapper {
  transform: none;
}

.jet-wishlist-item-remove-button:focus {
  border: none !important;
  outline: none !important;
  background: none !important;
}


/* Products grid  */

@media all and (max-width:768px) {
  .archive .elementor-products-grid {
    padding-top: 30px;
  }
}


/* Product single  */

.woocommerce .quantity [type=number] {
  width: 100px;
}

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

@media all and (max-width:568px) {
  .single-product .woocommerce-product-gallery__trigger {
    display: none;
  }
}

.wishlist-icon-only {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100px !important;
}

.wishlist-icon-only .jet-wishlist-button__label {
  display: none;
}

.wishlist-icon-only .jet-wishlist-button__plane-normal,
.wishlist-icon-only .jet-wishlist-button__plane-added,
.wishlist-icon-only a:hover .jet-wishlist-button__plane-normal {
  background: none !important;
}

.wishlist-icon-only .fa-heart,
.wishlist-icon-only .jet-wishlist-button__state {
  color: #000 !important;
}


/* Global  */

.woocommerce a.added_to_cart {
  display: block;
}

.showme .elementor-button {
  width: 100%;
}

.showme {
  margin-bottom: 20px !important;
  transition: .2s ease-in-out;
}

.showme.opened {
  margin-bottom: 0 !important;
}


/* Header  */

@media all and (max-width: 1025px) {
  .header-right-wrapper .elementor-element-populated {
    display: flex;
    justify-content: flex-end !important;
    flex-wrap: wrap;
  }

  .header-right-wrapper .elementor-widget-jet-ajax-search {
    width: 100% !important;
    text-align: right;
  }

  .header-right-wrapper .jet-search {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 768px) {
  .mobile-header-wraper .elementor-element-populated {
    display: flex;
    justify-content: space-between;
  }

  .mobile-header-wraper .header-mobile-wishlist {
    margin-right: 0;
    margin-left: auto;
  }

  .mobile-header-wraper .elementor-widget-woocommerce-menu-cart {
    margin-left: 0;
  }
}


/* ipad fix sidebar size fix  */


/* For general iPad layouts */

@media only screen and (device-width: 768px),
only screen and (device-width: 1024px) {
  #filters-sidebar .elementor-heading-title {
    font-size: 28px;
  }

  #filters-sidebar .elementor-toggle-title {
    font-size: 22px;
  }

  #filters-sidebar .jet-filters-counter,
  #filters-sidebar .jet-checkboxes-list__label {
    font-size: 16px;
  }

  #filters-sidebar .jet-range__inputs__container {
    flex-direction: column;
  }

  #filters-sidebar .jet-range__inputs__group {
    margin: 0 0 10px;
  }

  #filters-sidebar .jet-remove-all-filters__button {
    font-size: 22px;
  }
}

#filters-sidebar .apply-filters {
  display: block;
  position: relative !important;
  right: 0 !important;
  bottom: 0 !important;
  margin-top: 10px;
}

.jet-range .jet-filter-label {
  position: relative;
  font-size: 0;
}

.jet-range .jet-filter-label:before,
.jet-range .jet-filter-label:after {
  font-size: 16px;
  position: relative;
  display: inline-block;
  position: absolute;
}

.jet-range .jet-filter-label:before {
  content: 'Min';
}

.jet-range .jet-filter-label:after {
  content: 'Max';
  left: 50%;
}

#search-again,
.elementor-nothing-found.elementor-products-nothing-found {
  display: none;
}

.archive ul.products li h2 {
  word-wrap: anywhere;
}

body.archive li.product .woocommerce-loop-product__title {
  /* max-height: calc(29px * 3);
    overflow: hidden;
    padding: 0 !important; */
  margin-bottom: .5em !important;
}

button.gtw-popup-order-gift-wrapper {
  white-space: inherit;
  color: #EB3C35 !important;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet-active {
  background: #5F35BB !important;
  color: #5F35BB;
}

.swiper-pagination-bullet {
  position: relative;
}

.swiper-pagination-bullet i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 12px;
  color: #636363;
}

.swiper-pagination-bullet-active i {
  color: #5F35BB;
}

html .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: -20px;
}


/* Checkout styles */

.woocommerce-checkout .select2-selection {
  border: 2px solid #ededed;
  padding: 10px 10px 10px 24px;
  border-radius: 24px;
  height: unset;
}

.woocommerce-checkout .select2-selection__arrow {
  height: unset !important;
  bottom: 0;
  right: 15px !important;
}

.woocommerce-checkout .select2-dropdown {
  border: 2px solid #ededed;
  border-top: none;
  padding: 10px 20px 20px;
  border-radius: 0 0 24px 24px;
}

.woocommerce-checkout .select2-search--dropdown {
  margin-bottom: 10px;
}

.woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout #billing_company_field,
.woocommerce-checkout #billing_email_field,
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_city_field {
  width: 100%;
  max-width: 300px;
}

.woocommerce-checkout #checkout_coupon,
.woocommerce-checkout #pwgc-redeem-gift-card-form,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
.woocommerce-checkout .form-row-wide {
  width: 100%;
  max-width: 50%;
}

.woocommerce-checkout #order_comments {
  min-height: 250px;
}

@media all and (max-width: 568px) {

  .woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
  .woocommerce-checkout #billing_postcode_field,
  .woocommerce-checkout #billing_company_field,
  .woocommerce-checkout #billing_email_field,
  .woocommerce-checkout #billing_phone_field,
  .woocommerce-checkout #billing_city_field,
  .woocommerce-checkout .form-row-wide {
    max-width: 100%;
  }
}

@media all and (max-width: 768px) {
  .woocommerce-checkout .form-row-wide {
    max-width: 100%;
  }
}

.woocommerce-checkout .woocommerce-form-coupon {
  padding: 0 !important;
  border: none !important;
}

.woocommerce-checkout #pwgc-redeem-form label,
.woocommerce-checkout .woocommerce-form-coupon>p:first-child {
  font: 700 normal 21px / 1.4 "Baloo 2", sans-serif;
  color: #32355d;
  margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-form-coupon [type=submit],
.woocommerce-checkout #pwgc-redeem-form [type=submit] {
  margin-top: 10px !important;
  font: 600 normal 16px / 1.5 "Baloo 2", sans-serif;
  color: #fff;
  background-color: #727272;
  border-radius: 50px;
  padding: .5rem 1rem;
}

.woocommerce-checkout .woocommerce-form-coupon [type=submit]:focus,
.woocommerce-checkout #pwgc-redeem-form [type=submit]:focus {
  border: none;
  outline: none;
}

.woocommerce-checkout .woocommerce-form-coupon [type=submit]:hover,
.woocommerce-checkout #pwgc-redeem-form [type=submit]:hover {
  color: #515151;
  background-color: #dfdcde;
  cursor: pointer;
}

.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
  float: unset;
}

.woocommerce-checkout .woocommerce-form-coupon .form-row-first {
  margin: 0;
  width: 100%;
}

/* body.woocommerce-cart .gtw-add-order-gift-wrapper-content {
    display: none;
} */

/* .jet-checkboxes-list[data-query-var=pa_brand] .jet-filter-row-hide {
  display: block !important;
} */

.elementor-location-header .elementor-widget .elementor-icon-list-icon {
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-account .woocommerce #customer_login {
  max-width: 1300px;
  padding: 30px;
}

@media (min-width: 1300px) {
  .woocommerce-account .woocommerce #customer_login {
    margin: auto;
    padding: 0;
  }
}

#pwgc-apply-gift-card-checkout {
  height: 46.6px;
}

@media (max-width: 767px) {
  .elementor-widget-icon-list .elementor-icon-list-item a {
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  .mobile-header-wraper .elementor-widget-wrap {
    flex-flow: row;
  }
}

.woocommerce-account .woocommerce {
  max-width: 1300px;
  margin: 30px auto;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 20%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 78%;
}

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

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  border-bottom: 1px solid #cfc8d8;
  padding: 10px 0 10px 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:last-child {
  border-bottom: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
  font-weight: 700;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #462789;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info:before {
  color: #462789;
}

.woocommerce-account .woocommerce .woocommerce-form-row > label {
  display: flex;
  gap: 5px;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 90%;
    margin: auto auto 20px;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
    .mobile-header-wraper .elementor-widget-wrap {
        flex-flow: row;
    }
}

.product-quantity .quantity {
  text-align: center;
}

.woocommerce-page .woocommerce-cart-form table tfoot p {
  margin: 0;
}

.woocommerce-page .woocommerce-cart-form table.cart tfoot td.actions .coupon {
  display: flex;
  gap: 10px;
}

.woocommerce-page .woocommerce-cart-form table.cart tfoot td.actions .coupon [name="coupon_code"] {
  min-width: 200px;
}

.woocommerce div.product form.cart .button {
  width: 50%;
  text-transform: capitalize;
}

.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button,
.woocommerce a.button,
.woocommerce-page .woocommerce-cart-form table.cart tfoot td.actions .button {
  border-radius: 10px;
  text-transform: capitalize;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover,
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--checkout:focus,
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--checkout {
  background-color: #5F35BB;
}

/*.jet-filters-pagination .jet-filters-pagination__load-more .jet-filters-pagination__link:hover {*/
/*  background-color: #800080 !important;*/
/*}*/

/*.search-results .products .product .add_to_cart_button,*/
/*.jet-filters-pagination .jet-filters-pagination__load-more .jet-filters-pagination__link,*/
/*.elementor-product-pw-gift-card .pwgc-field-container .pwgc-email-preview-button,*/
/*.wc-proceed-to-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container .action .button,*/
/*.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,*/
/*.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,*/
/*.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart,*/
/*.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover,*/
/*.widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button--view-cart:focus,*/
/*.elementor-default .elementor .elementor-element .elementor-wc-products ul.products li.product .button.add_to_cart_button,*/
/*.elementor-default .elementor .elementor-element .elementor-wc-products ul.products li.product .button.add_to_cart_button:hover,*/
/*.elementor-default .elementor .elementor-element .elementor-add-to-cart .button.single_add_to_cart_button:hover,*/
/*.woocommerce-notices-wrapper .button.wc-forward,*/
/*.woocommerce-notices-wrapper .button.wc-forward:hover,*/
/*.woocommerce .button.wc-forward,*/
/*.woocommerce .button.wc-forward:hover,*/
/*.woocommerce .woocommerce-button.button,*/
/*.woocommerce .woocommerce-button.button:hover,*/
/*.woocommerce button.button,*/
/*.woocommerce button.button:hover,*/
/*.woocommerce button.button:focus,*/
/*.woocommerce .woocommerce-cart-form button.button,*/
/*.woocommerce .woocommerce-cart-form button.button:hover,*/
/*.woocommerce .woocommerce-cart-form button.button:focus,*/
/*.woocommerce .woocommerce-cart-form button.button[disabled],*/
/*.woocommerce .woocommerce-cart-form button.button[disabled]:hover,*/
/*.woocommerce .woocommerce-cart-form button.button[disabled]:focus,*/
/*.woocommerce a.button {*/
/*  background-color: #800080;*/
/*  color: #fff;*/
/*  border-radius: 10px;*/
/*  text-transform: capitalize;*/
/*}*/

@media (min-width: 769px) {
  .woocommerce-page .woocommerce-cart-form table.cart tfoot td.actions .button {
    height: 37px;
  }
}

@media (max-width: 768px) {
  .product-quantity .quantity {
    text-align: right;
  }

  .woocommerce-page .woocommerce-cart-form table.cart tfoot td.actions .coupon {
    flex-direction: column;
  }

  .woocommerce-page .woocommerce-cart-form table.cart tfoot td.actions .coupon [name="coupon_code"],
  .woocommerce-page .woocommerce-cart-form table.cart tfoot td.actions .button {
    width: 100%;
  }
}

#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container .action {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px
}

#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container .action .button {
  padding: 9px 14px;
  color: #515151;
  background-color: #e9e6ed;
}

@media (max-width: 768px) {
  #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container .action {
    flex-flow: column;
  }
}

.jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__items .jet-mobile-menu__item.highlight .mobile-link,
.jet-menu-container .jet-menu .jet-menu-item.highlight .top-level-link {
  border-radius: 50px;
  background-color: #EB3C35;
  font-size: 19px !important;
}

.jet-mobile-menu__container .jet-mobile-menu__body .jet-mobile-menu__items .jet-mobile-menu__item.highlight .mobile-link {
  padding: 5px 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
}

/*.search-results .products .product h2,*/
/*.woocommerce-loop-product__title {*/
/*  height: 60px;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 2;*/
/*  line-clamp: 2;*/
/*  -webkit-box-orient: vertical;*/
/*}*/

.jet-filter .jet-list-tree .jet-list-tree__parent .jet-checkboxes-list__button {
  font-weight: 700;
  color: #800080;
}

.wow-brands .wow-brands__toolbar {
  width: 50%;
  margin: 20px auto;
}

.wow-brands .toolbar .toolbar__message {
  text-align: center;
  margin: 20px 0px;
  font-size: 32px;
  font-weight: 700;
}

.wow-brands .wow-brands__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  row-gap: 30px;
  column-gap: 5%;
}

.wow-brands .wow-brands__link {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

@media (max-width: 768px) {
  .wow-brands .wow-brands__toolbar {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .wow-brands .wow-brands__item .wow-brands__img {
    width: 40vw;
    aspect-ratio: 1 / 1;
  }
}

.woocommerce-checkout .iti__selected-country:hover,
.woocommerce-checkout .iti__selected-country {
	background: transparent !important;
}

.jet-filters-pagination {
  justify-content: center;
  margin-bottom: 50px !important;
}

@media (max-width: 767px) {
  .snize-ac-results-columns {
    display: flex;
    flex-flow: column-reverse;
  }

  .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content {
    display: flex;
    flex-flow: column;
  }

  .snize-ac-results.snize-ac-results-mobile #snize-ac-items-container-1,
  .snize-ac-results.snize-ac-results-mobile #snize-ac-items-container-2,
  .snize-ac-results.snize-ac-results-mobile #snize-ac-items-container-3 {
    order: 1;
  }

  .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel,
  .snize-ac-results.snize-ac-results-mobile #snize-ac-items-container-4 {
    order: 0;
  }
}
