
    .primary-img {
        /*height:278px !Important;*/
    }

    .adimg {
        height: 100px;
        width: 150px;
        margin-top: 10px;
    }

    .pro-info-1 h4 {
        margin-bottom: 20px;
    }

    .star-rating {
        color: #ff9529;
    }

    .image-container {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 8px;
    }

    .image-container img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .overlay-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 24px;
        padding: 20px;
        background: rgba(0, 0, 0, 0.5);
        transform: translateY(100%);
        transition: transform 0.5s ease;
    }

    .image-container:hover .overlay-text {
        transform: translateY(-50%);
    }

    .cust_cl1a_19525 {
        text-align: center;
    }

    .star-rating {
        color: #ff9529;
    }

    .pro-info-1 {
        text-align: center;
    }

    .cust_cl1_13525 {
        background-color: #dbaf36 !important;
        border: #dbaf36 !important;
        padding: 12px 60px;
    }
	.cust_cl11_22525{
	border-bottom: 2px solid #f3b16d;
    background-color: #ffe9d3;
    padding: 18px 15px;}
	.cust_cl21_22525{
	border-bottom: 2px solid #f3b16d;
    background-color: #ff9529 !important;
    padding: 18px 15px;color:#ccc !important;font-weight:bold;}
	.cust_cl22_22525 {
    position: absolute;
    right: 17px;
    top: 18px;
    font-size: 22px;
    color: #ff9529;
	}
	.cust_cl23_22525{ font-size:20px;}