/**
 * Retailers Widget Styles
 * Styles for the "Where to Buy" retailers widget on product pages
 */

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

.top {
    height: 45px;
}

.top h3 {
    font-size: 14px;
    color: #65737b;
    background: #e7e8e9;
    padding: 6px;
    margin: 0;
    text-align: center;
    text-transform: none;
}

.bottom {
    position: relative;
    top: -1px;
    background: #fff;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pull-left::after, .pull-right::after {
    clear: both;
}

#ca-widget {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0 0;
    max-width: 455px;
}

.widget-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid lightgrey;
    padding: 5px 20px;
}

#retailers {
    height: 165px;
    overflow: hidden;
}

.item {
    height: 42px !important;
    overflow: hidden;
    padding: 6px 20px;
    border-bottom: 1px solid #e7e8e9 !important;
}

.item .btn-buynow {
    margin-top: 4px;
}

.logo {

}

a.btn-buynow {
    font-size: 14px!important;
    letter-spacing: 2px;
    background: #a2bf19;
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-buynow:hover {
    text-decoration: none;
    color: #fff;
}

.slick-disabled {
    visibility: hidden;
}

.slick-prev, .slick-next {
    color: #00a9d4;
    display: inline-block;
    width: 100%;
    height: 20px;
    margin: 10px 0px;
    text-align: center;
    cursor: pointer;
}

.oosmessage {
    color: #008acb;
    text-align: center;
    font-family: "arial" sans-serif;
    padding-top: 30px;
    font-weight: bold;
    font-size: 16px;
}

