.best-deal .block img {
    width: 100%;
}

.hero-slider .item img {
    max-height: 650px;
    object-fit: cover;
}

.owl-carousel .owl-item img {
    cursor: pointer;
}

.error {
    color: #ff0000;
    font-size: 14px;
    display: block;
}

.alert-wrapper {
    position: fixed;
    top: 45px;
    right: 25px;
    z-index: 2;
}

.category-links li.active a {
    color: var(--green-color);
}

.control.captcha {
    margin-top: 40px !important;
}

.image-gallery img.product-image {
    width: 80%;
    margin-left: 20%;
}


.tag-link li.active a {
    color: var(--green-color);
}
