#product_category_slider .container {
    padding: 3rem 0 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-weight: 600;
    box-shadow: none;
}

.nav-pills .nav-link {
    color: #858585;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
    background-color: transparent;
    color: #000;
}

.fade {
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

.owl-theme .owl-dots .owl-dot {
    border: 0;
    background-color: transparent;
}

#pills-tabContent .card{
    box-shadow: none;
}

#pills-tabContent .card-body .card-title{
    margin-bottom: 10px;
}

#pills-tabContent .card-body strong{
    color: #c5132b;
}

#pills-tabContent .owl-theme .owl-dots .owl-dot span {
    margin: 5px 0;
}

#pills-tabContent .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #818286;
}

.nav-tabs .nav-link:not(.active):hover, .nav-tabs .nav-link:not(.active):focus, .nav-pills .nav-link:not(.active):hover, .nav-pills .nav-link:not(.active):focus {
    color: #818286;
}

.nav-pills .nav-link {
    color: #818286;
}
