@media (min-width: 1200px)
.product__header-btn {
    text-align: right;
}

.btn {
    border: none;
    border-radius: 0;
    fill: currentColor;
    font-weight: 300;
}

.btn:not(.btn-icon) {
    font-size: 16px;
    line-height: 19px;
    padding: 8.5px 16px;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    border-color: #f009!important;
    background: #f009!important;
    color: #fff!important;
}

@media (min-width: 1200px){
    .product__header-btn .btn {
        width: 100%;
        max-width: 220px;
    }
}

@media (min-width: 520px) and (max-width: 991.98px){
    .product__header-btn .col-lg-12 {
        width: 50%;
    }
    .product__header-btn .btn {
        width: 220px;
        max-width: 100%;
    }
}

.browse_items {
    background-color: #f0f0f0;
    line-height: 36px;
    text-align: right;
}

.header-line {
    border-bottom: 1px solid #ebebeb;
    padding-top: 16px;
}

.cat-col-list a {
    display: block;
    overflow: hidden;
    height: 100%;
    padding: 10px 10px 10px 20px;
    color: #222;
    border: 1px solid #d4d4d4;
    position: relative;
}

.cat-col-list h6 {
    position: absolute;
    top: 50%;
    left: 75px;
    width: 70%;
    transform: translate(0, -50%);
    margin: 0;
    font-size: 1rem;
    line-height: 15px;
    font-weight: 500;
    overflow: hidden;
}

.cat-col-list .icon-class-categories {
    margin: 10px 15px 10px 0px;
    font-size: 40px;
}

small {
    color: #9b9b9b;
}
