/**
 * .plain stops links being rendered with underlines and different colours
 */
a.plain,
a.plain:hover,
a.plain:active,
a.plain:focus,
.plain a,
.plain a:hover,
.plain a:active,
.plain a:focus
{
    color: inherit;
    text-decoration: none;
}

.nav-center {
    text-align: center;
}
.nav-center li {
    float: none;
    display: inline-block;
}

.widget-rounded {
    border-radius: 5px;
}

.one-line {
    overflow: hidden;
    white-space: nowrap;
}

.two-lines {
    display: block;
    height: 3em;
    overflow: hidden;
}

.three-lines {
    display: block;
    height: 4.5em;
    overflow: hidden;
}

a.list-group-item-default, button.list-group-item-default {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

dl.dl-horizontal > dt:after {
    content: ":";
}

.carousel.slide {
    overflow: hidden;
}

.carousel-caption {
    padding: 1em;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
    left: 0px;
    right: 0px;
}

.carousel-caption p {
    margin: 0;
}

.carousel img {
    width: 100%;
}


a.no-highlight, a.no-highlight:hover, a.no-highlight:active, a.no-highlight:focus {
    color: inherit;
    text-decoration: none;
}

.fullWidthBanner img {
    min-width: 100%;
}

.product_image_link {
    display: block;
    position: relative;
}

.alwaysOnTop{
    z-index: 9999;
}

.fixed-dialog.cookie-dialog{
    position: fixed;
    bottom: 0;
    top:auto !important;
    width: 100% !important;
    text-align: center;
    background: rgba(196, 196, 196, 0.9);
    color: #000;
    z-index: 9999;
    padding: 20px;
    left:0;
    right:0;
    /*height: 200px !important;*/
}
.fixed-dialog.cookie-dialog span{
    font-size: 18px;
    font-weight: 900;
}

.fixed-dialog.cookie-dialog a{
    color: #000;
}

.cookie-popup p{
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#accept_close{
    background: white;
    border-radius: 4px;
    padding: 10px;
    color: black;
    border:1px solid black;
    margin-bottom:10px;
}
#accept_close:hover{
    opacity:.8;
}

.topNav .navbar-header a, .topNav .navbar-nav li a, .topNav .dropdown .dropdown a, .topNav .basketItems p, .top-menu .nav li a {
    font-size:1.2em;
}

.topNav .navsubbar-custom {
    padding:2em 0;
}

.topNav .navbar .dropdown ul{
    margin-bottom:0;
}