.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{
    max-height: 1500px;
}
#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: 2px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #EAE8E1;
    background: #FFF;
    margin: 0 2px;
    margin-top: 15px
}
#sync2 .item:hover,#sync2  .owl-item.current .item{
     border: 1px solid #AAA;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  background: #0c83e7;
}

.owl-nav {
}
.owl-height {
}
#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,131,191,.77);
    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;
}

/*********THUMBNAIL***********/
.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: var(--main-color);
    width: 24px;
    height: 27px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body;
    line-height: 12px;
    top: 9px;
}
#sync2:hover .owl-prev,#sync2:hover  .owl-next {
       display: inline !important;
}
#sync2  .owl-prev {
     left: -16px;
}
#sync2 .owl-next {
    right: -16px;
}
#sync2 .owl-prev:hover {
}
#sync2 .owl-next:hover {
}
.product .frame_left #sync1_wrapper{
	    border: 1px solid #EEE;
}
@media screen and (max-width:600px){
	.product .frame_left .magic_zoom_area{
	    display: none;
	}
	.product .frame_left #sync2{
	    display: none;
	}
	.frame_img {
	    padding: 0px;
	}
	.frame_img_inner {
	    padding: 0px;
	}
	
	.product .frame_left #sync1_wrapper{
	    display: block;
	}
	
}
