
/*
This is the style sheet for additional styling that we might need for Conweb/Drain
Naming conventions:
.uk-xxxxx    ui kit style definitions - the base for our styling
.sh-xxxxx    additional styling added by SHARAN to the European version - we are also using those styles
.cw-xxxxx    ConWeb/Drain styles specific to our version only - all new style names added in this file need to start with .cw-

An example is provided below

*/

.drain-no-min-width {
    min-width: unset;
}

.drain-wonderfulImg {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: auto;
}

.drain-min-height-small {
    min-height: 400px;
}

.drain-text-danger {
    color: #dc281e;
}

.drain-text-extra-large {
    font-size: 24px;
}

.drain-img-height-150 {
    max-height: 150px;
}

.drain-img-height-160 {
    max-height: 160px;
}

.drain-search-box {
    width: 300px;
}

a[disabled] {
    pointer-events: none;
    /* These two attributes are copied from uk-button:disabled - need to kept in sync manually :-( Z*/
    background-color: #f5f5f5;
    color: #999;
}

@media (min-width: 960px) {
    .drain-min-height-small {
        min-height: unset;
    }

    .drain-search-box {
        width: 190px;
    }

    .drain-search-box:focus {
        width: 190px;
    }
}

.drain-delivery-select {
    background: #f5f5f5;
    font-weight: bold;
}