:root {
	--colorMain: #f97316;
	--colorStar: #ffb22c;
}

/* css menu top bar */
div#top-bar {
    background: linear-gradient(to right, #f9731670, var(--colorMain));
}

div#top-bar .top-content {
    color: #fff;
    font-weight: 600;
}

div#top-bar .top-content a, div#top-bar .top-content span {
    color: #fff;
    text-decoration: underline;
}

/* css menu */
.header-cart-icon img.cart-img-icon {
    width: 25px;
    height: 25px;
}

a.header-cart-link.nav-top-link {
    display: flex;
    align-items: flex-end;
}


.noPadding {
    padding-bottom: 0 !important;
}

/* css breadcrumb */
.page-title.shop-page-title.product-page-title, .shop-page-title.category-page-title.page-title  {
    background-color: #f6f6f6;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    padding-top: 0;
    min-height: 40px;
    gap: 0;
    display: flex;
    justify-content: center;
}

.flex-col.flex-grow.medium-text-center {
    display: block;
}

.flex-col.medium-text-center {
    display: none;
}

nav.woocommerce-breadcrumb.breadcrumbs {
    text-align: left;
    font-size: 12px;
	font-weight: 400;
}

/* css box product */
.product-small.box .box-image {
    border-radius: 6px;
}


/* css slider flatsome */
.flickity-prev-next-button {
    opacity: 1 !important;
}

#main svg.flickity-button-icon {
    background-color: #fff !important;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    padding: 10px;
	border-radius: 20px;
}

#main .flickity-prev-next-button .arrow, #main .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: unset !important;
    border-color: unset;
}

#main .slider-nav-light .flickity-prev-next-button svg, #main .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    fill: #000 !important;
}

.slider-wrapper .flickity-page-dots .dot {
    border: 1px solid;
    width: 8px;
    height: 8px;
}

/* css slider owl carousel */
.owl-nav button i {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}

.owl-nav button.owl-prev {
    left: -20px;
}

.owl-nav button.owl-next {
    right: -20px;
}

.owl-nav button {
    width: 30px !important;
    min-height: 30px !important;
    background: var(--primary-color) !important;
    border-radius: 50%;
    color: #fff;
    margin: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px;
}

.owl-dots button {
    width: 10px;
    min-height: 10px;
    background: #f2f2f2 !important;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
}


/* css blog */
/* Card */
.itcodewp-blog-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), box-shadow 0.3s ease;
}
.itcodewp-blog-item:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 16px 40px rgba(0,0,0,0.14);
}

/* Thumbnail */
.itcodewp-blog-thumb {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.itcodewp-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.itcodewp-blog-item:hover .itcodewp-blog-thumb img {
    transform: scale(1.06);
}
.itcodewp-thumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.2) 100%);
    pointer-events: none;
}

.itcodewp-blog-body {
    padding: 18px 20px 22px;
}

.itcodewp-meta-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 14px;
}

.itcodewp-num-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.itcodewp-num-box {
    display: flex;
    align-items: baseline;
    gap: 1px;
    line-height: 1;
}

.itcodewp-hash {
    font-size: 36px;
    font-weight: 900;
    color: #ff9d00;
    line-height: 1;
}

.itcodewp-num {
    font-size: 36px;
    font-weight: 900;
    background: linear-gradient(135deg, #f97316 0%, #ec4899 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    letter-spacing: -2px;
}

.itcodewp-date {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    white-space: nowrap;
    text-align: center;
}

.itcodewp-divider {
    width: 2px;
    background: linear-gradient(to bottom, #f97316, #ec4899, #8b5cf6);
    border-radius: 2px;
    opacity: 0.2;
    align-self: stretch;
}

.itcodewp-title-col {
    flex: 1;
    display: flex;
    align-items: center;
}

.itcodewp-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.45;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itcodewp-title a {
    color: inherit;
    text-decoration: none;
}
.itcodewp-title a:hover {
    color: #ec4899;
}

.itcodewp-excerpt {
    font-size: 13px;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itcodewp-btn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.itcodewp-btn-more:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    opacity: 0.92;
}
.itcodewp-btn-more svg {
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.itcodewp-btn-more:hover svg {
    transform: translateX(3px);
}
/* end css blog */



#top-link{position:fixed;right:24px;bottom:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.7);border-radius:10px;background:rgba(255,255,255,.86);color:#111;box-shadow:0 10px 30px rgba(17,24,39,.14)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;transform:translateY(12px) scale(.96);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.22,.61,.36,1),box-shadow .25s ease,background .25s ease;overflow:visible;z-index:999}
#top-link.active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
#top-link:hover{background:#111;color:#fff;box-shadow:0 14px 36px rgba(17,24,39,.22);transform:translateY(-3px) scale(1.03)}
#top-link:active{transform:translateY(-1px) scale(.97)}
#top-link i{position:relative;z-index:2;font-size:18px;line-height:1;transition:transform .25s ease}
#top-link:hover i{transform:translateY(-2px)}
#top-link:before{position:absolute;inset:-4px;border-radius:10px;background:conic-gradient(#111 var(--dhs-scroll,0%),#e8e8e8 0);content:"";z-index:-2}
#top-link:after{position:absolute;inset:-2px;border-radius:10px;background:#fff;content:"";z-index:-1}
#top-link:hover:before{background:conic-gradient(#fff var(--dhs-scroll,0%),rgba(255,255,255,.22) 0)}
#top-link:hover:after{background:#111}
@media(max-width:849px){
#top-link{right:16px;bottom:18px;width:44px;height:44px;border-radius:14px}
#top-link:before{border-radius:10px}
#top-link:after{border-radius:10px}
}


body.woocommerce-order-received .woocommerce-order{align-items:flex-start;gap:28px}
body.woocommerce-order-received .woocommerce-order>.large-7{flex-basis:calc(60% - 14px);max-width:calc(60% - 14px);padding:0}
body.woocommerce-order-received .woocommerce-order>.large-5{flex-basis:calc(40% - 14px);max-width:calc(40% - 14px);padding:0}

body.woocommerce-order-received .woocommerce-order>.large-7>p{margin:0 0 16px;padding:11px 14px;border:1px solid #e7ebef;border-radius:10px;background:#f8fafc;color:#5f6670;font-size:13px;line-height:1.5}

body.woocommerce-order-received .woocommerce-order-details{margin:0 0 20px;padding:22px;border:1px solid #e6e9ed;border-radius:20px;background:#fff;box-shadow:0 8px 30px rgba(17,24,39,.045)}

body.woocommerce-order-received .woocommerce-order-details__title{margin:0 0 18px;color:#17191d;font-size:24px;line-height:1.25;letter-spacing:-.4px}

body.woocommerce-order-received .woocommerce-table--order-details{margin:0;border:0}

body.woocommerce-order-received .woocommerce-table--order-details thead th{padding:0 0 12px;border-bottom:1px solid #eceff2;color:#8a9098;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}

body.woocommerce-order-received .woocommerce-table--order-details thead .product-total{text-align:right}

body.woocommerce-order-received .woocommerce-table--order-details tbody td{padding:18px 0;border-bottom:1px solid #edf0f3;vertical-align:top}

body.woocommerce-order-received .woocommerce-table__product-name.product-name>a{color:#17191d;font-size:15px;font-weight:700;line-height:1.45;text-decoration:none}

body.woocommerce-order-received .woocommerce-table__product-name.product-name>a:hover{color:#1677eb}

body.woocommerce-order-received .product-quantity{color:#777;font-size:12px;font-weight:600}

body.woocommerce-order-received .woocommerce-table__product-total{white-space:nowrap;text-align:right}

body.woocommerce-order-received .woocommerce-table__product-total .amount{color:#111;font-size:16px;font-weight:800}

body.woocommerce-order-received .wc-item-meta{margin:8px 0 0;padding:9px 11px;border:1px solid #e3f3e8;border-radius:9px;background:#f3fbf6}

body.woocommerce-order-received .wc-item-meta li{margin:0;color:#66716b;font-size:11px;line-height:1.5}

body.woocommerce-order-received .wc-item-meta-label{color:#198754;font-weight:700}


body.woocommerce-order-received .woocommerce-table--order-details tfoot th,
body.woocommerce-order-received .woocommerce-table--order-details tfoot td{padding:12px 0;border-bottom:1px solid #edf0f3;font-size:13px}

body.woocommerce-order-received .woocommerce-table--order-details tfoot th{color:#5e6570;font-weight:600}

body.woocommerce-order-received .woocommerce-table--order-details tfoot td{text-align:right;color:#333}

body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td{border-bottom:0}

body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:nth-last-child(2) th{color:#111;font-size:15px;font-weight:800}

body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:nth-last-child(2) td .amount{color:#111;font-size:20px;font-weight:800}

body.woocommerce-order-received .woocommerce-customer-details{margin:0;padding:22px;border:1px solid #e6e9ed;border-radius:20px;background:#fff;box-shadow:0 8px 30px rgba(17,24,39,.04)}

body.woocommerce-order-received .woocommerce-column__title{margin:0 0 16px;color:#17191d;font-size:22px;line-height:1.25;letter-spacing:-.3px}

body.woocommerce-order-received .woocommerce-customer-details address{margin:0;padding:0;border:0;background:transparent;color:#505761;font-size:14px;line-height:1.8;font-style:normal}

body.woocommerce-order-received .woocommerce-customer-details--phone,
body.woocommerce-order-received .woocommerce-customer-details--email{margin:7px 0 0;color:#555;font-size:13px}

body.woocommerce-order-received .woocommerce-customer-details--phone:before,
body.woocommerce-order-received .woocommerce-customer-details--email:before{display:none}

body.woocommerce-order-received .woocommerce-order>.large-5 .is-well{position:sticky;top:95px;margin:0;padding:22px;border:1px solid #dfe8d5;border-radius:20px;background:#fbfdf9;box-shadow:0 10px 35px rgba(17,24,39,.06)}

body.woocommerce-order-received .woocommerce-thankyou-order-received{position:relative;margin:0 0 18px;padding:0 0 16px 42px;border-bottom:1px solid #e6ebdf;color:#55753f;font-size:14px;line-height:1.5}

body.woocommerce-order-received .woocommerce-thankyou-order-received:before{position:absolute;top:-1px;left:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#eaf5e3;color:#4d7b35;font-size:16px;font-weight:800;content:"✓"}

body.woocommerce-order-received .woocommerce-order-overview{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}

body.woocommerce-order-received .woocommerce-order-overview li{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;width:100%;margin:0;padding:12px 0;border-bottom:1px solid #e9ede5;color:#6a7169;font-size:12px;line-height:1.5}

body.woocommerce-order-received .woocommerce-order-overview li:last-child{border-bottom:0}

body.woocommerce-order-received .woocommerce-order-overview li strong{max-width:62%;color:#1f2320;font-size:13px;font-weight:700;text-align:right;word-break:break-word}

body.woocommerce-order-received .woocommerce-order-overview__total strong .amount{color:#111;font-size:18px;font-weight:800}

body.woocommerce-order-received .woocommerce-order>.large-5 .is-well:before{display:block;margin-bottom:7px;color:#8d9588;font-size:10px;font-weight:800;letter-spacing:1.1px;text-transform:uppercase;content:"ĐƠN HÀNG ĐÃ ĐƯỢC GHI NHẬN"}

@media(max-width:1024px){
body.woocommerce-order-received .woocommerce-order{gap:20px}
body.woocommerce-order-received .woocommerce-order>.large-7{flex-basis:58%;max-width:58%}
body.woocommerce-order-received .woocommerce-order>.large-5{flex-basis:42%;max-width:42%}
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-order>.large-5 .is-well{padding:18px}
}

@media(max-width:849px){
body.woocommerce-order-received .woocommerce-order{display:flex;flex-direction:column;gap:18px}
body.woocommerce-order-received .woocommerce-order>.large-7,
body.woocommerce-order-received .woocommerce-order>.large-5{width:100%;max-width:100%;flex-basis:auto;padding:0}

body.woocommerce-order-received .woocommerce-order>.large-5{order:-1}

body.woocommerce-order-received .woocommerce-order>.large-5 .is-well{position:static;padding:17px;border-radius:16px}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details{padding:16px;border-radius:16px}

body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title{font-size:20px}

body.woocommerce-order-received .woocommerce-table--order-details thead{display:none}

body.woocommerce-order-received .woocommerce-table--order-details tbody tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:15px;padding:14px 0;border-bottom:1px solid #edf0f3}

body.woocommerce-order-received .woocommerce-table--order-details tbody td{padding:0;border:0}

body.woocommerce-order-received .woocommerce-table__product-name.product-name>a{font-size:14px}

body.woocommerce-order-received .woocommerce-table__product-total .amount{font-size:15px}

body.woocommerce-order-received .woocommerce-order-overview li{font-size:11px}

body.woocommerce-order-received .woocommerce-order-overview li strong{font-size:12px}
}

.ct-foo h4 {
	font-size: 15px;
}