/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
body {
    counter-reset: comptewkextsearchform;
}
.wkextsearchform div.form-row-column {
    padding-left: 40px;
    position: relative;
}
.wkextsearchform div.form-row-column::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: comptewkextsearchform;
    content: counter(comptewkextsearchform) " ";
    width: 40px;
    height: 40px;
    background-color: #ddd;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.wkextsearchform div.form-row-column.active::before {
    background-color: #1f3e7f;
}
.wkextsearchform div.form-row-column select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
    position: relative;
    z-index: 2;
    background: none !important;
    border-radius: 0 !important;
}
.wkextsearchform div.form-row-column::after {
    content: '\f107';
    display: block;
    color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 25px;
    z-index: 1;
}
.wkextsearchform div.form-row-column.active::after {
    background-color: #424242;
    color: #fff;
}
#top-middle-home {
    width: 100% !important;
}
#top-middle-home h3.page-subheading {
    font-size: 1rem;
    padding-left: 50px;
    background: url(/themes/warehouse/assets/img/search-home.png) left no-repeat;
}

#product .images-container .product-cover {
    color: #fff !important;
}