/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */
body.logged-in .rey-siteHeader-helper {
    display: none;
}
.main-header-button {
    display: none;
}
.rey-wishlistItem-remove svg path,
.rey-wishlistItem-atc svg path {
    stroke: #000;
}
.rey-wishlistPanel-title a,
.rey-wishlistItem-name a {
    color: #000!important;
}
.rey-wishlistItem-name a:hover {
    color: #000;
}
.reyEl-productGrid [data-attribute_name="attribute_pa_size"],
ul.products [data-attribute_name="attribute_pa_size"] {
    display: none;
}
.main-category-view ul li {
    display: none!important;
}
.main-category-view ul li.visible {
    display: list-item!important;
}
.main-category-view .load-more {
    display: block;
    margin: 20px auto;
}
.main-category-view .rey-loopHeader.--has-filter-btn,
.main-banner-category .rey-loopHeader.--has-filter-btn,
.main-banner-category .rey-loopDetails {
    display: none!important;
}
.product-category img {
    max-width: 2000px;
    max-height: 888px;
    object-fit: cover;
    margin: 0px auto;
}
.main-category-image img {
    max-width: 2000px;
    max-height: 888px;
    object-fit: cover;
    object-position: top;
    margin: 0px auto;
    width: 100%;
}
.main-category-image .img-caption-link {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 200px;
    margin: 0px auto;
    padding: 12px 20px;
    pointer-events: unset;
    z-index: 1;
}
.main-category-image .img-caption-link {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    width: 200px;
    margin: 0px auto;
    padding: 12px 20px;
    pointer-events: unset;
    z-index: 1;
}
.main-category-image .img-caption-link:hover {
    background-color: #000;
    color: #fff;
}

footer .elementor-message,
footer .elementor-message-success,
footer .elementor-message-svg {
    color: #fff;
}

.quick-add-to-cart {
    margin-left: 0!important;
}

.quick-add-variations {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.quick-add-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.quick-add-popup-inner {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    position: relative;
}
.quick-add-popup .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

input[type="radio"].quick__add-radio {
    display: none;
}

.radio-button {
    display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid #e6e6e6;
    width: 100%;
    text-align: center;
}

.variation-option {
    font-size: 12px;
    font-weight: 700;
}

input[type="radio"]:checked + .radio-button {
    border-color: #000;
}

.radio-button:hover {
    border-color: #000;
}

input[type="radio"]:disabled + .radio-button {
    background-color: #ccc;
    cursor: not-allowed;
}

.cart-notification {
    position: fixed;
    top: 70px;
    right: 20px;
    background-color: #000;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
}

.cart-notification.visible {
    opacity: 1;
    transform: translateY(0);
}

.wishlist-notice-wrapper {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
  
.wishlist-notice {
    background-color: #000;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
.wishlist-notice-wrapper.visible {
    visibility: visible!important;
    opacity: 1!important;
    transition: visibility 0s linear 0s, opacity 0.5s linear;
}
  
.wishlist-notice a {
    color: white;
    text-decoration: underline;
}

.rey-loopButtons .add_to_cart_button {
    display: none;
}

aside.rey-filterSidebar {
    display: none;
}

.rey-filterSidebar {
    display: block;
}

@media screen and (min-width: 768px) {
    .rey-siteMain.--has-sidebar {
        flex: 0 1 auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    header div section:nth-child(2),
    header div section:nth-child(3) {
        display: none;
    }
    .main-category-image .img-caption-link {
        padding: 5px 10px;
        width: 150px;
        bottom: 20px;
    }
}

#filters_form {
    background-color: #fff;
    position: absolute;
    width: auto;
    height: 500px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    padding: 38px 20px 20px 20px;
    min-width: 370px;
    z-index: 101;
    left: 0;
    top: 30px;
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    display: none;
    margin-top: 15px;
    overflow-y: scroll;
  }
  
@media screen and (max-width: 768px) {
    #filters_form {
        min-width: 300px;
        width: 100%;
        top: 50px;
    }
}
  
#filters_form .filters_block {
    gap: 15px 30px;
} 
  
@media screen and (max-width: 768px) {
    #filters_form .filters_block {
        flex-direction: column;
    }
}
  
#filters_form.active {
    display: block;
}

.price_slider,.price_label {
    display: block!important;
}

#min_price, #max_price {
    display: none!important;
}
