     .productimage
    {
        position: absolute;
        top: -67.2px;
        left: 184.926px;
        opacity: 0;
        width: 186px;
        height: 320px;
        border: none;
        max-width: none;
    }
    .product-detail-cart
    {
        height: 37px !important;
        width: 17px !important;
    }
    .product-detail-addtocart{
        margin: -13px -0px 3px -51px !important; 
        padding: initial;
    }
    .discount_btn{
        border-radius: -37px;
        padding: 0px;
        width: 75px;font-family: Verdana, sans-serif;
        background: #e34642;
        max-height: 16px;
        font-size: 11px;
    }
    .cart-quantity 
    {
        margin-top: 56px !important;
    }
    .special-product-active .product_desc {
        margin: -165px 14px 0px !important;
    }
   
    .product-detail-review {

        border-bottom: 1px solid #ebebeb !important;
    }

    .discountbtn{
        border-radius: -37px;
        padding: 0px;
        width: 85px;
        font-family: Verdana, sans-serif;
        background: #e34642;
        max-height: 16px;
        font-size: 11px;

    }  
    .no-product-img {
        margin: -13px 7px 28px;
        float: left;
    }
    .most-popular-cart-btn{
        width: 98px;
        max-height: 37px;
        border: none;
        font-size: 14px;
        color: #242424;
        position: relative;
        background: #fed700;
        cursor: pointer;
        font-weight: 500;
        text-transform: capitalize;
        /* padding: 13px 70px; */
        border-radius: 2px;
        transition: all 0.3s ease-in-out;
    }
    .product-details-view-content .product-info .price-box {
    color: black !important;
    }
    .des-detail {
        color: black !important;
    }
    .des-detail >p{ color: black !important; }

    /** FOR MOST POPULAR PRODUCT AERA **/
    
    .add-actions-detail
    {
        margin: 2px 0px 0px -5px !important;
    }
    .product_desc .product_desc_info .price-box-mostpopular {
        /* line-height: 1; */
        margin-top: 13px !important;
        color: black !important;
        font-family: Verdana, sans-serif !important;
        font-size: 15px!important;
        font-weight: 500 !important;
        padding-right: 10px !important;
    }
    .single-product-wrap {
       
        height: 600px !important;
        background: #ffffff none repeat scroll 0 0;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 300ms ease-in 0s;
    }
    .product-image > span.discount-sticker {
       
        border-radius: 100%;
        color: #fff;
        right: -8px;
        position: absolute;
        top: -10px;
        z-index: 99;
        height: 37px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        font-size: 17px;
    }
   