.bgh-cs-search-results h3, .bgh-cs-search-wrapper h3{
    font-size: 1.6rem;
    font-weight: 600;
}
.bgh-cs-text-center{
    text-align: center;
}
.bgh-cs-padding-1{
    padding:10px 10px 0 10px;
}
.bgh-cs-search-wrapper input[type=text], .bgh-cs-search-wrapper input[type=number]{
    background-color: white;
    border: 1px solid black;
    border-radius: 6px;
    outline-color: black;
    box-sizing: border-box;
    padding: 8px 15px;
    box-shadow: none;
}
.bgh-cs-w100{
    width: 100%;
}
.bgh-cs-hidden{
    display: none;
}
.bgh-cs-relative{
    position: relative;
}
.bgh-cs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.bgh-cs-50, .bgh-cs-33, .bgh-cs-25, .bgh-cs-75, .bgh-cs-40, .bgh-cs-20, .bgh-cs-45, .bgh-cs-10{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.bgh-cs-mb{
    margin-bottom:1rem;
}
.bgh-cs-list-item{
    display: block;
    position: relative;
    padding: .5rem 0;
    cursor: pointer;
}
.has-children {
    margin-bottom: 0;
}
.child-item {
    margin-left: 1rem;
}
.bgh-cs-search-result-item{
    padding: 0 0 1rem 0;
    box-shadow: 0 1px 5px 0 #979797;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.bgh-cs-search-result-item:not(.bgh-cs-reseller){
    border:1px solid #979797;
    box-shadow: 0 0 2px 0 #979797;

}
.bgh-cs-search-result-content{
    color:black;
}
.bgh-cs-search-result-image{
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    margin-top:-50px;
    position: relative;
}
.bgh-cs-search-result-header{
    height: 100px;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.bgh-cs-reseller .bgh-cs-search-result-header{
    height: 150px;
}
.bgh-cs-search-result-item p{
    margin:0;
}
.bgh-cs-search-result-item .bgh-cs-button-wrapper{
    white-space: nowrap;
}
.bgh-cs-link, .bgh-cs-link:hover, .bgh-cs-button{
    text-decoration: none !important;
    color: white;
    padding: .5rem 1rem;
    background-color: black;
    display: inline-block;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    border: 1px solid black;
    box-sizing: border-box;
}
.bgh-cs-reseller-button{
    margin-top:1rem;
}
.bgh-cs-search-result-content:not(.bgh-cs-reseller) .bgh-cs-link{
    margin-top: 1rem;
    width:90%;
}
button.bgh-cs-link, button.bgh-cs-link:hover {
    margin:0;
    float: right;
}
.bgh-cs-link:hover {
    background-color: #141414;
    box-sizing: border-box;
}
.bgh-cs-search-form {
    height: auto;
    border-bottom: 1px solid #979797;
    margin: 0;
    padding-bottom: 1rem;
}
.bgh-cs-search-results{
    padding-top:1rem;
}
.bgh-cs-search-results.loading {
    opacity: 0.3;
}
.bgh-cs-search-form button, .bgh-cs-search-results button{
    outline: none;
}
.bgh-cs-button-wrapper{
    position: initial;
}
.bgh-cs-reseller-button{
    width: 50%; 
    display: inline-block;
    text-align: center;
    position: relative;
    line-height: 1;
}
.bgh-cs-reseller-button img{
    position: absolute;
    top:8px;
    left:8px;
}
.bgh-cs-reseller-button a{
    width: 100%;
}
.bgh-cs-select-button img{
    position: absolute;
    top:18px;
    right:10px;
}
.bgh-cs-select-button:focus img, .bgh-cs-open .bgh-cs-select-button img, .bgh-cs-select-button.bgh-cs-focus img{
    top:16px;
    right:7px;
}
.bgh-cs-select-button, .bgh-cs-select-button:hover, .bgh-cs-reset-button{
    background-color: white;
    border: 1px solid black;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    padding: 8px 25px 8px 15px;
    position: relative;
    font-weight: bold;
}
.bgh-cs-select-button:hover, .bgh-cs-select-button:focus{
    background-color: #F5F5F5;
    outline: none;
}
.bgh-cs-select-button:focus, .bgh-cs-open .bgh-cs-select-button, .bgh-cs-select-button.bgh-cs-focus, .bgh-cs-reset-button{
    padding: 6px 22px 6px 14px;
    border:3px solid black;
    background-color: #F5F5F5;
}
.bgh-cs-reset-button{
    width: 100%;
    background-color: white;
    margin-bottom: 1rem;
}
.bgh-cs-reset-button img{
    position: absolute;
    top:14px;
    right:10px;
}
.bgh-cs-clear{
    padding: 5px;
    background-color: #CCCCCC;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.bgh-cs-dropdown{
    display: inline-block;
}
.bgh-cs-dropdown .bgh-cs-down{
    display: none;
}
.bgh-cs-dropdown.bgh-cs-open .bgh-cs-down{
    display: initial;
}
.bgh-cs-dropdown.bgh-cs-open .bgh-cs-up{
    display:none;
}
.bgh-cs-dropdown-wrapper{
    display: none;
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index: 10000;
    background: #fff;
    border:none;
    overflow: hidden;
    height: 100%;
}
.bgh-cs-dropdown-content{
    overflow: auto;
    max-height:calc(100% - 150px);
    font-size: 1.2rem;
    color:black;
    padding: 0 .8rem;
}
.bgh-cs-dropdown-content label{
    font-weight: 700;
}
.bgh-cs-dropdown-controls{
    white-space: nowrap;
}
.bgh-cs-remove, .bgh-cs-close, .bgh-cs-remove:focus, .bgh-cs-close:focus{
    width: 50%;
    outline: none;
    margin-top: 5px;
}
.bgh-cs-remove{
    background: none;
    border: none;
    color:black;
}
.bgh-cs-remove:hover{
    background-color: lightgray;
}
.bgh-cs-search-button{
    position: relative;
    width: 100%;
    padding: 10px 15px;
    border:none;
}
.bgh-cs-dropdown-header{
    padding: 1.5rem .8rem;
    background-color: black;
    font-size: 1.2rem;
    font-weight: 600;
    color:white;
}
.bgh-cs-business-hours{
    width: 100%;
    padding:5px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color:white;
    font-size: 14px;
    max-height: 54px;
    overflow-y: hidden;
    transition: all .2s linear;
    padding-left:20px
}
.bgh-cs-business-hours img{
    position: absolute;
    top:8px;
    left:3px;
}
.bgh-cs-business-hours:hover{
    max-height: 95px;
}
.bgh-cs-business-hours span {
    display: inline-block;
    opacity: 1;
}
.bgh-cs-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
/* Hide the browser's default checkbox */
.bgh-cs-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
/* Create a custom checkbox */
.bgh-cs-checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border:1px solid #979797;
    border-radius: 4px;
}
  
/* On mouse-over, add a grey background color */
.bgh-cs-container:hover input ~ .bgh-cs-checkmark {
    background-color: #ccc;
}
  

.bgh-cs-container input:checked ~ span{
    color: black;
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.bgh-cs-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    box-sizing: initial;
}
  
/* Show the checkmark when checked */
.bgh-cs-container input:checked ~ .bgh-cs-checkmark:after {
    display: block;
}
  
/* Style the checkmark/indicator */
.bgh-cs-container .bgh-cs-checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bgh-cs-change-query{
    text-align: center;
    position: relative;
    padding: 1rem;
    background-color: black;
    color:white;
    border:1px solid black;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1rem;
}
.bgh-cs-change-query img{
    position: absolute;
    top:22px;
    left:22px;
}

.bgh-cs-show-all-brands-wrapper {
    box-shadow: 0 -10px 10px 12px white;
}

.brand-selection-list {
    max-height: 150px;
    overflow: hidden;
}

.bgh-cs-load-more{
    text-align: center;
}
.bgh-cs-load-more button{
    border: 2px solid black;
    color: black;
    background-color: #fff;
    border-radius: 40px;
    padding:10px 30px;
}
.bgh-cs-load-more button:hover{
    background-color:#F5F5F5;
}
@media (min-width: 576px) and (max-width: 767px){
    .bgh-cs-search-results .bgh-cs-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px){
    .bgh-cs-75{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bgh-cs-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bgh-cs-40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .bgh-cs-33 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bgh-cs-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bgh-cs-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .bgh-cs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
    .bgh-cs-45 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .bgh-cs-search-button{
        margin-top:36px;
    }
    .bgh-cs-button-wrapper{
        position: relative;
    }
    .bgh-cs-dropdown-wrapper{
        position: absolute;
        width: 252px;
        top:50px;
        background: #F5F5F5;
        border:1px solid #979797;
        border-radius: 6px;
        overflow: hidden;
        max-height: 250px;
        padding:.6rem;
        box-shadow: 0 0 6px 0 gray;
        height: auto;
    }
    .bgh-cs-dropdown-content{
        max-height:180px;
        font-size: initial;
        font-weight: normal;
    }
    .bgh-cs-dropdown-content label{
        font-weight: normal;
    }
    .bgh-cs-hidden-desktop{
        display: none;
    }
}
@media (max-width: 767px){
    .bgh-cs-dropdown-controls{
        position: absolute;
        bottom: 5px;
        width: 100%;
        padding:0 10px;
    }
    .bgh-cs-dropdown{
        display: block;
        width: 100%;
        margin-bottom:1rem;
    }
    .bgh-cs-hidden-tablet{
        display: none;
    }
    .bgh-cs-100-tablet {
        max-width: 100% !important;
        flex: auto;
    }
    .bgh-cs-select-button{
        width: 100%;
    }
    .bgh-cs-checkmark{
        top:15px
    }
    .bgh-cs-search-wrapper h3{
        font-size: 1rem;
    }
}
@media (max-width: 576px){
    .bgh-cs-search-result-item{
        text-align: left;
    }
    .bgh-cs-search-result-item:not(.bgh-cs-reseller){
        box-shadow: none;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #b5b5b5;
    }
    .bgh-cs-hidden-mobile{
        display: none !important;
    }
    .bgh-cs-search-result-image{
        margin:0;
        display: inline-block;
        margin-right:10px;
    }
    .bgh-cs-search-result-content:not(.bgh-cs-reseller){
        display: inline-block;
        width: calc(100% - 120px);
    }
    .bgh-cs-link{
        width: 100% !important;
    }
}