* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#bestsellercontainer {
    background: white;
    width: 100%;
    margin-top: 5px;
    height: 165px;
}

#bestseller-container {
    margin-top: 0;
    margin-bottom: 0;
    background: white;
    margin-top: 10px;
}
#bestseller {
    position: relative;
    width: 100%;
    padding-right: 50px;
    margin: 0px auto 0px;
}
#bestselleritems {
    width: 100%;
    height: 40px;
    margin-top: 0;
    text-align: center;
    border-top: 4px solid #99CB60;
    border-bottom: 4px solid #99CB60;
    background: #18335e;
    line-height: 1.2;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
#bestsellerbox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: white;
}
.bestseller-item-container {
    float: left;
    width: 7%;
    height: 140px;
    margin-left: 3%;
}
.bestseller-image img {
    max-width: 100%;
    text-align: center;
}
.bs1info {
    text-align: center;
    color: #18335e;
    font-weight: bold;
    font-size: 12px;
}
/*================START 1025PX TO 1224PX STYLES==================*/
@media (min-width : 1025px) and (max-width : 1224px) {

}
/*================END 1025PX TO 1224PX STYLES==================*/
/*================START 769PX TO 1024PX STYLES==================*/
@media  (max-width : 1024px) {
#bestseller {
    padding-right: 20px;
}
.bestseller-item-container {
    width: 9%;
    margin-left: 1%;
}
.bs1info {
    font-size: 9px;
}
}
/*================END 769PX TO 1024PX STYLES==================*/
/*================START 481PX TO 768PX STYLES==================*/
@media (max-width : 768px) {
#bestseller {
    padding-right: 15px;
}
.bestseller-item-container {
    width: 17%;
    margin-left: 3%;
    padding-bottom: 14px;
    height: auto;
    min-height: 140px;
}
.bs1info {
    font-size: 10px;
}
}
/*================END 481PX TO 767PX STYLES==================*/
/*================START 361PX to 480PX STYLES==================*/
@media (max-width : 480px) {
#bestseller {
    padding-right: 10px;
}
.bestseller-item-container {
    width: 30%;
    margin-left: 3%;
}
}
/*================END 361PX to 480PX STYLES==================*/
/*================START UP TO 360PX STYLES==================*/
@media (max-width : 360px) {
#bestseller {
    padding-right: 20px;
    text-align: center;
}
.bestseller-item-container {
    width: 47%;
    margin-left: 3%;
}
.bs1info {
    font-size: 12px;
}
}