@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap');

.top-heading-detail-section {
    /* display: inline-block; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.top-heading-detail-section div.header {
    /* display: inline-block;
    width: 33.33%;
    float: left; */
}
.highlight-wrapper.header {
    margin: 16px 0;
}
.header_hotelprice_details.header {
    margin: 16px 0 0 0;
}

.header_hotelprice_details.header span {
    text-align: end;
}

.header_hotelprice_details.header span span.offer-person {
    color: var(--tt-text-black);
    opacity: 0.35;
    font-size: var(--tt-font-size-small-paragraph);
    font-style: normal;
    font-weight: 500;
    line-height: 17.5px;
    font-family: 'Noto Sans', sans-serif;
    position: relative;
    top: -8px;
}

.header_hotelprice_details.header span span.offer-price {
    font-size: calc(var(--tt-font-size-medium-title) + 4px );
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.45px;
    font-family: 'Noto Sans', sans-serif;
    color: var(--st-title-color);
}

.header_hotelprice_details.header span span.offer-holiday {
    color: var(--tt-text-black);
    font-size: var(--tt-font-size-small-paragraph);
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    font-family: 'Noto Sans', sans-serif;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
}

.single-offer_style_4 .heading-wrapper {
    margin: 0 10px 5px 0 !important
}

#single-offer_new_style.single-offer_style_4 {
    max-width: 1290px;
}
.single-offer_style_4 .top-heading-detail-section .header_hotelprice_details {
    margin-top: 0;
}

.single-offer_style_4 .top-heading-detail-section {
    margin: 20px 0;
}

.special-offer-content-section .left-column .wp-block-heading {
    margin-top: 0;
}

.single-offer_style_4 .special-offer-content-section .right-column {
    margin-top: 5px;
}

.header_hotelprice_details.header span span.offer-flights {
    color: var(--tt-text-black);
    font-size: var(--tt-font-size-small-paragraph);
    font-style: normal;
    font-weight: 400;
    line-height: 17.5px;
    font-family: 'Noto Sans', sans-serif;
}

.header_hotelprice_details.header span p.detail-box {
    margin: 0;
    line-height: 1.2;
}

.single-offer_style_4 .lightbox-gallery-style {
    display: flex;
}
.single-offer_style_4 .lightbox-gallery-style {
    display: flex;
    min-height: 500px;
    border-radius: 12px;
    overflow: hidden;
    height: 510px;
}
.single-offer_style_4 .lightbox-gallery-style .big-wrapper {
    width: 60.5%;
    margin-right: 10px;
    /* height: 450px; */
}
.single-offer_style_4 .lightbox-gallery-style .big-wrapper.right-image-wrapper {
    margin-right: 0;
}
.single-offer_style_4 .lightbox-gallery-style .big-wrapper a {
    display: block;
    height: 100%;
}
.single-offer_style_4 .lightbox-gallery-style .big-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.single-offer_style_4 .lightbox-gallery-style .big-wrapper.right-image-wrapper {
    display: flex;
    width: 40%;
    flex-direction: column;
}
.single-offer_style_4 .lightbox-gallery-style .big-wrapper.right-image-wrapper .horizontal-wrapper:first-child{
    margin-bottom: 5px;
    height: calc(100% - 260px);
}
.single-offer_style_4 .lightbox-gallery-style .big-wrapper.right-image-wrapper .horizontal-wrapper:nth-child(2){
    margin-top: 5px;
    height: calc(100% - 260px);
}
.single-offer_style_4 .all-image-btn {
    background: var(--tt-bg-btn-primary);
    color: var(--tt-text-white);
    padding: 5px 25px;
    border-radius: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    FONT-WEIGHT: 500;
    font-size: var(--tt-font-size-small-paragraph);
    line-height: 28px;
	border:none;
	cursor: pointer;
}
.single-offer_style_4 .special-offer-banner {
    position: relative;
}

@media (min-width: 1300px) {
    .single-offer_style_4 .lightbox-gallery-style .big-wrapper.right-image-wrapper {
        width: 435px;
        height: auto;
        display: block;
    }
    
    .single-offer_style_4 .lightbox-gallery-style .big-wrapper.right-image-wrapper .horizontal-wrapper:nth-child(1),.single-offer_style_4 .lightbox-gallery-style .big-wrapper.right-image-wrapper .horizontal-wrapper:nth-child(2) {
        height: 232.5px;
    }
    .single-offer_style_4 .lightbox-gallery-style .big-wrapper.right-image-wrapper .horizontal-wrapper:nth-child(1) {
        margin-bottom: 10px;
    }
    .single-offer_style_4 .lightbox-gallery-style {
        height: auto;
        min-height: auto;
    }
    .single-offer_style_4 .lightbox-gallery-style .big-wrapper {
        height: 475px;
        width: 845px;
    }
}

@media( max-width:767px ){
	.top-heading-detail-section { 
	    flex-wrap: wrap;
	}
	.single-offer_style_4 .heading-wrapper {
		margin: 0 0 10px !important
	}
    .single-offer_style_4 .lightbox-gallery-style {
        min-height: 300px;
        height: 320px;
    }
    .single-offer_style_4 .lightbox-gallery-style .big-wrapper.right-image-wrapper .horizontal-wrapper:first-child,
    .single-offer_style_4 .lightbox-gallery-style .big-wrapper.right-image-wrapper .horizontal-wrapper:nth-child(2){
        height: calc(100% - 145px);
    }
    .fancybox-stage .fancybox-slide .fancybox-content .fancybox-image {
        padding: 10px;
    }
    .single-offer_style_4 .all-image-btn {
        padding: 3px 20px;
        bottom: 9px;
        right: 3px;
        font-size: var(--tt-font-size-small-paragraph);
    }
    .single-offer_style_4 .top-heading-detail-section {
        margin: 0 0 30px 0;
    }
    .header_hotelprice_details.header span p.detail-box {
        line-height: 1.4;
    }
    .top-heading-detail-section div.header {
        width: 100%;
    }
    .header_hotelprice_details.header span {
        text-align: start;
    }
}