.book-detail > .row {
    margin-top: 30px;
}
.book-detail .st_facebook .chicklets.facebook,.book-detail  .st_twitter .chicklets.twitter,.book-detail  .st_linkedin .chicklets.linkedin,
 .book-detail .st_instagram .chicklets.instagram,
 .book-detail .st_googleplus  .googleplus,
 .book-detail .st_email .email{
     background-image:none;
 }
.book-detail-availability { margin-top:5px; }
.get-audio-book {
}
.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 {
    font-size: 30px;
    margin-top: 0;
    font-family: Poppins;
    font-weight: 700;
    color: #494949;
}

.book-detail .book-detail-sub-title{
    font-family: Poppins;
    font-weight: 700;
    color: #A4A4A4;
    margin-top: 5px;
}
.book-detail .book-detail-info .nav li:last-child a {
    margin-right:0;
}
.book-detail .book-detail-info .nav li a{
    font-family: Poppins;
    font-weight: 500;
    color: #fff !important;
    padding: 10px 13px;
}

.book-detail .google-preview p, .book-detail .book-detail-tags-menu p {
    font-family: Poppins;
    font-weight: 500;
    color: #494949;
}

.book-detail .google-preview p a, .book-detail .book-detail-tags-menu p a {
    color: #004A5F;
}

.book-detail .book-detail-contributors{
    font-family: Poppins;
    font-weight: 500;
    color: #494949;
}

.book-detail .book-detail-info div.tab-content > .tab-pane > div{
    font-family: Poppins;
    font-weight: 500;
    color: #494949;
}

.book-detail .book-detail-info div.tab-content > .tab-pane p{
    font-family: Poppins;
    font-weight: 700;
    color: #494949;
}

.book-detail .book-detail-info div.tab-content > .tab-pane > div.book-detail-add-to-basket{
    font-family: Poppins;
    font-weight: 700;
    color: #494949;
}

.book-detail .book-detail-price{
    color: #00AEDD;
    font-family: Poppins;
    font-weight: 700;
    display: block;
}

.book-detail .book-detail-price-save{
    color: #494949;
    font-family: Poppins;
    font-weight: 500;
    display: block;
}

.book-detail .book-detail-short-desc{
    font-family: Poppins;
    font-weight: 500;
    color: #494949;
    text-align: left;
}

.book-detail .book-detail-short-desc h3{
    font-family: Poppins;
    font-weight: 700;
    color: #494949;
    text-align: left;
}

.book-detail .book-detail-tabs{
    font-family: Poppins;
    font-weight: 500;
    color: #494949;
    text-align: center;
}

.book-detail .book-detail-tabs > ul.nav li a{
    font-family: Poppins;
    font-weight: 700;
    color: #A4A4A4 !important;
}

.book-detail .book-detail-tabs > ul.nav li.active a{
    color: #494949 !important;
}

.book-detail .book-detail-tabs .tab-content{
    font-weight: 500;
    text-align: left;
    border: 0;
}

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

.book-detail #book-detail-gpreview {
    z-index: 9999;
}

.book-detail #book-detail-gpreview .modal-dialog {
    width: 830px;
    margin-top: 60px;
}
.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;
}

.book-detail-tags-menu{
    display: inline-block;
    margin-right: 50px;
}

.book-detail-block-tags-menu{
    text-align: left;
    padding: 15px 0px;
    margin-bottom: 30px;
    border-top: 2px solid #EDEDED;
    border-bottom: 2px solid #EDEDED;
}

.book-detail .book-detail-short-desc{
    margin-bottom: 30px;
}

.book-detail .google-preview{
    margin-top: 15px;
    margin-bottom: 0px;
    vertical-align: top;
}

.book-detail .google-preview > div{
    margin-right: 25px;
}

#content-wrap.container > div.row > .stison-section > div.bookshelf {
    background: #eaeced;
}

.book-detail-tag-inspection-copy,
.book-detail-tag-einspection-copy {
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}

.book-detail-tag-inspection-copy p,
.book-detail-tag-einspection-copy p{
    margin-bottom: 0px;
}

.book-detail-tag-open-access{
    display: inline-block;
    width: 107px;
    vertical-align: top;
    margin-top: 5px;
}

.both_request{
    display: inline-block;
    width: 220px;
    vertical-align: top;
    margin-right: 25px;
    margin-bottom: 15px;
}

.both_request > div{
    margin-right: 0px;
    margin-bottom: 15px;
}

.both_request > div a{
    min-width: 220px;
    text-align: center;
}

.both_request > div:last-child{
    margin-bottom: 0px;
}

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

.open-access-right-container > span {
    background: #AA182C; color:white; padding:12px 6px; vertical-align: middle;
}