@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

/* product view */
.btn-add {
    padding: 10px 60px;
    border: none;
    background: #189fce;
    color: #fff;
    font-weight: 600;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 6px;
    transition: all .6s;
}

.btn-buy {
    padding: 10px 74px;
    border: none;
    background: #06034f;
    color: #fff;
    font-weight: 600;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 6px;
    transition: all .6s;
}

.btn-buy:hover {
    background: #08046c;
    transition: all .6s;
}

.product #img-view {
    border-radius: 6px;
    filter: drop-shadow(2px 4px 6px black);
    transition: all .6s;
}

.product {
    background: #fff;
    position: relative;
}

.prodisplay {
    padding: 0 60px;
}

.prodisplay h2 {
    font-weight: 700;
    color: #372702;
}

.prodisplay p {
    font-weight: 500;
    font-size: 18px;
    padding-top: 8px;
    color: #372702;
}

.prodisplay .rate {
    font-weight: 600;
    margin-right: 10px;
    color: #372702;
}

i.fa-solid.fa-star {
    color: #1aa09f;
    font-size: 18px;
}

.prodisplay .star {
    color: #1aa09f;
    font-size: 18px;
    font-weight: 500;
}

i.fa-regular.fa-star {
    color: #1aa09f;
    font-size: 18px;
}

.prodisplay .rare {
    font-size: 12px;
    margin-left: 5px;
    color: #959595;
    font-weight: 500;
}

.prodisplay h4 {
    font-weight: 600;
    color: #372702;
    padding-top: 22px;
}

.prodisplay ul li {
    list-style: circle;
    font-weight: 500;
    color: #372702;
    padding: 12px 0;
    cursor: pointer;
}

.proview {
    text-align: center;
    padding: 40px 0;
    background: #f4f4f4;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 6px;
    transition: all .6s;
    border: 2px solid #f4f4f4;
}

.proview:hover {
    transform: translateY(-5px);
    transition: all .6s;
    border: 2px solid #372702;
}

.proview .price {
    font-size: 28px;
    font-weight: 700;
    color: #372702;
}

.btn-more {
    padding: 10px 65px;
    border: 2px solid #fff;
    color: #372702;
    font-weight: 600;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 6px;
    transition: all .6s;
    background: #fff;
    transition: all .6s;
    overflow: hidden;
    position: relative;
}

.btn-more:hover {
    transition: all .6s;
}

.proview:hover .btn-more {
    border: 2px solid #372702;
    transition: all .6s;
}

.fa-solid.fa-arrow-down {
    position: absolute;
    top: -40%;
    right: 18%;

}

.btn-more:hover .fa-solid.fa-arrow-down {
    transition: all .6s;
    top: 34%;
    right: 18%;

}

button.btn-avail {
    font-weight: 600;
    font-size: 16px;
    border: none;
    background: #fff;
    color: #372702;
}

.proof .fa-tag {
    color: #f13c7e;
}

.proof p {
    margin-bottom: 0px;
}

@media screen and (min-width:200px) and (max-width:550px) {
    .proimage {
        text-align: center;
    }

    footer #logo {
        width: 13%;
    }

    .rv-content {
        padding: 15px 40px;
    }

    .arrivals .btn-add{
        padding: 10px 106px !important;
    }

}

@media screen and (min-width:700px) and (max-width:1024px) {
    .proimage {
        text-align: center;
    }

    .prodisplay {
        text-align: center;
    }

    .rv-content {
        padding: 15px 40px;
    }
}

@media screen and (min-width:1024px) and (max-width:1366px) {
    .prodisplay {
        text-align: left;
    }

    .btn-add {
        padding: 8px 26px;
    }

    .btn-buy {
        padding: 8px 40px;
    }

    .btn-more {
        padding: 8px 30px;
    }

    .fa-solid.fa-arrow-down {
        position: absolute;
        top: -40%;
        right: 10%;

    }

    .btn-more:hover .fa-solid.fa-arrow-down {
        transition: all .6s;
        top: 34%;
        right: 10%;

    }

    .prodisplay ul li {
        padding: 2px 0;
    }

    .prodisplay p {
        margin-bottom: 5px;
        padding-top: 5px;
    }

    .prodisplay h4 {
        padding-top: 5px;
    }

    .prodisplay h2 {
        margin-bottom: 5px;
    }

    .arrivals .btn-add {
        padding: 5px 44px !important;
    }

    .arrivals .btn-read {
        padding: 5px 50px;
    }

}

/* end */

/* similar books */
.arrivals .btn-add {
    padding: 5px 82px;
    border: none;
    background: #189fce;
    color: #fff;
    font-weight: 600;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 6px;
    transition: all .6s;
}

.arrivals .btn-add:hover {
    background: #2bbbec;
    transition: all .6s;
}

.arrivals {
    transition: all .6s;
}

/* end */

/* book details */
.details h1 {
    color: #372702;
    font-weight: 700;
}

.details h4 {
    font-weight: 600;
    color: #372702;
    padding-top: 25px;
}

.details p {
    color: #372702;
    font-weight: 500;
}

.bk-content {
    padding: 15px 40px;
}

/* end */

/* ratings and reviews */
.rt-content {
    padding: 0 40px;
}

.rt-content h4 {
    font-weight: 600;
    color: #372702;
    margin-bottom: 15px;
}

.rt-content p {
    margin-bottom: 0;
}

.rt-content .fa-star {
    font-size: 34px !important;
    margin-bottom: 15px;
}

.rt-content .rt-star {
    font-size: 28px;
    font-weight: 700;
    color: #1aa08f;
}

.rt-content .rare {
    font-size: 12px;
    margin-left: 5px;
    color: #959595;
    font-weight: 500;
}

.rv-content h4 {
    font-weight: 600;
    color: #372702;
    margin-bottom: 15px;
}

.rv-content .progress-bar {
    background: #1aa09f;
    font-weight: 600;
}

.rv-content .progress {
    margin-bottom: 30px;
}

.rv-show p {
    font-size: 14px;
    margin-left: 5px;
    color: #959595;
    font-weight: 500;
}

ul.rv-view li {
    list-style: none;
    padding: 25px 15px;
}

ul.rv-view li p {
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
}

ul.rv-view li+li {
    border-top: 1px solid #372702;
}

.rv-view li span {
    font-size: 13px;
    font-weight: 500;
}

.rv-team h4 {
    font-weight: 600;
    color: #372702;
}

.rv-team p {
    font-weight: 500;
    color: #372702;
}

.rv-team {
    padding: 0 40px;
}

/* end */