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

/*************** ADD CUSTOM CSS HERE.   ***************/
body{
	color: #3D3D3D;
	 font-family: "Oswald", sans-serif !important;
	
}
:root{
	--color-do: #87000a;
	--color-main: #f7f1e7;
	--color-text: #3D3D3D;
}
h1, h2,h3,h4,h5,h6,.nav > li > a{
	color: #3D3D3D;
	font-family: "Oswald", sans-serif !important;
}
.container, .container-width, .full-width .ubermenu-nav, .row, .row.row-small {
    max-width: 1400px;
}
.nav > li > a {
    font-size: 18px;
    font-weight: 500 !important;
    color: var(--color-do) !important;
    text-transform: capitalize;
}
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase{
	justify-content: center;
	gap: 16px;
}
a.header_btn_call {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.header_btn_call i {
    background-color: var(--color-do);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-main {
    background-color: #fff;
}
.product-small .box-image{
	width: 100%;
	height: 450px;
}
.product-small .box-image a, .product-small .box-image>div{
	width: 100%;
	height: 100%;
}
.product-small .box-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.custom_title h3{
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.home_ss2 .row_2 .box_text{
	padding: 50px;
}
.home_ss2 .row_2 .box_text h4{
	font-size: 30px;
}
.btn_xemthem {
    display: block;
    text-align: right;
    padding-top: 50px;
}
.ct_btn{
	position: relative;
	padding-right: 72px;
	display: block;
	line-height: 1;
	font-weight:400;
}
.ct_btn:before, .ct_btn:after{
    background: #000;
    bottom: 2px;
    content: "";
    display: block;
    position: absolute;
	right:3px;
}
.ct_btn:before {
    height: 2px;
    width: 56px;
}
.ct_btn:after {
    bottom: 5px;
    height: 2px;
    transform: rotate(40deg);
    width: 14px;
	right:0px;
}
.product-title a{
	font-size: 16px;
	font-weight: 300;
	display: block;
	 display: -webkit-box;
	 max-width: 100%;
	 margin: 0 auto;
	 line-height: 1;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 text-overflow: ellipsis;
	color: var(--color-text);
	margin-bottom: 10px !important;
}
.price-wrapper bdi {
    font-weight: 400;
}
.product-small .box-text{
	padding: 16px !important;
}
.custom_product .col{
	padding: 16px 5px !important;
}
.product-small .col-inner{
    box-shadow: 0px 0px 5px #ffeed2;
    border-radius: 10px;
    overflow: hidden;
}
footer{
	border-top: 1px solid var(--color-do);
}
a.quick-view.quick-view-added {
    height: 50px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000005;
    text-transform: capitalize;
}
.image-tools.grid-tools.text-center.hide-for-small.bottom.hover-slide-in.show-on-hover {
    height: 50px;
}
.product-small .hover-slide-in {
    transform: translateY(0%) translateZ(0);
}
.variable-item.disabled {
    position: relative;
    opacity: 0.5;
}

.variable-item.disabled::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transform: rotate(-25deg);
}
.product_ss1 .quantity.buttons_added, .single_variation {
    display: none !important;
}
.product_ss1 .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-direction: row-reverse;
	gap: 10px;
}
button.single_add_to_cart_button {
    display: block;
    width: 100%;
    background-color: #9d9b9b !important;
    font-size: 16px;
    text-transform: math-auto;
    font-weight: 400;
    border-radius: 8px;
	flex: 1;
}
.button.buy-now {
    flex: 1;
    border-radius: 10px;
    text-transform: math-auto;
    font-weight: 400;
    background-color: #87000a !important;
}
.product-specs .product_content.collapsed{
	max-height: 300px;
	height: 300px;
	transition: max-height 0.4s ease;
}
.product-specs .product_content{
	height: auto;
	max-height: none;
	overflow:hidden;
	transition: max-height 0.4s ease;
}

.product-specs .btn_toggle{
	text-align: center;
}
.product-specs .btn_toggle .toggle-desc{
	padding: 4px 24px;
    border-radius: 8px;
    background-color: var(--color-do);
    text-transform: math-auto;
    color: #fff;
    font-weight: 400;
	margin: 0px;
}
.product_ss1 .row_1{
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.blog_ss1 .page_breadcrumb ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
	margin-top: 10px;
}
.blog_ss1 .page_breadcrumb ul li {
    margin: 0px;
}
.blog_ss1 .page_breadcrumb ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog_ss1 .page_breadcrumb ul li a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(/wp-content/uploads/2026/04/arrow-2.png) center no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}
.blog_ss1 .page_breadcrumb ul li a.active {
    color: #c29b40;
}
.blog_ss1 .page_breadcrumb ul li:last-child a:after{
	display: none;
}
.custom_blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 180px;
    gap: 10px;
    max-width: 100%;
    margin: auto;
    padding: 30px 16px;
    position: relative;
}
.custom_blog .post-item{
	max-width: none;
	flex-basis: none;
}
.custom_blog .post-item .col-inner,.custom_blog .post-item .col-inner a{
	width:100%;
	height: 100%;
	display: block;
}
.custom_blog .post-item {
    grid-column: span 2;
    grid-row: span 1;
}
.custom_blog:after{
	display: none;
}
.custom_blog .post-item .box-blog-post{
	display: flex;
	width: 100%;
	height: 100%; 
}
.custom_blog .post-item .box-image{
	width: 55%;
	max-width: 55%;
	flex-basis: 55%;
	height: 100%;
}
.custom_blog .post-item .box-image .image-cover{
	width: 100%;
	height: 100%;
}
.custom_blog .post-item .box-image img{
	width: 100%;
	height: 100%; 
	object-fit: cover;
	border-radius: 8px;
}
.custom_blog .post-item .box-text{
	padding-left: 20px;
	padding-top: 0px !important;
}
.custom_blog p.cat-label {
    color: red;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.custom_blog .post-item:nth-child(1){
	grid-column: span 1;
    grid-row: span 3;
    width: 700px;
    height: 630px;
	max-width: 700px;
} 
.custom_blog .post-item:nth-child(1) .box-text{
	padding-top: 16px !important;
}
.custom_blog .post-item:nth-child(1) .col-inner .box{
	display: flex;
	flex-direction: column;
} 
.custom_blog .post-item:nth-child(1) .box-image {
    width: 100%;
    height: 500px;
	border-radius: 16px;
	overflow: hidden;
	max-width: 100%;
	flex-basis: 100%;
}
.bst-list .bst-item {
    max-width: 33.3333%;
    flex-basis: 33.3333%;
    padding: 10px;
}
.bst-list .bst-item a{
	width: 100%;
	min-height: 780px;
}
.bst-list .bst-item a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.variations .label label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.chinhsach ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.chinhsach ul li{
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0px;
	padding: 0px;
}
.chinhsach ul li img{
	width: 22px;
	height: 22px;
	object-fit: contain;
}
@media only screen and (max-width: 900px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.custom_blog {
    display: flex;
	margin: auto !important;
}

}