.text-sm-center {
    margin: 10px 0 !important;
}
.product-quantity .add-rs {
	display: flex;
}
.product-quantity .add-rs a {
	background: linear-gradient(to bottom, #461993 0%, #6228d9 100%);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    border-top: 1px solid #6228d9;
    border-right: 1px solid #6228d9;
    border-left: 1px solid #6228d9;
    border-bottom: 1px solid #6228d9;
    text-shadow: 0 1px #015883;
    padding: 12px 15px 12px 15px;
    color: white;
    display: block !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-quantity .add-rs a:hover {
	background: -moz-linear-gradient(top, #6228d9 0%, #461993 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6228d9), color-stop(100%, #461993));
    background: -webkit-linear-gradient(top, #6228d9 0%, #461993 100%);
    background: -o-linear-gradient(top, #6228d9 0%, #461993 100%);
    background: -ms-linear-gradient(top, #6228d9 0%, #461993 100%);
    background: linear-gradient(to bottom, #6228d9 0%, #461993 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6228d9', endColorstr='#461993',GradientType=0 ); 
}
#rs_modal_form .modal-content {
	display: flex;
}
#rs_modal_form .modal-content-left {
	background-color: #f7f7f7;
	padding: 50px 30px;
    width: 240px;
    text-align: center;
}
#rs_modal_form .modal-content-left h2 {
	font-size: 1.3em;
    padding-top: 15px;
}
#callme_block .modal-content-right {
    width: 100%;
}
#rs_modal_form h4 {
	font-size: 21px;
}
#rs_modal_form h5.page-subheading {
	font-size: 17px;
}
#rs_modal_form label {
	font-size: 15px;
}

#rs_modal_form #rs_alert .alert {
	font-size: 18px;
}
@media (max-width: 768px) {
    #rs_modal_form .modal-content-left {
        display: none;
    }
}
