body {
    font-family: Lato, sans-serif;
}

.panel-body > img {
    border-top: 4px solid #545454;
    border-bottom: 4px solid #545454;
}

.panel-heading {
    background-color: #ccc !important;
}

.panel {
    border: none;
    width: 375px;
    margin: 20px 0;
    -webkit-box-shadow: 0 0 10px #808080;
    box-shadow: 0 0 10px #808080;
}

.product {
    max-width: 80%;
    margin: 16px auto;
}

.product td {
    vertical-align: middle;
}

.product-header {
    height: inherit;
    line-height: inherit;
    font-size: 1.5em;
    font-weight: normal;
    padding: 0;
}

.product-header > label {
    color: #1c1c1c !important;
    text-transform: none !important;
}

h5 {
    color: snow !important;
    text-transform: none;
}

.actions > li {
    font-size: 1.4em;
}

li {
    list-style-type: square;
}

#content {
    padding-top: 25px !important;
}

.product-header b {
    color: black;
}

.lead {
    font-family: Lato, sans-serif;
    font-size: 26px;
}

.product td:nth-child(2) {
    width: 30%;
}

.product td {
    margin: 0;
    padding: 0;
}

.product .panel-primary {
    margin: 0;
}

.product tbody {
    -webkit-box-shadow: 0 0 10px #808080;
    box-shadow: 0 0 10px #808080;
    /*border: 3px solid #ccc;*/
    background-color: #e5e5e5;
}

.filter-option {
    background-color: #fff;
    height: 38px !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.dropdown-toggle {
    height: auto;
}

.inner[role=listbox] {
    width: auto;
}

.filter-option-inner-inner {
    color: #495057;
}

.borderless {
    border: none;
}

#quantity {
    max-width: 65px;
}

#deliveryPrice {
    max-width: 70px;
    font-weight: bold;
}

#content img {
    max-height: 800px;
    border-radius: 5px
}

.dropdown-menu {
    top: calc(10vh + 93px) !important;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: arial, sans-serif;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-card {
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    flex: 0 1 24%;
    position: relative;
    margin: 25px auto;
    background: #494949;
}

.badge {
    position: absolute;
    top: 20px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    background: #293133;
    color: #fff;
    padding: 3px 10px;
}

.badge-left {
    left: 0;
}

.badge-right {
    right: 0;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: snow;
}

.product-details {
    padding: 30px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: snow;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: snow;
}

.product-details .product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #e5474b;
    padding-top: 20px;
}

.fs-14 {
    font-size: 14px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
    white-space: nowrap;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}
