.toggle-status {
    font-size:25px;
    color:#0b48ab;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 0.4rem .7rem;
}

body {
    background-color: white !important;
    font-size: .9rem !important;
    font-family: 'Open Sans', sans-serif !important;
    font-display: fallback;
}

.navbar.navbar-trim {
    background-color: #eee !important;
    /*box-shadow: inset 0 -5px 10px rgba(0,0,0,.125);*/
}

.navbar a, #footer a, a.btn {
    text-decoration: none;
}

.nav-tabs .nav-link {
    border: 0px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.nav-tabs {
    border-bottom: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    /*color: #6c757d;*/
}

p {
    margin: 1em inherit;
}

/*
hr {
    color: #38c172;
    background-color: #38c172;
    border: 0;
    height: 1px;
    margin: 3em auto;
}
*/

.dropdown-menu {
    margin: 0 !important;
}

.dropdown-submenu {
    position: relative;
    width: 250px;
}

.dropdown-submenu>a:after {
    content: ">";
    float: right;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dark-card {
    background-color: rgba(0, 0, 0, .75);
    color: white;
    margin: 40px 0 80px 0;
}

.blue-card {
    background-color: rgba(46, 118, 247, .85);
    color: white;
    margin: 40px 0 80px 0;
}

.blue-card h1, .blue-card h3, .dark-card  h2 {
    color: white !important;
}

#footer h5 {
    color: #81ADF8;
}

#footer a {
    color: white;
}

#footer .list-inline {
    display: block;
}

#footer .list-inline li {
    display: inline-block;
}

#footer .list-inline li:not(:last-child):after {
    content: '|';
    margin: 0 10px;
}

.repair-img-voffset {
    margin-top: -7rem;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    margin: 0 6px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 14px 8px;
    border-radius: 25px;
    border: 1px solid white;
    font-size: 20px;
    line-height: 1;
}

.navbar-trim {
    padding-bottom: 0 !important;
    background-color: #ffffff !important;
}

.homestore-space {
    padding: 0px 10px 0 10px !important;
}

.homestore-space > a{
    padding: 10px 20px 0px 20px !important;
    margin: 0;
}
.nav-item .active,
.nav-link .active {
    background-color: white !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.75);
}
#topBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 75px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 9999;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: rgba(0, 0, 0, .5);
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 50px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#topBtn:hover {
    background-color: #cde;
    /* Add a dark-grey background on hover */
    color: black;
}

#cat-menu .list-group-item {
    padding: 3px 10px !important;
}

#cat-menu .list-group-item:hover {
    background-color: #def;
}
.facet:hover {
    background-color: rgb(226, 226, 226);
}
.showMiniCart {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.hideMiniCart {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.hide_facet{
    display:none;
}
.bootbox-input-textarea{
    height:200px !important;
}