﻿h1 {
    font-size: 12px;
    margin-top: 5px;
}

.carousel-button-std-left {
    height: 30px;
    position: absolute;
    left: 40%;
}

.carousel-button-std-right {
    height: 30px;
    position: absolute;
    right: 40%;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    border: 1px solid #F21F14;
}

.carousel-indicators .active {
    background-color: #BB1F14;
    border: 1px solid #BB1F14;
}

/*Prevent the featured items list from jumping up 10px every time it changes to the next set*/
.carousel-inner > .next {
    top: 10px;
}

/*Prevent the featured items list from jumping up 10px every time it changes to the next set*/
.carousel-inner > .prev {
    top: 10px;
}

.carousel-inner .thumbnails {
    padding-left: 0px;
}

#carousel-sale-items li {
    list-style: none;
    margin-bottom: 10px;
}

.customerFeedbackDiv {
    border-style: dotted;
    font-size: 0.7em;
    border-width: 2px;
    border-color: #A9A9A9;
    padding: 3px;
    margin: 5px;
}

#divSpecials {
    background-color: #980808;
    font-family: Verdana;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: white;
}


figcaption {
    text-align: center;
}

figure {
    margin-top: 10px;
}

.sale-item {
    border:1px solid #cccccc;
    box-shadow: 0px 2px 3.8px 0.2px rgba(37, 37, 37, 0.3);
    background-color:white;
    padding:10px;
    text-align:center;
    height:180px;
}

.sale-item-description {
    color: #080878;
    font-weight: 600;
}

.sale-item-image {
     text-align:center;
     vertical-align:middle;
     height:60px;
}

.sale-item-number {
    color: #000000;
    font-weight: 600;
}

.sale-item-price {
    color: #980808;
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 10px;
}

.sale-items-table {
    border-collapse: collapse;
    width: 100%;
    height: 60px;
}


@media (max-width: 767px) { /* Only used for phones */
    .carousel-button-std-left {
        top: 25%;
    }

    .carousel-button-std-right {
        top: 25%;
    }
}

@media (min-width: 768px) { /* Anything larger than phones */
    .carousel-button-std-left {
        top: 50%;
    }

    .carousel-button-std-right {
        top: 50%;
    }
}