.biographyofbook {
    border: 1.5px solid #02cfca;
    border-radius: 0;
    border-top-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
    box-shadow: unset !important;
}

.btn-addtocart {
    background-color: #2ff3ee;
    color: #fff;
    box-shadow: 0 0 15px #929191;
    border-radius: 20px;
    font-size: 0.6rem;
    width: 60%;
}

.btn-addtocart:hover {
    background-color: #37faf5;
    color: #fff;
    box-shadow: 0 0 20px #929191 !important;
}

.fullsearch .form-control {
    background-color: transparent;
    border: unset !important;
}

.fullsearch .form-control:focus {
    background-color: transparent !important;
    border: unset !important;
    box-shadow: unset !important;
}

.fullsearch .btn-search {
    background-image: radial-gradient(ellipse at 100% 160%, #02cfca 0%, #02cfcf 80%, #04dada 80%, #97f6f4 100%);
    color: #fff !important;
    position: relative;
}

.fullsearch .btn-search:hover {
    color: #fff !important;
    box-shadow: unset !important;
}

.fullsearch .btn-search i {
    position: absolute;
    left: .9rem;
    top: .7rem;
    color: #fff;
}

.social-media span {
    width: 1.5rem;
    height: 1.5rem;
}

.social-media .fa-whatsapp {
    color: #33bd6a;
}

.social-media .fa-instagram {
    color: #b32e96;
}

.social-media .fa-twitter {
    color: #4393df;
}

.social-media .fa-facebook-f {
    color: #1a439c;
}

.dailyQuote h5 {
    position: relative;
    padding: 0 0 .8rem;
}

.dailyQuote h5:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 2px;
    content: "";
    background-color: white;
}

.sharetimes {
    position: relative;
}

.sharetimes:before {
    position: absolute;
    right: 0;
    content: "";
    height: calc(100% - 2.5rem);
    width: 3px;
    background-color: #A8A8A8;
}

.social-media {
    font-size: 1.2rem;
}

.social-media span {
    width: 2rem;
    height: 2rem;
    background-color: white;
}

.color-737373 {
    color: #737373 !important;
}

@media(max-width:992px) {
    .dailyQuote h5:after {
        width: 100%;
    }
}

.bookListBackgroundImage {
    background-image: url(/web/pictures/Book_List_Back.png);
    background-size: contain;
}

@media(max-width:575.98px) {
    .btn-addtocart {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .btn-addtocart {
        width: 40%;
    }
}