/* Front End */

/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


body.fe {
    background-color: var(--trybrush-burnt-orange);
  }

.brush-bg-dark {
    background-color: var(--trybrush-noble-blue);
}

.bg-light {
    background-color: #F26D24 !important;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.brush-treatment {
    color: var(--trybrush-burnt-orange);
}

.brush-side-results {
    overflow-y: auto;
    max-height: 100vh;
    width: 45%;
    flex-shrink: 0;
}

.cover-container {
  max-width: 42em;
}

.btn-secondary {

}

.btn-primary {
    color: var(--trybrush-burnt-orange);
    border: none;
}
.btn-primary:hover {
    background-color: var(--secondary);
    border: none;
}

.btn-secondary {
    color: #fff;
    background-color: var(--trybrush-noble-blue);
    border: none;
}
.btn-secondary:hover {
    background-color: var(--trybrush-blue);
    border: none;
}
/* Messing around with the cover image */

.container {
    max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
}
.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}

.hero-fullscreen {
    min-height: 100vh;
    /*
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/backgrounds/couple-couch-finger-06823cce2e9887dc9f1d3c320cd6d3ac.png");
     */
    background-color: #F26D24;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-fullscreen .container {
    z-index: 2;
}

.hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-fullscreen h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-fullscreen .lead {
    /*
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);

     */
}

.input-group-custom {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.footer{
    background-color: var(--trybrush-burnt-orange);
}

.input-group-lg {
    background-color: var(--trybrush-burnt-orange);
}

.navbar {
    border-bottom: 1px solid rgb(229, 236, 239);

}

.brush-side-results .info-block {
    z-index: 1040;
    padding-bottom: 9px;
    padding-top: 9px;
    border-bottom: 1px solid rgb(229, 236, 239);
    -webkit-transition: all .15s ease;
    -webkit-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    background-color: #ffffff;

}

.search_results__header__text {
    font-size: 12px;
    color: #263239;
    text-transform: uppercase;
    margin: 0;
    line-height: 29px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
}

.search_results__sort .dropdown {
    text-align: right;
    padding-top: 4px;
    display: inline-block;
    height: 29px;
    border-left: 1px solid #e5ecef;
    margin-left: 9px;
    right: 15px;
    position: absolute;
    -webkit-transition: none;
}
.search_results__sort .dropdown .dropdown-toggle {
    border: none;
    font-size: 14px;
    color: #617b88;
    line-height: 1.083;
    background-color: transparent;
    padding-left: 14px;
}
.search_results__sort .dropdown .dropdown-menu {
    margin-top: 19px;
    right: 0;
    left: initial;
    -webkit-box-shadow: 0 1px 15px 0 rgba(38, 50, 57, .15);
    box-shadow: 0 1px 15px 0 rgba(38, 50, 57, .15);
    border-color: transparent;
    padding: 0;
    z-index: 1055; /* above .info-block (1040) and Bootstrap dropdown (1000) */
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.open>.dropdown-menu {
    display: block;
}
.search_results__sort .dropdown .dropdown-menu {
    margin-top: 15px !important;
    right: 0;
    left: initial;
    -webkit-box-shadow: 0 1px 15px 0 rgba(38, 50, 57, .15);
    box-shadow: 0 1px 15px 0 rgba(38, 50, 57, .15);
    border-color: transparent;
    padding: 0;
}
.search_results__sort .dropdown .dropdown-menu li a.dropdown-item {
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 13px;
    padding-left: 18px;
    font-size: 16px;
    color: #263239;
    line-height: 1.125;
}
.search_results__sort .dropdown .dropdown-menu li a.dropdown-item:hover {
    background-color: #F26D24;
    color: #fff;
}
.search_results__sort .dropdown .dropdown-menu li a.dropdown-item.active {
    background-color: #3C4884;
    color: #ffffff !important;
}


.nav-item .search-bar {
    margin: 0;
    margin-top: 20px;
}

a.search-item {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    transition: background-color 0.15s ease-in-out;
}
.search-item .info {
    position: relative;
}
.search-item .info {
    font-size: 10px;
    color: #617b88;
}
.ratings{
    margin-right:10px;
    display: block;
}

.ratings i{

    color:#cecece;
    font-size:32px;
}

.rating-color{
    color:#F26D24 !important;
}

.review-count{
    font-weight:400;
    margin-bottom:2px;
    font-size:24px !important;
}

.small-ratings {
    display: block;
    min-width: 20%;
    min-height: 20%;
    text-align: right;
}

.small-ratings i{
    color:#cecece;
}

.review-stat{
    font-weight:300;
    font-size:18px;
    margin-bottom:2px;
    color: #3C4884;
}
a.search-item {
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff !important;
}
a.search-item:hover {
    text-decoration: none;
    background-color: #ffffff !important;
    color: #F26D24;

}
hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid #ffffff;
}

/* Ratings: Font Awesome stars */
.small-ratings .fa {
    color: #cecece;
}
.small-ratings .fa.checked {
    color: #3C4884 !important; /* match brand orange, override grays */
}
.distance {
    min-width: 150px;
}