/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ------------- Category Slider ----------------*/

.woocommerce-order-received .wd-checkout-steps {
    justify-content: center;
    align-self: center;
}
.woocommerce-order-received .wd-page-title-bg:before {
    background-color: rgb(0, 0, 0, .2);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

@media(max-width:1240px){
    .wd-page-title-el .wd-page-title {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (min-width: 769px) {
    .wd-checkout-steps .step-active>:is(a,span) {
        text-decoration: underline 2px solid rgb(255 255 255) !important;
    }
}
@media(max-width:576px){
    .wd-page-title .entry-title.title {
        font-size: 1.875rem !important;
    }
    .wd-page-title-el .wd-page-title {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* ------------- /Category Slider ----------------*/

/* ------------- Attribute Switcher ----------------*/
.apex-dynamic-switcher label{
    margin-top:10px;
    font-weight:600;
}
/* ------------- /Attribute Switcher ----------------*/

/* ------------- Page Index ----------------*/
.e-con .elementor-widget.apex-page-index {
    min-width: 300px;
}
.apex-page-index .elementor-shortcode{
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    position: sticky;
    top: 150px;
}

.apex-page-index-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.apex-page-index ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.apex-page-index li {
    margin-bottom: 8px;
    cursor: pointer;
}

.apex-page-index li.level-h2 {
    padding-left: 0;
}

.apex-page-index li.level-h3 {
    padding-left: 15px;
}

.apex-page-index a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.2s ease;
}

.apex-page-index a:hover,
.apex-page-index li:hover{
    color: #810007;
}
.apex-page-index-title #index-toggler svg {
    width: 24px;
}
.apex-page-index-title #index-toggler {
    padding: 0;
    background-color: transparent;
    display:none;
}
@media (max-width: 991px) {
    .apex-page-index {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .apex-page-index ul.contents {
        display: none;
    }
    .apex-page-index-title {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .apex-page-index-title #index-toggler {
        padding: 0;
        background-color: transparent;
    }
    .apex-page-index-title #index-toggler {
        display:block;
    }
}
/* ------------- /Page Index ----------------*/
