a {
    cursor: pointer;
}

small {
    font-size: smaller !IMPORTANT;
}

.agreement {
	padding: 10px;
}
.gf_popup .agreement-label,
.agreement p,
.agreement ul {
	list-style: none;
	padding: 0;
	margin: 0 0 3px;
	font-family: "Poppins-Regular", Arial, sans-serif;
  	font-size: 14px;
  	line-height: 19px;
	text-align: justify;
}
.agreement ul li {
	margin: 0 0 3px;
	text-align: justify;
}
.ml_popup-close {
    color: #1d3e6f;
    background: #DFE9EB;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
	line-height: 20px;
    display: block;
    height: 20px;
    width: 20px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
}

.ml_popup-close:hover {
    color: #000;
    background: #666;
}

.ml_listing-details_content {
    margin-top: 20px;
}

.ml_listing-title {
    margin-bottom: 0;
}

.ml_listing-listings table {
    line-height: 1.33em;
    border-collapse: collapse;
    width: 100%;
}

.ml_listing-listings table td, .ml_listing-listings table th {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    padding: 5px 10px;
    text-align: left;
    color: #333;
}

.ml_listing-listings table th {
    background: #ddd;
    color: #fff;
    font-weight: bold;
}

.ml_listing-listings table tr:hover td {
    color: #000;
    background: #eef;
}

#gf_popup_bg {
    background: #000;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
}

#gf_popup_bg:before{
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.gf_popup {
    display: inline-block;
    vertical-align: middle;
    max-width: 600px;
    max-height: 70%;
    margin: 0 auto;
    text-align: left;
    padding: 30px 40px;
    overflow: auto;
    background: #fff;
    box-shadow: 0 0 100px #000;
    font-size: 14px;
    line-height: 1.3em;
    box-sizing: border-box;
    position: relative;
	text-align: center;
}
.gf_popup h2 {
	font-family: "Poppins-Bold", Arial, sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #1d3e6f;
    margin: 0 0 20px;
}
.gf_popup a {
	color: #1d3e6f;
}
.gf_popup .btn-styled {
	padding: 10px 20px;
}
#gf_popup_confirm, #gf_popup_alert {
    text-align: right;
}

#gf_popup_confirm > div, #gf_popup_alert > div {
    padding: 50px 0;
    text-align: left;
}

#gf_popup_confirm input[type="button"], #gf_popup_alert input[type="button"] {
    margin-left: 20px;
}

.ml_cart_block ul {
    margin: 20px 0;
    border-bottom: solid 1px #eee;
}

.ml_cart_block ul li {
    padding: 2px 10px;
    border-top: solid 1px #eee;
}

.ml_cart_block ul li span {
    display: inline-block;
    margin-right: 10px;
}

.ml_cart_block .ml_listing_ref {
    font-weight: bold;
    color: #ccc;
}

.ml_cart_block .ml_button_bar{
    width: 350px;
    text-align: right;
}
.ml_cart_block .ml_button_bar a, .ml_cart_block .ml_button_bar button{
    margin: 10px;
}

@media (max-width: 500px) {
    .gf_popup {
        padding: 15px 20px;
    }
    .ml_cart_block .ml_button_bar{
        width: auto;
    }
}