﻿.rtl, select, .heading-bar, span, p, strong {
    direction: rtl;
}

.author-img-holder img {
    max-height: 200px;
    max-width: 200px;
}

.pro-img, .c-b-img img, .books-list img {
    max-width: 150px;
    max-height: 150px;
}

.booklet img {
    max-width: 200px;
    max-height: 200px;
}

.cart-price {
    margin: 5px auto 0;
}

.features-books .slide {
    min-height: 330px !important;
    text-align:center;
}

.extralineheight {
    line-height: 25px;
}

.back-to-top {
    bottom: 2em;
    display: none;
    font-size: 12px;
    padding: 1em;
    position: fixed;
    right: 0;
    text-decoration: none;
}

@media (max-width: 480px ) {
    .book-box {
        display:none;
    }
}
