.rs-products .product-item .product-details .rating-price .product-price {
    font-size: 22px !important;
}
.product-details{
	min-height: 126px;
}
h3 {
	margin: 0 0 16px;
	font-weight: 700;
}
.modal-header {
    font-size: 17px;
    font-weight: 500;
}

.modal .modal-body {
    padding: 20px 32px 20px;
    font-size: 16px;
    font-weight: 600;
}
.modal-backdrop {
    /* bug fix - no overlay */    
    display: none;    
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ea4c23b0;
    border-radius: 1.3rem;
    outline: 0;
}
.customButton {
    background: #ea4c23;
    border: none;
    color: #fff;
    padding: 4px 16px;
    border: 1px solid #ea4c23;
    transition: all 0.3s ease 0s;
    border-radius: 30px 30px 30px 30px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    z-index: 1;
    right: 0;
    font-weight: 600;
    margin: 16px 0px 0px 0px;
    font-size: 13px;
}
.shop-page .product-item {
	border: 1px solid #8e8e8e;
}
.rs-products .product-item .product-title {
    height: 48px;
}