/**
 * Global CSS
 */

/* Contact form 7 - start */

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450; /* Green */
  color: #fff;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232; /* Red */
  color: #fff;
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28; /* Orange */
  color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900; /* Yellow */
  color: #fff;
}

.wpcf7-spinner {
  margin-top: 5px;
  display: block;
}

/* Contact form 7 - end */

/* Cookie consent - start */

.cky-btn {
  border-width: 5px !important;
  border-radius: 10px !important;
}

.cky-consent-bar {
  border-width: 5px !important;
}
.yith-wcan-filters .apply-filters{
	display:none;
}
.filter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* slightly transparent white */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.filter-overlay::after {
      content: "";
    width: 50px;
    height: 50px;
    background: url('/wp-content/uploads/2022/11/FINAL__Freakuence-100x100.png') no-repeat center center;
    background-size: contain;
    display: inline-block;
    animation: spin 1s linear infinite;
}
.filters-container .yith-wcan-active-filters .active-filter .active-filter-label-cus {
    font-size: 14px;
}
.yith-wcan-active-filters .active-filter .active-filter-label-cus, .yith-wcan-active-filters h4 {
    color: #83552b!important;
    font-family: nunito;
    font-size: 20px;
    font-weight: 700;
}
.yith-wcan-active-filters .active-filter .active-filter-label-cus {
    border: 1px solid var(--yith-wcan-filters_colors_accent, #4e8ba2);
    border-radius: 5px;
    color: var(--yith-wcan-anchors_style_text, #434343);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 4px 15px 3px;
    position: relative;
    text-decoration: none;
    position: relative;
}
.yith-wcan-active-filters .active-filter .active-filter-label-cus:after {
    background-color: var(--yith-wcan-filters_colors_accent, #4e8ba2);
    background-image: url("/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/images/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    border-radius: 100%;
    color: #fff;
    content: "";
    font-size: 16px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: -5px;
    text-align: center;
    text-decoration: none;
    top: -5px;
    width: 15px;
}