/* Google Font Import - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root {
    /* ===== Colors ===== */
    --body-color: #E4E9F7;
    --sidebar-color: #FFF;
    --primary-color: #695CFE;
    --primary-color-light: #F6F5FF;
    --toggle-color: #DDD;
    --text-color: #707070;

    /* ====== Transition ====== */
    --tran-03: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.3s ease;
    --tran-05: all 0.3s ease;
}

body {
    min-height: 100vh;
    background-color: var(--body-color);
    transition: var(--tran-05);
}

::selection {
    background-color: var(--primary-color);
    color: #fff;
}

filter-menu-style1 button {
    background-size: 0 0;
    margin-right: 0px;
    padding: 6px;
    font-size: 11px !important;
    line-height: 17px;
}




body.dark {
    --body-color: #18191a;
    --sidebar-color: #242526;
    --primary-color: #3a3b3c;
    --primary-color-light: #3a3b3c;
    --toggle-color: #fff;
    --text-color: #ccc;
}

/* ===== Sidebar ===== */
.sidebar {
    position: fixed;
    top: 135px;
    left: 0;
    height: calc(100vh - 135px);
    width: 296px;
    padding: 10px 14px;
    background: var(--sidebar-color);
    transition: var(--tran-05);
    z-index: 20;
}



#hideme {
    padding-left: 0px;

}
/* ===== Reusable code - Here ===== */
.sidebar li {
    height: 50px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.sidebar header .image,
.sidebar .icon {
    min-width: 60px;
    border-radius: 6px;
}

.sidebar .icon {
    min-width: 60px;
    border-radius: 6px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.sidebar .text,
.sidebar .icon {
    color: var(--text-color);
    transition: var(--tran-03);
}

.sidebar .text {
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 1;
}

.sidebar.close .text {
    opacity: 0;
}

/* =========================== */

.sidebar header {
    position: relative;
}



.sidebar header .logo-text {
    display: flex;
    flex-direction: column;
}

header .image-text .name {
    margin-top: 2px;
    font-size: 18px;
    font-weight: 600;
}

header .image-text .profession {
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.sidebar header .image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar header .image img {
    width: 40px;
    border-radius: 6px;
}

.sidebar header .toggle {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%) rotate(180deg);
    height: 25px;
    width: 25px;
    background-color: var(--primary-color);
    color: var(--sidebar-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: var(--tran-05);
}

body.dark .sidebar header .toggle {
    color: var(--text-color);
}

.sidebar.close .toggle {
    transform: translateY(-50%) rotate(0deg);
}

.sidebar .menu {
    margin-top: 40px;
}

.sidebar li.search-box {
    border-radius: 6px;
    background-color: var(--primary-color-light);
    cursor: pointer;
    transition: var(--tran-05);
}

.sidebar li.search-box input {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    background-color: var(--primary-color-light);
    color: var(--text-color);
    border-radius: 6px;
    font-size: 17px;
    font-weight: 500;
    transition: var(--tran-05);
}

.sidebar li a {
    list-style: none;
    height: 100%;
    background-color: transparent;
  
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
    transition: var(--tran-03);
    margin:4rem 0 0 0;
}


#hideme li span button:hover{
color: #02afb6;


}

#hideme li span button{
    font-size: 14px;
}


.panel button:hover{
    background-color: #02afb6;
    color: white;
  border-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
    
}





@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  #syyyryyry {
    left: 0px;
  }


}

@media only screen and (min-width: 1700px) and (max-width: 2000px) {
  #syyyryyry {
    left: 0px;
  }


}













.sidebar li a:hover .icon,
.sidebar li a:hover .text {
    color: var(--sidebar-color);
}

body.dark .sidebar li a:hover .icon,
body.dark .sidebar li a:hover .text {
    color: var(--text-color);
}

.sidebar .menu-bar {
    height: calc(100% - 55px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
}

.menu-bar::-webkit-scrollbar {
    display: none;
}

.sidebar .menu-bar .mode {
    border-radius: 6px;
    background-color: var(--primary-color-light);
    position: relative;
    transition: var(--tran-05);
}

.product-content .product-title a {
    background-color: #02afb6;
    padding: 9px 18px;
    border-radius: 4px;
    color: white;
    font-size: 15px;
}


.menu-bar .mode .sun-moon {
    height: 50px;
    width: 60px;
}

.mode .sun-moon i {
    position: absolute;
}

.mode .sun-moon i.sun {
    opacity: 0;
}

body.dark .mode .sun-moon i.sun {
    opacity: 1;
}

body.dark .mode .sun-moon i.moon {
    opacity: 0;
}

.menu-bar .bottom-content .toggle-switch {
    position: absolute;
    right: 0;
    height: 100%;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
}

.toggle-switch .switch {
    position: relative;
    height: 22px;
    width: 40px;
    border-radius: 25px;
    background-color: var(--toggle-color);
    transition: var(--tran-05);
}

.switch::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background-color: var(--sidebar-color);
    transition: var(--tran-04);
}

body.dark .switch::before {
    left: 20px;
}

.home {
    position: absolute;
    top: 0;
    top: 0;
    left: 250px;
    height: 100vh;
    width: calc(100% - 250px);
    background-color: var(--body-color);
    transition: var(--tran-05);
}

.home .text {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    padding: 12px 60px;
    background: #02afb6;

}

.sidebar.close~.home {
    left: 78px;
    height: 100vh;
    width: 35%;
    top: 140px;
}

body.dark .home .text {
    color: var(--text-color);
}





@media only screen and (min-width: 0px) and (max-width: 1000px) {

.filter-menu-style1 button {
    background-size: 0 0;
    margin-right: 0px;
    padding: 6px;
    font-size: 11px;
    line-height: 17px;
}


.bannersser{
    color: black;
    text-align: center;
    background: #cbdb3a;
    padding:50px;
       position: relative;
    right: -70px;
    
}












    .vs-product-box1 {



        position: relative;
        width: 251px;
        left: 75px;
    }

    .sidebar {
        position: fixed;
                top: 152px;
        left: 0;
        height: 100%;
        width: 296px;
        padding: 10px 14px;
        background: var(--sidebar-color);
        transition: var(--tran-05);
        z-index: 97;
    }

    .home .text {
        font-size: 17px;
        font-weight: 500;
        color: var(--text-color);
        padding: 12px 40px;
        background-color: transparent;
    }


    .sidebar.close~.home {
        left: 78px;
        height: 100vh;
        width: calc(100% - 78px);
        top: 111px;
    }






}


@media only screen and (min-width: 1000px) and (max-width: 4000px) {
    
    
    
    .filter-menu-style1 button {
    background-size: 0 0;
    margin-right: 0px;
    padding: 6px;
    font-size: 11px;
    line-height: 17px;
}
 
 
 
.bannersser{
    color: black;
    text-align: center;
    background: #cbdb3a;
    padding:50px;
       position: relative;
    right: -90px;
    margin: 4rem  0 0 0;
    
}

 
 
 
 
 
 
 
 
    
}


/* zoom image css*/

.lightbox {
    height: 200px;
    
    float: left;

}

.img-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(38, 40, 52, 0.9);
    text-align: center;
    display: none;
    z-index: 9999999999999;
    animation: pop-in;
    animation-duration: 0.5s;
    -webkit-animation: pop-in 0.5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in 0.5s;

}

.img-popup img {
    position: absolute;
    top: 50%;
    max-width: 80%;
    max-height: 80vh;
    display: inline-block;
    transform: translate(-50%, -50%);
}


.lightboxfadeout{
    animation: fadeout;
    animation-duration: 0.5s;
    -webkit-animation: fadeout 0.5s;
    -moz-animation: fadeout 0.5s;
    -ms-animation: fadeout 0.5s;
}

@keyframes pop-in {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pop-in {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}


@keyframes fadeout {
    100% {
        opacity: 0;
        transform: scale(0.1);
    }
    0% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fadeout {
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes fadeout {
    100% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}


@media only screen and (min-width: 0px) and (max-width: 500px)  {
    
 .close-lightbox {
    position: absolute;
    top: 150px;
    right: 8%;
    padding: 0px 10px;
    color: #fff;
    font-size: 35px;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
}   
        .sidebar {
        position: fixed;
        top: 134px;
        }
    
    
    .bannersser {
        
        margin-top: 1rem;
    }
    
        .header-infos .info {
        
        margin: 0 0px 0 0;
        }
    
    .sidebar.close {
    width: 93px;
}
    
    #xyz{
        position: relative;
    height: 1341.56px;
 
    }
   #hideme {
    padding-left: 0px;
}


}



@media only screen and (min-width: 500px) and (max-width: 2000px)  {
    
 .close-lightbox {
    position: absolute;
    top: 45px;
    right: 20%;
    padding: 0px 10px;
    color: #fff;
    font-size: 35px;

    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
}
 
 
   #xyz{
        position: relative;
    height: 1341.56px;
    left: 90px;
    }
 
 
 
    #hideme {
    padding-left: 0px;
   
} 
    
 
 
 .sidebar.close {
    width: 180px;
}
 
    
}


.space-md, .space-md-bottom {
    padding-bottom: 0px !IMPORTANT;
}


