.frame_img {
    display: block;
    background: white;
    text-align: center;
    position: relative;
    overflow: hidden
}

.frame_img img:hover, #colorbox img:hover {
    opacity: 1
}

.frame_img_inner {
    margin-bottom: 10px;
    max-width: 350px;
    max-height: 350px;
    text-align: center;
    margin: 0 auto 10px;
    overflow: hidden
}

#sync1_wrapper {
    display: none
}

#sync1 .item {
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

#sync2 .item {
    padding: 10px 2px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #EAE8E1;
    background: #FFF;
    margin: 0 2px
}

#sync2 .item:hover, #sync2 .owl-item.current .item {
    border: 1px solid #AAA
}

#sync2 .item h1 {
    font-size: 18px
}

#sync2 .synced .item {
    background: #0c83e7
}

#sync1 .owl-prev, #sync1 .owl-next {
    display: inline-block;
    padding: 0PX;
    text-align: center;
    position: absolute;
    top: 35% !important;
    width: 20px;
    height: 35px;
    font-size: 12px;
    margin: 5px;
    padding: 3px 10px;
    border-radius: 4px;
    background: rgba(1, 191, 15, 0.72);
    font-size: 46px;
    color: #fff;
    line-height: 29px
}

#sync1:hover .owl-prev, #sync1:hover .owl-next {
    display: inline-block !important
}

#sync1 .owl-prev {
    left: 0px
}

#sync1 .owl-next {
    right: 0px
}

#sync1 .owl-prev:hover {
    right: 4px
}

#sync1 .owl-next:hover {
    right: 4px
}

#sync1.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    display: inherit;
    width: auto;
    max-width: 350px
}

.product_image .thumbs {
    padding: 0 25px;
    margin-top: 18px
}

.thumbs .owl-carousel .owl-stage {
    text-align: center;
    margin: 0 auto
}

#sync2 .owl-prev, #sync2 .owl-next {
    display: inline-block;
    zoom: 1;
    position: absolute;
    padding: 6px 0 0;
    margin: 0;
    border-radius: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: rgba(1, 191, 6, 0.67);
    width: 24px;
    height: 27px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body;
    line-height: 12px;
    top: 23px
}

#sync2:hover .owl-prev, #sync2:hover .owl-next {
    display: inline !important
}

#sync2 .owl-prev {
    left: -16px
}

#sync2 .owl-next {
    right: -16px
}

.product .frame_left #sync1_wrapper {
    border: 1px solid #EEE
}

@media screen and (max-width: 600px) {
    .product .frame_left #sync1_wrapper img {
        width: 70%
    }

    .frame_img {
        padding: 0px
    }

    .frame_img_inner {
        padding: 0px
    }
}
