.sale-label{
	position: absolute;
	right: 0;
	z-index: 2;
	top: 15px;
	border-radius: 20px 0px 0px 20px;
	background: #FFD65A;
	min-width: 107px;
	height: 32px;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
    color: #241710;
    font-weight: 700;
    padding-left: 16px;
}
.sale-label small{
	margin-right: 4px;
	font-weight: 600;
	font-size: 12px;
	position: relative;
	top: 0.5px;
}
.pold{
	_text-decoration: line-through;
	margin-left: 5px;
	font-size: 0.65em;
	position: relative;
	display: inline-block;
	color: #6C6763;
	top:1px;
}
.pold:after{
	content: "";
	width: 120%;
	height: 1.5px;
	background: red;
	display: inline-block;
	z-index: 2;
	position: absolute;
    left: -5%;
    top: 7px;
    transform: rotate(-12deg);
}
.sale-price{
	background: linear-gradient(180deg, #FFF3CF 0%, #FFD65A 100%);
	color: #241710 !important;
	font-weight: 600 !important;
}

.sale-price.offer:after{
	bottom: -12px !important;
    background: #fff;
    width: 45px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
	color: #555;
}
.sale-price.offer:before{
	border: 1.2px dashed #FFD65A !important;
}
.sale-price.offer{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
							







.wrap.accented{
	border-color: pink !important
}


.main-section{
	_min-height: 450px;
	padding-top: 250px;
	padding-top: 80px;
	overflow: visible;
}
@media(min-width: 1200px){
	body .main-section{
		padding-top: 150px;
		padding-bottom: 105px;
	}
	body .main-section h1{
		margin-bottom: 60px !important; 
	}
}
.search-section{
	background: transparent;
}
@media(min-width: 1300px){
	.about-section .text-box{
		max-width: 100%;
	}
	.blog-section .view-all-link{
		margin-bottom: 64px;
	}
	
	.popular-section{
		padding-top: 110px;
	}
	.popular-section:before{
		top: 15px;
	} 
}
.main-section:after{
	background-color: rgba(83, 188, 218, 0.16) !important
}
#s-f-myphone, .sfm-wr:before{
	height: 32px;
	line-height: 32px;
	display: block;
}

@media(min-width: 1200px){
	
	.country-list li:after {
	    content: "";
	    position: absolute;
	    width: 188px;
	    height: calc(100% + 8px);
	    z-index: -1;
	    background-color: #fff;
	    left: -20px;
	    top: -4px;
	    transition: background-color 0.35s;
	}
	.country-list li:hover:after {
	    content: "";
	    position: absolute;
	    _width: 188px;
	    height: calc(100% + 8px);
	    z-index: -1;
	    background-color: #FFD65A;
	    left: -20px;
	    top: -4px;
	    _transition: background-color 0.95s;
	}
	.country-list li{
		position: relative;
	}
	.country-list{
		overflow-y: visible;
	}
	
	.hotel-control select{
		background: #f1f1f1 url(/assets/images/elements/CaretDown_bk.svg) center right /16px no-repeat;
		height: 25px;
		border-radius: 4px;
	    padding-left: 6px;
	    border-right: 3px solid #f1f1f1;
	}
}

.country-list{
	max-height: 320px;
}