#Bloom1 {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 25px;
    max-width: 106.15385rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    clear: both;
    margin-bottom: 20px;
    margin-top: 10px;
}

#Bloom1 #br-related-searches-widget{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    border-right: 0;
    float: left;
    line-height: 1.2em;
    margin: 30px 0;
    padding: 0;
    width: 100%;
    flex-direction: row;
}

#Bloom1 #br-related-searches-widget:before {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#Bloom1 #br-related-searches-widget .br-related-query{padding: 0 15px;}

#Bloom1 #br-related-searches-widget .br-related-query .br-related-query-link{
    display: inline-block;
    padding: 5px 0;
    text-transform: capitalize;
}

.br-found-heading,
.br-related-heading {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
    padding: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.br-sf-widget{
    width: 25%;
    float: left;
    margin-right: 0;
    padding: 2px;
    height: auto;
    line-height: 1.2em;
}

.br-sf-widget-merchant-img{
    text-align: left;
    border: 0;
    float: left;
    margin: 0 5% 0 0;
}
.br-sf-widget-merchant-title {
    margin: 0 0 2% 0;
    width: auto;
}

.br-sf-widget-merchant-desc {
    display: block;
    max-height: 3em;
    color: #404040;
    display: none;
    float: none;
    margin: 0 0 2% 0;
    text-transform: capitalize;
    width: auto;
    overflow: hidden;
}

.br-sf-widget-merchant-qv{
    float: none;
    margin: 0 0 2% 0;
    width: auto;
}

.br-rp-qv-show {
    width: 500px;
}

.br-rp-qv-show {
    background: #fff;
    -webkit-box-shadow: 0 0 10px #888888;
    box-shadow: 0 0 10px #888888;
    left: 50%;
    margin-top: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1001;
}

.br-rp-qv-show .br-sf-widget-merchant-popup-maincont {
    padding: 30px;
    position: relative;
    width: 100%;
}

.br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-img {
    float: left;
    width: 200px;
    margin-right: 15px;
}

.br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-img img {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-title,
.br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-view,
.br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-desc {
    width: calc(100% - 215px);
    float: right;
    overflow: hidden;
}

.br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-view {
    display: inline-block;
    float: none;
    margin: 20px 0 0 0;
}

.br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-view a {
    display: block;
}

.br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-view a:hover{background-color: #7b221d;color: #fff;text-decoration:none;}

.br-sf-widget-merchant-popup-img a img{height: 100%;}

@media screen and (max-width: 599px){

    #Bloom1 .br-sf-widget{
        float: left;
        height: auto;
        line-height: 1.2em;
        margin-right: 0;
        padding: 5px;
        width: 100%;
    }

    .br-rp-qv-show {
        width: 98%;
    }

    .br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-img {
        float: none;
        margin: 0 0px 0 0;
    }

    .br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-desc{overflow: inherit;}
    .br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-view{display:block;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    #Bloom1 .br-sf-widget{
        width: 50%;
    }
    .br-rp-qv-show {
        width: 450px;
    }
    .br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-view{display:block;}

}

@media only screen and (max-device-width: 1024px) {
    .br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-title,
    .br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-view,
    .br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-img,
    .br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-desc {
        width: 100%;
        float: none;
    }

    .br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-img {
        margin-right: 0;
        text-align: center;
    }

    .br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-title {
        margin-top: 20px;
    }
}

@media (min-width:1281px) {
    /* hi-res laptops and desktops */

    .br-rp-qv-show .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-view{
        float: right;
        margin: 20px 0 20px 0;
    }
}
