@charset "utf-8";

/* Save Offer Title (header) */
.save_offer_title_bg {
	float: left;
	width: 100%;
	height: auto;
}
.ro-right-header-bg {
	/* float: right;
	width: 60%; */
	height: auto;
	background-color: #000;
}
.ro-right-header-wrap {
	width: 90%;
	height: auto;
	margin: 0px auto;
}
.ro-right-header {
	display: flex;
	height: 74px;
	align-items: center;
}
.ro-right-header h1 {
	padding-top: 6px;
	font-size: 2.4rem;
	letter-spacing: .3rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
/* Save Offer Title (header) */

/* Sub Header */
.ro-right-sub-header-bg {
	display:flex;
	flex-direction: column;
	float: right;
	width: 60%;
	height: auto;
}
.ro-right-sub-header {
	display: flex;
	flex-direction: column;
	height: 74px;
	justify-content: center;
}
.ro-right-sub-header p {
	font-size: 1.2rem;
	font-weight: normal;
	color: #000;
}
/* Sub Header */

/* Left col */
.contain_col {
	width: 100%;
	height: auto;
}
.left_col {
	float: left;
	width: 38%;
	height: auto; 
}
.left_col_wrap {
	width: 85%;
	height: auto;
	margin: 0px auto;
}
.redeemer_coupon_image {
	margin-top: -15px;
	width: 100%;
	box-shadow: none;
}
.redeemer_coupon_image img {
	float: left;
	width: 100%;
	height: auto;
}
/* Left col */

/* Right col */
.right_col {
	float: right;
	width: 60%;
	height: auto;
}
.right_col_wrap {
	float: left;
	width: 90%;
	height: auto;
}
/* Form */
.ro-show-hide-section {
	display: none;
}
.ro-box-container {
	width: 30%;
	height: auto;
	float: left;
}
.ro-outer-border-blank {
	border: 1px solid #ffffff;
}
.ro-redeem-option {
	float: left;
	display: table;
	border: 1px solid #333132;
	width: 100%;
	height: 60px;
	font-size: 18px;
	cursor: pointer;
}
.ro-no-highlight {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ro-box-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 60px;
	font-size: 24px !important;
}
.ro-cb-icon {
	font-size: 24px !important;
}

.ro-cb {
	display: none;
}
.row-mid {
	margin-left: 5%;
	margin-right: 5%;
}
.mar_left_tw {
	margin-left: 12%;
}
.ro-section-main {
	margin-top: 20px;
	float: left;
	width: 100%;
	height: auto;
}
.ro-device {
	display: block !important;
}
.ro-form-row {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.ro-error {
	display: none;
	font-size: 12px;
}
.ro-err-icon {
	color: #ff0000;
}
.form-group {
	float: left;
	width: 100%;
	height: auto;
}
.ro-form-section {
	float: left;
	width: 100%;
}
.form_label_container {
	float: left;
	width: 100%;
}
.form_label {
	float: right;
	width: 95%;
	font-size: 1.1rem;
	color: #000;
}
.form_icon_table {
	float: left;
	width: 5%;
	height: 40px;
	font-size: 10px;
	display: table;
}
.form_icon {
	width: 100%;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.form_icon img {
	width: auto;
	height: auto;
}
.ro-input {
	float: left;
	width: 95%;
	height: 40px;
	font-size: 1.3rem;
	color: #000;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #b3b3b3;
	background: #fff;
}
.ro-print-section {
	margin-top: 23px;
	float: right;
	width: 95%;
}
.ro-print-section p {
	float: left;
	width: 100%;
	height: auto;
	color: #000;
	font-size: 1.3rem;
}
.send_container_wrap {
	width: 323px;
	height: auto;
	margin: 0px auto;
}
.ro-send-container {
	margin-top: 30px;
	float: left;
	width: 100%;
	height: auto;
}
#save_offer_html button {
	float: left;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
    background: transparent linear-gradient(270deg, rgba(238, 107, 166, 1) 0%, rgba(229, 23, 104, 1) 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .2rem;
    border: none;
}
#save_offer_html button:hover {
    border: none;
}
#save_offer_html button:active {
  	transform: scale(0.98);
  	/* Scaling button to 0.98 to its original size */
  	box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
  	background: transparent linear-gradient(270deg, rgba(238, 107, 166, 1) 0%, rgba(229, 23, 104, 1) 100%) 0% 0% no-repeat padding-box;
  	border: none;
}
#save_offer_html button::after {
	border: none;
}

#save_offer_html button:nth-child(2) {
	margin-top: 10px;
	float: left;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
  	background: #fff;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    color: #000;
    font-size: 1.2rem;
    letter-spacing: .2rem;
    border: solid 1px #000;
}
#save_offer_html button:nth-child(2):hover {
    border: solid 1px #000;
}
#save_offer_html button:nth-child(2):active {
  	transform: scale(0.98);
  	/* Scaling button to 0.98 to its original size */
  	box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
  	background: #000;
  	color: #fff;
  	border: none;
}
#save_offer_html button:nth-child(2)::after {
	border: none;
}
/* Form */
/* Right Col */