/*
 Theme Name:   Flatsome Child
 Description:  Flatsome Child Theme
 Author:       UX-Themes
 Template:     flatsome
 Version:      3.0.0
*/

.custom-product-detail-section,
.luxury-layout {
    background-color: #121212;
    color: #ffffff;
}

.custom-product-detail-section .product-container {
    max-width: 1850px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    padding: 0 15px;
    background-color: #232322;
    padding: 50px;
    border-radius: 18px;
}

.custom-product-detail-section .product-gallery,
.luxury-layout .product-gallery {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.custom-product-detail-section .thumbnails {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 664px;
}

.custom-product-detail-section .thumb-item {
    width: 148px;
    height: 156px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    background: #1e1e1e;
}

.custom-product-detail-section .thumb-item.active {
    border-color: #D36D10;
}

.custom-product-detail-section .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-product-detail-section .main-image {
    flex: 1;
    height: 664px;
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-product-detail-section .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}

.custom-product-detail-section .product-info {
    flex: 1;
}

.custom-product-detail-section .product-category {
    font-size: 20px;
    color: #ccc;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-product-detail-section .product-title,
.luxury-layout .product-title,
.luxury-layout .entry-title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-transform: capitalize;
}

.custom-product-detail-section .star-rating {
    margin-bottom: 20px;
}

.custom-product-detail-section .product-excerpt {
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}

.custom-product-detail-section .product-price .amount,
.luxury-layout .price .amount,
.luxury-layout .price {
    color: #ffffff;
    font-weight: 700;
    white-space: nowrap;
}

.custom-product-detail-section .product-price {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.custom-product-detail-section .product-variations {
    margin-bottom: 30px;
}

.custom-product-detail-section .product-variations label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
    text-transform: capitalize;
}

.custom-product-detail-section .color-options {
    display: flex;
    gap: 12px;
}

.custom-product-detail-section .color-dot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.2s, border-color 0.2s;
}

.custom-product-dot:hover {
    transform: scale(1.1);
    border-color: #fff;
}


.custom-product-detail-section .product-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
    align-items: stretch;
}

.custom-product-detail-section .quantity-wrapper,
.luxury-layout .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D36D10;
    border-radius: 40px;
    padding: 0 5px;
    min-width: 100px;
    height: 44px;
}

.custom-product-detail-section .quantity-wrapper button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #D36D10 !important;
    font-size: 20px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
    padding: 0;
    line-height: 1;
    margin: 0 !important;
}

.custom-product-detail-section .quantity-wrapper input,
.luxury-layout .quantity input {
    width: 30px !important;
    height: 100% !important;
    text-align: center !important;
    background: none !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-appearance: textfield;
}

.custom-product-detail-section .quantity-wrapper input::-webkit-outer-spin-button,
.custom-product-detail-section .quantity-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-product-detail-section .single_add_to_cart_button,
.luxury-layout .single_add_to_cart_button {
    flex: 1;
    background: transparent !important;
    border: 1px solid #D36D10 !important;
    color: #D36D10 !important;
    border-radius: 40px !important;
    padding: 0 20px !important;
    height: 44px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px !important;
}

.custom-product-detail-section .buy-now-wrapper {
    width: 100%;
}

.custom-product-detail-section .buy-now-button,
.luxury-layout .buy-now-button {
    display: block;
    width: 100%;
    background: transparent !important;
    border: 1px solid #D36D10 !important;
    color: #D36D10 !important;
    border-radius: 40px !important;
    padding: 12px 20px !important;
    text-align: center;
    font-weight: 600 !important;
    margin-bottom: 35px;
    text-transform: capitalize !important;
    font-size: 15px !important;
}


.custom-product-detail-section .star-rating {
    font-size: 19px;
    color: #D36D10;
}

.custom-product-detail-section .star-rating::before {
    color: rgba(255, 255, 255, 0.2);
}

.custom-product-detail-section .star-rating span::before {
    color: #D36D10;
}

.custom-product-detail-section .trust-badges {
    font-size: 16px;
    color: #888;
    margin-bottom: 25px;
    font-weight: bold;
}

.custom-product-detail-section .trust-badges p {
    margin-bottom: 10px;
}

.custom-product-detail-section .store-info {
    border-top: 1px solid #5E5E5E;
    padding-top: 20px;
}

.custom-product-detail-section .store-header {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
}

.custom-product-detail-section .view-store {
    color: #fff;
    font-size: 15px;
}

.custom-product-detail-section .ready-time {
    font-size: 15px;
    color: #888;
    font-weight: bold;
}

.product-detail-extra {
    margin-top: 60px;
    border-top: 1px solid #333;
    padding-top: 60px;
}

.product-detail-extra h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.product-long-description {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 80px;
}

.product-long-description .description-content {
    background: #1e1e1e;
    padding: 40px;
    border-radius: 12px;
}

.recently-viewed-products .row-small {
    justify-content: center;
}

.custom-product-detail-section.context-single {
    padding-top: 100px;
}

.main-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}


@media only screen and (max-width: 48em) {
    .custom-product-detail-section .product-container {
        flex-direction: column;
    }

    .custom-product-detail-section .product-gallery {
        flex-direction: column-reverse;
    }

    .custom-product-detail-section .thumbnails {
        flex-direction: row;
        justify-content: center;
    }
}


@media only screen and (max-width: 48em) {}



.sub-text {
    color: #D36D10;
    font-size: calc(16px + 2px);
    font-weight: 600;
    letter-spacing: .05em;
}

.main-text {
    font-size: 52px;
    line-height: 1.2;
    color: #fff;
}

.count-text {
    font-size: 45px;
    line-height: 1;
    color: #D36D10;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.count-text-main {
    font-size: 20px;
    color: #fff;
}


.btn-cus-af::after {
    content: '';
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-cus-af::before {
    content: '\f178';
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 17px;
    font-family: FontAwesome;
    right: 23px;
    z-index: 1;
    color: #000;
}

.btn-main,
.btn-outline {
    padding: 6px 64px 6px 21px;
    border-radius: 30px !important;
    text-transform: capitalize;
}

a.btn-cus-af.btn-outline::after {
    right: 2%;
}

a.btn-cus-af.btn-outline::before {
    right: 8%;
}


.decription {
    font-size: 17px;
    font-weight: 600;
}

.product-small .badge-container,
.product-small .badge.callout,
.product-small .callout {
    display: block !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    z-index: 10;
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s !important;
}

.product-small .onsale,
.product-small .badge-inner.on-sale,
.woocommerce span.onsale {
    background-color: #D36D10 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
    line-height: 1 !important;
    display: inline-block !important;
    min-width: auto !important;
    min-height: auto !important;
    border: none !important;
    box-shadow: none !important;
    visibility: visible !important;
    transform: none !important;
}

.product-small:hover .badge-container,
.product-small:hover .badge.callout,
.product-small:hover .callout,
.product-small:hover .onsale {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s !important;
}

.product-small:hover .box-image img {
    transform: scale(1.08) !important;
}

.product-small .box-image {
    overflow: hidden !important;
    border-radius: 10px;
}

.product-small .badge-inner.on-sale span,
.woocommerce span.onsale {
    font-size: 11px !important;
    visibility: inherit !important;
}



.box-text-products .product-cat {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a9a9a9;
    letter-spacing: normal;
}

p.product-title a {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}


.box-text-products .woocommerce-Price-amount.amount {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    font-size: 20px;
}


.box-text.box-text-products {
    text-align: center;
}





.room-banner {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background-image: url(/wp-content/uploads/2026/01/Home-3-Gallery-07.jpg);
    background-size: cover;
    background-position: center;
    height: 100% !important;
    min-height: 625px;
}

.room-buttons {
    position: absolute;
    left: 15px;
    bottom: -590px;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px 0px;
}

.room-buttons .room-btn a,
.room-buttons .button.room-btn {
    border-radius: 30px;
    padding: 2px 37px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.room-buttons .button.room-btn:hover {
    border-style: solid;
    border-color: #D36D10;
}

.equal-cols {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
}

.equal-cols>.col {
    display: flex !important;
}

.equal-cols>.col>.col-inner {
    flex: 1 1 auto;
    height: 100%;
}


.room-info {
    height: 655px;
}




.col-products .row.row-small {
    margin-left: -10px;
    margin-right: -10px;
}

.col-products .row.row-small>.col {
    padding-left: 10px;
    padding-right: 10px;
}

.col-products .product-small .box-image {
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #1b1b1b;
}

.col-products .product-small .box-image img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.col-products .product-small .box-text {
    padding-top: 18px !important;
}

.col-products p.product-title a {
    font-size: 28px !important;
    line-height: 1.1;
}

.col-products .price {
    margin-top: 10px;
}

.col-products .woocommerce-Price-amount.amount {
    font-size: 20px !important;
}

@media (max-width: 849px) {
    .col-products .product-small .box-image img {
        height: 240px;
    }
}





.custom-marquee-wrapper {
    overflow: hidden;
    width: 100%;
    background-image: url(/wp-content/uploads/2026/01/bg-pattern-teapoy.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px;
    border-radius: 22px;
}

.custom-marquee-content {
    display: flex;
    white-space: nowrap;
    width: max-content;
    animation: seamless-scroll 60s linear infinite;
}


.custom-marquee-wrapper:hover .custom-marquee-content {
    animation-play-state: paused;
}

@keyframes seamless-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.custom-marquee-item {
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    gap: 20px;
}

.custom-marquee-item svg {
    width: 34px;
    height: 34px;
    margin: 0 20px;
    fill: currentColor;
    vertical-align: middle;
}


.custom-newsletter-section {
    padding: 20px 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.custom-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.custom-newsletter-form input[type="email"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50px !important;
    padding: 15px 70px 15px 30px !important;
    color: #fff !important;
    font-size: 16px !important;
    height: 60px !important;
    transition: border-color 0.3s;
}

.custom-newsletter-form input[type="email"]:focus {
    border-color: #D36D10 !important;
}

.newsletter-submit {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    background: #fff !important;
    border: none !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #444 !important;
    padding: 0 !important;
    transition: transform 0.2s, background 0.2s;
}

.newsletter-submit:hover {
    transform: scale(1.05);
    background: #eee !important;
}

.newsletter-submit svg {
    width: 20px;
    height: 20px;
}

.newsletter-privacy {
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #888;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.privacy-checkbox input {
    display: none !important;
}

.privacy-checkbox .checkmark {
    width: 18px;
    height: 18px;
    border: 1px solid #555;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}

.privacy-checkbox input:checked+.checkmark {
    background: #D36D10;
    border-color: #D36D10;
}

.privacy-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.privacy-checkbox input:checked+.checkmark:after {
    display: block;
}

.privacy-checkbox a {
    color: #fff;
    text-decoration: underline;
}

.newsletter-message {
    font-size: 14px;
    margin-top: 5px;
}


.col-bg-footer {
    position: relative;
    padding: 80px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    background-color: #000;
}

.col-bg-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/01/Home-1-newsletter-bg-01.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: -1;
}

.container,
.row,
.header-main .nav,
.header-inner {
    max-width: 1850px !important;
    margin: auto !important;
}

#main,
#wrapper {
    background-color: #101010;
}


.lkmsa {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.lkmsa .col {
    max-width: 100%;
}


.custom-shop-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.shop-page-info {
    color: #fff;
    font-size: 15px;
}

.shop-page-info strong {
    color: #D36D10;
}

.shop-sorting-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sorting-label {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sorting-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sort-btn {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 6px 15px;
    border-radius: 2px;
    font-size: 13px;
    transition: all 0.2s;
    text-decoration: none !important;
}

.sort-btn:hover {
    border-color: #D36D10 !important;
    color: #D36D10 !important;
}

.sort-btn.active {
    background: #D36D10 !important;
    border-color: #D36D10 !important;
    color: #fff !important;
}

/* Mobile Responsive */
@media (max-width: 849px) {
    .custom-shop-top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .shop-sorting-wrapper {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
}



#main,
#wrapper {
    background-color: #101010 !important;
}


.custom-sidebar-widget {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.custom-sidebar-title {
    font-family: serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 400;
}

.custom-sidebar-widget ul {
    margin: 0;
    padding: 0;
}

.custom-sidebar-widget ul li {
    list-style: none;
    padding: 6px 0;
}

.custom-sidebar-widget ul li a {
    color: #fff;
    font-size: 17px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

.custom-sidebar-widget ul li a::before {
    content: '–';
    font-size: 12px;
    margin-right: 12px;
    color: #333;
}

.custom-sidebar-widget ul li a:hover {
    color: #D36D10;
    padding-left: 3px;
}

.custom-sidebar-widget .count {
    margin-left: auto;
    color: #444;
    font-size: 11px;
    font-style: italic;
}


.price-range-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-range-list li {
    margin-bottom: 12px;
}

.price-range-list li a {
    display: flex;
    align-items: center;
    color: #bbb;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
}

.price-range-list li a:hover {
    color: #D36D10;
}

.price-range-list li a.active {
    color: #fff;
    font-weight: 500;
}

.custom-checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    margin-right: 12px;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    background: transparent;
    transition: all 0.2s;
}

.custom-checkbox.checked {
    background: #D36D10;
    border-color: #D36D10;
}

.custom-checkbox.checked::after {
    content: '';
    position: absolute;
    left: 4.5px;
    top: 1.5px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.range-label {
    line-height: 1;
}

.ttsp {
    padding: 0 !important;
}


.col-ttsp p {
    color: #fff !important;
    font-size: 19px !important;
}


ul.gycb li {
    margin-left: 0;
    min-height: 140px;
    padding: 10px 0 5px 140px;
    border-top: 1px dashed #949494 !important;
}

ul.gycb li:first-child {
    border-top: none !important;
}

ul.gycb li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.4s ease;
}

ul.gycb li:hover img {
    transform: scale(1.08);
}


.gycb span.product-title {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: bold;
    transition: color 0.4s ease;
}

ul.gycb li:hover span.product-title {
    color: #fff !important;
}



ul.gycb {
    margin-bottom: 0;
}

.gycb .amount {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}


.product-section {
    border: none !important;
}


.product-section .product-section-title {
    font-size: 31px;
    text-transform: capitalize;
    font-weight: bold;
    transition: color 0.4s ease;
    color: #fff;
    border-bottom: 2px solid;
    width: 99%;
}

.container-width {
    max-width: 1850px !important;
}

.custom-post-date {
    font-weight: bold;
    font-size: 17px;
    color: #D36D10;
}

.custom-entry-meta-top {
    font-size: 17px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff !important;
}


.box-blog-post .box-image {
    border-radius: 10px;
    transition: transform 0.4s ease;
}

.box-blog-post .box-image:hover {
    transform: scale(1.02);
}

/* Giảm chiều cao header */
.header-main,
.header-top,
.header-bottom {
    min-height: unset !important;
}

/* Giảm padding tổng */
.header-main .row,
.header-top .row {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

/* Logo gọn hơn */
.header-main .logo img {
    max-height: 50px;
}



.header-main .header-nav-main,
.header-main .nav {
    justify-content: center;
}


.header-top {
    border-bottom: 1px solid rgba(221, 221, 221, 0.08);
}


.nav>li>a {
    font-size: 16px;
}