/*bof publicity banners padding*/
.publicity_padding{
    padding: 35px 15px;
}
/*eof publicity banners padding*/
.overlay_wishlist a{
    opacity: .5;
    backdrop-filter: blur(4px);
}
.overlay_wishlist a:hover{
    opacity: 1;
}
/*bof thumnails products*/
.centerBoxContentsProducts .overlay_wishlist{
    top: 0;
}
.centerBoxContentsProducts .overlay_pwa {
    left: 0;
}
.centerBoxContentsProducts .overlay_rating {
    bottom: 5px;
    top: auto;
    right: 0;
    left: auto;
}
.centerBoxContentsProducts .product_content {
    border: none;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 auto;
    height: 100%;
}
.centerBoxContentsProducts .product_title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
}
.centerBoxContentsProducts .product_title h2{
    margin:0;
}
.centerBoxContentsProducts .product_price.productIsFree {
    margin-bottom: auto;
}
.centerBoxContentsProducts form[name="cart_quantity"], 
.centerBoxContentsProducts form[name="cart_quantity"] .form-group, 
.centerBoxContentsProducts form[name="cart_quantity"] .input-group,
/*.centerBoxContentsProducts .product_price,.productIsFree*/
.centerBoxContentsProducts .product_description,
.centerBoxContentsProducts .product_price,
.centerBoxContentsProducts .product_price .normalprice,
.centerBoxContentsProducts .product_model,
.centerBoxContentsProducts .product_title,
.centerBoxContentsProducts .btn-more-info,
.centerBoxContentsProducts .button_buy_now{
    width: 100%;
    margin-top: 8px;
}
.quick-find-result 
.product_price:not(.productIsFree), 
.centerBoxContentsProducts .product_price:not(.productIsFree), 
.quick-find-result .product_price.productIsFree .productFreePrice, 
.centerBoxContentsProducts .product_price.productIsFree .productFreePrice {
    margin-top: 8px;
    margin-top: auto;
}
.centerBoxContentsProducts .productPriceDiscount:not(.productIsFree .productPriceDiscount), 
#specials_countdown .productPriceDiscount:not(.productIsFree .productPriceDiscount) {
    margin-bottom: 6px;
}
.normalprice + .productSpecialPrice:before, 
.normalprice + .productSpecialPriceSale:before{
    content: none;
}
.centerBoxContentsProducts .productPriceDiscount:not(.productIsFree .productPriceDiscount), 
#specials_countdown .productPriceDiscount:not(.productIsFree .productPriceDiscount),
.normalprice + .productSpecialPrice, 
.normalprice + .productSpecialPriceSale{
    display: block;
}
.quick-find-result .product_price .productPriceDiscount br,
.centerBoxContentsProducts .product_price .productPriceDiscount br{
    display: none;
}
/*
.centerBoxContentsProducts .product_price{
    display: flex;
    flex-wrap: wrap;
}
*/
@media(min-width:768px){
    /* bof product listing */
    .equal-cols .product_image {
        max-height: 250px;
        justify-content: start !important;
    }
    /*bof container size */
    #blogBody #mainWrapper,
    #indexBody #mainWrapper,  
    #advancedsearchresultBody #mainWrapper,
    #specialsBody #mainWrapper,
    [id*="products"] #mainWrapper,
    #manufacturersBody #mainWrapper,
    #createaccountsuccessBody #mainWrapper,
    #logoffBody #mainWrapper,
    #createaccountBody #mainWrapper,
    #passwordforgottenBody #mainWrapper,
    #loginBody #mainWrapper,
    #accountBody #mainWrapper,
    #accounthistoryinfoBody #mainWrapper,
    #addressbookBody #mainWrapper,
    #wishlistBody #mainWrapper,
    #accounthistoryBody #mainWrapper,
    #accounteditBody #mainWrapper
    {
        width: 100%;
        position: relative;
    }
    /*#blogBody #contentWrapper,*/
    #indexBody #contentWrapper,
    #advancedsearchresultBody #contentWrapper,
    #specialsBody #contentWrapper,
    [id*="products"] #contentWrapper,
    #manufacturersBody #contentWrapper
    {
        width:calc(100% - 240px);
    }
    /*#blogBody #navColumnOne,*/
    #indexBody #navColumnOne, 
    #advancedsearchresultBody #navColumnOne, 
    #specialsBody #navColumnOne,
    [id*="products"] #navColumnOne,
    #manufacturersBody #navColumnOne
    {
        width: 240px;
        position: -webkit-sticky;
        position: sticky;
        top: 140px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 80vh;
        overflow-y: scroll;
        padding-right: 0px;
        margin-bottom: 50px;
    }
    /*eof container size */
    /* eof product listing */
}
@media (max-width: 1399px) and (min-width: 1200px) {
    /* bof product listing */
    #productListing .col-lg-3 {
        width: 25%;
    }
    /* eof product listing */
  }
@media (max-width: 1599px) and (min-width: 1400px) {
    /* bof product listing */
    #productListing .col-lg-3 {
        width: 20%;
    }
    /* eof product listing */
}
@media (min-width: 1600px) {
    /* bof product listing */
    #productListing .col-lg-3 {
        width: 16.66666667%;
    }
    /* eof product listing */
}