.book-slider__module {
    margin-bottom: 120px;
}

.book-slider__imgwrap {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.book-slider-modal {
    z-index: 99999;
}

.book-slider__book {
    padding: 0 22px;
    cursor: pointer;
}

.book-slider__book img {
    max-height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.book-slider-modal-photo {
    width: 100%;
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.book-slider-modal-book-info-wrap {
    padding: 20px 0 20px 45px;
}

.book-slider-modal-book-info-wrap p {
    font-size: 15px;
}

.book-info-label {
    font-weight: 700;
}

.book-slider__book-title {
    font-weight: 450;
    text-align: center;
}

.book-slider__book-author {
    text-align: center;
}

.book-slider__book .ModuleEditLink.flexi-item-edit {
    position: relative;
    margin: 0 auto;
}

.book-slider-modal-title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.book-slider__arrows {
    display: flex !important;       /* align buttons side by side */
    justify-content: center !important; /* center horizontally */
    gap: 16px;                      /* space between prev/next */
    margin-top: 50px;               /* distance from slider */
    position: relative !important;  /* override Slick absolute */
}

.book-slider__arrows button {
    position: relative !important; /*overridedefaultabsolute*/
    border: 1px solid rgb(193, 143, 89);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgb(193, 143, 89);
    font-size: 18px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    left: 0;
    right: 0;
}

.book-slider__arrows button:hover,
.book-slider__arrows button:focus {
    color: rgb(119, 119, 119);
    border-color: rgb(119, 119, 119)
}

.book-slider__arrows .slick-prev:before,
.book-slider__arrows .slick-next:before {
    display: none !important; /* hide default inside-slider arrows */
}
