/*
Theme Name: Nệm Thắng Lợi
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
Developer: Thái Nguyên Khôi
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --color-brand: #DE3E96;
    --color-brand-shadow: #F850BECF;
    --color-border-pink: #E9E6E8CF;
    --color-white: white;
    --color-black: black;
    --color-border: #c2c2c2;
    --color-defaul: #373737;
    --font-size-default: 14px;
    --color-rating: #ffc700;
    --color-shardow: #fff8f8;
    --color-price: #f12222;
    --color-success: #008638;
    --font-size-20: 20px;
    --color-backgroud: #F850BE1A;
    --background-area: #FAFAFF;
    --font-size-18: 18px;
    --font-weight-600: 600;
    --font-size-nav-tab: 1.2rem;
    --font-size-nav-tab-mobile: 16px;
	--color-button-youtube: #C62127;
}
@font-face {
    font-family: 'SVN-Grahamo';
    src: url('/wp-content/themes/nem-thang-loi/fonts/SVN-Grahamo.woff2') format('woff2'),
        url('/wp-content/themes/nem-thang-loi/fonts/SVN-Grahamo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.element_append_data .owl-nav,
.element_append_data .owl-dots
{
	display:none
}
.la-block-top-products-view-more {
    font-size: 14px;
    text-decoration: underline;
    text-align: right;
    white-space: nowrap;
    margin-top: 5px;
}
.message-error {
    color: var(--color-price);
}
.mt-3 { 
 margin-top: 15px !important;
}
body,
html {
    color: var(--color-defaul);
    line-height: 1.5;
}
#logo img {
	max-height: 70px !important;
}
.ml-1 {
    margin-left: 0.5rem;
}

.mr-1 {
    margin-right: 0.5rem;
}

.w-50 {
    width: 50% !important;
}
.w-40 {
    width: 40% !important;
}
.pt-15 {
    padding-top: 15px;
}
strong {
	font-weight: 600;}
.mt-2 {
    margin-top: 2em !important;
}

.p-0 {
    padding: 0 !important;
}

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

.pl-0 {
    padding-left: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}



.product-content ul,
.product-content ol {
	list-style:unset;	
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.bg-color__default {
    border-top: 1px solid var(--color-border);
    background-color: var(--color-border) !important;
}
#logo{
width: 100%;
max-width: fit-content !important}
/* #Menu Top */
#masthead .header-nav-main {
    margin: 0;
    padding: 0;
    line-height: 2em;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: var(--font-size-default);
    height: 100%;
}


#masthead .header-nav-main li a {
    font-size: unset;
    padding: unset;
    font-weight: 100;
}

#masthead .header-nav-main li a i.fa-user {
    font-size: unset;
    width: 20px;
    text-align: center;
}

#masthead .header-nav-main.nav-customer__seconds {
    max-width: 70%;
    float: left;
    justify-content: end;
    margin: 0;

}

#masthead .header-nav-main.nav-customer__seconds.nav-customer__icon {
    max-width: 30%;
    float: right;
    border-right: none;
    padding-left: 10px;
    padding-top: 5px;
}

#masthead .header-nav-main li.html.header-social-icons.ml-0,
.social-icons.follow-icons {
    width: 100%;

}

.social-icons.follow-icons {
    display: flex;
    justify-content: space-around;
}

#masthead .header-nav-main li.html.header-social-icons.ml-0 a {
    font-size: 15px;
    display: flex;
    align-items: center;
}

#masthead {
    border-bottom: 1px solid var(--color-border);
}

/* End Menu TOp */

/* #wide nav */
#wide-nav {
    background: var(--color-brand);
}

#wide-nav .nav a {
    font-size: unset;
    font-weight: 100;

}
#wide-nav .has-dropdown i {
color: var(--color-white)}
#wide-nav .header-nav > li > ul.sub-menu > li > a {
		margin:0;
	padding: 10px 15px
}
#wide-nav .nav a img {
    margin-right: 10px;
}

#wide-nav .header-cart-link.is-small:before {
    display: block;
    height: 26px;
    width: 30px;
    content: "";
    background-color: transparent;
    background-image: url(/wp-content/themes/nem-thang-loi/assets/icon/cart_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .4s ease-in-out;
}

#wide-nav .cart-icon strong {
    border: none;
    display: grid;
    justify-content: center;
    align-content: center;
    position: relative;
    height: 24px;
    width: 24px;
    background-color: var(--color-brand);
    border: 1px solid var(--color-brand);
    font-size: var(--font-size-default);
    font-weight: var(--font-weight-600);
    ;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    bottom: 10px;
    left: -8px;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

#wide-nav .cart-icon strong::after {
    content: none;
}

.nav:hover>li:not(:hover)>.header-cart-link.is-small::before {
    opacity: 1;
}

/* Menu Cáº¥p 2 - Menu cáº¥p 3 */
#wide-nav .header-nav>li> a {
    color: var(--color-white);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.6;
    font-weight: 600;
}
#wide-nav .header-nav>li>ul.sub-menu,
#wide-nav .header-nav>li>ul.sub-menu>li>ul.sub-menu {
    width: fit-content !important;
    position: absolute;
    top: 40px;
    left: 0;
    height: auto;
    max-height: calc(100vh - 72px);
    background: var(--color-white);
    display: block;
    padding: unset;
    margin: 0 !important;
}

#wide-nav .header-nav>li>ul.sub-menu>li,
#wide-nav .header-nav>li>ul.sub-menu>li>ul.sub-menu>li {
    cursor: pointer;
    border-bottom: 1px solid lightgray;
    position: relative;
    background:var(--color-white);
    display: block;
    width: 100%;
}

#wide-nav .header-nav>li>ul.sub-menu>li>a,
#wide-nav .header-nav>li>ul.sub-menu>li>ul.sub-menu>li>a {
    padding: 12px 15px !important;

    font-size: 15px;
    font-weight: 100;
    padding: 0;
    color: var(--color-defaul);
    border-bottom: unset;
    text-transform: capitalize;
}

#wide-nav .header-nav>li>ul.sub-menu>li:hover,
#wide-nav .header-nav>li>ul.sub-menu>li>ul.sub-menu>li:hover {
    background-color: var(--color-brand)
}

#wide-nav .header-nav>li>ul.sub-menu>li:hover a,
#wide-nav .header-nav>li>ul.sub-menu>li>ul.sub-menu>li:hover a {
    color: var(--color-white);
}

#wide-nav .nav-dropdown-has-arrow li.has-dropdown:before,
#wide-nav .nav-dropdown-has-arrow li.has-dropdown:after {
    content: none;
}
.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before
{
content:none;}
/* Menu cáº¥p 3 */

#wide-nav .header-nav>li>ul.sub-menu>li>ul.sub-menu {
    left: 260px;
    top: 0;
    display: none !important;
}

#wide-nav .header-nav>li>ul.sub-menu>li:hover>ul.sub-menu {
    display: block !important;
}
/*Custom Element */

.nkd_title {
    font-weight: 600;
    line-height: 1.1;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1em;
    text-align: left;
    text-transform: uppercase;
    color: var(--color-brand);
}

.block-product-item.carousel__slide {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    user-select: none;
    position: relative;
    /* border: 1px solid var(--color-brand); */
}

.box-information {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    user-select: none;
    padding: 10px;
}

.block-product-item.carousel__slide .photo-wrapper {
    position: relative;
}

.block-product-item.carousel__slide .photo-wrapper .photo-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.block-product-item.carousel__slide .photo-container .photo {
    display: flex;
    align-items: center;
    aspect-ratio: 1;
}
.block-product-item.carousel__slide .photo-container .photo .img-2{
	width:100%;
	height:100%;
	opacity:0;
	z-index:-1;
	position: absolute;
	left:0;
	top:0
}
.block-product-item.carousel__slide:hover .photo-container .photo .img-2 {
	opacity:1;
	z-index:1;
}
.photo-wrapper img {
    pointer-events: none;
    user-select: none;
    border-radius: 2px;
    transition: all .2s ease-in-out;
    height: 100%;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	object-fit:cover;
    width: 100%;
}

.block-product-item.carousel__slide .name {
    text-transform: uppercase;
}

.block-product-item.carousel__slide .name {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    min-height: 64px;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.block-product-item.carousel__slide .name h3,
.product-reviews-slide .item.carousel__slide div a.name {
    color: var(--color-brand);
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    line-height: unset;
    text-align: center;
}
.product-reviews-slide .item.carousel__slide a.name {
    transition: all .2s ease-in-out;
}
.product-reviews-slide .item.carousel__slide:hover a.name  {
    text-decoration: underline;
    text-decoration-color: var(--color-brand);
    transform: scale(1.2)
    
}
.block-product-item.carousel__slide .name:hover {
    text-decoration: underline;
    text-decoration-color: var(--color-brand);
}

.block-product-item.carousel__slide .star {
    justify-content: flex-start;
    align-items: center;
	display:none !important;
}

.block-product-item.carousel__slide .star .star-list {
    display: flex;
    align-items: center;
}

.block-product-item.carousel__slide .star .star .rate {
    color: var(--color-rating);
    font-size: var(--font-size-default);
}

.block-product-item.carousel__slide .desc {
    display: grid;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: unset;
    margin-top: 0;
    margin-bottom: 0;
}

.block-product-item.carousel__slide .desc p {
    margin-bottom: 0;
    line-height: initial;
}

.block-product-item.carousel__slide .photo-container:hover img {
    transform: scale(1.01);
    box-shadow: 0px 4px 8px 0px #888;
}

.block-product-item.carousel__slide .price-box > .price{
    display: flex;
    text-align: left;
    font-size: var(--font-size-default);
    gap: 5px;
    flex-direction: column;
}
.block-product-item.carousel__slide .price-box > .price > * {
	max-width:fit-content;
	line-height:1
}

.block-product-item.carousel__slide .price .retailer-price {
    color: var(--color-price);
    font-size: var(--font-size-20);
    font-weight: 700;
    position: relative;
}

.block-product-item.carousel__slide .price .retailer-price span {
    bottom: 4px;
    color: var(--color-price);
    font-size: var(--font-size-18);
    position: relative;
    text-decoration: underline;
    margin-left: 10px;
}

/* .block-product-item.carousel__slide .price-above {
    margin-bottom: 10px;
} */

.block-product-item.carousel__slide .price .price-retail-text {
    color: var(--color-defaul);
    font-size: var(--font-size-default);
    font-weight: 400;
    padding-bottom: 1.6px;
}

.block-product-item.carousel__slide .price .origin-price {
    color: var(--color-price);
    font-size:16px;
	line-height:1;
	opacity:0.8;
    font-weight: 600;
    text-decoration: line-through;
}

.block-product-item.carousel__slide .price .discount-percentage {
    background: #ffebeb;
    border: .5px solid var(--color-price);
    color: var(--color-price);
    font-size: 12px;
    padding: 1px 5px;
    font-weight: bold;
	    position: absolute;
    top: 10px;
    left: 5px;
}

.box-list__categories>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
    justify-content: center;
}

.box-list__categories>ul>li {
    margin: 0 10px;
    padding: 10px;
    font-size: var(--font-size-default);
    cursor: pointer;
    user-select: none;
}

.box-list__categories>ul>li span {
    font-size: var(--font-size-nav-tab);
}

.box-list__categories>ul>li:hover span {
    color: var(--color-brand);
    text-decoration: underline;
    text-decoration-color: var(--color-brand);
}

.box-list__categories>ul>li.active span {
    color: var(--color-brand);
    font-weight: 100;
    text-decoration: underline;
}

.block-product-item.carousel__slide .btn-add__cart {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.block-product-item.carousel__slide .btn-add__cart a {
    padding: 5px 15px;
    margin-left: 20px;
    cursor: pointer;
}

.block-product-item.carousel__slide .btn-add__cart a i {
    font-size: var(--font-size-20);
    color: var(--color-brand);

}

.btn-add__cart a i {
    transition: all .2s ease-in-out;
}

.btn-add__cart:hover a i {
    transform: scale(1.5);
}

.block-product-item.carousel__slide .btn-add__cart a.loading {
    color: var(--color-brand);
}

.block-product-item.carousel__slide .btn-add__cart a.added_to_cart.wc-forward {
    font-size: 10px;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 100;
}

/*End*/
.box-border .col+.col .col-inner {
    height: 100%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 40px !important;
}

.box-border>div:first-child>.col-inner {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 40px !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}

.box-border>div:first-child>.col-inner .img-inner.dark {
    display: flex
}

.box-border>div:first-child>.col-inner img {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 40px;
}

.box-border .nkd_title {
    color: var(--color-defaul);
}

.box-border .button {
    margin-top: 20px;
    background-color: var(--color-brand);
    color: var(--color-white)
}

.box-border .button span {
    color: var(--color-white)
}
/*
.row-icon__box .col-inner {
    box-shadow: #e4e2e3 8px 8px 0;
    padding: 15px;
    border: #e3e3e3 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
.row-icon__box .icon-box-img,
.row-icon__box .icon-box-img img{
	        aspect-ratio: 1;
	padding:0;
	border-radius:50%;
}

.row-icon__box .icon-box-img .icon,
.row-icon__box .icon-box-img .icon .icon-inner,
.row-icon__box .icon-box-img img {
    height: 100%;
}
.row-icon__box .icon-box-text p{
	margin-bottom:0;
	font-size:16px
}
.row-icon__box .icon-box-text p:first-child
{
	font-size:22px;
	
}
.row-logo__choose {
    margin-top: 20px;
}

.row-logo__choose img {
    width: 280px;
}

/*- Blog Grid -*/
.box-blog__custom {
    display: flex;
    justify-content: center;
    gap: 20px;

}

.blog-item.first-element,
.blog_list {
    width: 100%;
}

.blog-item.first-element {
    min-height: 200px;
    user-select: none;
    width: 100%;
}

.blog-item .blog-post-item-photo {
    display: block;
    position: relative;
    color: #fff;
}

.blog-item .blog-post-item-photo img {
    transition: all .2s ease-in-out;
    pointer-events: none;
    user-select: none;
    border-radius: 8px;
}

.blog-post-item-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-post-item-details .blog-post-item-desc {
    transition: transform .3s ease-out;
}

.blog-item.first-element .blog-post-item-details {
    position: absolute;
    bottom: 4px;
    width: 100%;
    padding: 16px;
    background: #232323a1;
    color: var(--color-white);
    border-radius: 8px;
}

.blog-item.first-element .blog-post-item-details>* {
    color: var(--color-white);
}

.blog-post-item-name,
.blog-post-item-name a {
    font-size: var(--font-size-default);
    font-weight: var(--font-weight-600);
    margin-bottom: 0;
    transition: transform .3s ease-out;
}

.blog_list {
    display: grid;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog_list .blog-item,
.list-post .blog-item {
    display: grid;
    grid-template-columns: minmax(80px, 30%) 70%;
    grid-gap: 10px;
    align-items: start;
    user-select: none;
}

.list-post {
    margin-top: 20px;
}

.list-post .blog-item {
    max-width: 50%;
}

/*- End Blog Grid -*/
.ux-menu-title.flex {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px !important;
    line-height: 1.1;
}

footer .nkd_title {
    font-size: 1.2em;
    font-weight: var(--font-weight-600);
    ;
}

.icon-box-left,
.icon-box-right {
    align-items: center;
}

.social-icons.follow-icons {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

#masthead .header-nav-main.nav-customer__seconds.nav-customer__icon .social-icons.follow-icons {
    justify-content: space-between;
}

/* Footer ICON */

.footer-payment-icon .col-inner {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
}

.footer-payment-icon .col-inner .ux-logo {
    max-width: 80px !important;
    padding: 5px 5px 0 0;
}

.footer-payment-icon .col-inner .ux-logo .ux-logo-link {
    padding: 0 !important;
}

.footer-payment-icon .col-inner .ux-logo img {
    height: auto !important;
}

.absolute-footer {
    display: none;
}

#top-link,
#top-link i {
    background-color: var(--color-price);
    color: var(--color-white);
}

.nkd-contact-plugin .nkd-circle-fill,
.nkd-contact-plugin #zalo .nkd-circle-fill,
.nkd-contact-plugin #telegram .nkd-circle-fill,
.nkd-contact-plugin #instagram .nkd-circle-fill,
.nkd-contact-plugin #youtube .nkd-circle-fill,
.nkd-contact-plugin #tiktok .nkd-circle-fill,
.nkd-contact-plugin #fanpage .nkd-circle-fill,
.nkd-contact-plugin #whatsapp .nkd-circle-fill,
.nkd-contact-plugin #viber .nkd-circle-fill {
    box-shadow: 0 0 0 0 var(--color-brand-shadow);
    background-color: var(--color-brand) !important;

}

.nkd-contact-plugin .nkd-img-circle {
    background-color: var(--color-brand) !important;
}

.shop-customer .is-large {
    display: none;
}

.shop-customer h1 {
    text-align: center;
    line-height: 1.1;
    font-size:2rem;
    margin-top: 0;
    text-transform: uppercase;
    color:  var(--color-brand);;
}


.filter>.filter-title {
    background: var(--color-brand);
    padding: 10px;
    text-align: center;
    font-size: 16px;
    border: 1px solid var(--color-brand);
    user-select: none;
    transition: all .4s ease-in-out;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    text-transform: capitalize;
}

.accordion-title.active {
    border: none;
}

.filter>.filter-title strong {
    color: var(--color-white);
    font-weight: var(--font-weight-600);
    ;
}

.filter-options-item,
.filter-current {
    border-left: 1px solid var(--color-brand);
    border-right: 1px solid var(--color-brand);
    border-bottom: 1px solid var(--color-brand);
    padding: 0;
    transition: all .4s ease-in-out;
}

.filter-current>.items {
    list-style: none;
    margin: 0 0 10px;
    padding: 10px;
}

.filter-current>.items>.item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    background: #f1f1f1;
    white-space: nowrap;
}

.filter-current .items>.item>.action.remove {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 20px;
    height: 20px;
    background: var(--color-brand);
    border-radius: 4px;
    transition: all .4s ease-in-out;
}

.filter-current .items>.item>.action.remove:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-size: var(--font-size-default);
    color: var(--color-white);
}

.filter-current>.items>.item>.action.remove>span {
    display: none;
}

.filter-options .filter-options-item .item:before {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    content: "\f35a";
    font-size: 16px;
    padding-right: 4px;
}

.accordion-inner {
    padding: 0;
}

.filter-options .filter-options-item .item {
    margin: 0;
    font-size: var(--font-size-default);
    padding: 10px 15px;
}

.filter-options .accordion-title.plain:after {
    content: "\f0fe";
    font-size: var(--font-size-20);
    color: var(--color-brand);
    font-family: "Font Awesome 5 Pro";
    justify-self: center;
}

.filter-options .accordion-title.plain.active:after {
    content: "\f146";
}

.filter-options .accordion-title.plain {
    font-size: var(--font-size-default);
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 24px;
    align-content: center;
    align-items: center;
    padding: 10px;
    user-select: none;

}

.filter-options .accordion-title.plain span,
.filter-options .filter-options-item .item {
    transition: transform .3s ease-out;
}

.filter-options .accordion-title.plain:hover span,
.filter-options .filter-options-item .item:hover {
    transform: translate(10px);
    color: var(--color-brand);
}

.filter-options .filter-options-item:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.category-page-row {
    padding-top: 0;
}

.filter-options-content {
    max-height: 300px;
    overflow-y: auto;
}

.category-page-row .block-product {
    display: flex;
    flex-wrap: wrap;
    gap:20px;

}

.category-page-row .block-product>div {
    max-width: calc((100% - 60px) / 4);
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
}

.pagination {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 4px;
    margin-top: 20px;
    justify-content: center;
}

.pagination li.item {
    margin: 0;
    padding: 0;
    border: 1px solid var(--color-brand);
    cursor: pointer;
    font-size: var(--font-size-default);
    font-weight: var(--font-weight-600);
    ;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    border-radius: 4px;
    display: grid;
}

.pagination li.item.current {
    background-color: var(--color-brand);
}

.pagination li.item.current a {
    color: var(--color-white);
}

.pagination li.item a {
    padding: 7px 14px;
    color: var(--color-brand);
}

.woocommerce-ordering,
.woocommerce-ordering select {
    margin-top: 0;
}

.block-more {
    margin: 30px 0px;
    padding: 15px;
    border: 1px solid var(--color-border-pink);
}

.box-custom__infor {
    font-size: var(--color-brand);
    border: 1px dashed var(--color-brand);
    padding: 10px;
    background-color: var(--color-backgroud);
}

/* Product Page */
.product-custom__page .star {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    justify-content: flex-start;
}

.product-custom__page .variations {
    border-top: 1px dashed #ddd
}

.product-custom__page .variations .reset_variations {
    bottom: 100%;
}

.product-custom__page .product-short-description {
    margin-bottom: 20px;
}

.product-custom__page .woocommerce-Price-amount.amount,
.product-custom__page .woocommerce-Price-currencySymbol {
    font-size: 30px;
    font-weight: var(--font-weight-600);
    ;
    color: var(--color-price);
}

.product-custom__page .ux-quantity.quantity.buttons_added.form-normal {
    display: flex;
    margin-bottom: 20px;
    max-width: 70%;
}

.product-custom__page .custom_lable {
    max-width: 30%;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: var(--font-weight-600);
    ;
    min-height: 40px;
    line-height: 40px;
}

.product-custom__page .woocommerce-variation.single_variation {
    margin-bottom: 10px;
}

.product-custom__page .ux-quantity__button.ux-quantity__button--minus.button.minus.is-form,
.product-custom__page .ux-quantity__button.ux-quantity__button--plus.button.plus.is-form {
    display: grid;
    width: 40px;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    height: 40px;
    padding: 0;
    line-height: 1em;
    color: var(--color-brand);
    user-select: none;
    border-radius: 4px;
    border: none;
    min-height: 40px;
    background-color: unset;
}

.product-custom__page input.input-text.qty.text {
    max-width: 120px;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.product-custom__page .single_add_to_cart_button.button.alt {
	display:none;
    color: var(--color-white);
    background: var(--color-brand);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 6px 30px;
    font-size: var(--font-size-20);
    width: 100%;
    min-height: unset;
    line-height: unset;
    width: 50%;
    font-size: 16px;
}

.product-custom__page del bdi,
.product-custom__page del bdi .woocommerce-Price-currencySymbol {
    line-height: normal;
    font-size: 15px;
    color: #808080;
    text-decoration: line-through;
    margin-bottom: 5px;
    font-weight: 100;
}

.product-custom__page del bdi {
    display: block;
}

.product-custom__page del~ins {
    margin-left: -10px;
}

.product-custom__page th.label label {
    font-size: 16px;
    font-weight: var(--font-weight-600);
    ;
    white-space: nowrap;
}

.product-custom__page td.value {
    text-align: right;
}

.product-custom__page td.value select {
    width: auto;
    border-radius: 4px;
    margin-left: auto;
}

.product-custom__page h1 {
    margin-top: 0;
    margin-bottom: 0;
    justify-content: start;
    padding: 0;
    width: 100%;
    text-align: left;
    font-weight: var(--font-weight-600);
    ;
    line-height: 1.1;
    font-size: 1.8rem;
    text-transform: uppercase;
}
.product-short-description {
    padding-top: 20px;
    border-top: 1px solid #f5f5f5;
    margin-top: 20px;
}
.product-custom__page .woocommerce-product-gallery__wrapper .wp-post-image.skip-lazy,
.product-custom__page .product-thumbnails img {
    border-radius: 8px;
}

.product-custom__page .product-thumbnails .is-nav-selected a img,
.product-custom__page .product-thumbnails a:hover img,
.product-custom__page .product-thumbnails .is-nav-selected a,
.product-custom__page .product-thumbnails a:hover {
    border: none;
    opacity: 1;
    transform: translateY(-5px);
}

ul.breadcrums {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

ul.breadcrums li {
    margin: 0;
    padding: 0;
    line-height: 2em;
}

ul.breadcrums li:not(:first-child):not(:last-child):before {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    content: "\f30b";
    font-size: 14px;
    margin: 0 10px;
}

ul.breadcrums li:last-child {
    display: none;
}

ul.breadcrums li:hover a {
    color: var(--color-brand);
}

.product-content {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
    margin: auto !important;
    padding: 20px !important;
}

.list-product___related {
    margin-bottom: 20px;
}
.list-product___related .block-product-item.carousel__slide {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
    margin: auto !important;
    border: 1px solid var(--color-backgroud);
}
.single-product .nkd_title {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.review-detail {
    background-color: #fff;
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--color-brand-shadow);
}

.review-detail .row {
    margin: 0 !important;
}

.review-detail .title {
    color: var(--color-brand);
    font-size: var(--font-size-18);
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

.review-detail .review-left {
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.review-detail .review-left .danhgia_right .line_danhgia {
    align-items: center;
    display: flex;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important;
}

.review-detail .review-left .number-rating {
    color: var(--color-brand);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}

.review-detail .review-left .item-rating {
    align-items: center;
    display: flex;
    justify-content: center;
}

.review-detail .review-left .description {
    color: var(--color-defaul);
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}

.review-detail .review-left .danhgia_right .line_danhgia i {
    color: var(--color-defaul);
    margin-left: 5px;
}

.review-detail .review-left .star-rating__custom {
    align-items: center;
    font-size: 12px;
    justify-content: center;
    display: flex;
    width: 100%;
}

.review-detail .review-left .back-stars {
    color: #bcbcbc;
    position: relative;
    display: flex;
}

.review-detail .review-left .star-rating__custom::before {
    content: none;
}

.review-detail .review-left .danhgia_right .line_danhgia {
    align-items: center;
    display: flex;
}

.review-detail .review-left .danhgia_right .line_danhgia .line {
    background-color: #d9d9d9;
    height: 6px;
    margin: 5px;
    position: relative;
    width: 100px;
}

.review-detail .review-left .danhgia_right .line_danhgia .number-line-danhgia {
    margin-right: 5px;
    text-align: right;
    width: 20px;
}

.review-detail .review-left .danhgia_right .line_danhgia .line .hienthi {
    background-color: #ffc400;
    height: 100%;
    left: 0;
    top: 0;
}

.review-detail .review-left .danhgia_right .line_danhgia .number-line-danhgia,
.review-detail .review-left .danhgia_right .line_danhgia .text-line-danhgia {
    color: var(--color-defaul);
    font-size: var(--font-size-default);
    font-style: normal;
    font-weight: 400;
}

.review-detail .line_danhgia>span {
    width: 15px;
}

.review-detail .review_right {
    text-align: center;
}

.review-detail .review_right .btn_comment,
.btn-submit__review {
    background: var(--color-brand);
    border-radius: 4px;
    color: var(--color-white);
    cursor: pointer;
    font-size: var(--font-size-default);
    padding: 5px 15px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
}

.review-detail .review-left .item-rating i {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.review-detail .review-left .front-stars {
    overflow: hidden;
    position: absolute;
    top: -0.5px;
    display: flex;
    transition: all .5s;
}

.review-detail .review-left .front-stars,
.review-detail .review-left .front-stars i::before {
    color: #ffbc0b;
}

.review-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--color-brand);
}

.review-wrapper .product-review-bottom {
    padding: 10px 0;
}

.review-wrapper .head-block {
    background: #fff;
}

.review-wrapper .head-block {
    border-bottom: 1px solid #ececec;
    padding: 0 20px;
}

.review-wrapper .head-block .title-block {
    display: inline-block;

    font-weight: 400;
    border-bottom: 2px solid var(--color-brand);
    padding-bottom: 5px;
    margin: 0;
}

.review-wrapper .head-block .title-block span {
    font-size: var(--font-size-18);
    color: var(--color-brand);
}

.review-wrapper .list-items {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.review-wrapper .list-items li {
    padding: 6px 20px;
    border-radius: 30px;
    margin-right: 20px;
    background: #ececec;
    cursor: pointer;
}

.review-wrapper .list-items li.active span,
.review-wrapper .list-items li:hover span {
    color: var(--color-white);
}

.review-wrapper .list-items li:hover,
.review-wrapper .list-items li.active {
    background: var(--color-brand);
    color: var(--color-white);
}

.review-wrapper .content-block.review-content {
    padding: 0 20px 15px 20px;
}

.review-wrapper .items-review {
    border-top: 1px solid var(--color-backgroud);
}

.review-wrapper .items-review .review .review-container {
    padding: 10px 0;
}

.review-wrapper .detail {
    display: flex;
}

.review-wrapper .detail .avatar {
    width: 10%;
}

.review-wrapper .detail .info {
    width: 90%;
}

.review-wrapper .detail .avatar .bg-avatar {
    border-radius: 50%;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: var(--color-backgroud);
    color: var(--color-defaul);
    font-size: 20px;
    text-transform: uppercase;
}

.review-wrapper .detail .info .nickname-comment {
    font-size: var(--font-size-default);
    line-height: 17px;
    text-transform: capitalize;
    padding-bottom: 8px;
    color: #000f40;
}

.review-wrapper .detail .info p.comment {
    font-size: 16px;
    line-height: 19px;
    color: #000f40;
    margin: 5px 0;
}

.review-wrapper .detail .info .images-review {
    margin-top: 10px;
}

.review-wrapper .detail .info p.date {
    font-size: 12px;
    line-height: 15px;
    color: #747474;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6f8;
}

li.cart-item.has-icon.has-dropdown.current-dropdown:after,
li.cart-item.has-icon.has-dropdown.current-dropdown::before {
    content: none;
}

li.cart-item ul.nav-dropdown.nav-dropdown-default {
    box-shadow: 0px 4px 8px 0px #888;
    border-radius: 8px;
    border: none;
    min-width: 330px
}

.button.primary.wc-backward {
    background-color: var(--color-brand);
}

.message-container.container.success-color.medium-text-center {
    border-radius: 4px;
    padding: 16px;
    display: block;
    font-style: italic;
    line-height: 1.2em;
    font-size: 1.3rem;
    border: 1px dashed;
    background: #e5efe5;
    border-color: var(--color-success);
    color: var(--color-success);
    padding-left: 40px;
    position: relative;
}

.message-container.container.success-color.medium-text-center i::before {
    color: var(--color-success);
}

#wrapper>.message-wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
}

a.button.wc-forward {
    background-color: transparent;
    border-color: var(--color-brand);
    color: var(--color-brand);
}

a.button.checkout.wc-forward {
    background-color: var(--color-brand);
    border-color: var(--color-brand);
    color: var(--color-white);
}

.woocommerce-billing-fields__field-wrapper p.form-row,
.woocommerce-shipping-fields__field-wrapper p.form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper p.form-row label,
.woocommerce-shipping-fields__field-wrapper p.form-row label {
    width: 20%;
    text-align: right;
    margin-right: 25px;
}

.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper p.form-row span.woocommerce-input-wrapper {
    flex-grow: 1;
}

.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input,
.woocommerce-shipping-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input {
    box-shadow: none;
    border-radius: 4px;
}

#billing_country_field,
#shipping_country_field {
    display: none;
}

.shipping_address,
.woocommerce-additional-fields {
    margin-top: 10px;
}

.list-products-cart .product-items {
    padding: 20px 0 0 !important;
    display: flex;
    align-items: flex-start;
}

.list-products-cart .product-items:not(:last-child) {
    border-bottom: none !important;
}

.list-products-cart .product-items .image {
    max-height: 80px !important;
    max-width: 80px !important;
    float: left;
    margin-bottom: 0;
}

.list-products-cart .product-items .image img {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.list-products-cart .product-items .info-product {
    margin-left: 15px;
    width: 100%;
    flex: 1;
}

.list-products-cart .product-items .content-pr {
    display: flex;
    flex-direction: column;
}

.product-items .info-product .header-block {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}

.product-items .info-product .header-block .name-product {
    border-bottom: none !important;
    color: var(--color-defaul) !important;
    font-size: 15px !important;
    width: 80% !important;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
    padding-top: 0;
    float: left;
}

.list-products-cart .list-gifts .name,
.list-products-cart .product-items .content-pr .name-product a {
    color: var(--color-defaul);
}

.list-products-cart .product-items .content-pr .remove-item {
    width: 25%;
    float: right;
    text-align: right;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #000f40;
    cursor: pointer;
}

.list-products-cart .icon_trash {
    align-items: center;
    background-color: var(--color-backgroud);
    border-radius: 5px;
    display: flex;
    float: right;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.list-products-cart .icon_trash i::before {
    color: var(--color-price);
}

.list-products-cart .product-items .price-pr {
    color: #20315c;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.list-products-cart .product-items .ux-quantity__button.ux-quantity__button--minus.button.minus.is-form,
.list-products-cart .product-items .ux-quantity__button.ux-quantity__button--plus.button.plus.is-form {
    background: 0 0;
    border: none;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    font-size: 20px;
    height: 28px;
    padding: 0;
    text-align: center;
    width: 24px;
}

.list-products-cart .product-items .input-text.qty.text {
    background: none;
    width: 30px;
    font-size: 15px;
    display: inline-flex;
    outline: none;
    box-shadow: none;
    border: none
}

.list-products-cart .product-items .input-group-button .ux-quantity.quantity.buttons_added {
    border: 1px solid rgba(45, 46, 127, .102);
    border-radius: 5px;
    display: flex;
    align-items: center;
    max-height: 33px;
}

.product-items .info-product .price-pr .price {
    color: var(--color-brand);
    font-weight: 700;
}

.list-products-cart .product-items .info-product .price {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.list-products-cart .product-items .info-product .price .old-price {
    font-size: 12px;
    text-decoration-line: line-through;
    color: var(--color-defaul);
}

.list-products-cart .product-items .info-product .price .new-price {
    color: var(--color-brand);
    font-weight: 700;
}

.total-order {
    background-color: #fff !important;
    border-radius: 10px;
    border-radius: 5px;
    color: var(--color-black) !important;
    padding: 10px;
}

.total-order .items {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-defaul);
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.total-order .amount-order .title-total {
    color: #212529;
    font-size: var(--font-size-18);
    font-weight: 700;
}

.total-order .amount-order .total-count-product {
    color: #2d2e7f;
    font-size: 12px;
}

.amount-order .price,
.total-order .total p.free-voucher {
    color: var(--color-defaul);
    font-weight: 700;
}

.amount-order .items.shipping-amount:not(:first-child) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.amount-order .line {
    border-bottom: 1px solid var(--color-brand);
    height: 25px;
    transform: translateY(-17px);
}

.woocommerce-checkout .content-area {
    background-color: var(--background-area);
}

.woocommerce-checkout .content-area .row.row-main {
    background: white;
    padding: 15px;
    border-radius: 10px;
}

#customer_details {
    padding-right: 30px;
    border-right: 1px dashed var(--color-brand);
}

.title-cart {
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-600);
    line-height: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.title-cart span {
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-600);
}

.coupon .button.expand,
.btn-submit__checkout,
.btn-submit__edit-account {
    background-color: var(--color-brand);
}

.btn-submit__checkout {
    margin-top: 20px;
    width: 100%;
    border-radius: 8px;
    color: var(--color-white);
}

.list-products-cart .product-items .ux-quantity__button.ux-quantity__button--minus.button.minus.is-form:hover,
.list-products-cart .product-items .ux-quantity__button.ux-quantity__button--plus.button.plus.is-form:hover {
    box-shadow: none;
}

/* Loader */
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid var(--color-brand);
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader_append {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    pointer-events: all;
    background-color: #747474;
    opacity: 0.5;
}

/* End Loader */
.payment-method {
    border-top: 1px dashed var(--color-brand);
    padding-top: 20px;
}

.payment-method .title-block {
    font-size: var(--font-size-18);
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 5px;
}

.payment-method .list-payment .payment-method-checkbox {
    margin: 15px 0;
}

.payment-method .payment-method-checkbox {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    color: #000f40;
    cursor: pointer;
    width: 100%;
}
.payment-method .payment-method-checkbox .check-box {
    padding: 10px 15px 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    position: relative;

}
.box-account__detail {
    margin: 10px 20px;
    padding: 15px;
    border: 1px dashed var(--color-brand);
    border-radius: 3px;
    display: none;
}
.payment-method-checkbox.active .box-account__detail {
    display: block;
}
.payment-method .payment-method-checkbox,
.payment-method .payment-method-checkbox p {
    margin-bottom: 0;
    position: relative;
}

.payment-method-checkbox.active .payment-method-checkbox,
.payment-method-checkbox:hover .payment-method-checkbox {
    border-color: var(--color-brand);
    box-shadow: 2px 4px 4px 1px var(--color-shardow);
}

.payment-method .payment-method-checkbox p {
    font-size: 16px;
}

.payment-method .payment-method-checkbox input {
    cursor: pointer;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
}

.payment-method .payment-method-checkbox .check {
    border: 1px solid #ececec;
    border-radius: 50%;
    height: 15px;
    left: 7px;
    position: absolute;
    top: calc(50% - 9px);
    width: 15px;
    z-index: 2;
}

.payment-method .payment-method-checkbox input:checked~.check {
    border-color: var(--color-brand);
}

.payment-method .payment-method-checkbox .check:after {
    background-color: var(--color-brand);
    border-radius: 4px;
    content: "";
    display: none;
    height: 5px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 5px;
}

.payment-method .payment-method-checkbox input:checked~.check:after {
    display: block;
}

.success_statement {
    border-radius: 10px;
    margin-top: 35px;
    padding: 30px 0;
    text-align: center;
}

.code-order {
    color: var(--color-price);
    padding: 0 5px;
}

.info-receiver h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.export-electricity-bill,
.info-receiver {
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px;
}

.info-receiver .address-receiver,
.method-payment,
.time-deliver {
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
}

.info-receiver .name {
    color: #2d2e7f;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-receiver .address {
    font-size: 13px;
}

.info-receiver h4 img {
    transform: translateY(-2px);
}

.full-package .product-items .info-product .header-block .name-product {
    width: 100% !important;
    font-size: 12px;
}

.full-package .list-products-cart .product-items {
    align-items: center;
    border-bottom: 1px dashed var(--color-brand);
    padding-bottom: 15px;
}

.full-package .list-products-cart .product-items:last-child {
    border-bottom: none;
}

/* About Us */
.about-summary-content {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAPklEQVQoU2P8+fv/fwYc4Nu3bwyMuBSAJLm4uLArgEmCDMYwAVkSQwG6JIoCbJJwBbgkwQref/z6H+RaXAAA93M0eyX+nEAAAAAASUVORK5CYII=) repeat;
    background-color: #f2fdff;
}

.timeline-block {
    padding: 10px;
    margin: 30px 0;
    background: url(/wp-content/themes/nem-thang-loi/assets/images/history_bg.png);
    overflow: hidden;
}

.header-slider {
    color: var(--color-brand);
}

.history-slider-class {
    margin-bottom: 20px;
    border-bottom: 1px solid #cccc;
}

.history-slider-item {
    padding-right: 80px;
    padding-left: 80px;
    font-size: 15px;
    text-align: justify;
    text-align-last: center;
}
.ss-list__nem .featured-box {
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    border: 1px solid var(--color-brand);
    padding: 15px;
}
.ss-list__nem .featured-box .icon-box-img,.ss-list__nem .featured-box .icon-box-img img{
	width:80px;
	height:80px;
	margin:0;
	padding:0;
    border-radius: 50%;
    overflow: hidden;
}

.ss-list__nem .featured-box .icon-box-text > * {
	font-size:15px;
	line-height:1.5
}
@media (max-width: 768px) {
    .header-slider h2 {
        font-size: 30px;
    }

    .history-slider-item {
        padding-right: 10px;
        padding-left: 10px;
    }

    .box-blog__custom {
        flex-direction: column;
        margin-top: 20px;
    }
}

/* dot pagination*/
.history-slider-bookmarks {
    margin-bottom: 0px;
    text-align: center;
}

.history-slider-bookmarks ul {
    display: block;
    padding: 5px 0;
    margin: auto;
}

.history-slider-bookmarks ul li {
    display: inline-block;
    color: #ccc;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 10px;
    cursor: pointer;
    font-weight: bolder;
}

.history-slider-bookmarks ul li.active {
    color: #0D1D42;
}

.bg-tranfer__dashed {
    background-color: var(--background-area);
}

.text-justify {
    text-align: justify;
}

.form-check__order {
    max-width: 300px;
    margin: 0 auto;
}

.form-check__order .field {
    display: grid;
    column-gap: 10px;
    row-gap: 4px;
    align-items: center;
}

.form-check__order .field>.label {
    display: grid;
    column-gap: 4px;
    grid-template-columns: auto 1fr;
    justify-items: start;
    white-space: nowrap;
    text-transform: capitalize;
}

.form-check__order .field.required>.label:after,
.form-check__order .field._required>.label:after {
    content: " *";
    color: #e02b27;
}

.form-check__order .field>.control {
    display: grid;
    gap: 8px;
}

.form-check__order .field>.control input {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    font-family: "Montserrat", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}

.form-check__order .field .hint {
    font-style: italic;
    font-size: 13px;
}

.form-check__order .form-btn {
    text-align: center;
    margin-top: 15px;
}

.form-check__order .btn-check__guratee,
.form-check__order .btn-check__order {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-color: var(--color-brand);
    color: var(--color-brand);
}

.form-check__order .btn-check__guratee:hover,
.form-check__order .btn-check__order:hover {
    background-color: var(--color-brand);
    color: var(--color-white);
}

.block-actions.filter-actions {
    font-size: 14px;
    display: grid;
    justify-content: end;
    white-space: nowrap;
    padding: 10px;
}

.sub-menu.nav-dropdown {
    border: none;
    box-shadow: none;
    padding: 0;
    border-bottom: 1px solid var(--color-border);
}

.sub-menu.nav-dropdown .ux-menu-title.flex {
    font-size: 16px;
    position: relative;
    display: block;
    margin-bottom: 15px !important;
    padding-bottom: 5px !important;
    font-weight: 100;
    min-height: unset;
    color: var(--color-brand);
    text-transform: uppercase;
}

.sub-menu.nav-dropdown .ux-menu-title.flex:before {
    content: "";
    height: 1px;
    background: var(--color-brand);
    width: 42px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-reviews-slide .item.carousel__slide img {
    border-radius: 8px;
}

.product-reviews-slide .item.carousel__slide .la-link {
    text-decoration: underline;
}

#shop-sidebar {
    position: sticky;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
}

.list-post {
    display: flex;
    flex-wrap: wrap;
}

.archive .page-wrapper,
.single-post .page-wrapper {
    padding-top: 0;
}

.nkd-post__content {
    text-align: justify !important;
}

.nkd-post__content img {
    margin: 20px auto;
}

.nkd-post__content .wp-caption .wp-caption-text {
    text-align: center;
}

.box-content__thumbnail img {
    pointer-events: none;
    user-select: none;
    border-radius: 8px;
}

.box-content__category {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

#ftwp-container-outer #ftwp-contents {

    border-color: var(--color-brand) !important;
}

#ftwp-container.ftwp-wrap #ftwp-list {
    background-color: var(--color-backgroud) !important;
}

#ftwp-container.ftwp-wrap #ftwp-header {
    background-color: var(--color-brand) !important;
    color: var(--color-white) !important;
}

.list-category>li {
    font-size: 16px;
    border-bottom: 1px solid var(--color-shardow);
    padding: 8px 0;
    margin: 0;
}

.blog-block-recent-posts {
    display: grid;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.blog-block-recent-posts .blog-recent-post {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border-bottom: 1px dashed var(--color-brand);
    padding: 0;
    margin: 0;
    user-select: none;
}

.blog-block-recent-posts .blog-recent-post .blog-recent-post-image {
    margin: 0 auto;
}

.blog-block-recent-posts .blog-recent-post .blog-recent-post-image img {
    transition: all .2s ease-in-out;
    pointer-events: none;
    user-select: none;
    border-radius: 8px;
}

.blog-block-recent-posts .blog-recent-post-content {
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
}

.blog-block-recent-posts .blog-recent-post-headline {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.box-active__guarantee {
    background-color: var(--background-area);
    padding: 20px
}

.box-active__guarantee .box-container__guarantee {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--color-white);
    box-shadow: 0px 4px 8px 0px #888;
}

.box-active__guarantee .box-container__guarantee .nkd_title {
    text-align: center;
}

.box-form__guarantee .form-control {
    background: var(--color-white);
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    font-size: var(--font-size-default);
    height: 40px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

.btn-submit__code_guarantee,
.btn-submit__request_guarantee {
    background-color: var(--color-brand);
    color: var(--color-white);
    border-radius: 10px;
    margin: 0 auto;
}

.box-form__guarantee .form-control.error {
    border-color: var(--color-price);
}

.box-request__guarantee {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 8px 0px #888;
    padding: 32px;
    margin-bottom: 50px;
}

.box-request__guarantee .nkd_title {
    text-align: center;
}

.box-request__guarantee .legend {
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 2px solid var(--color-brand);
    width: 100%;
}

.box-request__guarantee .legend img {
    margin-right: 10px;
}

.box-request__guarantee .left .legend:before,
.box-request__guarantee .questions .legend:before,
.box-request__guarantee .images .legend:before {
    font-size: 17px;
    content: "\f007";
    font-family: "Font Awesome 5 Pro";
    margin-right: 4px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.box-request__guarantee .questions .legend:before {
    content: "\f059";
}

.box-request__guarantee .images .legend:before {
    content: "\f302";
}

.box-request__guarantee .select2-container .selection .select2-selection--multiple .select2-selection__choice {
    padding: 0
}

.box-request__guarantee .select2-container .selection .select2-selection--multiple {
    line-height: 0.8em;
    padding: unset;
    border-color: var(--color-border);
}

ul.buttons-radio li {
    padding: 0;
    margin: 0;
}

.box-form__guarantee ul.buttons-radio li input[type=radio] {
    opacity: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
}

.box-form__guarantee ul.buttons-radio li label {
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    padding: 8px 26px;
    border-radius: 4px;
}

.box-form__guarantee ul.buttons-radio li input[type=radio]:checked~label {
    background: #d8d8d8;
}

.box-form__guarantee ul.buttons-radio {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    user-select: none;
    gap: 4px;
}

.required {
    color: red;
    margin-left: 5px;
}

.box-request__guarantee .info ul {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.box-request__guarantee .info ul li {
    display: grid;
    gap: 10px;
    margin: 0;
}

.fields-upload {
    padding: 10px;
    border: 1px dashed;
    border-radius: 10px;
}

/* Login */
.auth-block__menu-list {
    list-style: none;
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eee;
    margin: 0;

}

.auth-block__menu-list li {
    flex: 1 1;
    text-align: center;
    border-right: 1px solid #eee;
    position: relative;
    margin: 0;
}

.auth-block__menu-list li+li {
    border-right: none;
}

.auth-block__menu-list li.active::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 30px;
    right: 30px;
    bottom: -1px;
    background-color: var(--color-brand);
}

.auth-block__menu-list li a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 22px;
    color: #999;
}

.auth-block__menu-list li.active a {
    font-weight: 600;
    color: #303846;
}

.evo-login {
    background: #fff;
    box-shadow: 0 0 10px rgb(204 204 204 / 30%);
}

.evo-login form.woocommerce-form.woocommerce-form-login.login,
.woocommerce-form.woocommerce-form-register.register,
#loginform {
    padding: 20px;
    margin-bottom: 0;
}

.evo-login p.form-row-first,
p.form-row-last {
    /* margin-right: 4%; */
    width: 100%;
}

.evo-login .form-row button.woocommerce-button.button.woocommerce-form-login__submit,
.evo-login .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
#wp-submit {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 8px 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: normal;
    border: 1px solid var(--color-brand);
    border-top-color: var(--color-brand);
    border-right-color: var(--color-brand);
    border-bottom-color: var(--color-brand);
    border-left-color: var(--color-brand);
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background-color: var(--color-brand);
    color: #fff;
    border-radius: 4px;
}

.evo-login p.lost_password {
    /* float: right; */
    position: absolute;
    z-index: 10;
    bottom: 75px;
    right: 10px;
}

.evo-login input:not(.woocommerce-form__input-checkbox) {
    background: #fff;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #e1e1e1;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    padding-bottom: 0px !important;
    margin-bottom: 2.5px;
}

.evo-login label {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.evo-login .woocommerce-privacy-policy-text {
    display: none;
}

.evo-login .woocommerce-error.message-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.error {
    border: 1px solid red !important;
}

/* Custom Account Page */
.account-menu,
.form-profile,
.box-guaratee {
    border: 1px solid var(--color-border);
}

.form-profile,
.box-guaratee {
    padding: 15px;
}

.account-menu li a {
    width: 100%;
    display: block;
    padding: 8px 0;
}

.form-profile .col {
    padding-bottom: 0;
}

.form-profile .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-profile .form-control:disabled,
.form-profile .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.box-guaratee .table thead {
    background-color: var(--color-brand);
    border-right: 1px solid var(--color-brand);
}

.box-guaratee .table thead tr th {
    color: var(--color-white);
    text-align: center;
    padding: 5px 15px;
    border-right: 1px solid var(--color-border);
}

.box-guaratee .table tbody tr {
    border: 1px solid var(--color-border);

}

.box-guaratee .table tbody tr td {
    text-align: center;
    padding: 5px 15px;
    border-right: 1px solid var(--color-border);
}

.box-guaratee .table thead tr th:last-child,
.box-guaratee .table tbody tr td:last-child {
    border: none;
}

.bage {
    display: inline-block;
    padding: 10px 15px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.bage-success {
    color: var(--color-white);
    background-color: var(--color-success);
}

.bage-danger {
    color: #fff;
    background-color: var(--color-price);
}

.icon-zalo::before,
.icon-shopee::before {
    content: url("/wp-content/themes/nem-thang-loi/assets/icon/zalo.png");
}

.icon-shopee::before {
    content: "";
    background: url("/wp-content/themes/nem-thang-loi/assets/icon/shopee.png");
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px 16px;
}

#masthead .header-nav-main.nav-customer__seconds.nav-customer__icon .icon-zalo::before,
#masthead .header-nav-main.nav-customer__seconds.nav-customer__icon .icon-shopee::before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(3%) hue-rotate(174deg) brightness(102%) contrast(101%);
}

/* Modal */
.modal {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    display: none;
}

.modal.in {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fade .6s forwards;
    opacity: 0;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-content {
    background-color: white;
    width: 35%;
    border-radius: 3px;
}

#modalForm .modal-content {
    width: 20%;
}

#modalForm .modal-header {
    position: relative;
    padding: 0 !important;
    border-bottom: none;
}

#modalForm .wpcf7-form-control {
    background: white;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    font-size: 14;
    height: 40px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

#modalForm .wpcf7-form-control.wpcf7-submit {
    background-color: var(--color-brand);
    border-color: var(--color-brand);
}

#modalForm .modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    margin: 0;
    line-height: unset;
    min-height: unset;
}

.modal-close span {
    font-size: var(--font-size-18);
}

.modal-body {
    padding: 12px 24px 24px;
}

.block-header {
    align-items: center;
    display: flex;
    gap: 22px;
    margin-bottom: 20px;
}

.block-header .thumbnail img {
    border-radius: 4px;
}

.block-header .content-block .title {
    color: #434343;
    font-size: 18px;
    font-weight: 600;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.modal .text-input,
.modal .text-area {
    border: 1px solid #dcddff;
    border-radius: 4px;
    padding: 15px 10px;
    height: 52px;
}

.modal .text-area {
    outline: none;
    resize: none;
    width: 100%;
}

p.stars span {
    position: relative;
    height: 1em;
    width: 1em;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: var(--color-default);
}

p.stars.selected span {
    color: orange;
}

p.stars.selected span.checked~span {
    color: var(--color-default);
}

.blog_list .blog-item:hover h2 a,
.list-post .blog-item:hover h2 a {
    text-decoration: underline;
    text-decoration-color: var(--color-brand);
    color: var(--color-brand);
}

.blog_list .blog-item:hover .blog-post-item-desc,
.list-post .blog-item:hover .blog-post-item-desc,
.blog_list .blog-item:hover h2,
.list-post .blog-item:hover h2 {
    transform: translate(10px);
}

/* End Modal */
.ux-menu-link:hover .ux-menu-link__link span,
.list-category li:hover a,
.sub-menu p a:hover {
    color: var(--color-brand);
    text-decoration: underline;
    text-decoration-color: var(--color-brand);
}

.blog-block-recent-posts .blog-recent-post:hover .blog-recent-post-image img,
.blog-block-recent-posts .blog-recent-post:hover .blog-recent-post-content {
    transform: scale(1.1);
}

.blog-block-recent-posts .blog-recent-post:hover .blog-recent-post-content * {
    color: var(--color-brand);
}

.product-reviews-slide {
    margin-top: 20px;
}

.list-product-reviews-slide .rating-one-rating .rating-result {
    display: inline-block;
    width: 95px;
}

.list-product-reviews-slide .rating-result:before,
.list-product-reviews-slide .rating-result>span:before {
    position: absolute;
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Pro";
    letter-spacing: 1.4px;
    font-size: 16px;
}

.list-product-reviews-slide .rating-one-rating .rating .number {
    display: none;
}

.list-product-reviews-slide .rating-result:before {
    color: #b8b8b8;
}

.rating-result>span {
    display: block;
    overflow: hidden;
}

.list-product-reviews-slide .rating-result>span:before {
    color: #ffb200;
    position: relative;
}
a.btn-buy__now {
    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 6px 30px;
    font-size: 16px;
    /* line-height: 45px; */
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-color: var(--color-brand);
    color: var(--color-brand);
    width: 100%;
    /*margin-left: 10px;*/
    height: 45px;
}
.row-item.block-product {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
}
.row-item.block-product .block-product-item.carousel__slide {
    max-width: calc((100% - 30px) / 4);
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
    /* margin: auto !important; */
}
.tab__custom .nav-tabs>li.active>a {
border-top-color:var(--color-brand)
}
.tab__custom .nav-tabs>li>a {
font-weight:600
}
.extra {
    margin-top: 5px;
} 
.extra img{
    border-radius: 5px !important;
}

.box-video-custom {
	overflow: hidden;
	width: 100%;
	position: relative;
	display: block;
	border-radius: 15px;
	cursor: pointer;
}

.box-video-custom .box-image__background {
	    aspect-ratio: 16 / 9;
	width: 100%;
	overflow: hidden;

}

.box-video-custom .box-image__background img {
	width: 100%;
	    aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.box-action {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.btn-action__icon {
	background: var(--color-button-youtube);
	color: var(--color-white);
	border: 2px solid var(--color-button-youtube);
	min-width: 3em;
	min-height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.btn-action__icon i {
		color: var(--color-white);
}
.btn-action__icon:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid var(--color-button-youtube);
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	border-color: var(--color-button-youtube);
}

@keyframes btnIconRipple {
	0% {
		border-width: 4px;
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		transform: scale(1.85);
	}

	100% {
		opacity: 0;
	}
}


.btn-action__icon:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid var(--color-button-youtube);
	-webkit-animation: btnIconRipples 2s infinite ease-in-out;
	animation: btnIconRipples 2s infinite ease-in-out;
	border-color: var(--color-button-youtube);
}

@keyframes btnIconRipples {
	0% {
		border-width: 4px;
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		transform: scale(1.45);
	}

	100% {
		opacity: 0;
	}
}

.box-video-custom:hover .box-image__background img {
	transform: scale(1.1);
}

.box-video-custom:hover .btn-action__icon i {
	color: var(--color-white);
}
.slider_logo_ct .flickity-button > svg {
background: var(--color-brand);
    fill: var(--color-brand);
    border-color: var(--color-brand);
    color: var(--color-white);
}
.baochi_container img{
	border-radius:5px
}
.gird-video {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.grid-video-01 {
  max-width: calc(70% - 20px);
  width: 100%;
}
.grid-video-02 {
  max-width: 30%;
  width: 100%;
}
.grid-video-02 .box-video-custom:not(:last-child) {
	margin-bottom: 20px
}
.btn-view__showroom {
  background: var(--color-brand) !important;
  padding: 5px 15px;
  border-color: var(--color-brand) !important;
  color: var(--color-white) !important;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  max-width: 200px;
}
.btn-view__showroom > * {
	  color: var(--color-white) !important;
}
.content-d-none {
	display:none;
}

.row-form__active_bh  {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
    margin: auto !important;
    padding: 20px !important;
}
.row-form__active_bh form input {
    height: 44px;
    line-height: 44px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    width: 100%;
    padding: 0px 20px 0px 10px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.row-form__active_bh span.wpcf7-spinner {
    display: none;
}
.text-red {
    color:red
}
.nkd_title.text-left {
    text-align: left !important;
}
.ss-icon__service .icon-box {
    box-shadow: 3px 5px 1px #00000014;
    background: white;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #e3e3e3;
    cursor: pointer;
}
.ss-icon__service .icon-box .icon-box-img {
    margin: 0 auto;
    margin-bottom: 0;

}
.ss-icon__service .icon-box .icon-box-img img {
    transition: all linear 1s;
}
.ss-icon__service .icon-box:hover  .icon-box-img img {
    transform: scale(1.2);
}
.ss-bao-hanh .row-content .col-inner {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
    margin: auto !important;
    padding: 20px;
}
.ss-bao-hanh .row-content .col-inner ul {
    list-style: circle;
}


.ss-header__about-us .s-title {
    max-width: fit-content;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
}
.ss-header__about-us .s-title > span.sub-text {
    font-family: 'SVN-Grahamo';
    line-height: 1;
    font-size: 150px;
    background: linear-gradient(to bottom, #ffffff, #929292); /* Gradient từ trắng (#ffffff) xuống xám (#808080) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 100;
}
.ss-header__about-us .s-title > .heading-custom {
    color: transparent;
    font-size: 80px;
    background: linear-gradient(90deg, #ff4d94, #ff80b3); /* Gradient từ hồng đậm (#ff4d94) sang hồng nhạt (#ff80b3) */
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: -50px;
}
.blog-archive .post-item > .col-inner,
.blog-single .article-inner,
.image-has__shadow img {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 100%;
    margin: auto !important;
}
.image-has__shadow img  {
    border: 1px solid var(--color-backgroud);
}
.blog-single .article-inner {
    padding: 20px;
    margin-top: 20px !important;
}
.blog-archive .post-item > .col-inner .box-text {
    padding: 15px;
}
.wp-caption {
    margin-top: 2em;
}
.ss-quyenloi .featured-box {
    box-shadow: 3px 5px 1px #00000014;
    background: white;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
}
.ss-quy-mo .icon-box-wraper  {
    color: var(--color-white);
}
.icon-box-wraper .count-up-div {
    font-size: 50px;
    font-weight: 800;
    color: var(--color-brand);
}
.icon-box-wraper .text-title {
    font-size: 30px;
    color: var(--color-white);
}
/*  */

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 0 !important;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Row 1 */
.row1 {
    display: flex;
    width: 100%;
    gap: 15px;
    margin-bottom: 15px;
}

.row1-col1 {
    width: 33%;
    height: 400px;
}

.row1-col2 {
    width: 22%;
    height: 400px;
}

.row1-col3 {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.row1-col3-item {
    height: 192.5px;
}

/* Row 2 */
.row2 {
    display: flex;
    width: 100%;
    gap: 15px;
    margin-bottom: 15px;
}

.row2-col1 {
    width: 55%;
    height: 350px;
}

.row2-col2 {
    width: 45%;
    display: flex;
    gap: 15px;
}

.row2-col2-item {
    width: 50%;
    height: 350px;
}

/* Row 3 */
.row3 {
    display: flex;
    width: 100%;
    gap: 15px;
}

.row3-col1 {
    width: 33%;
    height: 200px;
}

.row3-col2 {
    width: 67%;
    height: 200px;
}

ol.nkd-container-wrapper { 
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Chia thành 3 cột */
    gap: 1rem;
    
    margin-inline: auto;
    padding-block: 1rem;
    
    list-style: none;
    counter-reset: count;
}
.giatri ol.nkd-container-wrapper{
    grid-template-columns: repeat(4, 1fr); /* Chia thành 3 cột */

} 
/* card layout/styling */
ol.nkd-container-wrapper> li {
--card-background-color: var(--color-white);
--card-text-color: #0F0F0F;
--card-border-radius: 0.5rem;
--card-padding-block: 1.5rem;
--card-padding-inline: 1rem;

--outset-size: 0.75rem;
--outset-background-color: #e5e5e5;

--number-font-size: 3rem;
--number-overlap: 0.5rem;
--number-font-weight: 500;

margin: var(--outset-size);
margin-top: calc(var(--number-font-size) - var(--number-overlap));
border-radius: var(--card-border-radius);
padding-block: var(--card-padding-block);
padding-inline: var(--card-padding-inline);

color: var(--card-text-color);
background-color: var(--card-background-color);
box-shadow: 
    inset 1px 1px 0px rgb(255 255 255 / .5),
    inset -1px -1px 0px rgb(0 0 0 / .25),
    calc(var(--outset-size) * .25) calc(var(--outset-size) * .25) calc(var(--outset-size) * .5) rgb(0 0 0 / .25);
position: relative;
counter-increment: count;
}
  
  ol.nkd-container-wrapper> li::after{
    content: counter(count, decimal-leading-zero);
    position: absolute;
    bottom: calc(100% - var(--number-overlap));
    left: 50%;
    transform: translateX(-50%);
    
    color: var(--accent-color);
    font-family: var(--number-font-family);
    font-weight: 600;
    font-size: var(--number-font-size);
    line-height: 1;
    z-index: -1;
  }
  ol.nkd-container-wrapper> li::before{
    content: "";
    position: absolute;
    width: calc(100% + (var(--outset-size) * 2));
    height: 100%;
    bottom: calc(var(--outset-size) * -1);
    left: calc(var(--outset-size) * -1);
    z-index: -1;
    
    border-bottom-left-radius: calc(var(--card-border-radius) + var(--outset-size));
    border-bottom-right-radius: calc(var(--card-border-radius) + var(--outset-size));
    
    background-color: var(--outset-background-color);
    
    background-image: 
      linear-gradient(to left, var(--outset-background-color) calc(var(--outset-size) * 2), transparent 0),
      linear-gradient(135deg, var(--accent-color) 80%, var(--outset-background-color) 0);    
  }
  .giatri ol.nkd-container-wrapper> li::after,
  .giatri ol.nkd-container-wrapper> li::before{
    content: none;
  }
  ol.nkd-container-wrappe .icon{
    width: 60px;
    height: 60px;
    margin: 20px auto;
    text-align: center;
    margin-bottom: calc(var(--card-padding-block) * .5);
  }

  ol.nkd-container-wrappe .descr {
    color: var(--text-color);
    text-align: center;
  }
  .item-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.item-card:hover {
    transform: translateY(-10px);
}
.giatri ol.nkd-container-wrapper  {
    counter-reset: card-counter; /* Khởi tạo bộ đếm */

}
.giatri ol.nkd-container-wrapper .item-card::before {
    content: counter(card-counter, decimal-leading-zero) !important; /* Hiển thị số thứ tự với hai chữ số */
    counter-increment: card-counter; /* Tăng bộ đếm */
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff005a, #ff4b98);
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.item-card h3 {
    color: #d6004f;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
}



.item-card p{
    font-size: 14px;
    color: #444;
    margin: 5px 0;
    text-align: left;
    padding-left: 15px;
    position: relative;
}

/* Responsive styles */
@media (max-width: 768px) {
    .row1, .row2, .row3 {
        flex-direction: column;
    }

    .row1-col1, .row1-col2, .row1-col3,
    .row2-col1, .row2-col2,
    .row3-col1, .row3-col2 {
        width: 100%;
        height: 300px;
    }

    .row1-col3 {
        gap: 15px;
    }

    .row1-col3-item {
        height: 300px;
    }

    .row2-col2 {
        flex-direction: column;
        gap: 15px;
    }

    .row2-col2-item {
        width: 100%;
        height: 300px;
    }
}

.block-product-item .box-information .price-box {
    display: none;
}
.block-product-item.carousel__slide .name {
    min-height: unset;
}
.lightbox-content {
    background-color:unset;
    box-shadow:unset;
    max-width: 875px !important;
}
/*  */
@media (max-width: 992px) {
    .section-blog {
        padding: 0 14px;
    }

    ul.breadcrums {
        margin: 15px 10px !important;
    }

    .custom-product-content {
        margin: 10px;
    }

    .sub-menu.nav-dropdown {
        padding: 10px;
    }

    .row-icon__box {
        padding: 0 14px !important;
    }

    .box-content__category,
    .box-content__thumbnail {
        padding-left: 14px;
    }

    .nkd-post__content {
        padding-left: 14px !important;

    }


    .category-page-row .block-product>div {
        width: 31%;
    }
}

@media (max-width: 768px) {

    .blog-block-recent-posts,
    .nkd_title,
    .list-category {
        padding-left: 14px;
    }

    .woocommerce-block {
        width: 100%;
        text-align: center;
    }

    .review-wrapper .list-items li {
        padding: 6px 10px;
    }

    li.rating-filter {
        text-align: center;
    }

    .woocommerce-message {
        padding: 10px;
    }

    .blog-block-recent-posts .blog-recent-post {
        flex-direction: row;
        gap: 10px;
    }


    .list-post .blog-item {
        max-width: 100%;
    }

    .category-page-row .block-product>div {
        width: 48%;
    }

    #modalForm .modal-content {
        width: 80%;
    }

    .box-list__categories>ul>li span {
        font-size: var(--font-size-nav-tab-mobile);
    }
.ss-list__nem .featured-box {
	flex-direction: column;
	gap:10px
	}
.ss-list__nem .featured-box .icon-box-text {padding:0}
.ss-list__nem .featured-box .icon-box-text > * {text-align:center}
.block-product-item.carousel__slide .price .retailer-price{font-size:14px;}
.price-above.d-flex.flex-row {font-size:13px}
.gird-video {
	flex-direction: column}
.grid-video-01,
	.grid-video-02{
	max-width:100%;}
	.row-item.block-product .block-product-item.carousel__slide {
	max-width: calc((100% - 15px) / 2);
}
.row-icon__box .icon-box-text p:first-child {
font-size: 18px;}
.nkd-contact-plugin .nkd-button-contact .info-box {
	display:none
}
.tab__custom .nav.nav-tabs {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: hidden;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: flex-start;
  }
.tab__custom .nav.nav-tabs::-webkit-scrollbar {
	width: 0 !important;
    display: none;
}
.tab__custom .nav-tabs > li {
    will-change: transform;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
	margin-inline-end: 0px;
    white-space: nowrap;
    flex-shrink: 0;
}
}

@media (max-width: 576px) {

    .review-wrapper .list-items {
        display: block;
        text-wrap: nowrap;
        overflow-x: scroll;
    }

    .blog-post-item-details a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .review-wrapper .list-items li {
        display: inline-block;
        margin: 0;
    }

    .review-wrapper .detail .avatar {
        width: 20%;
    }

    .review-wrapper .detail .info {
        width: 80%;
    }

    #shop-sidebar {
        position: relative;
        top: unset;
    }

    .nkd_title {
        font-size: 1rem;
    }

    .owl-nav,
    .owl-dots {
        display: none;
    }

    .box-border>div:first-child>.col-inner {
        padding-top: 60px !important;
    }

    .box-border .col+.col .col-inner {
        padding-bottom: 0 !important;
    }
}



@media (max-width: 480px) {
    .category-page-row .block-product>div {
        width: 47%;
        margin: auto;
    }
    .blog-post-item-desc,
    a.blog-post-item-desc {
        display: none;
    }
    .w-50 {
        width: 60% !important;
    }

    .box-list__categories>ul {
        justify-content: flex-start;
    }

    .box-list__categories>ul>li:nth-child(1) {
        padding-left: unset;
    }

    .owl-nav {
        display: none;
    }

    .box-border>div:first-child>.col-inner img,
    .box-border .col+.col .col-inner,
    .box-border>div:first-child>.col-inner {
        border-radius: 0;
    }

    .last-reset :last-child {
        min-height: 60px;
    }


    .breadcrums {
        display: none !important;
    }

    .product-images {
        margin-top: 15px;
    }
	.block-product-item.carousel__slide .name h3, .product-reviews-slide .item.carousel__slide div a.name {
		font-size:14px
	}
	.block-product-item.carousel__slide .price .origin-price,
	.block-product-item.carousel__slide .price .discount-percentage {
		font-size:14px
	}
	.block-product-item.carousel__slide .price .retailer-price span {
		font-size:14px;
		margin-left:0;
		font-weight:700
	}
	.block-product-item.carousel__slide .photo-container .photo,
	.photo-wrapper img{
		    aspect-ratio: 1;
			width:100%;
			height:100%;
			object-fit:cover;
	}
.block-product-item.carousel__slide .photo-wrapper {
	max-height:170px;    overflow: hidden;}
}

/* Custom from plugin */
.tab__custom .tab-panels {
padding:15px;}
.hide__viewmore .la-block-top-products-view-more,
.tab__custom .box-list__categories
{display:none}
.nkd-contact__form .wpcf7-form-control.wpcf7-submit {
    background-color: var(--color-brand);
    border-color: var(--color-brand);
}
.owl-dots,
.owl-nav{
    display: none;
}
a.photo-container .photo{
	margin-bottom: 15px;
}