.rswpthemes-books-showcase-section {
    background: #fff;
    padding: 3.1em 0;
}

.rswpthemes-book-single-wrapper {
    margin-top: 5em;
    margin-bottom: 4em;
}

.rswpthemes-books-showcase-book-loop-container {
    margin-top: 50px;
}

.rswpthemes-book-loop-content-wrapper {
    background: #ffff;
    padding: 10px;
}

.rswpthemes-book-loop-content-wrapper .book-title {
    font-size: 1.325rem;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 0;
}

.rswpthemes-book-loop-content-wrapper .book-author {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 7px;
    margin-top: 0;
}

.book-content-wraper {
    text-align: center;
}

.book-content-wraper .rswpthemes-book-loop-content-wrapper a {
    color: #000;
    text-decoration: none;
}

.rswpthemes-book-loop-content-wrapper a {
    text-decoration: none;
}

.rswpthemes-book-loop-image {
    margin-bottom: .7em;
}

.rswpthemes-book-loop-content-wrapper a:hover,
.rswpthemes-book-loop-content-wrapper a:focus {
    text-decoration: underline;
}


.book-price .regular-price {
    margin-right: 10px;
}

.book-price .regular-price.previous-price strong {
    font-weight: 400;
    text-decoration: line-through;
}

.rswpthemes-book-showcase-page-title {
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.rswpthemes-book-showcase-page-title h1 {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: .2em;
    line-height: normal;
    margin-top: 0;
}

.rswpthemes-book-single-header-content-contaiter {
    background: #f4f4ec;
    padding: 5em 0;
}

.rswpthemes-book-single-header-content-contaiter h1.book-name {
    font-size: 2.1rem;
    margin-bottom: .2em;
    font-weight: 700;
    margin-top: 0;
}

.rswpthemes-book-single-header-content-contaiter h4.book-author {
    font-weight: 400;
    margin-bottom: 1em;
    margin-top: 0;
}

.rswpthemes-book-single-header-content-contaiter .book-price {
    margin-bottom: 1.7em;
    align-items: center;
}

.rswpthemes-book-single-header-content-contaiter .book-price .sale-price {
    font-size: 1.6rem;
}



.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list .website-list-container a:hover,
.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list .website-list-container a:focus,
.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list .website-list-container a:active {
    background: #000 !important;
    color: #fff;
}

.rswpthemes-book-single-header-content-contaiter h4.also-available-in {
    margin-top: 2em;
}

.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list {
    margin-top: 1em;
    width: 200px;
    position: relative;
}

a.rswpthemes-book-buy-now-button {
    background: #fb4747;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    transition: .4s;
}

a.rswpthemes-book-buy-now-button:hover {
    background: #000;
    color: #fff;
}

.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list .rswpthemes-book-buy-now-button:hover,
.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list .rswpthemes-book-buy-now-button:active,
.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list .rswpthemes-book-buy-now-button:focus {
    background: #000 !important;
    color: #fff;
}

.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list ul.website-list-container {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: calc(100% + 15px);
    box-shadow: 0px 9px 15px -10px #00000036;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 5;
}

.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list ul.website-list-container.open {
    visibility: visible;
    opacity: 1;
}

.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list ul.website-list-container:before {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #fff;
    width: 20px;
    height: 20px;
    left: calc(50%);
    margin-left: -5px;
    top: -20px;
}

.rswpthemes-book-content-wrapper a.rswpthemes-book-buy-now-button {
    background: #fff;
    padding: 10px 35px;
    border: 1px solid #000;
    color: #000;
    transition: .4s;
}

.rswpthemes-book-content-wrapper a.rswpthemes-book-buy-now-button:hover {
    background: #000000;
    color: #fff;
}

.rswpthemes-book-information-container .information-list h4 {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.rswpthemes-book-information-container .information-list .information-label h4 {
    font-weight: 700;
}

.rswpthemes-book-information-container .information-list {
    display: flex;
    justify-content: space-between;
}

.rswpthemes-book-information-container .information-list .information-content {
    text-align: left;
    width: 60%;
}

.rswpthemes-book-information-container .information-list .information-label {
    width: 40%;
}

.rswpthemes-book-overview-section {
    background: #fff;
    padding: 1em;
}

.rswpthemes-book-information-container {
    background: #f4f4ec;
    padding: 1.5em;
}

.rswpthemes-book-information-container .information-list {
    margin-bottom: .6em;
}

.author-image-container {
    height: 212px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

h2.book-container-section-title {
    padding-bottom: .5em;
    margin-bottom: 1.52em;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 700;
    font-size: 2rem;
    margin-top: 0;
}

.books-container-row {
    margin-top: 5em;
}

.rswpthemes-book-information-container .information-list .information-content h4 span.sep {
    display: inline-block;
    background: #000;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

span.rswpthemes-arrow-down {
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    line-height: normal;
    display: inline-block;
    border-top-color: #000;
    margin-top: 10px;
    margin-top: 10px;
}

.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list .rswpthemes-book-buy-now-button:hover .rswpthemes-arrow-down,
.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list .rswpthemes-book-buy-now-button:focus .rswpthemes-arrow-down,
.rswpthemes-book-single-header-content-contaiter .rswpthemes-book-external-website-list .rswpthemes-book-buy-now-button:active .rswpthemes-arrow-down {
    border-top-color: #fff;
}

.rswpthemes-search-form .search-field input,
.search-field select {
    width: 100%;
    height: 40px;
    padding: 0 10px !important;
    text-transform: capitalize;
    border: 1px solid #000;
}

.rswpthemes-search-form .search-field input:focus,
.search-field select:focus {
    border: 1px solid #000;
    outline: none;
}

.rswpthemes-search-form .search-field input[type=submit] {
    border-radius: 0;
}

.rswpthemes-search-form .search-field input[type=submit],
.rswpthemes-search-form .search-field input[type=submit]:hover {
    background: #000;
    color: #fff;
}

.rswpthemes-search-form .search-field {
    margin-bottom: 15px;
}

.rswpthemes-books-pagination {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 2em;
}


.rswpthemes-books-pagination a,
.rswpthemes-books-pagination span {
    color: #000 !important;
    background: #f4f4ec;
    border-radius: 50px;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
}

.rswpthemes-books-pagination span.current {
    background: #ffffff;
    box-shadow: 0 0 6px -2px rgb(0 0 0 / 50%);
}

.rswpthemes-select-field .selectize-input>div.item {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px 10px;
    line-height: 40px;
    text-transform: capitalize;
}

.selectize-dropdown .option {
    text-transform: capitalize;
}

/********* Featured Book Widget ***********/
.rswpthemes-featured-book-area-inner .book-name h2 {
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}

.rswpthemes-featured-book-area-inner {
    text-align: center;
}

.rswpthemes-featured-book-area-inner .book-name h2 a {
    color: #000;
    display: inline-block;

}

.rswpthemes-featured-book-area-inner .book-author h4 {
    font-size: 1rem;
    margin: 0;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.rswpthemes-featured-book-purchase-button a.rswpthemes-book-buy-now-button {
    background: #fb4747;
    display: inline-block;
    padding: 10px 39px;
    border: 1px solid #fb4747;
    color: #fff;
    transition: .4s;
}

.rswpthemes-featured-book-purchase-button a.rswpthemes-book-buy-now-button:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

.rswpthemes-featured-book-purchase-button {
    margin-top: 20px;
}

.rswpthemes-featured-book-area-inner {
    text-align: center;
}

.rswpthemes-featured-book-area-inner .order-button {
    margin-top: 1em;
}

.rswpthemes-featured-book-area-inner .book-image {
    margin-bottom: 1em;
}

.rswpthemes-purchase-ext-website-list-container {
    position: relative;
}

.rswpthemes-featured-book-area-inner .order-button a:hover {
    background: #000000;
}

.rswpthemes-purchase-ext-website-list-container a.rswpthemes-buy-now-button {
    width: 200px;
    height: 50px;
    background: #fb4747;
    display: flex;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #fb4747;
    line-height: 40px;
    margin-top: 1em;
    align-items: center;
    justify-content: space-around;
    text-transform: uppercase;
    color: #fff;
}

.rswpthemes-purchase-ext-website-list-container ul.ext-website-list-container {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    width: 200px;
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: calc(100% + 16px);
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    margin-left: -100px;
    border: 1px solid #fb4747;
    text-align: center;
}

.rswpthemes-purchase-ext-website-list-container ul.ext-website-list-container.open {
    opacity: 1;
    visibility: visible;
}

.rswpthemes-purchase-ext-website-list-container ul.ext-website-list-container:before {
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #fb4747;
    position: absolute;
    content: "";
    left: calc(50% - 10px);
    top: -20px;
}

.rswpthemes-purchase-ext-website-list-container li {
    padding: 10px !important;
    display: block !important;
    border-bottom: 1px solid #fb4747;
    line-height: normal;
    display: block;
    margin: 0 !important;
}

.rswpthemes-purchase-ext-website-list-container li:last-child {
    border-bottom: 0;
}

.rswpthemes-purchase-ext-website-list-container li a {
    display: block;
}

/*Testimonial*/

/*Books list Widget*/
.rswpthemes-book-list-widget-area-inner .book-name h2 {
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
}

.rswpthemes-book-list-widget-area-inner .book-image img {
    display: block;
    margin: 0 auto;
}

.rswpthemes-book-list-widget-area-inner .book-price {
    font-size: 1.1rem;
    display: flex;
    color: #fb4747;
    justify-content: center;
}

.rswpthemes-book-list-widget-area-inner .book-author h4 {
    font-size: 1rem;
    margin-top: 0;
    font-weight: 400;
    text-align: center;
}

.rswpthemes-book-list-widget-area-inner {
    margin-bottom: 30px;
    text-align: center;
}

.rswpthemes-book-list-widget-area-inner:last-child {
    margin-bottom: 0;
}

.rswpthemes-book-list-widget-area-inner .book-image {
    position: relative;
}

.rswpthemes-book-list-widget-area-inner .book-image .book-view-button a {
    position: absolute;
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 15px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 400;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}
.rswpthemes-book-list-widget-area-inner .book-image .book-view-button a:hover {
    background: #f9464a;
    color: #fff;
}
.rswpthemes-book-list-widget-area-inner:hover .book-image .book-view-button a{
    visibility: visible;
    opacity: 1;
}