﻿.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 a i::before {
    color: white;
}*/
.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_header_v6 .account-handler ul li a,
.uc_header_v6 .header-v5 .account-handler ul li:hover a {
    background-color: #299CAE !important;
    border-color: #299CAE !important;
}

.uc_account_block a:hover {
    font-weight: bold;
}

@media (max-width: 991px) {
    .uc_header_v6 .mobile-menu {
        background-color: #299CAE !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 > a:hover {
        color: #30364a !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: #30364a;
    }


    .uc_header_v6.sticky-mobile .shopping-cart-control-handler {
        position: fixed;
        top: 4px;
        left: 5%;
        z-index: 1000;
    }

    .uc_header_v6.sticky-desktop .cart_total_quantity.shopping_cart_badge {
        background-color: #2b2b2b !important;
        color: #fff !important;
    }

    .uc_header_v6.sticky-desktop .fa.fa-shopping-cart::before {
        color: #2b2b2b !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;
    }
}

/* 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;
    }
}