/*
Theme Name: K-Solutions
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 2026
*/

.pb-0{
	padding-bottom: 0px;
}

/*sidebar top*/
.top-bar-nav>li>a{
	font-size: 18px;
}
.nav-dark .nav>li.header-divider {
    border-color: hsl(0deg 0% 100% / 73%);
}

/*main menu*/
.header-nav-main.nav-spacing-xlarge>li{
	margin-right: 35px;
}

/*main menu mobile*/

.off-canvas-left.dark .mfp-content{
	background-color: #002252;
}
.dark .mobile-sidebar .nav>li>a, .dark .mobile-sidebar .nav-vertical>li>ul li a{
	color: #bb9564;
}
.dark .mobile-sidebar .nav>li.current-menu-item>a, 
.dark .mobile-sidebar .nav-vertical>li>ul li.current-menu-item a{
	color: #f4d199;
}
.btn-custom{
	border: none;
    color: #ffffff;
    background: linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%);
    border-radius: 10px;
}
.btn-custom span{
    color: #ffffff;
}

/*homepage*/
.row-bg-white{
    background-color: #ffffff;
    -webkit-box-shadow: 2px 3px 7px #f1f1f1;
    box-shadow: 2px 3px 7px #f1f1f1;
}
.custom-title b{
	opacity: 0;
}
.custom-title .section-title-main, .page-title span {
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 32px;
}
.custom-title .section-title-main::after, .page-title span::after {
    background-color: #C28E68;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
}

.post-item .col-inner {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 12px;
}
.post-item .is-divider{
	display: none;
}
.post-item .box-text{
	padding-left: 10px;
    padding-right: 10px;
}
.tuvansp .box-text{
    padding-top: 30px;
    padding-bottom: 30px;
}

/*product loop*/
.product-small .image-popup{
	display: block;
}
.image-popup .box-text{
	display: none;
}
.col-inner .product-small.box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 0;
    height: 100%;
    overflow: hidden;
}

.col-inner .product-small .box-text .product-title a {
	color: #002252;
    font-size: 18px;
    height: 44px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px !important;
}
.col-inner .product-small .box-text .price-wrapper span.amount {
	color: #c28e68;
    font-size: 14px;
}
.col-inner .product-small .box-text .button {
    border: none;
    color: #ffffff;
    background: linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%);
    border-radius: 7px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    height: 42px;
    padding: 5px 15px;
    text-transform: none;
}
.product.product-small .box-text .button:hover {
    background: linear-gradient(96.55deg, #613613 34.14%, #E9BC98 100.25%);
}
/*đánh giá*/
.like-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
}
.like-content .like-label {
    margin-right: 10px;
}
.like-content .like-total {
    padding: 0 10px;
}
.like-content .disk-like-total {
    padding-left: 10px;
}
.like-content img {
    height: 30px;
}
.like-content .like-total {
    padding: 0 10px;
}
.col-space-between .col-inner{
	height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*post single*/
.single-post .article-inner {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    padding: 30px;
}
/*product single*/
.single-product .woocommerce-breadcrumb {
    color: #613613;
    margin-top: 0px;
    margin-bottom: 15px;
}
.single-product .woocommerce-breadcrumb a {
    color: #bb9564;
}
.single-product .woocommerce-breadcrumb a:last-child {
    color: #002252;
}
.single-product .product-main {
    padding: 20px 0;
}
.single-product .content-row {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
    padding: 30px;
}
.single-product .product-summary .single_add_to_cart_button {
    border: none;
    color: #ffffff !important;
    background: linear-gradient(96.55deg, #8F582A 12.14%, #E9BC98 105.25%);
    border-radius: 7px !important;
    font-family: "Faustina", sans-serif;
    font-size: 18px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.single-product .product-summary .single_add_to_cart_button:hover {
    background: linear-gradient(96.55deg, #613613 12.14%, #E9BC98 105.25%);
}
/*swatch*/
.single-product .product-summary form.cart th.label label{
    font-size: 18px;
}
.single-product .product-summary form.cart li.variable-item {
    height: 40px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border: 1px solid #B5B5B5;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
}
.single-product .product-footer .product-section-title {
    position: relative;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.single-product .product-footer .product-section-title::after {
    background-color: #C28E68;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 15%;
}
.single-product .product-summary form.cart .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
/*form contact*/
input[type="email"], input[type="search"], input[type="number"], input[type="url"], input[type="tel"], input[type="text"], input[type="date"], input[type="password"], .select2-container .select2-choice, .select2-container .select2-selection, textarea {
    background: #FFFFFF;
    border: 1px solid #C2CFE0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

/*footer*/
footer .ux-menu-link__text{
	color: #FFFFFF;
}

.page-template-default #main .row-main {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
@media screen and (min-width: 1200px){
	/*product loop*/
	.col-inner .product-small .box-text .product-title a{
	    font-size: 20px;
	}
	.col-inner .product-small .box-text .button {
	    padding: 5px 30px;
	}
	.col-inner .product-small .box-text .price-wrapper span.amount{
		font-size: 18px;
	}
    /*product single*/
    .single-product .product-main {
        padding: 30px 0;
    }
    .single-product .single-top {
        margin-bottom: 70px;
        padding: 75px;
    }
    .single-product .product-summary .price-wrapper span.amount, .single-product .product-summary .price-wrapper del span.amount, .single-product .product-summary .price-wrapper ins span.amount {
        color: #C28E68;
    }
    .single-product .product-summary .single_add_to_cart_button {
        padding-left: 30px;
        padding-right: 30px;
    }
    /*post single*/
    .single-post .article-inner {
        padding: 50px;
    }
}
@media screen and (min-width: 576px){
	.like-content {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	    margin: 0;
	}
}

