.key {
    background: url("key.png") no-repeat;
}
.codes {
    background: url("codes.png") no-repeat;
}
.updates {
    background: url("updates.png") no-repeat;
}
.bullet {
    background: url("bullet.png") no-repeat;
}
.dott {
    position: relative;
    padding-left: 25px;
}
.dott:before {
    content: ' ';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
}
.dott.bullet:before {
    width: 16px;
    height: 20px;
}
.slider .button.ga-add-to-cart {
    margin-top: 20px;
}

.dott.best {
    position: relative;
    padding-left: 40px;
    width: 87%;
    color: #5ec4cc;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 30px;
}
.dott.best span {
    text-transform: uppercase;
    display: block;
    line-height: 1.4;
}
.dott.best:before {
    width: 28px;
    height: 40px;
}
.slider11 .best {
    background: url('best.png') no-repeat;
}
.slider11 .price {
    width: 100%!important;
    font-size: 15px;
    color: #fff;
}
.slider11 .price span {
    color: #80c035;
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
}