/*  */
.productsFullBG{
    background-color: #fafafa;
}
.productCardBorder {
    overflow: hidden;
}
.productCardBG {
    border: 2px solid #f5f5f5;
}
.productCardBG:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);
       -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);
}
.productCardBG .inactive {
    opacity: 0.6;
}
.productCardBG .inactive:hover {
    opacity: 1;
}
.productCardBG .imageBG {height: 400px}
.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.25rem;
    /* font-weight: 600;
    height: 48px;
    overflow-y: auto; */
}
.productCardBG .item-name a {
    text-decoration: none;
    color: #333;
    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: #107c24;
}

.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;
}
#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: #107c24 !important;
}
#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: #107c24;
}
.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)}
}