﻿@media only screen and (min-width: 480px) and (max-width: 1182px) {

    #other-product {
        display: none; 
    }

    #menu-icon {
        display: block !important;
    }

    #productType {
        text-align: center;
    }

    #content-header-sp {
        display: flex;
        align-content: center;
    }

    #productType span {
        font-size: 2.5rem;
        font-weight: bold;
        color: white;
        line-height: normal;
    }

    #other-product > div {
        width: 100%;
        position: sticky;
        top: 110px !important;
    }

    #other-product > div > div {
        line-height: 1;
        width: 85% !important;
        margin-top: 85px
    }

    #lst-ds-spKhac {
        height: auto;
        max-height: 100vh;
    }
}
@media only screen and (min-width: 480px) and (max-width: 750px) {
    #lst-ds-spKhac li {
        font-size: 16px;
    }
    li {
        font-size: 16px;
    }
}
@media only screen and (min-width: 750px) and (max-width: 1182px) {
    #lst-ds-spKhac li {
        font-size: 18px;
    }

    li {
        font-size: 20px;
    }
}
    #menu-icon {
        display: none;
    font-size: 20px;
        position: fixed;
        top: 100px;
        right: 0;
        cursor: pointer;
        z-index: 9000;
        color: black;
    }
#other-product {
    transition: ease-in 3s;
}
#other-product.visible {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    background-color: white;
    z-index: 1000;
    overflow-y: auto;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    padding: 0 10px;

}

#menu-icon .product-other {
    border: none;
    width: fit-content;
    height: 45px;
    background-color: #3876e6e0;
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    right: 9px;
    padding: 0 15px;
    margin-right: 5px;
    border: 2px solid white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.icon-arrow-right::before {
    content: '\f054';
}

.icon-arrow-left::before {
    content: '\f053';
}
.hidden {
    display: none;
}