.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;
}

.product-details-header-text {
    /*font-weight: 800;*/
    /*font-size: 18px;*/
}

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;
}

.dynamic-handling-price {
    margin-bottom: 20px;
    margin-top: 5px;
}

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

.addToCartBtn1, #makeAnOfferBtn, .requestSample, #freightInfoBtn{
    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;
}

.addToCartBtn1 {
    border: none !important;
}

#makeAnOfferBtn{
    background: var(--accent2);
}

#makeAnOfferModal .form-horizontal .control-label {
    text-align: right;
}

.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: 80%;
}

.no-image{
    text-align: center;
    padding-top: 10px;
    color: #999;
    font-style: italic;
}

.no-image img {
    max-height: 320px;
    object-fit: contain;
}

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


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

#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: 100%;
    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: var(--accent1);
    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 #40ae49;
    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;
}


.img-monogram {
    height: 16px !important;
    vertical-align: baseline;
}

.img-monogram.lg {
    height: 24px !important;
    vertical-align: baseline;
}

.order-input-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.product-detail-btn-1 {
    width: 110px;
    margin-right: 5px;
}
.qtyGroupContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 350px;
}
.qtyGroup {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.addToCartVal {
    width: 100px;
}
.qtyAndLabel {
    min-width: 50px;
}
@media (max-width: 1450px) {
    .action-items {
        width: 100%;
    }

    /*.product-detail-btn-1 {*/
    /*    width: 120px;*/
    /*}*/
}

@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;
    }
}
@media (max-width: 420px) {
    .qtyGroupContainer {
        flex-direction: column;
        align-items: flex-start;
    }
    .qtyAndLabel {
        min-width: 100px;
    }
}