﻿div#pnl_column_1 {
    border-right: 1px solid rgba(204, 204, 204, 0.45)!important;
}

h1 {
    border-bottom: 0px solid #CCCCCC;
    font-size: 22px;
    font-weight: bolder;
}

div.uc_form_block .input-border {
    border: 0px solid #eee;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.uc_shopping_cart .img-responsive{
     max-width: 50% !important;
}

/* Product block corrections */
.uc_product_block .uc_order_product { 
    margin-top: 10px !important;
}

/* Shoppingcart */
.uc_order_description {
    margin-top: 30px;
}

.uc_order_description h3 {
    margin-bottom: 10px !important;
}

/* Orderlist */
.uc_order_list .uc_order_product .product-quantity {
    display: inline-flex !important;
    flex-flow: row nowrap;
    margin-bottom: 5px;
}

.uc_order_list  td.quantity {
    padding: 8px 0 8px 25px !important;
    text-align: left !important;
    width: 220px;
}

.uc_order_list .quantity-multiplier {
    line-height: 1 !important;
    height: auto !important;
    width: auto !important;
}

.uc_order_list .quantity-multiplier span {
    font-size: 15px !important;
    font-weight: bold !important;
}

div.uc_order_list .product-list .code-description-stock {
    width: 35% !important;
}

/* Style sale units in check order and orderlist */
.uc_order_entry .uc_shopping_cart div.sale_unit,
form[action*="./check_order.aspx?"] .uc_shopping_cart div.sale_unit {
    display: flex;
    flex-flow: row nowrap;
}

div.uc_order_entry .uc_shopping_cart .uc_order_product div.product-quantity,
form[action*="./check_order.aspx?"] .uc_shopping_cart .uc_order_product .product-quantity {
    width: auto !important;
}

.uc_order_entry .uc_shopping_cart span,
form[action*="./check_order.aspx?"] .uc_shopping_cart span {
    background-color: transparent !important;
    color: #2b2b2b !important;
}

.uc_order_entry .uc_shopping_cart div.sale_unit .quantity-multiplier,
form[action*="./check_order.aspx?"] .uc_shopping_cart div.sale_unit .quantity-multiplier {
    width: auto !important;
    background-color: transparent !important;
    color: #2b2b2b !important;
}

@media (min-width: 768px) {
    .uc_order_entry .uc_shopping_cart .code,
    form[action*="./check_order.aspx?"] .uc_shopping_cart .code {
        flex-grow: 1 !important;
        width: 40%;
        padding: 0 15px !important;
    }

    .uc_order_entry .uc_shopping_cart .price,
    form[action*="./check_order.aspx?"] .uc_shopping_cart .price {
        width: 15% !important;
        padding-left: 15px !important;
    }

    .uc_order_entry .uc_shopping_cart .lines .quantity,
    form[action*="./check_order.aspx?"] .uc_shopping_cart .lines .quantity {
        width: 25% !important;
        padding: 0 15px !important;
        padding-right: 15px !important;
    }

    .uc_order_entry .uc_shopping_cart .lines td.amount,
    form[action*="./check_order.aspx?"] .uc_shopping_cart .lines .amount {
        margin-right: 0 !important;
        width: 20% !important;
    }

    .uc_order_entry .uc_shopping_cart .lines th.amount {
        width: 20% !important;
    }
}

/* Header corrections */
@media (min-width: 992px) {
    .uc_header_v6 .header-v5 .navbar-nav > li > a {
        padding: 13px 12px !important;
    }
}