span.colour-colorDisplay.selected {
    border: 2px solid var(--primary);
}
@media screen and (max-width: 982px) {
    .d-block-md {
        display: block !important;
    }
    .w-90px {
        width: auto !important;
    }
    .h-md-a {
        height: auto !important;
    }
}
.register-image {
    align-items: center;
    display: flex;
    justify-content: center;
}
.register-form {
    animation: slideInRight 1s ease-in-out forwards;
    padding: 20px;
}
.section-height {
    align-items: center;
    height: 80vh;
    justify-content: center;
}
.ecommerce-footer {
    background-color: #f8f8f8;
    padding: 30px 0;
}
.footer-section-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-section-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-section-list li {
    margin-bottom: 5px;
}
.footer-section-list li a {
    color: #555;
    text-decoration: none;
}
.footer-section-list li a:hover {
    color: #333;
}
.subscribe-box {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}
.subscribe-box-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.subscribe-button {
    background-color: var(--primary);
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 8px 15px;
}
.subscribe-button:hover {
    background-color: var(--hov-primary);
    background-color: var(--primary);
}
.category-header {
    animation: fade-in 0.5s ease-in-out;
    border-color: #e0e0e0;
}
.category-title {
    color: #333;
    margin-top: 0;
}
.view-more-link {
    color: #06c;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.view-more-link:hover {
    color: #004080;
}
.category-carousel .carousel-box {
    animation: slide-in 0.5s ease-in-out;
}
.w-120px {
    width: 120px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1299px;
    }
    .collapse-sidebar.c-scrollbar-light.text-left {
        padding: 10px;
    }
}
.w-100per {
    width: 100% !important;
}
.h-100per {
    height: 100% !important;
}
.overlay-cat .p {
    margin-bottom: 0 !important;
}
.content-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.readmore {
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}
.mh-500px {
    max-height: 500px;
    overflow: scroll;
}
.ml-5px {
    margin-left: 10px;
}
.responsive_nav {
    display: none;
}
@media (max-width: 1240px) {
    .man_nav {
        display: none !important;
    }
    .responsive_nav {
        display: flex;
    }
    .nav_rs {
        width: 80%;
    }
}
.responsive_search {
    display: none;
}
@media (max-width: 700px) {
    .main_serach {
        display: none !important;
    }
    .responsive_search {
        display: block;
    }
}
.jce {
    justify-content: end;
}
.slider_main_image .slick-track {
    align-items: center;
    display: flex;
    height: 100%;
}
.d-block-500 {
    display: none;
}
@media (max-width: 550px) {
    .d-none-550 {
        display: none !important;
    }
    .d-block-500 {
        display: block;
    }
}
.mt-5px {
    margin-top: 5px;
}
.p2_header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.p2_header h1 {
    color: var(--hov-primary);
    font-size: 45px;
}


