.banner-one {
    position: relative;
    overflow: hidden;
    background-color: var(--thm-black);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
    padding-top: 175px;
    padding-bottom: 180px;
}

.banner-one__bg-media {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    z-index: 0;
    pointer-events: none;
}

.banner-one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #082740;
    opacity: 0.3;
    z-index: 1;
}

.banner-one .container {
    position: relative;
    z-index: 2;
}

.banner-one h1,
.banner-one h2 {
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 100px;
}
.banner-one h1 span,
.banner-one h2 span {
    color: var(--thm-base);
    position: relative;
    line-height: 1em;
    display: inline-block;
}

.banner-one h1 span::before,
.banner-one h2 span::before {
    content: '';
    width: 100%;
    height: 31px;
    background-image: url(/assets/images/shapes/title-decor-1-1.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 70%;
    left: 0;
}

.banner-one p {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 32px;
}

.banner-one a {
    margin-top: 18px;
    margin-right: 18px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-one {
    /*padding-top: 88px;*/
    /*padding-bottom: 90px;*/
}

.blog-one__single {
    margin-bottom: 30px;
    position: relative;
}

.blog-one__image {
    position: relative;
    background-color: var(--thm-black);
    overflow: hidden;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-one__image>img {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.blog-one__image>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    color: var(--thm-secondary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
}
.blog-one__image>a:hover {
    color: #fff;
}

.blog-one__single:hover .blog-one__image>img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-one__single:hover .blog-one__image>a {
    opacity: 1;
}

.blog-one__content {
    padding: 35px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 238, 239);
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.blog-one__meta {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.blog-one__meta li+li {
    margin-left: 20px;
}

.blog-one__meta li a {
    font-size: 14px;
    font-weight: 600;
    color: var(--thm-darkgray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__meta li i {
    font-size: 13px;
    color: var(--thm-base);
    margin-right: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__meta li a:hover {
    color: var(--thm-black);
}

.blog-one__meta li a:hover i {
    color: var(--thm-primary);
}

.blog-two__content h2,
.blog-two__content h3,
.blog-one__content h3 {
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-weight: 600;
    line-height: 38px;
    font-size: 26px;
}

.blog-two__content h2 a,
.blog-two__content h3 a,
.blog-one__content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__content h2 a:hover,
.blog-two__content h3 a:hover,
.blog-one__content h3 a:hover {
    color: var(--thm-primary);
}

.blog-one__grid {
    padding-bottom: 120px;
}

.blog-one__grid .post-pagination {
    margin-top: 30px;
}

.blog-list {
    /*padding-top: 120px;*/
    /*padding-bottom: 150px;*/
}

.blog-list .post-pagination {
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 60px;
}

.blog-two__single {
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__single:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.blog-two__single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 238, 239);
}

.blog-two__content {
    display: block;
    width: 100%;
    position: relative;
    padding: 38px 50px 18px 50px;
}

.blog-two__content p {
    margin: 0;
    color: var(--thm-darkgray);
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blog-two__link {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 14px;
    color: var(--thm-primary) !important;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__link:hover {
    color: var(--thm-black);
}

/*--------------------------------------------------------------
# Tour
--------------------------------------------------------------*/

.tour-one {
    /*padding-top: 88px;*/
    /*padding-bottom: 90px;*/
}

.tour-grid {
    padding-top: 120px;
    padding-bottom: 120px;
}

.tour-grid .post-pagination {
    margin-top: 30px;
}

.tour-one__single {
    position: relative;
    margin-bottom: 30px;
}

.tour-one__image {
    position: relative;
    /*background-color: var(--thm-black);*/
    aspect-ratio: 4/3;
    overflow: hidden;
}

.tour-one__image a,
.tour-one__image a>img {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.tour-one__image a {
    width: 100%;
    height: 100%;
    /*display: flex;*/
}

.tour-list__single .tour-one__image a {
    display: flex;
}

.tour-one__single:hover .tour-one__image a>img{
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.tour-one__single:hover .tour-one__image a.favorite {
    background-color: #fff;
    color: var(--thm-secondary);
}

.tour-one__image .soldout {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.58);
    display: table;
}

.tour-one__image .soldout .text{
    display:table-cell;
    vertical-align:middle;
    text-align: center;
}

.tour-one__image .soldout .text span{
    border: 2px solid var(--thm-darkgray);
    color: var(--thm-darkgray);
    padding: 38px 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 28px;
}

.tour-one__content {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 238, 239);
    background-color: rgb(255, 255, 255);
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 38px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-one__content-small_padding {
    padding: 8px;
}

.tour-one__content label {
    position: relative;
    background-color: var(--thm-base);
    color: white;
    padding: 5px 12px;
    font-size: 16px;
    border-radius: 0px;
    line-height: 16px;
}

.tour-one__single_small .tour-one__content {
    padding-top: 28px;
}

.tour-one__single:hover .tour-one__content {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.tour-one__stars {
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-darkgray);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1em;
    margin-bottom: 5px;
}

.tour-one__stars i {
    font-size: 14px;
    margin-right: 10px;
    color: var(--thm-base);
}

.tour-one__stars i.has-review{
    color: var(--thm-base);
}

.tour-one__stars a {
    color: var(--thm-primary);
    margin-left: 18px;
}

.tour-one__content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-darkgray);
    line-height: 1em;
    margin-top: 23px;
    margin-bottom: 23px;
}

.tour-one__content p span {
    color: var(--thm-secondary);
    font-size: 25px;
    font-weight: 600;
}

.tour-one__single_small .tour-one__content p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.tour-one__single_small .tour-one__content h3 {
    font-size: 20px;
}

.tour-one__meta {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0 10px 0;
    /* padding-bottom: 25px; */
    /* border-top: 1px solid rgb(236, 238, 239); */
}
.tour-one .tour-one__content .tour-one__meta {
    padding: 0 0 10px 0;
}

.tour-one__meta li {
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px !important;
    font-weight: 500;
    color: var(--thm-darkgray);
}

.tour-one__meta li.empty {
    padding: 0;
    margin: 0;
    width: 0;
}

.tour-one__meta li+li {
    margin-left: 20px;
}

.tour-one__meta li a {
    font-size: 16px !important;
    font-weight: 500;
    color: var(--thm-darkgray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-one__meta li i {
    font-size: 14px;
    margin-right: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--thm-primary);
}

.tour-one__meta li a:hover {
    color: var(--thm-black);
}

.tour-one__meta li a:hover i {
    color: var(--thm-primary);
}


.tour-one__content h3 {
    margin: 0;
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-weight: 600;
    line-height: 34px;
    font-size: 25px;
    max-height: 68px;
    overflow: hidden;
}

.tour-one__content-small_padding h3 {
    font-size: 16px !important;
}

.tour-one__content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-one__content h3 a:hover {
    color: var(--thm-primary);
}

.tour-one__carousel {
    margin-bottom: 20px;
}

.tour-one__carousel .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.tour-one__carousel-no-overflow .owl-stage-outer {
    overflow: visible;
}


.tour-one__carousel .owl-nav button.owl-next,
.tour-one__carousel .owl-nav button.owl-prev {
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.tour-one__carousel .owl-nav button.owl-prev {
    margin-right: 15px;
}
.tour-one__carousel .owl-nav button.owl-next:hover,
.tour-one__carousel .owl-nav button.owl-prev:hover {
    color: var(--thm-secondary);
    background-color: transparent;
}

.tour-one__stars i.inactive {
    color: #eceeef;
}

.tour-two__single {
    display: -webkit-box;
    display: flex;
    overflow: hidden;
}

.tour-two__image-wrap {
    width: 270px;
    background-position: center center;
    background-size: cover;
}

.tour-two__image-wrap .tour-one__image {
    width: 270px;
    height: 100%;
}

.tour-two__single .tour-one__content {
    padding: 0;
    padding-top: 18px;
    padding-right: 18px;
    padding-left: 18px;
    width: 100%;
}

.tour-two__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tour-two__right p {
    margin: 0;
}

.tour-two__right p span {
    display: inline-block;
    margin-bottom: 5px;
}

.tour-two__text {
    margin-top: 8px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(236, 238, 239);
}

.tour-two__top-left {
    padding-bottom: 12px;
}

.tour-two__top-left .sold-out-notice {
    color: var(--thm-black);
    padding: 0 0 18px 0;
}

.tour-two__text p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--thm-text-body);
    height: auto;
    max-height: 5.1em;
    overflow: hidden;
}

.tour-two__right p {
    color: var(--thm-text-body);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.35;
}

.tour-two__right span {
    color: var(--thm-secondary);
    font-size: 36px;
    font-weight: 600;
    /*padding-bottom: 15px;*/
}

.tour-two__right del {
    display: inline-block;
    font-size: 16px;
    color: var(--thm-darkgray);
}

.tour-two__right span.price {
    display: inline-block;
    /*margin-bottom: 5px;*/
    margin-left: 8px;
    color: var(--thm-secondary);
    font-size: 25px;
    font-weight: 600;
}

.tour-list {
    /*padding-top: 38px;*/
    /*padding-bottom: 120px;*/
}

.tour-list .post-pagination {
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 60px;
}

.tour-list.poi-tour-list {
    /*padding-bottom:28px;*/
    /*overflow: hidden;*/
}

.tour-list.poi-tour-list .blog-details__content{
    margin-bottom: 30px;
}

.tour-list.poi-tour-list .blog-details__content h2,
.tour-list.poi-tour-list .blog-details__content h3 {
    color: var(--thm-text-title);
    font-weight: 500;
    line-height: 1.24;
}

.tour-list.poi-tour-list .blog-details__content p,
.tour-list.poi-tour-list .blog-details__content li {
    color: var(--thm-text-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.72;
}

.tour-list .category-intro {
    font-weight: normal;
    margin-top: 58px;
}

/* tour sorter */

.tour-sorter-one {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.tour-sorter-one h1, .tour-sorter-one h3 {
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.tour-sorter-one__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tour-sorter-one__right>a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 43px;
    height: 43px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(236, 238, 239);
    font-size: 16px;
    color: var(--thm-darkgray);
    margin-left: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-sorter-one__right>a.active,
.tour-sorter-one__right>a:hover {
    background-color: var(--thm-base);
    border-color: var(--thm-base);
    color: var(--thm-black);
}

.tour-sorter-one .select {
    margin-left: 18px;
}

.tour-sorter-one label {
    margin-left: 5px;
}

a.tour-remove_filter {
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-darkgray);
    padding-left: 18px;
    background-color: #fff;
}

a.tour-remove_filter i {
    font-size: 12px;
    margin-right: 3px;
}

.tour-sorter-one__select {
    width: 128px;
}

.tour-sorter-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.tour-sorter-one .bootstrap-select>.dropdown-toggle {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(236, 238, 239);
    font-size: 14px;
    font-weight: 500;
    /*color: var(--thm-darkgray);*/
    padding: 9px 20px;
    padding-right: 20px;
    background-color: #fff;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Addon Wrapper
--------------------------------------------------------------*/
.addon-wrapper {
    margin-bottom: 20px;
    border: 2px solid var(--thm-base);
    box-shadow: 0 0 8px #999;
    position: relative;
    padding: 0px;
    border-radius: 3px;
}

.addon-wrapper span.addon-icon {
    position: absolute;
    top: -7px;
    left: -12px;
    background-repeat: no-repeat;
    background-image: url(/assets/images/gui/ad-icon.png);
    width: 38px;
    height: 38px;
    background-size: contain;
    z-index: 99;
}

.addon-wrapper div.addon-header {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 900px;
    background-image: url(/assets/images/gui/ad-back.png);
    top: 0;
}

.addon-wrapper .tour-one__single {
    margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Orders
--------------------------------------------------------------*/
.my-orders h1.empty-cart {
    font-family: var(--thm-font);
    color: var(--thm-gray);
    text-align: center;
    padding: 58px 0;
}

.my-orders h1.empty-cart i {
    margin-right: 8px;
}

.my-orders .tour-two__text {
    margin-top: 0;
}

.my-orders .canceled .tour-two__image-wrap {
    opacity: 0.38;
}

.my-orders .tour-two__image-wrap .select{
    position: absolute;
    top: 8px;
    left: 18px;
}

.my-orders .canceled h3,
.my-orders .canceled span{
    color: var(--thm-darkgray) !important;
}

.my-orders .ribbon {
    display: block;
    width: 150px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    color: white;
    position: absolute;
    top: 20px;
    left: -56px;
    z-index: 10;
    text-align: center;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    text-transform: uppercase;
}

.my-orders .canceled .ribbon {
    background-color: var(--thm-gray);
    color: var(--thm-black);
}

.my-orders .processing .ribbon {
    background-color: var(--thm-primary);
    color: white;
}

.my-orders .confirmed .ribbon,
.my-orders .finished .ribbon{
    background-color: var(--thm-base);
    color: white;
}

.my-orders .tour-two__text ul.list-unstyled {
    overflow: auto;
    margin-top: 8px;
    margin-bottom: 0;
    /*padding: 0 28px;*/
}
.my-orders .tour-two__text ul.list-unstyled li{
    /*color: var(--thm-darkgray);*/
    font-size: 16px;
    font-weight: 500;
    width: 50%;
    float: left;
    overflow: hidden;
}

.my-orders .tour-two__top .tour-two__top-left {
    padding-bottom: 0;
}

.my-orders .tour-two__text ul.list-unstyled li+li{
    margin-top: 0;
}

.my-orders .tour-two__text ul.list-unstyled i{
    margin-right: 8px;
    color: var(--thm-gray);
    font-size: 14px;
}

.my-orders .sidebar__category-list li+li {
    margin-top: 0;
}

.my-orders .tour-one__meta li {
    cursor: pointer;
}

.my-orders .tour-one__meta li i {
    color: var(--thm-base);
}

.my-orders .tour-one__meta li a:hover i {
    color: var(--thm-base);
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart {
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    padding: 28px 24px 24px;
    margin-bottom: 0;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__organizer-content {
    border-bottom: 1px solid #e8eef4;
    padding-bottom: 16px;
    margin-bottom: 10px;
    padding-left: 86px;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__organizer-content > img {
    width: 64px;
    height: 64px;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #dbe7f2;
    background: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 8px 16px rgba(15, 23, 42, 0.08);
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__organizer-content h3 {
    margin-top: 2px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__organizer-content span {
    line-height: 1.55;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__organizer-content span.payment-info {
    font-weight: 700;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__summary {
    padding-left: 0;
    color: var(--thm-black);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__summary span.price {
    margin-left: 0;
    font-size: 30px;
    line-height: 1.1;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart > ul {
    list-style: none;
    margin: 16px 0 0 !important;
    padding: 0;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart > ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart > ul li label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart > ul li input[type="radio"] {
    accent-color: var(--thm-primary);
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .shopcart-checkout {
    margin-top: 18px;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .shopcart-checkout .thm-btn {
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-radius: 12px;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart + .sidebar__single.user-profile-sidebar-links {
    margin-top: 14px;
}

.tour-sidebar .sidebar__single.user-profile-sidebar-links {
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    padding: 20px 18px;
    margin-bottom: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    background-size: contain !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.tour-sidebar .sidebar__single.user-profile-sidebar-links .sidebar__category-list {
    margin: 0;
}

.tour-sidebar .sidebar__single.user-profile-sidebar-links .sidebar__category-list li + li {
    margin-top: 10px;
}

.tour-sidebar .sidebar__single.user-profile-sidebar-links .sidebar__category-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #e8eef4;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: var(--thm-body);
    line-height: 1.35;
}

.tour-sidebar .sidebar__single.user-profile-sidebar-links .sidebar__category-list li a i {
    color: var(--thm-primary);
    width: 16px;
    text-align: center;
}

.tour-sidebar .sidebar__single.user-profile-sidebar-links .sidebar__category-list li a::before {
    display: none;
    content: none;
}

.tour-sidebar .sidebar__single.user-profile-sidebar-links .sidebar__category-list li a:hover {
    padding-left: 12px;
    border-color: #cddfed;
    color: var(--thm-primary);
}

/*--------------------------------------------------------------
# User Profile Surface
--------------------------------------------------------------*/

.tour-list.blog-list .user-profile {
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    padding: 30px 28px 26px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.tour-list.blog-list .user-profile > h3 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.2;
}

.tour-list.blog-list .user-profile .form-box {
    height: auto;
    margin-bottom: 16px;
}

.tour-list.blog-list .user-profile .form-box span {
    margin-bottom: 8px;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 600;
}

.tour-list.blog-list .user-profile .form-box input {
    height: 54px;
    padding: 0 16px;
    border: 1px solid #dbe7f2;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: var(--thm-black);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 6px 14px rgba(15, 23, 42, 0.05);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.tour-list.blog-list .user-profile .form-box input:focus {
    border-color: rgba(var(--thm-primary-rgb), 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 0 0 3px rgba(var(--thm-primary-rgb), 0.12),
        0 8px 18px rgba(var(--thm-primary-rgb), 0.12);
}

.tour-list.blog-list .user-profile .form-box input[readonly] {
    color: var(--thm-body);
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
}

.tour-list.blog-list .user-profile .input-group {
    margin-top: 6px;
}

.tour-list.blog-list .user-profile .input-group .thm-btn {
    min-width: 180px;
    height: 56px;
    line-height: 56px;
    border-radius: 12px;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) {
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    padding: 24px 20px 20px;
    margin-bottom: 0;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) > h3 {
    margin-bottom: 14px;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) .tour-sidebar__organizer-content {
    border: 0;
    border-radius: 0;
    min-height: 56px;
    padding: 2px 0 0 74px;
    background: transparent;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) .tour-sidebar__organizer-content > img {
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #dbe7f2;
    background: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 8px 16px rgba(15, 23, 42, 0.08);
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) .tour-sidebar__organizer-content h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.35;
    word-break: break-all;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) .tour-sidebar__organizer-content span {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-height: 26px;
    margin-top: 8px;
    margin-right: 8px;
    padding: 4px 10px;
    border: 1px solid #dbe7f2;
    border-radius: 999px;
    background: #fff;
    line-height: 1.2;
    font-size: 14px;
}

.tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) + .sidebar__single.user-profile-sidebar-links {
    margin-top: 14px;
}

span.hightlight{
    color: var(--thm-primary);
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Legacy Surface Alignment (Go / List)
--------------------------------------------------------------*/

.tour-one__single,
.tour-two__single {
    position: relative;
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.06),
        0 3px 10px rgba(15, 23, 42, 0.03);
    transition: transform .3s cubic-bezier(.2, .7, .2, 1), box-shadow .3s ease, border-color .3s ease;
    will-change: transform;
}

.tour-one__single::before,
.tour-two__single::before,
.blog-one__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, rgba(64, 185, 235, 0.65), rgba(238, 161, 86, 0.42), rgba(64, 185, 235, 0.3));
    opacity: 0.42;
    pointer-events: none;
    z-index: 2;
}

.tour-one__single:hover,
.tour-two__single:hover {
    transform: translateY(-3px);
    border-color: #cfe0ee;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 24px 44px rgba(15, 23, 42, 0.11),
        0 6px 16px rgba(64, 185, 235, 0.10);
}

.tour-one__image {
    border-radius: 18px 18px 0 0;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.72);
}

.tour-two__image-wrap .tour-one__image {
    border-radius: 18px 0 0 18px;
}

.tour-one__content {
    border: 0;
    border-top: 1px solid #e7eef5;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.96));
}

.tour-list .tour-one__content {
    padding: 30px 30px 20px;
}

.tour-list .tour-one__content h3 {
    line-height: 1.42;
}

.tour-list .tour-one__content p {
    margin-top: 14px;
    margin-bottom: 16px;
}

.tour-list .tour-one__meta {
    padding-top: 6px;
    padding-bottom: 4px;
}

.tour-two__single .tour-one__content {
    border-top: 0;
    border-left: 1px solid #e8eef4;
    padding: 24px 24px 16px;
}

.tour-one__single:hover .tour-one__content {
    box-shadow: none;
}

.blog-one__single {
    position: relative;
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.06),
        0 3px 10px rgba(15, 23, 42, 0.03);
    transition: transform .3s cubic-bezier(.2, .7, .2, 1), box-shadow .3s ease, border-color .3s ease;
    will-change: transform;
}

.blog-one__single:hover {
    transform: translateY(-3px);
    border-color: #cfe0ee;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 24px 44px rgba(15, 23, 42, 0.11),
        0 6px 16px rgba(64, 185, 235, 0.10);
}

.blog-one__image {
    border-radius: 18px 18px 0 0;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.72);
}

.blog-one__content {
    border: 0;
    border-top: 1px solid #e7eef5;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.96));
}

.tour-list .row {
    row-gap: 6px;
}

.blog-one__single:hover .blog-one__content {
    box-shadow: none;
}

.features-two__single {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    border-color: #dbe7f2;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 28px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
    transition: transform .3s cubic-bezier(.2, .7, .2, 1), box-shadow .3s ease, border-color .3s ease;
    padding: 42px 34px 34px;
    margin-top: 20px;
}

.features-two__single:hover {
    transform: translateY(-3px);
    border-color: #cfe0ee;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 22px 38px rgba(15, 23, 42, 0.10),
        0 5px 14px rgba(64, 185, 235, 0.08);
}

.features-two__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(90deg, var(--thm-base), var(--thm-secondary));
    opacity: 0.58;
}

.features-two .row {
    row-gap: 8px;
}

.features-two__single h3 {
    margin-top: 26px;
    margin-bottom: 20px;
}

.features-two__single p {
    line-height: 1.9;
}

.faq-one-accrodion .accrodion {
    overflow: hidden;
    border-radius: 16px;
    border-color: #dbe7f2;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 10px 24px rgba(15, 23, 42, 0.05);
    padding-left: 34px;
    padding-right: 34px;
}

.faq-one-accrodion .accrodion + .accrodion {
    margin-top: 14px;
}

.faq-one-accrodion .accrodion.active {
    border-color: #dbe7f2;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.faq-one-accrodion .accrodion-title {
    cursor: default;
    pointer-events: none;
}

.faq-one-accrodion .accrodion-title h3,
.faq-one-accrodion .accrodion-title h4 {
    padding-top: 26px;
    padding-bottom: 12px;
    padding-right: 0;
    font-size: 22px;
    line-height: 1.42;
}

.faq-one-accrodion .accrodion-title h3::before,
.faq-one-accrodion .accrodion-title h4::before {
    display: none;
}

.faq-one-accrodion .accrodion-content {
    display: block !important;
    padding: 12px 0 26px;
    border-top: 1px dashed #e3ebf4;
}

.faq-one-accrodion .accrodion-content p {
    font-size: 17px;
    line-height: 1.72;
    color: var(--thm-body);
}

.tour-list.poi-tour-list .blog-details__content {
    padding: 32px 36px;
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.availability-filter {
    border-radius: 18px;
    border-color: #dbe7f2;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
    padding: 34px 32px;
}

.availability-filter:hover {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 20px 36px rgba(15, 23, 42, 0.10),
        0 5px 14px rgba(64, 185, 235, 0.08);
}

/*--------------------------------------------------------------
# List Sidebar Surface Alignment
--------------------------------------------------------------*/

.tour-list .tour-sorter-one__select {
    width: 170px;
}

.tour-list .tour-sorter-one .bootstrap-select > .dropdown-toggle {
    border: 1px solid #dbe7f2;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: none;
    padding: 10px 16px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 8px 16px rgba(15, 23, 42, 0.05);
}

.tour-list .bootstrap-select .dropdown-menu {
    margin-top: 8px;
    padding: 8px;
    border: 1px solid #dbe7f2;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 12px 24px rgba(15, 23, 42, 0.08);
}

.tour-list .bootstrap-select .dropdown-menu > li + li > a {
    border-top: 0;
}

.tour-list .bootstrap-select .dropdown-menu > li > a {
    border-radius: 8px;
    padding: 7px 12px;
    color: var(--thm-body);
    transition: background-color .2s ease, color .2s ease;
}

.tour-list .bootstrap-select .dropdown-menu > li > a:hover {
    background: rgba(var(--thm-primary-rgb), 0.12);
    color: var(--thm-black);
}

.tour-list .bootstrap-select .dropdown-menu > li.selected > a {
    background: rgba(var(--thm-primary-rgb), 0.16);
    color: var(--thm-black);
    font-weight: 600;
}

.tour-list .tour-sorter-one .bootstrap-select > .dropdown-toggle .filter-option,
.tour-list .tour-sorter-one .bootstrap-select > .dropdown-toggle .filter-option-inner,
.tour-list .tour-sorter-one .bootstrap-select > .dropdown-toggle .filter-option-inner-inner,
.tour-list .tour-sidebar .bootstrap-select > .dropdown-toggle .filter-option,
.tour-list .tour-sidebar .bootstrap-select > .dropdown-toggle .filter-option-inner,
.tour-list .tour-sidebar .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
    color: var(--thm-black);
    font-weight: 600;
    line-height: 1.3;
}

.tour-list .tour-sorter-one .bootstrap-select > .dropdown-toggle:focus,
.tour-list .tour-sorter-one .bootstrap-select > .dropdown-toggle:active,
.tour-list .tour-sorter-one .bootstrap-select.show > .dropdown-toggle,
.tour-list .tour-sidebar .bootstrap-select > .dropdown-toggle:focus,
.tour-list .tour-sidebar .bootstrap-select > .dropdown-toggle:active,
.tour-list .tour-sidebar .bootstrap-select.show > .dropdown-toggle {
    border-color: rgba(var(--thm-primary-rgb), 0.38);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 10px 18px rgba(var(--thm-primary-rgb), 0.14) !important;
}

.tour-list .tour-sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tour-list.blog-list .tour-sidebar .sidebar__single {
    margin: 0;
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    padding: 22px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.tour-list.blog-list .tour-sidebar .sidebar__single + .sidebar__single {
    margin-top: 0;
}

.tour-list.blog-list .tour-sidebar .sidebar__title {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 1.3;
}

.tour-list.blog-list .tour-sidebar .sidebar__post-list {
    margin: 0;
}

.tour-list.blog-list .tour-sidebar .sidebar__post-list li {
    align-items: flex-start;
    gap: 12px;
}

.tour-list.blog-list .tour-sidebar .sidebar__post-list li + li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e8eef4;
}

.tour-list.blog-list .tour-sidebar .sidebar__post-image {
    margin-right: 0;
    width: 108px;
    height: 68px;
    flex: 0 0 108px;
    border: 1px solid #e8eef4;
    border-radius: 10px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 8px 16px rgba(15, 23, 42, 0.08);
}

.tour-list.blog-list .tour-sidebar .sidebar__post-content h2,
.tour-list.blog-list .tour-sidebar .sidebar__post-content h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    font-family: var(--thm-font);
}

.tour-list.blog-list .tour-sidebar .sidebar__post-content h2 a,
.tour-list.blog-list .tour-sidebar .sidebar__post-content h3 a {
    color: inherit;
}

.tour-list.blog-list .tour-sidebar .sidebar__post-content h2 a:hover,
.tour-list.blog-list .tour-sidebar .sidebar__post-content h3 a:hover {
    color: var(--thm-primary);
}

.tour-list.blog-list .tour-sidebar .sidebar__category-list {
    margin: 0;
}

.tour-list.blog-list .tour-sidebar .sidebar__category-list li + li {
    margin-top: 10px;
}

.tour-list.blog-list .tour-sidebar .sidebar__category-list li a {
    display: block;
    padding: 10px 12px;
    border: 1px solid #e8eef4;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: var(--thm-body);
    font-size: 16px;
    line-height: 1.35;
}

.tour-list.blog-list .tour-sidebar .sidebar__category-list li a::before {
    display: none;
    content: none;
}

.tour-list.blog-list .tour-sidebar .sidebar__category-list li a:hover {
    padding-left: 12px;
    border-color: #cddfed;
    color: var(--thm-primary);
}

.tour-list .tour-sidebar .tour-sidebar__search,
.tour-list .tour-sidebar .tour-sidebar__sorter-wrap {
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    overflow: visible;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.tour-list .tour-sidebar .tour-sidebar__search {
    padding: 30px 26px;
}

.tour-list .tour-sidebar .tour-sidebar__sorter-wrap {
    position: relative;
    margin-top: 0;
    padding: 26px 24px 56px;
}

.tour-list .tour-sidebar .bootstrap-select.open,
.tour-list .tour-sidebar .bootstrap-select.show {
    z-index: 40;
}

.tour-list .tour-sidebar .bootstrap-select .dropdown-menu {
    z-index: 1400;
}

.tour-list .tour-sidebar .tour-sidebar__sorter-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    height: 3px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(90deg, var(--thm-base), var(--thm-primary));
    opacity: 0.55;
}

.tour-list .tour-sidebar .tour-sidebar__sorter-wrap a.tour-remove_filter {
    position: absolute;
    bottom: 12px;
    right: 14px;
    top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 4px 10px;
    border: 1px solid #e5edf5;
    border-radius: 999px;
    background: #fff;
    color: var(--thm-body);
}

.tour-list .tour-sidebar .tour-sidebar__sorter-single + .tour-sidebar__sorter-single {
    margin-top: 26px;
}

.tour-list .tour-sidebar .tour-sidebar__sorter-top {
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e8eef4;
}

.tour-list .tour-sidebar .tour-sidebar__sorter-top h3 {
    font-size: 19px;
}

.tour-list .tour-sidebar .tour-sidebar__sorter-inputs p + p {
    margin-top: 14px;
}

.tour-list .tour-sidebar .tour-sidebar__sorter-inputs [type="checkbox"]:checked + label,
.tour-list .tour-sidebar .tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) + label {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding-left: 28px;
    line-height: 1.3;
}

.tour-list .tour-sidebar .tour-sidebar__sorter-inputs [type="checkbox"]:checked + label:before,
.tour-list .tour-sidebar .tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) + label:before {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
}

.tour-list .tour-sidebar .tour-sidebar__sorter-inputs [type="checkbox"]:checked + label:after,
.tour-list .tour-sidebar .tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) + label:after {
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
}

.tour-list .tour-sidebar .tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) + label:after {
    transform: translateY(-50%) scale(0);
}

.tour-list .tour-sidebar .tour-sidebar__sorter-inputs [type="checkbox"]:checked + label:after {
    transform: translateY(-50%) scale(1);
}

.tour-list .tour-sidebar .tour-sidebar__search-form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-list .tour-sidebar .tour-sidebar__search-form .input-group textarea,
.tour-list .tour-sidebar .tour-sidebar__search-form .bootstrap-select > .dropdown-toggle {
    border: 1px solid #dbe7f2;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: var(--thm-black);
    font-weight: 600;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 6px 14px rgba(15, 23, 42, 0.05);
}

.tour-list .tour-sidebar .tour-sidebar__search-form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-list .tour-sidebar .tour-sidebar__search-form .bootstrap-select > .dropdown-toggle {
    height: 58px;
}

.tour-list .tour-sidebar .tour-sidebar__search-form .bootstrap-select > .dropdown-toggle {
    border-radius: 12px;
    padding: 14px 18px;
}

.tour-list .tour-sidebar .tour-sidebar__search-form .thm-btn {
    height: 58px;
    line-height: 58px;
    border-radius: 12px;
}

/*--------------------------------------------------------------
# CTA Two (Tab Section) Surface Alignment
--------------------------------------------------------------*/

.page-header + .cta-two .row,
.banner-one + .cta-two .row {
    align-items: stretch;
}

.page-header + .cta-two .col-lg-6,
.banner-one + .cta-two .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.page-header + .cta-two .col-lg-6.wow img,
.banner-one + .cta-two .col-lg-6.wow img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    background: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.page-header + .cta-two .cta-two__content,
.banner-one + .cta-two .cta-two__content {
    position: relative;
    height: 100%;
    padding: 32px 34px 28px;
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.page-header + .cta-two .cta-two__content::before,
.banner-one + .cta-two .cta-two__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(90deg, var(--thm-base), var(--thm-primary));
    opacity: 0.58;
}

.page-header + .cta-two .cta-two__content .block-title,
.banner-one + .cta-two .cta-two__content .block-title {
    margin-bottom: 18px;
}

.page-header + .cta-two .cta-two__content .block-title p,
.banner-one + .cta-two .cta-two__content .block-title p {
    color: var(--thm-base);
}

.page-header + .cta-two .cta-two__list,
.banner-one + .cta-two .cta-two__list {
    margin-bottom: 0;
}

.page-header + .cta-two .cta-two__list li,
.banner-one + .cta-two .cta-two__list li {
    margin-top: 14px;
    padding: 16px 16px 14px 34px;
    border: 1px solid #e8eef4;
    border-radius: 12px;
    background: #fff;
    font-size: 20px;
    line-height: 1.4;
}

.page-header + .cta-two .cta-two__list li small,
.banner-one + .cta-two .cta-two__list li small {
    display: block;
    margin-top: 6px;
    color: var(--thm-body);
    font-size: 15px;
    line-height: 1.5;
}

.page-header + .cta-two .cta-two__list li i,
.banner-one + .cta-two .cta-two__list li i {
    top: 26px;
    left: 14px;
    -webkit-transform: none;
    transform: none;
    line-height: 1;
}

.page-header + .cta-two .sb-tabs-wrapper,
.banner-one + .cta-two .sb-tabs-wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 18px 18px 12px;
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.page-header + .cta-two .sb-tabs-wrapper::before,
.banner-one + .cta-two .sb-tabs-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(90deg, var(--thm-base), var(--thm-primary));
    opacity: 0.58;
}

.page-header + .cta-two .sb-tabs-container,
.banner-one + .cta-two .sb-tabs-container {
    margin: 0;
    padding: 0 6px 14px;
    border-bottom: 1px solid #e8eef4;
}

.page-header + .cta-two .sb-tabs,
.banner-one + .cta-two .sb-tabs {
    gap: 10px;
}

.page-header + .cta-two .sb-tabs label,
.banner-one + .cta-two .sb-tabs label {
    padding: 11px 18px;
    border: 1px solid #dbe7f2;
    border-radius: 999px;
    background: #fff;
    color: var(--thm-body);
    font-weight: 600;
    line-height: 1.2;
}

.page-header + .cta-two .sb-tabs label::after,
.banner-one + .cta-two .sb-tabs label::after {
    display: none;
}

.page-header + .cta-two .sb-tabs label.active,
.banner-one + .cta-two .sb-tabs label.active {
    border-color: rgba(var(--thm-primary-rgb), 0.35);
    color: var(--thm-primary);
    background: linear-gradient(180deg, #ffffff 0%, rgba(var(--thm-primary-rgb), 0.08) 100%);
    box-shadow: 0 8px 16px rgba(var(--thm-primary-rgb), 0.12);
}

.page-header + .cta-two .sb-tab-contents,
.banner-one + .cta-two .sb-tab-contents {
    padding: 24px 10px 8px;
    background: transparent;
}

.page-header + .cta-two .sb-tab-content .container,
.banner-one + .cta-two .sb-tab-content .container {
    max-width: 100%;
    padding: 0;
}

.page-header + .cta-two .sb-tab-content .row,
.banner-one + .cta-two .sb-tab-content .row {
    margin-left: -10px;
    margin-right: -10px;
}

.page-header + .cta-two .sb-tab-content [class*="col-"],
.banner-one + .cta-two .sb-tab-content [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.page-header + .cta-two .sb-tab-content img,
.banner-one + .cta-two .sb-tab-content img {
    border-radius: 14px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 10px 24px rgba(15, 23, 42, 0.08);
}

.page-header + .cta-two .sb-tab-content p,
.page-header + .cta-two .sb-tab-content ul,
.banner-one + .cta-two .sb-tab-content p,
.banner-one + .cta-two .sb-tab-content ul {
    color: var(--thm-body);
    line-height: 1.75;
}

.page-header + .cta-two .sb-tab-arrow,
.banner-one + .cta-two .sb-tab-arrow {
    border: 1px solid #dbe7f2;
    background: #fff;
    color: var(--thm-primary);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

@media(max-width: 991px) {
    .blog-two__content {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .tour-two__image-wrap .tour-one__image {
        /*width: 350px;*/
    }

    .tour-one__content-small_padding {
        padding: 18px;
    }

    .tour-one__content-small_padding h3 {
        font-size: 20px !important;
    }

    .tour-list .tour-sidebar .tour-sidebar__search {
        padding: 24px 20px;
    }

    .tour-list .tour-sidebar .tour-sidebar__sorter-wrap {
        padding: 24px 20px 20px;
    }

    .tour-list.blog-list .tour-sidebar .sidebar__single {
        border-radius: 16px;
        padding: 20px 18px;
    }

    .tour-list.blog-list .tour-sidebar .sidebar__title {
        margin-bottom: 14px;
        font-size: 20px;
    }

    .page-header + .cta-two .col-lg-6.wow img,
    .banner-one + .cta-two .col-lg-6.wow img {
        min-height: 300px;
        margin-bottom: 16px;
    }

    .page-header + .cta-two .cta-two__content,
    .banner-one + .cta-two .cta-two__content {
        padding: 26px 24px 22px;
        border-radius: 16px;
    }

    .page-header + .cta-two .sb-tabs-wrapper,
    .banner-one + .cta-two .sb-tabs-wrapper {
        padding: 14px 14px 10px;
        border-radius: 16px;
    }

    .page-header + .cta-two .sb-tab-contents,
    .banner-one + .cta-two .sb-tab-contents {
        padding: 18px 4px 6px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart {
        border-radius: 16px;
        padding: 24px 20px 20px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__organizer-content {
        padding-left: 80px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__organizer-content > img {
        width: 60px;
        height: 60px;
    }

    .tour-sidebar .sidebar__single.user-profile-sidebar-links {
        border-radius: 16px;
        padding: 18px 16px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart + .sidebar__single.user-profile-sidebar-links {
        margin-top: 12px;
    }

    .tour-list.blog-list .user-profile {
        border-radius: 16px;
        padding: 24px 22px 20px;
    }

    .tour-list.blog-list .user-profile > h3 {
        font-size: 26px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) {
        border-radius: 16px;
        padding: 22px 18px 18px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) .tour-sidebar__organizer-content {
        padding-left: 72px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) .tour-sidebar__organizer-content > img {
        top: 0;
        left: 0;
        width: 52px;
        height: 52px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) + .sidebar__single.user-profile-sidebar-links {
        margin-top: 12px;
    }

    .pin-wrapper {
        height: auto !important;
    }

    .pinned {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
    }
}

@media(max-width: 767px) {
    .tour-one__single,
    .tour-two__single,
    .blog-one__single,
    .features-two__single,
    .tour-list.poi-tour-list .blog-details__content,
    .availability-filter {
        border-radius: 14px;
    }

    .tour-two__single {
        flex-wrap: wrap;
    }
    .tour-two__image-wrap,
    .tour-two__image-wrap .tour-one__image {
        width: 100%;
        height: 258px;
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        border-radius: 14px 14px 0 0;
    }

    .tour-two__single .tour-one__content {
        border-left: 0;
        border-top: 1px solid #e8eef4;
        padding: 20px 18px 14px;
    }

    .tour-list .tour-one__content {
        padding: 22px 18px 16px;
    }

    .tour-list.poi-tour-list .blog-details__content {
        padding: 22px 20px;
    }

    .features-two__single {
        padding: 30px 20px 24px;
        margin-top: 14px;
    }

    .faq-one-accrodion .accrodion {
        padding-left: 22px;
        padding-right: 22px;
    }

    .availability-filter {
        padding: 14px 8px;
    }

    .tour-list.poi-tour-list .availability-filter {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .tour-list.poi-tour-list .availability-filter > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .tour-list .tour-sidebar .tour-sidebar__search,
    .tour-list .tour-sidebar .tour-sidebar__sorter-wrap {
        border-radius: 14px;
    }

    .tour-list .tour-sidebar .tour-sidebar__search {
        padding: 20px 16px;
    }

    .tour-list .tour-sidebar .tour-sidebar__sorter-wrap {
        padding: 20px 14px 48px;
    }

    .tour-list.blog-list .tour-sidebar .sidebar__single {
        border-radius: 14px;
        padding: 16px 14px;
    }

    .tour-list.blog-list .tour-sidebar .sidebar__title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .tour-list.blog-list .tour-sidebar .sidebar__post-image {
        width: 96px;
        height: 62px;
        flex-basis: 96px;
    }

    .tour-list.blog-list .tour-sidebar .sidebar__post-content h2,
    .tour-list.blog-list .tour-sidebar .sidebar__post-content h3 {
        font-size: 15px;
    }

    .tour-list.blog-list .tour-sidebar .sidebar__category-list li a {
        padding: 9px 10px;
    }

    .tour-list.blog-list .tour-sidebar .sidebar__category-list li a:hover {
        padding-left: 10px;
    }

    .tour-list .tour-sidebar .tour-sidebar__sorter-wrap::before {
        left: 10px;
        right: 10px;
    }

    .tour-list .tour-sidebar .tour-sidebar__sorter-wrap a.tour-remove_filter {
        right: 10px;
        bottom: 10px;
        font-size: 12px;
        padding: 3px 8px;
    }

    .tour-list .tour-sidebar .tour-sidebar__sorter-top h3 {
        font-size: 18px;
    }

    .tour-list .tour-sidebar .tour-sidebar__search-form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
    .tour-list .tour-sidebar .tour-sidebar__search-form .bootstrap-select > .dropdown-toggle,
    .tour-list .tour-sidebar .tour-sidebar__search-form .thm-btn {
        height: 54px;
    }

    .tour-list .tour-sidebar .tour-sidebar__search-form .thm-btn {
        line-height: 54px;
    }

    .page-header + .cta-two .col-lg-6.wow img,
    .banner-one + .cta-two .col-lg-6.wow img {
        min-height: 250px;
        border-radius: 14px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart {
        border-radius: 14px;
        padding: 20px 16px 16px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__organizer-content {
        padding-left: 70px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__organizer-content > img {
        width: 52px;
        height: 52px;
        padding: 6px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__summary {
        align-items: center;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .tour-sidebar__summary span.price {
        font-size: 27px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .shopcart-checkout {
        margin-top: 14px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart .shopcart-checkout .thm-btn {
        height: 54px;
        line-height: 54px;
    }

    .tour-sidebar .sidebar__single.user-profile-sidebar-links {
        border-radius: 14px;
        padding: 16px 14px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar.my-shopcart + .sidebar__single.user-profile-sidebar-links {
        margin-top: 10px;
    }

    .tour-sidebar .sidebar__single.user-profile-sidebar-links .sidebar__category-list li a {
        padding: 9px 10px;
    }

    .tour-sidebar .sidebar__single.user-profile-sidebar-links .sidebar__category-list li a:hover {
        padding-left: 10px;
    }

    .tour-list.blog-list .user-profile {
        border-radius: 14px;
        padding: 20px 16px 16px;
    }

    .tour-list.blog-list .user-profile > h3 {
        font-size: 23px;
        margin-bottom: 14px;
    }

    .tour-list.blog-list .user-profile .form-box {
        margin-bottom: 14px;
    }

    .tour-list.blog-list .user-profile .form-box input {
        height: 52px;
    }

    .tour-list.blog-list .user-profile .input-group .thm-btn {
        width: 100%;
        min-width: 0;
        height: 54px;
        line-height: 54px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) {
        border-radius: 14px;
        padding: 18px 14px 14px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) .tour-sidebar__organizer-content {
        min-height: 48px;
        padding: 0 0 0 62px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) .tour-sidebar__organizer-content > img {
        top: 0;
        left: 0;
        width: 48px;
        height: 48px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) .tour-sidebar__organizer-content span {
        margin-top: 6px;
        margin-right: 6px;
        padding: 3px 8px;
    }

    .tour-sidebar .tour-sidebar__organizer.user-profile-sidebar:not(.my-shopcart) + .sidebar__single.user-profile-sidebar-links {
        margin-top: 10px;
    }

    .page-header + .cta-two .cta-two__content,
    .banner-one + .cta-two .cta-two__content {
        padding: 22px 18px 18px;
        border-radius: 14px;
    }

    .page-header + .cta-two .cta-two__content::before,
    .banner-one + .cta-two .cta-two__content::before {
        left: 12px;
        right: 12px;
    }

    .page-header + .cta-two .cta-two__list li,
    .banner-one + .cta-two .cta-two__list li {
        font-size: 18px;
        padding: 14px 12px 12px 30px;
    }

    .page-header + .cta-two .cta-two__list li i,
    .banner-one + .cta-two .cta-two__list li i {
        top: 16px;
        left: 12px;
    }

    .page-header + .cta-two .sb-tabs-wrapper,
    .banner-one + .cta-two .sb-tabs-wrapper {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 14px;
        padding: 12px 10px 8px;
    }

    .page-header + .cta-two .sb-tabs-wrapper::before,
    .banner-one + .cta-two .sb-tabs-wrapper::before {
        left: 12px;
        right: 12px;
    }

    .page-header + .cta-two .sb-tabs-container,
    .banner-one + .cta-two .sb-tabs-container {
        padding: 0 2px 10px;
    }

    .page-header + .cta-two .sb-tabs label,
    .banner-one + .cta-two .sb-tabs label {
        padding: 9px 14px;
        font-size: 16px;
    }

    .page-header + .cta-two .sb-tab-contents,
    .banner-one + .cta-two .sb-tab-contents {
        padding: 14px 2px 2px;
    }
}

@media(max-width: 480px) {

    .blog-list {
        padding: 38px 0;
    }

    .tour-sorter-one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .tour-sorter-one h1, .tour-sorter-one h3 {
        margin-bottom: 30px;
    }
    .tour-two__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        align-items: flex-start;
        padding: 8px 0 0 0;
        display: unset;
    }
    .tour-two__text {
        margin-top: 0;
    }
    .tour-two__top h3 {
        /*margin-bottom: 20px;*/
    }

    .tour-two__top-left {
        padding-bottom: unset;
        /*margin-bottom: 28px;*/
        display: inline-block;
    }
    .tour-one__meta {
        padding: 15px 0 5px 0;
    }
    ul.tour-one__meta li:last-child {
        display: unset;
    }
    ul.tour-one__meta li:nth-child(n+3) {
        display: none;
    }
    .tour-two__right {
        display: inline-block;
        padding: 12px 0;
        float: right;
        overflow: auto;
    }

}

@media(max-width: 375px) {
    .blog-one__content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .tour-two__single .tour-one__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/*--------------------------------------------------------------
# Legal / Help Pages
--------------------------------------------------------------*/

.legal-page .legal-page__row {
    align-items: flex-start;
}

.legal-page .legal-panel {
    position: relative;
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    padding: 34px 36px 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.legal-page .legal-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(90deg, var(--thm-base), var(--thm-primary));
    opacity: 0.58;
}

.legal-page .legal-panel .main-title {
    margin: 0 0 22px;
    color: var(--thm-black);
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.legal-page .legal-panel .content {
    color: var(--thm-body);
    font-size: 17px;
    line-height: 1.78;
}

.legal-page .legal-panel .content p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 500;
}

.legal-page .legal-panel .content p + p {
    margin-top: 14px;
}

.legal-page .legal-panel .content .subtitle {
    display: block;
    margin: 30px 0 14px;
    padding: 7px 14px;
    border: 1px solid rgba(var(--thm-primary-rgb), 0.22);
    border-left: 4px solid var(--thm-base);
    border-radius: 10px;
    background: rgba(var(--thm-primary-rgb), 0.05);
    color: var(--thm-black);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.legal-page .legal-panel .content .subtitle:first-child {
    margin-top: 0;
}

.legal-page .legal-panel .conditions {
    margin: 12px 0 18px;
    padding: 0;
    list-style: none;
}

.legal-page .legal-panel .conditions li {
    position: relative;
    margin: 0;
    padding-left: 20px;
    color: inherit;
    line-height: 1.72;
}

.legal-page .legal-panel .conditions li + li {
    margin-top: 12px;
}

.legal-page .legal-panel .conditions li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--thm-base);
    opacity: 0.95;
}

.legal-page .legal-panel .content a {
    color: var(--thm-primary);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.legal-page .legal-page__aside .tour-sidebar {
    position: sticky;
    top: 108px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.legal-page .legal-page__aside .sidebar__single {
    margin: 0;
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    padding: 22px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.legal-page .legal-page__aside .sidebar__title {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 1.3;
}

.legal-page .legal-page__aside .sidebar__post-list {
    margin: 0;
}

.legal-page .legal-page__aside .sidebar__post-list li {
    align-items: flex-start;
    gap: 12px;
}

.legal-page .legal-page__aside .sidebar__post-list li + li {
    margin-top: 16px;
    padding-top: 16px;
}

.legal-page .legal-page__aside .sidebar__post-image {
    margin-right: 0;
    width: 108px;
    height: 68px;
    flex: 0 0 108px;
    border: 1px solid #e8eef4;
    border-radius: 10px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 8px 16px rgba(15, 23, 42, 0.08);
}

.legal-page .legal-page__aside .sidebar__post-content h2 {
    margin: 0;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    font-family: var(--thm-font);
}

.legal-page .legal-page__aside .sidebar__post-content h2 a {
    color: inherit;
}

.legal-page .legal-page__aside .sidebar__post-content h2 a:hover {
    color: var(--thm-primary);
}

.legal-page .legal-page__aside .sidebar__category-list {
    margin: 0;
}

.legal-page .legal-page__aside .sidebar__category-list li + li {
    margin-top: 10px;
}

.legal-page .legal-page__aside .sidebar__category-list li a {
    display: block;
    padding: 10px 12px;
    border: 1px solid #e8eef4;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: var(--thm-body);
    font-size: 16px;
    line-height: 1.35;
}

.legal-page .legal-page__aside .sidebar__category-list li a::before {
    display: none;
    content: none;
}

.legal-page .legal-page__aside .sidebar__category-list li a:hover {
    padding-left: 12px;
    border-color: #cddfed;
    color: var(--thm-primary);
}

.extra-payment-page .extra-payment-page__row {
    row-gap: 18px;
}

.extra-payment-page .extra-payment-page__intro,
.extra-payment-page .extra-payment-step {
    border: 1px solid #dbe7f2;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.extra-payment-page .extra-payment-page__intro {
    position: relative;
    padding: 26px 28px 24px;
    text-align: center;
}

.extra-payment-page .extra-payment-page__intro::before,
.extra-payment-page .extra-payment-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(90deg, var(--thm-base), var(--thm-primary));
    opacity: 0.58;
}

.extra-payment-page .extra-payment-page__intro h2 {
    margin: 0 0 10px;
    color: var(--thm-black);
    font-size: 36px;
    line-height: 1.2;
}

.extra-payment-page .extra-payment-page__intro p {
    margin: 0;
    color: var(--thm-body);
    font-size: 18px;
    line-height: 1.65;
}

.extra-payment-page .extra-payment-step {
    position: relative;
    padding: 22px 24px 20px;
}

.extra-payment-page .extra-payment-step__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.extra-payment-page .extra-payment-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(var(--thm-primary-rgb), 0.3);
    background: rgba(var(--thm-primary-rgb), 0.1);
    color: var(--thm-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.extra-payment-page .extra-payment-step__head h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 28px;
    line-height: 1.3;
}

.extra-payment-page .extra-payment-step__image {
    border: 1px solid #e8eef4;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}

.extra-payment-page .extra-payment-step__image img {
    display: block;
    width: 100%;
    height: auto;
}

@media(max-width: 1199px) {
    .legal-page .legal-panel {
        padding: 30px 28px 26px;
    }
}

@media(max-width: 991px) {
    .legal-page .legal-page__aside .tour-sidebar {
        position: static;
        margin-top: 16px;
    }

    .legal-page .legal-panel {
        border-radius: 16px;
        padding: 28px 24px 24px;
    }

    .legal-page .legal-panel .main-title {
        font-size: 34px;
    }

    .legal-page .legal-page__aside .sidebar__single {
        border-radius: 16px;
        padding: 20px 18px;
    }

    .extra-payment-page .extra-payment-page__intro,
    .extra-payment-page .extra-payment-step {
        border-radius: 16px;
    }

    .extra-payment-page .extra-payment-page__intro {
        padding: 24px 22px 22px;
    }

    .extra-payment-page .extra-payment-page__intro h2 {
        font-size: 30px;
    }

    .extra-payment-page .extra-payment-step {
        padding: 20px 20px 18px;
    }

    .extra-payment-page .extra-payment-step__head h3 {
        font-size: 24px;
    }
}

@media(max-width: 767px) {
    .legal-page .legal-panel {
        padding: 24px 18px 20px;
        border-radius: 14px;
    }

    .legal-page .legal-panel::before {
        left: 12px;
        right: 12px;
    }

    .legal-page .legal-panel .main-title {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .legal-page .legal-panel .content {
        font-size: 16px;
        line-height: 1.72;
    }

    .legal-page .legal-panel .content .subtitle {
        margin: 22px 0 12px;
        padding: 6px 10px;
        font-size: 13px;
        line-height: 1.4;
    }

    .legal-page .legal-page__aside .sidebar__single {
        border-radius: 14px;
        padding: 18px 14px;
    }

    .legal-page .legal-page__aside .sidebar__title {
        font-size: 20px;
    }

    .legal-page .legal-page__aside .sidebar__post-image {
        width: 96px;
        height: 62px;
        flex-basis: 96px;
    }

    .extra-payment-page .extra-payment-page__row {
        row-gap: 14px;
    }

    .extra-payment-page .extra-payment-page__intro,
    .extra-payment-page .extra-payment-step {
        border-radius: 14px;
    }

    .extra-payment-page .extra-payment-page__intro::before,
    .extra-payment-page .extra-payment-step::before {
        left: 12px;
        right: 12px;
    }

    .extra-payment-page .extra-payment-page__intro {
        text-align: left;
        padding: 20px 16px 18px;
    }

    .extra-payment-page .extra-payment-page__intro h2 {
        font-size: 27px;
        margin-bottom: 8px;
    }

    .extra-payment-page .extra-payment-page__intro p {
        font-size: 16px;
        line-height: 1.6;
    }

    .extra-payment-page .extra-payment-step {
        padding: 16px 14px 14px;
    }

    .extra-payment-page .extra-payment-step__head {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 10px;
    }

    .extra-payment-page .extra-payment-step__num {
        min-width: 72px;
        padding: 5px 10px;
        font-size: 12px;
    }

    .extra-payment-page .extra-payment-step__head h3 {
        width: 100%;
        font-size: 22px;
    }

    .extra-payment-page .extra-payment-step__image {
        border-radius: 12px;
    }
}
