
.m-auto { margin: auto !important; }
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.product-details {
    background-color: #f5f5f5;
    padding: 150px 0px 100px 0px;
}

.hedding {
    font-size: 20px;
    color: #ab8181;
}

.left-side-product-box img {
    width: 100%;
}

.right-side-pro-detail {
    font-size: 15px;
    text-align: left;
}

.right-side-pro-detail p {
    font-size: 25px;
    color: #a1a1a1;
}

.right-side-pro-detail .price-pro {
    color: #E45641;
}

.right-side-pro-detail .tag-section {
    font-size: 1.25rem;
    color: black;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 1.2;
}

.right-side-pro-detail .tag-section span{
    color:#5D4C46;
    font-weight: 400;
    margin-left: 5px;
}

.pro-box-section .pro-box img {
    width: 100%;
    height: 200px;
}