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

#productListing tr {
    cursor: pointer;
}

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

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

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

.distance-filters{
    margin-right: 25px;
    margin-top: 10px;
}

.distance-filters > .btn{
    border: none;
    cursor: default;
}

.distance-filters > .btn:hover, .distance-filters > .btn:active, .distance-filters > .btn:focus, .distance-filters > .btn:visited{
    background: none;
    box-shadow: none;
}

.distance-filters > .btn-group > button{
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    margin-right: 2px;
}

.distance-filters > .btn-group .dropdown-menu{
    min-width: 50px;
}

.distance-filters > .btn-group .dropdown-menu li a{
    border-bottom-style: solid;
    border-bottom-color: #efefef;
}

.distance-filters > .btn:first-child{
    padding-right: 5px;
}

.distance-filters > .btn:last-child{
    padding-left: 5px;
}


.color-filter > button{
    border-color: #e0e0e0;
}

.clear-color-filter{
    margin-top: 11px;
    margin-left: 4px;
    font-size: 13px !important;
    color: #ccc;
    cursor: pointer;
    transition: color 0.5s ease;
}

.clear-color-filter:hover{
    color: #666;
}

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

#productListingWrapper{
    visibility: hidden;
}

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

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

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



#productPhotoGrid{
    margin-top: 0px;
}

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

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

.productGridItem{
    cursor: pointer;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

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

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

.productGridContainer{
    position: relative;
    margin-bottom: 25px;
    border-radius: 8px;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 13px 2px rgba(110, 110, 105, 0.2) !important;
}

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

.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: 6px;
    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;
    transition: ease all .2s;
    -webkit-transition: ease all .2s;
}

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

#productAlertBtn:hover{
    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: #30aadf;
    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: #30aadf;
    border: none;
}

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

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

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

.productSummaryPrice{
    float: left;
    color: #40ae49;
    font-weight: bold;
    margin-top: 5px;
}

.productSummaryUnit{
    font-size: 10px;
}

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

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

.breadcrumb {
    margin-bottom: 0;
}

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

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

.productGridContainer .discount-savings {
    background-color: #40ae49;
    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;
}

.badge-advertisement {
    display: flex;
    justify-content: center;
    align-items: center;
}
.badge-advertisement > .imgWrapper {
    width: 300px;
    height: 375px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 5px;
}
@media (min-width: 3500px) {
    .productGridItem img {
        height: 350px;
    }
}

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

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

@media (max-width: 950px){
    #productLinks{
        text-align: center;
    }

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

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

@media (max-width: 767px) {
    .productGridItem img {
        width: 350px;
        height: 300px;
    }
}

@media (max-width: 500px) {
    .buyer-protection {
        display: none;
    }

    .productGridListingWrapper{
        margin-top: 75px;
    }

    .productGridItem img {
        width: 300px;
        height: 300px;
    }
}

.img-monogram {
    width: auto !important;
    height: 18px !important;
    vertical-align: baseline;
    margin-left: -3px;
}