/*BloomReach*/
.BRRelatedProducts {
    overflow: hidden;
    min-width: 100%;
    position: relative;
}
.BRRelatedProducts .viwc-next,
.BRRelatedProducts .viwc-prev {
    border: 1px solid #ececec;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 80px;
    z-index: 200;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.BRRelatedProducts .viwc-next {
    background: #fff url('/images//icons/chevron-rt.png') no-repeat 53% 50%;
    right: 0;
}
.BRRelatedProducts .viwc-prev {
    background: #fff url('/images//icons/chevron-lt.png') no-repeat 47% 50%;
    left: 0;
}

.br-found-heading,
.br-related-heading {
    font-size: 14px;
    margin-bottom: 10px;
}

.br-sf-widget {
    float: left;
    text-align: center;
    position: relative;
    min-height: 265px;
}
.br-sf-widget .br-sf-widget-merchant-qv {
    display: none;
}
.br-sf-widget:hover .br-sf-widget-merchant-qv {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 70px;
    display: block;
}

.br-sf-widget-merchant-popup-view,
.br-sf-widget-merchant-popup-close {
    display: inline-block;
}

.br-sf-widget-merchant-popup-close > a {
    margin-left: 10px;
}

.br-sf-widget-merchant-qv > a,
.br-sf-widget-merchant-popup-view > a {
    background-color: #0551a5;
    color: #fff;
    padding: 6px;
    font-size: 11px;
}

.br-sf-widget-merchant-qv > a:hover,
.br-sf-widget-merchant-popup-view > a:hover {
    text-decoration: none;
}

.br-sf-widget-merchant-cont {
    padding: 10px;
}

.br-sf-widget-merchant-img img {
    width: 120px;
    height: auto;
}

.br-sf-widget-merchant-title {
    padding: 5px 0;
}

.br-rp-qv-show {
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #fff;
    z-index: 300;
    width: 100%;
    height: 100%;
}

.br-sf-widget-merchant-popup-cont {
    padding: 10px 0;
}

.br-sf-widget-merchant-popup-img {
    float: left;
    margin-right: 20px;
}
.br-sf-widget-merchant-popup-img img {
    width: 210px;
    height: auto;
}

.br-sf-widget-merchant-popup-desc {
    margin: 10px 20px 20px 0;
}

.br-sf-widget-merchant-popup-title > a {
    font-size: 18px;
    line-height: 1;
}

.BRRelatedSearches.BRInline {
    overflow: hidden;
    margin: 20px 0;
}
.BRRelatedSearches.BRInline .br-related-searches-widget {
    overflow: hidden;
    min-width: 100%;
}
.BRRelatedSearches.BRInline .br-related-query {
    float: left;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .br-close-text {
        position: absolute;
        left: -9999px;
    }
    .br-sf-widget-merchant-popup-cont {
        padding: 0;
    }
    .br-sf-widget-merchant-popup-img {
        width: 38%;
        margin-right: 2%;
    }
    .br-sf-widget-merchant-popup-img img {
        max-width: 100%;
    }
    .br-sf-widget-merchant-popup-title {
        padding-right: 20px;
    }
    .br-sf-widget-merchant-popup-desc {
        line-height: 1.2;
        margin: 0;
        float: left;
        width: 60%;
    }
    .br-sf-widget-merchant-popup-close {
        position: absolute;
        right: 0;
        top: 0;
    }
    .br-sf-widget-merchant-popup-close > a > .br-close-x:after {
        content: 'X';
        font-size: 16px;
        top: 3px;
        right: 5px;
        left: auto;
        color: #555;
        padding: 0 5px;
        border: 1px solid #555;
        position: absolute;
    }
    .br-sf-widget-merchant-popup-view > a,
    .br-sf-widget-merchant-qv > a {
        background: transparent;
        color: #07529e;
        font-size: 15px;
        display: block;
    }
    .br-sf-widget-merchant-popup-view > a {
        padding-left: 0;
        padding-top: 10px;
    }
    .br-sf-widget .br-sf-widget-merchant-qv {
        display: block;
    }
    .br-sf-widget:hover .br-sf-widget-merchant-qv {
        position: static;
        margin: 0;
        display: inline-block;
    }
    .br-rp-qv-show {
        top: 15%;
        border: 1px solid #555;
        padding: 10px;
        height: 85%;
    }
    .BRRelatedProducts .viwc-next,
    .BRRelatedProducts .viwc-prev {
        width: 25px;
        height: 25px;
    }
}
