/**
Theme Name: Modene
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: modene
Template: astra
*/
/* =========================================
   MODENE SINGLE PRODUCT GALLERY
   ========================================= */

.modene-product-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;

    width: 100%;
    margin: 0;
    padding: 0;
}

.modene-product-gallery__item {
    width: 100%;
    min-width: 0;

    margin: 0;
    padding: 0;

    overflow: hidden;
    background: #f8f8f8;
}

.modene-product-gallery__image {
    display: block;

    width: 100%;
    height: auto;

    max-width: 100%;

    margin: 0;
    padding: 0;
}


/* Mobile swipe gallery */
@media (max-width: 767px) {

    .modene-product-gallery {
        display: flex;

        gap: 8px;

        overflow-x: auto;
        overflow-y: hidden;

        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
    }

    .modene-product-gallery::-webkit-scrollbar {
        display: none;
    }

    .modene-product-gallery__item {
        flex: 0 0 100%;
        scroll-snap-align: start;
 
    }
    
}
/* MODENE Simple Elementor Accordion */

.modene-product-accordion .elementor-accordion {
    border: 0 !important;
}

.modene-product-accordion .elementor-accordion-item {
    border: 0 !important;
    border-top: 1px solid #e5e5e5 !important;
}

.modene-product-accordion .elementor-accordion-item:last-child {
    border-bottom: 1px solid #e5e5e5 !important;
}

/* Title */
.modene-product-accordion .elementor-tab-title {
    padding: 14px 0 !important;

    border: 0 !important;
    background: transparent !important;

    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: #222 !important;
}

/* Icon */
.modene-product-accordion .elementor-accordion-icon {
    float: right !important;
}

/* Content */
.modene-product-accordion .elementor-tab-content {
    padding: 4px 0 18px !important;

    border: 0 !important;
    background: transparent !important;

    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #444 !important;
}

/* =========================================
   MODENE PRICE FILTER
   ========================================= */

.modene-price-filter {
    width: 100%;
}


/* TITLE */

.modene-price-filter__title {
    margin: 0 0 12px !important;

    padding: 0 !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-transform: uppercase;

    color: #242424 !important;
}


/* LINE BELOW TITLE */

.modene-price-filter__line {
    width: 100%;
    height: 1px;

    margin: 0 0 20px;

    background: #777;
}


/* =========================================
   RANGE SLIDER
   ========================================= */

.modene-price-filter__range-wrap {
    position: relative;

    width: calc(100% - 10px);
    height: 26px;

    margin: 0 5px 18px;
}


/* Grey full track */

.modene-price-filter__track {
    position: absolute;

    top: 50%;
    left: 0;
    right: 0;

    height: 4px;

    transform: translateY(-50%);

    background: #d5d5d5;
}


/* Active black range */

.modene-price-filter__range-fill {
    position: absolute;

    top: 50%;

    height: 4px;

    transform: translateY(-50%);

    background: #292929;

    pointer-events: none;
}


/* Two range inputs */

.modene-price-filter__range {
    position: absolute;

    top: 0;
    left: 0;

    width: 100% !important;
    height: 26px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;

    -webkit-appearance: none;
    appearance: none;

    pointer-events: none;

    outline: none !important;
}


/* Chrome / Edge thumb */

.modene-price-filter__range::-webkit-slider-thumb {
    width: 20px;
    height: 20px;

    border: 5px solid #292929;
    border-radius: 50%;

    background: #ffffff;

    cursor: pointer;

    pointer-events: auto;

    -webkit-appearance: none;
    appearance: none;
}


/* Firefox thumb */

.modene-price-filter__range::-moz-range-thumb {
    width: 10px;
    height: 10px;

    border: 5px solid #292929;
    border-radius: 50%;

    background: #ffffff;

    cursor: pointer;

    pointer-events: auto;
}


/* Remove native Firefox track */

.modene-price-filter__range::-moz-range-track {
    background: transparent;
    border: 0;
}


/* =========================================
   MODENE PRICE FILTER - FINAL
   ========================================= */

.modene-price-filter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


/* =========================================
   TITLE
   ========================================= */

.modene-price-filter__title {
    margin: 0 0 12px !important;
    padding: 0 !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;

    text-transform: uppercase;

    color: #222222 !important;
}


/* =========================================
   LINE BELOW TITLE
   ========================================= */

.modene-price-filter__line {
    display: block;

    width: 100%;
    height: 1px;

    margin: 0 0 20px;

    padding: 0;

    background: #777777;
}


/* =========================================
   PRICE RANGE WRAPPER
   ========================================= */

.modene-price-filter__range-wrap {
    position: relative;

    width: calc(100% - 20px);
    height: 28px;

    margin: 0 10px 20px;

    padding: 0;
}


/* Full grey track */

.modene-price-filter__track {
    position: absolute;

    top: 50%;
    left: 0;
    right: 0;

    width: 100%;
    height: 4px;

    margin: 0;

    transform: translateY(-50%);

    border: 0;
    border-radius: 999px;

    background: #d5d5d5;

    pointer-events: none;

    z-index: 1;
}


/* Selected active range */

.modene-price-filter__range-fill {
    position: absolute;

    top: 50%;

    height: 4px;

    margin: 0;

    transform: translateY(-50%);

    border-radius: 999px;

    background: #292929;

    pointer-events: none;

    z-index: 2;
}


/* =========================================
   RESET RANGE INPUT
   ========================================= */

.modene-price-filter
input[type="range"].modene-price-filter__range {

    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    display: block !important;

    width: 100% !important;
    height: 28px !important;

    min-width: 0 !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;

    outline: none !important;
    box-shadow: none !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    accent-color: transparent !important;

    pointer-events: none;

    cursor: pointer;
}


/* Layer both sliders */

.modene-price-filter__range--min {
    z-index: 4 !important;
}

.modene-price-filter__range--max {
    z-index: 5 !important;
}


/* =========================================
   CHROME / EDGE / SAFARI TRACK
   ========================================= */

.modene-price-filter
input[type="range"].modene-price-filter__range::-webkit-slider-runnable-track {

    width: 100% !important;
    height: 4px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;

    box-shadow: none !important;

    appearance: none !important;
    -webkit-appearance: none !important;
}


/* =========================================
   CHROME / EDGE / SAFARI HANDLE
   ========================================= */

.modene-price-filter
input[type="range"].modene-price-filter__range::-webkit-slider-thumb {

    display: block !important;

    width: 22px !important;
    height: 22px !important;

    margin-top: -9px !important;

    padding: 0 !important;

    border: 5px solid #292929 !important;
    border-radius: 50% !important;

    background: #ffffff !important;

    box-shadow: none !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    pointer-events: auto !important;

    cursor: pointer !important;
}


/* =========================================
   FIREFOX TRACK
   ========================================= */

.modene-price-filter
input[type="range"].modene-price-filter__range::-moz-range-track {

    width: 100% !important;
    height: 4px !important;

    border: 0 !important;

    background: transparent !important;

    box-shadow: none !important;
}


/* Remove Firefox native active color */

.modene-price-filter
input[type="range"].modene-price-filter__range::-moz-range-progress {

    height: 4px !important;

    border: 0 !important;

    background: transparent !important;
}


/* =========================================
   FIREFOX HANDLE
   ========================================= */

.modene-price-filter
input[type="range"].modene-price-filter__range::-moz-range-thumb {

    width: 12px !important;
    height: 12px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 5px solid #292929 !important;
    border-radius: 50% !important;

    background: #ffffff !important;

    box-shadow: none !important;

    pointer-events: auto !important;

    cursor: pointer !important;
}


/* =========================================
   PRICE INPUT ROW
   ========================================= */

.modene-price-filter__fields {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto
        minmax(0, 1fr);

    align-items: center;

    gap: 10px;

    width: 100%;

    margin: 0 0 18px;

    padding: 0;
}


/* Individual price box */

.modene-price-filter__field {
    display: flex;
    align-items: center;

    width: 100%;
    height: 44px;

    min-width: 0;

    margin: 0;
    padding: 0;

    border: 1px solid #c8c8c8;

    background: #ffffff;

    box-sizing: border-box;
}


/* Rs */

.modene-price-filter__currency {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;

    height: 100%;

    padding: 0 6px 0 10px;

    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;

    color: #555555;

    white-space: nowrap;
}


/* Numeric input */

.modene-price-filter__field input[type="number"] {
    flex: 1 1 auto;

    width: 100% !important;
    height: 42px !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 8px 0 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;

    outline: 0 !important;
    box-shadow: none !important;

    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 42px !important;

    color: #555555 !important;

    -moz-appearance: textfield;
}


/* Remove number arrows */

.modene-price-filter__field
input[type="number"]::-webkit-inner-spin-button,

.modene-price-filter__field
input[type="number"]::-webkit-outer-spin-button {

    margin: 0;

    -webkit-appearance: none;
}


/* "to" */

.modene-price-filter__between {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;

    color: #555555;

    white-space: nowrap;
}


/* =========================================
   APPLY BUTTON
   ========================================= */

.modene-price-filter__button {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 44px !important;

    min-height: 44px !important;

    margin: 0 !important;
    padding: 0 15px !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: #242424 !important;

    color: #ffffff !important;

    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    letter-spacing: 0 !important;

    text-align: center !important;
    text-transform: uppercase !important;

    box-shadow: none !important;

    cursor: pointer !important;

    transition: background-color 0.2s ease;
}


.modene-price-filter__button:hover,
.modene-price-filter__button:focus {
    background: #111111 !important;
    color: #ffffff !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .modene-price-filter__range-wrap {
        margin-bottom: 18px;
    }

    .modene-price-filter__fields {
        gap: 8px;
    }

    .modene-price-filter__currency,
    .modene-price-filter__field input[type="number"],
    .modene-price-filter__between {
        font-size: 12px !important;
    }

    .modene-price-filter__field {
        height: 42px;
    }

    .modene-price-filter__field input[type="number"] {
        height: 40px !important;
        line-height: 40px !important;
    }

    .modene-price-filter__button {
        height: 42px !important;
        min-height: 42px !important;
    }
}