@import url('https://fonts.googleapis.com/css?family=Muli');
body {font-family: muli;}
nav {background: #f5f5f5; padding-left:35px; display:flex;}
nav > div.col-md-3 {
    background: #e3e3e3;
    padding: 0px 0px 20px 20px;
}
nav > div > span {
    color: #7c7c7c;
}
nav > div > a {
    text-decoration: none;
    color: #7c7c7c;
    font-weight: 600;
}
nav > div > a > img {
    height: 92px;
    max-height: 92px;
    margin-left: -50px;
}
nav > div > a:hover {
    text-decoration: none;
    color: #7c7c7c;
}
h2 { font-weight:bold; font-size: 20px; color: #000000;}
h2 > span {
    color: #dc1819;
}
.btn.btn-default {
    background: transparent;
    border: none;
}
.btn.btn-default > span > svg {
    height: 10px;
    width: auto;
}
.table > thead > tr > th {
    border: none;
    font-weight: 300;
    text-transform: uppercase;
}
.table > tbody > tr > td {
    padding-bottom: 10px;
    font-size: 16px;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: transparent;
}
div.col-lg-3 > .table-striped,
div.col-lg-3 > .table-striped > tbody > tr {
    background: #f5f5f5;
}
a.btn.btn-primary{
    float: right;
    background: #007c28;
    border-radius: 0;
    padding: 10px;
    border: none;
    margin-top: -10px;
}
.input-group .form-control:not(:first-child):not(:last-child) {
    border: none;
    background: #ffffff;
    box-shadow: none;
    width: 40px;
    text-align: center;
    float: none;
}
.form-group > .form-control {
    border: none;
    background: #f5f5f5;
    box-shadow: none;
    width: 40px;
    text-align: center;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle ;
}
.btn.btn-primary:after {
    content: '\232A';
    font-weight: bolder;
    margin-left: 10px;
}
button.btn.btn-primary{
    background: #ef7c00;
    border-radius: 0;
    border: none;
    float: right;
}
div.list-group-item {
    border: none;
}
.form-control {
    border-radius: 0;
    border: 1px solid #dfdfde;
    height: 37px;
    box-shadow: none;
}
@media screen and (max-width:1465px) {
    div.col-lg-3.cart {
        width:100%;
    }
}
@media screen and (max-width:766px),(min-width:990px) and (max-width:1199px){
    .btn.btn-minus,
    .btn.btn_plus,
    button.btn.btn-primary:not('.no-resize'),
    .form-group > .form-control {
        width: 40px;
    }

}
tbody > tr{
    background: white;
}
div.list-group-item {
    padding-left: 0;
    padding-right: 0;
}
a.list-group-item {
    background: #f5f5f5;
    border: none;
    border-top: 1px solid #dadada;
}
a.list-group-item:first-of-type {
    border-top: 1px solid transparent;
}
a.list-group-item.active,
a.list-group-item:hover,
a.list-group-item.active:hover{
    background: #dc1819;
    border-top: 1px solid transparent !important;
    border: none;
    color: #ffffff;
}
@media screen and (min-width:1200px) and (max-width:1639px) {
    tr > td > form.form-inline > div.form-group {
        float:right;
    }
}
tr > td > span {
    color: #dc1819;
    font-size: 12px;
}
a.list-group-item:before {
    content: '\232A';
    font-weight: bolder;
    color: #dc1819;
    margin-right: 5px;
}
a.list-group-item.active:before,
a.list-group-item:hover:before{
    color: #FFFFFF;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.btn.btn-minus.light,
.btn.btn-plus.light {
    background: #ffffff;
    border-radius: 0;
    color: #adacac;
}
.btn.btn-minus,
.btn.btn-plus {
    background: #f5f5f5;
    border-radius: 0;
    color: #adacac;
}
.btn.btn-minus {
    margin-right:5px;
}
.btn.btn-plus {
    margin-right:5px;
}
.list-group > .list-group-item > form {
    display: flex;
}
.btn.btn-submit {
    background: #dc1819;
    border-radius: 0;
    color: #ffffff;
    font-weight: bolder;
    margin-left: 10px;
}
.footer {
    background: #f5f5f5;
    padding-right: 35px;
    padding: 5px;
    float:right;
    width:100vw;
}
.footer > a {
    float: right;
    margin-right:35px;
}
.footer > a > img {
    height: 30px;
    padding-left: 15px;
}
.footer > a > span {
    color: #575756;
}
.footer > a:hover {
    color: inherit;
    text-decoration: none;
}
.btn.btn-primary.green {
    float: right;
    background: #007c28;
    border-radius: 0;
    padding: 10px;
    border: none;
    margin-top: -10px;
}
.btn.btn-primary.no-resize {
    padding: 10px;
}
@media (min-width: 1200px) {
    .products th:nth-child(1) {
        width: 5%;
    }
    .products th:nth-child(2) {
        width: 47%;
    }
    .products th:nth-child(3) {
        width: 8%;
    }
    .products th:nth-child(4) {
        width: 40%;
    }
}

.products img {
    max-width: 100px;
}
