.item img {
    object-fit: cover;
    width: 100%;
}

.gallery-product-image {
    margin: 0 auto;
    max-width: 800px;
}

.gallery-big-image .item {
    background: transparent;
    padding: 0px 0px;
    margin: 2px;
    border-radius: 3px;
    text-align: center;
}

.gallery-thums-image .item {
    background: transparent;
    height: 100px;
    padding: 0px;
    margin: 2px;
    cursor: pointer;
}

.gallery-thums-image .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-big-image.owl-theme {
    position: relative;
}

.gallery-big-image.owl-theme .owl-next,
.gallery-big-image.owl-theme .owl-prev {
    width: 22px;
    line-height: 40px;
    height: 100%;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 0;
    color: black;
    background: transparent;
}

.gallery-big-image.owl-theme .owl-prev {
    left: 10px;
}

.gallery-big-image.owl-theme .owl-next {
    right: 10px;
}