/*  */
    .productCardBG{
        border-color: #e4e4e4;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0 .875rem;
        width: 100%;
    }
    .productCardBG img {
        max-height: 400px;
        width: auto;
        /* object-fit: cover; */
    }
    .productCardBG .inactive {
    opacity: 0.6;
    }
    .productCardBG .inactive:hover {
        opacity: 1;
    }
    .p_inactive{
        z-index: 9;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 2em;
        text-align: center;
        transform: translateY(-100%) rotate(90deg) translateX(70.71067811865476%) rotate(-45deg);
        transform-origin: bottom right;
    }
    .productCardBG .item-name,
    .productCardBG .item-price, 
    .productCardBG .item-price {
        font-family: "Poppins",Sans-serif;
        font-weight: 600;
    }
    .productCardBG .item-name {
        font-size: 1.05rem;
        /* height: 42px; */
        /* overflow-y: auto; */
    }
    .productCardBG .item-name a {
        text-decoration: none;
        color: #2f3236;
        display: block;
    }
    .productCardBG .item-price {
        font-size: 0.95rem;
        color: #57462f;
    }
    @media screen and (max-width: 380px) {
        .productCardBG img {
            height: 100px;
        }
        .productCardBG .item-name {
            font-size: 0.85rem;
            height: 35px;
            overflow-y:  auto;
        }
    }

/*  */
    .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 {
        position: absolute;
        left: 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;
        right: 0;
        bottom: 0;
        font-size: 0.675rem;
        color: #ccc !important;
        background: #f2f2f2;
        -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
                border-radius: 50%;
    }

/*  */
    .carousel_h2{
        border-bottom: 1px solid #473c3c;
    }
    .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.30rem;
        padding: 0.5rem;
        margin-top: 0.5rem;
        /* border-bottom: 1px solid #999; */
    }
    #p_options {
        list-style: none;
    }
    #p_options input[type="radio"]{
        display: none;
    }
    #p_options li {
        cursor: pointer;
        text-align: center;
        border: 1px solid #333;
        padding: 1rem;
        margin-right: 1rem;
        -webkit-border-radius: 0.95rem;
        -moz-border-radius: 0.95rem;
                border-radius: 0.95rem;
    }
    #p_options li.active {
        border: 1px solid #000;
        background: #333;
        color: #fff;
    }
    #p_options h4 {
        font-size: 0.90rem;
    }
    #p_options .p_price_full {
        font-size: 0.65rem;
    }
    #p_options .p_price {
        font-size: 0.9rem;
    }
    .p_desc {
        max-height: 200px;
        overflow-y: auto;
    }
    #p_image_main,
    .p_images img {
        border: 1px solid #ccc;
    }
    #p_image_main {
        width: 300px;
        height: auto;
    }
    .p_images img {
        width: 50px;
        height: 50px;
    }