.center-grid {
    margin: 0 auto;
    float: none!important;
}
.ajax__tab_xp .ajax__tab_active {
    color: #80a541 !important
}
.ajax__tab_xp .ajax__tab_outer, .ajax__tab_xp .ajax__tab_inner, .ajax__tab_xp .ajax__tab_tab {
    background: none !important;
    height: unset !important;
    margin-bottom: 3px;
}
.ajax__tab_default .ajax__tab_tab {
    display:unset!important
}
.bstitle {
    font-weight: bold;
    margin-right: 5%;
    font-size: 20px !important;
}
.ajax__tab_default .ajax__tab_header {
    margin-top: -35px;
    text-align: center;
    background: none !important;
    margin-bottom: 20px;
}
.ajax__tab_xp .ajax__tab_header > span:first-child {
    margin-right: 122px !important;
}
.ajax__tab_xp .ajax__tab_body {
    border: 0px!important;
}
    /*.ajax__tab_xp .ajax__tab_header > span:nth-child(4) {
    margin-right: 15px !important;
}*/
.ajax__tab_tab {
    display: unset !important;
    border: 1px solid #eee;
    padding: 0px 5px 0px 5px !important;
    font-weight: bold;
    font-size: 18px !important;
}
div.bsrightside ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}
    div.bsrightside ul li, div.bsrightside div.textfirst {        
        padding: 5px 15px 5px 0px;
    }
.row-grid {
    background: #f2f2f2;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
    position:relative;
min-height: 450px;
}

    .row-grid img {
        max-height: 280px;
    max-width: 100%;
width:auto;
    }
.imggrid {
    position: relative;
    margin: 0 auto;
    display: table;
    min-height: 280px;
}
.discount {
    z-index:1;
    background: #384D55;
    position: absolute;
    left: 0px;
    color: #ffffff;
    top: 30px;
    width: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    font-weight:bold
}
.pro-info{
    overflow:hidden
}
.pro-info a{
    white-space: nowrap;
    overflow:hidden
}
.author-locate {
    min-height: 30px;
    white-space: nowrap;
}
.ourprice {
    font-size: 16px !important;
    float: right;
    margin-left: 5px;
}

.marketprice {
    font-size: 13px !important;
    float: right;
    margin-top: 2px;
    margin-left: 4px;
    text-decoration: line-through;
    color: #b4b5b3;
}
.addtocart-locate {
    background-image: url(/cart2.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #A6CE39;
    background-size: 33px;
    text-indent: -30px;
    -webkit-appearance: none;
    font-weight: bold;
    cursor: pointer;
    color: #384d55;
    background-color: #A6CE39;
    border: none;
    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;
    width: 130px;
    height: 35px;
    font-size: 13px !important;
}

@media only screen and (max-width: 600px) {
    .pro-info a, .author-locate {
        font-size: 13px !important;                    
    }
.imggrid{
min-height: 230px!important;
}
 .row-grid img {
        max-height: 230px!important;
    }

}
@media only screen and (min-width: 768px) {
    .row-grid {
        padding: 5px !important;
        width: 90% !important;
    }
}
@media only screen and (min-width: 992px) {
    .row-grid {
        padding: 10px !important;
        width: 85% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .row-grid {
        width: 75% !important
    }
}