/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.bookly-box .bookly-left .bookly-available-date,
.bookly-box .bookly-left .bookly-week-days,
.bookly-box .bookly-time-range {
	display: none;
}
/* WEBNOW ADD START*/
/* .bookly-columnizer .bookly-column {
    display: flex;
}

.bookly-time-step {
	width: 100%!important;
} */
/* WEBNOW ADD END*/
.header-block {
    min-height: 0 !important;
}
.video-fit {
    padding-top: 0!important;
}
.wp-video {
    width: 100%!important;
	height: 500px!important;

}
.header-nav > .current-menu-parent, .header-nav > .current-menu-item {
    border-bottom: 1px solid var(--primary-color);
}

.header-nav > .current-menu-parent > a, .header-nav > .current-menu-item > a, .header-nav .nav-dropdown .current-menu-item a {
    color: var(--primary-color) !important;
    font-weight: bold;
}

.header-nav > .menu-item > a {
    text-transform: uppercase;
}

.nav .nav-dropdown {
    border-width: 1px !important;
    padding: 10px !important;
}

.nav .has-dropdown:before {
    border-width: 1px !iimportant;
}

.nav .nav-dropdown a {
    border-bottom: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.nav .nav-dropdown li a:before {
    transform: translateY(-50%);
    width: 0px;
    height: 1px;
    background-color: var(--primary-color);
    content: '';
    transition: 1s;
}

.nav .nav-dropdown li:hover a:before {
    width: 5px;
}

.nav-dropdown-has-border .nav-dropdown {
    border-radius: 20px 0 20px 0;
}

#header .header-main > .header-inner {
    max-width: 1270px;
}

#header.transparent .nav .nav-dropdown {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    border: none !important;
}

#header.transparent .nav .nav-dropdown a {
    color: var(--primary-color);
}

#header.transparent .nav .has-dropdown:before {
    border: none !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
}

#header.transparent .nav .current-dropdown.has-dropdown:before {
    opacity: 0.6 !important;
}

#header.transparent .nav .has-dropdown:after {
    bottom: 0 !important;
    border-bottom-color: rgba(255, 255, 255, 0.6) !important;
}

.lightbox-content {
    border-radius: 12px;
}

.ux-menu-link__link{
	color: white;
}

.menu-item:hover .ux-menu-link__link{
	color: white;
}

.button:not(.circle) {
	border-radius: 23px 0 !important;
}

.button.is-large {
    padding: 5px 30px;
}

.woocommerce-result-count, .woocommerce-ordering, .term-description { display: none; }

.slider-nav-reveal .flickity-prev-next-button {
    background-color: transparent !important;
    box-shadow: none !important;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
    margin-top: 0;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button.previous {
    left: 20px !important;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button.next {
    right: 20px !important;
}

.flickity-prev-next-button {
	opacity: 1 !important;
}

.slider .flickity-button.flickity-prev-next-button .flickity-button-icon, .slick-slider .slick-arrow {
	border: 1px solid var(--primary-color) !important;
	transition: all 0.2s ease-in-out;
	background-color: var(--primary-color) !important;
	width: 46px;
	height: 46px;
	max-width: initial;
	max-height: initial;
	padding: 12px !important;
	z-index: 99;
	box-shadow: 0 0 57px rgb(0 0 0 / 10%);
}

.flickity-prev-next-button .flickity-button-icon path, .flickity-prev-next-button .flickity-button-icon:hover path {
    fill: white !important;
}

.flickity-prev-next-button.previous .flickity-button-icon, .slick-slider .slick-arrow.slick-prev {
	border-radius: 0 23px;
}

.flickity-prev-next-button.next .flickity-button-icon, .slick-slider .slick-arrow.slick-next {
	border-radius: 23px 0;
}

.flickity-prev-next-button .flickity-button-icon:hover, .slick-slider .slick-arrow:hover {
    background-color: var(--primary-color) !important;
	box-shadow: 1px 1px white, 1px 1px white, 1px 1px white;
}

.is-divider {
	display: none;
}

.anim-de0p5 > div {
	transition-delay: 0.5s !important;
	-webkit-transition-delay: 0.5s !important;
}

.anim-de > div {
	transition-delay: 1s !important;
	-webkit-transition-delay: 1s !important;
}

.wn-section .bg {
	background-size: contain !important;
}

.wn-title, h1.product-title {
	position: relative;
	padding-bottom: 35px;
}

.wn-title:before, h1.product-title:before {
	position: absolute;
    background-image: url(/wp-content/uploads/2024/03/before_heading-1.png);
    width: 116px;
    height: 25px;
    background-size: contain;
    content: '';
    bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}

.wn-title.wn-title-left:before {
    left: 60px;
}

h1.product-title:before {
    left: 60px;
}

.wn-title.wn-title-white {
	color: white;
}

.wn-title.wn-title-white:before {
	filter: brightness(0) invert(1);
}

.wn-canh-3 {
	background-color: var(--primary-color);
	padding: 70px 50px;
	border-radius: 100px 0;
	color: white;
}

.wn-canh-3 > div:first-child {
	font-weight: 700;
	font-size: 57px;
	line-height: 57px;
}

.wn-canh-3 > div:last-child {
	font-size: 26px;
	border-left: 2px solid white;
	padding-left: 15px;
	margin-top: 15px;
}

.nav>li {
	padding: 0px 12.5px;
}

.wn-product-cat .box {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.wn-product-cat .box > a {
	display: block;
}

.wn-product-cat .box-text {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.wn-product-cat .header-title {
	position: absolute;
    bottom: 20px;
    left: 50px;
    text-transform: uppercase;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
}

.wn-product-cat .header-title:before {
	content: " ";
    position: relative;
    transform: rotate(-180deg);
    bottom: -1px;
    width: 4px;
    height: 16px;
    background-color: var(--primary-color);
    display: inline-block;
    margin-right: 5px;
}

.wn-product-cat .wn-desc-overlay {
	width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    transition: 1s;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #8D388A 0%, #8D388A 23%, #6d0168 99%, #6d0168 100%);
    opacity: 0.8;
    z-index: 3;
    color: white;
    text-align: center;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 0 40px;
}

.wn-product-cat .wn-desc-overlay .wn-title {
	font-size: 1.5rem;
}

.wn-product-cat .wn-desc-overlay p {
	color: white;
	margin: 10px 0;
}

.wn-product-cat .box:hover .wn-desc-overlay {
	top: 0;
}

.wn-list-post .from_the_blog_excerpt {
	display: none;
}

.wn-language {
	list-style: none;
    display: flex;
    gap: 1rem;
	min-width: 50px;
}

.wn-language li {
	margin-bottom: 0;
}

.widget_product_categories .widget-title {
	color: #ffffff;
	font-family: "Lora", sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    border-radius: 40px 0 0;
    background-color: #8D388A;
    padding: 19px 0 19px 100px;
    margin: 0;
	position: relative;
	display: block;
}

.widget_product_categories .widget-title:before {
	content: url(/wp-content/uploads/2022/12/icon1.png);
    position: absolute;
    left: 50px;
    z-index: 1;
    top: 50%;
    margin-top: -12.5px;
}

.widget_product_categories .product-categories {
	list-style: none;
    margin: 0;
    padding: 0 35px 10px 35px;
    box-shadow: 0 0 62px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-bottom-right-radius: 40px;
/*     background-image: url(/wp-content/uploads/2022/12/bg-widget.png); */
    background-repeat: no-repeat;
    background-position: bottom 30px right 0;
}

.widget_product_categories .product-categories a {
    color: #666666;
    font-size: 15px;
    display: inline-block;
    padding: 20px 15px 20px 15px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    position: relative;
}

.widget_product_categories .product-categories .current-cat a {
	color: var(--primary-color);
	padding-left: 50px;
	position: relative;
}

.widget_product_categories .product-categories .current-cat a:before {
	content: url(/wp-content/uploads/2022/12/icon2.png);
    position: absolute;
    left: 15px;
    z-index: 1;
    top: 50%;
    margin-top: -7.5px;
}

.products .box-text, .product .product-small.box .box-text {
    padding: 30px 35px;
}

.products .product-small .wn-title, .product .product-small .wn-title {
	font-size: 1.2rem;
	font-weight: bold;
	font-family: "Lora", sans-serif;
	margin-bottom: 15px;
}

.products .woocommerce-Price-amount.amount, .product .woocommerce-Price-amount.amount {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.products .box-text .button {
    margin-bottom: 0;
}

.quantity.buttons_added .minus {
    border-top-left-radius: 23px;
    padding: 0 20px;
}

.quantity.buttons_added .plus {
    border-bottom-right-radius: 23px;
    padding: 0 20px;
}

.product .woocommerce-tabs .wc-tabs, .product .product-section-title {
    display: none;
}

.product-section {
	border: none;
}

.product .product-small.box {
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.wn-timeline .ctl-story-time .custom_story_lbl {
    background-color: #ffffff;
    color: #333333;
    width: 100px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .8s;
    box-shadow: 0 0 60px rgb(159 57 154 / 15%);
    border-radius: 20px 0;
    border: 1px solid var(--primary-color);
    margin: 0 auto;
}

.wn-timeline .slick-current .ctl-story-time .custom_story_lbl {
    background-color: var(--primary-color);
    color: white;
}

.wn-timeline .ctl_h_slides .slick-list {
    height: auto !important;
}

.wn-timeline .ctl_info {
    position: relative;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    box-shadow: 0 0 60px rgb(159 57 154 / 15%);
    border-radius: 60px;
    background-color: #ffffff;
    padding: 50px;
    margin: 50px;
    width: calc(100% - 100px) !important;
}

.wn-timeline .ctl_info:before {
    position: absolute;
    right: 50px;
    bottom: 0;
    background-image: url(/wp-content/uploads/2022/12/bf_process_history.png);
    width: 328px;
    height: 172px;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.wn-timeline .ctl_info .pull-left {
    width: 45% !important;
    max-width: 45% !important;
}

.wn-timeline .ctl_info img {
    border: none !important;
}

.wn-timeline .ctl_info .content-title-simple a {
    color: var(--primary-color) !important;
}

.wn-timeline button.slick-arrow {
    display: none !important;
}

.wn-slider-au {
    box-shadow: 0 0 60px rgb(159 57 154 / 15%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.wn-slider-au:before {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2022/12/bf_slider.png);
    width: 159px;
    height: 177px;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.wn-csvc-item {
    background: url(/wp-content/uploads/2022/12/bg-cosovatchat.jpg) no-repeat center right;
    background-size: cover;
}

.wn-csvc-item .col-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wn-gallery {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wn-gallery > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wn-gallery .wn-gallery-text {
    position: absolute;
    top: 60%;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transition: .8s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.wn-gallery .wn-gallery-text img {
    width: 50px;
}

.wn-gallery .wn-gallery-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.wn-gallery .wn-gallery-text p {
    margin: 20px 0;
    height: 60px;
}

.wn-gallery:hover .wn-gallery-text {
    top: 0;
}

.wn-gallery-slide-for {
    margin-bottom: 15px;
}

.wn-gallery-slide-nav .slick-slide {
    padding: 8px;
}

.wn-gallery-slide-nav .slick-slide img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.wn-reward .box-text {
    margin-top: 20px;
    border-radius: 50px 0;
    padding: 35px 25px;
}

.wn-media-nav {
    flex-wrap: wrap;
    gap: 1rem;
}

.wn-title-main {
    font-size: 3rem;
    color: var(--primary-color);
    text-align: center;
}

.posts-section-title-related, #comments { display: none; }

.wn-contact {
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}

.wpcf7-form, .wpcf7-submit {
    margin: 0;
}

.wn-floating {
    position: fixed;
    top: 200px;
    right: 15px;
    z-index: 9;
}

.wn-floating ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wn-floating ul li {
    display: inline-block;
    margin-bottom: 0;
}

.wn-floating li a {
    border-radius: 0 28px;
    border: 1px solid #ffffff;
    background-color: var(--primary-color);
    padding: 12px 18px;
    display: inline-block;
    color: white;
    font-size: 1.4rem;
}

.wn-floating li:last-child a {
    height: 215px;
    padding: 12px 19px;
    position: relative;
}

.wn-floating li:last-child span {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    font-style: normal;
    letter-spacing: 0.1px;
    transform: rotate(-90deg);
    line-height: normal;
    width: 150px;
    position: absolute;
    left: -47px;
    top: 50%;
}

.wn-booking-general .wn-title {
    font-size: 1.5rem;
    text-align: center;
}

.wn-booking-general input, .wn-booking-general select {
    margin: 0;
}

.wn-booking-general .col:last-child p {
    text-align: center;
}

.wn-booking-general .wpcf7-spinner {
    display: none;
}

.wn-product-label-left .col-inner {
    border-radius: 0 100px;
}

.wn-product-label-right .col-inner {
    border-radius: 100px 0;
}

.wn-product-label .button {
    margin: 0;
}

.wn-product-img-left .img-inner {
    border-radius: 0 200px;
}

.wn-product-img-right .img-inner {
    border-radius: 200px 0;
}

.wn-booking-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.wn-booking-product img {
    width: 160px;
}

.wn-booking-product > div {
    flex: 1;
}

.wn-booking-product h4 {
    margin: 0;
}

.wn-booking-product .amount {
    color: var(--primary-color);
}

.wn-booking-product > div div:last-child {
    color: #666666;
    font-size: 12px;
}

@media only screen and (max-width: 850px) {
	
	.header-main li.html.custom {
		display: block;
	}
	
	.wn-canh-3 {
		padding: 46px 30px;
		border-radius: 70px 0;
	}

	.wn-canh-3 > div:first-child {
		font-size: 20px;
		line-height: 20px;
	}

	.wn-canh-3 > div:last-child {
		font-size: 14px;
	}
	
	.wn-product-cat .header-title {
		left: 20px;
		font-size: 1rem;
	}
	
	.wn-product-cat .wn-desc-overlay p {
		display: none;
	}
	
	.wn-timeline .ctl_info {
	    padding: 30px;
	    border-radius: 30px;
	    box-shadow: 0 0 10px rgb(159 57 154 / 15%);
	    margin: 10px;
	    width: calc(100% - 20px) !important;
	    flex-wrap: wrap;
	}
	
	.wn-timeline .ctl_info .pull-left {
	    width: 100% !important;
	    max-width: 100% !important;
	}
	
	.wn-timeline .ctl_info .content-details {
	    width: 100% !important;
	}
	
	.wn-timeline .ctl_info:before {
        right: calc(50% - 255px/2);
        width: 255px;
        height: 133px;
	}
	
	.wn-csvc-img .box-text {
        bottom: -62%;
    }
    
    .wn-reward .box-text {
        border-radius: 30px 0;
        padding: 20px 15px;
    }
    
    .wn-floating {
        top: 40%;
        right: 8px;
    }
    
    .wn-floating li a {
        padding: 8px 12px;
        border-radius: 0 23px;
        font-size: 1.2rem;
    }
    
    .wn-floating li a i {
        width: 20px;
    }
    
    .wn-floating li:last-child span {
        display: none;
    }
    
    .wn-floating li:last-child a {
        height: auto;
        padding: 8px 12px;
    }
	.nav-dark .logo a {
    color: #fff;
    font-size: 26px;
}
	
	
}

@media only screen and (max-width: 550px) {
    
    .wn-product-label-left .col-inner {
        border-radius: 0 50px;
    }
    
    .wn-product-label-right .col-inner {
        border-radius: 50px 0;
    }
    
    .wn-product-img-left .img-inner {
        border-radius: 0 100px;
    }
    
    .wn-product-img-right .img-inner {
        border-radius: 100px 0;
    }
    
}
@media only screen and (max-width: 48em) {
.wn-sl .is-full-height {
	padding-top: 55%!important;
	height: 25%;
    height: 0;
    min-height: auto;
	}
.banner h1 {
    font-size: 24px;
}
	.y95 {
        bottom: 3%;
    }
}