.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: 42px;
    line-height: 40px;
    height: 100%;
    position: absolute;
    text-align: center;
    color: black;
    background: transparent;
    border-radius: 50%;
    box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.12);
    height: 42px;
    top: calc(50% - 15px);
    padding: 0;
    color: var(--primary-color);
}

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

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

.gallery-big-image.owl-theme .owl-prev,
.gallery-big-image.owl-theme .owl-next {
    display: flex;
    align-items: center;
    font-size: 2rem;
}

.gallery-big-image.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
    color: black;
}

.gallery-big-image.owl-theme .owl-next i.zmdi,
.gallery-big-image.owl-theme .owl-prev i.zmdi {
    width: 100%;
    height: auto;
}

.album-item .delivery-labels-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 426px) {
    .gallery-big-image.owl-theme .owl-prev,
    .gallery-big-image.owl-theme .owl-next {
        font-size: 42px;
    }
}
