.category_div {
        background: #fcfcfc no-repeat padding-box;
    border: 1px solid #e2f0ff;
    border-radius: 5px;
    opacity: 1;
    padding: 5px;
}
.category_div img {
        height: 73px;
    margin-bottom: 5px;
}
.category_div p {
    margin:0;
}
.view-btn {
    padding: 0.425rem 1rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0.1875rem;
    border: 1px solid #8100A3;
    color: #8100A3;
}
.view-btn a {
    color: #8100A3 !important
}
.inline_product .element-center {
    cursor: pointer;
    padding: 50px;
    background: white;
    height: 200px;
    border-radius:5px;
}
.inline_product .element-center img {
    max-height:135px;
}
.for-discoutn-value {
    background: #FFF !important;
    color: red;
    border: 1px solid;
    border-right: 0;
    border-start-start-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
}
.inline_product {
    position:relative;
    border-radius:5px;
}
.discount-holder {
    right:0px;top:25px;position: absolute
}
.product-single-hover {
    border-color: #fff !important;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius:5px;
}
.single-product-details .text-right, .single-product-details .text-left  {
    text-align: center !important;
    padding: 0 !important;
}