﻿/*
    locate leftside
*/
.bgdiv {
    background-color: transparent !important;
    padding: 30px 0px;
    border-bottom: 3px solid #ddd !important;
    border-top: 3px solid #ddd !important;
}

.newreleases .more {
    float: left;
}

    .newreleases .more:hover {
        color: #A6CE39 !important;
        background-color: transparent !important;
        text-decoration: underline !important
    }

.all-info {
    display: inline-block
}

.leftbanner {
    padding-bottom: 100px;
    text-align: center;
}

    .leftbanner img {
        max-width: 100%
    }

.imggrid {
    margin: 0 auto;
    position: relative;
    max-width: 100px;
}

.newreleases .discount {
    background: #384D55;
    position: absolute;
    left: -5px;
    color: #ffffff;
    top: 15px;
    width: 30px;
    z-index: 1;
    font-size: 13px !important;
    border-radius: 0px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.newreleases {
    padding-top: 10px;
    background-color: #f2f2f2;
    margin-bottom: 100px;
    border: 1px solid #ddd;
}

.book-info, .book-info a {
    font-size: 12px !important;
    text-align: center
}

.scroll-left {
    white-space: nowrap;
    overflow: auto;
}

/*@media only screen and (min-width: 768px) {*/
@media only screen and (min-width: 992px) {
    .scroll-left {
        white-space: normal !important;
    }

    .all-info {
        width: 100%
    }

    .content {
        width: 95% !important;
    }

    .book-info, .book-info a {
        text-align: right !important
    }
}
/*end locate leftside*/
#smallmenu {
    color: #799b28
}

.orderby span, .orderby select {
    font-size: 14px !important;
    cursor: pointer
}

.more {
    font-weight: bold;
    white-space: nowrap;
    padding: 0 3px;
}

    .more:hover {
        background-color: #526b75;
        border-radius: 5px;
        color: white;
    }

.descp, .descp b {
    font-size: 14px !important;
    text-align: justify
}

.btype, .btype b {
    font-size: 14px !important
}

.bavail, .bavail b, .bavail span {
    font-size: 12.8px !important
}

.bgdiv {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.discount {
    background: #ffe6e6;
    padding: 0 5px;
    border-radius: 5px;
    color: #b30000;
    font-weight: normal;
}

.ourprice {
    font-size: 20px !important;
    float: right;
    margin-left: 10px;
}

.marketprice {
    font-size: 14px !important;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    text-decoration: line-through;
    color: #b4b5b3;
}

.row-grid {
    /*    padding: 20px 0px;
margin: 16px 0;*/
    position: relative;
}

.imgstyle {
    width: 100%;
    max-width: 200px;
    max-height: 300px;
}

.addtocart-div {
    margin: 5px 0;
}

.addtocart-locate {
    display: block;
    background-image: url(/cart2.png);
    background-color: #A6CE39;
    width: 130px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: left;
    font-weight: bold;
    text-indent: 5px;
    line-height: 2.8;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    font-size: 13px !important;
    background-size: 33px;
}


@media only screen and (max-width: 600px) {
    .row-grid {
        padding: 5px 0px;
        /*margin: 0px -5px;*/
    }

    .author-locate {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 992px) {
    .addtocart-locate { /*for a href*/
        width: 175px !important;
        height: 40px !important;
        text-indent: 10px !important;
        line-height: 2.5 !important;
        background-size: unset !important;
        font-size: unset !important
    }

    /*.addtocart-div {
        float: left;
        position: relative;
        left: 9px;
        bottom: 9px;
    }*/
}
