/* Custom styles go here */
@media all and (min-width:1340px) {
    .container {
        width: 1340px !important;
    }
}

@media all and (min-width:1200px) {
    .container {
    }
    #top-bar {
        /* height: 60px; */
        background-color: #57595C;
    }
    #top-bar a {
        color: #fff !important;
        /* white; */
        /*height: 26px;
min-height: 26px;
font-size: 14px;
line-height: 25px;
text-decoration: none;
padding: 4px 20px;
*/
    }
    #lang-dropdown a {
        background-color: white !important;
        color: black !important;
    }
    #find-retailer {
        background-color: #EFEFEF;
    }
    #become-retailer {
        background-color: #EFEFEF;
    }
}


/* Extra small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap */


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}