.full-container{
    min-height: 400px;
    margin-bottom: 50px;
}

.productGridListingWrapper {
    margin-top: -20px;
}

#productListing tr {
    cursor: pointer;
}

#sendAMessageBtn, #requestSample{
    color: #5bc0de;
    background-color: transparent;
    border: none !important;
    width: 90%;
    font-size: 12px;
}

.side-by-side-btn #requestSample, .side-by-side-btn #sendAMessageBtn{
    width: 45%;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    -webkit-transition: none;
    transition: none;
}

#sendAMessageBtn:hover, #requestSample:hover{
    color: #499BB3;
    /* background-color: #DADADA; */
}

#requestSample.free-sample{
    font-weight: bold;
}

#nav > ul > li > a {
    cursor: pointer;
}

.ship-location-bar {
    float: left;
    margin-left: 1%;
}

#state-selector {
    margin: 5px 10px;
    padding: 5px;
}

.filter-title{
    margin-top: 13px;
    font-size: 14px;
    color: #aaa;
    font-weight: 100;
    margin-right: 25px;
}

#clear-filter {
    padding: 0 10px;
    border-radius: 20px;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer !important;
}


input.dynamic-filter-value{
    width: 14px !important;
}

#filtered-values {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.filter-group-title {
    font-weight: bold;
    color: #CF0A2C;
    font-size: 16px;
    padding-right: 5px;
}

.filtered-items-group {
    width: 100%;
}

.filter-item {
    padding: 2px 10px 2px 20px;
    border: 1px solid grey;
    border-radius: 25px;
    width: fit-content;
    text-align: center;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.accordion-body-content.dynamic > ul{
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

#productListingWrapper{
    visibility: hidden;
}

#productListingWrapper th[data-field="Type"]{
    max-width: 125px;
}

.side-by-side-btn{
    margin-top: 5px;
}

#requestSample img{
    height: 16px;
    margin-top: -4px;
}

.close1 {
    padding-left: 15px;
    opacity: 0.7;
}


#productPhotoGrid{
    margin-top: 0px;
}

#productPhotoGridToolbar{
    width: 100%;
    height: 35px;
}

#productPhotoGridContainer{
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 10px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.productGridItem{
    cursor: pointer;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
    margin: 10px 1%;
    width: 14.6%;
}

.productGridItem img{
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.productGridItem.no-img img, .productGridItem img.img-error{
    opacity: .05;
}

.productGridContainer{
    position: relative;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 13px 2px rgba(110, 110, 105, 0.2) !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.productSummaryHover{
    width: 100%;
    /*height: 120px;*/
    background: #FFF;
    overflow: hidden;
    color: #3b3b3b;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 16px;
    transition: all ease 0.3s;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
}

.productImageContainer {
    /*overflow: hidden;*/
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.lazyload, .lazyloading{
    opacity: .5;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

.lazyloaded{
    opacity: 1;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8) !important;
    animation: fa-spin 1s infinite steps(8) !important;;
}

.productGridItem i.fa-spinner {
    position: absolute;
    top: 30%;
    left: 30%;
    color: #000;
    opacity: .5;
}

/*.productGridItem i.fa-info-circle {*/
/*    */
/*}*/

.productGridItem .lazyloaded-parent i.fa-spinner {
    display: none;
}

a.productGridItem:hover,
a.productGridItem:focus{
    text-decoration: none !important;
}




.goToProduct{
    font-size:16px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.goToProduct a{
    border-bottom: none;
    font-weight: 100;
    color: #5bc0de;
}

.goToProduct a:hover, .goToProduct a:active, .goToProduct a:visited{
    color: #499BB3;
    border-bottom: none;
    text-decoration: none;
}

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

#productLinks:hover{
    color: #5bc0de;
}

#productLinks ul, #productLinks li{
    display: inline-block;
    margin: 0;
    padding: 0;
}

#productLinks a{
    border-bottom: none;
    color: #5bc0de;
    font-size: 16px;
}

#productLinks a:hover{
    color: #499BB3;
}

#productLinks i{
    font-size: 22px;
    position: relative;
    top: 2px;
}

#productLinks .goToProduct{
    margin-top: 0px;
    margin-bottom: 0px;
}

#productLinks .goToProduct a, #productLinks .goToPdf a{
    font-size: 12px;
    border-radius: 4px;
    background: rgb(102, 102, 102);
    color: #FFF;
    padding: 5px 10px;
    opacity: .5;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    font-weight: normal;
}

#productLinks .goToProduct a i, #productLinks .goToPdf a i{
    font-size: 10px;
    top: 0;
    margin-left: 5px;
}

#productLinks .goToProduct a:hover, #productLinks .goToPdf:hover{
    opacity: .85;
}

#productLinks .share-links{
    position: absolute;
    right: 0;
    top: 3px;
    transition: opacity ease 0.2s;
    -webkit-transition: opacity ease 0.2s;
}

#productLinks .share-links span{
    margin-right: auto;
}

.social-link{
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    position: relative;
    opacity: 0.5;
}

.social-link:hover{
    opacity: .8;
}

#productAlertBtn{
    position: absolute;
    left: 30px;
    top: 186px;
    font-size: 11px;
    width: 125px;
    height: 30px;
    vertical-align: top;
    padding: 0;
    z-index: 10;
    opacity: .5;
    background: none;
    color: #6b6258;
    transition: ease all .2s;
    -webkit-transition: ease all .2s;
}

#productAlertBtn i{
    margin-right: 5px;
}

#productAlertBtn:hover{
    color: #333 !important;
    opacity: .9;
}

.bidColumn{
    vertical-align: middle !important;
}

.bid-btn{
    background: #5bc0de;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 35px;
    font-size: 11px;
    padding: 2px 0;
    transition: opacity ease .2s;
    -webkit-transition: opacity ease .2s;
    opacity: 0;
}

#productListing tr:hover .bid-btn{
    opacity: .85;
}

#productListing tr:hover .bid-btn:hover{
    opacity: 1;
}

.productHoverBtn{
    visibility: hidden;
    position: absolute;
    opacity: 0;
    left: 25%;
    top: 25%;
    background-color: #cf0a2c;
    border: none;
    transition: opacity ease .4s;
    -webkit-transition: opacity ease .4s;
}

.productGridItem:hover .productHoverBtn {
    visibility: visible;
    opacity: .9;
}

.productGridItem:hover .productHoverBtn:hover{
    opacity: 1;
    background-color: #cf0a2c;
    border: none;
}

.productSummaryHover .discount-savings {
    color: #cf0a2c;
    float: right;
}

.productSummary{
    /*height: 50px;*/
    /*overflow: hidden;*/
    min-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 22px;
    text-overflow: ellipsis;
}

.productSummary > span {
    text-transform: uppercase;
}

.productShortInfo {
    position: relative;
    margin-bottom: 10px;
}

.productSummaryPrice {
    color: #CF0A2C;
    font-weight: bold;
    margin-top: 5px;
}

.productSummaryUnit{
    font-size: 10px;
}

.productSummaryQuantity{
    text-align: right;
    color: #666;
    float: right;
    margin-left: 5px;
    font-weight: bold;
    margin-top: 5px;
}

.productSummarySize{
    text-align: left;
    margin-top: -2px;
    margin-bottom: 2px;
    font-size: 12px;
}

.productBadge {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50px !important;
    height: 50px !important;
}

.showDecosBtn label.btn-default.active{
    background-color: #958a7d;
    color: #FFF;
}

.breadcrumb {
    margin-bottom: 0;
}

.wrapper.style1{
    padding-top: 10px;
    background-color: #fbfbfb;
}

.fixed-table-toolbar{
    background-color: #fbfbfb;
}

.productGridContainer .discount-savings {
    background-color: #CF0A2C;
    font-size: 80%;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    color: #FFF;
    height: 25px;
    padding: 4px 8px;
    text-align: center;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    position: absolute;
    top: 10px;
    left: -28px;
    width: 110px;
}

#quantity-display, #totalPrice, #unitPrice {
    display: inline;
}

.price-display{
    color: #474747;
}

.label-danger {
    background-color: #CF0A2C;
}

a.detail-icon .icon-plus{
    color: #CF0A2C;
}

@media (min-width: 3500px) {
    .productGridItem img {
        height: 350px;
    }
}

@media (max-width: 1560px){
    .productGridItem {
        width: 18%;
    }
}

@media (max-width: 1280px){
    .productGridItem {
        width: 23%;
    }
    #productAlertBtn{
        top: 200px;
    }
}

/* Tablet */
@media (max-width: 990px) {}

@media (max-width: 950px){
    .productGridItem {
        width: 31%;
    }

    #productLinks{
        text-align: center;
    }

    #productLinks .share-links{
        position: relative;
        width: 75px;
        margin: auto;
    }
}

@media (max-width: 900px){
    #productAlertBtn{
        display: none;
    }

    .ship-location-bar {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .productGridItem {
        width: 48%;
    }

    .productGridItem img {
        width: 100%;
        height: auto;
    }

    .addToCartBtn {
        font-size: 14px;
    }

    #makeAnOfferBtn, .placeOnHoldBtn {
        font-size: 10px;
    }

    #sendAMessageBtn, #requestSample {
        font-size: 10px;
    }

    #filterColumn {
        font-size: 80%;
    }

    .list-center div:first-child {
        width: 100%;
        text-align: left;
        float: none;
        font-weight: bold;
        clear: both;
        font-size: 11px;
    }

    .list-center div:last-child {
        width: 100%;
        text-align: left;
        float: none;
        margin-left: 10px;
        font-size: 11px;
    }


}

@media (max-width: 500px) {
    .productGridItem {
        width: 80%;
    }

    .buyer-protection {
        display: none;
    }

    .productGridListingWrapper{
        margin-top: 75px;
    }
}
