.customize-canvas-shoes {
    position: relative;
}

.customize-canvas-shoes img {
    max-width: unset !important;
    height: unset !important;
}

.customize-canvas-shoes .shoes-eight {
    opacity: 0.8;
    filter: brightness(90%);
}

.hover_part {
    opacity: 0;
}

.shoes-one {
    position: relative;
    top: 50%;
    z-index: 3;
    left: -3px;
}

.shoes-two {
    position: absolute;
    top: 417px;
    left: 7px;
    z-index: 3;
}

.shoes-three {
    position: absolute;
    top: 87px;
    left: 103px;
    z-index: 8;
}

.shoes-four {
    position: absolute;
    top: 181px;
    left: 184px;
    z-index: 15;
}

.shoes-five {
    position: absolute;
    top: 44px;
    left: 314px;
    z-index: 13;
}

.shoes-six {
    position: absolute;
    top: 42px;
    left: 309px;
    z-index: 9;
}

.shoes-seven {
    position: absolute;
    top: 233px;
    left: 202px;
    z-index: 10;
}

.shoes-eight {
    position: absolute;
    left: -253px;
    top: -86px;
}

.shoes-style {
    width: 40%;
    /* height: 100%; */
    padding: 30px;
    flex: 1;
    height: 75vh;
    overflow-y: scroll;
    /* height: auto;
    overflow: visible; */
}

.shoes-style::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.shoes-style::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.shoes-style::-webkit-scrollbar-thumb {
    background-color: var(--theme-primary-color);
    border-radius: 10px;
}

/* .shoes-style::-webkit-scrollbar {
    display: none;
} */


.shoes-details {
    position: absolute;
    right: 10%;
    top: 50%;
}

.customize-shoes-detail h6 {
    font-size: 26px;
    font-weight: 600;
}

.shoes-details {
    position: absolute;
    right: 70px;
    top: 50%;
    width: 471px;
}

.customize-shoes {
    height: 100%;
    display: flex;
}

.customize-shoes-sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.customize-shoes-sidebar li {
    width: 32%;
}

.customize-shoes-sidebar li img {
    width: 100%;
    height: 90px;
    min-height: 90px;
    max-height: 90px;
}

.shoes-color.customize-shoes-sidebar li {
    width: 100px;
}

.shoes-color.shoes-sole-list.customize-shoes-sidebar li {
    width: 140px;
}

.shoes-color.customize-shoes-sidebar li.active-color {
    padding: 5px;
    border: 2px solid #9b9b9b;
}

.customize-shoes-btn .btn-primary-fixed {
    width: 160px;
    font-size: 18px;
}

.customize-shoes-detail {
    position: relative;
    border-radius: 20px;
}

.customize-shoes-size {
    margin: 20px 0;
}

.customize-shoes-detail-sec {
    height: 100vh;
}

.page_wrapper {
    padding-top: 0 !important;
}

.customize-shoes-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customize-shoes-price h4 {
    margin: 0;
}

.customize-shoes-slide {
    width: 60%;
}

.shoes-style-sec {
    /* width: 60%; */
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    height: 82vh;
    /* background-color: #e6e6e6;
    height: 80vh; */
}

.dot-panel {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: unset;
}

.customize-canvas-shoes img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.customize-shoes-slide .slick-arrow {
    top: 50%;
    position: absolute;
    z-index: 99;
    background-color: var(--theme-primary-color);
    border: transparent;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customize-shoes-slide .slick-arrow i {
    font-size: 21px;
    color: #ffff;
}

.customize-shoes-slide .slick-arrow.slick-prev {
    left: 20px;
}

.customize-shoes-slide .slick-arrow.slick-next {
    right: 20px;
}

@media (max-width: 1366px) {
    .shoes-style {
        width: 30%;
    }

    .shoes-style-sec {
        /* width: 70%; */
        width: 100%;
    }

    .shoes-color.customize-shoes-sidebar li {
        width: 90px;
    }

    .shoes-color.shoes-sole-list.customize-shoes-sidebar li {
        width: 120px;
    }
}

@media (max-width: 1160px) {

    .customize-shoes-slide {
        width: 100%;
    }

    .customize-shoes {
        display: unset;
    }

    .shoes-style-sec {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .shoes-style {
        width: 100%;
        height: 100%;
        padding: 10px;
    }

}

@media (max-width: 767px) {
    ul {
        padding-left: 0%;
    }

}

@media screen and (max-width: 992px) {

    .leftPanel,
    .shoes-style {
        width: 100%;
        box-sizing: border-box;
    }
}


@media screen and (max-width: 991.98px) {
    img {
        width: unset;
    }
}

.customize-shoes {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.customize-shoes-slide {
    position: sticky;
    top: 100px;
    flex: 0 0 60%;
    height: fit-content;
}

/* .shoes-style {
    flex: 1;
    height: auto;
    overflow: visible;
} */

#canvas-slider {
    position: relative;
    width: 100%;
}

@media (max-width: 991px) {

    .customize-shoes {
        flex-direction: column;
    }

    .customize-shoes-slide {
        position: relative;
        top: 0;
        flex: 100%;
        margin-bottom: 30px;
    }
}