/* Gallery */
#gallery-thumb {
    margin-top: 15px;

}

#gallery-default .item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

#gallery-thumb .owl-item.active.current {
    border-radius: 5px;
}

#gallery-thumb .item {
    cursor: pointer;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    aspect-ratio: 1;

}

#gallery-thumb .item,
#gallery-thumb .woocommerce-product-gallery__image,
#gallery-thumb .woocommerce-product-gallery__image img {
    border-radius: 5px;
}

#gallery-thumb .current .item {
    border-color: var(--primary-color);
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

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

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}

#gallery-default.owl-theme {
    position: relative;
}

#gallery-default.owl-theme .owl-next,
#gallery-default.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#gallery-default.owl-theme .owl-prev {
    left: 10px;
}

#gallery-default.owl-theme .owl-next {
    right: 10px;
}