.txt_desc {
    max-height: 200px;
    overflow-y: auto;
    font-size: 0.85rem;
}
@media (min-width: 992px) {
    .txt_desc {
        max-height: none;
        overflow-y: none;
        font-size: 1rem;
    }    
}

/*  */
    .productsFullBG{
        background-color: #fafafa;
    }
    .productCardBorder {
        overflow: hidden;
        border: 1px solid #f5f5f5;
    }
    .productCardBG {
        border: none !important;
        /* border-bottom: 1px solid #f5f5f5; */
        /* -webkit-border-radius: 15px;
           -moz-border-radius: 15px;
                border-radius: 15px; */
    }
    .productCardBorder:hover {
        -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
           -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
                box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
    }
    .productCardBG .inactive {
        opacity: 0.6;
    }
    .productCardBG .inactive:hover {
        opacity: 1;
    }
    .productCardBG .imageBG {height: 400px; padding-top: 5px;}
    .productCardBG .imageBG img {max-height: 400px}
    .is_funeral .productCardBG .imageBG {height: 500px}
    .is_funeral .productCardBG .imageBG img {max-height: 500px}
    .productCardBG .item-name {
        /* font-family: "EB Garamond", serif; */
        font-family: "Mulish", serif;
        font-size: 1.1rem;
        /* font-weight: 600;
        height: 48px;
        overflow-y: auto; */
    }
    .productCardBG .item-name a {
        text-decoration: none;
        color: #5e7b5e;
        display: block;
    }
    .productCardBG .item-price {
        font-size: 0.95rem;
        font-weight: bold;
    }
    .productCardBG .item-price .variation h3{
        display: none;
    }
    .productCardBG .item-price .variation {
        font-size: 0.95rem;
    }
    .productCardBG .pLi_name {
        display: block;
        font-size: 1.1rem;
    }
    .pUl li {
        margin-bottom: 5px;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 0.5rem;
    }
    .pUl li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .productCardBG .pLi_price {
        font-size: 1.25rem;
        color: #5e7b5e;
    }

    .productCardBG .pLi_full {
        font-size: 0.90rem;
    }

    @media screen and (max-width: 550px) {
        .productCardBG .imageBG {height: 250px !important}
        .productCardBG .imageBG img {max-height: 250px !important}
        .is_funeral .productCardBG .imageBG {height: 300px !important}
        .is_funeral .productCardBG .imageBG img {max-height: 300px !important}
        .productCardBG .item-name {font-size: 0.85rem}
        .productCardBG .pLi_price {font-size: 0.95rem}
    }

    .owl-acessory .productCardBG .item-name {
        font-size: 0.95rem;
    }
    .owl-acessory .productCardBG .pLi_price {
        font-size: 0.95rem;
    }
    .owl-acessory .productCardBG .imageBG {height: 200px !important}
    .owl-acessory .productCardBG .imageBG img {max-height: 200px !important}

/*  */
    .cardProduct .quickview {
        position: absolute;
        z-index: 1;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        opacity: 0;
        padding: .4rem 0.8rem;
        transition: 0.5s;
        left: 0;
        right: 0%;
        text-decoration: none;
    }
    .cardProduct .quickview a{
        text-decoration: none;
    }
    .favoriteBtn {
        font-size: 1.12rem;
    }
    .favoriteBtn {
        position: absolute;
        right: 0;
        color: #999 !important;
    }
    .favoriteBtnActive{
        color: #900 !important;
    }
    .favoriteBtn .heartActive{visibility:hidden}
    .favoriteBtn .heartInactive{visibility:visible}
    .favoriteBtnActive .heartActive{visibility:visible}
    .favoriteBtnActive .heartInactive{visibility:hidden}
    .detailBtn {
        position: absolute;
        top: 5px;
        left: 5px;
        color: #999 !important;
        background: #f2f2f2;
        /* -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
                border-radius: 50%; */
    }

/*  */
    .carousel_h2{
        border-bottom: 1px solid #f2f2f2;
    }
    .carousel_h2 a{
        color: #473c3c;
    }
    .carousel_seemore {
        background: #efefef;
        padding: 0.5rem 1rem;
        text-decoration: none;
        color: #473c3c;
    }
    .carousel_p{
        color: #473c3c;
    }

/* MODAL */
    .p_name {
        font-size: 1.75rem;
        margin-top: 0.5rem;
        color: #5e7b5e;
    }
    #p_options {
        list-style: none;
    }
    #p_options input[type="radio"]{
        display: none;
    }
    #p_options ul {
        border: 1px solid #e9ecef;
    }
    #p_options li {
        cursor: pointer;
        font-family: "Mulish", serif;
        font-size: 1.25rem;
        padding: 0.8rem;
        border-bottom: 1px solid #e9ecef;
    }
    #p_options li:last-child {
        border-bottom: none;
    }
    #p_options li h3 {
        font-size: 1.35rem;
    }
    #p_options .option_info {
        margin-left: 30px;
    }
    #p_options .option_checked {
        width: 25px;
        float: left;
    }
    #p_options li.active {
        background: #ffffff;
    }
    #p_options li>.option_checked {
        display: none;
        font-size: 1.3rem;
    }
    #p_options li.active>.option_checked {
        display: block;
        color: #5e7b5e !important;
    }
    #p_options h3 {
        color: #5e7b5e;
    }
    #p_options h4 {
        font-size: 0.90rem;
    }
    #p_options .p_price_full {
        font-size: 0.95rem;
    }
    #p_options .p_price {
        font-size: 1.45rem;
        /* font-weight: bold; */
        color: #5e7b5e;
    }
    .p_desc {
        max-height: 450px;
        overflow-y: auto;
        font-family: "Mulish", serif;
        /* font-size: 1.05rem; */
        /* border: 1px solid #e9ecef; */
    }

    #p_image_main,
    .p_images img {
        border: 1px solid #ccc;
    }
    #p_image_main {
        max-width: 400px !important;
        width: 100%;
        height: auto;
    }
    .p_images img {
        width: 50px;
        height: 50px;
    }

    .btn_pulsing {animation: pulsing 2s infinite}
    .btn_pulsing2 {animation: pulsing 2s alternate}
    @keyframes pulsing {
        0%{transform: scale(1)}
        50%{transform: scale(1.1)}
        100%{transform: scale(1)}
    }