.picView-magnify-list{}
.picView-magnify-list li{float:left;display:inline-block;width:200px;border:1px solid #ccc;margin-right:10px;}
.picView-magnify-list li a{display:block;overflow:hidden;}
.picView-magnify-list li a img{width:200px;}


@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.magnify-modal {
    position: fixed;
    z-index: 9999;
    /* width: 1000px !important;
    height: 1000px !important; */
    left: 50%  !important;
    top: 50%  !important;
    transform: translate(-50%,-50%);
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    cursor: default;
}

.magnify-header {
    position: relative;
    height: 40px;
    z-index:9;
}

.magnify-footer {
    height: 50px;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index:9;
}

.magnify-toolbar{
    display: inline-block;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.magnify-toolbar .magnify-btn{display:inline-block;width:50px;height:50px;margin:0;color:#999;line-height:50px;}
.magnify-btn-close{width:40px;height:40px;margin:0;color:#999;line-height:40px;position: absolute;right:16px;top:0;font-size:30px;text-align:center;}
.magnify-toolbar .magnify-btn:hover,.magnify-btn-close:hover{color:#fff;}



.magnify-loader{
    -webkit-animation: icon-spin 1s infinite steps(8);
    -o-animation: icon-spin 1s infinite steps(8);
    animation: icon-spin 1s infinite steps(8);
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#999;
    font-size:35px;
    position:absolute;
    left:50%;
    margin-left:-25px;
    top:40%;
}

.magnify-title{font-size:14px;white-space: nowrap;text-overflow: ellipsis;user-select: none;overflow:hidden;color:#fff;padding:0 40px 0 15px;line-height:40px;}

.magnify-image{display:block;position:relative;transform: 0;transform-origin: 0;left: 0 !important;top: 0 !important;max-width: 1000px;}
.magnify-stage{position:absolute;left:0;right:0;bottom:0;top:0;border:none;overflow:hidden;    display: flex;justify-content: center;align-items: center;
}

.is-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.is-grabbing {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.magnify-footer{
    display: none;
}
@media only screen and (max-width: 769px) {

.magnify-image{
    max-width: 100%;
}

}

        .whatsapp{
            position: fixed;
            bottom: 30%;
            right: 0;
            z-index: 9;
        }

        .whatsapp a{
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            flex-flow: row-reverse;
        }
         .whatsapp a svg{
            margin: 0 8px;
         }
        .whatsapp span{
            background-color: #4be159;
            color: #ffffff;
            padding: 4px 12px;
            border-radius: 15px;
            font-size: 16px;
        }
        
        
        
        
        
        .lktemail{
            position: fixed;
            bottom: 40%;
            right: 0;
            z-index: 9;
        }

        .lktemail a{
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            flex-flow: row-reverse;
        }
         .lktemail a svg{
            margin: 0 8px;
            background: #ffffff;
            border-radius: 50px;
            box-shadow: 0 0 3px #cccccc;
         }
        .lktemail span{
            background-color: #7a7a7a;
            color: #ffffff;
            padding: 4px 12px;
            border-radius: 15px;
            font-size: 16px;
            display: none;
        }
        .lktemail a:hover span{
            display: block;
        }

        .ph{
            display: none;
        }

        @media screen and (max-width:769px) {
            .ph{
                display: block;
                
            }
            #send.ph .sendbtn{
                bottom: 0;
                width: 100%;
                height: 70px;
                box-shadow: 0 0 3px #cccccc;
                border-top: 2px solid #ffffff;
            }
             .lktemail span{
                    background-color: #7a7a7a90;
                    color: #ffffff;
                    padding: 4px 12px;
                    border-radius: 15px;
                    font-size: 16px;
                    display: block;
                }
                .product-swiper .swiper-button-prev{
                    margin: auto 0;
                }
                .product-swiper .swiper-button-next{
                    margin: auto 0;
                    right: 0;
                }
        }

        #send .sendbtn{
            border-radius: 0;
             position: fixed;
            bottom: 20%;
            right: 0;
            z-index: 9;
        }
