/* 
* put your own css code here 
* don't update templates css file.
* because it's regularly get updated
*/

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-xs-5th {
    width: 20%;
}

@media (min-width: 768px) {
    .col-sm-5th {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
    }
}
