/*.mobile #cart, .mobile #account{
    clear:both;
    padding: 10px 0;
    margin: 0 15px;
}
.mobile #cart a, .mobile #account a{
    color: #d7262e !important;
}
.mobile #cart a:hover, .mobile #account a:hover{
    color: #d7262e !important;
    background: #fff !important;
}*/

#cart svg, #account svg {
    width: 20px;
    height: 20px;
    fill: #ff7600;
    vertical-align: middle;
}

#account svg {
    width: 16px;
    height: 16px;
    margin-right: 0.2em;
}

#cart a:hover, #account a:hover {
    color: #c75300;
}

#cart:hover svg, #account:hover svg {
    fill: #c75300;
}

.dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

{

}

.narrow.container {
    max-width: 400px !important;
}

@media (min-width: 992px) {
    .narrow.container {
        width: 860px !important;
        max-width: 860px !important;
    }
}
