.ss-bg-auto {
    overflow: hidden;
}

.ss-bg-auto .section-bg :is(img, picture, video) {
    height: auto;
}

.mb-00 * {
    margin: 0;
}

.title-banner h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 120%;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    display: table;
    width: auto;
}

.title-banner h1 strong {
    font-weight: 800;
    display: inline-block;
    z-index: -2;
    position: relative;
    margin-left: 10px;
}

.title-banner h1 strong::before {
    content: "";
    width: 546px;
    height: 134px;
    background-image: url(../images/Highlight.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.banner-home .title-banner h1 {
    display: block;
    font-weight: 800;
}

.title-main {
    font-size: 80rem;
    font-weight: 800;
    text-shadow: none;
    text-align: left;
    line-height: 60px;
}

.title h1,
.title h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 800;
}

.title h3 {
    font-size: 22px;
}

.title-h3-m5 h3 {
    margin-bottom: 30px;
}

.title-line h1,
.title-line h2 {
    position: relative;
    max-width: 100%;
}

.text-center h2 {
    margin: 0 auto 30px;
}

.title-line {
    position: relative;
}

.product-section::before,
.title-line:before {
    content: "";
    position: absolute;
    height: 115rem;
    top: -35rem;
    left: 50%;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../icons/brush-yellow.svg);
    background-repeat: no-repeat;
    width: 125rem;
}

.title-2 h1,
.title-2 h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
}

.title-2 h1 {
    width: 100%;
}

.title-3 h2 {
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 800;
}

.mask-img img {
    -webkit-mask-image: url(../images/about-image.webp);
    mask-image: url(../images/about-image.webp);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100%;
}

.mask-image-2 img {
    -webkit-mask-image: url(../images/mask-img.png);
    mask-image: url(../images/mask-img.png);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100%;
}

.ab-logo {
    position: absolute;
    max-width: 90px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 9;
    top: 30px;
    left: 30px;
}

.ab-logo img {
    object-fit: cover;
    border-radius: 100px;
}

.ab-icon .icon-box-img {
    height: 45px;
    width: 45px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-icon .icon-box-img::before {
    content: "";
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    opacity: 0.2;
}

.ab-icon .icon-box-img .icon {
    position: relative;
    z-index: 2;
    line-height: 0;
}

.ab-icon .icon-box-img svg {
    height: 25px;
    width: 25px;
    color: var(--primary-color);
    padding: 0;
}

.ab-icon .icon-box-text {
    line-height: 23px;
    font-size: 16px;
    color: #989898;
    font-weight: 700;
    margin-top: 0;
}

.row-solid-cus .col {
    padding-bottom: 0;
}

.row-solid-cus .col:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 100%;
    right: 48px;
    position: absolute;
    top: 0;
    background: url(../icons/vertical-dot-short.svg) no-repeat;
    background-position: bottom;
}

.member-box {
    background-color: var(--primary-color);
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
}

.member-box * {
    color: #fff;
}

.member-box .box-text {
    padding: 25rem 10rem;
    font-size: 12px;
    text-align: center;
}

.member-box .box-text ul {
    text-align: left;
}

.member-box .box-text p {
    margin-bottom: 7px;
}

.member-box-title {
    font-size: 16px;
    font-weight: bold;
}

.testimonial-box .icon-box-img {
    width: 70px !important;
}

.testimonial-box .icon-box-img img {
    height: 70px;
    border-radius: 100px;
    padding: 0;
}

.testimonial-box .icon-box-text * {
    margin: 0 0 5px;
    font-size: 14px;
    font-style: unset !important;
}

.testimonial-box .icon-box-text {
    display: flex;
    flex-direction: column;
}

.testimonial-box .testimonial-text {
    order: -1;
}

.review-box>.col-inner {
    background-color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 20px;
}

.review-box-desc * {
    margin: 0;
}

.main-link-icon {
    gap: 20px;
    flex-wrap: wrap;
}

.main-link-icon .icon-box {
    width: max-content;
}

.main-link-icon .icon-box .icon-box-text * {
    margin: 0 0 4px;
}

.main-link-icon .icon-box .icon-box-text {
    padding-left: 10px;
    font-size: 12px;
}

.main-link-icon .icon-box .icon-box-text a {
    text-decoration: underline;
}

.widget-box {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: 50px;
}

.widget-box-title {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 800;
    text-align: center;
    position: relative;
}

.widget-box-title-line::before {
    content: "";
    z-index: -1;
    width: 293px;
    height: 50px;
    background-image: url(../images/Highlighting_big.png);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.recommended-item {
    position: relative;
    font-weight: bold;
}

.recommended-item+.recommended-item {
    margin-top: 30px
}

.recommended-item .thumb img {
    height: 180px;
    border-radius: 20px;
}

.recommended-item .title {
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 15px;
    color: #fff;
}

.recommended-item .thumb {
    position: relative;
}

.recommended-item .thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.78%, #000000 100%);
    border-radius: 20px;
}

.entry-content,
.entry-header-text {
    padding: 0;
}

.blog-single {
    width: 100%;
    max-width: 1500rem;
    margin: 0 auto;
    padding: 0 20rem;
    max-width: 1468px;
    padding: 0 20px;
}

.blog-single>.row::after {
    display: none;
}

.blog-single>.row {
    max-width: 100% !important;
    justify-content: space-between;
    margin-top: 0;
    gap: 20px;
}

.blog-single>.row .large-9.col {
    flex-basis: unset;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    padding: 0;
    flex: 1 1;
    max-width: 942px;
}

.blog-single>.row .large-3.col {
    width: 365px;
    padding: 0;
}

.blog-top-flex {
    display: flex;
    align-items: center;
    padding: 40px 0;
    color: #000;
}

.blog-top-flex>a {
    display: block;
    max-width: 150px;
}

.blog-top-flex .breadcrumbs_main {
    justify-content: end;
}

.blog-top-main h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 110%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}

.blog-top-main-img .image-cover {
    padding-top: 401px;
    border-radius: 20px;
}

.blog-detail__group__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* position: absolute; */
    /* bottom: -62px; */
}


.blog-detail__group__author figure {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
}


.blog-detail__group__author figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.blog-detail__group__author .time {
    color: #989898;
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%
}


.blog-detail__group__author p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
}

.blog-detail__group__author p span.bold {
    font-weight: bold
}

.blog-top-bottom {
    max-width: 942px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px 50px;
}

.blog-share {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.blog-share .social-icons a.icon {
    margin: 0 0 0 50px;
    border: 0;
}

.blog-share .social-icons a.icon i {
    position: relative;
    top: 1px;
}

.widget-box .wpcf7-form input.wpcf7-form-control {
    text-align: center;
}

.ss-main-blog {
    padding-top: 0 !important;
    overflow: hidden;
}

.bg-blog-img {
    position: absolute;
    top: -31px;
    right: 2%;
    width: 68% !important;
    z-index: -2;
}

.ss-main-blog-logo .img {
    max-width: 250px;
}

.ss-main-blog-top {
    margin-top: 50px;
}

.ss-main-blog-title {
    font-size: 14px;
}

.ss-main-blog-title select {
    width: max-content;
    display: inline-block;
    background-color: transparent;
    border: 0;
    box-shadow: unset;
    height: auto;
    min-height: unset;
    margin-bottom: 0;
    border-bottom: 3px solid var(--primary-color);
    padding-left: 0;
    padding-right: 18px;
    margin-left: 10px;
    background-position: 100%;
}

.searchform-articles {
    display: flex;
    align-items: center;
    max-width: 245px;
    background: #ffffff;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-left: auto;
}

.searchform-articles input {
    position: relative;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    color: #000;
    height: 40px;
    margin: 0;
    border: 0;
}

.searchform-articles button {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 45px;
    border-radius: 15px;
    height: 34px;
    background-color: var(--primary-color);
    cursor: pointer;
    padding: 0;
    color: #fff;
    min-height: unset;
    line-height: 30px;
    margin: 0;
}

.blog-cus .box-blog-post {
    border-radius: 20px;
    overflow: hidden;
}

.box-blog-post .box-image img {
    border-radius: 20px;
}

.blog-cus .box-blog-post .box-text {
    top: 0;
    padding: 20px;
    text-shadow: unset;
}

.blog-cus .box-blog-post .box-text .box-text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 1;
}

.box-page-post .is-divider,
.box-blog-post .is-divider {
    display: none !important;
}

p.cat-label.is-xxsmall.op-7.uppercase {
    color: #000000;
    font-weight: 800;
    font-size: 14px;
    line-height: 120%;
    background: #e8c143;
    border-radius: 10px;
    padding: 3px 5px;
    display: inline-block;
    width: max-content;
    margin-left: auto;
    text-transform: none;
    opacity: 1;
    max-width: 100%;
    margin-bottom: 10px;
}

.box-blog-post .post-title {
    font-size: 22px;
}

.tab-col>.col-inner {
    padding: 30px 45px;
    background: #f5f5f5;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}

.tab-col-title {
    font-weight: 800;
    font-size: 25px;
    line-height: 120%;
    color: #000000;
}

.tab-col .ux-menu {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    flex: 1;
    margin-left: 30px;
    line-height: 1;
}

.tab-col .ux-menu a.ux-menu-link__link {
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 11px 18px;
    background: #ffffff;
    border: 2px solid;
    border-radius: 20px;
    align-items: center;
    margin: 0;
}

.tab-col .ux-menu a.ux-menu-link__link:hover {
    color: var(--primary-color);
}

.tab-col .ux-menu a.ux-menu-link__link i.ux-menu-link__icon {
    color: red;
    line-height: 1;
}

.box-page-post .post-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
    margin: 0px;
}

.banner-section {
    height: auto !important;
    padding: 0 !important;
    padding: 50px 95px !important;
}

.banner-section .text-box,
.banner-section .banner-layers,
.banner-section .banner-inner {
    position: unset !important;
    transform: unset !important;
    max-width: unset;
}

.banner-section .row {
    max-width: unset !important;
    width: unset !important;
}

ol.flickity-page-dots li.dot {
    opacity: 1 !important;
    background: #000 !important;
    border: 0
}

ol.flickity-page-dots li.is-selected.dot {
    background: var(--primary-color) !important;
}

.slider-nav-light .flickity-page-dots .dot {
    background: #Fff !important;
}

.nav-cus .flickity-prev-next-button {
    background-color: #fff;
    width: 30px;
    height: 30px;
    min-height: unset;
    color: #000 !important;
    border-radius: 100%;
}

.nav-cus .flickity-prev-next-button path,
.nav-cus .flickity-prev-next-button svg {
    color: #000 !important;
    fill: #000 !important;
}

.blog-cus-gird {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.blog-cus-gird>.col {
    max-width: 100%;
    flex-basis: 100%;
}

.blog-cus-2 .box-blog-post {
    display: flex;
    align-items: center;
}

.blog-cus-2 .box-blog-post .box-text {
    width: calc(100% - 213px);
    display: block;
    padding-left: 20px;
}

.blog-cus-2 .box-image {
    border-radius: 15px;
    overflow: hidden;
    width: 213px;
    height: 142px;
    display: block;
}

.blog-cus-2 .box-image .image-cover {
    padding-top: 0 !important;
    height: 100%;
    width: 100%;
}

.breadcrumbs_main li+li:before,
.ss-product .breadcrumbs_main>li>* {
    color: #989898;
    font-size: 14px;
}

h1.product-title {
    font-size: 30px;
    margin: 15px 0 5px;
    position: relative;
}

.gallery-right,
.custom-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.custom-gallery {
    padding: 15px;
    -webkit-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #fff;
}

.gallery-img {
    position: relative;
}

.gallery-left img {
    height: 414px;
    width: 100%;
    border-radius: 12px;
}

.gallery-right img {
    height: 201px;
    width: 100%;
    border-radius: 12px;
}

.gallery-img .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 30px;
}

.product-ratings {
    margin: 0 0 20px;
}

.tour-detail-page__block {
    padding: 20rem 50rem;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1607843137);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1607843137);
    border-radius: 20px;
    margin-bottom: 30px;
}

.tour-detail-page__block .entry-content {
    margin-top: 20px;
}

.tour-detail-page__title {
    font-size: 30rem;
    line-height: 55rem;
    font-weight: 800;
    margin-bottom: 30rem;
    color: #000000;
}

.tour-detail-page__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 30px;
}

.tour-detail-page__info__item {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    border-radius: 15px;
    padding: 10px 15px;
    color: #444;
    background: rgb(37 157 211 / 20%);
}

.tour-detail-page__info__item img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: -2px;
}

.tour-detail .entry-content>* {
    color: #444;
    margin: 20px 0 20px 0;
}

.tour-detail .entry-content {
    margin: 20px 0;
}

.tour-detail-page__info--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tour-detail-page__info .expand-all {
    color: #989898;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #989898;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    cursor: pointer;
}

.box-promise {
    padding: 30px 30px 40px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.box-promise .ux-menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 95%;
    gap: 20px;
    margin-top: 20px;
}

.box-promise .ux-menu a.ux-menu-link__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    border: 2px solid var(--primary-color);
    background-color: #fff;
}

.tour-detail-page__list li,
ul.tour-detail-page__list {
    list-style: none;
    margin-left: 0 !important;
    margin-bottom: 0
}

.tour-detail-page__list__item ul {
    margin: 0 !important;
}

.tour-detail-page__list__item {
    padding: 21px 0;
    padding-left: 50px;
    position: relative;
}

.tour-detail-page__list__item::before {
    content: "";
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #898989), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #898989 25%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tour-detail-page__list__title {
    font-size: 18px;
    font-weight: 700;
    color: #444;
    position: relative;
    cursor: pointer;
}

.tour-detail-page__list__title {
    font-size: 18px;
    font-weight: 700;
    color: #444;
    position: relative;
    cursor: pointer;
}

.tour-detail-page__list__title::before {
    content: "";
    background-image: url(../icons/yellow-love.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -50px;
    top: 0;
}

.tour-detail-page__list__title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: url(../icons/arrow-down.svg) center / contain no-repeat;
    width: 20px;
    height: 20px;
}

.tour-detail-page__list__title.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tour-detail-page__list__content {
    padding-left: 30px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin-top: 0;
}

.tour-detail-page__list__content.active {
    margin-top: 25px;
    overflow: inherit;
}

.tour-detail-page__list__content ul.list-hightlight li,
.tour-detail-page__list__content ul.list-faq li {
    font-size: 18px;
    line-height: 25px;
    position: relative;
    margin-left: 0 !important;
    margin-bottom: 10px;
    color: #444;
}

.tour-detail-page__list__content ul.list-hightlight li::before,
.tour-detail-page__list__content ul.list-faq li::before {
    content: "";
    position: absolute;
    background-image: url(../icons/Icon-Check-Box.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 17.31px;
    height: 12.232px;
    left: -30px;
    top: 4px;
}

.tour-detail-page__list__content ul.list-schedule li {
    position: relative;
    padding-bottom: 30px;
}

.tour-detail-page__list__content ul.list-schedule li::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 93%;
    left: -19px;
    top: 16px;
    border-left: 2px dotted #e8c143;
    display: block;
}

.tour-detail-page__list__content ul.list-schedule li h3 {
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    color: #444;
}

.tour-detail-page__list__content ul.list-schedule li h3::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../icons/point.svg);
    background-size: contain;
    left: -25px;
    top: 2px;
    background-repeat: no-repeat;
}

.ux-menu.need-help-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}

.ux-menu.need-help-nav .ux-menu-link {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.ux-menu.need-help-nav a.ux-menu-link__link.flex {
    -webkit-box-shadow: 0 0 10px 1px hsla(0, 0%, 43%, 0.1);
    box-shadow: 0 0 10px 1px hsla(0, 0%, 43%, 0.1);
    border-radius: 10px;
    padding: 18px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    line-height: 25px;
}

.ux-menu.need-help-nav i.ux-menu-link__icon {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    line-height: 39px;
}

.icon-box.icon.note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    background-color: rgb(37 157 211 / 17%);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 20px;
}

.icon-box.icon.note .icon-box-text {
    flex: unset;
    font-size: 18px;
    padding-left: 0;
}

.ss-bg-df {
    margin-top: 240px;
    margin-bottom: 240px;
    background-color: #e8c143;
    position: relative;
}

.ss-bg-df::before {
    content: "";
    height: 340px;
    width: 100%;
    background-image: url(../images/bg_map.png);
    position: absolute;
    background-size: 100% 100%;
    background-position: center;
    top: -240px;
    left: 0;
}

.ss-bg-df::after {
    content: "";
    height: 340px;
    width: 100%;
    background-image: url(../images/bg_map.png);
    position: absolute;
    background-size: 100% 100%;
    bottom: -240px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
}

.col-icon-cus h3 {
    margin: 0;
    font-size: 18px;
}

.col-icon-cus .icon-box-img::after {
    position: absolute;
    left: 16px;
    top: 46px;
    width: 4px;
    height: 100%;
    background: url(../images/dot.png);
    content: "";
}

.col-icon-cus .icon-box {
    margin-bottom: 50px;
    overflow: hidden;
}

.row.logo-ab {
    max-width: 1000px;
}

.row.logo-ab .gallery-box {
    max-width: 170px;
}

.ss-over .widget-box,
.custom-product-page .widget-box {
    max-width: 680px;
    margin: 0 auto;
}

.ss-over .widget-box-title,
.custom-product-page .widget-box-title {
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.ss-over .widget-box-title::before,
.custom-product-page .widget-box-title::before {
    background: url(../icons/add-to-cart-big-brush.svg) center / cover no-repeat;
    left: -30px;
    top: -30px;
    transform: unset;
    width: calc(100% + 60px);
    height: 99px;
}

.product-section {
    border-top: 0;
    position: relative;
}

.product-section-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    padding: 0;
    text-transform: capitalize;
    position: relative;
}

.product-section::before {
    z-index: 0
}

.product-section-title {
    z-index: 2
}

.slider-over-in .flickity-viewport,
.related-products-wrapper .flickity-viewport {
    overflow: unset;
    overflow-y: clip;
}

.product-small.box {
    -webkit-box-shadow: 5px 20px 50px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 5px 20px 50px rgba(0, 0, 0, 0.1019607843);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.product-small.box .box-image a {
    min-height: 250rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.product-small.box .box-image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-small.box .price-wrapper {
    display: none !important;
}

.product-small.box .box-text {
    padding: 14px 22px;
}

.woocommerce-loop-product__title {
    font-size: 16px;
    color: #000;
    margin: 0 0 3px;
}

.woocommerce-loop-product__title a {
    color: inherit;
    margin: 0;
}

.c-nav_tour__price,
.c-nav_tour__bottom {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* position: relative; */
}

.c-nav_tour__price>span {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin-right: 10px;
    letter-spacing: 1.26px;
    color: #989898;
}

.c-nav_tour__price b {
    line-height: 27px;
    color: #fff;
    background-color: var(--fs-color-primary);
    border-radius: 10px;
    font-weight: 800;
    display: block;
    font-size: 18px;
    padding: 3px 13px;
}

.c-nav_tour__price b span.amount {
    color: inherit;
    font-weight: inherit;
}

.c-nav_tour__inclusive img {
    position: relative;
    width: 18px;
    top: -2px;
}

.main-cat-child-list .product-small.box {
    display: flex;
}

.main-cat-child-list .product-small.box .box-image {
    width: 30%;
    display: block;
    /* height: 100%; */
}

.main-cat-child-list .product-small.box .box-text {
    width: 70%;
    padding: 30px;
}

.main-cat-child-list .product-small.box .box-image * {
    height: 100%;
}

.main-cat-child-list .product-small.box .c-nav_tour__inclusive {
    display: none;
}

.main-cat-child-list .product-small.box .c-nav_tour__price {
    position: absolute;
    right: 20px;
    top: 30px;
}

.main-cat-child-list .product-small.box .title-wrapper {
    padding-right: 100px;
}

.c-list_tour01__des {
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    margin: 15rem 0;
    display: block;
    padding-right: 170rem;
}

.c-list_tour01__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-list_tour01__inclusive {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-list_tour01__inclusive img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    bottom: 2px;
    position: relative;
    background: rgb(37 157 211 / 32%);
    padding: 4px;
    border-radius: 30px;
}

.c-list_tour01__btn {
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    border-radius: 10px;
    padding: 5px 10px;
    z-index: 2;
    background-color: #efc109;
    color: #fff;
}

.c-list_tour01__inclusive.link2 {
    color: #efc109;
    text-decoration: underline;
}

.col-form-product>.col-inner {
    padding: 20px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1607843137);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1607843137);
    border-radius: 20px;
}

.booking-box-select {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
    border-bottom: 2px dotted #e0e0e0;
    padding-bottom: 20px;
}

.booking-box-select-item {
    margin: 0;
    border-radius: 10px;
    border: 1px solid var(--fs-color-primary);
    font-size: 17px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 50%;
    flex: auto;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    gap: 5px;
}

.booking-box-select-item input {
    border: 0;
    width: auto;
    font-size: 14px;
    box-shadow: unset;
    margin: 0;
    background: transparent;
    padding: 0;
    width: calc(100%);
}

.booking-box-select-item a {
    color: inherit;
}

.booking-box-note {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.booking-box-bottom {
    background-color: #fff;
    border: 1px solid var(--fs-color-primary);
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 15px;

}

.booking-box-bottom-title {
    font-size: 18px;
    font-weight: bold;
    padding-left: 29px;
    position: relative;
    margin-bottom: 20px;
}

.booking-box-bottom-title::before {
    content: "";
    background: #fff;
    border: 2px solid #e8c143;
    border-radius: 3px;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.booking-box-bottom-title::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #e8c143;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.total-price,
.total-guests {
    padding: 5px 0;
    line-height: 1;
}

.total-guests {
    font-size: 14px
}

.total-price-note {
    font-size: 12px;
    color: #989898;
    margin-bottom: 28px;
}

.starting_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.starting_time-item.active {
    background-color: #e8c143;
    color: #000;
}

.starting_time-item {
    background-color: #fff;
    border: 1px solid #e8c143;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #989898;
}

form.cart {
    margin: 0;
    gap: 0;
}

form.cart .ux-quantity.quantity.buttons_added {
    display: none;
}

button.single_add_to_cart_button.button.alt {
    width: 100%;
    border-radius: 10px;
    height: 50px;
    margin-top: 20px;
}

p.price.product-page-price::before {
    content: "From ";
}

p.price.product-page-price {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 4px;
}

.product-short-description {
    font-size: 14px;
    color: #989898;
}

.shop-container .term-description,
.shop-page-title.category-page-title.page-title {
    display: none;
}

.banner-cus .icon-box-text {
    gap: 5px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-left: 20px;
    flex: 1;
}

.banner-cus .icon-box-text .testimonial-text {
    order: 10
}

.banner-cus .testimonial-box .icon-box-text * {
    padding: 0;
    margin: 0 0 0px;
}

.banner-cus .icon-box-img {
    width: 48px !important;
}

.banner-cus .icon-box-img img {
    object-fit: contain;
    height: auto;
}

.main-cat {
    padding: 50px 0;
}

.main-cat .container {
    max-width: 1360px;
}

.all-tours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 550px;
    margin: 30px auto;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.dropdown__btn.button.btn-main {
    margin: 0;
    line-height: 45px;
    font-size: 16px;
    text-transform: unset;
    font-weight: normal;
}

.cat-c-item {
    display: block;
    padding-top: 250px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.cat-c-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cat-c-item .overlay {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7490196078) 100%) 0% 0% no-repeat padding-box;
}

.cat-c-item h3 {
    position: absolute;
    bottom: 0;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    margin: 0;
}

.main-cat-item {
    margin-bottom: 60px;
}

.main-cat-item a.button.btn-main {
    line-height: 50px;
    text-transform: none;
    font-size: 16px;
}

.main-cat-item a.button.btn-main {
    line-height: 50px;
    text-transform: none;
    font-size: 16px;
}

.main-cat-item-title {
    font-size: 25px;
    line-height: 55rem;
    position: relative;
    z-index: 2;
    font-weight: 800;
    color: #000;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}

.main-cat-item-title::before {
    width: 110%;
    height: 25px;
    top: 28rem;
    left: 50%;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../icons/new-brush-yellow.svg);
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
}

.wcpf-field-item {
    margin-bottom: 30px;
}

.wcpf-field-title {
    font-size: 16px;
    text-transform: none;
}

.wcpf-field-title span.text {
    font-size: 16px;
    text-transform: none;
    margin-left: 30px;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-checkbox-label {
    display: flex;
    align-items: center;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
    min-width: unset;
}

.banner-home {
    padding: 0 !important;
    min-height: 800px;
    align-items: stretch;
    overflow: hidden;
}

.banner-home-img-main,
.banner-home-bg {
    position: absolute;
    top: -58%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    object-position: top;
}

.banner-home-img-main>*,
.banner-home-bg>* {
    height: 100%;

}

.banner-home-img-main img,
.banner-home-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
}

.banner-home-img-main img {
    object-position: top;
}

.banner-home-img-main {
    top: 50px;
}

.banner-home-wave-3,
.banner-home-wave-2,
.banner-home-wave-1 {
    position: absolute;
    width: auto !important;
    height: auto;
    z-index: 7;
    max-width: 1040px;
}

.banner-home-wave-1 {
    position: absolute;
    right: -12%;
    width: 70% !important;
    top: -14%;
}

.banner-home-wave-2 {
    position: absolute;
    left: -10%;
    width: 100% !important;
    top: 108px;
}

.banner-home-wave-3 {
    position: absolute;
    top: 44%;
    right: -20%;
    width: 50% !important;
    opacity: 0.9;
}

@keyframes floatOnce {
    0% {
        transform: translateY(-40px);
    }

    50% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0);
    }
}

.banner-home-wave-1,
.banner-home-wave-2,
.banner-home-wave-3,
.banner-home-img-main img {
    animation: floatOnce 1.5s ease-in-out 1;
}

.ss-ab-about::before {
    content: "";
    position: absolute;
    height: 40px;
    bottom: 98%;
    background-color: rgb(0 0 0 / 22%) !important;
    top: auto;
    z-index: 999;
    width: 100%;
}


.row-cus-home .product-category.col {
    max-width: unset;
    width: 286px;
}

.row-cus-home .product-category.col .image-cover {
    padding-top: 454px !important;
    border-radius: 20px;
}

.row-cus-home .product-category.col p.is-xsmall.uppercase.count.show-on-hover.hover-reveal.reveal-small {
    opacity: 1;
    transform: unset;
    font-size: 14px;
    margin-top: 10px;
    position: unset;
    max-height: unset;
}

.row-cus-home .product-category.col .box-text {
    padding: 20px;
    height: auto;
    text-shadow: unset;
}

.row-cus-home h5.uppercase.header-title {
    font-size: 25px;
    font-weight: 800;
}

.air-lines::before {
    content: "";
    width: 20rem;
    height: 598rem;
    background-image: url(../icons/air-lines.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 140rem;
}

.air-lines {
    margin-bottom: 50px;
}

.box-icon-home {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.box-icon-home .icon-box {
    padding: 50px;
}

.box-icon-home .icon-box-img {
    width: 40px !important;
    height: 40px;
    background-color: rgb(37 157 211 / 17%);
    color: var(--primary-color);
    line-height: 49px;
    border-radius: 22px;
}

.box-icon-home .icon-box-img * {
    height: 22px;
    width: 22px;
}

.box-icon-home .icon-box-text * {
    font-size: 16px;
}

.ss-over {
    align-items: stretch;
    margin-bottom: 200px !important;
}

.ss-over>.section-content.relative {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    padding-top: 320px;
}

.ss-over .widget-box {
    margin-top: auto;
    max-width: 910rem;
    margin: auto auto 0;
    top: 200px;
}

.ss-over+.ss-bg-df {
    margin-top: 400px;
}

@media screen and (max-width: 850px) and (min-width: 550px) {
    .c-list_tour01__des {
        font-size: 14px;
    }
}


@media screen and (max-width: 1024px) and (min-width: 850px) {
    .c-list_tour01__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 850px) {
    .bg-top-cus {
        margin-top: -100px;
        position: absolute;
        z-index: 2;
        width: 100%;
        bottom: 0;
    }

    .banner-cus {
        padding-bottom: 150px !important;
    }

    .banner-cus .section-content {
        position: unset !important;
    }

    .blog-cus-gird .col.post-item:last-child {
        grid-row: 1/4;
        grid-column: 3/5;
    }

    .form-ss .widget-box-title {
        text-transform: uppercase;
        font-size: 30px;
    }

    .form-ss .widget-box-title::before {
        content: "";
        width: 500px;
        height: 60px;
        background-image: url(../images/Highlighting.png);
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .ss-over form.wpcf7-form,
    .form-ss form.wpcf7-form {
        display: flex;
        align-items: center;
    }

    .ss-over form.wpcf7-form input,
    .form-ss form.wpcf7-form input {
        margin: 0;
    }

    .ss-over form.wpcf7-form input.wpcf7-form-control.wpcf7-submit,
    .form-ss form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
        max-width: 167px;
        margin-left: 10px;
    }

    .form-ss .widget-box {
        padding: 65rem 95rem !important;
    }

    .row-cus-home>.col:first-child {
        flex-basis: unset;
        max-width: unset;
        width: 42%;
        bottom: -100px;
        position: relative;
    }

    .row-cus-home>.col:last-child {
        flex-basis: unset;
        max-width: unset;
        position: relative;
        right: calc((100vw - 1160px) / -2);
        position: relative;
        width: 58%;
    }

    .row-cus-home>.col:last-child>.col-inner {
        width: 120%;
        position: relative;
        left: -20%;
    }

    .row-cus-home {
        max-width: 1160px !important;
        margin: 0 auto;
        width: 100%;
        /* padding: 0 20px; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 120px;
        margin-bottom: 40px;
        z-index: 5;
        position: relative;
        padding-bottom: 150px;
        flex-wrap: nowrap;
    }

}


@media screen and (max-width: 1200px) {
    .row-solid-cus .col:not(:last-child)::after {
        display: none;
    }

    .form-ss .widget-box-title::before {
        max-width: 100%;
        z-index: -1;
    }

    .banner-section {
        padding: 40px 20px !important;
    }

    .blog-cus-2 .box-blog-post .box-text {
        width: calc(100% - 142px);
    }

    .blog-cus-2 .box-image {
        width: 142px;
    }
}

@media screen and (max-width: 850px) {
    .title-main {
        font-size: 50rem;
    }

    .title-mb-center h2 {
        text-align: center;
    }

    .title-3 h2 {
        font-size: 40px;
    }

    .row-solid-cus .col {
        padding-bottom: 30px;
    }

    .ab-icon {
        flex-direction: column;
    }

    .ab-icon .icon-box-text {
        margin-top: 10px;
        padding: 0 !important;
    }

    .member-box .box-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: left;
        padding: 20px;
    }

    .member-box .box-text .box-text-inner {
        display: flex;
        flex-direction: column;
    }

    .member-box-title {
        order: 3;
    }

    .member-box-title::before {
        content: "";
        height: 4px;
        width: 60px;
        background: #fff;
        display: block;
        margin: 10px 0;
    }

    .member-box .box-text p {
        margin: 0
    }

    .blog-detail__group__author {
        bottom: 15px
    }

    .blog-detail__group__author p,
    .blog-detail__group__author span {
        color: #fff
    }

    .blog-detail__group__author figure {
        width: 20px;
        height: 20px;
        margin-right: 10px
    }

    .blog-detail__group__author .time {
        margin-left: 10px
    }

    .blog-top-main {
        min-height: 500px;
        position: relative;
        margin: 0 -20px;
        display: flex;
        align-items: end;
        padding: 20px;
        padding-bottom: 50px;
    }

    .blog-top-main-img .image-cover,
    .blog-top-main-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0
    }

    .blog-top-main-img .image-cover:before {
        content: "";
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(16.67%, rgba(0, 0, 0, 0)), to(#000000));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 16.67%, #000000 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2
    }

    .blog-top-main h1 {
        position: relative;
        z-index: 5;
        color: #fff;
        font-size: 40px;
    }

    .blog-top-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 50px;
        margin-top: -50px;
        padding-top: 0;
        position: relative;
        z-index: 2;
    }

    .blog-share .social-icons a.icon {
        margin: 0 0 0 7vw;
    }

    .blog-top-flex {
        margin: 0 -20px;
        background: #000;
        color: #fff;
        padding: 0 20px;
    }

    .blog-top-flex .breadcrumbs_main>li>a {
        border-bottom: 1px solid
    }

    .blog-top-flex .breadcrumbs_main>li:last-child {
        display: none;
    }

    .blog-cus-gird {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-cus-gird .image-cover {
        padding-top: 220px !important;
    }

    .tab-col .ux-menu {
        padding: 0;
        margin: 0;
        justify-content: center;
    }

    .bg-blog-img {
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100%;
        object-position: bottom;
    }

    .bg-blog-img img {
        width: 100% !important;
        height: 100%;
        object-position: bottom;
    }

    .title-banner h1 {
        color: #fff;
        font-size: 40px;
        display: block;
        margin-top: 100px
    }

    .ux-menu.need-help-nav .ux-menu-link {
        flex-basis: 100%;
        max-width: 100%;
    }

    .tour-detail-page__block {
        padding: 20px;
    }

    .tour-detail-page__info .expand-all {
        display: none;
    }

    .custom-gallery {
        grid-template-columns: auto;
    }

    .gallery-left img {
        height: 300px;
    }

    .gallery-right img {
        height: 100px;
    }

    .c-list_tour01__des {
        font-size: 3.4vw;
        padding-right: 10px;
    }

    .c-list_tour01__inclusive:nth-child(2),
    .c-list_tour01__inclusive:nth-child(3) {
        display: none;
    }

    .main-cat-child-list .product-small.box .c-nav_tour__price {
        position: unset
    }

    .c-list_tour01__inclusive.link2 {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .title-main {
        font-size: 9vw;
        line-height: 1.3;
    }

    .title-2 h2 {
        font-size: 30px;
    }

    .blog-cus-2 .box-image {
        height: 95px;
    }

    .product-top-main {
        margin: 0 -15px;
    }

    .ss-product {
        padding-top: 0 !important
    }

    .product-top-main-desc {
        padding: 20px;
        background: #000;
        position: relative;
    }

    .product-top-main-desc * {
        color: #fff !important;
        z-index: 2;
    }

    .product-top-main-desc::before {
        content: "";
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
        height: 40px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 100%;
        z-index: 1;
    }

    .main-cat-child-list .product-small.box {
        flex-direction: column
    }

    .main-cat-child-list .product-small.box .box-image {
        width: 100%;
        display: block;
    }

    .main-cat-child-list .product-small.box .box-text {
        width: 100%;
        padding: 20px 15px;
    }

    .product-small.box .box-image a {
        height: 250rem !important
    }
}