/**
* Theme Name: Euro Trade
* Description: This is a child theme of Bacola.
* Author: Dev
* Template: bacola
* Version: 1.6
*/

#menu-sidebar-menu > li > a,
#menu-sidebar-menu-1 > li > a {
  font-weight: 600;
}

.site-canvas .all-categories > a {
  color: #0d4d35 !important;
  background-color: #edede2 !important;
}

.site-payments {
  width: 100px;
  margin: 1rem !important;
}

.site-social ul a {
  width: 40px;
  height: 40px;
  transition: all 0.2s ease;
}

.site-social ul a:hover {
  transform: scale(1.1);
}

@media (max-width: 48rem) {
  .site-social {
    margin-top: 0 !important;
    margin: auto !important;
  }
  .site-phone {
    margin: auto;
    justify-content: center !important;
  }
}

body.woocommerce-cart a.button.remove-all {
  background: none;
  border: 1px solid #0d4d35;
  color: #0d4d35 !important;
}

.remove-filter-element.clear-all {
  color: #ea2b0f !important;
  padding-left: 0px !important;
}

.remove-filter-element.clear-all::before,
.remove-filter-element.clear-all::after {
  content: none;
}

.klb-contact-form.contact-form-wrapper .form-wrapper {
  max-width: 38rem;
}

.klb-contact-form.contact-form-wrapper .form-wrapper .contact-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 60rem) {
  .klb-contact-form.contact-form-wrapper {
    margin-top: 0;
    padding-top: 1.4rem;
    padding-bottom: 4rem;
  }
  .site-footer {
    margin-top: 5rem !important;
  }
}

@media screen and (max-width: 768px) {
  .site-footer .footer-bottom {
    padding-bottom: 3rem;
  }
}

.klb-contact-form.contact-form-wrapper .form-wrapper .contact-header {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.klb-contact-form h2 {
  font-weight: 600;
}

.site-footer .footer-iconboxes .iconbox {
  justify-content: center;
}

body.blog .klb-blog-list.blog-wrapper #sidebar {
  display: none;
}

@media (min-width: 992px) {
  body.blog .klb-blog-list.blog-wrapper .row.content-wrapper > div:first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  body.blog
    .klb-blog-list.blog-wrapper
    .row.content-wrapper
    > div:first-child
    > div
    > article:last-child {
    flex-grow: 0;
  }
}

#partners-slider .swiper-slide-image {
  max-width: 80%;
  max-height: 100px;
  height: auto;
}

@media (max-width: 500px) {
  #partners-slider .swiper-pagination-horizontal {
    bottom: -1rem !important;
  }
}

.center-subtitle {
  max-width: 37rem !important;
  margin: auto !important;
}

.woocommerce-form.woocommerce-form-track-order.track_order {
  max-width: 500px;
  margin: auto;
}

.sku-wrapper {
  margin-left: 0 !important;
}
.sku-wrapper::before {
  content: "" !important;
  margin-right: 0px !important;
}

.zindex2_hvr:hover {
  z-index: 2 !important;
}

@media (max-width: 991px) {
  #team-container .zindex2_hvr:hover {
    background-color: none !important;
    transform: none !important;
  }
}

/* Only blur siblings when one .zindex2_hvr is hovered */
/* #team-container:has(.zindex2_hvr:hover) .zindex2_hvr:not(:hover) {
  filter: blur(4px);
  transition: filter 0.2s;
} */

#e-image-ai-attachment-details,
#e-image-ai-media-library {
  display: none !important;
}

/* Hide woo elements to simplify checkout */
.woocommerce-mini-cart__buttons.buttons > a:first-child,
.woocommerce-shipping-totals.shipping .woocommerce-shipping-destination,
.woocommerce-shipping-totals.shipping .woocommerce-shipping-calculator {
  display: none !important;
}

div.woocommerce form .form-row:is(p.fc-hidden-field) {
  margin-bottom: 0 !important;
}

nav.header-mobile-nav {
  padding: 0.75rem 0 1.5rem 0;
  height: auto;
}

.widget .site-checkbox-lists .site-scroll {
  max-height: fit-content;
}

.products .content-wrapper .product-meta .product-unit {
  display: none;
}

.products .content-wrapper .product-meta .product-available {
  margin-left: 0;
}

@media screen and (min-width: 64rem) {
  .single-content.no-bg .product .product-header,
  .single-content.single-type3 .product .product-header {
    padding-bottom: 1.5rem;
  }
}

p.fc-same-address-checkbox {
  display: none !important;
}

.single-product .product-brand tr {
  margin-right: 10px;
  margin-left: 0 !important;
}

i.fa-utensils {
  display: none;
}

.menu-list li.category-parent > a i {
  margin-right: 0.5rem !important;
}

.klb-contact-form.contact-form-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.single-type3 table.woocommerce-product-attributes.shop_attributes {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	    margin-top: -4px;
    margin-left: 6px;
    opacity: 0.8;
}
