.book-detail > .row {
    margin-top: 30px;
}

.book-detail > .row:first-child {
    margin-top: 0;
}

.book-detail .book-detail-image img {
    width: 100%;
}

.book-detail .book-detail-image .image-not-found {
    height: 150px;
}

.book-detail .book-detail-title {
    margin-top: 0;
}

.book-detail .book-detail-subjects,
.book-detail .book-detail-series {
    margin-top: 10px;
}


.book-detail #book-detail-gpreview .modal-dialog {
    width: 830px;
}
.book-detail #book-detail-gpreview .modal-content {
    overflow: hidden;
}
.book-detail #book-detail-gpreview .modal-body {
    height: 660px;
    padding: 0;
}
.book-detail #book-detail-gpreview #preview-canvas {
    width: 100%;
    height: 632px;
}
.book-detail #book-detail-gpreview #preview-canvas > div {
    border: none !important;
}

.book-detail .book-detail-forms li > span {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid silver;
}

.book-detail .book-detail-forms {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.book-detail .book-detail-forms li > span:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.book-detail .book-detail-tabs .tab-pane {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
}

.book-detail .book-detail-tabs .tab-pane p:last-child,
.book-detail .book-detail-tabs .tab-pane blockquote:last-child {
    margin-bottom: 0;
}

.book-detail .book-detail-tabs .book-detail-specifications-list .book-detail-specifications-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}
.book-detail .book-detail-tabs .book-detail-specifications-list .book-detail-specifications-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}


.book-detail .book-detail-tabs .book-detail-specifications-list .row>div:first-child {
    margin-top: 10px;
    font-weight: bold;
}

.book-detail .book-detail-social-share {
    margin-top: 15px;
}

.book-detail .book-detail-social-share .stMainServices {
    height: 25px;
}

.book-detail .book-detail-social-share .stButton .stButton_gradient {
    height: 21px;
}

.book-detail .book-detail-forms li {
    padding: 7px 0;
}

.book-detail .book-detail-add-basket a {
    padding: 6px 10px;
    border-radius: 8px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #a3a3a3;
    color: #fff;
}

.book-detail .book-detail-add-basket a:hover {
    background-color: #6a6a6a;
}

.book-detail #book-detail-image-lg .modal-dialog {
    max-width: 850px;
    width: auto;
}
.book-detail #book-detail-image-lg .modal-body {
    text-align: center;
}

.book-detail .book-detail-right .book-detail-award img {
    position: relative;
    left: 5px;
    top: 0px;
    width: 235px;
}

.book-detail .book-detail-right .book-detail-award {
    text-align: center;
}

.review_right blockquote{
    background-color: #A8A8A8!important;
    border-left: 0;
    margin: 0 0 5px;
    padding: 5px;
    -webkit-border-radius: 5px;
}

@media (min-width: 768px) {
    .book-detail .book-detail-tabs .book-detail-specifications-list .row>div:first-child {
        margin-top: 0;
    }
}

.book-detail .book-detail-contributors{
    font-family: Playfair Display;
    color: #4D4C4C;
    font-style: italic;
}

.book-detail .book-detail-sub-title{
    font-family: Playfair Display;
    color: #4D4C4C;
}

.book-detail .book-detail-form{
    font-family: Muli;
    color: #4D4C4C;
}

.book-detail .book-detail-short-desc{
    font-family: Muli;
    color: #4D4C4C;
}

.book-detail .nav-tabs > li > a{
    font-family: Muli;
    color: #4D4C4C;
    text-transform: uppercase;
}

.book-detail .book-detail-tabs-content .nav-tabs > li > a {
    padding: 10px 8px;
}

.book-detail .tab-content > div{
    font-family: Muli;
    color: #4D4C4C;
}

.book-detail .book-detail-info-left p{
    font-family: Muli;
    color: #4D4C4C;
}

.book-detail .book-detail-info-left select.select-book-details,
.book-detail .book-detail-info-left .button-buy-now,
.book-detail .book-detail-info-left .button-back-to-description,
.book-detail .book-detail-info-left .button-open-access,
.book-detail ul.book-detail-form-2 li,
.book-detail .book-detail-extra p,
.book-detail .book-detail-extra a{
    font-family: Muli;
    color: #4D4C4C;
}

.book-detail .st_facebook .chicklets.facebook{
    background-image: url(/media/facebook-icon.png);
}

.book-detail  .st_twitter .chicklets.twitter{
    background-image: url(/media/twitter-icon.png);
}

.book-detail  .st_linkedin .chicklets.linkedin{
    background-image: url(/media/linkedin-icon.png);
}

.book-detail .st_instagram .chicklets.instagram {
    background-image: url(/media/instagram-icon.png);
}

.book-detail-images .carousel{
    padding: 50px 50px 50px 50px;
    background: #F3F4F3;
    position: relative;
}

.book-detail-images > div > div{
    margin-bottom: 40px;
}

.book-detail-images .carousel .carousel-control{
    width: auto;
    box-shadow: none;
    background: none;
    position: absolute;
    top: auto;
    bottom: 10px;
}

.book-detail-images .carousel .carousel-control.left{
    left: 15px;
}

.book-detail-images .carousel .carousel-control.right{
    right: 15px;
}

.book-detail-tabs {
    overflow-x: hidden;
}

.book-detail-tabs .tab-pane ul > li > a.volume-tab,a.issue-tab{
 background: #D6D6D7;
}

.book-detail-tabs .tab-pane ul > li.active > a{
    background: #fff;
}