.form-control {
    border-radius: 0;
}

.category-link:hover {
    text-decoration: none;
}

.category-link:hover p {
    color: #5abc2a;
}

.category-link img {
    height: 280px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 767px) and (min-width: 450px) {
    .category-link img {
        height: 400px;
    }
}

span.onsale{
    position: absolute;
    z-index: 10;
    display: inline-block;
    padding: 5px;
    top: 0;
    right: 30px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    left: auto;
    border: none;
    border-radius: 0;
    margin: 0;
    background-color: #5abc2a;
    color: white;
}

.label-1 {
    text-align: center;
    line-height: 0.8;
    margin-bottom: 0px;
    color: #212529;
}

.label-2 {
    text-align: center;
    font-weight: bold;
    color: #212529;
}

.inquiry-button {
    margin: 0 auto;
    border: 2px solid #5abc2a;
    background: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #212529;
    display: table;
    font-size: .8em;
}

.inquire-well {
    background: #5abc2a;
    padding: 35px 40px 15px 40px;
    border-radius: 5px;
    margin-top: 20px;
}

.inquire-link:hover {
    text-decoration: none;
}

.inquire-well h4 {
    color: white;
    font-weight: bolder;
}

.inquire-well p {
    color: white;
}

.inquiry-button:hover{
    background: #5abc2a;
    color: #fff;
    text-decoration: none;
}

.single-product ul.nav li a {
    display: block;
    font-size: 1.25rem;
    padding: 1rem 25px;
    /*border: none;*/
    font-weight: bold;
    color: #8F8F8F;
}

.single-product .tab-content{
    border-bottom: 5px solid #eFeFeF;
    padding-bottom: 40px;
    padding-top: 40px;
}


.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    border-bottom-color:  #fff ;
    border-bottom-width: 5px;
    margin-bottom: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    border-bottom-color:  #fff ;
    border-color: #fff #fff #fff #fff;
    border-bottom-width: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #5abc2a;
    background-color: #fff;
    border-color: #fff;
    border-bottom-color:  #5abc2a ;
    border-bottom-width: 5px;
}

.tab-content {
    margin-bottom: 30px;
}

.fa-star, .fa-star-o {
    color: #5abc2a;
}

.slider-nav img {
    padding: 2px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

