body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #202020;
}
[lang=th-TH] body {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
a {
    color: #f23849;
}
#wrapper {
    background: #202020;
    min-height: calc(100vh - 449px);
    display: block!important;
}
#header {
    background: #202122;
}
#header.absolute:not(.is-open) {
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgb(155, 155, 155) 100%);
    box-shadow: none;
}
#header .logo {
    width: 90px;
}
#header .header-nav {
    border-bottom: none;
    max-height: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#header .header-top {
    padding-bottom: .55rem;
}
#header .header-top .menu {
    padding-right: 15px;
}
#header .menu > ul > li {
    padding-left: 5px;
    padding-right: 5px;
}
#header .header-top a[data-depth="0"] {
    color: white;
    text-transform: capitalize;
    transition: color ease-in .2s;
    text-shadow: 5px 3px 4px rgba(0,0,0,0.11);
}
#header a:hover,
#header .top-menu a[data-depth="0"]:hover, a:hover {
    color: #f23849;
    transition: color ease-in .2s;
}
#header .header-nav #menu-icon .material-icons {
    color: white;
}
.language-selector .dropdown-menu .ms-1 {
    margin-left: 10px;
    font-size: 13px;
}
#custom-text {
    background: transparent;
}
#custom-text h2 {
    color: white;
    font-family: "Momo Trust Display", "Prompt", sans-serif;
    font-weight: 600;
    font-size: clamp(24px, 3vw, 30px);
    line-height: 1.8;
    text-transform: capitalize;
    margin-bottom: 20px;
}
#custom-text p.dark {
    color: #f23849;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1;
    margin-bottom: 0;
    font-size: 14px;
}
#custom-text p,
#custom-text .page-content.page-cms ul {
    color: #b8b8b8;
    font-weight: 400;
    font-size: 1rem;
    line-height: clamp(20px, 3vw, 30px);
}
#custom-text a {
    color: #b8b8b8;
    border-bottom: 1px solid #777;
    transition: all ease-in .2s;
}
#custom-text a:hover {
    color: white;
    border-color: white;
}
.carousel .carousel-item .caption .display-1 {
    font-family: "Momo Trust Display", "Prompt", sans-serif;
}
.products article .wishlist-button-add {
    display: none;
}
.product-miniature .thumbnail-container {
    width: 100%;
    min-height: 450px;
    border-radius: 8px;
    box-shadow: 0 .5rem 1.5rem rgba(30, 30, 30, 0.64);
    background: radial-gradient(circle,rgb(255, 192, 192) 0%, rgb(221, 51, 51) 85%);
    padding: 10px 20px;
}
.product-miniature .thumbnail-container:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle,rgb(255, 227, 227) 18%, rgb(221, 51, 51) 85%);
    opacity: 0;
    transition: opacity .25s ease;
    z-index: 0;
}
.product-miniature .thumbnail-container:hover:before {
    opacity: 1;
}
.product-miniature .product-description {
    background: transparent;
    min-height: 147px;
}
.product-miniature #product-description-short p {
    color: white;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.product-miniature .product-title {
    text-align: left;
    margin-bottom: 3px
}
.product-miniature .product-title a {
    font: normal normal 700 24px/normal Nunito;
    color: white;
}
.product-miniature .product-description .product-features {
    margin-left: 0;
}
.product-miniature .product-description .product-features ul {
    display: flex;
    gap: 10px;
}
.product-miniature .product-description .product-features ul li {
    padding: 5px 10px;
    border: 1px solid #ffffff91;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
}
.product-miniature .product-bottom {
    padding-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-miniature .product-price-and-shipping {
    text-align: left;
    display: flex;
    flex-direction: column;
}
.product-miniature .price {
    font: normal normal 700 20px/normal Nunito;
    color: white;
}
.product-features .fa-solid {
    font-weight: 900;
    color: white;
    font-size: 13px;
}
.product-features .fa-solid span {
    font-weight: 400;
    padding-left: 7px;
    padding-right: 3px;
    font-size: 13px;
}
.title p,
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
    color: white!important;
    font-family: "Momo Trust Display", "Prompt", sans-serif;
    font-weight: 600;
}
.title p:after,
.title h1:after,
.title h2:after,
.title h3:after,
.title h4:after,
.title h5:after,
.title h6:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #f23849;
    display: block;
    margin-top: 10px;
}
.description p,
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6,
.description li {
    color: #b8b8b8!important;
}
.description li::marker {
    color: #f23849;
}
#footer {
    display: block!important;
}
.footer-container {
    padding-top: 0;
    background: black;
}
.footer-container .h3,
.footer-container .h4 {
    color: white;
}
.block-contact,
.footer-container li a {
    color: #b8b8b8;
    letter-spacing: .75px;
    font-weight: 500;
}
.copyright a {
    color: rgba(255,255,255,.6);
    font-size: 13px;
}
.footer-container li a:hover {
    color: white;
}
#contact-infos .fa-solid {
    padding-right: 10px;
    color: #f23849;
}
.block-social ul li {
    background: transparent;
    position: relative;
}
.block-social ul li:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #ddd;
    z-index: 0;
    background-image: none;
}
.block-social ul li:hover {
    background-color: transparent;
}
.block-social ul li:hover:before {
    color: #f23849;
    transition: all ease-in .2s;
}
.block-social ul li a {
    position: relative;
}
.facebook:before {
    content: "\f39f";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}
.whatsapp:before {
    content: "\f232";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 27px !important;
}
.line:before {
    content: "\f3c0";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}
.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
    content: none;
}
#wrapper .breadcrumb li a,
.block-contact .block-contact-title,
.block-contact .navbar-toggler .material-icons,
.linklist .blockcms-title a {
    color: white;
}
.page-header h1 {
    text-align: center;
    color: white;
    font-family: "Momo Trust Display", "Prompt", sans-serif;
    line-height: clamp(26px, 3vw, 67px);
}
.page-content.page-cms {
    padding: 0;
    background: transparent;
}
#main .page-content h1,
#main .page-content h2,
#main .page-content h3,
#main .page-content h4,
#main .page-content h5,
#main .page-content h6,
#main .page-content p,
#main .page-content ul,
#main .page-content a {
    color: #b8b8b8;
    line-height: 1.8;
}
#main .page-content h1,
#main .page-content h2,
#main .page-content h3,
#main .page-content h4,
#main .page-content h5,
#main .page-content h6 {
    padding-top: 1rem;
}
.sitemap h2 {
    color: white;
}
.sitemap a {
    color: #ddd;
}
.btn-primary.booking {
    background: transparent;
    border: 2px solid white;
    border-radius: 20px;
    transition: all ease-in .2s;
}
.btn-primary.booking a {
    color: white;
    font-weight: 700;
    font-size: 14px;
    transition: all ease-in .2s;
}
.btn-primary.booking:hover {
    background: #fff;
    transition: all ease-in .2s;
}
.btn-primary.booking:hover a {
    color: #f23849;
    transition: all ease-in .2s;
}
.from-price {
    color: white;
    font-size: 14px;
    padding-right: 4px;
}
.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
    border-color: #f23849;
}
.product-price {
    color: black;
}
.modal-body #product-description {
    padding-top: 20px;
}
.cms-id-6 #main .page-content {
    display: none;
}
.bloc-getin {
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
}
#index .bloc-getin {
    background-color: #f23849;
    margin-bottom: 60px;
}
.bloc-getin p {
    color: #fff;
    font-size: clamp(32px, 5vw, 40px);
    font-weight: 600;
    line-height: initial;
    text-align: left;
    max-width: 600px;
    font-family: "Momo Trust Display", "Prompt", sans-serif;
}
.bloc-getin .btn-primary.booking a {
    font-size: 16px;
    color: #dd3333;
}
.bloc-getin .btn-primary.booking {
    background: white;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
}
.footer-container .mb-3 {
    margin-left: 0;
    margin-right: 0;
}
#contact #content-wrapper {
    width: 100%;
}
#contact #main .page-content {
    border-radius: 8px;
    padding: clamp(20px, 4vw, 40px);
    background: #262626;
}
#left-column {
    display: none;
}
.booking-form {
    max-width: 900px;
    margin: auto;
}
.form-control,
select.form-control:not([size]):not([multiple]) {
    border-radius: 8px;
    background: #2f2f2f;
    border: 1px solid #3a3a3a;
    color: #8e8e8e;
}
select.form-control:not([size]):not([multiple]) {
    height: 45px;
}
.form-control:focus {
    outline: 1px solid #ccc;
    border-color: transparent;
    background: #2f2f2f;
    color: #fff;
    box-shadow: 0 0 0 1px rgba(244, 244, 244, 0.35);
}
.btn-primary {
    background-color: #f23849;
    transition: all ease-in .2s;
    font-weight: 700;
    margin-top: 11px;
}
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover{
    background-color: #ac2c2c;
}
.label, label {
    color: #bcbcbc;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
#booking-form h3 {
    font-size: 1.75rem;
    color: white!important;
    text-transform: capitalize;
}
.text-center {
    text-align: center;
}
.car-name {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
#total-cost-display span {
    color: #ff3b3b;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.form-footer .btn-primary {
    padding: 15px 45px;
}
#contact-infos a {
    font-weight: 600;
}
#wrapper .breadcrumb li a {
    font-size: 13px;
}
#wrapper .breadcrumb li:last-child {
    color: #b8b8b8;
    font-size: 13px;
}
#wrapper .breadcrumb li:after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
}
.booking-form .alert ul {
    margin-bottom: 0;
}
.booking-form .alert ul li {
    color: #2b2b2b;
}
.featured-products {
    padding-bottom: clamp(5px, 4vw, 50px);
}
input[type="date"],
input[type="time"] {
    -webkit-appearance: none;
    appearance: none;
}
.car-selection {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.car-option {
    flex: 0 0 auto;
    padding: 15px;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s;
}
.car-image {
    text-align: center;
}
.total-cost-section {
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    background: #2f2f2f;
}
.total-cost-section h5 {
    color: #fff;
    font-size: 14px;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.total-cost-section p {
    display: inline;
    color: #aaa;
    letter-spacing: .8px;
    text-transform: uppercase;
    font-weight: 500;
}
.total-cost-section strong {
    font-size: 18px;
    color: #ff3b3b;
    font-weight: 700;
    text-transform: capitalize;
}
.mb-4 {
    margin-bottom: 4rem;
}
.language-selector .dropdown-menu {
    right: -50%;
    left: unset;
    padding: 20px;
    width: 600px;
    border-radius: 8px;
    top: calc(100% + 10px);
}
.bloc-ht {
    margin-top: clamp(50px, 5vw, 70px);
}
.bloc-ht .number {
    font-family: "Momo Trust Display", "Prompt", sans-serif;
}
.bloc-ht .number p {
    background: #f23849;
    color: #fff !important;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 10px 25px rgba(242,56,73,.35);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.description .ht-tile {
    font-size: 18px;
    font-weight: 700;
    color: #fff!important;
    margin-bottom: 3px;
}
.d-flex {
    display: flex;
}
.bloc-ht .d-flex {
    align-items: baseline;
    gap: 25px;
    position: relative;
    padding-bottom: 30px;
}
.bloc-ht > div:not(:last-child) .number:before {
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.08);
    position: absolute;
    left: 26px;
    z-index: -1;
}
#content-wrapper {
    width: 100%;
}
#js-product-list-header {
    display: none;
}
#subcategories {
    border-top: none;
    background: transparent;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}
#subcategories .subcategory-heading {
    color: white;
}
.subcategory-bg {
    height: 118px;
    align-content: center;
    padding: 0;
    font-weight: 700;
    color: white;
    border-radius: 8px;
}
.subcategory-title {
    width: 100%;
    display: block;
    height: 100%;
    align-content: center;
    background-color: rgba(32, 32, 32, 0.55);
    font-weight: 700;
    text-shadow: 5px 3px 4px rgba(0,0,0,0.11);
}
#subcategories ul li .subcategory-image a {
    border: 2px solid #2c2c2c;
    padding: 0;
}
.justify-content-between {
    justify-content: space-between;
}
.price-note {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 720px;
    margin: 24px auto 48px;
    padding: 14px 18px;

    background: rgba(242, 56, 73, 0.08);
    border-left: 4px solid #f23849;
    border-radius: 12px;

    font-size: 14px;
    line-height: 1.5;
    color: #f1f1f1;
}
.price-note__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f23849;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-note__text strong {
    color: #fff;
    font-weight: 600;
}




@media (min-width: 768px) {
    #header .header-nav {
        display: none;
    }
    #header .header-top-right {
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .carousel {
        height: 40vh!important;
    }
    .block-social {
        float: right;
    }
    .block-social ul {
        margin-top: 20px;
        flex-direction: column;
        align-items: end;
    }
    .language-selector .dropdown-menu li {
        width: 33.333%;
        float: left;
    }
    #header .language-selector .dropdown-menu a:hover {
        background: #f3f3f3;
    }
    .d-md-flex {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .table-cell.background:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(90deg, #202020 0%, transparent 50%);
    }
    .dir_rtl .table-cell.background:before {
        background: linear-gradient(-90deg, #202020 0%, transparent 50%);
    }
}


@media (max-width: 767px) {
    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header .container {
        width: 100%;
    }
    #header .header-top {
        height: 100vh;
        width: 100%;
        overflow: auto;
        position: absolute;
        left: 0;
        padding-top: 0;
        transform: translateX(-100%);
        transition: transform 0.35s ease;
    }
    #header.is-open .header-top {
        transform: translateX(0);
        transition: transform 0.35s ease;
    }
    #header .header-top > .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
        border-bottom: none;
    }
    #header .top-logo img {
        max-height: 3.25rem;
    }
    #header .top-logo > h1,
    #header .top-logo > a {
        width: calc(100% - 50px);
        text-align: center;
    }
    .footer-container .mb-3 {
        margin-bottom: 1rem!important;
    }
    .links .title {
        border: none;
        padding-right: 0;
        padding-left: 0;
    }
    .footer-container .links ul {
        background: transparent;
    }
    .footer-container .links ul > li {
        border: none;
        margin-bottom: 0;
        padding: .5rem 0rem;
    }
    .block-contact #contact-infos {
        padding: .5rem 0rem;
    }
    .footer-container .links ul > li:last-child {
        margin-bottom: 1.5rem;
    }
    .footer-container .links ul > li a {
        color: #b8b8b8;
    }
    .footer-container .navbar-toggler .material-icons {
        color: white;
    }
    .block-social {
        margin-top: 30px;
        padding: 0;
    }
    .block-social ul li {
        margin-left: 0;
    }
    .booking-form .row .col-md-4 {
        margin-bottom: 20px;
    }
    .form-footer .btn-primary {
        width: 100%;
        margin-bottom: 15px;
    }
    #mobile_top_menu_wrapper {
        height: 100vh;
        background: #202020;
        display: block !important;
    }
    .featured-products .product {
        width: 100%;
    }
    #contact-link,
    #contact-link a,
    #language-selector-label {
        color: #b8b8b8;
    }
    .language-selector-wrapper .dropdown select {
        color: white;
        background: transparent;
    }
    .quickview .modal-dialog {
        margin: auto;
    }
    .bouton .btn {
        font-size: 0.7rem;
    }
    #custom-text {
        padding-left: 0;
        padding-right: 0;
    }
    .booking-form h3,
    .booking-form .row.mt-3 {
        margin-bottom: 2rem !important;
    }
    .price-note {
        margin: 20px 16px 36px;
        font-size: 13px;
    }
}


