.sha-books-slider-wrap {
    background:#f7f7f7;
}
.sha-books-slider-wrap .book-single-item .book-content-wrap {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.sha-books-slider-wrap .book-single-item .book-content-wrap > div.book-img {
    max-width:35%;
    flex:0 0 35%;
    padding:40px;
}
.sha-books-slider-wrap .book-single-item .book-content-wrap > div.book-contents {
    max-width:65%;
    flex:0 0 65%;
    padding:40px;
}
.book-contents h3{
    font-size:26px !important;
}
.sha-books-slider-wrap .slick-arrow {
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0 !important;
    padding: 0 !important;
    width: 50px;
    height: 50px;
    z-index:99;
}
.sha-books-slider-wrap .slick-arrow.slick-next{
    left: auto;
    right: -30px;
}
.sha-books-slider-wrap .slick-arrow:before{
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 20px !important;
    opacity: 1;
    visibility: visible;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sha-books-slider-wrap .slick-arrow.slick-next:before {
    content: ">";
}
.sha-books-slider-wrap .slick-arrow.slick-prev:before{
    content:"<";
}
.sha-books-slider-wrap .book-cta {
    margin-top:30px;
}
.sha-books-slider-wrap .book-cta .button{
    padding: 8px 25px;
    text-decoration: none;
    margin-right: 20px;
    font-family: 'Barlow';
    border-radius: 3px;
    display:inline-block;
    transition:0.5s all ease;
}
.sha-books-slider-wrap .book-cta .button.primary{
    background:#000000;
    color:#ffffff;
}
.sha-books-slider-wrap .book-cta .button.secondary{
    background:#a9947f;
    color:#ffffff;
}

.sha-books-slider-wrap .book-cta .button.primary:hover{
    background-color: #A9947F;
  }
  .sha-books-slider-wrap .book-cta .button.secondary:hover{
    background:#000000;
  }
@media (max-width:1024px){
    .sha-books-slider-wrap .slick-arrow {
        left: 5%;
        width: 40px;
        height: 40px;
    }
    .sha-books-slider-wrap .slick-arrow.slick-next{
        right: 5%;
    }
    .sha-books-slider-wrap .book-single-item .book-content-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .sha-books-slider-wrap .book-single-item .book-content-wrap > div.book-contents, .sha-books-slider-wrap .book-single-item .book-content-wrap > div.book-img{
        padding:20px;
    }
    .sha-books-slider-wrap .book-single-item .book-content-wrap > div.book-contents{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 20px;
    }
}
@media (max-width:767px){
    .sha-books-slider-wrap .book-single-item .book-content-wrap {
        display:block;
    }
    .sha-books-slider-wrap .book-single-item .book-content-wrap > div.book-img {
        max-width:100%;
        flex:0 0 100%;
        padding:20px;
    }
    .sha-books-slider-wrap .book-single-item .book-content-wrap > div.book-contents {
        max-width:100%;
        flex:0 0 100%;
        padding:20px;
    }
    .sha-books-slider-wrap .slick-arrow {
        left: 1%;
        top: 27%;
        bottom:auto;
        width: 40px;
        height: 40px;
    }
    .sha-books-slider-wrap .slick-arrow.slick-next{
        left: auto;
        right: 1%;
    }
}