.acf-trang-bi-wrap {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    padding: 28px 28px 22px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
    margin-bottom: 20px;
}

.acf-trang-bi-title {
    margin: 0 0 22px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #1f1f1f;
}

.acf-trang-bi-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 18px;
}

.acf-trang-bi-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.acf-trang-bi-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f2d45c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.acf-trang-bi-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.acf-trang-bi-check {
    color: #6b5b00;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.acf-trang-bi-text {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
    color: #2a2a2a;
	letter-spacing: -1px;
}

@media (max-width: 849px) {
    .acf-trang-bi-wrap {
        padding: 22px 18px;
        border-radius: 14px;
		margin: 10px 0;
    }

    .acf-trang-bi-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .acf-trang-bi-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .acf-trang-bi-text {
        font-size: 16px;
    }

    .acf-trang-bi-icon {
        width: 28px;
        min-width: 28px;
        height: 28px;
    }
}
/* 3boxs */
.deal-icon-box-wrap {
    margin: 0 0 24px;
}

.deal-icon-box-title {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
}

.deal-icon-box-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.deal-icon-box-item {
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    min-height: 64px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    transition: all 0.2s ease;
}

.deal-icon-box-item:hover {
    background: #fcfcfc;
    border-color: #d6d6d6;
}

.deal-icon-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.deal-icon-box-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.deal-icon-box-text {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    color: #2b2b2b;
}

@media (max-width: 849px) {
    .deal-icon-box-title {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .deal-icon-box-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .deal-icon-box-item {
        min-height: 58px;
        padding: 12px 14px;
    }

    .deal-icon-box-text {
        font-size: 16px;
    }

    .deal-icon-box-icon img {
        width: 16px;
        height: 16px;
    }
}
.acf-icon-box-wrap {
    max-width: 100%;
}

.acf-icon-box-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.acf-icon-box-item {
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    min-height: 74px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

/* Box cuối chiếm full hàng */
.acf-icon-box-item:nth-child(3) {
    grid-column: 1 / -1;
}

.acf-icon-box-image {
    margin-bottom: 8px;
    line-height: 1;
}

.acf-icon-box-image img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: brightness(0) saturate(100%) invert(49%) sepia(66%) saturate(555%) hue-rotate(12deg) brightness(96%) contrast(89%);
}

.acf-icon-box-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

/* Mobile nhỏ hơn */
@media (max-width: 480px) {
    .acf-icon-box-wrap {
        max-width: 100%;
    }

    .acf-icon-box-item {
        min-height: 68px;
        padding: 12px 8px;
    }

    .acf-icon-box-text {
        font-size: 15px;
    }

    .acf-icon-box-image img {
        width: 16px;
        height: 16px;
    }
	.product-details .detailsr .col, .columns, .gallery-item {
		padding: 0 0 30px !important;
	}
	
	.product-details .detailsr{
		margin: 0 20px 40px;
	}
	.mota h3 {
		font-size: 24px;
			}
}
/* support */
.acf-support-wrap {
    margin: 0;
}

.acf-support-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.acf-support-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    line-height: 1.5;
	margin-left: unset !important;
}

.acf-support-item:last-child {
    margin-bottom: 0;
}

.acf-support-icon {
    width: 28px;
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -4px;
}

.acf-support-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;

  }

.acf-support-text {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: block;
}

/* Flatsome mobile */
@media (max-width: 549px) {
    .acf-support-item {
        gap: 8px;
        margin-bottom: 10px;
    }

    .acf-support-icon,
    .acf-support-icon img {
        width: 16px;
        height: 16px;
    }

    .acf-support-text {
        font-size: 14
			px;
    }
}
.bookcar  {
	color: #000 !important;
	border-radius: 10px;
  width: 100%;
    max-width: 100% !important;
    height: auto;
    padding: 10px 10px !important;
    font-size: 16px !important;
    margin-top: 20px !important;
}
.contactcar {
	    border: 1px solid #705e00 !important;
    color: #705e00 !important;
	border-radius: 10px;
    width: 100%;
    max-width: 100% !important;
    height: auto;
    padding: 10px 10px !important;
    font-size: 16px !important;
    margin-top: -20px !important;
}
.product-details .detailsr  {
	    border: 1px solid #e5e5e5;
background: #ffffff;
    width: 100%;
    padding: 20px 30px;
    border-radius: 20px;
    max-width: 100%;
    height: fit-content;
	box-shadow:0 8px 24px rgba(15, 23, 42, 0.06);
}
.mota {
	    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 20px !important;
    background: #fff;
    margin: 30px 10px !important;
}
.product-details a,
.product-details img {
	border-radius: 20px;
}
.product-details .price-wrapper .price .woocommerce-Price-amount {
	font-size: 30px;
}
.product-thumbnails img {
	max-width: 100%;
	width: 100%;
	height: 100px;
}
.price-wrapper::before {
	content: "Giá từ";
}
/* Giá và /ngày nằm cùng hàng */
.price-wrapper .price{
    display: flex;
    align-items: baseline;
    justify-content: center; /* đổi thành left nếu muốn canh trái */
    gap: 6px;
    flex-wrap: nowrap;
    margin: 0;
}

/* Giá tiền */
.price-wrapper .woocommerce-Price-amount{
    font-size: 34px;
    font-weight: 700;
    color: #111;
    line-height: 1;
}

/* Thêm chữ /ngày */
.price-wrapper .price::after{
    content: "/ngày";
    font-size: 18px;
    font-weight: 500;
    color: #666;
    line-height: 1;
}

/* Mobile */
@media (max-width: 767px){
    .price-wrapper .woocommerce-Price-amount{
        font-size: 28px;
    }

    .price-wrapper .price::after{
        font-size: 16px;
    }
}
/* MOBILE: cố định khung ảnh slider */
@media (max-width: 767px){

    .chitietsp .flickity-slider .col{
        width: 110px !important;   /* chiều rộng cố định */
        height: 80px !important;   /* chiều cao cố định */
        padding: 0 4px;
    }

    .chitietsp .flickity-slider .col a{
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 15px;
    }

    .chitietsp .flickity-slider .col img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;       /* ảnh đầy khung, rõ đẹp */
        object-position: center;
        border-radius: 15px !important;
        display: block;
    }

    /* ảnh đang chọn nổi bật hơn */
    .chitietsp .flickity-slider .col.is-selected img,
    .chitietsp .flickity-slider .col.is-nav-selected img{
        transform: scale(1.02);
        transition: all .3s ease;
    }
	.chitietsp .flickity-slider img {
		border-radius: 20px;
	}
}