.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.woocommerce-no-products-found .message-container,
.alert-warning{
    color: #856404;
    background-color: #fff3cd;
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid #ffeeba;
    border-radius: .25rem;
    padding-right: 4rem;
}
.woocommerce-no-products-found .message-container{
    padding: .75rem 1.25rem !important;
}
/*Header*/
header .nav-dropdown{
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: auto;
    width: 220px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
}

header .nav>li:hover>ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
header .nav>li .nav-dropdown>li.nav-dropdown-col{
    display: block;
    width: 100%;
}
header .nav>li ul.sub-menu a{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
}
header .nav>li ul.sub-menu li.current-menu-parent > a,
header .nav>li ul.sub-menu a:hover{
    color: var(--fs-color-secondary);
}
header .nav>li ul.sub-menu ul.sub-menu {
    box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
    display: none !important;
    position: absolute;
    width: 250px;
    left: 100%;
    top: 0;
}
header .nav>li ul.sub-menu li{
    position: relative;
}
header .nav>li ul.sub-menu li.menu-item-has-children:after{
    content: "ï„‡";
    font-size: 16px;
    margin-left: .2em;
    opacity: .6;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    transform: rotate(-90deg) translateX(50%);
}
header .nav>li ul.sub-menu li:hover>ul.sub-menu {
    display: block !important;
    padding: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
}

.header-main .header-block{
    width: 150px;
}
.header-main .header-block .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 5px;
}

.popup-search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    display: none;
}
.popup-search .search-header {
    position: relative;
    max-width: 500px;
    margin: auto;
}
.search-header .search-smart .searchform-wrapper {
    position: initial;
    border-radius: 5px;
}

.search-header .search-smart .searchform-wrapper input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search-header .search-smart .searchform-wrapper button {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 5px;
    min-width: auto;
    min-height: auto;
}
.search-header .search-smart .searchform-wrapper .button.icon i{
    color: #fff;
}

.popup-search.active {
    display: flex;
}

.popup-search .live-search-results{
    position: absolute;
    top: 100%;
    background: #fff;
}

.backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5;
}

.d-none {
    display: none !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.search-header {
    position: relative
}

.search-header .search-smart .header-search-form {
    position: initial;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--fs-color-secondary);
    height: 38px
}

.search-header .search-smart .header-search-form input {
    width: 100%;
    height: 36px;
    padding-right: 80px;
    padding-left: 10px;
    border: 0
}

.search-header .search-smart .header-search-form button {
    position: absolute;
    right: 0px;
    width: 60px;
    height: 36px;
    background: transparent;
    border: 0;
    border-radius: 5px
}

.search-header .search-smart .header-search-form button svg path {
    fill: var(--fs-color-secondary)
}

.search-header .search-smart .header-search-form button:hover {
    opacity: 0.7
}

.search-header .search-suggest {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    border: solid 1px #dfe3e8;
    display: none;
    position: absolute;
    top: 115%;
    border-radius: 8px
}

.search-header .search-suggest .inner {
    max-height: 550px;
    overflow-y: auto;
    padding: 0 10px 10px 0
}

@media (max-width: 767px) {
    .search-header .search-suggest .inner {
        max-height:430px
    }
}

.search-header .search-suggest .inner::-webkit-scrollbar-thumb {
    background-color: var(--fs-color-secondary);
    outline: 1px solid var(--fs-color-secondary)
}

.search-header .search-suggest .inner::-webkit-scrollbar {
    width: 3px
}

.search-header .search-suggest.open {
    display: block;
    z-index: 99999;
    padding: 10px
}

.search-header .search-suggest.open .title {
    display: inline-block;
    color: #000
}

.search-header .list-search-style {
    text-align: center;
    margin-bottom: 10px
}

.search-header .list-search-style .title-search {
    text-align: left
}

.search-header .list-search-style .title-search span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block
}

.search-header .list-search-style .title-search span:before {
    background: var(--fs-color-secondary);
    content: '';
    right: 0;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 3px;
    display: block;
    z-index: 1;
    width: 40%
}

.search-header .list-search-style .see-more {
    color: #fff;
    padding: 8px 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    background: #000
}

.search-header .list-search-style .see-more:hover {
    background: var(--fs-color-secondary)
}

.search-header .list-search-style .product-smart,.search-header .list-search-style .art-smart {
    display: inline-block;
    padding: 0px 0px 8px;
    border-bottom: 1px solid #ededed;
    background: #fff;
    position: relative;
    width: 100%;
    text-align: left
}

.search-header .list-search-style .product-smart:first-child,.search-header .list-search-style .art-smart:first-child {
    margin-top: 5px
}

.search-header .list-search-style .product-smart:last-child,.search-header .list-search-style .art-smart:last-child {
    border-bottom: none
}

.search-header .list-search-style .product-smart .image_thumb,.search-header .list-search-style .art-smart .image_thumb {
    display: inline-block;
    float: left;
    width: 100%;
    width: 60px;
    text-align: center
}

.search-header .list-search-style .product-smart .image_thumb img,.search-header .list-search-style .art-smart .image_thumb img {
    object-fit: scale-down
}

.search-header .list-search-style .product-smart .product-info,.search-header .list-search-style .art-smart .product-info {
    display: block;
    float: left;
    width: calc(100% - 60px);
    -o-width: calc(100% - 60px);
    -moz-width: calc(100% - 60px);
    -webkit-width: calc(100% - 60px);
    padding-left: 10px
}

.search-header .list-search-style .product-smart .product-info,.search-header .list-search-style .art-smart .product-info {
    margin: 5px 0 5px;
    position: relative
}

.search-header .list-search-style .product-smart .product-info h3,.search-header .list-search-style .art-smart .product-info h3 {
    padding: 0;
    text-overflow: ellipsis;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
    padding-bottom: 3px;
    text-transform: capitalize
}

@media (max-width: 1199px) {
    .search-header .list-search-style .product-smart .product-info h3,.search-header .list-search-style .art-smart .product-info h3 {
        font-size:14px
    }
}

.search-header .list-search-style .product-smart .product-info h3:hover,.search-header .list-search-style .art-smart .product-info h3:hover {
    color: var(--fs-color-secondary)
}

.search-header .list-search-style .product-smart .product-info h3 a,.search-header .list-search-style .art-smart .product-info h3 a {
    color: #000
}

.search-header .list-search-style .product-smart .product-info h3 a:hover,.search-header .list-search-style .art-smart .product-info h3 a:hover {
    color: var(--fs-color-secondary)
}

.search-header .list-search-style .product-smart .product-info .price-box,.search-header .list-search-style .art-smart .product-info .price-box {
    color: red;
    line-height: 23px;
    display: block;
    font-size: 14px;
    font-weight: 500
}

.search-header .list-search-style .product-smart .product-info .price-box .price,.search-header .list-search-style .art-smart .product-info .price-box .price {
    padding-right: 5px
}

.search-header .list-search-style .product-smart .product-info .price-box .compare-price,.search-header .list-search-style .art-smart .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #969696;
    line-height: 24px;
    font-weight: 300
}

/*Cat product*/
.my-account-header,
.shop-page-title{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--fs-color-secondary) !important;
    min-height: 150px;
    display: flex;
    align-items: center;
    background-image: none;
    color: #fff;
}
.shop-page-title .page-title-bg{
    display: none;
}
.my-account-header h1,
.shop-page-title .breadcrumbs a,
.shop-page-title .breadcrumbs{
    color: #fff;
}
.page-title-inner{
    display: none;
}
.dnw-box-top-products{
    margin-bottom: 20px;
    text-align: right;
    position: relative;
    border-bottom: 1px solid #E2E6F2;
    padding-bottom: 20px;
    min-height: 50px;
}
.dnw-box-top-products .filter-list-grid {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.dnw-box-top-products .filter-list-grid a {
    display: inline-flex;
    margin-right: 5px;
}
.dnw-box-top-products .filter-list-grid a .button-view-mode {
    height: 30px;
    border: 1px solid #E2E6F2;
    width: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    display: flex;
}
.dnw-box-top-products .filter-list-grid a .button-view-mode svg {
    position: relative;
    height: 15px;
}
.dnw-box-top-products .filter-list-grid a .button-view-mode svg path {
    stroke: #E2E6F2;
}
.dnw-box-top-products .filter-list-grid a.active .button-view-mode svg path {
    stroke: var(--fs-color-secondary);
}
.dnw-box-top-products .filter-list-grid a.active .button-view-mode {
    border-color: var(--fs-color-secondary);
}
.dnw-box-top-products .woocommerce-ordering,
.dnw-box-top-products .woocommerce-ordering select{
    margin: 0 !important;
}
.dnw-box-top-products .woocommerce-ordering select{
    padding: 0 25px 0 10px;
    font-size: 12px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}


.products-view > .product-small{
    padding-bottom: 0 !important;
}
.item_product_main {
    margin-bottom: 15px;
    position: relative;
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #E2E6F2;
    transition: all ease-in-out .2s;
    overflow: hidden;
    padding: 10px;
}

.dnw-products-layout-grid .align-equal .item_product_main {
    height: 100%;
    margin-bottom: 0;
}
.item_product_main .product-thumbnail {
    position: relative;
    overflow: hidden;
}
.item_product_main .product-thumbnail .image-zoom a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 66.66667%;
}
.item_product_main .product-thumbnail .image-zoom a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(32, 47, 89, 0.6);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.item_product_main .product-thumbnail .image-zoom img {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border-radius: 10px;
}

.item_product_main .product-info {
    z-index: 1;
    position: relative;
}
.item_product_main .product-info .product-variant {
    color: #99A2BC;
    margin-bottom: 5px;
}
.item_product_main .product-info .product-title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.4;
}
.item_product_main .product-info .product-title a {
    color: #212633;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    height: 44px;
}
.item_product_list.item_product_main .product-info .product-title a{
    height: auto;
}
.item_product_main .product-info .product-review {
    gap: 4px;
    margin-bottom: 7px;
}
.item_product_main .product-info .product-review i {
    background: url(../images/star.webp) center no-repeat;
    width: 14px;
    height: 14px;
    background-size: contain;
}
.item_product_main .product-info .time {
    display: flex;
    align-items: center;
    margin: 5px 0 0;
    color: #99A2BC;
    min-height: 21px;
}
.item_product_main .product-info .time svg {
    margin-right: 5px;
}
.item_product_main .product-info .time b {
    margin-left: 2px;
}
.item_product_main .product-info .start {
    padding-left: 22px;
    margin-bottom: 5px;
    position: relative;
    color: #99A2BC;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item_product_main .product-info .start svg {
    position: absolute;
    left: 0;
    top: 2px;
    margin-right: 5px;
}
.item_product_main .product-info .outstanding-amenities{
    gap: 5px;
    margin: 5px 0;
    flex-wrap: wrap;
}
.item_product_main .product-info .outstanding-amenities .item{
    background: #ededed;
    border-radius: 5px;
    padding: 2px 7px;
}
.item_product_main .product-info .price-wrapper .price{
    margin: 0 0 10px;
    font-size: 16px;
    color: #ed3226;
    font-weight: 700;
}
.item_product_main .product-info .price-wrapper .price .amount{
    color: #ed3226;
}
.item_product_main .product-info .price-wrapper .price del {
    color: #76809b;
    font-size: 12px;
}
.item_product_main .product-info .price-wrapper .price del .amount{
    color: #76809b;
    font-weight: 500;
    opacity: 1;
}
.item_product_main .product-info .view-detail a {
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    color: var(--fs-color-secondary);
    font-size: 16px;
    border: 1px solid var(--fs-color-secondary);
    border-radius: 16px;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.item_product_main .product-info .view-detail a:hover {
    background: var(--fs-color-secondary);
    color: #fff;
}
del span.amount{
    margin-left: .3em;
    margin-right: 0 !important;
}

.single-product .product-gallery .woosw-btn,
.item_product_main .product-thumbnail .woosw-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    min-width: auto;
    min-height: auto;
    padding: 0;
}
.single-product .product-gallery .woosw-btn span,
.item_product_main .product-thumbnail .woosw-btn span{
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    color: #fff;
}
.single-product .product-gallery .woosw-btn.woosw-btn-added span,
.single-product .product-gallery .woosw-btn:hover span,
.item_product_main .product-thumbnail .woosw-btn:hover span,
.item_product_main .product-thumbnail .woosw-btn:hover span{
    background-color: var(--primary-color);
}

.single-product .product-gallery .badge-container.left,
.item_product_main .badge-container.left{
    top: 20px;
    left: 20px;
    margin: 0;
}

.single-product .product-gallery .badge-container .on-sale,
.item_product_main .badge-container .on-sale{
    background-color: transparent;
    background-image: url(../images/background-smart.webp);
    background-repeat: no-repeat;
    font-size: 12px;
    border-radius: 5px;
    color: #ffff;
    height: 24px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.item_product_main .product-thumbnail .image-popup {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/camera.webp) center no-repeat rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    z-index: 9;
    border: 1px #EBE6DE solid;
}
.mfp-gallery .mfp-image-holder{
    padding: 0 8px !important;
}
.mfp-gallery.mfp-ready .mfp-content{
    transform: initial !important;
}
.mfp-gallery.mfp-ready .mfp-arrow-left, .mfp-gallery.mfp-ready .mfp-arrow-right{
    transform: initial !important;
}
.mfp-gallery .mfp-arrow{
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
}
.mfp-gallery img.mfp-img{
    padding: 40px 0 40px;
}
/*Shortcode product slider*/
.dnw-product-slider-container .product.col{
    padding: 0;
}
/*Shortcode product 2 row*/
.custom-slider-container .mySwiper-2row .col{
    padding: 0;
}
.custom-slider-container .mySwiper-2row .item_product_main{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0;
}
.custom-slider-container .mySwiper-2row .item_product_main .product-thumbnail{
    width: 280px;
    margin-bottom: 0;
}
.custom-slider-container .mySwiper-2row .item_product_main .product-info{
    padding: 0;
    width: calc(100% - 300px);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}
.custom-slider-container .mySwiper-2row .item_product_main .view-detail{
    display: none;
}
@media (max-width: 991px) and (min-width: 767px) {
    .custom-slider-container .mySwiper-2row .item_product_main{
        padding-right: 10px;
        padding-left: 10px;
    }
    .custom-slider-container .mySwiper-2row .item_product_main .product-thumbnail {
        width: 220px;
    }
}
@media (max-width: 767px) {
    .custom-slider-container .mySwiper-2row .item_product_main{
        display: block;
    }
    .custom-slider-container .mySwiper-2row .item_product_main .product-thumbnail{
        width: 100%;
        margin-bottom: 10px;
    }
    .custom-slider-container .mySwiper-2row .item_product_main .product-info{
        padding: 0;
        width: 100%;
    }
}

/*Single product*/
.single-product .product-header{
    margin-top: 30px;
}
.title-product {
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 15px;
    line-height: 1.2;
}
.product-meta {
    display: flex;
    margin-bottom: 30px;
}
.product-meta .item {
    margin-right: 30px;
    display: flex;
}
.product-meta .item .icon {
    width: 45px;
    height: 45px;
    border-radius: 16px;
    background: #0e894b5e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-meta .item .icon svg,
.product-meta .item .icon svg path{
    stroke: var(--fs-color-secondary) !important;
}
.product-meta .item .info {
    padding-left: 10px;
    width: calc(100% - 45px);
}
.product-meta .item .info .title {
    color: #76809B;
    font-weight: 300;
}
.product-meta .item .info .content {
    color: var(--fs-color-secondary);
}
.single-product .button.single_add_to_cart_button{
    color: #fff !important;
    max-width: 100%;
    border: none;
    height: 40px;
    margin-right: 0;
    display: block;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    border-radius: 5px;
    background-color: var(--primary-color);
}
.product-hotline {
    background: var(--fs-color-secondary);
    color: #fff !important;
    max-width: 100%;
    border: none;
    height: 40px;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    border-radius: 5px;
}
.single-product .product-main{
    padding-top: 0;
}
.single-product .product-gallery-slider img{
    border-radius: 16px;
}
.single-product .product-thumbnails a {
    border: 1px solid #f5f6f8;
    cursor: pointer;
    background: #fff;
    padding: 5px;
    border-radius: 16px;
}
.single-product .product-thumbnails img{
    border-radius: 10px;
    margin-bottom: 0;
    opacity: 1;
}
.single-product .product-thumbnails .is-nav-selected a img,
.single-product .product-thumbnails a:hover img{
    transform: initial;
}
.single-product .product-thumbnails .is-nav-selected a,
.single-product .product-thumbnails a:hover{
    border: 1px solid var(--primary-color);
}


.single-product .product-gallery .image-tools.bottom.left{
    width: 100%;
}
.single-product .product-gallery .image-tools.bottom.left .zoom-button{
    width: 30px !important;
}
.single-product .product-gallery .woosw-btn{
    top: initial;
    left: initial;
    right: 10px;
    bottom: 10px;
    z-index: 99;
}
.single-product .product-gallery .woosw-btn span{
    width: 35px;
    height: 35px;
    font-size: 20px;
}
.single-product .product-summary {
    background: #fff;
    border: 1.5px solid #eeeeee;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.single-product .product-summary .price-wrapper .price{
    font-size: 30px;
    font-weight: 500;
    color: #ed3226;
}
.single-product .product-summary .price-wrapper .price ins span.amount{
    color: #ed3226;
}
.single-product .product-summary .price-wrapper del,
.single-product .product-summary .price-wrapper del span.amount{
    color: #76809B;
    font-size: 16px;
}
.single-product .product-summary .price-wrapper del .woocommerce-Price-currencySymbol{
    vertical-align: text-top;
}

.single-product .product-content{
    margin-top: 50px;
}

.single-product .product-tabs{
    border-bottom: 3px solid var(--fs-color-secondary);
}
.single-product .product-tabs > li {
    margin-right: 10px !important;
}
.single-product .product-tabs > li > a{
    height: 50px;
    background: #0e894b5e;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0 35px;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 16px;
    border: 0 !important;
    text-transform: initial;
    font-weight: 500;
    line-height: 1.4;
    color: #212633;
}
.single-product .product-tabs li:hover > a,
.single-product .product-tabs li.active > a{
    background: var(--fs-color-secondary);
    color: #fff;
}
.single-product .woocommerce-tabs .tab-panels{
    border: 0 !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.single-product .woocommerce-tabs table{
    border: none;
    width: 100% !important;
    margin-bottom: 15px;
    border-collapse: collapse;
}
.single-product .woocommerce-tabs table th,
.single-product .woocommerce-tabs table td {
    padding: 5px 8px;
    border-color: #afafaf;
}
.single-product .product-gallery .share-icons{
    position: relative;
    padding: 20px 0 0;
    margin: 0;
    color: #55585C;
}
.single-product .product-gallery .share-icons:before{
    content: 'Share';
    font-size: 14px;
    margin-right: 5px;
    padding-left: 20px;
    display: inline-block;
    height: 20px;
    background-image: url(../images/share.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px;
}
.single-product .product-gallery .share-icons .button.icon{
    background: var(--fs-color-secondary);
    border: 0;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0;
}

/*singe hotel*/
.layout-hotel-type .shop-page-title{
    display: none;
}
.product-images-hotel .product-image-block {
    text-align: center;
}
.product-images-hotel .product-image-block .swiper-image {
    position: relative;
}
.product-images-hotel .gallery-top {
    border: none;
    margin-bottom: 30px;
    border-radius: 0;
}
.product-images-hotel .gallery-top .swiper-slide {
    padding-bottom: 0;
    height: auto;
    display: block;
}
.product-images-hotel .gallery-top .swiper-slide span {
    padding-bottom: 66.66667%;
    display: block !important;
}
.product-images-hotel .swiper-slide img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: absolute;
    border-radius: 0;
}

.meta-hotel{
    color: var(--fs-color-secondary);
    margin-bottom: 1rem;
}
.meta-hotel-2{
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.meta-hotel-2 span {
    padding-left: 35px;
    line-height: 30px;
    position: relative;
}
.meta-hotel-2 span img {
    width: 25px;
    position: absolute;
    top: 2px;
    left: 0;
}
.layout-hotel-type .product-short-description {
    margin-bottom: 30px;
}
.layout-hotel-type .hotel-title, .layout-hotel-type .product-content h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.layout-hotel-type .box-outstanding-amenities {
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.layout-hotel-type .box-outstanding-amenities .item {
    background: #fbd6d4;
    padding: 25px 10px;
    flex: 1;
    border-radius: 5px;
    margin-bottom: 10px;
}
.layout-hotel-type .box-outstanding-amenities .item img {
    min-width: 38px;
    width: 38px;
    margin-right: 16px;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}
.layout-hotel-type .box-hotel-amenities {
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.layout-hotel-type .box-hotel-amenities .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
}
.layout-hotel-type .box-hotel-amenities .item img {
    margin-right: 16px;
    width: 30px;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}


.box-room-list {
    margin-bottom: 50px
}

.box-room-list .first {
    font-weight: bold;
    margin-bottom: 20px;
    color: #666;
    font-size: 16px
}

@media (max-width: 767px) {
    .box-room-list .first {
        display:none
    }
}

.box-room-list .item {
    border-top: 1px dotted #ddd;
    padding-top: 20px;
    margin-bottom: 20px
}

.box-room-list .item .name a {
    color: var(--fs-color-secondary);
    font-size: 16px;
    font-weight: bold
}

.box-room-list .item p {
    margin: 0
}

.box-room-list .item p:nth-child(2) strong,.box-room-list .item p:nth-child(2) b {
    display: inline-block;
    font-size: 10px;
    color: #666;
    background-color: #ddd;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px;
    font-weight: normal;
    line-height: 15px
}

.box-room-list .item .more {
    color: #0657a3;
    padding-top: 10px
}

.box-room-list .item ul{
    margin: 0;
    list-style: none;
}
.box-room-list .item ul li {
    padding-left: 16px;
    background-size: 12px !important;
    margin-bottom: 0;
}

.box-room-list .item ul li.room {
    background: url(../images/room/user.webp) 0 6px no-repeat
}

.box-room-list .item ul li.view {
    background: url(../images/room/eye.webp) 0 5px no-repeat
}

.box-room-list .item ul li.bed {
    background: url(../images/room/bed.webp) 0 5px no-repeat
}

.box-room-list .item ul li.area {
    background: url(../images/room/wide.webp) 0 5px no-repeat
}

.box-room-list .item ul li:nth-child(5) {
    background: url(../images/room/marker.webp) 0 5px no-repeat
}

.box-room-list .item .number,.box-room-list .item .price {
    display: flex;
    align-items: center;
    justify-content: center
}

.box-room-list .item .number i,.box-room-list .item .price i {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    background: url(../images/room/user.webp) center no-repeat;
    background-size: 12px
}

.box-room-list .item .price {
    text-align: center
}

.box-room-list .item .price b {
    display: block;
    color: #ed3226;
    margin-bottom: 15px;
    font-size: 16px
}

.box-room-list .item .price span {
    background: #ffe8d6;
    cursor: pointer;
    display: block;
    border: 1px solid #fa8401;
    padding: 10px 10px;
    font-weight: bold;
    color: #e9680c;
    border-radius: 5px
}

@media (max-width: 767px) {
    .box-room-list .item .image {
        margin-bottom:15px
    }

    .box-room-list .item .number,.box-room-list .item .price {
        justify-content: flex-start
    }

    .box-room-list .item .price {
        text-align: left;
        padding-top: 10px
    }

    .box-room-list .item .price .text {
        min-width: 100%
    }

    .box-room-list .item .price span {
        text-align: center
    }
}
.popup-room {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    overflow: auto;
    z-index: 99999;
}
.popup-room.active {
    opacity: 1;
    visibility: visible;
}
.popup-room .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.popup-room .content-pop {
    max-width: 950px;
    padding: 10px 0;
    width: 100%;
    max-height: 95vh;
    overflow: auto;
    position: relative;
    background: #FFF;
}
.popup-room .content-pop .ship-name {
    font-weight: bold;
    color: var(--fs-color-secondary);
    font-size: 20px;
    padding: 0 40px 5px 15px;
}
.popup-room .content-pop .close {
    background: url(../images/room/close.webp) center no-repeat;
    position: absolute;
    top: 18px;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    opacity: 1;
    cursor: pointer;
    z-index: 9;
}
.popup-room .content-pop .row {
    margin: 0;
}
.popup-room .content-pop .title {
    position: relative;
    text-align: center;
}
.popup-room .content-pop .title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    top: 50%;
}
.popup-room .content-pop .title span {
    display: inline-block;
    vertical-align: top;
    background: #FFF;
    padding: 0 10px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: var(--fs-color-secondary);
}
.popup-room .content-pop .content-1 {
    margin-bottom: 20px;
}
.popup-room .content-pop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.popup-room .content-pop .content-1 ul li {
    padding-left: 16px;
    display: inline-block;
    margin-right: 15px;
    background-size: 12px !important;
}
.popup-room .gallery-hotel-top {
    margin-bottom: 10px;
}

.popup-room .swiper-image{
    overflow: hidden;
}
.popup-room .swiper-image {

}
.product-policy-content table {
    border: none;
    width: 100% !important;
    margin-bottom: 15px
}

.product-policy-content table td {
    border: none;
    border-bottom: 1px dashed #9e9e9e;
    padding: 7px 10px 7px 0
}

.product-policy-content table td:nth-child(1) {
    width: 200px
}


/*Form book*/
#bookingForm .tab-chieu {
    background-color: #afafaf;
    color: white;
    border-radius: 5px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
#bookingForm .tab-chieu.active {
    background: var(--primary-color);
    color: #FFF;
}
#bookingForm label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}
#bookingForm label span {
    color: red;
}
#bookingForm input, #bookingForm textarea, #bookingForm select {
    width: 100%;
    border: 1px #ebebeb solid;
    border-radius: 5px;
    min-height: 35px;
    padding: 0 10px;
    margin-bottom: 10px;
}
#bookingForm textarea{
    height: 120px;
}
#bookingForm input.bus-money {
    color: red;
    font-weight: bold;
}
#bookingForm button {
    background: var(--primary-color);
    color: #FFF;
    width: 100%;
    border: none;
    height: 40px;
    margin: 0 auto 10px;
    display: block;
    border-radius: 5px;
}
.form-book-hotel button{
    margin-top: 15px !important;
}
.form-book-hotel .price-room .price_room,
.form-book-hotel .number-room .number_room,
.form-book-hotel .price-total .price_total{
    font-weight: bold;
    font-size: 18px;
    min-width: 50px;
    display: inline-block;
}
.form-book-hotel .price-total .price_total{
    color: red;
}


/*Blog*/
.box-blog-post .is-divider{
    display: none;
}
.box-blog-post .post-title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: .5rem;
}
.box-blog-post .post-title a {
    color: #2B2F34;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    min-height: 39px;
}
.box-blog-post .box-image img {
    border-radius: 8px;
}

.box-blog-post .box-text .from_the_blog_excerpt{
    color: #76809B;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 3;
    min-height: 39px;
}

    /*Blog home*/
.box-blog-home > .col-inner{
    border: 1px solid #E2E6F2;
    border-radius: 16px;
    padding: 15px;
}
.box-blog-home .title-box-blog{
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E6F2;
    padding-bottom: 20px;
}
.box-blog-home .title-box-blog p{
    font-size: 18px;
    height: 52px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    background: #0e894b5e;
    justify-content: center;
    border-radius: 16px;
    padding: 0 20px;
    color : var(--fs-color-secondary);
    margin: 0;
}
.box-blog-home .title-box-blog p a{
    color: inherit;
}
.box-blog-home .button.is-link{
    font-size: 16px;
    color: var(--fs-color-secondary);
    text-transform: initial;
    margin-right: 0;
}

.box-blog-home .button.is-link:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #0e894b; /* MÃ u cá»§a icon */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 0L6.59 1.41L12.17 7H0V9H12.17L6.59 14.59L8 16L16 8L8 0Z' fill='%230e894b'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 0L6.59 1.41L12.17 7H0V9H12.17L6.59 14.59L8 16L16 8L8 0Z' fill='%230e894b'/%3E%3C/svg%3E");
    background-size: cover;
    position: relative;
    bottom: -2px;
    margin-left: 5px;
}

.post-list-home .post-item{
    padding-bottom: 20px;
}
.post-list-home .post-item:last-child{
    padding-bottom: 0;
}
.post-list-home .box-vertical .box-text{
    padding: 0 0 0 15px;
}

/*Search*/
.dnw-search-wrap .tabbed-content .nav-tabs>li{
    padding: 0 25px;
    line-height: 50px;
    background: #FFF;
    cursor: pointer;
    margin: 0;
}
.dnw-search-wrap .tabbed-content .nav-tabs>li>a{
    padding: 0;
    border: 0;
    background: transparent;
    color: #333;
    font-family: "Roboto", sans-serif;
}
.dnw-search-wrap .tabbed-content .nav-tabs>li.active>a{
    color: #fff;
}
.dnw-search-wrap .tabbed-content .nav-tabs>li:first-child {
    border-top-left-radius: 5px;
}
.dnw-search-wrap .tabbed-content .nav-tabs>li:last-child {
    border-top-right-radius: 5px;
}
.dnw-search-wrap .tabbed-content .nav-tabs>li.active {
    background: var(--fs-color-secondary);
    color: #FFF;
}
.dnw-search-wrap .tabbed-content .nav-tabs li img {
    margin-right: 5px;
}
.dnw-search-wrap .tabbed-content .nav-tabs li.active img {
    filter: brightness(0) invert(1);
}

.dnw-search-wrap .nav-tabs+.tab-panels{
    border: 2px solid var(--fs-color-secondary);
    border-radius: 16px;
    padding: 25px 20px;
    background: #fff;
}
.dnw-search-wrap form input,
.dnw-search-wrap form select,
.dnw-search-wrap form{
    margin-bottom: 0;
}
.dnw-search-wrap .group-search {
    display: flex;
    align-items: center;
}
.dnw-search-wrap .group-search .icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: #0e894b5e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dnw-search-wrap .group-search-content {
    width: calc(100% - 40px);
    padding-left: 15px;
    position: relative;
}
.dnw-search-wrap .group-search.group-location .group-search-content {
    padding-left: 0;
    width: 100%;
    position: relative;
}
.dnw-search-wrap .group-search-content .chose {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: 1px solid var(--fs-color-secondary);
    padding: 0 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #76809B;
}
.dnw-search-wrap .group-search-content input {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: 1px solid var(--fs-color-secondary);
    padding: 0 10px;
}
.dnw-search-wrap .group-search .group-search-content .list {
    display: none;
    position: absolute;
    top: 100%;
    border-radius: 10px;
    border: 1px solid var(--fs-color-secondary);
    padding: 10px;
    background: #fff;
    z-index: 99;
    min-width: calc(100% - 15px);
}
.dnw-search-wrap .group-search-content .list .items-list {
    margin-top: 5px;
}
.dnw-search-wrap .group-search .group-search-content .list .items-list .scroll {
    max-height: 285px;
    overflow: auto;
}
.dnw-search-wrap .group-search .group-search-content .list .items-list span {
    display: block;
    color: #76809B;
    cursor: pointer;
}
.dnw-search-wrap .btn-search {
    min-height: auto;
    height: 44px;
    border: initial;
    border-radius: 10px;
    color: #e6f4ff;
    background: var(--fs-color-secondary);
    font-size: 13px;
    width: 100%;
    cursor: pointer;
    margin: 0;
    line-height: initial;
}
.section-search{
    z-index: 2;
}

/*Testomonial*/
.dnw_box_slide .slider-nav-simple .flickity-prev-next-button .flickity-button-icon {
    height: 42px;
    width: 42px;
    max-width: 42px
}

.slider-nav-dots-square .flickity-page-dots .dot {
    border-radius: 0
}

.slider-nav-light .flickity-page-dots .dot:before {
    color: rgb(255 255 255 / 45%);
    font-size: 16px
}

.dnw_box_slide ol.flickity-page-dots {
    display: flex;
    align-items: center;
    justify-content: center
}

.dnw_box_slide ol.flickity-page-dots .dot {
    background: unset;
    border: unset;
    opacity: 1;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin: 0
}

.dnw_box_slide ol.flickity-page-dots .dot.is-selected {
    background: unset
}

.dnw_box_slide ol.flickity-page-dots .dot:after {
    content: "";
    width: 40px;
    display: inline-block;
    height: 2px;
    background: rgb(255 255 255 / 45%);
    opacity: 1;
    margin: 0 5px
}

.slider-nav-light .flickity-page-dots .dot.is-selected:before {
    color: #ffd800;
    font-weight: 700;
    font-size: 16px
}

.dnw_box_slide ol.flickity-page-dots .dot:nth-child(1):before {
    content: "01"
}

.dnw_box_slide ol.flickity-page-dots .dot:nth-child(2):before {
    content: "02"
}

.dnw_box_slide ol.flickity-page-dots .dot:nth-child(3):before {
    content: "03"
}

.dnw_box_slide ol.flickity-page-dots .dot:nth-child(4):before {
    content: "04"
}

.dnw_box_slide ol.flickity-page-dots .dot:nth-child(5):before {
    content: "05"
}

.dnw_box_slide ol.flickity-page-dots .dot:nth-child(6):before {
    content: "06"
}

.dnw_box_slide ol.flickity-page-dots .dot:nth-child(7):before {
    content: "07"
}

.dnw_box_slides .slider-nav-simple .flickity-prev-next-button.previous .flickity-button-icon,.dnw_box_products .slider-nav-simple .flickity-prev-next-button.previous .flickity-button-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ0My41MiA0NDMuNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTE0My40OTIsMjIxLjg2M0wzMzYuMjI2LDI5LjEyOWM2LjY2My02LjY2NCw2LjY2My0xNy40NjgsMC0yNC4xMzJjLTYuNjY1LTYuNjYyLTE3LjQ2OC02LjY2Mi0yNC4xMzIsMGwtMjA0LjgsMjA0LjggICAgYy02LjY2Miw2LjY2NC02LjY2MiwxNy40NjgsMCwyNC4xMzJsMjA0LjgsMjA0LjhjNi43OCw2LjU0OCwxNy41ODQsNi4zNiwyNC4xMzItMC40MmM2LjM4Ny02LjYxNCw2LjM4Ny0xNy4wOTksMC0yMy43MTIgICAgTDE0My40OTIsMjIxLjg2M3oiIGZpbGw9IiM5YzljOWMiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+)
}

.dnw_box_slides .slider-nav-simple .flickity-prev-next-button.next .flickity-button-icon,.dnw_box_products .slider-nav-simple .flickity-prev-next-button.next .flickity-button-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDc5Mi4wMzMgNzkyLjAzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8ZyBpZD0iX3gzOF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjE3Ljg1OCwzNzAuODk2TDIyMS41MTMsOS43MDVjLTEzLjAwNi0xMi45NC0zNC4wOTktMTIuOTQtNDcuMTA1LDBjLTEzLjAwNiwxMi45MzktMTMuMDA2LDMzLjkzNCwwLDQ2Ljg3NCAgICAgbDM3Mi40NDcsMzM5LjQzOEwxNzQuNDQxLDczNS40NTRjLTEzLjAwNiwxMi45NC0xMy4wMDYsMzMuOTM1LDAsNDYuODc0czM0LjA5OSwxMi45MzksNDcuMTA0LDBsMzk2LjM0Ni0zNjEuMTkxICAgICBjNi45MzItNi44OTgsOS45MDQtMTYuMDQzLDkuNDQxLTI1LjA4N0M2MjcuNzYzLDM4Ni45NzIsNjI0Ljc5MiwzNzcuODI4LDYxNy44NTgsMzcwLjg5NnoiIGZpbGw9IiM5YzljOWMiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==)
}

.slider-nav-simple.slider-nav-light .flickity-prev-next-button.previous .flickity-button-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ0My41MiA0NDMuNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTE0My40OTIsMjIxLjg2M0wzMzYuMjI2LDI5LjEyOWM2LjY2My02LjY2NCw2LjY2My0xNy40NjgsMC0yNC4xMzJjLTYuNjY1LTYuNjYyLTE3LjQ2OC02LjY2Mi0yNC4xMzIsMGwtMjA0LjgsMjA0LjggICAgYy02LjY2Miw2LjY2NC02LjY2MiwxNy40NjgsMCwyNC4xMzJsMjA0LjgsMjA0LjhjNi43OCw2LjU0OCwxNy41ODQsNi4zNiwyNC4xMzItMC40MmM2LjM4Ny02LjYxNCw2LjM4Ny0xNy4wOTksMC0yMy43MTIgICAgTDE0My40OTIsMjIxLjg2M3oiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiPjwvcGF0aD4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+)
}

.slider-nav-simple.slider-nav-light .flickity-prev-next-button.next .flickity-button-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDc5Mi4wMzMgNzkyLjAzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8ZyBpZD0iX3gzOF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjE3Ljg1OCwzNzAuODk2TDIyMS41MTMsOS43MDVjLTEzLjAwNi0xMi45NC0zNC4wOTktMTIuOTQtNDcuMTA1LDBjLTEzLjAwNiwxMi45MzktMTMuMDA2LDMzLjkzNCwwLDQ2Ljg3NCAgICAgbDM3Mi40NDcsMzM5LjQzOEwxNzQuNDQxLDczNS40NTRjLTEzLjAwNiwxMi45NC0xMy4wMDYsMzMuOTM1LDAsNDYuODc0czM0LjA5OSwxMi45MzksNDcuMTA0LDBsMzk2LjM0Ni0zNjEuMTkxICAgICBjNi45MzItNi44OTgsOS45MDQtMTYuMDQzLDkuNDQxLTI1LjA4N0M2MjcuNzYzLDM4Ni45NzIsNjI0Ljc5MiwzNzcuODI4LDYxNy44NTgsMzcwLjg5NnoiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==)
}

.slider-nav-simple .flickity-prev-next-button .flickity-button-icon {
    padding: unset;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
}

.slider-nav-simple .flickity-prev-next-button .flickity-button-icon path {
    display: none
}
.dnw_slide_dot_cricle ol.flickity-page-dots {
    bottom: -20px
}

.dnw_box_news .dnw_slide_dot_cricle ol.flickity-page-dots {
    bottom: 0
}

.dnw_slide_dot_cricle ol.flickity-page-dots .dot {
    background-color: #dedede;
    width: 10px;
    height: 10px;
    padding: unset;
    border: unset;
    margin: 0 5px;
    position: relative;
    opacity: 1
}

.dnw_slide_dot_cricle ol.flickity-page-dots .dot.is-selected {
    background: var(--primary-color);
    margin: 0 10px
}

.dnw_slide_dot_cricle ol.flickity-page-dots .dot.is-selected:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    border-color: var(--primary-color);
    border-style: solid;
    border-radius: 99px;
    border-width: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.dnw_box_customer_says .section {
    padding: 0 15px!important
}

.dnw_box_customer_says .row .section.col {
    max-width: calc(100% / 3);
    flex-basis: calc(100% / 3)
}

.dnw_box_customer_says .row .section.col:not(.is-selected) .icon-box-text {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center
}
.dnw_box_customer_says .star-rating span:before{
    color: rgb(255, 184, 0);
}
/*.dnw_box_customer_says .row .section.col:not(.is-selected) .icon-box-text {*/
/*    margin-bottom: 22px*/
/*}*/

.dnw_box_customer_says .row .section.col:not(.is-selected) .icon-box-text .star-rating,
.dnw_box_customer_says .row .section.col:not(.is-selected) .icon-box-text .dnw_content {
    opacity: 0
}

.dnw_box_customer_says .row .section.col .icon-box-img.testimonial-image {
    height: 150px;
    display: flex;
    margin-bottom: 20px
}

.dnw_box_customer_says .row .section.col .icon-box-img.testimonial-image img {
    width: 120px;
    margin: auto;
    display: block
}

.dnw_box_customer_says .row .section.col.is-selected .icon-box-img.testimonial-image img {
    width: 100%
}

.dnw_box_customer_says .row .section.col .icon-box-text .testimonial-text .dnw_content {
    font-size: 14px;
    font-style: normal;
    color: #636363
}

.dnw_box_customer_says .row .section.col .icon-box-text .testimonial-text .dnw_content {
    position: relative;
    padding-bottom: 40px
}

.dnw_box_customer_says .row .section.col.is-selected .icon-box-text .testimonial-text .dnw_content {
    display: block
}

.dnw_box_customer_says .row .section.col .icon-box-text .testimonial-text .dnw_content:after {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/block.png);
    background-size: 24px 16px;
    width: 24px;
    height: 16px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%)
}

.dnw_box_customer_says .row .section.col .testimonial-meta.pt-half {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px
}

.dnw_box_customer_says .row .section.col .testimonial-meta.pt-half strong.testimonial-name.test_name {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px
}

.dnw_box_customer_says .row .section.col.is-selected .testimonial-meta.pt-half strong.testimonial-name.test_name {
    font-weight: 600
}

.dnw_box_customer_says .row .section.col .testimonial-meta.pt-half span.testimonial-name-divider {
    display: none
}

.dnw_box_customer_says .row .section.col .testimonial-meta.pt-half span.testimonial-company.test_company {
    font-weight: 600;
    color: var(--fs-color-secondary);
    font-size: 12px;
    letter-spacing: 2px
}
@media only screen and (max-width: 767px) {
    .dnw_box_customer_says .row .section.col {
        max-width:100%
    }
}

/*Single post*/
body .is-divider,
body .entry-divider{
    display: none;
}
.sidebar-inner .widget,
.post-sidebar .widget {
    border: 1px solid #E2E6F2;
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 20px;
}
.sidebar-inner .widget .widget-title,
.post-sidebar .widget .widget-title{
    margin-bottom: 10px;
    border-bottom: 1px solid #E2E6F2;
    padding-bottom: 10px;
    display: block;
}
.sidebar-inner .widget .widget-title span,
.post-sidebar .widget .widget-title span {
    color: var(--fs-color-secondary);
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    background: #0e894b5e;
    justify-content: center;
    border-radius: 8px;
    padding: 12px 20px;
    line-height: 20px;
}
ul.product_list_widget li a:not(.remove) .product-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#comments .comment-respond{
    border-radius: 16px;
}
#comments .comment-respond input,
#comments .comment-respond textarea{
    border-radius: 8px;
}

/*Blog archive*/
.blog-archive .post-item > .col-inner {
    border: 1px solid #E2E6F2;
    border-radius: 16px;
    padding: 10px;
    height: 100%;
}

/*Search product custom*/
.title_search {
    font-size: 24px !important;
    margin: 15px 0;
    font-weight: 400;
}
.dnw-sort-by {
    margin-bottom: 10px;
}
.dnw-sort-by label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: normal;
}
.dnw-sort-by form{
    margin: 0;
    display: inline-block;
}
.dnw-sort-by select{
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    height: 30px;
    padding: 0 5px;
    margin-bottom: 0;
}

/*Checkout*/
.checkout-breadcrumbs .hide-for-small:nth-child(1),
.divider:nth-child(2) > .icon-angle-right{
    display: none !important;
}
.woocommerce-billing-fields p{
    width: 100% !important;
    margin-right: 0 !important;
}
.woocommerce-checkout .select2-container .select2-selection,
.woocommerce-checkout select,
.woocommerce-checkout input:not([type="checkbox"],[type="radio"]),
.woocommerce-checkout input:not([type="radio"]){
    height: 40px !important;
    border-radius: 5px !important;
}
.woocommerce-checkout button#place_order,
.woocommerce-checkout textarea{
    border-radius: 5px !important;
}
.woocommerce-checkout .col-inner.has-border{
    border-radius: 5px !important;
}
.woocommerce-checkout  .iti{
    display: block;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{
    border-bottom: 1px double #cecece;
}

/*Responsive*/
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}
@media screen and (min-width: 850px) {
    .has-box-vertical .item_product_main .large-4 {
        flex-basis: 33.3333333333% !important;
        max-width: 33.3333333333% !important;
    }
    .product-summary .product-short-description{
        max-height: 220px;
        overflow: auto;
    }
}
@media (min-width: 1199px) {
    .item_product_main:hover {
        border-color: var(--fs-color-secondary);
    }
    .item_product_main:hover .product-thumbnail a:before {
        opacity: 1;
        visibility: visible;
    }
    .item_product_main:hover .product-thumbnail img {
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@media (max-width: 991px) and (min-width: 767px) {
    .product-meta {
        flex-wrap: wrap;
    }
    .product-meta .item {
        width: 25%;
        margin-bottom: 10px;
    }
    .single-product .product-tabs{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset;
    }
    .single-product .product-tabs > li > a{
        min-width: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 849px) {
    .single-product .product-content {
        margin-top: 30px;
    }
    .single-product .product-content .product-summary{
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .dnw-search-wrap .tabbed-content .nav-tabs{
        flex-wrap: wrap;
    }
    .dnw-search-wrap .tabbed-content .nav-tabs>li{
        -ms-flex: 0 0 40%;
        flex: 0 0 45%;
        max-width: 45%;
        padding: 0;
        text-align: center;
        line-height: 40px;
        border-right: 1px var(--fs-color-secondary) solid;
        border-top: 1px var(--fs-color-secondary) solid;
    }
    .dnw-search-wrap .tabbed-content .nav-tabs li:nth-child(1),
    .dnw-search-wrap .tabbed-content .nav-tabs li:nth-child(3) {
        border-left: 2px var(--fs-color-secondary) solid;
    }
    .dnw-search-wrap .tabbed-content .nav-tabs li:nth-child(1),
    .dnw-search-wrap .tabbed-content .nav-tabs li:nth-child(2) {
        border-top: 2px var(--fs-color-secondary) solid;
    }
    .dnw-search-wrap .tabbed-content .nav-tabs li:nth-child(2),
    .dnw-search-wrap .tabbed-content .nav-tabs li:nth-child(4) {
        border-right: 2px var(--fs-color-secondary) solid;
    }
    .dnw-search-wrap .tabbed-content .nav-tabs li:last-child {
        border-radius: 0;
    }
    .dnw-search-wrap .tabbed-content .nav-tabs li:nth-child(2) {
        border-top-right-radius: 5px;
    }
    .dnw-search-wrap .nav-tabs+.tab-panels {
        padding: 15px;
    }
    .dnw-search-wrap .group-search {
        margin-bottom: 10px;
    }

    .product-meta {
        flex-wrap: wrap;
    }
    .product-meta .item {
        width: 50%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .product-meta .item .icon {
        width: 35px;
        height: 35px;
        border-radius: 5px;
    }
    .product-meta .item .info {
        width: calc(100% - 45px);
    }
    .single-product .product-tabs{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset;
    }
    .single-product .product-tabs > li > a{
        min-width: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .single-product .woocommerce-tabs .tab-panels{
        padding: 18px;
    }
}
@media screen and (max-width: 549px) {
    .product-gallery{

    }
    .product-gallery .row-slider .flickity-prev-next-button {
        background-color: transparent !important;
        border: 1px solid #000 !important;
        opacity: .8;
        transform: translateX(0) !important;
        width: 25px !important;
        height: 25px ! IMPORTANT;
        border-radius: 50%;
        font-size: 10px;
        margin-top: -5px;
    }
    .product-gallery .row-slider .flickity-prev-next-button svg {
        border: 0 !important;
        padding: 3px !important;
        width: 15px;
    }
    .product-gallery .flickity-prev-next-button.previous{
        left: 5px;
    }
    .product-gallery .flickity-prev-next-button.next{
        right: 5px;
    }
    .post-list-home .box-vertical {
        display: table;
        width: 100%;
    }
    .post-list-home .box-vertical .box-image{
        width: 33% !important;
    }
    .post-list-home .box-vertical .box-image,
    .post-list-home .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
    }
}

:root {
	--text-color: #2f2b43;
}

.p-mb-0 p {
	margin-bottom: 0;
}
.br-16 {
	border-radius: 16px !important;
	overflow: hidden;
}

.ux-logo.logo-trip-banner .ux-logo-link img {
	margin-left: auto;
}
.ux-logo.logo-trip-banner .ux-logo-link {
	padding: 0 !important;
}
.box-img-no-overlay {
	border-radius: 12px;
	overflow: hidden;
}
.box-img-no-overlay .overlay {
	background-color: transparent;
}
.box-img-no-overlay .text {
	text-shadow: none;
}
.text-opacity > * {
	opacity: 0.56;
}

.box-img-no-overlay > .box-text {
	height: 100%;
}
.box-img-no-overlay > .box-text > .box-text-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fw-400 > * {
	font-weight: 400;
}

.btn-sapanomad.is-mirror {
	border-radius: 12px;
	background-color: #ffffff50 !important;
	box-shadow: none;
	border: 1px solid #ffffff7d;
	padding: 16px;
	color: #fff !important;
	font-weight: 500;
	backdrop-filter: blur(3px);
	transition: 0.3s;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.btn-sapanomad.is-mirror:hover {
	backdrop-filter: blur(10px);
	background-color: #ffffff8f !important;
}
.btn-sapanomad.is-mirror img {
	width: 28px;
	height: 28px;
}

.box-wcu .icon-box-text h3 {
	font-size: 16px;
	font-weight: bold;
}
.box-wcu .icon-box-text p {
	font-size: 14px;
}

.row-partner .col .col-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.row-partner .col {
	animation: fillHeight 0s 0.2s linear forwards;
}

.header-main {
	border-bottom: 1px solid #2f2b4310;
	margin-bottom: 12px;
}
.header-bottom-nav > li {
	font-size: 14px;
}
.header-bottom-nav > li > a {
	padding: 4px 12px !important;
}
.header-bottom-nav > li.current-menu-item > a,
.header-bottom-nav > li:hover > a {
	background-color: #f6f6f8;
	border-radius: 8px;
}
.header-bottom-nav > li > a i {
	margin-left: 10px !important;
	opacity: 1 !important;
}

.header-nav-main .searchform .search-field {
	height: 48px;
	padding-left: 48px;
	border-radius: 12px;
	border: 1px solid #2f2b4310;
	box-shadow: none;
	background-color: #f6f6f8;
	background-image: url("../images/icon-search.svg");
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: 17px;
	font-size: 16px;
}

header .header-nav-main .searchform .ux-search-submit {
	margin-left: 8px !important;
	border-radius: 12px !important;
	width: 52px;
	height: 44px;
	transition: 0.3s;
}
.header-nav-main .searchform .ux-search-submit i {
	transition: 0.3s;
}
.header-nav-main .searchform .ux-search-submit:hover i {
	transform: rotate(90deg);
}

.header-nav-main.nav.nav-left {
	justify-content: center;
	padding-right: 30px;
}

.header-button-1 .button.primary {
	border-radius: 6px;
	background: transparent;
	color: #000;
	font-weight: 500;
	border: none;
	background-image: url("../images/money-dollar.svg");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 10px;
	padding-left: 42px;
}
.header-button-1 .button.primary:hover {
	background-color: #f6f6f8 !important;
	box-shadow: none;
}

.wrap-coupon-custom {
	display: flex;
	align-items: center;
	justify-content: start;
	border: 1px solid #ededf1;
	border-radius: 12px;
	padding: 8px;
	margin-bottom: 20px;
	transition: 0.3s;
}
.wrap-coupon-custom:hover {
	border-color: #fac7c7;
	box-shadow: 1px 3px 3px #fac7c77a;
}
.wrap-coupon-custom .box-img {
	width: 80px;
	padding-left: 4px;
	padding-right: 12px;
}
.wrap-coupon-custom .box-img img {
	width: 100%;
	height: 64px;
	width: 64px;
	object-fit: contain;
	display: block;
}
.wrap-coupon-custom .box-text-coupon {
	width: calc(100% - 80px);
	padding-left: 12px;
	border-left: 1px dashed #eee;
	position: relative;
}
.wrap-coupon-custom .box-text-coupon .title {
	font-size: 14px;
	font-weight: 400;
}
.wrap-coupon-custom .box-coupon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.wrap-coupon-custom .coupon-code {
	width: calc(100% - 78px);
	background-color: #fef2f2;
	border: 1px dashed #fac7c7;
	margin-right: 8px;
	height: 32px;
	line-height: 32px;
	color: #f34141;
	padding: 0px 8px;
	border-radius: 8px;
	transition: 1s;
	text-transform: uppercase;
}
.wrap-coupon-custom .btn-copy-coupon {
	margin: 0;
	font-weight: 500;
	text-transform: inherit;
	box-shadow: 0px 1px 3px #2f2b4310;
	border-radius: 8px;
	border: 1px solid #2f2b4310;
	width: 70px;
	font-size: 14px;
	text-align: center;
	transition: 0.3s;
}
.wrap-coupon-custom .btn-copy-coupon:hover {
	background-color: #f34141;
	color: #fff;
}
.wrap-coupon-custom .copied {
	position: absolute;
	bottom: 4px;
	left: 20px;
	background: #fef2f2;
	padding: 1px 0px 0px 0px;
	width: max-content;
}

.product-summary button.single_add_to_cart_button {
	display: inline-block;
	width: calc(100% - 102px);
	/* text-transform: inherit; */
	border-radius: 12px;
	/* background-color: #2563eb !important; */
	height: 48px;
	font-weight: 500;
	font-size: 16px !important;
}

form.cart .quantity input {
	height: 48px;
}

form.cart .quantity input.ux-quantity__button {
	border-radius: 12px;
}

button.single_add_to_cart_button {
	display: inline-block;
	width: calc(100% - 115px);
	/* text-transform: inherit; */
	border-radius: 12px;
	/* background-color: #2563eb !important; */
	height: 48px;
	font-weight: 500;
}

.list-amenities {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.list-amenities .item {
	width: calc(50% - 4px);
	padding: 8px 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.list-amenities .item img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-bottom: 0 !important;
}
.list-amenities .item span {
	font-weight: 600;
	font-size: 14px;
}

.content-product-custom {
	margin-top: 20px;
}

.content-product-custom h2 {
	font-size: 24px;
	color: #2f2b43;
}
.amenities-on-board-wrap {
	margin-bottom: 32px;
}
.cabin-model {
	display: flex;
	align-items: stretch;
	gap: 8px;
	margin-bottom: 10px;
}
.cabin-model .column-item {
	width: calc(50% - 4px);
}

.cabin-model .column-left h3 {
	font-size: 18px;
	margin-bottom: 12px;
}
.cabin-model .column-left img {
	display: block;
	width: 100%;
}

.cabin-model .column-right .item {
	padding: 12px;
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.cabin-model .column-right .item p {
	margin-bottom: 0;
}
.cabin-model .column-right .item img {
	width: 64px;
	height: 64px;
	object-fit: contain;
}
.cabin-model .column-right .item .content {
	width: calc(100% - 64px);
	padding-left: 16px;
	align-items: center;
}
.cabin-model .column-right .item .content br {
	display: none;
}
.cabin-model .column-right .item .content .title {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: var(--text-color);
}
.cabin-model .column-right .item .content .des {
	font-size: 14px;
	color: var(--text-color);
}
.cabin-model .column-right .item:nth-child(3) .title {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.cabin-model .column-right .item:nth-child(3) .des {
	font-size: 18px;
	font-weight: 600;
}
.cabin-model .column-right .item.item-last h3 {
	font-size: 18px;
}
.cabin-model .column-right .item.item-last ul {
	margin-bottom: 0;
}
.cabin-location {
	margin-bottom: 32px;
}
.cabin-location-style-2 .cabin-model {
	flex-wrap: wrap;
}
.cabin-location-style-2 .column-bottom-one {
	width: 100%;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.cabin-location-style-2 .column-bottom-one .item {
	width: calc(33.333333% - 6px);
	margin-bottom: 0;
}
.cabin-location-style-2 .column-other-info {
	width: 100%;
}

.itinerary-way-item {
	margin-bottom: 16px;
}
.itinerary-way-item > h3 {
	font-size: 18px;
	margin-bottom: 16px;
}
.itinerary-way-item .note-way {
	color: #f34141;
	margin-top: 20px;
}
.items-way-go-and-back {
	position: relative;
}
.items-way-go-and-back:before {
	content: "";
	position: absolute;
	left: 24px;
	width: 2px;
	height: 90%;
	border-left: 1px dashed #cac8d4;
	transform: translateY(-50%);
	top: 50%;
	z-index: 0;
}

.items-way-go-and-back .box-item-way {
	display: flex;
	align-items: flex-start;
	margin-bottom: 32px;
	z-index: 2;
	position: relative;
	cursor: pointer;
}
.items-way-go-and-back .box-item-way:last-child {
	margin-bottom: 0;
}

.items-way-go-and-back .box-item-way p {
	margin-bottom: 0;
}
.items-way-go-and-back .box-item-way p img {
	width: 48px;
	height: 48px;
	border-radius: 99%;
}
.items-way-go-and-back .box-item-way .content {
	width: calc(100% - 48px);
	padding-left: 12px;
}
.items-way-go-and-back .box-item-way .content p {
	margin-bottom: 0;
}
.items-way-go-and-back .box-item-way .content p:nth-child(1) {
	font-weight: 600;
}
.items-way-go-and-back .box-item-way .content p:nth-child(2) {
	font-size: 14px;
	color: #4f4770;
}

.box-style-one {
	border-radius: 12px;
	padding: 16px;
	background-color: #f6f6f8;
	border: 1px solid #ededf1;
}
.box-style-one p {
	margin-bottom: 0;
}
.pick-up-and-drop {
	display: flex;
	align-items: stretch;
	gap: 16px;
	flex-wrap: wrap;
}
.pick-up-and-drop > div {
	width: calc(50% - 8px);
}

.item-puad {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}
.item-puad:last-child {
	margin-bottom: 0;
}
.item-puad > img {
	width: 48px;
	height: 48px;
	border-radius: 99%;
	object-fit: cover;
}
.item-puad .content {
	width: calc(100% - 48px);
	padding-left: 12px;
}
.item-puad .content .title {
	display: block;
	color: #4f4770;
	font-size: 14px;
}
.item-puad .content p {
	margin-bottom: 0;
}
.item-puad .content .des strong {
	font-weight: 500;
}
.item-puad .content .des a {
	text-decoration: underline;
}
.pickup-point > h3,
.drop-off > h3 {
	margin-bottom: 16px;
}
.itinerary-wrap {
	margin-bottom: 32px;
}

.confirm-wrap {
	margin-bottom: 32px;
}
.confirm-wrap ul,
.content-luuy ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.confirm-wrap li,
.content-luuy li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-left: 0px !important;
}
.content-luuy ul li:last-child {
	margin-bottom: 0;
}

.confirm-wrap li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url("../images/check.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.content-luuy li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url("../images/hint.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.additional-wrap {
	margin-bottom: 32px;
}
.additional-wrap h2 {
	margin-bottom: 12px;
}
.additional-wrap .addtional-item {
	margin-bottom: 16px;
	display: flex;
	align-items: flex-start;
}
.additional-wrap .addtional-item > img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.additional-wrap .addtional-item .content {
	width: calc(100% - 80px);
	padding-left: 16px;
}
.additional-wrap .addtional-item .content h3 {
	font-size: 18px;
	margin-bottom: 8px;
}
.additional-wrap .addtional-item .content ul,
.additional-wrap .addtional-item .content ul li {
	margin-bottom: 0px;
}

.faqs-box .accordion-item {
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #ededf1;
	margin-bottom: 8px;
	overflow: hidden;
}
.faqs-box .accordion-item .accordion-title {
	border: none;
	padding-left: 10px;
	font-weight: 600;
}
.faqs-box .accordion-item .accordion-title .toggle {
	left: unset;
	right: 4px;
	margin: 0;
}
.faqs-box .accordion-item .accordion-title.active {
	background-color: #fff;
}

.faqs-box .accordion-item .accordion-inner {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display : block !important;
}

.faqs-box .accordion-item .accordion-inner p {
	margin-bottom: 0px;
}
.faqs-wrap {
	margin-bottom: 32px;
}

.review-form-inner.has-border {
	background: #f6f6f8;
	border-radius: 12px;
	border: 1px solid #ededf1;
	padding: 16px;
	position: relative;
	overflow: hidden;
	max-height: 87px;
}

.review-form-inner.has-border.active {
	max-height: 100%;
}

.comment-form,
.comment-form .form-submit,
.comment-form .form-submit input[type="submit"] {
	margin-bottom: 0;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
	height: 48px;
}

.comment-form textarea,
.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
	border-radius: 12px;
	border: 1px solid #2f2b4310;
	box-shadow: 0px 1px 3px 0px #2f2b431a;
}

.comment-form .wcpr-input-file-wrap input::file-selector-button {
	height: 48px;
	border-radius: 12px;
	box-shadow: 0px 1px 3px 0px #2f2b431a;
	padding: 0px 16px;
	margin-right: 16px;
	font-weight: 600;
	border: 1px solid #ccc;
}

.comment-form .form-submit input[type="submit"] {
	text-transform: inherit;
	border-radius: 12px;
	height: 48px;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
	transform: scale(1.5);
	margin-bottom: 0;
	margin-top: 0;
}

.comment-form .comment-form-cookies-consent {
	margin-bottom: 20px;
}

.comment-form .comment-form-cookies-consent label {
	margin-bottom: 0;
}

.comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

#comments,
#comments .wcpr-overall-rating-and-rating-count {
	padding-bottom: 0;
}

.wcpr-stars-count {
	border: 1px solid #ededf1;
	border-radius: 12px;
	padding: 16px;
}

.woocommerce-Reviews .comment-respond .comment-reply-title {
	margin-bottom: 0;
}

.woocommerce-Reviews .comment-respond .comment-reply-title + span {
	margin-bottom: 20px;
	display: block;
}

.btn-show-form-review {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	background-color: #2f2b43;
	border-radius: 12px;
	padding: 5px 16px;
	position: absolute;
	top: 18px;
	right: 16px;
	margin: 0;
	text-transform: inherit;
}

.review-form-inner.has-border.active .btn-show-form-review {
	color: #2f2b43;
	background-color: #eee;
	border: 1px solid #2f2b43;
}
.product-review-summary {
	border: 1px solid #eee;
	padding: 16px;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 16px;
}

.product-review-summary h4 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
	color: #2d2d2d;
}

.review-bar {
	display: flex;
	align-items: center;
}

.review-bar .stars {
	width: 90px;
	font-size: 16px;
}

.review-bar .bar {
	flex: 1;
	background-color: #f5f5f5;
	height: 8px;
	border-radius: 4px;
	overflow: hidden;
	margin-left: 10px;
}

.review-bar .bar > div {
	height: 100%;
	background-color: #fbbc55;
	border-radius: 4px;
	transition: width 0.3s ease-in-out;
}

.woocommerce-Reviews .commentlist li {
	margin-left: 0;
	border-radius: 12px;
	border: 1px solid #ededf1 !important;
	padding: 16px;
}

.woocommerce-Reviews .commentlist li .comment-text {
	padding: 0;
	display: flex;
	flex-direction: column;
}
.woocommerce-Reviews .commentlist li .comment-text .meta {
	order: 0;
}
.woocommerce-Reviews .commentlist li .comment-text .star-rating {
	order: 1;
	color: #fbbc55;
}
.woocommerce-Reviews .commentlist li .comment-text .description {
	order: 2;
}
.woocommerce-Reviews .commentlist li .comment-text .description p {
	margin-bottom: 0;
}
.woocommerce-Reviews .commentlist li .comment-text .star-rating span:before {
	color: #fbbc55;
}
.comment-reply-title {
	padding-right: 174px;
}
.woocommerce-Reviews .woocommerce-pagination {
	margin-bottom: 20px;
}
.woocommerce-Reviews .woocommerce-pagination .nav-pagination {
	text-align: right;
	width: max-content;
	margin-left: auto;
	border: 1px solid #ccc;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.woocommerce-Reviews .woocommerce-pagination .nav-pagination li {
	margin: 0 !important;
}
.woocommerce-Reviews .woocommerce-pagination .nav-pagination li .page-number {
	border-radius: 0px !important;
	border: none;
	border-right: 1px solid #b2aebf;
	min-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b2aebf;
}
.woocommerce-Reviews
	.woocommerce-pagination
	.nav-pagination
	li:last-child
	.page-number {
	border: none;
}
.woocommerce-Reviews
	.woocommerce-pagination
	.nav-pagination
	li
	.page-number.current {
	background-color: transparent;
	color: #2f2b43;
}
.woocommerce-Reviews
	.woocommerce-pagination
	.nav-pagination
	li
	.page-number:hover {
	background-color: transparent;
	color: #2f2b43;
}

.product-small > .col-inner {
	height: 100%;
}

.product-small.box {
	border: 1px solid #ededf1;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	transition: 0.3s;
	background-color: #fff;
}

.product-small.box:hover {
	border-color: #2f2b43;
}
.product-small.box .box-image {
	border-radius: 0;
}
.product-small .box-text {
	padding: 0 !important;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: calc(100% - 180.2px);
}

.archive .product-small .box-text {
	height: calc(100% - 180.2px);
}

.single-post .product-small .box-text {
	height: calc(100% - 202.23px);
}

.product-small .box-text .product-title {
	padding: 0px 12px 0px 12px;
	margin-top: 0;
}
.product-small .type-tour:empty {
	display: none;
}

.product-small .type-tour {
	padding: 0px 12px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-wrap: wrap;
}

.product-small .type-tour span {
	font-size: 12px;
	line-height: 24px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left center;
	color: #000;
}
.product-small .type-tour span.featured {
	background-image: url("../images/lead-icon.svg");
}
.product-small .type-tour span.time {
	background-image: url("../images/time-icon.svg");
}

.product-small .wishlist-button i {
	top: 0;
}

.product-small .wishlist-button.wishlist-added {
	background-color: #fde9e9 !important;
	border-color: #fde9e9 !important;
}

.product-small .wishlist-button.wishlist-added i {
	color: #f34141 !important;
}
.product-small .wishlist-button.wishlist-added i:before {
	content: "\e000" !important;
}

.product-small .product-title a {
	font-size: 15px;
	color: #000;
	line-height: 20px !important;
	margin-bottom: 6px !important;
}

.product-small .rate-wrap {
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 0px 12px;
}

.product-small .rate-wrap span {
	font-size: 13px;
	font-weight: 600;
}

.product-small .rate-wrap .number {
	opacity: 0.4;
	padding-left: 4px;
}

.product-small .price-wrapper {
	width: 100%;
}

.product-small .price-wrapper .price {
	display: block;
	padding: 16px 12px;
	margin-top: 0;
}
.product-small .price-wrapper .price {
	display: block;
	padding: 8px 12px;
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 14px;
}
.product-small .price-wrapper .price .woocommerce-Price-amount {
	font-size: 20px;
	color: #2f2b43;
}
.product-small .image-tools {
	padding-bottom: 5px;
	padding-right: 5px;
	z-index: 99;
	bottom: 2px;
}

.product-small .image-tools .wishlist-button {
	margin-bottom: 0;
	width: 36px;
	height: 36px;
	min-width: unset;
	min-height: unset;
	background-color: #f6f6f8;
	transition: 0.3s;
}
.product-small .image-tools .wishlist-button:hover {
	background-color: #fde9e9;
	border-color: #fde9e9;
}
.product-small .image-tools .wishlist-button:hover i {
	color: #f34141;
}
.product-small .image-tools .wishlist-button i {
	color: #2f2b43;
}

.product-small .image-tools .wishlist-popup {
	top: -110%;
}

.related-products-wrapper {
	border-top: none !important;
}
.related-products-wrapper .product-section-title {
	text-transform: inherit;
	font-size: 24px;
	margin-bottom: 24px;
}

div#tocDiv {
	margin-bottom: 20px;
	margin-top: 20px;
}

#tocListCustom {
	display: flex;
	align-items: center;
	list-style: none;
	flex-wrap: nowrap;
	gap: 12px;
	overflow: auto;
	margin-bottom: 0;
	padding-bottom: 15px;
	cursor: grabbing;
	cursor: -webkit-grabbing;

	flex-wrap: unset;
	display: -webkit-box;
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;
}

#tocListCustom a {
	border-radius: 30px;
	background-color: #e6e6e6;
	font-weight: 500;
	padding: 10px 16px;
	line-height: 1;
	width: max-content;
	display: block;
	color: #000;
	transition: 0.3s;
	min-width: max-content;
}

#tocListCustom a:hover,
#tocListCustom a.active {
	background-color: #2f2b43;
	color: #fff;
}

.stick-toc-custom {
	position: sticky;
	top: 165px;
	background: #fff;
	/* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
	padding: 10px;
	/* border-radius: 6px; */
	z-index: 999;
	/* width: 756px; */
	/* border-bottom: 1px solid #eee; */
}

#tocListCustom::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	background-color: transparent;
}

#tocListCustom::-webkit-scrollbar {
	height: 2px;
	background-color: transparent;
}

#tocListCustom::-webkit-scrollbar-thumb {
	background-color: transparent;
}

/* custom tab and acc single product */
.single-product .tabbed-content .nav-pills {
	gap: 10px;
}
.single-product .tabbed-content .nav-pills li a {
	border: 1px solid #ccc;
	border-radius: 30px;
}
.single-product
	.tabbed-content
	.accordion
	.accordion-item:first-child
	a.accordion-title {
	border-top: none;
}
.single-product .tabbed-content .accordion .accordion-item button {
	left: unset;
	right: 0px;
	margin: 0;
	display : none !important;
}
.single-product .tabbed-content .accordion .accordion-item a.accordion-title {
	padding-left: 10px;
}

/* page voucher */
.mg-0 {
	margin: 0 !important;
}
.fw-400 {
	font-weight: 400;
}
.coupon-page-item {
	background-color: #fff;
	border: none;
	padding: 12px;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	align-items: flex-start;
}
.coupon-page-item:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: -8px;
	left: 63px;
	background-color: #f6f6f8;
	border-radius: 99px;
}
.coupon-page-item:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 63px;
	background-color: #f6f6f8;
	border-radius: 99px;
}
.coupon-page-item .box-img {
	width: 60px;
	padding-left: 0;
	padding-right: 0;
}
.coupon-page-item .box-img img {
	width: 48px;
	height: 48px;
}
.coupon-page-item .box-text-coupon .title {
	font-size: 16px;
	font-weight: bold;
}
.coupon-page-item .box-text-coupon .des {
	font-size: 14px;
	margin-bottom: 10px;
	color: #7a7493;
}
.coupon-page-item.wrap-coupon-custom .coupon-code {
	width: fit-content;
}

.coupon-page-item .box-text-coupon {
	width: calc(100% - 60px);
	height: 100%;
}
.coupon-page-item .box-text-coupon .copied-effect {
	color: #fef2f2;
	transition: color 1s ease;
}
.box-step-voucher .icon-box-img img {
	padding-top: 0;
}
.box-step-voucher .icon-box-text h6 {
	background-color: #ededf1;
	border: 1px solid #dcdae2;
	border-radius: 30px;
	text-transform: inherit;
	display: inline-block;
	width: max-content;
	padding: 6px 12px;
	font-size: 12px;
	margin-bottom: 5px;
}
.box-step-voucher .icon-box-text h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.box-step-voucher .icon-box-text p {
	font-size: 14px;
}

/* end page voucher */
.wrap-comment {
	margin-top: 32px;
}

.aio-contact-parent {
	z-index: 99;
	position: relative;
}

.comment_container .woocommerce-review__dash,
.comment_container .woocommerce-review__published-date {
	display: none;
}

.box-blog-post .box-image {
	border-radius: 8px 8px 0px 0px;
}

.post-item .col-inner {
	border: 1px solid #ededf1;
	border-radius: 8px;
	overflow: hidden;
	transition: 0.3s;
	background-color: #fff;
}
.post-item .col-inner .box-text {
	padding-left: 10px;
	padding-right: 10px;
}
.post-item .col-inner .is-divider {
	display: none;
}
.post-item .col-inner:hover {
	border-color: #2f2b43;
}
header
	.dgwt-wcas-sf-wrapp
	input[type="search"].dgwt-wcas-search-input::placeholder {
	font-style: normal;
}

.woocommerce-mini-cart__buttons a {
	border-radius: 12px;
}
.mini_cart_item .variation .variation-wcpa_empty_label {
	font-weight: bold;
}

.woocommerce-mini-cart__buttons.buttons {
	display: flex;
	flex-direction: column-reverse;
}
.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
	background-color: #fff;
	color: #000000;
	border: 1px solid #000;
}
.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
	color: #fff;
}

.woocommerce table.cart .variation,
.woocommerce-checkout-review-order-table .variation {
	flex-direction: column;
}
.woocommerce table.cart .data-custom-tour,
.woocommerce-checkout-review-order-table .data-custom-tour {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.woocommerce table.cart .variation dd,
.woocommerce-checkout-review-order-table .variation dd {
	width: max-content;
	flex: unset;
	font-weight: 400;
}
.woocommerce table.cart .variation dt,
.woocommerce-checkout-review-order-table .variation dt,
.woocommerce .variation .variation-wcpa_empty_label {
	font-weight: 600 !important;
	color: #000;
	flex: unset;
	width: max-content;
}
table.cart td.product-name > a,
.woocommerce-checkout-review-order-table td.product-name {
	font-weight: 500;
	font-size: 15px;
	color: #000;
}
.cart_totals .wc-proceed-to-checkout .checkout-button,
.coupon button.button {
	border-radius: 6px;
	padding: 3px 0px;
}
.button-continue-shopping {
	border-radius: 6px !important;
}
/* .woocommerce-checkout label {
	font-weight: unset;
	font-family: var(--bold);
} */

.woocommerce-additional-fields__field-wrapper textarea {
	border-radius: 6px;
	box-shadow: none;
}
.woocommerce-checkout .woocommerce-billing-fields input,
.woocommerce-checkout .woocommerce-billing-fields select,
.woocommerce-checkout
	.woocommerce-billing-fields
	.select2-selection.select2-selection--single {
	height: 45px !important;
	border-radius: 6px !important;
	box-shadow: 0px -1px 0px 0px #2f2b431a inset !important;
}
.woocommerce-checkout
	.woocommerce-billing-fields
	.select2-selection.select2-selection--single
	.select2-selection__rendered {
	height: 45px;
	line-height: 45px;
}

.column-item.column-right.one-box .item-last {
	height: 100%;
	display: block;
}

/* tour */
.quick-infor-table {
	padding: 16px;
	background: #f6f6f8;
	border-radius: 12px;
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 16px;
	flex-wrap: wrap;
}
.quick-infor-table .item {
	width: calc(33% - 8px);
}
.quick-infor-table .item span.title {
	display: block;
	color: #4f4770;
	font-size: 14px;
}
.quick-infor-table .item span.sub {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.highlight-tour-wrap li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	list-style: none;
}

.highlight-tour-wrap li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 24px;
	height: 24px;
	background-image: url("../images/check-fill-1.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.row-not-include .col-inner {
	height: 100%;
}
.col-inner.included {
	background-color: #effdf6;
	border-radius: 12px;
	padding: 16px;
	border: 1px solid #d9f9e6;
}
.col-inner.included h3 {
	color: #2f9461;
	font-size: 18px;
	font-weight: bold;
}
.col-inner.included ul li,
.col-inner.not-included ul li {
	position: relative;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-left: 0px !important;
}
.col-inner.included ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url("../images/check.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.col-inner.included ul li:last-child,
.col-inner.included ul,
.col-inner.not-included ul,
.col-inner.not-included ul li:last-child {
	margin-bottom: 0px;
}
.col-inner.not-included h3 {
	color: #cd3636;
	font-size: 18px;
	font-weight: bold;
}
.col-inner.not-included {
	background-color: #fef2f2;
	border-radius: 12px;
	padding: 16px;
	border: 1px solid #fde9e9;
}
.col-inner.not-included ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url("../images/cancel-circle-1.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.wrap-itinerary {
	margin-bottom: 20px;
}
.wrap-itinerary .day-content {
	background-color: #f6f6f8;
	padding: 12px;
	border-radius: 12px;
	margin-bottom: 12px;
}
.wrap-itinerary .day-content .head {
	margin-bottom: 8px;
}
.wrap-itinerary .day-content .head span {
	font-size: 14px;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #eee;
	padding: 3px 6px 2px 22px;
	background-image: url("../images/time-itinerary-icon.svg");
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 3px center;
	margin-right: 5px;
}
.wrap-itinerary .day-content p:last-child {
	margin-bottom: 0;
}

.wrap-itinerary .accordion-title {
	position: relative;
	border: none;
	font-weight: bold !important;
	font-size: 18px;
}
.wrap-itinerary .accordion-title.active {
	background-color: transparent;
}
.wrap-itinerary .accordion-title button {
	left: unset;
	right: 0;
	width: max-content;
}
.wrap-itinerary.itinerary-list .accordion-inner {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	padding-top: 0px;
}
.wrap-itinerary .accordion-inner {
	padding: 0;
}
.wrap-itinerary.itinerary-list {
	position: relative;
}
.wrap-itinerary.itinerary-list:before {
	content: "";
	position: absolute;
	left: 24px;
	width: 2px;
	height: 90%;
	top: 50%;
	transform: translateY(-50%);
	border-left: 2px dashed #e1e1e1;
}
.wrap-itinerary .accordion-title {
	padding-left: 0;
}
.wrap-itinerary.itinerary-list .accordion-title {
	padding-left: 60px;
}
.wrap-itinerary.itinerary-list .accordion-title:before {
	content: "";
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../images/day-mark.svg");
}
.wrap-itinerary.itinerary-list .accordion .accordion-item {
	margin-bottom: 14px;
}

.slider-content-custom-arrow .flickity-prev-next-button {
	opacity: 1;
	display: block;
	top: 40%;
	transform: translateY(-50%) !important;
	bottom: unset;
}
.slider-content-custom-arrow .flickity-prev-next-button svg {
	background-color: #fff;
	border-color: #fff !important;
}
.slider-content-custom-arrow.slider:hover .flickity-prev-next-button {
	top: 40%;
	transform: translateY(-50%) !important;
	bottom: unset;
}
.slider-content-custom-arrow .flickity-prev-next-button.next {
	right: -8px;
}
.slider-content-custom-arrow .flickity-prev-next-button.previous {
	left: -8px;
}
.slider-content-custom-arrow .flickity-prev-next-button svg {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.slider-place-you-see .item-place .box-image img {
	border-radius: 12px;
	object-fit: cover;
	width: 100%;
	height: 180px;
}
.slider-place-you-see .item-place .box-text span {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.what-to-bring-wrap,
.other-usefull-info-wrap {
	background: #f6f6f8;
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #ededf1;
	margin-bottom: 20px;
}
.what-to-bring-wrap h3,
.other-usefull-info-wrap h3 {
	font-size: 18px;
}
.what-to-bring-wrap ul {
	margin-bottom: 0;
}
.what-to-bring-wrap ul li {
	list-style: none;
	margin-left: 0;
	padding: 8px 12px;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #ededf1;
	margin: 0 !important;
}
.what-to-bring-wrap ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	flex-wrap: wrap;
}

.item-where-you-stay .box-image img {
	width: 100%;
	border-radius: 12px;
	height: 180px;
}
.item-where-you-stay .box-text span.title {
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 16px;
}
.item-where-you-stay .box-text .type {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	font-size: 14px;
}

/* endtour */

.content-product-custom .payment-policies-wrap a {
	text-decoration: underline;
}

@keyframes fillHeight {
	0% {
		height: auto;
	}
	100% {
		height: 100%;
	}
}

@media (min-width: 1368px) {
	/* CSS */
	.wcu-row .flickity-page-dots {
		display: none;
	}
	.row-partner .flickity-page-dots {
		display: none;
	}
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
	/* CSS */
	.btn-sapanomad.is-mirror {
		font-size: 12px;
	}

	.row-partner .flickity-page-dots {
		display: block;
		bottom: -10px;
	}
	.row-partner .dot.is-selected {
		background-color: #03c4a1 !important;
	}
	.row-partner .flickity-page-dots .dot {
		background-color: #dcdae2;
		border: none;
	}

	.wcu-row .flickity-page-dots {
		display: block;
		bottom: -10px;
	}
	.wcu-row .dot.is-selected {
		background-color: #03c4a1 !important;
	}
	.wcu-row .flickity-page-dots .dot {
		background-color: #dcdae2;
		border: none;
	}

	.cabin-location-style-2 .column-bottom-one .item {
		width: 100%;
	}
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	/* CSS */
	.cabin-location-style-2 .column-bottom-one .item {
		width: 100%;
	}
}

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.header-main {
		margin-bottom: 0;
	}

	.row-partner .flickity-page-dots {
		display: block;
		bottom: -20px;
	}
	.row-partner .dot.is-selected {
		background-color: #03c4a1 !important;
	}
	.row-partner .flickity-page-dots .dot {
		background-color: #dcdae2;
		border: none;
	}

	.wcu-row .flickity-page-dots {
		display: block;
		bottom: -10px;
	}
	.wcu-row .dot.is-selected {
		background-color: #03c4a1 !important;
	}
	.wcu-row .flickity-page-dots .dot {
		background-color: #dcdae2;
		border: none;
	}

	.cabin-model {
		flex-direction: column;
	}
	.cabin-model .column-item {
		width: 100%;
	}
	.items-way-go-and-back:before {
		height: 70%;
	}
	.pick-up-and-drop {
		flex-direction: column;
	}
	.pick-up-and-drop > div {
		width: 100%;
	}
	.list-amenities .item {
		width: 100%;
	}
	.woocommerce-Reviews .comment-respond .comment-reply-title + span {
		width: 160px;
	}
	.review-form-inner.has-border {
		max-height: 107px;
	}
	.product-info {
		margin-top: 20px;
	}
	.product-info nav.woocommerce-breadcrumb {
		display: none;
	}

	.breadcrumb-mobile {
		margin-bottom: 16px;
	}

	.single-product .product-main {
		padding-top: 0;
	}

	.product-gallery-for-mobile .carousel-main-product {
		margin-bottom: 12px;
	}
	.product-gallery-for-mobile .carousel-main-product .flickity-viewport {
		border-radius: 8px;
	}

	.product-gallery-for-mobile .carousel-nav .carousel-cell {
		width: 25% !important;
		height: 80px;
		padding: 5px;
	}
	.product-gallery-for-mobile .carousel-nav .carousel-cell img {
		display: block;
		width: 100%;
		height: 70px;
		object-fit: cover;
		border-radius: 6px;
		filter: brightness(0.6);
	}
	.product-gallery-for-mobile .carousel-nav .carousel-cell.is-selected img {
		filter: brightness(1);
	}
	.product-gallery-for-mobile .carousel-nav .flickity-viewport {
		border-radius: 0px !important;
	}

	.product-gallery-for-mobile
		.carousel-main-product
		.flickity-prev-next-button {
		opacity: 1;
	}
	.product-gallery-for-mobile
		.carousel-main-product
		.flickity-prev-next-button
		svg {
		background-color: #ffffffa6;
		border-radius: 99%;
		padding: 10px;
	}
	.product-gallery-for-mobile
		.carousel-main-product
		.flickity-prev-next-button:hover
		svg {
		background-color: #ffffff;
	}

	.product-gallery-for-mobile .product-thumbnails .flickity-button {
		top: 16%;
	}
	.product-gallery-for-mobile .product-thumbnails .flickity-button svg {
		background: gray;
		border-radius: 99%;
		color: #fff;
		padding: 5px !important;
	}

	.wrap-coupon-custom .copied {
		width: 160px;
	}

	.related-products-wrapper .row-slider .flickity-prev-next-button {
		width: 40px !important;
		height: 40px;
	}
	.related-products-wrapper .row-slider .flickity-prev-next-button svg {
		background-color: #ffffffa6;
		border-radius: 99%;
		padding: 10px !important;
	}

	.group-btn-mobile-single-product {
		display: flex;
		align-items: center;
		background: #fff;
		padding: 6px 16px;
		border-top: 1px solid #eee;
		display: none;
		visibility: hidden;
		width: 100%;
		z-index: 999;
	}

	.group-btn-mobile-single-product .save button img {
		margin-right: 0;
	}

	.group-btn-mobile-single-product button {
		margin-bottom: 0;
	}
	.group-btn-mobile-single-product button.wishlist-button {
		background-color: #f6f6f8;
		color: #2f2b43;
		border-color: #f6f6f8;
	}
	.group-btn-mobile-single-product button.wishlist-button i {
		top: 0;
	}

	.group-btn-mobile-single-product .wishlist-added {
		background-color: #fde9e9;
		border-color: #fde9e9 !important;
	}

	.group-btn-mobile-single-product .wishlist-button.wishlist-added i {
		color: #f34141;
	}
	.group-btn-mobile-single-product .wishlist-button.wishlist-added i:before {
		content: "\e000" !important;
	}

	.group-btn-mobile-single-product .wishlist-popup {
		top: -100%;
		right: unset;
		left: -7px;
	}

	.button.btn-trigger-add-to-cart {
		background-color: #000000;
		color: #fff;
		border-radius: 12px;
		height: 48px;
		font-weight: 500;
		text-transform: uppercase;
		margin-right: 0;
		flex-grow: 1;
		margin-left: 15px;
	}

	.group-btn-mobile-single-product.active {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		visibility: visible;
	}

	.stick-toc-custom {
		top: 70px;
	}
	/* .aio-contact-parent .aio-contact-floating {
		bottom: 160px;
	} */

	/* page voucer */

	.wrap-coupon-custom .copied {
		width: max-content;
	}

	/* end page voucher */

	.small-columns-1 .product-small .box-text {
		height: calc(100% - 300px);
	}
	.small-columns-1 .product-small.box .box-image {
		height: 300px;
	}
	.small-columns-1 .product-small.box .box-image img {
		height: 300px;
		object-fit: cover;
	}

	.small-columns-2 .product-small .box-text {
		height: calc(100% - 140px);
	}
	.small-columns-2 .product-small.box .box-image {
		height: 140px;
	}
	.small-columns-2 .product-small.box .box-image img {
		height: 140px;
		object-fit: cover;
	}
	.small-columns-2 .product-small .image-tools {
		bottom: 2px;
	}
	.archive .product-small .image-tools {
		bottom: 2px;
	}
	/* .product-index .product-small .box-text {
		height: calc(100% - 126.3px);
	} */

	.woocommerce-checkout-review-order-table .product-name {
		max-width: 200px;
	}
	.woocommerce-checkout-review-order-table .data-custom-tour {
		display: block;
	}
	.woocommerce-page table.shop_table tbody .product-name .variation dt {
		float: left;
		width: auto;
	}
	.woocommerce-checkout-review-order-table .variation dd {
		width: auto;
	}

	.cabin-location-style-2 .column-bottom-one .item {
		width: 100%;
	}

	/* tour */

	.quick-infor-table .item {
		width: calc(50% - 8px);
	}
	.wrap-itinerary.itinerary-list:before {
		height: 85%;
	}

	.slider-content-custom-arrow.slider .flickity-prev-next-button {
		width: 40px !important;
	}
	.slider-content-custom-arrow.slider .flickity-prev-next-button svg {
		padding: 10px !important;
	}
	.slider-place-you-see.slider-content-custom-arrow
		.flickity-prev-next-button,
	.slider-place-you-see.slider-content-custom-arrow.slider:hover
		.flickity-prev-next-button {
		top: 29% !important;
	}
	.slider-where-you-stay.slider-content-custom-arrow
		.flickity-prev-next-button,
	.slider-where-you-stay.slider-content-custom-arrow.slider:hover
		.flickity-prev-next-button {
		top: 27% !important;
	}

	/* endtour */
}

.accordion-item .toggle {
	display : none !important;
}

.accordion-item .accordion-inner {
	display : block !important;
}
