.product-item .product-thumb .product-image-container > .sale, .product-item .product-thumb .product-image-container > .new {
    font-size: 9.5px;
    max-width: 95px;
    padding: 3px 10px 2px 10px;
    border-radius: 6px;
}
span.sale {
    background: linear-gradient(to right,rgb(245 131 105) 0,rgb(228 91 91) 100%) !important;
}


#homepage-slider > #homeslider > li:not(:first-of-type) {
    display: none;
}

#homepage-slider > #homeslider > li {
    border-radius: 20px;
    overflow: hidden;
}

.cms-45 .tab-content > .tab-pane,
.cms-16 .tab-content > .tab-pane {
    display: none !important;
}

.cms-45 .tab-content > .active,
.cms-16 .tab-content > .active {
    display: block !important;
}

#pick-rma-subject .btn-primary {
    background-color: #157df2;
    border-color: #157df2;
    padding: 10px 40px;
    color: #fff;
    box-shadow: none;
    margin: 6px 6px;
    border-radius: 15px;
    width: 165px;
}

#pick-rma-subject .btn-default {
    border: 1px solid #157df2;
    border-radius: 15px; 
    padding: 10px 40px;
    color: #157df2;
    box-shadow: none;
    margin: 6px 6px;
    width: 165px;
}