/*@import url(glyphiconshalflings.css);
*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed); /*font-family: 'Ubuntu Condensed', sans-serif;*/
.container-fluid {
    background: #fff6e4;
    font-family: 'Ubuntu Condensed', sans-serif;
    padding: 0;
}

.carousel {
    border: 5px solid white;
    box-shadow: 0 0 5px #999;
}

.carousel-caption h2, .carousel-caption p {
    background-color: #810f13;
    padding: 10px;
    text-transform: uppercase;
    display: inline-block;
}

.relative {
    position: relative;
}

.product-unit {
    position: absolute;
    right: 2px;
    top: 2px;
    display: inline-block;
    padding: 4px 8px;
    background: #810f13;
    color: white;
    border-bottom-left-radius: 5px;
    font-size: 13px;
}

.big-black-border-bottom {
    border-bottom: 150px solid #282828;
}

a, a:hover {
    color: #810f13;
}

body {
    font-size: 16px;
}

.btn-primary {
    background-color: #810f13;
    border-color: #810f13;
    color: white;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active {
        background-color: #6a0c10;
        border-color: #530a0c;
        color: white;
    }

    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #810f13;
        border-color: #810f13;
        color: white;
    }

h1, .h1 {
    margin-top: 0;
    font-size: 30px;
}

    h1 a, h1 a:hover {
        color: #810f13;
    }

.margin-top-0 {
    margin-top: 0 !important;
}

*::-moz-placeholder {
    color: #000;
}

.no-padding {
    padding: 0;
}

.img-responsive {
    display: inline-block;
}

.page-header {
    margin: 15px 0 20px;
    border-bottom: none;
}

.search-button {
    background: #fff;
    border: 1px solid #d9d2d2;
    color: #282828;
    float: left;
    font-size: 16px;
    margin: -1px;
    padding: 7px 0;
    text-align: center;
    text-decoration: none !important;
    width: 15%;
    outline: none !important;
}

.glyphicon-search.text {
    width: 78%;
    padding: 5px 0 5px 5px;
    *padding: 6px 0 6px 6px;
    float: left;
    border: 1px solid #d9d2d2;
    border-right: none;
    color: #d9d2d2;
}

.form-control:focus {
    box-shadow: 0 0 3px #810f13;
    border-color: #810f13;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-top: 0px;
    margin-left: -1px;
}

.glyphicon-search {
    padding: 16px 16px;
    background: url(/images/search-button.png) no-repeat center center #f4f4f4;
}

    .glyphicon-search:hover, .glyphicon-search:focus {
        outline: none;
        background: url(/images/search-button.png) no-repeat center center #f4f4f4;
    }

.search-area .input-group {
    width: 90%;
    float: right;
}

.search-area {
    margin: 35px 0 0;
}

.td-padding td {
    padding: 5px 10px 5px 0;
}

    .td-padding td label {
        margin-left: 5px;
    }

.select-list {
    background: url(/images/glyphicon-arrow-down.png) no-repeat 95% center #810f13;
    padding: 4px 0 4px 12px;
    position: relative;
}

    .select-list img {
        float: left;
    }

    .select-list h5 {
        color: #fff;
        float: left;
        font-size: 20px;
        margin: 0;
        padding: 0 0 0 20px;
    }

        .select-list h5 a {
            color: white;
            display: block;
            text-decoration: none;
        }

.product {
    background: url("/images/glyphicon-arrow-down.png") no-repeat scroll 91% center rgba(0, 0, 0, 0);
    border: medium none;
    color: #fff;
    content: "";
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0;
    text-align: left;
    width: 85% !important;
}

.select-list label {
    color: #fff;
    float: left;
    font-size: 22px;
    margin: 6px 7px;
}



/*NAVBAR STARTED HERE*/
.navbar {
    background: #810f13;
    min-height: 48px;
    border: none;
    margin: 0;
}

    .navbar .container {
        position: relative;
    }

        .navbar .container h2#h2-verzendkosten {
            color: white;
            font-size: 20px;
            position: absolute;
            right: 20px;
            top: 6px;
            margin: 0;
            padding: 0;
            line-height: 17px;
        }

            .navbar .container h2#h2-verzendkosten > span {
                display: block;
                font-size: 15px;
            }

                .navbar .container h2#h2-verzendkosten span span {
                    font-weight: bold;
                    font-size: 18px;
                }

    .navbar ul li {
        position: relative;
    }

        .navbar ul li a {
            color: #fff;
            font-size: 18px;
        }

            .navbar ul li a.active {
                color: #810f13;
                background: #d7b180;
            }

.as-submenu.highlighted {
    background: #d7b180;
}

.navbar ul li a:hover, .navbar ul li a:focus {
    color: #810f13;
    background: #d7b180;
    outline: none !important;
}

.toggle {
    color: #fff;
    font-size: 20px;
}

.navbar ul li:hover .submenu {
    display: block;
}

.submenu {
    background: #d7b180;
    padding: 9px 14px;
    position: absolute;
    width: 200px;
    display: none;
    z-index: 99;
}

    .submenu li {
        list-style: none;
    }

        .submenu li a {
            text-decoration: none;
        }
/*SLIDER STARTED HERE*/
.slider {
    background: #fff;
    padding: 20px 0;
}

.featured-product {
    border: 1px solid #d3d0d0;
    padding: 5px 3px;
}

.product-title {
    color: #85171b;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 0;
    text-transform: uppercase;
    margin: 0;
    min-height: 50px;
}

.featured-product p {
    color: #585858;
    margin: 20px 0 0;
    padding: 0 25px;
    font-size: 22px;
    line-height: 23px;
}

.tag {
    border: 1px solid #777;
    margin: 15px auto;
    width: 159px;
}

/* de zoeken functionaliteit heeft een resultlijst */
#result {
    position: absolute;
    width: 258px;
    left: 43px;
    top: 37px;
    z-index: 1010;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    list-style-type: none;
    display: none;
    max-height: 300px;
    overflow: auto;
}

    #result li {
        border-bottom: 1px solid #efefef;
        padding: 5px 0;
    }

        #result li a {
            display: block;
        }

            #result li a img {
                float: left;
                margin-right: 5px;
                border: 1px solid #efefef;
            }

            #result li a div.zoek-text {
                float: left;
                width: 162px;
            }

                #result li a div.zoek-text span {
                    display: block;
                }


.badge {
    background-color: #fff;
    color: #810f13;
    display: inline-block;
    float: left;
    font-size: 26px;
    font-weight: bolder;
    line-height: 1;
    min-width: 10px;
    padding: 5.6px 12px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.buy-now {
    background: #810f13;
    color: #fff !important;
    float: right;
    font-size: 18px;
    margin: 0 !important;
    padding: 6px 5px;
    text-align: center;
    text-transform: capitalize !important;
}


/*CONTENT STARTED HERE */
.content-container {
    background-color: #fff;
    padding: 50px 0 30px;
}

.left-sidebar {
    padding: 0 15px;
}

.modal-title, h1 {
    color: #810f13;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #cccccc;
    text-transform: uppercase;
}

.category ul {
    margin: 20px 0 0;
    padding: 0;
}

    .category ul li {
        background: #fff6e4;
        list-style: none;
        margin: 2px 0;
        padding: 2px 12px;
    }

        .category ul li.active {
            background: #ffedcc;
        }

        .category ul li:hover {
            background: #ffedcc;
        }

        .category ul li a {
            color: #810f13;
            text-transform: capitalize;
            font-size: 20px;
            text-decoration: none !important;
        }

.sidebar-featured-product {
    margin: 55px 0 0;
}

    .sidebar-featured-product .modal-title {
        margin: 0 0 20px;
    }

.description {
    background: #fffbf4;
    padding: 0 0 15px 0px;
}

hr {
    height: 1px;
    border-top: 1px solid #d3d0d0;
    padding: 5px 0 0;
    margin: 4px;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.products-wrap {
    margin: 20px 0 0;
}

.ftr-prdct {
    margin-bottom: 20px;
}

/*FOOTER STARTED HERE */

.footer {
    background: #810f13;
    padding-bottom: 50px;
}

.footer-title {
    color: #fbf7f7;
    font-size: 26px;
    text-transform: capitalize;
    border-bottom: 1px solid #c26467;
    margin: 20px 0 15px;
    padding: 0 0 5px 0;
}

.footer-link ul {
    margin: 0;
    padding: 0;
}

    .footer-link ul li {
        list-style: none;
        color: #c26467;
        text-decoration: none;
        text-transform: capitalize;
        font-size: 16px;
    }

        .footer-link ul li a {
            color: #c26467;
            text-decoration: none;
            text-transform: capitalize;
            font-size: 16px;
        }

            .footer-link ul li a:hover {
                color: #fff;
            }

.facebook {
    background: url(/images/glyphicons_social_30_facebook.png) no-repeat;
    padding: 2px 0 2px 32px;
    margin-bottom: 8px;
}

    .facebook:hover {
        background: url(/images/glyphicons_social_30_facebook-hover.png) no-repeat;
    }

        .facebook:hover a {
            color: #fff;
        }

.twitter:hover {
    background: url(/images/glyphicons_social_31_twitter-hover.png) no-repeat;
    color: #fff;
}

    .twitter:hover a {
        color: #fff;
    }

.twitter {
    background: url(/images/glyphicons_social_31_twitter.png) no-repeat;
    padding: 2px 0 2px 32px;
}


/*PRODUCTEN PAGE CSS STARYTED HERE */
.bs-example {
    background: none repeat scroll 0 0 #fff;
    text-align: center;
}

.pagination li a {
    color: #999;
}


/*SINGLE ITEM PAGE*/

.single-item-page .sidebar-featured-product {
    margin: 0;
}

.single-item-wrap .modal-title {
    margin-bottom: 20px;
}

.product-image {
    padding: 5px 0;
}

.product-description p {
    color: #777;
}

.per-gram {
    color: #810f13;
    font-size: 20px;
    text-transform: capitalize;
    width: 100%;
    clear: both;
    float: left;
}

.product-price {
    color: #810f13;
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize;
    width: 100%;
}

.single-item-wrap .tag {
    border: medium none;
    margin: 15px 0;
    width: 195px;
}

.incres-quantity {
    float: left;
    margin-right: 10px;
    width: 62%;
    position: relative;
    height: 38px;
}

.bootstrap-touchspin-down {
    border-radius: 0;
    color: #810f13;
    font-size: 25px;
    padding: 0 12px;
}

    .bootstrap-touchspin-down:hover, .bootstrap-touchspin-up:hover {
        background: #fff;
        color: #810f13;
    }

.bootstrap-touchspin-up {
    background: #fff !important;
    border-radius: 0;
    color: #810f13;
    font-size: 25px;
    padding: 0 12px;
}

.input-group-addon.bootstrap-touchspin-postfix {
    background: none;
    border-left: 0 none;
    padding: 0 12px 0 0;
    font-size: 20px;
}

.demo1 {
    border: 1px solid #d3d0d0;
    font-size: 20px;
    height: 38px;
    padding: 0 4px 0 2px;
    text-align: center;
    width: 130px;
    position: relative;
}

    .demo1:after {
        background: url(/images/select-list-bg.png) no-repeat 1px 1px;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 38px;
    }

.btn-group.bootstrap-select {
    text-align: center;
    width: 100%;
}

.bootstrap_select ul {
    margin: 0;
    padding: 0;
}

    .bootstrap_select ul li {
        list-style: none;
        float: left;
    }

.minus {
    border: 1px solid #777;
    border-right: 0;
    padding: 2px 0px;
}

.plus {
    border: 1px solid #777;
    border-left: 0;
    padding: 2px 0px;
}

    .plus > a, .minus > a {
        font-size: 22px;
        padding: 0 6px;
        text-decoration: none !important;
    }

    .plus a:hover, .minus a:hover {
        color: #8c2427;
    }

    .plus a:focus, .minus a:focus {
        outline: none;
    }

.btn.dropdown-toggle.selectpicker.btn-default {
    border: 1px solid #777;
    border-radius: 0;
    float: none;
    font-size: 15px;
    margin: 0 auto;
    padding: 7px 9px;
}

    .btn.dropdown-toggle.selectpicker.btn-default:hover, .btn.dropdown-toggle.selectpicker.btn-default:focus {
        background: none;
        border: 1px solid #777;
    }

.btn.dropdown-toggle.selectpicker.btn-primary {
    background: url(/images/select-list-bg.png) no-repeat 1px 1px;
    border: 0px solid #777;
    border-radius: 0;
    width: 100%;
    color: #858585;
    text-align: center;
    padding: 10px 12px;
}

.inner.selectpicker {
    padding: 0px;
    margin: 0;
    list-style: none;
}

    .inner.selectpicker li {
        list-style: none;
        padding: 0 0 0 20px;
        text-align: left;
        float: none;
    }

        .inner.selectpicker li a {
            text-decoration: none;
            outline: none !important;
        }

            .inner.selectpicker li a span {
                color: #858585;
            }

.quantity {
    border: medium none;
    padding: 9px 0;
    text-align: center;
    width: 46px;
}

.product-text {
    min-height: 200px;
}

/*table {
    float: right;
}

td {
    height: 121px !important;
    vertical-align: bottom;
    padding: 0 2px;
}*/

@media (max-width:1199px) {
    .product {
        background-position: 87% center;
        border: medium none;
        color: #fff;
        content: "";
        font-size: 12px;
        width: 85% !important;
    }

    .select-list label {
        font-size: 16px;
    }

    .select-list:before {
        width: 11%;
    }
}

@media (max-width:991px) {
    .search-area {
        margin: 22px 0 0;
    }

    .product {
        background-position: 85% center;
        border: medium none;
        color: #fff;
        content: "";
        font-size: 9px;
        width: 86% !important;
    }

    .select-list {
        padding: 0 0 0 3px;
    }

        .select-list label {
            font-size: 16px;
            margin: 3px;
        }

        .select-list:before {
            width: 11%;
        }

    .footer-link {
        min-height: 245px;
    }

    .select-list {
        padding: 4px 0 4px 3px;
    }

        .select-list h5 {
            font-size: 14px;
            padding: 3px 0 0 20px;
        }
}

@media (max-width:768px) {
    .product {
        background-position: 92% center;
        width: 86% !important;
    }

    .select-list {
        width: 93%;
    }

    td {
        height: 0 !important;
        padding: 0 2px;
        vertical-align: bottom;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
        margin-top: 0px;
    }

    .navbar .container h2#h2-verzendkosten {
        left: 20px;
    }
}

@media (max-width:480px) {
    .add-on {
        width: 100%;
    }

    .select-list {
        width: 100%;
        padding: 8px 0 8px 14px;
    }

    .search-area .input-group {
        float: left;
        width: 100%;
    }
}

label {
    margin-left: 10px;
}
