
.rich-content {

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

    width: 400px;

    position: fixed;

    border-radius: 3px;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    padding: 15px 50px 15px;

    background: #4D7DBF;

    color: #ffffff;

    display: none;

}

.rich-content-icon {

    position: absolute;

    top: 50%;

    left: 15px;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    font-size: 18px;

}

.rich-content .notif-close-ico {

    position: absolute;

    top: -11px;

    right: 15px;

    width: 25px;

    height: 25px;

    background: #fbfbfb;

    overflow: hidden;

    border-radius: 50%;

    line-height: 25px;

    text-align: center;

    color: #ff4f4f;

    box-shadow: -1px 1px 6px 2px rgba(0, 0, 0, 0.37);

}


.rich-content-lt {

    top: 40px;

    left: 10px;

}

.rich-content-lt .notif-close-ico {

    left: 15px;

    right: auto;

}

.rich-content-lt .rich-content-icon {

    right: 15px;

    left: auto;

}


.rich-content-rt {

    top: 40px;

    right: 10px;

}

.status-boarder {
    border: 1px solid #27AE60;
    padding: 30px;
    font-size: 18px;
    font-weight: 500;
}

.modal-content-pad {
    padding: 40px;
}

.cart-pd-share {
    position: relative;
}

.share-item-list ul li {
    display: inline-block;
    margin: 0 12px;
}

.share-item-list {
    position: absolute;
    right: 0;
    bottom: 100%;
    min-width: 140px;
    text-align: center;
    background: #dedede;
    border-radius: 3px;
    padding: 6px;
}

.eye-pw {
    position: absolute;
    right: 12px;
    top: 43px;
}

.eye-pw-js {
    display: none;
}

.breadcrumb {
    text-transform: capitalize;
}

.cloudzoom-blank div:nth-child(3) {
    display: none !important;
}

.q-view-hover {
    cursor: pointer;
}

.review-accord .accordion-button, .review-accord .accordion-button:not(.collapsed) {
    color: #27ae60;
    background-color: #f2fbf6;
    border: 0;
    box-shadow: none;
    font-weight: 600;
}

.accordion-button:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.agro-product-img a img {
    height: 220px;
    object-fit: cover;
}

.pdp-slider-slide img {
    height: 60px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .agro-product-img a img {
        height: 155px;
    }

}

@media (max-width: 767px) {
    .agro-product-img a img {
        height: 140px;

    }

    .pdp-slider-slide img {

        height: 40px;
        object-fit: cover;
    }
}
