.header-text {
    text-shadow: 2px 2px 4px #000000;
    color: #fff;
    font-size: 20px;
}

.product-img {
    border-radius: 25px;
    border: 2px solid #00b13d;
}

.no-padding {
    padding: 0;
}

.modal-wide {
    width: 90%;
}

.btn-close-custom {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    z-index: 10;
}

.img-full {
    width: 100%;
    height: auto;
}

.mySlides {
    display: none;
}