body {
    font-family: Lato;
}

.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;
    font-size: 26px;
}

.product td:nth-child(2) {
    width: 30%;
}

.product td {
    margin: 0px;
    padding: 0px;
}

.product .panel-primary {
    margin: 0px;
}

.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-width: 750px;
    min-width: 320px;
    border-radius: 5px
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 5rem;
    gap: 5rem 0;
}

@media only screen and (max-width: 800px) {
#content img {
    max-width: 380px;
    min-width: 320px;
    border-radius: 5px
}

.cards {
    margin-top: 2rem;
    gap: 2rem 0;
}
}

.dropdown-menu {
    top: calc(10vh + 93px) !important;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
}

.product-card {
    flex: 0 1;
//    width: 360px;
    position: relative;
    background: transparent;
}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    background: #293133;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 335px;
}

.product-details {
    border-top: 3px solid #e5474b;
    border-bottom: 3px solid #e5474b;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 7px #dfdfdf;
    padding-top: 30px;
    background: #494949;
    text-align: center;
}

.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-family: Lato;
    font-size: 1.2rem;
    line-height: 24px;
    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;
}
