﻿
.input-append {
    margin-left: 36px;
    align-content: center;
    box-shadow: 1px 1px 6px -1px #e4e4e4;
    min-width: 84%;
}

    .input-append > input {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        min-width: 100%;
        min-height: 35px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
    }

.ecommerce-btn {
    display: inline-block;
    *display: inline;
    background-color: transparent;
    background-position: 0 -45px;
    color: dimgray;
    min-height: 35px;
    min-width: 5vh;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 4px 12px 4px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

    .ecommerce-btn:hover,
    .ecommerce-btn:focus {
        color: #82C8F0;
        text-decoration: none;
        background-position: 0 -45px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .ecommerce-btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .ecommerce-btn.active,
    .ecommerce-btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    }

    .ecommerce-btn.disabled,
    .ecommerce-btn[disabled] {
        cursor: default;
        background-image: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.nav-tabs {
    margin-left: 2%;
    margin-right: 2%;
    border-bottom: 1px solid #dddddd;
}

.ecommerce-tab {
    margin-top: 20px;
    width: 50%;
    text-align: center;
}

    .ecommerce-tab > a {
        font-size: 22px;
        font-weight: 500;
        color: dimgray;
    }

.nav-tabs > .ecommerce-tab > a {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    background-color: transparent;
}

    .nav-tabs > .ecommerce-tab > a,
    .nav-tabs > .ecommerce-tab > a:hover,
    .nav-tabs > .ecommerce-tab > a:focus {
        border: none;
    }

.nav-tabs > .active {
    border-radius: 5px;
    background-color: #dddddd3b;
}

    .nav-tabs > .active > a {
        margin-bottom: -1px;
        border-bottom: 3px solid #3688b0;
        background-color: transparent;
        color: #000000;
    }

.nav-tabs > .ecommerce-tab > a:hover {
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 3px solid #bdbdbd;
    color: #000000;
}

.nav-tabs > .ecommerce-tab > a:focus {
    margin-bottom: -1px;
    border-bottom: 3px solid #3688b0;
    background-color: transparent;
    color: #000000;
}

.field-tip {
    position: relative;
    cursor: help;
}

    .field-tip .tip-content-left {
        position: absolute;
        top: 70px;
        right: 9999px;
        width: 300px;
        margin-right: 65px;
        padding: 10px;
        color: dimgray;
        background: white;
        -webkit-box-shadow: 2px 2px 5px #aaa;
        -moz-box-shadow: 2px 2px 5px #aaa;
        box-shadow: 2px 2px 5px #aaa;
        opacity: 0;
        -webkit-transition: opacity 1000ms ease-out;
        -moz-transition: opacity 1000ms ease-out;
        -ms-transition: opacity 1000ms ease-out;
        -o-transition: opacity 1000ms ease-out;
        transition: opacity 1000ms ease-out;
    }

        /* <http://css-tricks.com/snippets/css/css-triangle/> */
        .field-tip .tip-content-left:before {
            content: ' ';
            position: absolute;
            top: -20px;
            right: 50%;
            width: 0;
            height: 0;
            margin-top: 0px;
            border: 10px solid transparent;
            border-bottom-color: dimgray;
        }

    .field-tip .tip-content-right {
        position: absolute;
        top: 70px;
        right: 9999px;
        width: 300px;
        margin-right: 65px;
        padding: 10px;
        color: dimgray;
        background: white;
        -webkit-box-shadow: 2px 2px 5px #aaa;
        -moz-box-shadow: 2px 2px 5px #aaa;
        box-shadow: 2px 2px 5px #aaa;
        opacity: 0;
        -webkit-transition: opacity 1000ms ease-out;
        -moz-transition: opacity 1000ms ease-out;
        -ms-transition: opacity 1000ms ease-out;
        -o-transition: opacity 1000ms ease-out;
        transition: opacity 1000ms ease-out;
    }

        .field-tip .tip-content-right:before {
            content: ' '; /* Must have content to display */
            position: absolute;
            top: -20px;
            right: 50%;
            width: 0;
            height: 0;
            margin-top: 0px;
            border: 10px solid transparent;
            border-bottom-color: dimgray;
        }

    .field-tip:hover .tip-content {
        right: -20px;
        opacity: 1;
    }

.product-cell {
    text-align: center;
    margin: 10px 0 10px 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 320px;
    -moz-transition: background-color linear 0.25s;
    -o-transition: background-color linear 0.25s;
    -webkit-transition: background-color linear 0.25s;
    transition: background-color linear 0.25s;
    -moz-box-shadow: 0px 1px 5px -1px #cecece;
    -webkit-box-shadow: 0px 1px 5px -1px #cecece;
    box-shadow: 0px 1px 5px -1px #cecece;
    border-radius: 3px;
}

    .product-cell:hover {
        opacity: 0.9;
        -moz-box-shadow: 0px 1px 5px -1px #cecece;
        -webkit-box-shadow: 0px 1px 5px -1px #cecece;
        box-shadow: 0px 1px 15px -1px #cecece;
    }

    .product-cell:nth-child(2n+1) {
        margin-right: 0;
    }

.product-cell-image {
    border-bottom: 1px solid #dedede;
    background-color: #f5f5f6;
    max-width: inherit;
    min-height: 185px;
    padding-bottom: 10px;
}

.product-image {
    margin-top: 10px;
    max-width: 150px;
}

.product-cell-text {
    max-width: inherit;
    margin: 10px 10px 10px 0px;
    text-align: left;
}

    .product-cell-text > .product-name {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 17px;
        margin-left: 12px;
    }

    .product-cell-text .product-priceInfo {
        margin-top: 9px;
        margin-left: 12px;
    }

    .product-cell-text > .product-name a {
        color: #000000;
    }

    .product-cell-text > a:hover {
        color: #5b9bbf;
    }

.price {
    font-size: 16px;
    color: #3688b0;
}

#restricted-products {
    display: inline-block;
    width: 100%;
}

#currency-info {
    background-color: #63B5E3;
    color: #fff;
    float: right;
    line-height: 20px;
    padding: 5px 10px;
    text-align: center;
}

.loading-container {
    text-align: center;
    padding: 75px;
}

.loading-image {
    margin: 10px;
}

.parcelling-options {
    font-size: 11px;
}

.category-information {
    width: 94%;
    padding: 10px;
    margin-left: 13px;
    margin-top: 20px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 9px -6px #cecece;
    border: 1PX SOLID #dddddd4a;
    border-radius: 3px;
}

    .category-information h3 {
        font-size: 1.30em;
        margin-left: 2vh;
    }

        .category-information h3 i {
            margin-left: -15px;
            position: relative;
            top: 5px;
            margin-right: 10px;
            font-size: 32px;
        }

.empty-result {
    text-align: center;
}

    .empty-result h3 {
        margin-top: 10px;
        font-size: 18px;
    }
