.deal-main-footer {
    height: auto;
    width: 395px;
    margin-top: 20px;

    position: relative;
    bottom: auto;
}

.product-details{
    width: 395px;
    margin-top: 20px;
}

.detail-label{
    color: #aaa;
    font-size: 16px;
    width: 49%;
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
}

ul > li.list-center:first-child{
    padding: 0 5px 18px !important;
}

#productLinks {
    border-top: 1px solid #DDD !important;
    border-bottom: 1px solid #DDD !important;
    padding: 4px 0px;
    border-radius: 0;
    cursor: default;
    margin-top: 5px;
    width: 90%;
    font-size: 14px;
    color: #5bc0de;
    clear: both;
    background-color: transparent;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#productLinks i{
    margin-left: 5px;
}

.discount-savings{
    display: inline;
    margin-left: 10px;
}

#makeAnOfferBtn, .requestSample, #freightInfoBtn, #sendAMessageBtn{
    padding: 12px 4px;
    width: 100%;
    color: #FFF;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease; /* Safari */
    transition: all 0.3s ease;

}

#makeAnOfferBtn, #sendAMessageBtn{
    background: #30aadf;
}

#makeAnOfferBtn:hover, #sendAMessageBtn:hover{
    background: #2887b0;
    color: #FFF;
}

.requestSample{
    background: #808083;
}

.requestSample:hover{
    background: #5e5e5f;
    color: #FFF;
}

.deal-main-wrapper {
    border-left: 3px solid #f6f6f6;
    border-bottom: 3px solid #f6f6f6;
    padding-bottom: 10px;
}

.breadcrumb {
    margin-bottom: 0;
}

.action-items {
    width: 97%;
}

.no-image{
    height: 250px;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    color: #999;
    font-style: italic;
}

.share-links-text{
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    color: #808083;
}


/* Related Products */
#related-products-section {
    margin: 25px 25px 50px;
}

#related-products-section .carousel-control.left, #related-products-section .carousel-control.right{
    background: none;
}

#related-products-section .carousel-item{
    height: 225px;
}




#related-products-carousel {
    height: 300px;
    width: 100%;
    background: transparent;
    margin: 25px auto 0;
}

#related-products-carousel .carousel-control.left, #related-products-carousel .carousel-control.right{
    background: none;
}

#related-products-carousel .carousel-inner {
    width: 95%;
    margin-left: 5%;
}

#related-products-carousel .carousel-control {
    width: 35px;
}

#related-products-carousel .carousel-control i{
    font-size: 36px;
    position: absolute;
    top: 28%;
    color: #919191;
}

#related-products-carousel .carousel-control.left i{
    left: 0;
}

#related-products-carousel .carousel-control.right i{
    right: 0;
}

#related-products-carousel .item{
    width: 845px;
}

#related-products-carousel .product-block {
    float: left;
    height: 350px;
    width: 200px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

#related-products-carousel .item .product-block:last-child{
    margin-right: 0;
}



.product-block img{
    width: 100%;
}

.productSummaryHover {
    width: 100%;
    height: 125px;
    background: #FFF;
    overflow: hidden;
    color: #3b3b3b;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 16px;
    transition: all ease 0.3s;
}

.productSummary {
    height: 45px;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 22px;
    text-transform: uppercase;
}

.productSummaryPrice {
    float: left;
    color: #cf0a2c;
    font-weight: bold;
}

#additional-information-section{
    background: #f6f6f6;
    padding: 75px 0;
    margin-top: 10px;
}

#additional-information-section .info-block{
    background: #FFF;
    padding: 10px;
    width: 41%;
    margin-left: 6%;
    min-height: 265px;
    line-height: 25px;
    box-shadow: 0 1px 2px #eae5e5;
}

#additional-information-section .info-header{
    font-weight: bold;
}

#continue-shopping-btn {
    padding: 25px 0;
    border-top: 1px solid #cf0a2c;
    margin-top: 0;
}

.similar-no-image{
    width: 150px;
    height: 110px;
    border: 1px solid #eae8e8;
    border-radius: 6px;
    margin-left: 23px;
}

#related-products-section h4{
    font-weight: bold;
}

.deal-image-wrapper{
    max-height: 465px;
    overflow: hidden;
    margin-bottom: 5px;
}

.addToCartQty {
    width: 100px !important;
    margin-left: 0 !important;
}

.action-items.row {
    margin-bottom: 10px;
}

#quantity-label {
    float: left;
    color: inherit;
    margin-right: 10px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
}

.quantity-label {
    float: left;
    color: inherit;
    margin-right: 10px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
}

.price strong{
    font-weight: bold;
}

#trimProducts {
    margin: 50px 10px;
}

#trimProducts h4{
    font-weight: bold;
}

#productListingWrapper{
    width: 90%;
    margin: auto;
}

.viewTrimDecoLink{
    font-size: 10px;
    padding: 3px 12px;
    width: 100px;
    font-weight: bold;
}

.product-thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
    width: fit-content;
}

.product-thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
}

.product-thumbnail.is-active {
    border: 1px solid #FFFFFF;
    outline: 2px solid #ff0000;
    outline-offset: 0;
}

.product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.required {
    top: -2px;
    display: inline;
}

@media (max-width: 975px) {
    /*#related-products-carousel {
        width: 830px;
    }*/

    #related-products-carousel .product-block {
        width: 175px;
    }
}

@media (max-width: 865px) {
    /*#related-products-carousel {
        width: 720px;
    }*/

    #related-products-carousel .product-block {
        width: 150px;
    }

    #additional-information-section .info-block {
        min-height: 340px;
    }
}

@media (max-width: 750px) {
    /*#related-products-carousel {
        width: 605px;
    }*/

    #related-products-carousel .product-block {
        width: 125px;
    }

    .productSummary {
        height: 110px;
    }
}


@media (max-width: 750px) {
    /*#related-products-carousel {
        width: 572px;
    }*/

    #related-products-carousel .product-block {
        width: 125px;
        margin-right: 5px;
    }

    #related-products-carousel .carousel-control i {
        top: 15%;
    }

    .productSummary {
        font-size: 12px;
        line-height: 18px;
    }

    .deal-image-wrapper {
        max-height: none;
    }

    #additional-information-section .info-block {
        width: 88%;
        margin-bottom: 15px;
    }

    #productListingWrapper {
        width: 100%;
    }
}