/*
Theme Name: Essentials Child
Theme URI: https://essentials.pixfort.com/
Author: PixFort
Template: essentials
Author URI: http://themeforest.net/user/pixfort
Description: Essentials child theme
Version: 1.0.2
License: Envato Marketplaces Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials-child
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/

.breadcrumb>li,
.breadcrumb-item{
    opacity: 1!important;
    transform: none!important;
    visibility: visible!important;
}
.breadcrumb>li.active,
.breadcrumb-item.active{
    color: #fff!important;
    font-weight: 700!important;
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23242424' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-size: 12px 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    padding-right: 30px;
    padding-left: 5px;
}