/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 14px;
}

#top-bar .html_topbar_left .contact_us_news {
    float: right;
    background-color: #f99d1b;
    padding: 8px 20px;
}

#top-bar .html_topbar_left .contact_us_news i {
    color: white;
    padding-right: 10px;
}

#top-bar .html_topbar_left .contact_us_news a,
#top-bar .html_topbar_left .contact_us_news a:hover {
    color: white !important;
    position: relative;
    top: -5px;
}

.section_form {
    margin-top: -100px
}

.section_form .bg-form>.col-inner .title-form {
    display: inline-block;
    width: 100%;
    height: 38px;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(./lib/images/tab_find.png);
    vertical-align: middle;
    border-bottom: 0;
}

.section_form .bg-form>.col-inner .title-form h3 {
    margin: 0;
    padding: 3px 11px;
}

.section_form .bg-form>.col-inner .content-forem {
    padding: 10px;
    color: #fff;
    background: var(--primary-color);
}

.section_form .bg-form>.col-inner .content-forem p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.section_form .bg-form>.col-inner .content-forem input {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}

.section_form .bg-form>.col-inner .content-forem .btn-sub input {
    width: 100%;
    background: #f99d1b;
    border-radius: 5px;
}

.section_form .bg-form>.col-inner .content-forem .btn-sub .sb {
    opacity: 0;
}

.section_form .bg-form>.col-inner .content-forem .btn-sub .wpcf7-spinner {
    display: none;
}

.section_policy {
    margin-top: -100px;
    padding-top: 80px !important;
}

.section_policy .flex-policy>.col-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    overflow-x: auto;
}

.section_policy .flex-policy>.col-inner .icon-box {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
}

.section_policy .flex-policy>.col-inner .icon-box .icon-box-img {
    background: rgba(168, 206, 215, 0.6);
    border-radius: 50%;
    width: 60px !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.text-top p {
    margin: 0;
    color: var(--primary-color);
    text-align: center;
}

.text-bottom {
    text-align: center;
}

.title-md {
    margin: 0;
}

.title-md .section-title {
    border: none;
    justify-content: center;
}

.title-md .section-title .section-title-main {
    border: none;
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.box-text-products {
    text-align: left;
    position: initial;
}

.box-text-products .category {
    position: absolute;
    top: 40px;
    color: #fff;
    padding: 4px 10px;
    opacity: 1;
    font-size: 10px;
    font-size: 10px;
    background: #ffd200;
    color: #3b444e;
}

.badge-container {
    margin: 10px 0 0;
}

.badge {
    font-size: 10px;
    height: auto;
}

.badge-inner {
    color: #3b444e!important;
    padding: 4px 10px;
    font-size: 10px!important;
    font-weight: 400!important;
}

.section_tour .large-columns-3>.product-small:nth-child(n+7) {
    display: none;
}

.section_tour .large-columns-3>.product-small.active:nth-child(n+7) {
    display: block;
}

.btn_orance_border {
    width: 100px;
    height: 48px;
    background: url(../flatsome-child/lib/images/view_more.png) no-repeat;
    display: inline-block;
    background-size: 100%;
    text-indent: -99999%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.btn_orance_border:hover {
    filter: brightness(1.2) invert(1);
}

.section_discover .box-text {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #161616, transparent);
}

.section_discover .box-text .box-text-inner {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
}

.section_discover .box-text .box-text-inner a {
    color: #fff;
    font-size: 18px;
}

.section_discover .box-text .box-text-inner a:hover {
    color: #f99d1b;
}

.section_discover .col-inner .row {
    margin-left: -5px;
    margin-right: -5px;
}

.section_discover .row>.col {
    padding: 0 5px!important;
    margin-bottom: 10px;
}

@media(min-width:768px) {
    .section_discover .large-5 {
        flex-basis: 40%!;
        max-width: 40%;
    }
    .section_discover .large-2 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .catItem2 {
        width: 50%;
        padding-right: 5px;
        margin-bottom: 0!important;
        float: left;
    }
    .catItem3 {
        width: 50%;
        padding-left: 5px;
        margin-bottom: 0!important;
        float: left;
    }
    .catItem2 .box-text,
    .catItem3 .box-text {
        width: calc(100% - 5px);
    }
}

.section_tour_other .flickity-slider .section {
    padding: 0;
    width: calc(25% - 5px);
    margin-right: 10px;
}

@media(max-width:850px) {
    .section_tour_other .flickity-slider .section {
        padding: 0;
        width: calc(50% - 5px);
        margin-right: 10px;
    }
}

.section_tour_other .box-text {
    padding: 10px 0;
}

.section_tour_other .box-text a {
    color: #333;
}

.section_tour_other .box-text a:hover {
    color: #f99d1b;
}

.section_blogs .box-blog-post .box-text .is-divider {
    display: none;
}

.section_customer .flickity-slider .section .box-image {
    max-width: 195px;
    margin-bottom: 15px;
}

.section_customer .flickity-slider .section .box-text h4 {
    color: #f99d1b;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.section_customer .flickity-slider .section .box-text strong {
    color: #999;
    margin-top: 5px;
}

.section_customer .flickity-slider .section .box-text p {
    margin: 15px 0;
}

footer#footer {
    color: #ddd;
    padding-top: 50px;
    padding-bottom: 15px;
    background: #0e7a88;
}

footer#footer {
    color: #ddd;
}

footer#footer .tittle-footer h4 {
    color: #ddd;
    margin-bottom: 15px;
}

footer#footer a {
    color: #ddd;
    display: inline-block;
}

footer#footer .fa {
    color: #f99d1b;
    margin-right: 7px;
}

footer#footer a:hover {
    color: #f99d1b;
}

footer#footer a.color_87722f {
    margin-right: 30px;
}

footer#footer .info_right {
    padding-left: 25px;
    border-left: 1px solid;
}

.boder-top {
    border-top: 1px solid;
}

@media(max-width:767px) {
    .boder-top {
        text-align: center;
    }
    footer#footer .info_right {
        padding-left: 0;
        border-left: none;
        font-size: 14px;
    }
}

footer#footer .footer-form form .wpcf7-spinner {
    display: none;
}

footer#footer .footer-form form {
    margin-top: 10px;
    display: inline-block;
    position: relative;
}

footer#footer .social-icons a {
    margin-right: 10px;
    font-size: 14px;
}

footer#footer .footer-form input.wpcf7-email {
    min-height: 48px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
}

footer#footer .footer-form input.wpcf7-submit {
    position: absolute;
    top: 2px;
    right: 2px;
    margin: 0;
    min-height: 44px;
    background: #f99d1b;
    border-radius: 10px;
}

.absolute-footer {
    display: none;
}

.box-text {
    font-size: 14px;
}

.box-text .product-title {
    font-size: 16px;
}

a.icon-circle:hover,
a.remove:hover,
a:hover {
    color: #f99d1b;
}

.shop-container .product-small .product-title {
    font-size: 16px;
}

.shop-container .product-small .price bdi {
    font-size: 20px;
    color: #f99d1b;
    line-height: 24px;
    font-weight: 400;
}

.bg-main {
    background: #f7f5f4;
}

#shop-sidebar {
    padding: 8px;
    border: 1px solid #ccc;
}

#shop-sidebar .woof_container {
    padding-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
}

#shop-sidebar .woof_container:first-child {
    border-top: none;
}

#shop-sidebar .woof_container.woof_container_checkbox input {
    max-width: 20px;
    min-width: 20px;
    min-height: 20px;
}

#shop-sidebar .woof_container.woof_container_checkbox label {
    font-size: 14px;
    font-weight: 500;
    margin-left: 0;
}

.product-small.box .bottom {
    display: block;
    width: 100%;
    margin-top: -60px;
    z-index: 9;
    background: linear-gradient(to bottom, transparent 0%, transparent 38%, rgba(0, 0, 0, 0.5) 97%, #000 100%);
    color: #fff;
    padding: 25px 10px 5px!important;
    width: 100%;
    font-size: 12px;
}

.product-small.box .bottom span {
    vertical-align: middle;
    padding-right: 15px;
    color: #fff;
}

.product-small.box .price-wrapper .price span.amount {
    clear: both;
    font-size: 20px;
    color: #f99d1b;
    line-height: 24px;
    font-weight: 500;
}

@media(min-width:850px) {
    .header-main .header-nav-main .menu-item.has-dropdown .sub-menu .menu-item {
        display: block;
    }
    .header-main .header-nav-main .menu-item.has-dropdown .sub-menu {
        padding: 7px;
    }
    .header-main .header-nav-main .menu-item.has-dropdown .sub-menu .menu-item {
        display: block;
        width: 100%;
        position: relative;
    }
    .header-main .header-nav-main .menu-item.has-dropdown .sub-menu .menu-item>a {
        margin: 0;
        font-size: 16px;
        text-transform: initial;
        font-weight: 500;
        opacity: 1;
        color: #333;
    }
    .header-main .header-nav-main .menu-item.has-dropdown .sub-menu .menu-item:hover>a {
        color: var(--primary-color);
    }
    .nav-dropdown>li.nav-dropdown-col::before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 3px;
        top: 8px;
    }
    .header-main .header-nav-main .menu-item.has-dropdown .sub-menu .menu-item.nav-dropdown-col .sub-menu {
        position: absolute;
        background: #fff;
        top: 0;
        border-left: 1px solid#ccc;
        width: 100%;
        height: auto;
        overflow: hidden;
        opacity: 0;
        left: 0;
        pointer-events: none;
    }
    .header-main .header-nav-main .menu-item.has-dropdown .sub-menu .menu-item.nav-dropdown-col:hover>.sub-menu {
        height: auto;
        left: 100%;
        overflow: visible;
        opacity: 1;
        pointer-events: all;
    }
    .header-main .header-nav-main .menu-item.has-dropdown .sub-menu .menu-item.nav-dropdown-col:hover>.sub-menu li:hover a {
        color: var(--primary-color);
    }
}

.bg_f1f3f3 {
    background-color: #f1f3f3 !important;
}

.bg-before-white {
    position: relative;
}

.bg-before-white::before {
    position: absolute;
    background-color: #fff;
    width: calc(100% - 1em);
    height: 100%;
    content: '';
    z-index: 0;
    left: 1em;
}

@media(max-width: 849px) {
    .bg-before-white::before {
        width: 100%;
        left: 0;
    }
}

.product-main .product-info .box_promotion_price .color_price {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}

.product-main .product-info .box_promotion_price .color_price .price-wrapper {
    margin-left: 10px;
}

.product-main .product-info .box_promotion_price .color_price .price-wrapper span.amount bdi {
    font-size: 30px;
    color: var(--primary-color);
}

.box_tour_info tr,
.box_tour_info th,
.box_tour_info td {
    border: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: inherit;
}

.box_tour_info th {
    width: 190px;
}

.tbl_tour_info td {
    font-weight: bold;
    padding: 5px 0;
    color: #000;
}

.box_tour_review {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.text_bold {
    font-weight: bold;
}

.booking_now {
    display: inline-block;
    width: 100%;
    margin-top: 45px;
}

.booking_now .support_service {
    display: inline-block;
    width: 190px;
    text-align: center;
    float: left;
}

.booking_now .support_service p.color_666 {
    margin: 0;
    color: #666;
}

.booking_now .support_service p .size25 {
    color: var(--primary-color) !important;
    font-size: 25px !important;
}

.icon_phone_support {
    width: 49px;
    height: 49px;
    display: block;
    margin: 0 auto 10px;
    background: url(../flatsome-child/lib/images/icon_phone_support.png) no-repeat center center;
}

.booking_now .btn_book_box {
    display: inline-block;
    width: calc(100% - 190px);
    float: left;
}

.btn_book_box a,
.btn_book_box button {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 48px;
    height: 48px;
    border-radius: 5px;
    background-color: var(--primary-color) !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.btn_book_box a:hover,
.btn_book_box button:hover {
    color: #fff !important;
    opacity: 0.6;
}

.btn_book_box a.btn_tailor {
    color: #fff;
    text-transform: uppercase;
    background-color: #f99d1b !important;
}

@media(max-width:991px) {
    .btn_book_box a,
    .btn_book_box button {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
    .booking_now .support_service p .size25 {
        font-size: 18px !important;
    }
}

.dark .nav-vertical li li.menu-item-has-children>a,
.dark .nav-vertical-fly-out>li>a,
.dark .nav-vertical>li>ul li a,
.dark .nav>li.html,
.dark .nav>li>a,
.nav-dark .is-outline,
.nav-dark .nav>li>a,
.nav-dark .nav>li>button,
.nav-dropdown.dark .nav-column>li>a,
.nav-dropdown.dark>li>a {
    color: hsla(0, 0%, 100%, 1);
}

.nav-dropdown-default {
    padding: 5px;
}

.product-gallery .product-thumbnails.row {
    margin-left: -1px;
    margin-right: -1px;
}

.product-gallery .product-thumbnails.row .flickity-slider>.col {
    padding: 0 1px;
}

.product-gallery .product-thumbnails.row .flickity-slider>.col a {
    padding: 0 1px;
}

.product-gallery .product-images.mb-half {
    margin-bottom: 3px;
}

.related-products-wrapper .product-small.box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.related-products-wrapper .product-small.box .box-image {
    padding-top: calc(130px * 67 / 100);
    display: block;
    width: 130px;
    height: 0;
}

.related-products-wrapper .product-small.box .box-text-products {
    width: calc(100% - 135px);
    margin-left: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

.related-products-wrapper .product-small.box .box-text-products .bottom,
.related-products-wrapper .product-small.box .box-text-products .woocommerce-review-link,
.related-products-wrapper .product-small.box .box-text-products .category {
    display: none;
}

.header-nav-main.nav>li.menu-item>a>i {
    display: none;
}

.mobile-sidebar {
    background: #fff;
}

.mobile-sidebar .nav>li>a {
    color: #000;
}

.mobile-sidebar .nav-slide-header .toggle {
    text-transform: uppercase;
    color: #000;
    opacity: 1;
}

.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a,
.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a {
    color: hsla(0, 0%, 0%, 0.85);
}

#logo-sb {
    padding: 10px 0 0 10px
}