.read-more[aria-expanded="true"]{
    display: none;
}
.book-card{
    background: #F0F0F3 ;
}

.slider {
    padding: 32px;
    color: #fff;
    cursor: pointer;
}
.slider .swiper-container {
    width: 100%;
    height: 350px;
}
.slider__flex {
    display: flex;
    align-items: flex-start;
}
.slider__col {
    display: flex;
    flex-direction: column;
    width: 77px;
    margin-right: 18px;
}
.slider__prev,
.slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slider__prev,
.slider__next i{
    color: #000;
}
.slider__prev:focus,
.slider__next:focus {
    outline: none;
}

.slider__thumbs .slider__image, .slidermob__thumbs .slider__image {
    transition: 0.25s;
    opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image,
.slidermob__thumbs .swiper-slide-thumb-active .slider__image {

    opacity: 1;
}
.slider__images .slider__image img,  .slidermob__images .slider__image img {
    transition: 3s;
}
.slider__images .slider__image:hover img,  .slidermob__images .slider__image:hover img  {
    transform: scale(1.1);
}
.slider__image, .slidermob__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider__image img, .slidermob__image img  {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.sliderthumb-container {
    padding: 10px;
    display: flex;
    min-height: 425px;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: space-between;
}
@media (max-width: 992px) {
    .slider__col {
        align-items: center;
        margin: 0;
        width: auto;

    }
    .slidermob__thumbs .slidermob__image img{
        max-width: 40px;
    }
    .bi-chevron-down::before {
        transform: rotate(-90deg);
    }
    .bi-chevron-up::before {
        transform: rotate(-90deg);
    }
    .slider .swiper-container {
        height: auto;
        margin: auto;
    }
    .slider__flex {
        flex-direction: column-reverse;
        align-items: normal;
    }


    .slidermob__thumbs {
        margin: 0 auto;
        max-width: 200px;
    }
    .slider__prev,
    .slider__next {
        height: auto;
        width: 32px;
    }
    .sliderthumb-container {
        min-height: auto;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .b-img img {
        width: 70%;
        margin: auto;
    }
}
.card-subheader {
    min-height:70px;
}
.book-card .catalog-cards-sticker{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 20px;
    top:20px;

}

.book-card .bestseller-sticker{
    background: #F9F1E2;
    border: 1px solid #FCCE72;
    border-radius: 50px;
    color:#FCCE72;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    width: fit-content;
    margin-bottom: 4px;
}
.book-card .sale-sticker{
    background: #F8E3E5;
    border: 1px solid #F5222D;
    border-radius: 50px;
    color:#F5222D;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    width: fit-content;
    margin-bottom: 4px;
}

.book-card .card-text .star-icon{
    margin-right: 6px;
}

.book-card .card-text .book-rating{
    color: #FFB800;
    font-size: 14px;
    margin-right:10px;
}


.dropdown-menu{
    padding: 0;
    width: 100%;

}
.dropdown-item{
    text-align: center;
}

.ozon{
    background:#0069FF;

}
.ozon:hover{
    background:#0069FF;

}
.wildberries{
    background:#7D256F;

}
.wildberries:hover{
    background:#7D256F;

}
.yk{
    background:#FF294D;

}
.yk:hover{
    background:#FF294D;

}
.chg{
    background:#26A9E0;

}
.chg:hover{
    background:#26A9E0;

}

.book-card .slider{

    padding: 0;
}

.about-header{
    font-size:18px;
    font-weight:600;
    padding-bottom: 12px;
}
.about-text{
    font-size:14px;
    margin-bottom:10px;
}
.read-more {
    text-decoration-line: underline !important;
    color: #005BFF!important;

}

.add-info{
    color:#808080;
    font-size: 14px;
}

.md-t{
    margin-top:20px;
}

@media(max-width:992px){
    .mob-w{
        width:100%;
    }
    .mrb-c{
        margin-bottom:10px;
    }
}

.reviews-number{
    color: #808080;
}
.reviews-name{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.reviews-txt{
    font-size: 14px;
}

.reviews-wrapper{
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #808080;
}
.q-wrapper{
    padding-bottom: 10px;
    padding-top: 10px;
}
.q-avatar{
    margin-right:10px;
}
.rev-header{
    font-weight: 600;
    font-size: 16px;
}


/* modal */
.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}
.modal-footer {
    border-top: 0;
}
.modal-footer-txt{
    color: #808080;
    font-size: 9px;
}
/* rating */
.rating {
    display: flex;
    padding: 0;
    margin: 0;
    margin-left: 10px;
}

.rating li {
    list-style-type: none;
}

.rating-item {
    cursor: pointer;
    font-size:1.5em;
    color: #FFB800;
}


.rating-item::before {
    content: "\2605";
}


.rating-item.active ~ .rating-item::before {
    content: "\2606";
}


.rating:hover .rating-item::before {
    content: "\2605";
}


.rating-item:hover ~ .rating-item::before {
    content: "\2606";
}


.image{
    cursor: pointer;
}

.image span{
    display: flex;
    width: 100%;
    overflow: hidden;
}

.preview-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    max-width: 700px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
}
.preview-box.show{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
}

.preview-box .details .title{
    display: flex;
    font-size: 18px;
    font-weight: 400;
}
.details .title p{
    margin: 0 5px;
}
.details .title p.current-img{
    font-weight: 500;
}
.details .icon{
    position: absolute;
    top: -29px;
    right: -30px;
    font-size: 60px;
    color: #fff;
    cursor: pointer;
}


.preview-box .image-box {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}
/*.preview-box img {*/
/*    width: 80%;*/
/*    max-height: calc(100vh - 150px);*/
/*    margin-bottom: 10px;*/
/*    cursor: pointer;*/

/*}*/

.preview-box img {
    width: 66%;
    border-radius:23px;
    max-height: 80vh;
    margin: 50px;
    cursor: pointer;
}

.image-box .slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 100px;
    cursor: pointer;
    font-weight: 500;
    height: 100px;
    width: 100px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}
.gallery{
    overflow: hidden!important;
}
.slide:hover{
    color:#999;
    transition: all 0.4s;
}
.icon:hover{
    color: red;
    transition: all 0.4s;
}
.slide.prev{
    left: -60px;
}
.slide.next{
    right: -60px;
}

.shadow{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    animation: 500ms fadeIn;
}

@media(max-width: 1000px){
    .image{
        width: calc(100% / 2);
    }
    .preview-box.show{
        transform: translate(-50%, -50%) scale(0.9);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}