
/*========================================================================================
                            Style Switcher Style CSS Area Start 
========================================================================================*/
.style-switcher{
    position: fixed;
    right: 0;
    top: 77px;
    padding: 0px;
    width: 200px;
    z-index: 101;
    border-radius: 5px;
    transition: all 0.3s ease;
    transform: translateX(100%);
}
.style-switcher .s-icon{
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    color: var(--text-black-900);
    right: 100%;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.style-switcher .s-icon i{
    line-height: 40px;
}
.style-switcher .s-icon:after{
    border-radius: 50%;
}
/*========================================================================================
                            Style Switcher Style CSS Area End 
========================================================================================*/




