/* Best Sellers Start */
.best-sellers-con{
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 15px 0;
    overflow: hidden;
}

.best-sellers-con .header{
    padding: 15px;
    border-bottom: 1px solid #cccccc;
}

.best-sellers-con .header .title{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 30px;
    word-spacing:-2px;
    line-height: 28px;
    font-weight: bold;
    color: #d42121;
    text-transform: uppercase;
    display: inline-block;
}

.best-sellers-con .header .view-all{
    text-decoration: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000000; 
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.best-sellers-con .header .view-all:hover{
    text-decoration: underline;
    color: #08c;
}

.best-sellers-con .prod-con{
    width: 100%
}

.best-sellers-con .prod-con .prod-con-inner{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.best-sellers-con .prod-con .prod-con-inner .each-prod{
    height: 50%;
    width: 50%;
    font-size: 12px;
    display: inline-block;
    border-bottom: 1px solid #cccccc; 
    border-right: 1px solid #cccccc; 
}

.best-sellers-con .prod-con .prod-con-inner .each-prod:nth-child(even){
    border-right: none;
}

.best-sellers-con .prod-con .prod-con-inner .each-prod:nth-last-child(2){
    border-bottom:none;
}

.best-sellers-con .prod-con .prod-con-inner .each-prod:nth-last-child(1){
    border-bottom:none;
}

.best-sellers-con .prod-con .prod-con-inner .each-prod .right{
    display: inline-block;
    width: 110px;
    padding: 0px 0px 0px 15px;
}

.best-sellers-con .prod-con .prod-con-inner .each-prod .right img{
    vertical-align: baseline;
    width: 100%;
    height: auto;
}

.best-sellers-con .prod-con .prod-con-inner .each-prod .left{
    display: inline-block;
    padding: 20px 15px 20px 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-left: 13px;
}

.best-sellers-con .prod-con .prod-con-inner .each-prod .left .prod-name{
    font-size: 12px;
    color: #000000;
    width: 180px;
    display: block;
	min-height: 50px;
}

.best-sellers-con .prod-con .prod-con-inner .each-prod .left .prod-name:hover{
    color: #08c;
    text-decoration: none;
}

.best-sellers-con .prod-con .prod-con-inner .each-prod .left .prod-save-price{
    font-size: 14px;
    color: #d42121;
    font-weight: bold;
}

.best-sellers-con .prod-con .prod-con-inner .each-prod .left .prod-price{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.best-sellers-con .prod-con .prod-con-inner .each-prod .left .buy-btn{
    color: #ffffff;
    background: #6dcb3f;
    font-size: 12px;
    font-weight: bold;
    transition: all .2s;
    padding: 7px 15px;
    text-transform: uppercase;
    -webkit-border-radius:3px; 
    -moz-border-radius:3px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 8px;
    display: inline-block;
    width: auto;

}

.best-sellers-con .prod-con .prod-con-inner .each-prod .left .buy-btn:hover{
    background: #64ba3a;
}

@media (max-width: 991px) {
  .best-sellers-con{
      display: none;
  }
}

/* Best Sellers End */

/*additional CSS*/
/**/
#cidf-baseline div.showChatID, .cidf-cs .cidf-buddy-list-left div.ballast {
  bottom: 0px !important;
  right: 200px !important;
  left: auto !important;
}


.cidf-cs .cidf-buddy-list-left .ballast div.controls {
  border: 1px solid #afb4b8 !important;
}


.cidf-cs ul.dock-items {
    z-index: 21 !important;
    height: 40px !important;
}

.best-sellers-con .prod-con .prod-con-inner .each-prod .left .prod-name{
      min-height: 34px !important;
}