.productGallery .owl-prev  {
    position: absolute;
    top: 50%;
    font-size: 40px !important;
    left: 15px;
    transform: translate(0%, -50%);
}

.productGallery .owl-next  {
    position: absolute;
    top: 50%;
    font-size: 40px !important;
    right: 15px;
    transform: translate(0%, -50%);
}

.image-gallery.thumbnails.owl-dots {
    margin-top: 15px;
    margin-bottom: 50px;
}


.image-gallery.thumbnails.owl-dots button{
    padding: 0px;
    border: 1px solid #eee;
    margin-right: 15px;
    line-height: 0px !important;
}

.image-gallery.thumbnails.owl-dots button.active{
    padding: 0px;
    border: 1px solid #ccc;
}

.owl-gallery-container.thumb_right .productGallery {
    width: 80%;
    display: inline-block;
}

.owl-gallery-container.thumb_right .thumbnails {
    width: 19%;
    display: inline-block;
    float: right;
    margin-top: 0px;
}

.owl-gallery-container.thumb_right .thumbnails button{
    margin-left: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
}


.owl-gallery-container.thumb_left .productGallery {
    width: 80%;
    display: inline-block;
}

.owl-gallery-container.thumb_left .thumbnails {
    width: 19%;
    display: inline-block;
    float: left;
    margin-top: 0px;
}

.owl-gallery-container.thumb_left .thumbnails button{
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
}