/* BASIC css start */
#productDetail .thumb-info .thumb{width:500px !important;}
.thumb-info .thumb .image_enlarge {
    margin-bottom: 10px;
}

.thumb-info .thumb .image_enlarge img {
    width: 650px;
}

#lens_img{width:500px;}


.thumb-info .thumb li img {
    aspect-ratio: 1 / 1;
    width: 100%;
}

.thumb-info .thumb li:hover:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    background: transparent;
    cursor: pointer;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.thumb-info .set {
    overflow: hidden;
    width: 530px;
    margin-left: -9px;
}

.thumb-info .set .title {
    height: 54px;
    padding-left: 9px;
    color: #333;
    font-size: 15px;
    font-weight: 300;
    line-height: 54px;
    text-align: left;
}

.thumb-info .set_thumb {
    float: left;
    width: 97px;
    margin: 0 0 5px 9px;
}

.thumb-info .set_thumb img {
    width: 97px;
}

.thumbSlide {
    margin-top:10px;
    overflow: hidden;
}

/* BASIC css end */

