li.product .vape-shop-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s;
    display: block;
    width: 100%;
    height: auto;
}

li.product a:hover .vape-shop-hover-image {
    opacity:1;
}

li.product .vape-shop-loop-thumbnail{
    position:relative;
    overflow: hidden;
}

li.product a.vape-shop-loop-actions{
    position: absolute;
    bottom: 2px;
    left: -4px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, left 0.2s ease;
    transition: opacity 0.2s ease, left 0.2s ease;

    white-space: nowrap;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #cfcfcf;
    background-color: transparent;
    color: #282828;
    line-height:24px;
}

li.product a.vape-shop-loop-actions:hover{
    color:#00b0f0;
}

li.product:hover a.vape-shop-loop-actions{
    opacity:1;
    left:6px;
}

body:not(.archive) li.product a.vape-shop-loop-actions{
    bottom: 0;
    font-size:14px;
    line-height: 28px;
}

ul.products li.product .woocommerce-loop-product__title {
    color: #444444 !important;
    margin-top: 23px;
}

.archive li.product .r_rw_rating_details{
    font-size:0;
}

.archive li.product .r_rw_rating_icons .farp.farp-star-sharp, .archive li.product .r_rw_rating_icons .farp.farp-star-sharp-outline{
    color: #00b0f0;
    font-size: 12px;
}
.archive li.product .r_rw_container_wrapper{
    margin-top:6px;
    margin-bottom: 8px;
}

.archive li.product .r_rw_rating_icons{gap:5px;}

ul.products li.product .price .woocommerce-Price-amount.amount {
    font-size: 16px;
}

body:not(.archive) ul.products li.product .price .woocommerce-Price-amount.amount, body:not(.archive) ul.products li.product .price {
    font-size: 14px;
}

li.product .vape-shop-loop-title-price{
    padding: 0 6px;
    position: relative;
}

ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 1px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

body:not(.archive) ul.products.columns-4{gap: 14px 16px;}

ul.products.columns-4 > li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    clear: none !important;
    min-width: 0; /* stops wide content from blowing out the track */
}

.woocommerce-ordering{
    display:flex;
    align-items: center;
}
.woocommerce-ordering select{
    appearance: auto;
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    display: block;
    margin: 0;
    outline: none;
    padding: 5px 0;
    width: 168px;
    font-size:16px;
    height: 32px;
}

.vape-count-ordering{
    display:flex;
    justify-content: space-between;
    margin-bottom: 22px;
    gap: 16px;
    align-items: center;
}

.vape-count-ordering label{
    margin-right: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
}

.vape-products-count-heading{
    font-family: "League Spartan", sans-serif;
    font-weight:700;
    color:#000;
    font-size:18px;
    line-height:22px;
}

.vape-products-count{
    font-weight:400;
}

.nm-shop-results-bar.is-category{
    display:none;
}

#nm-shop-browse-wrap .term-description h1{
    line-height:1;
}
#nm-shop-browse-wrap .term-description h1 span{color:#00b0f0!important;}

#nm-shop-products > .nm-row{padding-top:10px}

.vape-shop-loop-title-price .added_to_cart {
    display: none !important;
}

/* fix for product page */
.related .woocommerce-loop-product__title{
    font-size:16px;
    padding-bottom: 0;
}
li.product .price{
    font-size:16px;
    /*color:black;*/
    color:#444444;
    line-height: 1.5;
}

body:not(.archive) li.product .price{
    line-height: 28px;
}

li.product .price del bdi{
    display: inline-block;
    text-decoration: line-through;
    margin-right: 5px;
}

/* Tablet */
@media (max-width: 991px) {
    ul.products.columns-4 {
        grid-template-columns: repeat(3, 1fr);
    }
    .vape-count-ordering .vape-filter-trigger{
        max-width: 50%;
    }

    .vape-products-count-heading{
        display:none;
    }

    .woocommerce-ordering{
        flex-direction: column;
        max-width: 50%;
        width: 100%;
        align-items:start;
    }
    .vape-count-ordering label{
        font-size: 12px;
        line-height: 18px;
    }
    .woocommerce-ordering select{
        width: 100%;
    }

    #nm-shop-browse-wrap .term-description{
        padding-top:10px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    ul.products.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 539px) {
    .vape-count-ordering{
        flex-direction:column;
    }

    .vape-count-ordering .vape-filter-trigger{
        max-width: 100%;
    }

    .woocommerce-ordering{
        max-width: 100%;
    }
}

@media (min-width: 1020px) {
    #nm-shop-browse-wrap{
        padding-left: 35px;
        padding-right: 10px;
        padding-top: 27px;
    }

    body:not(.archive) ul.products.columns-4{gap: 14px 24px;}
}
@media (min-width: 750px) {
    body:not(.archive) ul.products.columns-4{gap: 14px 20px;}
}

