﻿.uc_header_v6.sticky-desktop .shopping-cart-control-handler {
    position: fixed;
    top: 2px;
    right: 20px;
    z-index: 1000;
}

.uc_header_v6.sticky-mobile .shopping-cart-control-handler {
    position: fixed;
    top: 4px;
    left: 5%;
    z-index: 1000;
}

.uc_header_v6.sticky-mobile .shopping-cart-control-handler a i::before {
    color: white;
}
/* Handles categories */

.uc_categories_overview .category-name,
.uc_category_menu_collapse ul li a {
    font-family: RobotoSlab-Regular, Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
}

.uc_categories_overview .category-name {
    margin-top: 0 !important;
}

.uc_categories_overview {
    padding-top: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    div.uc_categories_overview.advanced .category-name {
        font-size: 11px !important;
    }
}

@media (min-width: 1201px) {
    div.uc_categories_overview.advanced .category-name {
        font-size: 13px !important;
    }
}

.uc_header_v6 .account-handler ul li a,
.uc_header_v6 .header-v5 .account-handler ul li:hover a {
    background-color: #633116 !important;
    border-color: #633116 !important;
}

.uc_header_v6 .header-v5 .navbar-default .uc_menu_flyout .uc_menu_flyout_horizontal_v6 ul.nav.navbar-nav > li.dropdown > a:hover {
    color: white !important;
}

.uc_account_block a:hover {
    font-weight: bold;
}

@media (max-width: 991px) {
    .uc_header_v6 .mobile-menu {
        background-color: #633116 !important;
    }
}

@media (min-width: 992px) {
    .uc_header_v6 .header-v5 .navbar-default .uc_menu_flyout .uc_menu_flyout_horizontal_v6 .navbar-nav > li.active > a,
    .uc_header_v6 .header-v5 .navbar-default .uc_menu_flyout .uc_menu_flyout_horizontal_v6 .navbar-nav > li:hover > a {
        color: #b39f94 !important;
    }

    .uc_header_v6 .header-v5 .navbar-default .navbar-nav > li.active > a::before,
    .uc_header_v6 .header-v5 .navbar-default .navbar-nav > li:hover > a::before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        position: absolute;
        left: calc(50% - 6px);
        bottom: 0px;
        border: 6px solid transparent;
        border-bottom-color: #b39f94;
    }

    .uc_header_v6.sticky-desktop .cart_total_quantity.shopping_cart_badge {
        background-color: #fff !important;
        color: #633116 !important;
    }

    .uc_header_v6.sticky-desktop .shopping-cart-btn {
        padding-top: 7px !important;
    }

    .uc_header_v6.sticky-desktop .fa.fa-shopping-cart::before {
        color: #fff !important;
    }
}

@media (max-width: 1199px) {
    div.uc_header_v6 .uc_menu_flyout_horizontal_v6 ul.nav.navbar-nav {
        margin: 0 !important;
    }
}

@media (min-width: 991px) and (max-width: 1430px) {
    div.uc_header_v6 .header-v5 .uc_menu_flyout .navbar-nav > li > a {
        font-size: 14px !important;
        padding: 8px 12px 8px !important;
    }
}

/* Body backgroundcolor */
body {
    background-color: #dad5c6 !important;
}

#pnl_wrapper {
    background-color: #fff;
}

#pnl_column_2 {
    min-height: 0;
}

#pnl_wrapper,
#pnl_wrapper + .body,
#pnl_column_1,
#pnl_column_2 {
    background-color: #fff !important;
}

#pnl_wrapper + .body {
    padding-top: 30px;
}

.uc_breadcrumb_block {
    background-color: #fff;
    margin: 10px -15px 15px;
    padding: 0 30px;
}

@media (max-width: 991px) {
    #pnl_wrapper {
        margin-top: 0px;
    }
}

/* Shoppingcart */
div.shopping-cart thead {
    background-color: #633116 !important;
}

/* Order entry */
.uc_order_entry .shopping-cart .order > .sale_unit {
    display: flex;
    flex-flow: row nowrap;
}

.shopping-cart .quantity-multiplier {
    background-color: #633116 !important;
}

.uc_order_entry .shopping-cart .quantity-multiplier,
.uc_order_entry .shopping-cart .sale_unit .product-quantity {
    background-color: transparent !important;
    width: auto !important;
}

.uc_order_entry .shopping-cart .sale_unit span {
    color: #000 !important;
}

.uc_order_entry .shopping-cart td.quantity {
    padding-right: 48px !important;
}

.uc_order_entry .uc_order_product .normal .shopping-cart {
    justify-content: flex-end;
}


/* VUEJS COMPONENTS, SIMILAR FOR DROPSHIPMENT AND MEMBERS */
.price-list span {
    font-family: RobotoSlab-Regular, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.cmp-product-list-item .prod-img {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.cmp-product-list-item .price-list span {
    font-size: 16px;
}

.cmp-product-list-item .vat-notation span {
    font-size: 12px;
}

.cmp-product-list-item .price-list li {
    line-height: 1;
}

.cmp-product-list-item .product-code .value {
    font-size: 13px;
}

.cmp-product-list-item .price-list {
    margin-bottom: 5px;
}

@media (min-width: 576px) {
    .blocks .cmp-product-list-item .prod-title {
        height: 69px !important;
        overflow: hidden;
        font-size: 18px !important;
    }

    .rows .cmp-product-price {
        margin-bottom: 15px;
    }
}