body {
    scroll-behavior: smooth;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    margin-left: 0;
}

.product-loop-title h3 {
    height: 37px;
    overflow: hidden;
}

.page-numbers.current a {
    background-color: #f17d00;
    color: #fff;
}

#product-tab .nav-item a {
    padding: 0;
    border: 0;
    background-color: transparent;
    padding: 10px 15px 10px;
}

#product-tab .nav-item {
    padding: 0 !important;
}

.porto-products .owl-prev span,
.porto-products .owl-next span {
    display: none;
}

.products-slider {
    margin-bottom: 15px;
}

input.is-invalid,
textarea.is-invalid,
select.is-invalid {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
}

input.is-invalid+label {
    color: #dc3545 !important;
}

.profile .tab-contents>div {
    display: none;
}

.profile .tab-contents>div.active {
    display: block;
}

.profile .tab-buttons {
    margin-top: 20px;
}

.profile .tab-buttons>.list-group-item.active,
.profile .tab-buttons>.list-group-item:hover,
.profile .tab-buttons>.list-group-item.active:focus {
    font-weight: bold;
    background-color: #f5f5f5;
    color: #555;
    border-color: #f5f5f5;
}