/* From module/Webwinkel/view/webwinkel/boeken/view.phtml */
.list-unstyled {
    font-size: 15px;
}

/* ==========================================================================
   Shared Styles Extracted from Templates
   ========================================================================== */

/* --- Layout & Utility --- */
.full-width-button {
    width: 100%;
}

.layoutImage {
    width: 40%;
    height: 40%;
    border: 2px solid black;
    margin: 0 0 5px 5px;
}

.book_image {
    max-width: 350px;
    max-height: 350px;
    margin: 10px 0 10px 0;
}

.tox-notifications-container {
    display: none;
}

/* --- Forms --- */
.form-group label.required::after {
    content: " *";
    color: red;
}

/* --- Slideshow --- */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.mySlides {
    margin: 0 auto;
    height: 200px;
    width: 200px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: gray;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 300px) {
    .prev, .next {
        font-size: 11px
    }
}

/* --- ReCaptcha --- */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    right: 4px !important;
    bottom: 40px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}