/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*@font-face{font-family:'brandon_text';src:url(./fonts/brandontext-bold-webfont.ttf) format('truetype');font-weight:bold;font-style:normal}
@font-face{font-family:'brandon_text';src:url(./fonts/brandontext-regular-webfont.ttf) format('truetype');font-weight:normal;font-style:normal;}*/

/*body{font-family:  "Custom Font Name",  sans-serif}
.nav > li > a {font-family:  "Custom Font Name", sans-serif;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family: "Custom Font Name", sans-serif;}
.alt-font{font-family: "Custom font name", sans-serif;}*/
/*
a,p,h1, h2, h3, h4, h5, h6,span.widget-title,li{font-family: "brandon_text" !important;}
.stars a{font-family:'fl-icons'!important}
body {
    overflow: hidden;
}


.header-main .nav > li.menu-item > a {
    font-size: 14px;
    color: #2b2b2b;
    padding: 15px 20px;
}
.header-main .nav > li.menu-item {
    margin: 0;
}
*/


/* setup */

:root {
    --font-vollkorn: "Vollkorn", serif;
    --font-barlow: "Barlow Condensed", sans-serif;
    --container-padding: 0 2.5rem;
    --font-awesome: "Font Awesome 6 Free", sans-serif;
    --font-nunito: "Nunito", sans-serif;
	--font-inter: "Inter", sans-serif;
}

html {font-size: 1rem}

.container-main {
    padding: var(--container-padding);
}

@media (min-width: 1536px) {
    :root {
        --container-padding: 0 6.875rem;
    }
}


/* end setup */


/* ctf7 */
.acf-email-box {
    display: flex;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.acf-email-input {
    flex: 1;
    padding: 10px 12px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #234;
}

.acf-email-input::placeholder {
    color: #345;
}

.acf-email-btn {
    margin: 0;
    background: #f7c256;
    /* màu vàng giống hình */
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    transition: 0.2s;
    margin-bottom: 0;
}

.acf-email-btn:hover {
    opacity: 0.85;
}

.acf-email-btn .arrow {
    transform: translateX(1px);
}


/* end ctf7 */



.header-main .header-inner {
    padding: var(--container-padding);
}
.header-main .flex-left .searchform-wrapper {
    width: 480px;
    height: 50px;
}
.header-search-form-wrapper  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-search-form-wrapper input.search-field {
    height: 50px;
    border-radius: 30px 0 0 30px;
    padding: 15px 20px;
    border-color: #D9D9D9;
    box-shadow: none;
    font-size: 1rem
}
.header-search-form-wrapper button.ux-search-submit {
    height: 50px;
    border-radius: 0 30px 30px 0;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-search-form-wrapper button.ux-search-submit i {padding-top: 4px;font-size: 20px !important;}
.header-main .flex-right .header-button-1 a{
    font-weight: 400;
    font-size: 20px;
    color: #1F1C17;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 5px;
	font-family: var(--font-inter);
}
.header-main .flex-right .header-button-1 a::after {
    content: "\f3c5";
    font-family: var(--font-awesome);
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color);
}
.header-main .flex-right .header-button-1 a span {
    line-height: 1;
}
.header-bottom.wide-nav .flex-row .header-nav li.menu-item a {
    padding: 0;
    transition: all 0.3s ease;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    font-weight: 400;
	font-family: var(--font-inter);
}
.header-bottom.wide-nav .flex-row .header-nav li.menu-item {
    margin: 0;
    padding: 12px 20px;
    transition: all 0.3s ease;
	display: flex;
	align-items: center;	
	height: 50px;
}
.header-bottom.wide-nav .flex-row .header-nav li.menu-item:hover {
    background-color: #f7c256;
}
.header-bottom.wide-nav .flex-row .header-nav li.menu-item:hover a {
    color: #fff;
}
.header-bottom.wide-nav .flex-row .header-nav li.menu-item.active a {
    color: #fff;
}
.header-bottom.wide-nav .flex-row .header-nav li.menu-item.active {
    background-color: #f7c256;
}
header .sub-menu {
    padding: 0;
    top: 50px;
}
header .sub-menu a {
    color: var(--fs-color-primary) !important;
    border: 0 !important;
}
.sec-footer .row-img {
    position: absolute;
    top: -167px;
}
.sec-footer .row1 .text1 h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.sec-footer .row1 .text1 p {
    font-size: 16px;
    margin-bottom: 10px;
}
.sec-footer .row1 a {
    color: #fff;
    transition: all 0.3s ease;  
}
.sec-footer .row1 a:hover {
    color: var(--fs-color-secondary) !important;
}
.sec-footer .c1 p {
    position: relative;
    display: flex;
    align-items: center;
/*     gap: 10px; */
}
.sec-footer .c1 p:nth-child(2){
    align-items: start;
}
.sec-footer .c1 p:before {
    content: "\f015";
    font-family: var(--font-awesome);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
	margin-right: 10px
}
.sec-footer .c1 p:nth-child(3)::before {
    content: "\f095";
}
.sec-footer .c1 p:nth-child(4)::before {
    content: "\f0e0";
}
.sec-footer .rowin h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--fs-color-secondary);
    margin-top: 20px;
}
.c-logo-dvvc .col-inner .img {
    margin-bottom: 0;
    width: 15% !important;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 2px 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}
.c-logo-dvvc.logo-pttt .col-inner {
    justify-content: start;
    display: flex;
    gap: 10px;
}
.sec-footer .row2 .col-inner {
    display: flex;
    
    align-items: center;
    white-space: nowrap;
    gap: 24px
}
.sec-footer .row2 .c-right .col-inner {
	justify-content: end;
}
.sec-footer .row2 .col-inner p {
    color: #fff;
    /* margin-right: 24px; */
    margin-bottom: 0;
}
.acf-email-box .wpcf7-email {
    margin-bottom: 0;
    height: 45px;
}
.sec-footer .row2 .col-inner .acf-email-box p {
    margin: 0
}
.wpcf7-form.init {
    margin: 0
}
.sec-footer .row2 .img {
    margin: 0
}
.sec-footer .row2 .social-icons {
    margin: 0
}
.sec-footer .row2 .social-icons a {
    color: #fff
}
.sec-footer .row2 {
    margin-top: 40px;
}
.sec-footer {
    padding-bottom: 35px !important;
}
.sec-ftbot p {
    margin-bottom: 0;
    font-size: 0.8vw;
}
.absolute-footer {
    display: none;
}

.main-title h2 {
    font-size: 58px;
    font-family: var(--font-vollkorn);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}
.main-title h2 em,
.main-title h2 strong {
    line-height: 1;
}
.main-title h2 strong {
    font-style: normal;
    font-weight: bold;
    font-family: var(--font-barlow);
}
.sec-prromo h4 {
    font-size: 26px;
    font-weight: 500;
/*     font-family: var(--font-vollkorn); */
    color: #0B2931;
    line-height: 1.2;
/*     margin-bottom: 20px; */
    min-height: 67.2px;
}
.sec-prromo p {
    font-size: 16px;
    color: #76736F;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 24px;
    margin-bottom: 14px;
    min-height: 38.4px;
}
#main .sec-prromo {
    /* padding-bottom: 60px; */
    padding-top: 60px
}
.home #main .sec-prromo {
    padding-bottom: 40px;
    /* padding-top: 60px */
}
.sec-prromo a.button {
    transition: .3s all;
}
.sec-prromo a.button:hover {
    background-color: var(--fs-color-secondary);
    box-shadow: none;
}
.sec-featPro .main-title h2 {
    font-weight: 600;
    margin-bottom: 70px;
/* 	min-height: 116px; */

}
.sec-featPro .main-title h2 strong {
    font-weight: 400;
}
.sec-featPro .c-right .text {
    padding-top: 40px;
}
.sec-featPro .c-right .text p {
    text-align: justify;
    font-size: 18px;
}
.sec-featPro .decor h1 {
    position: absolute;
    font-size: 120px;
    font-weight: 400;
    font-family: var(--font-vollkorn);
    right: 28px;
    bottom: 0;
    width: fit-content;
    text-align: right;
    margin: 0;
    line-height: 1.6;
    color: #0e3960 !important;
}
.sec-story h4 {
    color: var(--fs-color-secondary);
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
}
.sec-story h2 {
    font-size: 59px;
    font-weight: 400;
    font-family: var(--font-vollkorn);
    color: #000;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}
.sec-story h2 img {margin: -10px 0 0 !important}
.sec-story p {
    color: #76736F;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
	margin-bottom: 0;
}   
.sec-proHot .main-title h2 {
    margin-bottom: 60px;
}
.sec-proHot .col-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-small .box-text {
    text-align: left;
}
.product-small  a.button {
    margin: 0;
}
.product-small  .custom-action-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
	min-height:38.85px;
}
.product-small .product-title {
	margin-bottom: 14px;
}
.product-small .product-title a {
    color: #1F1C17;
    font-size: 16px;
    font-weight: bold;
/*     margin-bottom: 14px; */
	display: -webkit-box;          
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 1;         
	overflow: hidden;    
}
.product-small .product-expiration-date {
    font-size: 14px;
    font-weight: 600;
    color: #76736F !important;
    margin-bottom: 14px !important;
}
.product-small .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}
.product-small .price del {
    order: 2;
    font-size: 16px;
    font-weight: 400;
    
}

.product-small .price ins {
    order: 1;
}
.product-small .custom-action-group a.button {
    border-radius: 6px;
}
.product-small .btn-view-cart  {
    height: 38.85px;
    width: 38.85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 6px;
}
.product-small .btn-view-cart svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}
.sec-proHot .row.equalize-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 120px 30px;
}
.sec-proHot .row.equalize-box:after {content: none}
.sec-proHot .product-small {
    max-width: 100%;
    flex-basis: 100%;
}
.sec-flashSale h2 {
    font-size: 48px;
    font-weight: 600;
    font-family: var(--font-barlow);
    color: #fff;
    margin: 0;
    position: relative;
}
.sec-flashSale h2 img {
    margin: -40px 0 0 !important;
}
.sec-flashSale .row1 .col{
    background-color: var(--fs-color-secondary);
}
.sec-flashSale .row1 .col:nth-child(1) {
    border-radius: 20px 0 0 0;
}
.sec-flashSale .row1 .col:nth-child(2) {
    border-radius: 0 20px  0 0;
}
.sec-flashSale .row1 .col:nth-child(1) .col-inner {
    display: flex;
    align-items: center;
}
.sec-flashSale .row2 .row.equalize-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 30px;
    padding: 60px 20px;
    border: 7px solid var(--fs-color-secondary);
    border-radius: 0 0 6px 6px;
}
.sec-flashSale .row2 .row.equalize-box .product-small.col {
    max-width: 100%;
    flex-basis: 100%;
}
.sec-category h2 {
    margin-bottom: 40px;
}
.sec-category .nav {
    gap: 20px
}
.sec-category .nav li {
    margin-right: 0
}
.sec-category .nav li a {
    padding: 12px 18px 10px;
    background-color: var(--fs-color-secondary);
    color: #fff;
    border-radius: 6px;
}
.sec-category .nav li.active a {
    background-color: #fff;
    color: var(--fs-color-secondary);
}
.sec-category .nav li a span {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
}
.sec-category .tab-panels {
    padding-top: 38px;
}
.sec-category .row.equalize-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px 30px;
}
.sec-category .row.equalize-box .product-small.col {
    max-width: 100%;
    flex-basis: 100%;
}
.sec-category .product-small .custom-action-group a.button {
    background-color: var(--fs-color-secondary);
    color: #fff;
}
.sec-category .product-small .product-title a,
.sec-category .product-small .product-expiration-date,
.sec-category .product-small .price span.amount,
.sec-category .product-small .price ,
.sec-category .product-small .price del bdi,
.sec-category .product-small .price ins bdi  {
    color: #fff !important; 
}
.sec-category .row.equalize-box:after {content: none}
.sec-category del span.amount {
    opacity: 1;
}
.sec-instagram h2 {
    margin: 0 0 20px;
    font-size: 59px;
    font-weight: 600;
    font-family: var(--font-vollkorn);
    font-style: italic;
    color: var(--primary-color);
}

.sec-instagram .c-right .col-inner .img {
    margin:0 !important;
    height: fit-content !important;
}
.sec-instagram .c-right .col-inner .img img {
    border-radius: 6px;
    overflow: hidden;
}
.sec-instagram .c-left .video-button-wrapper,
.sec-instagram .c-left .video-button-wrapper a {
    margin: 0;
    width: fit-content;
}
.sec-instagram .c-left .video-button-wrapper {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.sec-instagram .c-left .video-button-wrapper a {
    border-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-instagram .c-left .video-button-wrapper a i {
    color: #fff;
}
.sec-instagram .c-left .img {
    margin: 0 !important;
    height: 100%;
}
.sec-instagram .c-left .img, 
.sec-instagram .c-left .img .img-inner,
.sec-instagram .c-left .img img {
    height: 100%;
}
.sec-instagram .c-left .img img {
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
}
.sec-instagram .row2 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    /* flex-wrap: no-wrap; */
    align-items: stretch;
}
.sec-instagram .row2 .col {flex: 1;}
.sec-instagram .row2:after {content: none}
.sec-blog .main-title h2 {
    margin-bottom: 40px;
}
.post-item .box-text {
    padding: 30px 0 0;
}
.post-item .box-text .post-title a  {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #0B2931;
    margin: 0 0 10px;
    min-height: 43.2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.post-item .post-meta {
    font-size: 15px;
    color: #76736F;
    font-weight: 400;
    margin-bottom: 12px;
}
.post-item .is-divider {display: none}
.post-item .from_the_blog_excerpt {
    font-size: 16px;
    color: #76736F;
    font-weight: 600;
    margin-bottom: 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.post-item .box-image img {
    border-radius: 15px;
    overflow: hidden;
}
.sec-blog a.button {
    margin: 20px 0 0
}
#main .flickity-prev-next-button {
    transform: translateX(0%) !important;
    opacity: 1 !important;
}
#main .flickity-prev-next-button svg {
    fill: #fff !important;
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}
.home .hide-in-home {display: none}
.html-breadcrumb span,
.html-breadcrumb a{
    font-weight: bold;
    color: #000;
    display: flex;
    gap: 8px;
}
.html-breadcrumb a:hover {color: var(--primary-color)}
.html-breadcrumb .breadcrumb_last {
    font-weight: bold;
    color: #000
}
.html-breadcrumb {
    padding-bottom: 30px;
    padding-top: 30px;
}
.proCate-title h2 {
    font-size: 38px;
    font-family: var(--font-vollkorn);
    font-weight: 400;
    margin-bottom: 40px;
}
.cart-seconColor {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 20px;
}
.cart-seconColor .product-small {
    max-width: 100%;
    flex-basis: 100%;
}
.cart-seconColor a.btn-view-cart {
    border-color: var(--fs-color-secondary)
}
.cart-seconColor a.btn-view-cart svg path,
.cart-seconColor a.btn-view-cart svg {
    fill: var(--fs-color-secondary);
}
.cart-seconColor:after {content: none}
.cart-seconColor {
    padding-bottom: 80px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--fs-color-secondary);
}
.row-last .cart-seconColor {
    margin-bottom: 30px;
}
.proDes-text h3 {
    font-size: 32px;
    font-weight: bold;
    color: #0F3D66;
}
.proDes-text {
    height: 500px;
    overflow: hidden;
    position: relative;
    transition: height 2s ease;
}

.proDes-text.expanded {
    height: auto !important;
    padding-bottom: 20px;
}

.proDes-text:not(.expanded)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 1));
    pointer-events: none;
}

.view-more-btn:hover {
    background-color: #0f2d4d;
}
.proDes .col-inner {
    text-align: center;
}
.proDes .col-inner .proDes-text {text-align: left;}
.sec-proCate .row-first h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--fs-color-secondary);
    margin: 0
}
.sec-proCate .row-first h2 {
    font-size: 58px;
    font-weight: 400;
    color: #0F3D66;
    font-family: var(--font-vollkorn);
    line-height: 1.6;
    margin-bottom: 0;
}
.sec-proCate .row-first p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: justify;
    margin: 0
}
.sec-proCate .row-first {
    display: flex;
    gap: 65px;
}
.sec-proCate .row-first:after {content: none}
.sec-proCate .row-first .col {flex: 1}
.sec-proCate .row-first {
    padding-bottom: 70px;
}
.shop-page-title .procate_breadcrumb {
    padding: 40px 0 30px;
    color: #0F3D66;
    font-size: 16px;
    font-weight: 400;
}
.shop-page-title .procate_breadcrumb span {
    display: flex;
    gap: 5px;
}
.shop-page-title .procate_breadcrumb span .breadcrumb_last {
    color: var(--fs-color-secondary);
    font-weight: 600;
}
.procate-title-filter .procate-title  h1 {
    font-size: 38px;
    font-weight: 400;
    color: #000;
    font-family: var(--font-vollkorn);
    font-style: italic;
    margin-bottom: 0
}
.procate-title-filter .procate-title h1 strong {
    color: var(--fs-color-secondary);
    font-weight: 400 !important;
}
.procate-title-filter .procate-filter {
    justify-content: end;
    display: flex;
    align-items: center;
}
.procate-title-filter {
    margin-bottom: 32px;
}
.category-page-row .shop-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.category-page-row .shop-container .products.row {
    width: 100%;
    max-width: 100%;
}
.category-page-row .shop-container .products.row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 20px;
    margin: 0 !important;
}
.category-page-row .shop-container .products.row .product-small.col {
    max-width: 100%;
    flex-basis: 100%;
    padding: 0
}
.product-small.col .quick-view {
    display: none;
}
.woocommerce-notices-wrapper{display: none}
.shop-container .cart-seconColor {
    display: block;
    gap: 0
}
.category-page-row .shop-container .products.row::after {content: none;}


/* 1. Container Wrapper */
.consultation-form {
    background-color: #e8e8e8;
    padding: 15px 20px;
    border-radius: 8px;
/*     max-width: 800px; */
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}

/* 2. Form Header */
.consultation-form__title {
    color: #0f3a5d;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
	line-height: 1.2;
}

/* 3. Row Layout (Flexbox) */
.consultation-form__row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

/* Last row shouldn't have margin bottom */
.consultation-form__row:last-child {
    margin-bottom: 0;
}

/* 4. Column/Group Layout */
.consultation-form__group {
    flex: 1;
    /* Default: equal width */
}

/* Specific modifier for the Message input (wider) */
.consultation-form__group--wide {
    flex: 3;
}

/* Specific modifier for the Button container */
.consultation-form__group--btn {
    flex: 1;
}

/* 5. Input Fields Styling */
.consultation-form__input {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 4px;
    padding: 0 15px;
    box-sizing: border-box;
    /* Ensures padding doesn't affect width */
    font-size: 14px;
    outline: none;
    background-color: #ffffff;
}

.consultation-form__input::placeholder {
    color: #666;
}

/* 6. Submit Button Styling */
.consultation-form__submit {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 4px;
    background-color: #0f3a5d;
    /* Dark Blue */
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0;
}

.consultation-form__submit:hover {
    background-color: #0a253c;
    /* Darker shade on hover */
}

/* 7. Responsive Design (Mobile) */
@media (max-width: 767px) {
    .consultation-form__row {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .consultation-form__title {
        font-size: 18px;
    }
}


.product-thumbnails .is-nav-selected img {
    opacity: 1;
}

/* Video Popup Modal */
.product-video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

.product-video-popup.active {
    display: flex;
}

.product-video-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.product-video-popup-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    z-index: 1;
}

.product-video-popup-close {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    line-height: 1;
    padding: 5px 10px;
    transition: color 0.2s;
}

.product-video-popup-close:hover {
    color: #ccc;
}

.product-video-popup-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
}

.product-video-popup-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video Thumbnail Item trong slider */
.video-thumbnail-item {
    cursor: pointer;
}

.video-thumbnail-item .video-thumb-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.video-thumbnail-item:hover .video-thumb-wrapper,
.video-thumbnail-item.is-nav-selected .video-thumb-wrapper,
.video-thumbnail-item.is-selected .video-thumb-wrapper {
    border-color: var(--primary-color, #446084);
}

.video-thumbnail-item .video-thumb-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.video-thumbnail-item .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.video-thumbnail-item:hover .video-play-icon {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-thumbnail-item .video-play-icon::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent var(--primary-color, #446084);
    margin-left: 3px;
}

/* Main Image Video Placeholder */
.product-video-main-wrapper {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.product-video-main-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.product-video-main-wrapper .video-main-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-video-main-wrapper:hover .video-main-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

.product-video-main-wrapper .video-main-play-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent var(--primary-color, #446084);
    margin-left: 6px;
}

.sec-proCus .product-images .slide {
    border-radius: 15px;
    overflow: hidden;
/* 	position: relative !important; */
}
.sec-proCus .flickity-button-icon {
    border-radius: 50%;
}
.sec-proCus .flickity-button-icon path {
    fill: #fff !important;
}
.sec-proCus .flickity-button-icon:hover path {
    fill: #fff !important;
}
.sec-proCus .product-images {
    margin-bottom: 21px;
}
.sec-proCus .product-thumbnails .is-nav-selected a img,
.sec-proCus .product-thumbnails a:hover img {
    transform: translateY(0px) !important;
    margin: 0 !important
}
.sec-proCus .product-thumbnails .col  a  {
    border-radius: 10px;
    border: 2px solid transparent;
    overflow: hidden;
}
.sec-proCus .product-thumbnails a:hover img,
.sec-proCus .product-thumbnails img  {
    transform: translateY(0px) !important;
    margin: 0 !important
}
.sec-proCus .product-thumbnails .col.is-nav-selected a {
    border-color: var(--primary-color, #446084);
}
.sec-proCus .row-proCus {
    display: flex;
    gap: 95px;
}
.sec-proCus .row-proCus:after {content: none;}
.sec-proCus .row-proCus .col {
    flex: 1
}
.row-proCus .c-right h1.product-title {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.2;
}
.html-categoryName {
    color: var(--fs-color-secondary);
    font-size: 18px;
    font-weight: bold;
}
.product-price-container .product-page-price {
    display: flex;
    align-items: end;
    gap: 10px;
    padding-bottom: 16px;
    margin-bottom: 22px;
    border-bottom: 1px solid #D9D9D9;
}
.product-price-container .product-page-price .price {
    display: flex;
    align-self: end;
    gap: 10px;
}
.product-price-container .product-page-price ins {
    order: 1;
}
.product-price-container .product-page-price del {
    order: 2;
    display: flex;
    align-items: end;
}
.product-price-container .product-page-price  bdi {
    font-size: 32px;
    font-weight: bold;
    color: #0F3D66;
}
.product-price-container .product-page-price del bdi {
    font-size: 18px;
    font-weight: 500;
    color: #76736F;
    display: inline-flex;
    text-decoration: line-through;
}
.promise-list {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 22px 60px
}
.promise-item {
    display: flex;
    align-items: center;
    /* gap: 10px */
}
.promise-item__icon {
    position: relative;
    left: 10px;
    z-index: 2;
}
.promise-item__icon img {
    transform: rotate(-45deg);
}

.promise-item .promise-icon-wrapper {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: 3px solid #003A63;
    border-radius: 0 50% 50% 50%;
    transform: rotate(45deg);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.promise-item__icon:after {
    /* content: ""; */
    position: absolute;
    background: url('/wp-content/uploads/2025/11/Group-1.png');
    background-size: cover;
    width: 58px;
    height: 56px;
    background-position: center;
    top: 42%;
    left: 78%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    z-index: -1;
}
.promise-item__content {
    margin-left: -10px;
    padding: 10px 25px 10px 26px;
    background-color: var(--fs-color-primary);
    border-radius: 0 50px 50px 0;
    color: #fff;
    font-weight: bold;
    z-index: -1;
    flex: 1;
}
.row-no4 .col .promise-list:last-child {
    padding-bottom: 22px !important;
    margin-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;

}
.product-short-description h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--fs-color-primary)
}
.product-short-description p {
    font-size: 18px;
    font-weight: 400;
    color: #76736F;
    margin-bottom: 0;
}
.product-short-description {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
}
.variations tr {
    display: flex;
    flex-direction: column;
}
 .variations tr [for="pa_dung-tich"] {
    font-size: 18px;
    font-weight: bold;
    color: var(--fs-color-primary);
    margin-bottom: 0;
}
.add-to-cart-container .ux-swatch {
    padding: 7px 30px;
    border-color: var(--fs-color-primary);
    border: 1px solid;
    box-shadow: none;
}
.add-to-cart-container .ux-swatch.selected {
    background: var(--fs-color-primary);
}
.add-to-cart-container .ux-swatch__text {
    font-size: 18px;
    font-weight: bold;
    color: var(--fs-color-primary)
}
.add-to-cart-container .ux-swatch.selected .ux-swatch__text {
    color: #fff;
}
.single_variation_wrap .woocommerce-variation-price {
    display: none;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    margin-bottom: 0;
}
.woocommerce-variation-add-to-cart .ux-quantity {
    gap: 16px;
    display: flex;
    margin: 0;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    gap:16px
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    flex: 1;
    background: var(--fs-color-secondary);
    opacity: 1;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: math-auto;
}
.woocommerce-variation-add-to-cart  .ux-quantity__button {
    width: 43px;
    height: 43px;
    border: none !important;
    background: #E8E8E8 !important;
}
.input-text.qty.text {
    height: 43px;
    width: 43px;
    border: 1px solid #666666;
}
.consultation-form__input {
    margin-bottom: 0;
    border-radius: 6px !important;
    overflow: hidden !important;
    color: #000 !important
}
.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0 !important
}
.consultation-form__submit {
    margin: 0;
    height: fit-content;
    border-radius: 6px !important;
    overflow: hidden;
}
.consultation-form__group .wpcf7-spinner {
    display: none;
}
.consultation-form {
    margin-bottom: 16px
}

.social-icons.share-icons a {
    margin-bottom: 0;
}
.share-icons-title {
    color :#000
}
.sec-proCusDes {
    padding-top: 130px !important;
}
.sec-proCusDes .acf-title {
    line-height: 1;
    font-size: 32px;
    font-weight: bold;
    color: var(--fs-color-primary);
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--fs-color-secondary)
}
.sec-proCusDes .acf-text h4,
.sec-proCusDes .acf-text p{
    color: #000;
/* 	font-size: 18px */
}
.sec-proCusDes .acf-text p:last-child {
    margin-bottom: 0;
}
.sec-proCusDes .row:after {content: none;}
.sec-proCusDes .row {
    display: flex;
    gap: 90px;
    margin-bottom: 80px;
}
.sec-proCusDes .row .col {
    flex: 1;
}
.sec-proCusDes .row:last-child {
    margin-bottom: 60px;
}
.proRelate .product-section {
    border: none !important
}
.proRelate .product-section-title {
    margin: 0;
    font-size: 38px;
    font-style: italic;
    color: #1F1C17;
    font-family: var(--font-vollkorn);
    font-weight: 400;
    margin-bottom: 32px;
    padding-bottom: 0;
    text-transform: math-auto;
}
.proRelate  .row {
    max-width: 100%;
}
.proRelate .flickity-button:hover,
.proRelate .flickity-button {
    background: transparent;
    border: none;
    box-shadow: none;
}
.proRelate .flickity-button svg {
    border-radius: 50% !important;
}
.proRelate .flickity-button svg path {
    fill: #fff;
}
.proRelate .flickity-button:hover svg path {
    fill: #fff !important;
}
.proRelate .slider-nav-reveal .flickity-prev-next-button.next {
    right: 4px !important;
}
.proRelate .slider-nav-reveal .flickity-prev-next-button.previous {
    left: 4px !important;
}
.product-small.col .box-image {
    border-radius: 20px;
    overflow: hidden;
}
.proRecent .products.row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
}
.proRelate.cart-seconColor {
    border-bottom: 0;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.proRecent.cart-seconColor{
    border-bottom: 0;
    border: none;
    margin-bottom: 0
}
.proRelate.cart-seconColor .col.small-12 {
    padding-bottom: 50px !important;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--fs-color-secondary);
}
.proRecent.cart-seconColor .main-title h2,
.row-blogRelate h2 {
    font-style: italic;
    font-size: 38px;
    margin-bottom: 30px;
    color: #000
}
.cart-item a.header-cart-link {
    color: var(--primary-color) !important;
}
.cart-item [data-icon-label]:after {
	background: #000;
}
.row-bolg {margin: 0 !important}
.row .section.sec-prromo {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.html-blogRelate .row {
    max-width: 100%;
    margin: 0;
}
.html-blogRelate .row .flickity-button {
    background: transparent;
    border: none;
    box-shadow: none;
}
.html-blogRelate .row .flickity-button svg {
    border-radius: 50% !important;
}
.html-blogRelate .row .flickity-button svg path {fill: #fff}
#main .html-blogRelate .flickity-prev-next-button.previous {
    left: 1% !important;
}
#main .html-blogRelate .flickity-prev-next-button.next {
    right: 1% !important;
}
.html-blogRelate .row {margin: 0 !important;}
.contactPage.html-breadcumb {
    padding-top: 16px;
    padding-bottom: 16px;
}
.sec-bannerContact .c-left {
    padding: 0 64px 0 6.875rem !important
}
.sec-bannerContact .c-left h3 strong {
    font-weight: bold;
    font-family: var(--font-barlow);
    font-size: 32px;
    margin-bottom: 0;
}
.aboutUs1 h2 {
    font-size: 60px;
    font-weight: bold;
    font-family: var(--font-barlow);
    color: var(--fs-color-secondary);
    margin-bottom: 14px;
}
.aboutUs1 h3 {
    font-size: 34px;
    font-weight: 500;
    font-family: var(--font-barlow);
    color: var(--fs-color-primary);
    line-height: 1;
    margin-bottom: 20px
}
.aboutUs1 p {
    font-size: 20px
}
.contact-text .text1 p {
    color: var(--fs-color-primary);
    margin-bottom: 24px;
	font-size: 20px
}
.contact-text .text2 p {font-size: 20px}
.contact-text .text2 p {
    margin-bottom: 0;
    color: var(--fs-color-primary);
}
.contact-text .text2 p strong {
    color: var(--fs-color-primary);
}
.aboutUs3 .contact-text .text2 p strong {
    color: #fff;
}
/* .aboutUsNon .c-right {
    padding: 0rem 6.875rem 0rem 6.875rem !important;
} */
.aboutUsNon h3 {
    font-size: 32px;
    font-weight: bold;
    font-family: var(--font-barlow);
    color: var(--fs-color-primary);
    line-height: 1;
}
.cart-container.container,
.cart-container .woocommerce.row {
    max-width: 100%;
}

.cart-container .woocommerce.row .col.large-7 {
    padding-left: 0 !important;
}
.cart-container .woocommerce.row .col.large-5 {
    padding-right: 0 !important;
}
.cart-container .input-text.qty.text {
height: 41px;
width: 60px;
}
.cart-container .checkout .row.pt-0 {
    max-width: 100%;
    padding: 0 6.875rem 60px !important
}
.woocommerce-info.message-wrapper .message-container.container {
    max-width: 100%;
    padding: 0 6.875rem !important;
}
.cart-container .woocommerce-order.row {
    max-width: 100%;
    padding: 0 6.875rem !important;
}
.cart-container .woocommerce.row {
    margin: 0 !important;
    padding: 0 6.875rem 60px !important
}
.sec-proCusDes .row2 .col.medium-7 .col-inner {text-align: right;}
.added_to_cart.wc-forward {display: none;}
.blog-archive .archive-page-header .row {
    max-width: 100%;
    padding: 0 6.875rem !important;
}
.blog-archive .archive-page-header .row .col {padding: 0 !important;text-align: left;}
.blog-archive .archive-page-header .row .col h1,
.current_category_name {
    font-size: 32px;
    font-weight: bold;
    font-family: var(--font-barlow);
    color: var(--fs-color-primary);
}
.current_category_name {margin-bottom: 20px;}
.custom-news-grid .news-left-col .post-title {
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 10px
}
.custom-news-grid .news-left-col  .post-excerpt {
    font-size: 14px;
    margin-bottom: 0;
}
.custom-news-grid .news-left-col .post-info {
    font-size: 12px;
}
.custom-news-grid .news-right-col .post-title-small a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.row_blogCate  .large-9.col {
    padding-left: 0;
    max-width: 65%;
    flex-basis: 65%;
}
.row_blogCate .large-3.col {
    padding-right: 0;
    max-width: 35%;
    flex-basis: 35%;
    border-left: 0 !important;
}
#post-list .box-text {padding-left: 20px;padding-top: 0;vertical-align: top;}
#post-list .box-text .post-title {
    order:1;
}
#post-list .box-text .post-meta {
    order:2;
}
#post-list .box-text .from_the_blog_excerpt {
    order:3;
}
#post-list .box-text-inner {
    display: flex;
    flex-direction: column;
}
.row-postSidebar h3 {
    font-size: 18px;
    padding: 16px 0;
    background: var(--primary-color);
    color: #fff;
    margin: 0  0 16px;
	border-radius: 8px 8px 0 0 !important
}
.row-postSidebar .col-inner {
    border-radius: 8px;
    border: 1px solid rgb(209, 213, 219);
}
.row-postSidebar .col.post-item .col-inner {
    border: none;
    padding: 0 16px
}
.row-postSidebar .col.post-item {padding-bottom: 16px}
.row-postSidebar .post-item .box-text {
    padding: 0 0 0 10px;
}
.row-postSidebar .post-item .box-text .post-title a {
    font-size: 16px;
    min-height: initial;
}
.row-postSidebar .post-item .post-meta {font-size: 15px}
.blog-wrapper.blog-single .post h6.entry-category {display: none;}
.blog-wrapper.blog-single .post h1.entry-title {color: #000}
.blog-wrapper.blog-single .entry-divider.is-divider.small {display: none;}
/* #comments {display: none;} */
.blog-wrapper.blog-archive .row-postSidebar .short_codedate {display: none;}
.sec-proCus .single_add_to_cart_button {
	margin-bottom: 0;
	height: 43px;
	flex: 1;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	text-transform: math-auto
}
.sec-proCus .ux-quantity.quantity.buttons_added  {
	margin-right: 0;
	display: flex;
	gap: 16px;
}
.sec-proCus form.cart {
	gap: 16px;
	display: flex;
}
.sec-proCus .ux-quantity.quantity.buttons_added .ux-quantity__button {
	width: 43px;
	height: 43px;
	border: none;
	background: #E8E8E8;
}
.sec-proCus .ux-quantity.quantity.buttons_added .input-text.qty.text {
	border-color: #666666
}
.consultation-form__input::placeholder {
	color: #000
}
.consultation-form__input,
.consultation-form__group--btn input {
	font-family: Nunito, sans-serif;
}
header .icon-user {
	color: var(--primary-color);
}
header .nav-right {
	gap: 5px;
}
.product-small.col .image-fade_in_back a {
	position: relative;
	padding-top: 100%;
}
.product-small.col .image-fade_in_back a  img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
.product-small.col  .box-image .show-on-hover {
	display: none
}
.product-thumbnails.thumbnails.slider .flickity-slider .col a {
	position: relative;
	padding-top: 100%;
}
.product-thumbnails.thumbnails.slider .flickity-slider .col a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%) !important;
}
.single-product .devvn_single_rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}
.row-reviewPro .accordion-title {
	font-size: 20px;
	font-weight: bold;
	background: none;
	padding: 40px 0 12px;
}
.row-reviewPro  .accordion  .toggle {
	right: 0 !important;
	left: auto !important;
	top: 35px !important;
}
.row-reviewPro .accordion-inner .container-main.review {
	padding: 0;
}
.row-reviewPro .accordion-inner {
	padding-left: 0;
	padding-right: 0;
}
.row-reviewPro div#reviews.woocommerce-Reviews,
.devvn_prod_cmt {
	max-width: 100%;
}
.row-reviewPro .woocommerce-Reviews-title {
	display: none;
}
.row-reviewPro .star_box {
	background: #fefbf4
}
.row-reviewPro span.devvn_num_reviews {
    min-width: 150px;
    color: #515151;
}
.row-reviewPro span.devvn_num_reviews b {
	color: #1f1c17
}
.row-reviewPro .devvn_filter_btn.active,
.row-reviewPro #comments a.btn-reviews-now {
	background: #515151;
}
.row-reviewPro .style-v2 .star_box_left {
	padding: 15px 20px;
}
header .account-item .nav-dropdown-default {
	padding: 0
}
header .account-item .nav-dropdown-default li a {
	padding: 15px 20px; 
	margin: 0;
	font-weight: 500
}
header .account-item .nav-dropdown-default li a:hover {
	background: var(--fs-color-secondary);
	color: var(--primary-color);
}
.section.sec-featPro .main-title h2 strong {
	font-family: var(--font-vollkorn);
}
.shop-container .cart-seconColor  {
	width: 100%;
}
.sec-footer .c1,
.sec-footer .c3 {
	max-width: 30%;
	flex-basis: 30%;
}
.sec-footer .c2,
.sec-footer .c4 {
	max-width: 20%;
	flex-basis: 20%;
}
.procate-filter .woocommerce-ordering .orderby {
	border-radius: 6px;
}
.archive.search .woocommerce-info.message-wrapper .message-container.container {
	padding: 0 !important
} 
.cart-container .checkout_coupon.woocommerce-form-coupon {
	margin: 0 6.875rem 20px
}
.cart-container .checkout.woocommerce-checkout .row.pt-0   {
	margin: 0;
}
.cart-container .button.expand {
	margin-bottom: 0 !important
}
.cart-container .checkout .row.pt-0 {
	margin: 15px 0 0  !important;
/* 	padding: 0 !important */
}
.product-small.col .col-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.cart-container  .woocommerce-message.message-wrapper {
	padding: 0 6.875rem; 
	margin-bottom: 20px
}
.cart-container  .woocommerce-message.message-wrapper .message-container.container  {
	margin: 0;
	max-width: 100%;
	width: 100%;
}
.cart-container .woocommerce-message.message-wrapper:focus-visible {    outline: none}
.sec-proHot .product-small .product-expiration-date {
	color: #000 !important
}
.sec-proHot .product-small .star-rating span:before {
	color: var(--primary-color);
}
.localstore_info {text-align: left}
.sec_contactPage .main-title h2 {
	margin-bottom: 40px;
}
.custom-action-group .price.price_contact {
	padding: 0 20px;
	font-size: .97em;
	border-radius: 6px;
	background: var(--primary-color);
	color: #fff;
	height: 38.85px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase
}
.sec-category .product-small .custom-action-group .price.price_contact  {
    background-color: var(--fs-color-secondary);
    color: #fff;
}
.stuck #logo img{
	padding: 5px !important
}
.section.sec-category .product-small.box {
	height: 100%;
}
.woocommerce-MyAccount-content p a {
	color: var(--primary-color);
	font-weight: bold;
}
.page-wrapper.my-account.mb {padding: 0 0 50px}
.page-wrapper.my-account.mb .row.vertical-tabs .col {
	padding-top: 30px
}
.page-wrapper.my-account.mb .row.vertical-tabs .col.large-3 {
	background: #f7f7f7
}
#my-account-nav .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
.account-item .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
.my-account .woocommerce-MyAccount-content .u-column2.col-2.woocommerce-Address{
	display: none
}
.my-account .woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address {
	width: 100%;
	max-width: 100%;
}
.my-account .woocommerce .wps_ways_to_gain_points_section,.my-account .woocommerce .wps_wpr_view_log {display: none;}
.woocommerce-MyAccount-content .dashboard-links .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
	display: none
}
.wps_wpr_points_only.wps_wpr_show_points_on_account_page .wps_wpr_heading_para .wps_wpr_heading_para {
	background-color: #cecece;
    color: #333;
    font-weight: 600;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 6px;
}
.wps_wpr_points_only.wps_wpr_show_points_on_account_page .wps_wpr_heading_para  .wps_wpr_heading {
	font-weight: 500;
}
.wps_wpr_points_only.wps_wpr_show_points_on_account_page .wps_wpr_heading_para  .wps_wpr_total_earn_points {
	font-size: 20px;
    font-weight: bold;
	color: var(--primary-color);
}
.wps_wpr_points_only.wps_wpr_show_points_on_account_page .wps_wpr_heading_para {
	background-color: #cecece;
    color: #333;
    font-weight: 600;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.ywpar_summary_badge .ywpar_to_redeem_title {
	display: none !important;
}
.shop_table.ywpar_points_rewards.my_account_orders {
	overflow-x: auto;
	display: inline-block;
}
.shop_table.ywpar_points_rewards.my_account_orders tbody,
.shop_table.ywpar_points_rewards.my_account_orders thead {
	white-space: nowrap;
}
.custom-product-page .yith-par-message.yith-par-message-product {
	margin-bottom: 26px !important;
}
#yith-par-message-cart {
	margin: 10px 6.875rem 20px;
	width: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
    background: #f5f5f5;
    color: #000;
	border: 1px solid #cecece
    
}
#yith-par-message-reward-cart form {
	margin: 10px 6.875rem 20px;
	width: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
    background: #f5f5f5;
    color: #000;
}
#yith-par-message-reward-cart form bdi {color: #000;}
#yith-par-message-cart  img {
/* 	filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(8%) hue-rotate(14deg) brightness(103%) contrast(103%); */
}
#yith-par-message-reward-cart {
	margin: 10px 6.875rem 20px
}
#yith-par-message-reward-cart form input,
#yith-par-message-reward-cart form {margin: 0 !important; border-radius: 6px;    border: 1px solid #cecece;}
.button.ywpar_apply_discounts.ywpar-fixed-discount {
	border-radius: 6px;
}
form.checkout.woocommerce-checkout  .large-7 {
	padding-left: 0;
}
form.checkout.woocommerce-checkout  .large-5 {
	padding-right: 0;
}
.sec-prromo .box-image {
	border-radius: 15px;
}
.sec-featPro .img .img-inner {
	border-radius: 15px;
}
#share_points {
	display: none !important
}
#customer_login {padding-top: 40px !important}
.rowIns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.rowIns:after {content: none}
.rowIns .caption {
	padding: 12px;
	scrollbar-width: thin;
	border-radius: 6px;
}
.cart-collaterals .cart-sidebar table.shipping__table {
	background: none
}
.cart-collaterals .cart-sidebar table.shipping__table tbody th {white-space: nowrap}
.woocommerce-customer-details .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column.col-1,
.woocommerce-customer-details .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column.col-2 {
	flex: 1;
}
.blog-sec1 iframe {
	border-radius: 15px;
}
.blog-sec1  .rowVid h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #0B2931;
	margin: 0 0 10px;
	min-height: 43.2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.blog-sec1  .rowVid p {
	font-size: 15px;
    color: #76736F;
    font-weight: 400;
    margin-bottom: 12px;
}
#order_review .coupon-form {
	display: block !important;
	padding: 12px;
	border: 2px dashed var(--fs-color-primary);
	border-radius: 6px;
	margin-bottom: 10px;
}
#order_review .coupon-form p input,#order_review .coupon-form p button {
	margin-bottom: 0 
}
#order_review .checkout-coupon-toggle {display: none !important}
.html_insta #sbi_images {
	padding: 0 !important;
	gap: 20px;
}
#sb_instagram .sbi_photo img {
	border-radius: 6px !important; 
}
.cart-container .woocommerce .woocommerce-form.woocommerce-form-login.login {
	padding: 0 6.875rem
}
.single-format-video .entry-image {
	display: none
}
#main .sec_contactPage.blog-sec1 .row {
	margin: 0 !important
}
#main .flickity-prev-next-button[disabled] {
	opacity: 0 !important
}
.row-postSidebar .post-item .post-meta span {
	display: none;
}
.news-content-small .post-info-small,
.news-content .post-info,
.post-item .post-meta {
	position: relative;
}
.row-postSidebar .post-item .post-meta:before {content: none;}
.product-short-description p {
	color: #000
}
.sec-proCus .add-to-cart-container .yith-par-message.yith-par-message-product,
.sec-proCus .social-icons span,
.sec-proCus .promise-item__content .promise-text,
.sec-proCus .woocommerce-product-rating.devvn_single_rating span.devvn_sold,
.sec-proCus .woocommerce-product-rating.devvn_single_rating span.devvn_average_rate,
.sec-proCus .woocommerce-product-rating.devvn_single_rating a {
	font-size: 18px;
}
.product-small .box-text {min-height: 85px;}
.woocommerce-order.row .woocommerce-customer-details:last-child {display: none}
.row_blogCate .large-9 #post-list .col.post-item:nth-child(1),
.row_blogCate .large-9 #post-list .col.post-item:nth-child(2),
.row_blogCate .large-9 #post-list .col.post-item:nth-child(3),
.row_blogCate .large-9 #post-list .col.post-item:nth-child(4),
.row_blogCate .large-9 #post-list .col.post-item:nth-child(5) 
{display: none}
#main .section.sec_contactPage {
	padding-top: 40px
}

.contact-text .text1 h3 {
	color: var(--primary-color);
	font-size: 24px;
}
.aboutUs4 h2,
.aboutUs3 h3 {
	font-size: 30px
}
.aboutUs3 p {font-size: 18px}
.aboutUs4 p {
	font-size: 18px;
}
.rowPrimary h3 {
	font-size: 26px;
	color: var(--primary-color);
}
.rowPrimary p,
.rowPrimary li {
	color: var(--primary-color);
	font-size: 18px;
}
.aboutUsNon .rowPB,
.aboutUsNon .row1 {
	padding-bottom: 60px !important
}
.page-numbers.nav-pagination.links.text-center {
	margin-top: 60px;
}
.row_blogCate  .large-9.col .current_category_name {
	display: none
}
.sec_contactPage .col.medium-4.small-12.large-4 .col-inner {
	position: sticky;
    top: 140px;
}
.news-item.small-item,
.news-item.big-item {
	border-radius: 8px;
	background: var(--primary-color);
}
.news-item.big-item .news-content {
	padding: 16px 16px 24px
}
.news-content-small {
	padding: 0 16px
}
.news-content-small a,
.news-content-small span,
.news-item.big-item .news-content a,
.news-item.big-item .news-content p,
.news-item.big-item .news-content span {
	color: #fff
}
.entry-content.single-page p iframe {
	width: 100%;
}
















/* responsive */
/* r1 */
@media screen and (max-width: 1024px) {
    .sec-proCus .row-proCus {
        gap: 25px;
    }
    .sec-proCate .row-first .col:nth-child(1) {
        max-width: 100%;
        flex-basis: 100%;
    }
    .sec-proCate .row-first .col:nth-child(2) {
        max-width: 100%;
        flex-basis: 100%;
    }
    .sec-proCate .row-first {
        flex-direction: column;
        align-items: start !important;
        justify-content: center !important;
        gap: 0
    }
    .sec-proCate .row-first .col:nth-child(2) {
        margin-top: 30px;
    }
    .sec-prromo h4 {
        font-size: 25px;
        min-height: 60px;
    }
    .sec-prromo p {
        min-height: 57.6px;
    }
    .sec-featPro .decor h1 {
        bottom: -15%;
        font-size: 90px;
    }
    .sec-story h2{
        font-size: 45px;
    }
    .product-small .product-title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    #main .sec-blog .flickity-prev-next-button.previous {
        left: -4%;
    }


}




/* r9 */
@media screen and (max-width: 992px) and (min-width: 768px) and (orientation: landscape) {
    :root {
        --container-padding: 0 1.25rem;
    }
    .sec-featPro .decor h1 {
        bottom: -10%;
        font-size: 90px;
    }
    .sec-story h2 {
        flex-direction: column;
        align-items: start;
    }
    .sec-proHot .row.equalize-box,
    .sec-category .row.equalize-box,
    .sec-flashSale .row2 .row.equalize-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px;
    }
    .sec-flashSale h2 {
        font-size: 35px
    }
    .sec-instagram .row2 {
        flex-direction: column;
    }
    .sec-instagram .row2 .col {
        flex: 1;
        max-width: 100%;
        flex-basis: 100%;
    }
    #main .row-bolg .flickity-prev-next-button.next {
        right: -4%;
    }
    #main .row-bolg .flickity-prev-next-button.previous {
        left: -4%;
    }
    .sec-footer .row2 .col-inner {
        flex-direction: column;
        align-items: start;
    }

    .sec-footer .col.pb-0 {
        padding-bottom: 30px !important;
    }

    .sec-footer .rowin .col.pb-0 {
        padding-bottom: 0px !important;
    }
    .product-small .price {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
        .proRecent .products.row {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            max-width: 100%;
            gap: 30px 15px
        }
    
        .sec-proCusDes .row3 .col.medium-7 {
            order: 2
        }
    
        .sec-proCusDes .row1 .col.medium-5 {
            order: 2
        }
    
        .sec-proCusDes .row .col .col-inner .acf-title,
        .sec-proCusDes .row .col .col-inner .acf-text {
            text-align: left;
        }
    
        .sec-proCusDes .row .col .col-inner {
            text-align: center;
        }
    
        .sec-proCusDes .row .col {
            max-width: 100%;
        }
    
        .sec-proCusDes .row {
            gap: 25px;
            flex-direction: column;
        }
    
        .sec-proCus .row-proCus .col.medium-6.c-right {
            max-width: 100%;
            flex-basis: 100%;
        }
    
        .sec-proCus .row-proCus .col.medium-6 {
            max-width: 80%;
            flex-basis: 80%;
        }
    
        .sec-proCus .row-proCus {
            flex-direction: column;
            align-items: center;
        }
    
        .row .section.sec-prromo .row.container-main {
            margin: 0
        }
    
        .category-page-row .shop-container .products.row {
            grid-template-columns: repeat(2, 1fr);
        }
    
        .procate-title-filter .procate-filter {
            justify-content: start;
        }
    
        .procate-title-filter .procate-title h1 {
            text-align: left;
        }
    
        .procate-title-filter {
            flex-direction: column;
        }
    
        .sec-proCate .cart-seconColor {
            grid-template-columns: repeat(2, 1fr);
            gap: 60px 20px;
        }


}



/* r7 */
@media screen and (max-width: 768px) {
    .proRecent .products.row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        gap: 30px 15px
    }
    .sec-proCusDes .row3 .col.medium-7 {
        order: 2
    }
    .sec-proCusDes .row1 .col.medium-5 {
        order: 2    
    }
    .sec-proCusDes .row .col .col-inner .acf-title,
    .sec-proCusDes .row .col .col-inner .acf-text {
        text-align: left;
    }
    .sec-proCusDes .row .col .col-inner {
        text-align: center;
    }
    .sec-proCusDes .row .col {max-width: 100%;}
    .sec-proCusDes .row {
        gap: 25px;
        flex-direction: column;
    }
    .sec-proCus .row-proCus .col.medium-6.c-right {
        max-width: 100%;
        flex-basis: 100%;
    }
    .sec-proCus .row-proCus .col.medium-6 {
        max-width: 80%;
        flex-basis: 80%;
    }
    .sec-proCus .row-proCus {
        flex-direction: column;
        align-items: center;
    }
    .row .section.sec-prromo .row.container-main {
        margin: 0
    }
    .category-page-row .shop-container .products.row {
        grid-template-columns: repeat(2, 1fr);
    }
    .procate-title-filter .procate-filter {
        justify-content: start;
    }
    .procate-title-filter .procate-title h1 {text-align: left;}
    .procate-title-filter {
        flex-direction: column;
    }
    .sec-proCate .cart-seconColor {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 20px;
    }
    
    
    








    .sec-footer .row2 .col-inner {
        flex-direction: column;
        align-items: start;
    }
    .sec-footer .col.pb-0 {
        padding-bottom: 30px !important;
    }
    .sec-footer .rowin .col.pb-0 {
        padding-bottom: 0px !important;
    }
    :root {
        --container-padding: 0 1rem;
    }
    .sec-prromo p {
        padding: 0
    }
    .sec-prromo h4{min-height: 90px;}
    .sec-featPro .decor h1 {
        bottom: -10%;
    }
    .sec-featPro .c-right .col-inner.text-right {
        text-align: center !important;
    }
    .sec-story h2 {
        flex-direction: column;
        align-items: start;
    }

    .sec-proHot .row.equalize-box,
    .sec-category .row.equalize-box,
    .sec-flashSale .row2 .row.equalize-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px;
    }
    .sec-flashSale h2 {font-size: 35px}
    .sec-instagram .row2 {
        flex-direction: column;
    }
    .sec-instagram .row2 .col {
        flex: 1;
        max-width: 100%;
        flex-basis: 100%;
    }
    #main .row-bolg .flickity-prev-next-button.next {
        right: -4%;
    }
    #main .row-bolg .flickity-prev-next-button.previous {
        left: -4%;
    }




}



/* r3 */
@media screen and (max-width: 549px) { 
	.archive.category  .row-postSidebar .col.post-item .col-inner {
		padding: 0 
	}
	.archive.category .page-numbers.nav-pagination.links.text-center {
		margin-top: 20px;
		margin-bottom: 60px;
	}
	.archive.category .col.post-item .col-inner .box-text .post-meta,
	.archive.category .col.post-item .col-inner .box-text p.from_the_blog_excerpt ,
	.archive.category .col.post-item .col-inner .box-text a {
		color: #fff;
		opacity: 1;
	}
	.archive.category .col.post-item .col-inner .box-text {
		padding: 16px 16px 24px !important;
		color: #fff;
	}
	.archive.category .col.post-item .col-inner {
		border-radius: 15px;
		background: var(--primary-color)

	}
	.archive.category  .custom-news-grid .news-left-col .post-excerpt,
	.archive.category  .custom-news-grid .news-right-col .post-title-small a {
		font-size: 16px;
		margin-bottom: 5px;
		color: #fff;
	}
	.archive.category  .custom-news-grid .news-left-col .post-info,
	.archive.category  .custom-news-grid .news-left-col .post-title a,.news-content-small .post-info-small {
color: #fff;}
	.archive.category  .news-item.big-item .news-content,
	.archive.category  .news-content-small {
		padding: 16px 16px 24px;
		color: #fff;
	}
	.archive.category  .news-item.big-item,
	.archive.category  .news-item.small-item {
		border-radius: 15px;
		background: var(--primary-color)
	}
	#main .section.sec_contactPage {padding-bottom: 60px}
	#main .section.sec_contactPage .row-postSidebar {
		padding-bottom: 0;
	}
	#respond .comment-notes,
	#respond .comment-form-cookies-consent,
	#respond .comment-form-url {
		display: none
	}
	#main .big-item .img-wrap {
		height: 200px;
	}
	.woocommerce-customer-details .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
		flex-wrap: wrap !important;
		flex-direction: column !important;
		gap: 10px !important;
	}
	.product-small .box-text {
		min-height: initial;
	}
	#main .section.sec-blog {padding-bottom: 100px;}
	.html_insta #sbi_images {
		gap: 15px;
	}
	#sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr 1fr;
    }
	#main .section.sec_contactPage.blog-sec1 {
		padding: 50px 0 70px !important
	}
	#main .sec_contactPage.blog-sec1 .row {
		padding: 0
	}
	.woocommerce-form-login-toggle .message-container a {
		margin-right: 0
	}
	.cart-container .woocommerce .woocommerce-form.woocommerce-form-login.login {
		padding: 0
	}
	.checkout.woocommerce-checkout .col-inner.has-border {
		padding: 16px;
	}
	.sec-instagram h2 {
		font-size: 44px;
	}
	#main .sec-featPro .flickity-page-dots {
		width: 100%;
		right: auto;
		left: 50%;
		transform: translate(-50%);
	}
	.cart-toast{
		width: 60% !important;
	}
	.sec-prromo h4 {font-size: 22px;}
	#yith-par-message-cart,
	#yith-par-message-reward-cart {
		margin-right: 0;
		margin-left: 0
	}
	.custom-product-page .yith-par-message.yith-par-message-product {
		padding: 10px;
		width: 100%;
/* 		text-align: center; */
	} 
	.single-product .devvn_single_rating span.devvn_average_rate {
		line-height: initial;
	}
	    #main .row-bolg .flickity-prev-next-button.previous {
        left: -3%;
    }
	#main .row-bolg .flickity-prev-next-button.next {
		right: -3%;
	}
	.sec-proCate .product-small.col,
	.sec-blog .col.pb-0.small-12.large-12,
	.sec-blog .col.post-item {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	.sec-footer .row2 .col-inner {gap:10px;}
	.sec-footer .row1 .text1 h3 {
		font-size: 15px
	}
	.sec-footer .row2 .c-right .col-inner {
		flex-direction: row;
		align-items: center;
	}
	.sec-footer .row1 .text1 p {
		font-size: 14px;
	}
	.sec-footer .row1 .c4 .text1 p,
	.sec-footer .row1 .c2 .text1 p {
		font-size: 14px;
	}
	.sec-blog .flickity-prev-next-button svg,
	.proRelate .flickity-prev-next-button svg {
		height: 25px;
		width: 25px !important;
		max-width: 25px !important;
	}
	#main .sec-category .slick-prev:before, #main .sec-category .slick-next:before {
		color: #fff
	}
	.proRecent .product-small .price ,
/* 	.category-page-row .product-small .price, */
	 .sec-category .product-small .price,
	.sec-proHot .product-small .price,
	.sec-flashSale .product-small .price {
		flex-direction: row;
	}
	.sec-proCate .product-small .price {
		flex-direction: column;
	}
	#main .sec-flashSale  .slick-next.slick-arrow[aria-label="Next"] {
		right: 3%;
	}
	#main .sec-flashSale .slick-prev.slick-arrow[aria-label="Previous"] {
        left: 0%;
    }
	#main .slick-prev.slick-arrow[aria-label="Previous"] {
		left: -4%;
	}
	#main .slick-next.slick-arrow[aria-label="Next"] {
		right: -1%;
	}
	#main .slick-prev.slick-arrow {
		z-index: 2;
	}
	#main .slick-prev:before,#main .slick-next:before {
		font-size: 30px; 
		color: var(--primary-color);
		opacity: 1;
	}
	.section.sec-story .c-right .col-inner {
		display: flex;
		align-items: center;
		justify-content: center
	}
	.sec-category .row.equalize-box .product-small.col,
	.sec-flashSale .row2 .row.equalize-box .product-small.col {padding: 0 !important}
	.proRelate .row {margin: 0 !important}
	.proRecent.cart-seconColor .main-title h2, .row-blogRelate h2 {text-align: center}
	.sec-proHot .main-title h2{
		font-size: 36px !important
	}
	.proRelate .product-section-title {
		font-size: 30px !important;
		text-align: center;
	}
	.proRecent .products.row {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
	.shop-container .proRelate.cart-seconColor .product-small .custom-action-group a.button {
/*         font-size: 14px; */
		padding: 0 50px;
    }
	.shop-container .proRelate.cart-seconColor .product-small .price {
		flex-direction: row;
	}
	.shop-container .proRelate.cart-seconColor {margin: 0}
	.proRelate .product-small.col {
		max-width: 100%;
		flex-basis: 100%;
	}
	.category-page-row .shop-container .products.row {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}
	.sec-flashSale .row2 .row.equalize-box,
	.sec-category .row.equalize-box,
	.sec-proHot .rowSlideMB.row.equalize-box {
		display: block
	}
	.proRecent.cart-seconColor .main-title h2, .row-blogRelate h2 {
		font-size: 36px;
	}
	.custom-action-group .price.price_contact {
		width: 100%;
		height: 35.2px;
		font-size: 14px;
	}
	.sec-featPro .c-right .text p {
		font-size: 16px;
	}
	.section.sec-featPro .main-title h2 strong{
		text-transform: capitalize;
	}
	.sec-featPro .main-title h2 {
		line-height: 1.3;
		font-size: 36px;
	}
	.section.sec_contactPage .row.contianer-main {
		margin: 0
	}
	
	.cart-container .woocommerce-message.message-wrapper {
		padding :0
	}
	
	.sec-proCusDes .row {
		margin-bottom: 0;
	}
	.cart-container .checkout_coupon.woocommerce-form-coupon {
		margin: 0 ;
	}
	.sec-ftbot p {
		margin-bottom: 0;
		font-size: 14px;
		text-align: center;
	}
	.sec-footer .c1,
	.sec-footer .c3 {
		max-width: 100%;
		flex-basis: 100%;
	}
	.sec-footer .c2 {
		max-width: 60%;
		flex-basis: 60%;
	}
	.sec-footer .c4 {
		max-width: 40%;
		flex-basis: 40%;
	}
	.sec-footer .c2 {padding-right: 2%;}
    .news-left-col {
            flex: 1 1 20% !important;
        }
    .row-postSidebar {padding-bottom: 60px;}
    .row-postSidebar .post-item .post-meta {
            font-size: 14px;
        }
    .row-postSidebar .post-item .box-text .post-title a {
        font-size: 18px;
    }
    #post-list .box-text,
    .row-postSidebar .post-item .box-text {
        padding: 12px 0 0
    }
    .row_blogCate .large-9.col {
            padding: 0;
            max-width: 100%;
            flex-basis: 100%;
        }
    .row_blogCate .large-3.col {
            padding: 0;
            max-width: 100%;
            flex-basis: 100%;
        }
    .blog-archive .archive-page-header .row {
        padding: 0 16px !important
    }
    .cart-container .checkout .row.pt-0 {
/*         margin: 15px 0 0  !important; */
        padding: 0 !important
    }
        button.button.primary.mt-0.pull-left.small {
                width: 100%;
            }
    #main .cart-container .woocommerce .large-5 {padding-bottom: 100px !important;}
    .cart-container .woocommerce .large-7,
    #main .cart-container .woocommerce .large-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .cart-container .woocommerce-order.row {padding: 0 !important;margin: 0}
    .woocommerce-info.message-wrapper .message-container.container,
    
    .cart-container .woocommerce.row {
        padding: 0px !important;
        margin: 0 !important;
    }
     .sec-footer .row-img {
        top: -160px;
     }
    .aboutUsNon  .img {
        padding: 0 16px 40px
    }
    .aboutUsNon .row3 .img {
        padding-bottom: 100px;
    } 
    .aboutUsNon .row2 .c-left {
        order: 2
    }
    .aboutUs2  .col,
    .aboutUs3 .col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .aboutUs3 h3,
    .aboutUs4 h3 {
        font-size: 24px
    }
    .aboutUsNon .c-right {
        padding: 0 16px !important;
    }
    .c-right.contact-text {
        padding-top: 20px !important;
    }
    .aboutUs1 p {
        font-size: 16px;
    }
    .aboutUs1 h3 {
        font-size: 24px;
    }
    .aboutUs1 h2 {
        font-size: 30px;
    }
    header .stuck #logo img {
            max-height: 50px !important;
        }
    .section.aboutUs1 {
        min-height: initial !important;
        padding: 60px 0 !important
    }
    .sec-bannerContact .c-left {
        padding: 30px 16px !important;
    }
    .row-blogRelate h2 {
        font-size: 28px;
        text-align: center;
    }   
    .proRecent.cart-seconColor {padding-bottom: 60px;}
    .product-small .box-text {
        text-align: left;
        padding: 20px 0;
    }
    .proRecent .products.row .product-small.col {
        padding: 0
    }
    .proRecent .products.row {
        margin: 0
    }
    .sec-proCusDes {
            padding-top: 60px !important;
        }
    .consultation-form {
        padding: 16px 20px;
    }
    .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }
    .promise-item__content {
        margin-left: -15px;
        padding: 10px 25px 10px 40px;
    }
    .promise-item__icon {
        margin-left: -12px;
    }
    .promise-item__content {font-size: 20px;}
    .promise-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 22px 60px;
    }
    .sec-proCus .row-proCus .col.medium-6 {
        max-width: 100%;
        flex-basis: 100%;
    }
    .html-breadcrumb span {
        display: inline-block;
    }
    header #logo img {
        max-height: 50px !important;
    }
    .procate-title-filter .procate-title h1 {
        font-size: 35px;
        /* text-align: center; */
    }
    .shop-page-title .woocommerce-ordering {
        width: 100%;
    }
        .sec-proCate .row-first h2 {
        font-size: 38px;
    }
 
    .sec-proCate .row-first h2 {font-size: 46px;}
    .proDes-text h3 {
        font-size: 20px;
    }
    .proCate-title h2 {
        font-size: 30px;
    }
    .sec-ftbot .col .img {
        margin: 10px auto 0;
    }
    .sec-ftbot .col{padding-left: 0 !important;padding-right: 0 !important;}
    .sec-footer .row2 .c-right.col.small-12 {padding-bottom: 0 !important;}
    .sec-footer .row2 {
        margin-top: 0;
    }
    .sec-footer .rowin .col.small-12 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .sec-footer .col.small-12 {padding-left: 0 !important;padding-right: 0 !important;}
    .sec-category .col.small-12 {padding: 0 !important}
    .sec-category .nav {
        display: inline-block;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 10px;
    }
    #main .section.sec-flashSale {
        padding: 100px 0 60px !important
    }
    .sec-flashSale .row2 .row.equalize-box {
        padding: 30px 15px;
    }
    .sec-flashSale .container-main {
        padding: 0 !important;
    }
    .sec-flashSale .row1 .col:nth-child(1) {
        border-radius: 0 0;
        padding-top: 20px;
    }
    .sec-flashSale .row1 .col:nth-child(2) {
        border-radius: 0 !important;
    }
    .sec-proHot .main-title h2 {
        margin-bottom: 30px;
    }
    .product-small .custom-action-group a.button {
        font-size: 14px;
/* 		padding: 0 50px; */
    }
    .sec-proHot .row.equalize-box,
    .sec-category .row.equalize-box,
    .sec-flashSale .row2 .row.equalize-box {
        gap: 30px 15px;
    }
    .product-small .price {
        flex-direction: column;
        align-items: start;
        gap: 10px;
/* 		min-height: 44px */
    }
    .sec-story h2 img{
        width: 30% !important; 
    }
    .main-title h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .sec-proHot .col,
/*     .sec-prromo .col, */
    .sec-featPro .col,
    .sec-story .col  {
        padding: 0 !important;
    }    
    .sec-prromo p,
    .sec-prromo h4 {
        min-height: initial;
    }
    .sec-featPro .decor h1 {display: none;}
    .sec-story h2 {
        font-size: 28px;
    }
    .sec-story h2 {
        flex-direction: row;
        align-items: center;
    }






}





/* CART - CHECKOUT */
/* Trang giỏ hàng */
.cart-sidebar.col-inner {
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th {
    border-left: 1px solid var(--fs-color-primary);
    border-right: 1px solid var(--fs-color-primary);
    border-bottom: 1px solid var(--fs-color-primary);
    text-align: center;
    color: black;
    font-size: 14px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th.product-subtotal {
    border-top-right-radius: 10px;
    border-right-width: 0px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th.product-name {
    border-top-left-radius: 10px;
    border-left-width: 0px;
}

.cart-collaterals .cart-sidebar table {
    background: linear-gradient(to right, var(--fs-color-primary), var(--fs-color-secondary));
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 5px;
    margin-bottom: 5px;
}

.cart_totals th.product-name {
    color: black;
    text-align: center;
}

.cart-collaterals .cart-sidebar table th {
    color: white;
    font-size: 20px;
}

.cart-collaterals .cart-sidebar table.shop_table_responsive {
    background: unset;
    border-top-right-radius: unset;
    border-top-left-radius: unset;
    padding-left: 10px;
    padding-right: 10px;
}

.cart-collaterals .cart-sidebar table.shop_table_responsive th {
    color: black !important;
    font-size: unset;
}

.order-total span.amount {
    color: red !important;
    font-size: 20px;
}

.cart_totals .wc-proceed-to-checkout {
    margin: 0.5em 0;
    padding: 0 10px;
}

a.button.wc-forward {
    width: 100%;
    background: var(--fs-color-secondary);
    color: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 12px;
    -webkit-transition: .3s;
    text-transform: uppercase;
    border: 1px solid var(--fs-color-secondary);
    height: 40px;
    line-height: 40px;
}

.cart-collaterals .cart-sidebar form.checkout_coupon {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.cart-collaterals .cart-sidebar form.checkout_coupon button {
    border-radius: 5px;
}

.checkout_coupon button.button.expand {
    background: var(--fs-color-secondary);
    border-radius: 5px;
    margin-bottom: 10px;
    color: white;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
    overflow: hidden
}

.woocommerce-cart-form__cart-item.cart_item td {
    padding: 10px 10px;
}

.woocommerce-cart-form__cart-item del span.amount {
    color: #111 !important;
    font-weight: 700;
    white-space: nowrap;
}
/* 
.quantity .button.minus {
    border-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    line-height: 0px;
    border: solid 1px #e4e4e4;
    width: 40px;
    height: 41px;
    background-color: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.quantity input[type=number] {
    display: block;
    color: black;
    text-align: center;
    background: #fff;
    margin: 0;
    height: 41px;
    line-height: 40px;
    box-shadow: none;
    font-size: 16px;
    width: 60px;
    padding: 0;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}

/* .quantity .button.plus {
    border-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    line-height: 0px;
    border: solid 1px #e4e4e4;
    width: 40px;
    height: 41px;
    background-color: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.actions.clear {
    padding: 10px 10px;
}

.continue-shopping.pull-left.text-left {
    margin-right: 20px;
}

#main .woocommerce.row.row-large.row-divided {
    background-color: #fff;
    border-radius: 1rem;
    padding: 30px 0;
    margin-bottom: 32px;
}

#main a.button-continue-shopping.button.primary.is-outline {
    border: 1px solid var(--fs-color-secondary);
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding-top: 1px;
}

button.button.primary.mt-0.pull-left.small {
    border: 1px solid var(--fs-color-secondary);
    border-radius: 5px;
    width: 57%;
    text-align: center;
    padding-top: 1px;
    background: var(--fs-color-secondary);
}

.woocommerce-billing-fields h3 {
    text-align: center;
    background: linear-gradient(to right, var(--fs-color-secondary), var(--fs-color-primary));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    color: white;
}

.woocommerce-billing-fields__field-wrapper {
    padding: 0 15px;
}

.woocommerce-billing-fields {
    border-top: unset;
    padding-top: unset;
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
    margin-bottom: 25px;
}

/* Thanh toán thành công */
.woocommerce-order-details {
    border: 1px solid #efefef;
    border-radius: 10px;
}

h2.woocommerce-order-details__title {
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right, #8cc7a8, #b2d18f);
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    font-size: 20px;
}

table.woocommerce-table--order-details {
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce-order-details {
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
}

h2.woocommerce-order-details__title {
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right, var(--fs-color-primary), var(--fs-color-secondary));
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    font-size: 20px;
}

table.woocommerce-table--order-details {
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce-customer-details {
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.woocommerce-customer-details .woocommerce-column {
	border: 1px solid var(--fs-color-primary); 
	border-radius: 10px;

}
.woocommerce-customer-details .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column.col-2 {
	padding-left: 0
}
.woocommerce-customer-details .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
	display: flex;
	gap: 16px;
	flex-wrap: nowrap;
}
h2.woocommerce-column__title {
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(to right, var(--fs-color-primary), var(--fs-color-secondary));
    padding: 10px;
    color: white;
    font-size: 20px;
}

.woocommerce-customer-details address {
    padding-left: 10px;
    padding-right: 10px;
    color: #777;
}

td.product-name a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.shop_table tfoot th {
    font-size: 85%;
    letter-spacing: 0;
    text-transform: inherit;
    color: #777;
}

.woocommerce-table__product-name.product-name,
.woocommerce-table__product-table.product-total {
    color: #777;
}

.woocommerce-customer-details--phone {
    margin-bottom: 1.3em;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    font-style: normal;
    color: #000;
}

form.checkout h3 {
    font-size: 1.1em;
    font-weight: bolder;
    overflow: hidden;
    padding-top: 10px;
    text-transform: uppercase;
}

.woocommerce-additional-fields h3 {
    border: 1px solid #efefef;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

h3#order_review_heading {
    text-align: center;
    color: black;
}

th,
td {
    border-bottom: 0;
}

.woocommerce-checkout .cart_item .product-name {
    display: flex;
}

.woocommerce-checkout .cart_item .product-name img {
    margin-right: 15px;
    border-radius: 5px;
}

.tpspicp_cart_image {
    border-radius: 0px;
    height: 40px;
}

.woocommerce-checkout .cart_item .product-name strong.product-quantity {
    padding-left: 10px;
    align-items: center;
    display: flex;
}

.woocommerce-checkout ins span.amount {
    color: var(--fs-color-secondary) !important;
    font-weight: 700;
    white-space: nowrap;
}

.woocommerce-checkout span.amount {
    font-weight: 700;
    white-space: nowrap;
}

.order-total span.amount {
    color: red !important;
    font-size: 20px;
}

.order-total .woocommerce-Price-currencySymbol {
    color: red !important;
}

input {
    box-shadow: unset;
}

.checkout-sidebar button {
    border-radius: 5px;
}

.woocommerce-billing-fields {
    border-top: unset;
    padding-top: unset;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-bottom: 25px;
}

.woocommerce-checkout .content-area.page-wrapper {
    h3 {
        text-align: center;
    }
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    padding: 5px 10px;
}

.woocommerce-checkout .content-area.page-wrapper {
    .input-text {
        box-shadow: unset;
    }
}

.woocommerce-billing-fields h3 {
    text-align: center;
    background: linear-gradient(to right, var(--fs-color-secondary), var(--fs-color-primary));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    color: white;
}

.woocommerce-billing-fields {
    border-top: unset;
    padding-top: unset;
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
    margin-bottom: 25px;
}

a.showcoupon {
    color: var(--fs-color-secondary) !important;
    font-size: 0.9rem;
    padding: 5px 10px;
    font-weight: 700;
    border: 1px solid var(--fs-color-secondary);
    border-radius: 5px;
    margin-left: 10px;
}

a.showcoupon:hover {
    color: white !important;
    background: var(--fs-color-secondary);
}

.cart-container thead th.product-name {
    border-left-width: 0px;
    font-weight: 700;
}

.cart-container thead th.product-subtotal {
    border-left-width: 0px;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
    width: 77px;
    height: 77px;
    border-radius: 0.6rem;
    overflow: hidden;
    display: block;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.woocommerce-checkout .cart_item .product-name img {
    height: auto;
    width: 75px;
	border: 1px solid #cecece;
}

.shop_table dl.variation {
    display: none;
}

@media screen and (max-width: 1024px) {

    /* responsive 1024 cart */
    button.button.primary.mt-0.pull-left.small {
        width: 45%;
    }

    .cart-container .woocommerce .large-7 {
        padding: 0 15px 0 15px;
    }

    #main .cart-container .woocommerce .large-5 {
        padding: 0 15px 0 15px;
        border-left: 0;
    }

    .message-container.container.medium-text-center {
        padding-left: 15px;
    }
}





/* Thiết lập vị trí để icon loading căn giữa nút */
.btn-view-cart {
    position: relative;
    display: inline-block; /* Hoặc flex tùy vào bố cục của bạn */
    cursor: pointer;
}

/* Khi đang loading (WooCommerce tự thêm class 'loading') */
.btn-view-cart.loading svg {
    opacity: 0.2; /* Làm mờ icon giỏ hàng đi */
}

/* Tạo vòng quay loading bằng giả lớp ::after */
.btn-view-cart.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px; /* Kích thước vòng quay */
    height: 18px;
    margin-top: -9px; /* Căn giữa chính xác (bằng 1/2 height) */
    margin-left: -9px; /* Căn giữa chính xác (bằng 1/2 width) */
    
    /* Tạo hình vòng tròn khuyết */
    border: 2px solid rgba(0,0,0,0.1); 
    border-top-color: #d26e4b; /* Đổi màu này thành màu chủ đạo của web bạn */
    border-radius: 50%;
    
    /* Hiệu ứng xoay */
    animation: spin-loading 0.6s linear infinite;
}

/* Định nghĩa hiệu ứng xoay */
@keyframes spin-loading {
    to { transform: rotate(360deg); }
}

/* (Tùy chọn) Khi đã thêm xong (WooCommerce thêm class 'added') */
.btn-view-cart.added::after {
    /* Nếu muốn hiện dấu tích xanh thì code thêm ở đây, 
       còn không thì nó sẽ hiện lại icon giỏ hàng gốc */
    display: none; 
}
.btn-view-cart.added svg {
    opacity: 1; /* Hiện lại icon giỏ hàng rõ nét */
}


















/* Thiết lập vị trí để icon loading căn giữa nút */
.btn-view-cart {
    position: relative;
    display: inline-block;
    /* Hoặc flex tùy vào bố cục của bạn */
    cursor: pointer;
}

/* Khi đang loading (WooCommerce tự thêm class 'loading') */
.btn-view-cart.loading svg {
    opacity: 0.2;
    /* Làm mờ icon giỏ hàng đi */
}

/* Tạo vòng quay loading bằng giả lớp ::after */
.btn-view-cart.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    /* Kích thước vòng quay */
    height: 18px;
    margin-top: -9px;
    /* Căn giữa chính xác (bằng 1/2 height) */
    margin-left: -9px;
    /* Căn giữa chính xác (bằng 1/2 width) */

    /* Tạo hình vòng tròn khuyết */
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: #d26e4b;
    /* Đổi màu này thành màu chủ đạo của web bạn */
    border-radius: 50%;

    /* Hiệu ứng xoay */
    animation: spin-loading 0.6s linear infinite;
}

/* Định nghĩa hiệu ứng xoay */
@keyframes spin-loading {
    to {
        transform: rotate(360deg);
    }
}

/* (Tùy chọn) Khi đã thêm xong (WooCommerce thêm class 'added') */
.btn-view-cart.added::after {
    /* Nếu muốn hiện dấu tích xanh thì code thêm ở đây, 
       còn không thì nó sẽ hiện lại icon giỏ hàng gốc */
    display: none;
}

.btn-view-cart.added svg {
    opacity: 1;
    /* Hiện lại icon giỏ hàng rõ nét */
}




/* Tổng thể khung lưới */
.custom-news-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

/* Cột trái (Bài to) */
.news-left-col {
    flex: 1 1 45%; /* Chiếm khoảng 45-50% chiều rộng */
    min-width: 300px;
}

/* Cột phải (Lưới 4 bài nhỏ) */
.news-right-col {
    flex: 1 1 45%;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Chia 2 cột đều nhau */
    gap: 20px;
}

/* Định dạng chung cho ảnh */
.img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}
.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
/* Hiệu ứng hover ảnh */
.img-wrap:hover img {
    transform: scale(1.05);
}
/* Thiết lập chiều cao cố định cho ảnh để đều nhau */
.big-item .img-wrap { height: 430px; }
.small-item .img-wrap { height: 200px; }

/* Thanh màu nâu trên ảnh giống mẫu */
.cat-overlay, .cat-overlay-small {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(200, 160, 130, 0.9); /* Màu nâu nhạt */
    color: #000;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

/* Avatar tác giả */
.auth-ava, .auth-ava-small {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    float: left;
}

/* Tiêu đề */
.post-title { font-size: 18px; font-weight: bold; margin-top: 5px; line-height: 1.3; }
.post-title-small { font-size: 14px; font-weight: bold; margin-top: 5px; line-height: 1.3; }

/* Thông tin ngày giờ */
.post-info, .post-info-small {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

/* Responsive cho Mobile: Chuyển về 1 cột dọc */
@media (max-width: 768px) {
    .custom-news-grid { flex-direction: column; }
    .news-right-col { grid-template-columns: 1fr; } /* Cột phải thành 1 cột dọc */
}




/* //////////////////////////////////////////////////// */

/* Tổng thể khung lưới */
.custom-news-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
}

/* Cột trái (Bài to) */
.news-left-col {
    flex: 1 1 45%; /* Chiếm khoảng 45-50% chiều rộng */
    min-width: 300px;
}

/* Cột phải (Lưới 4 bài nhỏ) */
.news-right-col {
    flex: 1 1 45%;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Chia 2 cột đều nhau */
    gap: 20px;
}

/* Định dạng chung cho ảnh */
.img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}
.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
/* Hiệu ứng hover ảnh */
.img-wrap:hover img {
    transform: scale(1.05);
}
/* Thiết lập chiều cao cố định cho ảnh để đều nhau */
/* .big-item .img-wrap { height: 300px; } */
/* .small-item .img-wrap { height: 140px; } */

/* Thanh màu nâu trên ảnh giống mẫu */
.cat-overlay, .cat-overlay-small {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(200, 160, 130, 0.9); /* Màu nâu nhạt */
    color: #000;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

/* Avatar tác giả */
.auth-ava, .auth-ava-small {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    float: left;
}

/* Tiêu đề */
.post-title { font-size: 18px; font-weight: bold; margin-top: 5px; line-height: 1.3; }
.post-title-small { font-size: 14px; font-weight: bold; margin-top: 5px; line-height: 1.3; }

/* Thông tin ngày giờ */
.post-info, .post-info-small {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

/* Responsive cho Mobile: Chuyển về 1 cột dọc */
@media (max-width: 768px) {
    .custom-news-grid { flex-direction: column; }
    .news-right-col { grid-template-columns: 1fr; } /* Cột phải thành 1 cột dọc */
}

@media screen and (max-width: 549px) {
	button.button.primary.mt-0.pull-left.small {
		width: 100%;
	}
}





/* --- Tùy chỉnh Bảng Đơn Hàng WooCommerce --- */

/* 1. Khung bao quanh bảng */
.woocommerce-account .woocommerce-MyAccount-orders {
    margin-top: 20px;
}

.woocommerce-orders-table {
    width: 100%;
    border-collapse: separate; /* Để hỗ trợ border-radius */
    border-spacing: 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px; /* Bo tròn góc bảng */
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* Đổ bóng nhẹ */
    font-size: 15px;
}

/* 2. Phần Tiêu đề bảng (Header) */
.woocommerce-orders-table thead th {
    background-color: #f5f7fa; /* Màu nền xám nhẹ */
    color: #333;
    font-weight: 600;
    padding: 15px;
    text-align: left;
    border-bottom: 2px solid #e0e0e0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.woocommerce-orders-table tbody th {
	padding: 15px;
}

/* 3. Các hàng và ô dữ liệu */
.woocommerce-orders-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #555;
    vertical-align: middle;
}

/* Loại bỏ đường kẻ dưới của hàng cuối cùng */
.woocommerce-orders-table tr:last-child td {
    border-bottom: none;
}

/* 4. Hiệu ứng khi di chuột vào hàng */
.woocommerce-orders-table tbody tr:hover td {
    background-color: #f9fbfd;
    color: #000;
    transition: all 0.3s ease;
}

/* 5. Tùy chỉnh nút "Xem" (View Button) */
.woocommerce-orders-table__cell-order-actions .button {
	padding: 5px 20px;
	background-color: #007cba;
	color: #fff !important;
	text-decoration: none;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	border: none;
	transition: background 0.2s;
	margin: 0 !important;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-left: auto !important;
}

.woocommerce-orders-table__cell-order-actions .button:hover {
    background-color: #005a87; /* Màu đậm hơn khi hover */
    transform: translateY(-1px);
}

/* 6. Mobile Responsive (Màn hình nhỏ) */
@media screen and (max-width: 768px) {
    .woocommerce-orders-table {
        border: none;
        box-shadow: none;
    }
    
    .woocommerce-orders-table tr {
        display: block;
        border: 1px solid #e0e0e0;
        margin-bottom: 15px;
        border-radius: 8px;
        padding: 10px;
    }
    
    .woocommerce-MyAccount-content .woocommerce-orders-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f0f0f0;
        padding: 10px 5px;
        text-align: right;
		gap: 10px;
		
    }
    
    .woocommerce-MyAccount-content .woocommerce-orders-table td:last-child {
        border-bottom: none;
    }
    
    /* Hiển thị nhãn data-title trên mobile */
    .woocommerce-MyAccount-content .woocommerce-orders-table td::before {
        content: attr(data-title);
        font-weight: 600;
        float: left;
        text-transform: uppercase;
        font-size: 12px;
        color: #888;
		flex: 1;
		text-align: left;
    }
    
    .woocommerce-orders-table thead {
        display: none; /* Ẩn tiêu đề bảng trên mobile */
    }
	.sec-prromo .small-6 .box-text h4 a {
		font-size: 16px;
        color: black;
        text-align: left;
		    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
}