/* Add here all your CSS customizations */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.nav > li > a:hover, .nav > li > a.active{
    font-weight: bold;
    color: #337ab7;
}
ul.nav-list li a.active:before{
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #404751 !important;
}

.tp-caption{
    text-align: center;
}

#headerShop .cart tbody:first-child{
	max-height: calc(100vh - 245px);
	overflow: auto;
	display: block;
}