@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/***
font-family: 'Playfair Display', serif;
font-family: 'Roboto', sans-serif;
***/
/************ header ************/
body:not(.header-on-scroll) header#nm-header {
    background: rgba(255,255,255,1);
    /* backdrop-filter: blur(4px); */
}

header#nm-header .nm-menu li a{
    text-transform: uppercase;
}
header#nm-header .nm-menu li.current-menu-item a,
header#nm-header .nm-menu li a:hover {
    color: #82b53b;
    position: relative;
}
header#nm-header .nm-menu li.current-menu-item a::before,
header#nm-header .nm-menu li a:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #82b53b;
    left: 0;
    top: -30px;
}
/* header#nm-header .nm-menu li.current-menu-item a::after,
header#nm-header .nm-menu li a:hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    border-top: 10px solid #82b53b;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -30px;
} */
/************ header ************/



/*********************** home page **************/
.customHomePage__welcomeSection h2.vc_custom_heading {
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

.customHomePage__welcomeSection p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.customDoubleBorderSeparator .nm-divider-line {
    background: no-repeat;
    border-bottom: 4px double #ddd;
    max-width: 1170px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: static; 
}  


/*** shop page redesign *************************/
.main_peep_div h3.woocommerce-loop-product__title {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 600;
    margin: 50px 0px 20px;
}


.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .paper_shop_head {
    border: none;
}
.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .paper_shop_head .nm-shop-loop-product-wrap {
    background: #3c2415;
    color: #fff;
    padding: 15px 0px;
    border-radius: 8px 8px 0px 0px;
    border: none;
    align-items: start;
    line-height: normal;
}
.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .paper_shop_head .nm-shop-loop-product-wrap * {
    font-size: 13px;
    background: none;
font-family: 'Roboto', sans-serif;
}

.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .nm-shop-loop-product-wrap .exm.pepper_district {
    width: 9%;
}

.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .paper_shop_body .nm-shop-loop-product-wrap {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
    padding: 10px 0px;
    margin: 10px 0px;
    position: relative;
    transition: all 0.2s;
}

.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .paper_shop_body .nm-shop-loop-product-wrap:hover {
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 15%);
    z-index: 1;
}

.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .paper_shop_body .nm-shop-loop-product-wrap>* {
    font-size: 13px;
    line-height: normal;
    /* border-right: 1px solid #ddd; */
    min-height: 100%;
font-family: 'Roboto', sans-serif;
}




.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .paper_shop_body .exm.pepper_img.nm-shop-loop-thumbnail,
.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .paper_shop_head .nm-shop-loop-product-wrap .exm.pepper_img {
    position: relative;
    width: 14%;
    margin-left: 10px;
}

.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .paper_shop_body .exm.pepper_title {
    width: 10%;
    font-size: 14px;
}







.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .nm-shop-loop-product-wrap .exm.pepper_range {
    width: 8%;
    padding-left: 10px;
    padding-right: 10px;
}


.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .paper_shop_body .exm.pepper_img.nm-shop-loop-thumbnail img {
    width: 100%;
    max-width: 100%;
}



.productPageStockIndicator {
    position: absolute;
    top: 0;
    background: #82b53b;
    color: #fff;
    padding: 4px 8px;
}

.productPageStockIndicator.outOfStock {
    background: #c00;
    color: #fff;
}


.nm-shop .nm-shop-products-col div#nm-shop-browse-wrap .paper_shop_body .nm-shop-loop-product-wrap a {
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}
/*** shop page redesign ends*************************/