﻿.btn-search {
    width: 40%;
    min-width: 200px;
    border-radius: 20px;
    margin: 0 auto 20px auto;
    padding-left:10px;
    padding-right: 10px;
}

.frm-p-details {
    width: 80% !important;
    margin-left: 10%;
}

.layoutgrp-no-border {
    border: unset;
    margin-top: 0 !important;
}

.img-p-img {
    width: 250px !important;
}

.lbl-p-name {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.div-p-price {
    margin-bottom: 20px;
}

.lbl-p-ori-amt {
    font-size: 24px;
    text-decoration: line-through;
}

.lbl-p-discount-amt {
    font-size: 28px;
    color: #e99d66;
    margin-left: 5px;
}

.lbl-p-short-desc {
    font-size: 18px;
}

.div-p-qty {
    margin-top: 20px;
    margin-bottom: 40px;
}

.btn-minus {
    background: url('../Content/Icon/minus.svg') no-repeat center;
    background-size: 30px 30px;
}

.lbl-qty {
    display: inline-block;
    width: 25px;
    font-size: 18px;
    text-align: center;
}

.btn-plus {
    background: url('../Content/Icon/plus.svg') no-repeat center;
    background-size: 30px 30px;
}

.btn-order {
    font-size: 18px;
    margin-left: 10px;
}

.lbl-item-code-title {
    
}

.lbl-cate-title {

}

.lbl-p-long-desc {
    font-size: 18px;
}

.btn-rating {
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

.btn-feedback {
    margin-top: 10px;
    float: right;
}