﻿
.product-slider-container {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: auto;
}
.product-slider {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
}

.slider-product {
    flex:0 0 20%;
    transition: transform 0.5s ease;
    min-width:350px;
}
    .slider-product img {
        max-width: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 4px;
        max-height: 450px;
    }
    .slider-product .pd-details{
        color:#000;
    }
    .slider-product .pd-details h4 {
        padding: 0% 1%;
        font-size: 2rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.btn-carousel-slider {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #f15922;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    font-size:4rem;
}

    .btn-carousel-slider:hover {
        color: #282828;
    }

    .btn-carousel-slider:disabled {
        color: #aaa;
        cursor: not-allowed;
    }

    .btn-carousel-slider.prev {
        left: -20px;
    }

    .btn-carousel-slider.next {
        right: -20px;
    }

@media(max-width:740px){
    .grid-space-20{
        padding-left:0;
        padding-right:0;
    }
    .product-slider-container {
        max-width: 100%;
    }
    .slider-product {
        flex: 0 0 100%;
        min-width: 100%;
        margin: auto;
        padding: 0%;
       
    }
        .slider-product img {
            max-width: 100%;
            object-fit: cover;
            object-position: top;
            max-height:350px;
        }
        .slider-product .pd-details {
            padding: 0% 1%;
            font-size: 1.3rem;
        }
            .slider-product .pd-details h4{
                font-weight:600;
                font-size:1.2rem;
            }
}


/*Toggle*/
.toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    margin: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 40px;
}

    .switch .kkds-input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.kkds-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f15922;
    transition: .4s;
    border-radius: 34px;
}

    .kkds-slider:before {
        position: absolute;
        content: "";
        height: 31px;
        width: 80px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 34px;
    }

.kkds-input:checked + .kkds-slider {
    background-color: #f15922;
}

    .kkds-input:checked + .kkds-slider:before {
        transform: translateX(72px);
    }

.kkds-slider-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.3s ease;
    letter-spacing:1.2px;
}

    .kkds-slider-text.men {
        left: 4px;
        color: #f15922;
    }

    .kkds-slider-text.women {
        right: 4px;
        color: #fff;
    }
    .kkds-slider-text.and {
        left:50px;
        color: #fff;
        padding:5px 2.5rem;
    }

.kkds-input:checked + .kkds-slider .kkds-slider-text.men {
    color: #ffffff;
}

.kkds-input:checked + .kkds-slider .kkds-slider-text.women {
    color: #f15922;
}




/*.toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    margin: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 40px;
}

    .switch .kkds-input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.kkds-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f15922;
    transition: .4s;
    border-radius: 34px;
}

    .kkds-slider:before {
        position: absolute;
        content: "";
        height: 31px;
        width: 68px; 
        bottom: 4px;
        left: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 34px;
        z-index: 1;
    }

.kkds-input:checked + .kkds-slider:before {
    transform: translateX(104px); 
}

.kkds-slider-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    transition: color 0.3s ease;
    z-index: 2;
}

    .kkds-slider-text.men {
        left: 4px;
        color: #f15922;
        padding: 5px 10px;
    }

    .kkds-slider-text.women {
        right: 6px;
        color: #fff;
    }

    .kkds-slider-text.and {
        left: 73px; 
        width: 36px; 
        color: #fff;
        padding: 0;
        z-index: 0;
    }

.kkds-input:checked + .kkds-slider .kkds-slider-text.men {
    color: #ffffff;
}

.kkds-input:checked + .kkds-slider .kkds-slider-text.women {
    color: #f15922;
}
*/

/*ubuntu-font*/
.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}
