#found-cheaper-wrapper {
    background: #fff;
    max-width: 350px;
    width: 90%;
    margin: 0 auto;
    min-height: 100px;
    position: relative;
}
#found-cheaper-wrapper .popup-heading {
    text-align: left;
    background-color: #FFFFFF;
    color: #1c1c1c;
    font-size: 21px;
    border-bottom: 1px solid #dfe4eb;
    padding: 0 25px 0 25px;
    position: relative;
    min-height: 52px;
    line-height: 52px;
    overflow: hidden;
}
#found-cheaper-wrapper .mfp-close {
    width: 60px;
    height: 52px;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer !important;
    outline: none;
    border: 0;
}
#found-cheaper-wrapper .popup-footer {
    padding: 17px 25px 17px 25px;
    border-top: 1px solid #dfe4eb;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
	text-align:center;
}
#found-cheaper-wrapper .popup-center {
    background: #fff;
    padding: 25px;
    overflow: auto;
}
#found-cheaper-wrapper .payment-info {
    clear: both;
}
#found-cheaper-wrapper .payment-info > div {
    width: 100%;
    display: inline-block;
}
#found-cheaper-wrapper .payment-info > div + div {
    margin-top: 10px;
}
#found-cheaper-wrapper .btn-found-cheaper {
	background-color: #47c843;
	border-color: #2cad28;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 20px;
	text-transform: uppercase;	
    display: inline-block;
    outline: none;
    text-align: center;
}
#found-cheaper-wrapper .btn-found-cheaper:hover {
	border-color: #2cad28;
	background-color: #2cad28;
}
#found-cheaper-wrapper .sections_block_rquaired .fa {
	color:#fc5c3c !important;
}
#found-cheaper-wrapper .sections_block .fa {
	color:#67ca67 !important;
}
#found-cheaper-wrapper .sections_block , .sections_block_rquaired{
  overflow: hidden;
  position: relative;
}
.popup-found-cheaper-button {
    text-align: center;
}
.popup-found-cheaper-button button {
    width: 100% !important;
}
@media (min-width: 320px) and (max-width: 532px) {
    #popup-found-cheaper-wrapper .popup-heading {
        font-size: 14px;
    }
    #popup-found-cheaper-wrapper .popup-footer button {
        width: 100%;
    }
    #popup-found-cheaper-wrapper .popup-footer a {
        width: 100%;
        margin-top: 5px;
    }
}
.btn-cheaper {
	background-color: #47c843;
	border-color: #2cad28;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 20px;
	text-transform: uppercase;	
    display: inline-block;
    outline: none;
    text-align: center;
	border-radius:4px;
	margin-bottom:10px;
}
.btn-cheaper:hover,.btn-cheaper:focus {
	border-color: #2cad28;
	background-color: #2cad28;
	color: #ffffff;
}