  div#product-popup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 100000;
            background: #919191;
            text-align: center;
        }
        .popup-content,#images-sec,iframe#pc {
            width: 100%;
            height: 100%;margin: auto;
        }

        .theme-switcher {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 25%;
        top: 18px;
        transform: translateX(-50%);
    }
   
     .theme-switcher li:hover,.theme-switcher li.active {
        opacity: 1;
    } 
       .theme-switcher li svg {
        max-width: 34px;
        max-height: 34px;
        fill: #fff;
        position: relative;
        top: -3px;
    }
           ul.theme-switcher li {
        display: inline-block;
        padding: 0 8px;
        cursor: pointer;opacity: 0.6;
    }
   li.tablet-landscape svg,li.mobile-landscape svg {
        transform: rotate(-90deg);
    }
    svg:not(:root) {
        overflow: hidden;
    }
    .datmuangay {
        display: block;
        position: absolute;
        color: #f5f3f3;
        border: 1px solid #f5f3f3;
        padding: 7px;
        right: 10%;
        border-radius: 7px;
        transition: 0.4s;
        font-size: 16px;
        top:13px;background: none;
    }
           a.datmuangay:hover {
        color: black;
        background:#f5f3f3
    }
        .mobile-header {
        height: 70px;
        display: flex;
        border-bottom: 1px solid;
    }
     div.mobileadd iframe,div.mobile-nadd iframe,div.tabletadd iframe,div.tablet-nadd iframe {
    border-radius: 20px;border: 13px solid #080808;
    }

.desktopadd{
    width: 100%!important;
    height: 100%!important;
}
.mobileadd{
     width: 409px!important;
    height: 660px!important;
}
.mobile-nadd{
     width: 675px!important;
    height: 375px!important;
}
.tabletadd{
    width :768px!important;
    height :1024px!important;
}
.tablet-nadd{
    width :1024px!important;
    height :550px!important;
}
@media(max-width:768px){
    .theme-switcher{display:none;}    
    
}