
.pim-pro-list__item {
    float: left;
    position: relative;
    margin-bottom: 17px;
    box-sizing: border-box;
    padding-bottom: 17px;
    transform: scale(1);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.category__list .pim-pro-list__item {
    width: 312px;
    margin-right: 58px;
    margin-bottom:70px; 
    border: 1px solid #ffffff;
    padding: 0px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    transform: scale(1);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    

}
.category__list .pim-pro-list__item:nth-child(3n+3) {
    margin-right: 0;
}
.fullwidth-container .category__list .pim-pro-list__item:nth-child(3n+3) {
    margin-right: 60px;
}
.fullwidth-container .category__list .pim-pro-list__item:nth-child(4n+4) {
    margin-right: 0;
}

.fullwidth-container .category__list .pim-pro-list__item {
    width: 312px;
    transition: .4s;
    margin-right: 66px;
}
.budgetpage .pim-pro-list__item {
    width: 23.5%;

    margin-right: 2%;
    margin-bottom: 27px;
}

.budgetpage .pim-pro-list__item:nth-child(4n+4) {
    margin-right: 0;
}
.school_featured_product .pim-pro-list__item {
    width: 18.4%;
    margin-right: 2%;
}
.school_featured_product .pim-pro-list__item:nth-child(5n+5) {
    margin-right: 0;
}
.wishlist-carousel .pim-pro-list__item {
    width: 100%;
    margin: 0 0 0 0;
}
.pim-pro-list__name {
    min-height: 40px;
}
.pim-pro-list__item:hover{

    /* border-bottom: 2px solid #e0162b; */
    border-bottom: 2px solid #267bb6;
}
.pim-pro-list__item:hover .pim-pro-list__name span a{
    color: #267bb6;
}
.pim-pro-list__item:hover .pim-pro-list__image img{
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    mask: linear-gradient(183deg, #000000e6 40%, #000, #000 60%) 100% 100% / 250% 250%;
}
.related__product:hover .pim-pro-list__image img{
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    mask: linear-gradient(183deg, #000000e6 40%, #000, #000 60%) 100% 100% / 250% 250%;
}
.pim-pro-list__item:hover .pim-pro-list__name span{
    font-size: 18px;
}
.pim-pro-list__item:hover .pim-pro-list__tags {
    background: rgba(255, 255, 255, 0.97);
}
.pim-pro-list__container--home .pim-pro-list__item:nth-child(6n+6) {
    margin-right: 0;
}
.pim-pro-list__name {
    height: 52px;
    padding: 0px 0;
    line-height: normal;
    text-align: left;
    line-height: 22px;
    vertical-align: middle;
    width: 100%;
    margin: 0px auto 15px auto;
    padding-top: 5px;
    box-sizing: border-box;
}

.pim-pro-list__description--bottom {
    color: #000000;
    min-height: 105px;
    text-align: left;
    margin-left: 0px;
}
.pim-pro-list__description--bottom::after{
    content: "";
    clear: both;
    display: block;
}
.pim-pro-list__name span {
    color: #292929;
    font-size: 18px;
    font-family: "Poppins", serif;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pim-pro-list__name span a {
    color: #292929;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pim-pro-list__inner-block {
    padding: 0 0 0 0;
    text-align: center;
    position: relative;
    width: 290px;
}

.pim-pro-list__description--top {
    position: relative;
    box-sizing: border-box;
}


/* .pim-pro-list__description--top::before {
    position: absolute;
    border: 1px solid rgba(242,242,242,.8);
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    content: "";
        pointer-events: none;
} */

.pim-pro-list__wishlist {
    width: 25px;
    height: 31px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 99;
    background: #dddddd00;
    border-radius: 0px 0px 200px 200px;
    -moz-border-radius: 0px 0px 200px 200px;
    -webkit-border-radius: 0px 0px 200px 200px;
    /* background: url(../images/wish-listn.png) no-repeat scroll left top; */
}

.pim-pro-list__wishlisticon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.pim-pro-list__wishlisticon::before {
    width: 18px;
    height: 15px;
    right:0px;
    top: 0px;
    content: "";
    position: absolute;
    background: url(../images/wishlist_icon.png) no-repeat left top;
}

.pim-pro-list__wishlist.active .pim-pro-list__wishlisticon::before {
    background-position: bottom;
}

.pim-pro-list__image img {
    width: 260px;
    height: auto;
    max-width: 100%;
    padding: 0;
    display: block !important;
    margin: 0 auto;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    transition: .5s;
}

.pim-pro-list__image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.pim-pro-list__as-low-as {
    font-size: 15px;
    display: inline-block;
    line-height: 17px;
    /* justify-content: flex-start;
    align-items: center; */
}
.pro-list-right-details{
    display: inline-block;
    text-align: right;
    float: right;
}
/* .pim-pro-list__as-low-as .text--red{
    color: #000000;
} */
.pim-pro-list__as-low-as span {
    font-size: 14px;
    font-family: "Poppins", serif;
    display: block;
    font-weight: 300;
    color: #333;
}
.pim-pro-list__as-low-as .als-price{
font-size: 24px;
font-weight: 700;
line-height: 25px;
}
.model-number__text {
    font-family: "Poppins", serif;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0px;
    margin-bottom:0px;
    color: #333;
    font-weight: 300;
    position: relative;
    bottom: 1px;
}
.model-number__text span{
    /* font-family: "Poppins", serif; */
    font-family: verdana;
    font-size: 13px;
}

.low-quantity__tag,
.low-quantity__price {
    font-family: "Poppins", serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.pim-pro-list__low-quantity {
    font-size: 15px;
    margin-top:-1px;
    font-weight: 300;
    color: #000000;
}

.pim-pro-list__model-number {
    text-align: center;
    padding: 0;
}

.pim-pro-list__rating {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #c5c5c5;
    height: 18px;
    padding-left: 5px;
}

.pim-pro-list__rating-inner {
    width: 85px;
    overflow: hidden;
    display: inherit;
}

.pim-pro-list__rating-inner .rating_2 {
    position: relative;
    left: -14px;
    top: -2px;
}

.pim-pro-list__rating-inner .rating_2 span {
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    transform: scale(.7);
}

.pim-pro-list__tags {
    position: absolute;
    bottom: 9px;
    background-color: rgba(255, 255, 255, .85);
    margin-left: 9px;
    margin-right: 9px;
    left: 0;
    right: 0;
    width: auto;
    display: block;
    pointer-events: none;
}

.pim-pro-list__tags-inner {
    width: 100%;
    text-align: center;
}

.pim-pro-list__icons-wrap {
    text-align: center;
    height: 45px;
    line-height: 16px;
    padding: 0 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.pim-pro-list__icons {
    position: relative;
    padding: 3px 0 4px;
    line-height: normal;
    text-align: center;
    font-size: 13px;
    font-family: 'OpenSansSemibold', sans-serif;
    line-height: 18px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.pim-pro-list__icons .icongroup span {
    color: #000000;
    background: url("https://media.proimprint.com/images/borderlinehome.png") 0 3px no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.pim-pro-list__icons .icongroup span:first-child {
    background: none;
}

.pim-pro-list__description-colors .active .content-av {
    display: block;
}

.pim-pro-list__description-colors .avcolors,
.pim-pro-list__description-colors .avcolor {
    font-size: 14px;
    font-family: 'OpenSansSemibold', sans-serif;
    color: #000000;
    border-bottom: 1px solid #e4e4e4;
    padding: 6px 0;
    cursor: pointer;
}

.pim-pro-list__description-colors .avcolors label,
.pim-pro-list__description-colors .avcolor label {
    display: inline-block;
    padding-right: 23px;
    position: relative;
    cursor: pointer;
}

.pim-pro-list__description-colors .avcolors label:after,
.pim-pro-list__description-colors .avcolor label:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #181818;
    position: absolute;
    right: 0;
    top: 8px;
}

.pim-pro-list__description-colors {
    margin-left: 7px;
    margin-right: 7px;
}

.pim-pro-list__description-colors a {
    color: #000000;
}
.category__main-wrapper .pim-pro-list__image img{
    width: 260px;
    margin: 0 auto;
}
.category__main-wrapper .pim-pro-list__inner-block{
    width: auto;
    transition: .7s;
}
.content-av {
    clear: both;
    display: none;
    float: right;
    position: absolute;
    padding: 0 2px 6px 0px;
    background: rgba(220, 220, 220, 0.96);
    width: 100%;
    box-sizing: border-box;
    z-index: 250;
    left: 0;
    height: auto;
    margin-right: 0;
    /* margin-top: -1px; */
}

.product__list-colors {
    padding: 10px 5px;
    color: #292929;
    font-size: 11px;
    font-family: 'OpenSansBold', sans-serif;
    position: relative;
    box-sizing: border-box;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__list-colors:before {
    content: "";
    /* border-bottom: 1px solid #dddddd; */
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 0;
}
.product__list-colors .color-more {
    display: inline-block;
    vertical-align: middle;
}
.product__list-colors .color-more a{
    color: #292929;
}

.colors {
    display: inline-block;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    float: none;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #a9a9a9;
    margin-right: 3px;
}

.colors img {
    max-width: 100%;
    height: 100%;
    font-size: 1px;
    /* border: 2px solid #cccccc; */
    box-sizing: border-box;
    /* -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%); */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.colors img:hover {
    transform: scale(1.25);
}

.pim-pro-list__button {
    background: #dddddd;
    font-family: 'OpenSansSemibold', sans-serif;
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    width: 143px;
    padding: 0px 0;
    box-sizing: border-box;
    margin: 0px auto;
    margin-top: 10px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pim-pro-list__button:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #e7202b;
    height: 2px;
    left: 100%;
    right: 100%;
    bottom: -2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pim-pro-list__button:hover:after {
    left: 0;
    right: 0;
}

.pim-pro-list__button:hover {
    background: #e7202b;
}

.pim-pro-list__button:hover a {
    color: #ffff;
}

.pim-pro-list-hover .pim-pro-list__button:after {
    left: 0;
    right: 0;
}

.pim-pro-list-hover .pim-pro-list__button {
    background: #e7202b;
}

.pim-pro-list-hover .pim-pro-list__button a {
    color: #ffff;
}

.pim-pro-list__button a {
    color: #000000;
    padding: 7px 0;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pim-pro-list__green-tag {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    top: -1px;
    position: relative;
}

.pim-pro-list__nocolors {
    height: 32px;
}

.product-category_list .pim-pro-list__item:nth-child(4n+4) {
    margin-right: 0;
}

.product-category_list .pim-pro-list__item {
    width: 24.25%;
}

/* .fullwidthcategory_content_wide .product-category_list .pim-pro-list__item {
    width: 19.2%;
}

.fullwidthcategory_content_wide .product-category_list .pim-pro-list__item:nth-child(4n+4) {
    margin-right: 1%;
}

.fullwidthcategory_content_wide .product-category_list .pim-pro-list__item:nth-child(5n+5) {
    margin-right: 0;
} */

.home-bestseller .pim-pro-list__item{
    width: 100%;
    float: left;
    margin-bottom:0px;
    display:  inline-block !important;
    padding: 0px 30px;
    padding-left: 0px;
}
.home-trending .pim-pro-list__item{
    width: 100%;
    float: left;
    margin-bottom:0px;
    display:  inline-block !important;
    padding: 0px 0px;
    padding-left: 0px;
}
.home-bestseller .pim-pro-list__item .pim-pro-list__inner-block, .home-trending .pim-pro-list__item .pim-pro-list__inner-block{
    border-bottom: 2px solid #ffffff;
    padding-bottom: 15px;
}
.home-bestseller .pim-pro-list__item:hover .pim-pro-list__inner-block, .home-trending .pim-pro-list__item:hover .pim-pro-list__inner-block{
    box-shadow: none;
    transition: .5s;
    border-bottom: 2px solid #267bb6;
}
.home-bestseller .pim-pro-list__item:hover .pim-pro-list__name span, .home-trending .pim-pro-list__item:hover .pim-pro-list__name span{
    font-size: 18px;
}
.home-bestseller .pim-pro-list__item:hover, .home-trending .pim-pro-list__item:hover{
    border: none;
    box-shadow: none;
}

.fire-icon {
    width: 64px;
    height: 83px;
    background: url("https://media.proimprint.com/images/fire_sale.png") no-repeat;
    margin-bottom: 10px;
}
.fire-icon-home{
    width: 51px;
    height: 57px;
    background: url("../images/fire_sale_home.png") no-repeat;
    margin-bottom: 10px;
    position: absolute;
    left: 31px;
    top: 3px;
    z-index: 1;
}
.pim-pro-list__image {
    position: relative;
    overflow: hidden;
}
.sale-count-down-outer {
    font-size: 16px;
    font-weight: 600;
    margin-left: 65px;
    display: flex;
    align-items: center;
    display: none !important;
}

.sale-count-down span {
    font-size: 24px;
    font-weight: 600;
    color: #C80C0C;
    padding-right: 15px !important;
}

.sale-count-down {
    color: #C80C0C;
    display: flex;
    margin-left: 15px;
}
.days-wrap::after, .hours-wrap::after, .minutes-wrap::after{
    content: ":";
    position: absolute;
    color: #C80C0C;
    font-size: 24px;
    font-weight: 400;
    right: 18px;
    top: -1px;
    z-index: 9;
}
#timer-text {
    display: block;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    color: #000;
}

.nocolors {
    height: 22px;
}



.limited-offer {
    background: #fcc000;
    width: 160px;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -80px;
    top: -10px;
    padding: 3px 0px;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    font-family: 'OpenSansBold', sans-serif;
    z-index: 500;
    pointer-events: none;
}
.home-limited-offer.limited-offer {
    top: inherit;
    bottom: -6px;
}

.related__product .limited-offer{
     top: -17px;
}


.limited-offer:before{
    content:"LIMITED TIME OFFER"
}

.pim-pro-list-wrapper, .pim-pro-list--tab-content{
    margin-bottom: 0px;

}
.pim-pro-list-wrapper{
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E9E6E6;
    margin-top: 35px;
    padding-bottom: 15px;
}
.home-featured-header {
    font-size: 30px;
    line-height: 23px;
    padding: 22px 30px;
    font-family: "Poppins", serif;
    color: #282828;
    margin-bottom: 35px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
}

.home-featured-header::after{
    content: "";
    height: 1px;
    background: #E9E6E6;
    width: 96%;
    position: absolute;
    right: 0;
    bottom: 0px;
    transform: translate(-2%, 0);
}
.home-featured-header span{
    background: #fff;
    padding:0px;
    position: relative;
    z-index: 1;
}

.home-bestseller .owl-stage-outer, .home-trending .owl-stage-outer{
    padding:0px 35px;   
   }
/* price smash style */
.price_smash { 
    position: absolute; 
    top: 6px; 
    left:6px; 
    z-index: 1;
    background: #ffc40c;
    color: #101010;
    font-size: 14px;
    font-weight:600;
    width: 100px;
    padding: 2px;
    border-radius: 10px;
    text-align: center;
}
.fire_sale { 
    position: absolute; 
    top: 6px; 
    left:6px; 
    z-index: 1;
    background: #ff4745;
    color: #fff;
    font-size: 14px;
    font-weight:600;
    width: 100px;
    padding: 2px;
    border-radius: 10px;
    text-align: center;
}
.price_smash img {width: 70%;}
.price_smash_related {position: absolute; 
    /* top:28px; left:21px;   */
    z-index: 1;background: #FF4745;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    width: 100px;
    padding: 2px 0px;
    border-radius: 10px;
    text-align: center;
}
.price_smash_related img {width: 70%;}
/* price smash style */
@media screen and (max-width:1500px){
    .home-bestseller.owl-carousel .owl-nav .owl-next,.home-trending.owl-carousel .owl-nav .owl-next{right: -30px;}
    .home-bestseller.owl-carousel .owl-nav .owl-prev,.home-trending.owl-carousel .owl-nav .owl-prev{left: -30px;}

}
@media screen and (max-width:1400px){
   
    .home-bestseller .pim-pro-list__item{
        width: 100%;
    }
    .home-trending .pim-pro-list__item{
        width: 100%;
    }
    .pim-pro-list__inner-block{
        width: 250px;
    }
    .pim-pro-list__name span{
        font-size: 14px;
    }
    .home-bestseller .pim-pro-list__item:hover .pim-pro-list__name span, .home-trending .pim-pro-list__item:hover .pim-pro-list__name span{
        font-size: 14px;
    }
    .pim-pro-list__as-low-as span{
        font-size: 12px;
    }
    .pim-pro-list__as-low-as .als-price{
        font-size: 21px;
    }
    .pim-pro-list__low-quantity{
        font-size: 12px;
    }
    .model-number__text{
        font-size: 12px;
    }
    .pim-pro-list__image img{
        
        width: auto;
    }
    .home-bestseller .pim-pro-list__item{
        padding: 0px 10px;
    }
    .category__list .pim-pro-list__item{
        width: 230px;
    }
    .fullwidth-container .category__list .pim-pro-list__item{
        width: 255px;
    }
    .pim-pro-list__item:hover .pim-pro-list__name span a{
        font-size: 14px;
    }
}
@media screen and (max-width:1350px){
 
    .fullwidth-container .category__list .pim-pro-list__item{
        width: 255px;
    }
}