@media (min-width: 300px) {
    .mycontainer {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 1em;
    }

    header .sticky {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    header .mobile-menu {
        display: block;
    }

    header .desktop-navbar {
        display: none;
    }

    header .desktop-navbar ul {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    header .desktop-navbar ul li {
        width: 100%;
        text-align: center;
        padding: 3px 0;
    }

    header .desktop-navbar ul li::after {
        width: 100%;
        height: 1px;
    }

    header .desktop-navbar ul li:hover .down-menu {
        display: block;
    }

    header .desktop-navbar ul li .down-menu {
        position: relative;
    }
}
@media (min-width: 576px) {
     .active-max{
         max-width: 100% !important;
     }
    .active-max-btn{
        color:darkgreen;
        font-size: 26px;
    }

}
@media (min-width: 1000px) {
    .mycontainer {
        padding: 0 3em;
    }

    header .mobile-menu {
        display: none;
    }

    header .sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
    }

    header .desktop-navbar ul {
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
    }

    header .desktop-navbar ul li {
        text-align: center;
        padding: 0;
        width: auto;
    }

    header .desktop-navbar ul li::after {
        width: 1px;
        height: 100%;
    }

    header .desktop-navbar ul li:hover .down-menu {
        display: block;
    }

    header .desktop-navbar ul li .down-menu {
        position: absolute;
        width: 200px;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 1px;
    }
}

.not-found-email {
    background-color: #eb4242;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
}

.centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 80px 80px 80px;
    text-align: center;
}

.login-register {
    margin: 8em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-register .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-register .header a {
    color: gray;
    text-decoration: none;
}

#janr {
    display: none;
}

#janr button {
    display: block !important;
}

.liked-modal {
    background-color: rgba(211, 211, 211, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.liked-modal .center-modal {
    background-color: #FFFFFF;
    -webkit-box-shadow: 8px 13px 37px -30px rgba(0, 0, 0, 0.3);
    box-shadow: 8px 13px 37px -30px rgba(0, 0, 0, 0.3);
    padding: 2em;
}

.liked-modal .center-modal p {
    margin: 1em 0;
}

.liked-modal .center-modal img {
    width: 80px;
}

.liked-modal .center-modal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.liked-modal .center-modal ul li button {
    margin: 10px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 5px 20px;
    border-radius: 5px;
    border: 2px solid #EAEAEA;
}

.liked-modal .center-modal ul li .gray {
    background-color: #EAEAEA;
}

.liked-modal .center-modal .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.liked-modal .center-modal .footer button {
    margin: 10px;
    background-color: var(--blue);
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 5px;
    border: 2px solid #EAEAEA;
}

#success-popup {
    display: none;
}

#conditions {
    display: none;
    background-color: rgba(211, 211, 211, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

#conditions .center-modal {
    background-color: #FFFFFF;

    -webkit-box-shadow: 8px 13px 37px -30px rgba(0, 0, 0, 0.3);
    box-shadow: 8px 13px 37px -30px rgba(0, 0, 0, 0.3);
    padding: 2em;
}

#conditions .center-modal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

#conditions .center-modal ul li {
    margin: 5px 0;
}

#conditions .center-modal .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#conditions .center-modal .footer button {
    margin: 10px;
    background-color: var(--blue);
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 5px;
    border: 2px solid #EAEAEA;
}

.blur {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100vh;
    background-color: rgba(211, 211, 211, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

#login span {
    color: red;
    font-size: 15px;
    font-weight: 400;
}

#login .label-txt {
    position: absolute;
    top: 0em;
    padding: 10px;
    font-family: sans-serif;
    font-size: .8em;
    letter-spacing: 1px;
    color: #787878;
    -webkit-transition: ease .3s;
    transition: ease .3s;
}

#login .input {
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #BCBCBC;
    box-shadow: none;
    outline: none;
}

#login .line-box {
    position: relative;
    width: 100%;
    height: 2px;
    background: #BCBCBC;
}

#login .danger {
    background-color: red;
}

#login i {
    color: gray;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    top: 1.5em;
    right: 0;
    padding: 10px;
}

#login .hide-password {
    display: none;
}

#login .line {
    position: absolute;
    width: 0%;
    height: 2px;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--blue);
    -webkit-transition: ease .6s;
    transition: ease .6s;
}

#login .input:focus + .line-box .line {
    width: 100%;
}

#login .label-active {
    top: -2em;
}

#login button {
    display: inline-block;
    padding: 12px 0px;
    width: 100%;
    margin-top: 2em;
    background: var(--blue);
    font-weight: bold;
    color: #787878;
    border: none;
    outline: none;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: ease .3s;
    transition: ease .3s;
}

#register label {
    display: block;
    position: relative;
    margin: 20px 20px 20px 0;
}

#login .worked {
    display: none;
}

#register span {
    color: red;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    top: 2.4em;
    left: 0;
    padding: 10px;
}

#register i {
    color: gray;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    top: 0.7em;
    right: 0;
    padding: 10px;
}

#register .hide {
    display: none;
}

#register .label-txt {
    position: absolute;
    top: 0em;
    padding: 10px;
    font-family: sans-serif;
    font-size: .8em;
    letter-spacing: 1px;
    color: #787878;
    -webkit-transition: ease .3s;
    transition: ease .3s;
}

#register .mobile-txt {
    position: absolute;
    top: -2em;
    padding: 10px;
    font-family: sans-serif;
    font-size: .8em;
    letter-spacing: 1px;
    color: #787878;
    -webkit-transition: ease .3s;
    transition: ease .3s;
}

/*#register .input {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    background: transparent;*/
/*    border: none;*/
/*    outline: none;*/
/*}*/


#register .input {
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #BCBCBC;
    box-shadow: none;
    outline: none;
}

#register .line-box {
    position: relative;
    width: 100%;
    height: 2px;
    background: #BCBCBC;
}

#register .line {
    position: absolute;
    width: 0%;
    height: 2px;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--blue);
    -webkit-transition: ease .6s;
    transition: ease .6s;
}

#register .input:focus + .line-box .line {
    width: 100%;
}

#register .label-active {
    top: -2em;
}

#login .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#login button {
    display: inline-block;
    margin: 2em 20px;
    background: var(--blue);
    font-weight: bold;
    border: none;
    width: 200px;
    outline: none;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: ease .3s;
    transition: ease .3s;
}

#login .rigister-submit {
    background-color: green;
}

/*#login .rigister-submit {*/
/*    display: none;*/
/*}*/

.cursor-pointer {
    cursor: pointer !important;
}

.danger {
    background-color: red !important;
}

#detail {
    margin-top: 5em;
    min-height: 100vh;
}

#detail .detail-header a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 400;
}

#detail .detail-header i {
    font-size: 13px;
}

#detail .detail-header span {
    font-weight: 600;
    font-size: 16px;
}

#detail .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2em 0;
}

#detail .detail .book-container .book {
    width: 233px;
    height: 494px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#detail .detail .book-container .book .cover {
    -webkit-transform: translateZ(25px);
    transform: translateZ(25px);
}

#detail .detail .book-container .book .cover img {
    position: absolute;
    top: 0;
    left: -1px;
    width: 99%;
    height: 400px;
    background-color: #01060f;

}

#detail .detail .book-container .book .edge {
    position: absolute;
    top: 0;
    left: -24px;
    -webkit-transform: rotateY(-90deg) translateZ(0px);
    transform: rotateY(-90deg) translateZ(0px);
}

#detail .detail .book-container .book .edge img {
    width: 51px;
    height: 400px;
    border-radius: 0 2px 2px 0;
}

#detail .detail .book-container .book .back {
    -webkit-transform: translateZ(-25px) rotateY(-180deg);
    transform: translateZ(-25px) rotateY(-180deg);
    position: absolute;
    height: 494px;
    top: 0;
    left: 0;
}

#detail .detail .book-container .book .back img {
    width: 100%;
    height: 400px;
    border-radius: 0 2px 2px 0;
    -webkit-box-shadow: #26394d 0px 20px 30px -10px;
    box-shadow: #26394d 0px 20px 30px -10px;
}

#detail .detail .book-container .book::after {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    content: ' ';
    width: 326px;
    height: 494px;
    -webkit-transform: translateZ(-25px);
    transform: translateZ(-25px);
    border-radius: 0 2px 2px 0;
}
/*comments*/
.allComments{
    margin-top: 120px;
}
.active-comment-header{
    background: #ccc;
    padding: 6px 10px;
    border-bottom: 1px solid #283277;
}
.headCommentText{
    cursor: pointer;
    margin-top: 30px;
}
.commentItemHeader{
    margin-top: 20px;
}
.commentItemHeader i{
    font-size: 30px;
    padding: 15px 18px;
    background: #ccc;
    color: #fff;
    border-radius: 100%;
}
.commentItemHeader h6{
    margin-top: 3px;
    margin-left: 4px;
}
.commentItemResult{
    margin-left: 110px;
}
.commentItem{
    padding: 10px 30px;
    background: #e3e2e2;
    border-radius: 10px;
    margin-top: 60px;
}
.sendComment form{
    margin-bottom: 40px;
}
.sendComment{
    margin-top: 50px;
    margin-bottom: 30px;
}
.sendComment textarea{
    outline: none;
    padding-left: 10px;
}
.sendComment input{
    padding: 10px 25px;
    font-weight: bold;
    margin-left: 75px;

}
.sendStart{
    margin-left: 75px;
    transition: .5s ease;
    margin-bottom: 10px;
}
.sendStart i{
    cursor: pointer;
    transition: .5s ease;
}

/*.sendStart i:hover{*/
/*    color: goldenrod;*/
/*}*/
/*comments end*/

#detail .detail .book-container .flipback {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#detail .detail .book-container .flipfront {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

#detail .detail .book-container .flipfront:hover {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg);
}

#detail .detail .book-text h2 {
    font-weight: 600;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#detail .detail .book-text h3 {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 16px;
}

#detail .detail .book-text p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 1em;
}


:root {
    --blue: #283277;
}

header {
    position: relative;
    margin-bottom: 3em;
}

header .sub-header {
    background-color: #eaeaea;
}

header .sub-header .logo {
    width: 110px;
}

header .sub-header a {
    color: black;
    text-decoration: none;
}

header .sub-header form {
    position: relative;
}

header .sub-header form input {
    padding: 6px 30px;
    width: 350px;
    font-size: 14px;
    outline: none;
    border: 1px solid rgba(189, 189, 189, 0.5);
    color: #000;
    border-radius: 7px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

header .sub-header form button {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 3px;
    outline: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .sub-header form button i {
    font-size: 20px;
    color: #000;
}

header .sub-header form button i:hover {
    color: var(--blue);
}

header .sub-header .icon-list .icons div {
    width: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .sub-header .icon-list .icons div svg {
    font-size: 10px !important;
    fill: white !important;
    padding: 3px;
    color: white;
}

header .sub-header .icon-list .icons .instagram {
    background-color: #c13584;
}

header .sub-header .icon-list .icons .twitter {
    background-color: #1da1f2;
}

header .sub-header .icon-list .icons .facebook {
    background-color: #4267b2;
}

header .sub-header .links .books {
    margin-right: 1em;
    color: var(--blue);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

header .sub-header .links button {
    padding: 5px 25px;
    outline: none;
    border: none;
    color: #fff;
    background-color: var(--blue);
    border-radius: 5px;
}

header .sub-header .links button a {
    color: #fff;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    text-transform: none;
}

header .sub-header .links .autohorized {
    position: relative;
}

header .sub-header .links .autohorized h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    padding: 15px 5px;
}

header .sub-header .links .autohorized h4::-moz-selection {
    background-color: transparent;
}

header .sub-header .links .autohorized h4::selection {
    background-color: transparent;
}

header .sub-header .links .autohorized ul {
    position: absolute;
    top: 100%;
    display: none;
    right: -10px;
    list-style: none;
    margin: 0;
    padding: 20px;
    background-color: white;
    z-index: 12;
    border-top: 2px solid var(--blue);
}

header .sub-header .links .autohorized ul li {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .sub-header .links .autohorized ul li a {
    position: relative;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    padding: 5px;
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

header .sub-header .links .autohorized ul li a::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #EAEAEA;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

header .sub-header .links .autohorized ul li a:hover {
    color: var(--blue);
}

header .sub-header .links .autohorized ul li a:hover::after {
    background-color: var(--blue);
}

header .mobile-menu {
    margin: 10px 0;
}

header .mobile-menu button {
    padding: 5px 110px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid gray;
    outline: none;
    font-size: 15px;
    font-weight: 600;
}

header .mobile-menu button i {
    margin-left: 1em;
    -webkit-transition: .5s;
    transition: .5s;
}

header .desktop-navbar {
    background-color: white;
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

header .desktop-navbar ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .desktop-navbar ul li {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 3;
}

header .desktop-navbar ul li:hover {
    background-color: var(--blue);
}

header .desktop-navbar ul li:hover .down-menu {
    -webkit-animation-name: screenshow;
    animation-name: screenshow;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

header .desktop-navbar ul li:hover a {
    color: white;
}

@-webkit-keyframes screenshow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes screenshow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

header .desktop-navbar ul li::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: gray;
}

header .desktop-navbar ul li:last-child::after {
    height: 0;
}

header .desktop-navbar ul li .down-menu {
    display: none;
    background-color: white;
    list-style: none;
}

header .desktop-navbar ul li .down-menu li {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
}

header .desktop-navbar ul li .down-menu li::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 100%;
    width: 100%;
    height: 1px;
    opacity: .3;
    background-color: #8f8f8f;
}

header .desktop-navbar ul li .down-menu li:last-child::after {
    height: 0px;
}

header .desktop-navbar ul li .down-menu a {
    display: block;
    text-transform: none;
    color: #666;
    font-weight: 300;
    width: 100%;
    letter-spacing: 0px;
    padding: 5px 25px;
}

header .desktop-navbar ul li .down-menu a:hover {
    color: white;
}

header .desktop-navbar ul li a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #666;
    text-decoration: none;
    padding: 3px 15px;
}

#slider .slick-next, #slider .slick-prev {
    display: none !important;
}

#slider .slider-for img {
    width: 100%;
}

#book-list .back-img {
    background: url("http://www.teaspress.az/assets/media/img/p1.webp");
    margin: 1em 0;
    min-height: 100vh;
}

#book-list .back-img .header {
    padding: 10px 20px;
    position: relative;
}

#book-list .back-img .header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    top: 100%;
    background-color: #888;
    opacity: .3;
}

#book-list .back-img .header h3 {
    font-size: 25px;
    font-weight: 400;
    color: #333;
}

#book-list .back-img .header .book-header a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 400;
}

#book-list .back-img .header .book-header i {
    font-size: 13px;
}

#book-list .back-img .header .book-header span {
    font-weight: 600;
    font-size: 16px;
}

#book-list .back-img ul {
    padding: 1em 0;
}

#book-list .back-img ul .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    margin-right:30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#book-list .back-img ul .items .center-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    border-radius: 5px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#book-list .back-img ul .items h3 a {
    font-size: 16px;
    color: var(--blue);
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
}

#book-list .back-img ul .items img {
    aspect-ratio: 9/13;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: white;
}

#book-list .back-img ul .items h4 {
    font-size: 14px;
    height: 40px;
}

#book-list .back-img ul .items h4 span {
    margin: 0 15px;
}

#book-list .back-img ul .items a {
    font-size: 13px;
    font-weight: 600;
    color: var(--blue);
    text-decoration: none;
}

#book-list .back-img ul .items .link {
    padding: 5px 20px;
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#book-list .back-img ul .items .link:hover {
    background-color: var(--blue);
    color: white;
}
.btns{
    margin-top: 30px;
}

footer {
    background-color: #666;
}

footer a {
    text-decoration: none !important;
    color: #fff !important;
    margin: 0 1em;
}

#viewContent{
    text-decoration: none;
    color: #000;
    transition: .5s ease;
}
#viewContent:hover{
    color: #0a53be;
}


/*# sourceMappingURL=style.css.map */
