/*
* Deals
*/
.empl-deal-wrapper-outer{
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
}

.empl-deal-wrapper-outer .empl-deal-listing-wrapper{
    padding: 10px;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
}

.empl-deal-wrapper-outer .empl-deal-listing-wrapper .empl-deal-image::after{
    display: block;
    content: '';
    padding-bottom: 60%;
}

.empl-deal-wrapper-outer .empl-deal-listing-wrapper .empl-deal-image{
    position: relative;
}

.empl-deal-wrapper-outer .empl-deal-listing-wrapper .empl-deal-image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.empl-deal-wrapper-outer .empl-deal-listing-wrapper .empl-deal-content .empl-deal-rating{
    font-size: 12px;
    margin-top: 6px;
    font-style: italic;
}

.empl-deal-wrapper-outer .empl-deal-listing-wrapper .empl-deal-content .empl-deal-desc-small{
    margin-top: 10px;
    font-style: normal;
    font-size: 12px;
    overflow: hidden;
}
.empl-deal-wrapper-outer .empl-deal-listing-wrapper .empl-deal-content .empl-deal-desc-small p{
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
}


.empl-deal-wrapper-outer .empl-deal-listing-wrapper .empl-deal-content .empl-deal-places{
    margin-top: 10px;
    font-style: normal;
    font-size: 12px;
    overflow: hidden;
}


.empl-deal-wrapper-outer .empl-deal-listing-wrapper .empl-deal-content .empl-deal-title{
    margin-top: 24px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 133% */
    letter-spacing: -0.01em;
    overflow: hidden;
}

.empl-deal-wrapper-outer .empl-deal-listing-wrapper .empl-deal-content .empl-deal-price-wrapper{
    font-size: 22px;
    font-weight: bold;
    margin-top: 16px;
    overflow: hidden;
}

.empl-deal-wrapper-outer .empl-deal-listing-wrapper .empl-deal-content .empl-deal-price-wrapper .empl-deal-discount{
    text-decoration: line-through;
    float: left;
}
.empl-deal-wrapper-outer .empl-deal-listing-wrapper .empl-deal-content .empl-deal-price-wrapper .empl-deal-price{
    float: left;
    margin-left: 10px;
}


/* 
Star ratings
*/
.empl-deal-star-ratings-sprite, .empl-dealdet-ratings{
    background: url("../img/star-rating-sprite.png") repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin-top: 16px;
}
    
.empl-deal-star-ratings-sprite-rating {
    background: url("../img/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display:block;
}

/**
    Deals detail
**/
.empl-dealdet{
    max-width: auto !important;
    position: absolute;
    z-index: 9999999;
    top: 0px;
    right: 0px;
    background: #fff;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-top: 16px;
}
.empl-dealdet .empl-dealdet-close{
    position: absolute;
    top: 16px;
    right: 16px;
}
.empl-dealdet .empl-dealdet-close svg{
    max-width: 24px;
    float: right;
}
.empl-dealdet .empl-dealdet-title{
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 34px;
}
.empl-dealdet .empl-dealdet-button{
    margin-top: 24px;
}

.empl-dealdet .empl-dealdet-pricing-wrapper{
    font-size: 24px;
    font-weight: bold;
    margin-top: 16px;
    overflow: hidden;
}
.empl-dealdet .empl-dealdet-pricing-wrapper .empl-dealdet-pricing-price{
    float: left;
    margin-left: 10px;

}
.empl-dealdet .empl-dealdet-pricing-wrapper .empl-dealdet-pricing-discount{
    text-decoration: line-through;
    float: left;
}

.empl-dealdet .empl-dealdet-image{
    position: relative;
    margin-top: 40px;
}
.empl-dealdet .empl-dealdet-image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.empl-dealdet .empl-dealdet-image::after{
    display: block;
    content: '';
    padding-bottom: 60%;
}

.empl-dealdet .empl-dealdet-desc, .empl-dealdet .empl-dealdet-details, .empl-dealdet .empl-dealdet-fineprint, .empl-dealdet .empl-dealdet-highlights{
    font-size: 14px;
    margin-top: 32px;
}

.empl-dealdet .empl-dealdet-desc strong, .empl-dealdet .empl-dealdet-highlights strong, .empl-dealdet .empl-dealdet-details strong, .empl-dealdet .empl-dealdet-fineprint strong{
    font-size: 24px;
}
.empl-dealdet .empl-dealdet-desc p, .empl-dealdet .empl-dealdet-details p, .empl-dealdet .empl-dealdet-highlights p, .empl-dealdet .empl-dealdet-fineprint p{
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.empl-dealdet .empl-dealdet-desc ul, .empl-dealdet .empl-dealdet-details ul, .empl-dealdet .empl-dealdet-highlights ul, .empl-dealdet .empl-dealdet-fineprint ul{
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}


.empl-dealdet .empl-dealdet-locations{
    margin-top: 32px;
    margin-bottom: 32px;
}
.empl-dealdet .empl-dealdet-locations strong{
    font-size: 24px;
}
.empl-dealdet .empl-dealdet-locations .empl-dealdet-locations-name-wrapper{
    overflow: hidden;
    margin-top: 20px;
}
.empl-dealdet .empl-dealdet-locations .empl-dealdet-locations-name-wrapper .empl-dealdet-locations-name{
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    float: left;
}
.empl-dealdet .empl-dealdet-locations .empl-dealdet-locations-name-wrapper .empl-dealdet-locations-directions{
    float: right;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;

}
.empl-dealdet .empl-dealdet-locations .empl-dealdet-locations-address{
    color: #767676;
    font-size: 15px;
    line-height: 22px;
}

.empl-dealdet-overlay {
    overflow: scroll;
    cursor: pointer;
    display: none;
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    z-index: 99999999 !important;
    background: rgba(255,255,255,0.9);
}

.empl-dealdet-overlay .empl-dealdet{
    max-width: 800px !important;
    float: right;
    background: #FFF;
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.16);
}

.empl-deal-wrapper-outer .empl-deal-listing-wrapper .empl-deal-content .empl-deal-action{ 
    font-size: 12px;
    font-weight: bold;
    margin-top: 16px; 
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
}