.week-offer-style-1 p{
	margin: 15px 0;
}

.week-offer-style-1 {

}
.week-offer-style-1 h3 {
    color: #fafafa;
    font-size: 14px;
    margin: 0px
}
.week-offer-style-1 strong {
    color: #2D78A5;
}

.week-offer-style-1  h2.title{
	font-size: 24px;
    font-weight: 400;
    line-height: normal;
	text-transform: uppercase;
}

.week-offer-style-1 .offer-image-container{
    position: relative;
}

.week-offer-style-1 .offer-price {
    float: left;
    padding-top: 5px;
    text-align: center;
    width: 110px;
    margin-left: 10px;
    background:none;
    color:grey;
}

.week-offer-style-1 .offer-price .discount{
	font-size: 12pt;
}

.week-offer-style-1 .offer-price span {
    display: block;
    font-size: 14pt;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 4px;
    
}
.week-offer-style-1 .offer-price em {
    font-size: 12px;
    font-style: normal;
    line-height: 14pt;
    
}

.week-offer-style-1 .old-price{
	text-decoration: line-through;
}

.week-offer-style-1 .offer-price-details{
	clear: both;
	text-align: center;
	padding: 0 5px 10px 5px;
	background-color: #333;
}

.week-offer-style-1 .offer-image{
	position: relative;
}

.week-offer-style-1 .offer-image img{
	width: 100%;
}

.week-offer-style-1 .offer-description{

}

.week-offer-style-1 .offer-content{
	margin-top: 16px;
}

.week-offer-style-1 .info{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    display: block;
    height: 44px;
    min-height: 44px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 2;
}

.week-offer-style-1 .offer-image:hover .info{
	height: 100%;
	min-height: 100%;
	cursor: pointer;
}

.week-offer-style-1 .info{
    float: right;
}

.week-offer-style-1 .info h2 {
    color: #fff;
    font-size: 16px !important;
    font-weight: 600;
    overflow: hidden;
    padding: 10px;
    margin: 0;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    display:flex !important;
}

.week-offer-style-1 .hover_info { 
    transition: all 0.5s ease 0s;
}
.week-offer-style-1 .info .hover_info{
    color: #fff;
    display: none;
    font-size: 12px;
    min-height: 44px;
    text-align: center;
}

.week-offer-style-1 .offer-image:hover .hover_info{
	display: block;
}

.overflow_cut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.week-offer-style-1 .info .hover_info {
    color: #fff;
 
 }
 
.week-offer-style-1 .btn {
    background-color: #2099C9;
    background-image: none;
    border: 0 none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 0;
    outline: medium none;
    padding: 0 15px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
}

.offer-content ul{
	margin: 0;
}

.offer-content li
	{
	background: url("../images/bullet-blue.gif") no-repeat 0 50% !important;
	list-style: none;
	line-height: 20px;
	padding-left: 15px !important;
	margin-left: 3px !important;
}
.offer-hotel-label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px;
    margin: 0;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
    white-space: normal;
}


/*--------------------- style 2 -----------------------*/

.week-offer-style-2{       
}

.week-offer-style-2 .offer-details{
    display: flex;
    padding: 100px 0;
    min-height: 400px;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

.week-offer-style-2p{
	margin: 15px 0;
}

.week-offer-style-2 h2.title{
    font-size: 30px;
    margin-bottom: 20px;
}

.week-offer-style-2 .offer-price-details{
    display: flex;
    margin: 15px 0;

}

.week-offer-style-2 .offer-image {
    width: 50vw;
    overflow: hidden;
    height: 100%;
}

.week-offer-style-2 .offer-image > a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.week-offer-style-2 .offer-image > a > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.jhp-container.week-offer-style-2 [class*="col-"]{
    padding-top: 0;
    padding-bottom: 0;
}

.week-offer-style-2 .view-offer{
    border-radius: 3px;
    border: 1px solid #D7DCE3;
    padding: 10px 30px;
}

.week-offer-style-2 .view-offer:hover{
    opacity: .8;
}

.week-offer-style-2 .price{
    margin-right: 40px;
}

.week-offer-style-2 .offer-price em {
    font-size: 12px;
    font-style: normal;
    line-height: 14pt;
}

.week-offer-style-2 .old-price{
	text-decoration: line-through;
}

.week-offer-style-2 .offer-price-details{
	clear: both;
	text-align: center;
	padding: 0 5px 10px 5px;
}

.best-seller-text{
    display: inline-block;
    padding: 3px 15px;
    border-radius: 16px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


@media (max-width: 992px) {
    .week-offer-style-2 .offer-image{
        width: 100%;
    }
    
    .week-offer-style-2 .offer-image > a > img{
        position: relative;
    }
}