.no-deals{
    text-align: center;
    font-size: 25px;
    height: 300px;
    margin-top: 20px;
}

.deal-image-wrapper, .deal-main-wrapper{
    min-height: 465px;
}

.deal-main-wrapper{
    position: relative;
}

.deal-main-footer{
    position: absolute;
    height: 285px;
    bottom: 0;
    width: 395px;
}

.dealTimerWrapper{
    width: 100%;
    height: 65px;
}

.dealEndsHeader{
    font-size: 24px;
    margin-top: 15px;
    margin-right: 10px;
    color: #f77878;
}

.dealTimer-parts {
    float: left;
    width: 60px;
    background: #f77878;
    border-radius: 8px;
    text-align: center;
    margin-right: 5px;
    color: #fff;
}

.dealTimer-value {
    font-size: 24px;
    margin-top: 5px;
}

.dealTimer-type {
    font-size: 10px;
}

.deal-img{
    width: 100%;
    max-height: 465px;
    object-fit: contain;
    object-position: center center;
}


.deal-name{
    font-size: 25px;
    line-height: 60px;
    color: #333333;
    margin-bottom: 7px;
    font-weight: bold;
    text-transform: uppercase;
}

.deal-category{
    font-size: 24px;
    margin-bottom: 7px;
}

.productDetailContent.row{
    margin-left: auto;
    margin-right: auto;
}

.product-field{
    border-bottom: 1px solid #e8e8e5 !important;
    padding: 4px;
    font-size: 14px;
    width: 48%;
    vertical-align: top;
}

.productDetailContent.tr:last-child{
    border-bottom: 1px solid #FFF;
}

.field-header{
    font-weight: bold;
}

.addthis_inline_share_toolbox{
    opacity: .7;
}

.addthis_inline_share_toolbox:hover{
    opacity: 1;
}

.price-container {
    margin-top: 10px;
    position: relative;
}

.quantity-cart{
    position: absolute;
    right: 10px;
    top: 0;
    width: 100px;
}

.quantity-left{
    position: relative;
    top: 5px;
}

.quantity-left strong{
    color: #f77878;
}

.addToCartBtn{
    padding: 12px 20px 10px;
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
    font-weight: 100;
    height: 50px;
}

.cartQuantity[disabled] {
    background-color: #fafafa;
    cursor: not-allowed;
}

.unitPrice{
    font-size: 14px;
}

.unitPrice .activeUnitPrice{
    font-size: 18px;
    color: #cf0a2c;
    font-weight: bold;
}

.daily-deals-container .price{
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
}

.daily-deals-container .price .fa-info-circle{
    color: #777777;
    cursor: pointer;
}

.daily-deals-container .price .fa-info-circle:hover{
    color: rgb(71, 71, 71);
}

.totalPriceWrapper{
    position: absolute;
    top: 0;
    right: 10px;
}

.side-by-side-btns .sendAMessageBtn, .side-by-side-btns .requestSample{
    width: 48%;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
}

.side-by-side-btns .sendAMessageBtn{
    margin-right: 2%;
}

.sendAMessageBtn, .requestSample, .product-link {
    color: #5bc0de;
    background-color: transparent;
    border: none !important;
    width: 90%;
    margin-top: 10px;
}

.product-link{
    width: 48%;
    font-size: 12px !important;
    margin-top: 0;
}

.requestSample img{
    height: 16px;
}


.sendAMessageBtn:hover, .requestSample:hover, .product-link:hover{
    color: #499BB3;
    background-color: #DADADA;
}

.deal-detail-tabs{
    width: 100%;
    background-color: #f5f5f5;
    padding: 0;
    margin-top: 25px;

}

.deal-detail-tabs .nav-tabs-wrapper{
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding-top: 15px;
}

.deal-detail-tabs .nav-tabs{
    width: 675px;
    margin: 0 auto;
}

.deal-detail-tabs .nav.nav-tabs>li>a:hover,
.deal-detail-tabs .nav.nav-tabs>li>a:focus {
    background-color: #FFF;
    border-color: transparent transparent #DDD transparent;
    transition: none;
}

.deal-detail-tabs .nav.nav-tabs>li.active>a:hover,
.deal-detail-tabs .nav.nav-tabs>li.active>a:focus {
    background-color: #FFF;
}

.deal-detail-tabs .nav-tabs>li.active>a,
.deal-detail-tabs .nav-tabs>li.active>a:hover,
.deal-detail-tabs .nav-tabs>li.active>a:focus{
    border-color: transparent;
}

.deal-detail-tabs .nav-tabs>li>a{
    color: #555;
}

.deal-detail-tabs .tab-content {
    background: #FFF;
    min-height: 400px;
    padding: 25px;
}

.deal-detail-tabs .tab-pane{
    width: 800px;
    margin: 0 auto;
}

.addToCartQtyClone {
    height: auto !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;
    font-size: 12px;
    top: 0;
}

.addToCartQty.input-md{
    height: 40px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

@media (max-width: 1100px) {
    .product-field {
        font-size: 12px;
    }

    .action-items {
        width: 100%;
    }
}


@media (max-width: 767px) {

    .product-field {
        font-size: 14px;
    }

    .addToCartBtn {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .dealEndsHeader {
        display: none;
    }

    .quantity-cart {
        right: 20px;
        top: -8px;
    }

    .totalPriceWrapper {
        right: 25px;
    }

    .addToCartBtn {
        width: 95%;
    }

    .deal-detail-tabs .nav-tabs {
        width: 100%;
        font-size: 10px;
    }

    .deal-detail-tabs .nav>li>a {
        padding: 10px 10px;
    }
}