/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.1
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
:root{
	--global-color-5: #B30E11;
}
.header-nav-main{
	display: flex;
	gap: 20px;
}

.header-nav-main li{
	width: auto;
	display: inline-block;
}

.header-nav-main li a{
	color: #ed1b24 !important
}

.header-nav-main .header-button .button{
	color: #fff !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-bottom-nav li a{
	font-weight: normal !important
}
.nav-dropdown-has-border .nav-dropdown{
	top: 45px;
	border: unset !important;
}
.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before{
	content: none !important;
}

.btn-color{
	color: #f9ff00 !important;
	margin-right: 10px;
}

.edit-line-banner h2{
	line-height: 1.3;
}

.max-w-120{
	width: 200px;
}

.text-align-left{
	text-align: left;
	margin-bottom: 10px;
	font-weight: normal;
}

.copyright-footer{
	color: #fff;
}

.copyright-footer a{
	font-weight: bold;
	color: yellow;
}

.back-to-top{
	display: block;
	border-color: #cf2e2e !important;
	background: #cf2e2e !important;
	
}

.back-to-top .icon-angle-up{
	color: #fff
}

.logo-footer{
	position: absolute;
    top: -30px;
    left: -7px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 20px 20px;
}

.logo-footer .col-inner{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0 !important;
    height: 110px;
}

.banner{
	background: transparent !important;
}

.img .caption{
	display: block;
    position: absolute;
    text-align: center;
    transform: unset !important;
    background: transparent;
    color: #B30E11 !important;
    font-weight: bold;
    font-size: 29px;
	overflow: inherit;
	height: auto;
	bottom: 70px;
}

.home-slider .is-selected.img .caption{
	top: 75%;
    bottom: auto;
    transform: translateY(-50%) !important;
}


.home-slider .img:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #E9DDA4;
    transform: translate(-50%, -50%);
	transition: ease-in-out 0.5s;
}
.home-slider .img-inner img{
	transform: scale(0.6);
	height: auto;
}

.home-slider .is-selected .img-inner img{
	transform: scale(0.8)
}

.home-slider .is-selected.img:before{
    bottom: auto;
    width: 240px;
    height: 240px;
    top: 70%;
}

.home-slider .slider-nav-outside.slider-nav-circle .previous{
    left: -160px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    height: 60px;
    opacity: 1;
	top: 45%;
}

.home-slider .slider-nav-outside.slider-nav-circle .next{
	left: -100px;
	width: 60px;
	background: #fff;
    border-radius: 50%;
    height: 60px;
    opacity: 1;
	top: 45%;
}

.home-slider .slider-nav-outside.slider-nav-circle .flickity-button svg {
	width: 49px;
	transition: ease-in-out 0.5s;
}

.home-slider .slider-nav-outside.slider-nav-circle .flickity-button:hover svg{
	background-color: #fff;
	border: unset
}

.home-slider .slider-nav-outside.slider-nav-circle .flickity-button svg path,
.home-slider .slider-nav-outside.slider-nav-circle .flickity-button:hover svg path{
	fill: green !important;
}

.about-border img{
	border: 10px solid #B30E11;
	border-radius: 20px;
	overflow: hidden
}

.form-thong-tin{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.form-thong-tin .flex__row p{
	display: flex;
	gap: 20px;
}

.form-thong-tin .flex__row label{
	font-weight: normal !important; 
	font-size: 16px;
}

.form-thong-tin .flex__row label input{
	border: 1px solid;
	border-radius: 50px;
	box-shadow: unset;
	margin-top: 10px;
}


.form-thong-tin .flex__row label textarea{
	border: 1px solid;
	border-radius: 20px;
	box-shadow: unset;
	margin-top: 10px;
}

.form-thong-tin .wpcf7-submit{
	background: #B30E11;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px;
	border-radius: 50px;
}

.ulflow__background__title {
    background: #B30E11;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
}

.ulflow__background__title strong {
    position: relative;
    z-index: 1;
    padding: 15px 30px 15px;
}

.ulflow__background__title strong:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    background: #93090c;
    padding: 0px;
    z-index: -1;
}

.ulflow__background__title strong:after {
    content: "";
    position: absolute;
    top: -3px;
    border-style: solid;
    border-width: 100px 120px 0 0;
    border-color: #93090c transparent transparent transparent;
    height: calc(100% + 10px);
    padding: 0px;
}

.wc-block-grid__products {
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 0;
	gap: 13px;
}

.wc-block-grid__product {
    border-bottom: 16px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    box-sizing: border-box;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: calc(100% / 4 - 10px);
}

.wc-block-grid__product.wc-block-grid__product {
    box-sizing: border-box;
}
.wc-block-grid__products>li a {
    text-decoration: none;
    font-size: 24px;
}
.wc-block-grid__products .wc-block-grid__product-image {
    transform: scale(0.8);
    transition: all 0.5s ease;
}
.wc-block-grid__product-title{
	    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
}

#wc-column-container{
	display: none
}

.woocommerce-breadcrumb{
	font-size: 40px;
    text-transform: capitalize;
    font-weight: normal;
}

.shop-container{
	background: url(/wp-content/uploads/2023/11/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.woocommerce-product-gallery{
	width: 100% !important
}

.woocommerce-breadcrumb{
	display: none
}

.single-product .product-info .product_title{
	color: #B30E11;
	font-size: 2rem
}

.wc-tabs{
	border-bottom: 1px solid var(--global-color-5);
}
.wc-tabs li {
    background-color: #fff !important;
    border: 1px solid var(--global-color-5) !important;
    border-bottom: 0px !important;
}
.wc-tabs li a{
	background: var(--global-color-5) !important;
    color: #fff !important;
    border: unset;
	font-size: 18px;
}
.wc-tabs li.active {
    background-color: var(--global-color-5) !important;
}

.tab-panels{
	border: unset !important
}

.border-maps{
	border: 7px solid var(--global-color-5);
	border-radius: 20px;
	overflow: hidden;
}

.apbThumbCats a,
.apbReadMore a{
	background: var(--global-color-5) !important;
}

.apbReadMore a{
	border-radius: 50px !important;
}

.apbMeta a,
.apbMeta .dashicons,
.apbTitle a{
	color: var(--global-color-5) !important
}

.list__post .apbSideImage{
	background: #fbd0d1 !important
}

#comments{
	display: none !important
}

.badge-inner,
.wp-block-button__link{
	background: var(--global-color-5) !important;
	color: #fff
}
.wp-block-button__link:hover{
	color: #fff !important
}

#wide-nav .flex-row,
#wide-nav .flex-col,
#wide-nav .flex-col ul,
#wide-nav .flex-col ul li,
#wide-nav .flex-col ul li a{
	height: 65px;
}

#wide-nav .flex-col ul li a{
	display: flex;
	align-items: center;
}

#wide-nav .flex-col > ul > li.active > a{
	background: var(--global-color-5) !important;
	color: #fff
}

.banner-catalogue .banner-bg.fill img{
	object-position: right
}

.remove{
	width: 0 !important;
	height: 0 !important;
}

@media (max-width: 1440px) {
	.home-slider .is-selected.img:before{
		width: 200px;
		height: 200px;
	}
	.home-slider .img:before{
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 849px){
	#main .banner-link{
		background-image: linear-gradient(90deg, #550707, #9b1c1e);
	}
	.edit-line-banner h2{
		font-size: 2em;
	}
	.btn-color{
		font-size: 1.5em
	}
	
	.home-slider .slider-nav-outside.slider-nav-circle .previous{
		left: 0;
		display: block;
	}
	.home-slider .slider-nav-outside.slider-nav-circle .next{
		left: auto;
		right: 0;
		display: block;
	}
	
	.section-catalouge{
		padding-top: 0 !important;
	}
	
	.mobile-nav .header-button a{
        width: 50px;
        height: 50px;
        background: var(--global-color-5) !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
	}
	
	.mobile-nav .social-icons .button{
		border-color: var(--global-color-5) !important;
		width: 50px;
		height: 50px;
		display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
		color: var(--global-color-5)
	}
	.off-canvas .nav-vertical>li>a{
		color: var(--global-color-5) !important;
		font-size: 16px;
	}
	
	.wc-block-grid__product{
		width: calc(100% / 2 - 10px)
	}
}

@media (max-width: 549px){
	.edit-line-banner h2{
		font-size: 1.8em;
	}
	.btn-color{
		font-size: 1.3em;
		margin-right: 2px;
	}
	.banner .button{
		font-size: 1.3em
	}
	
	.logo-footer{
		position: static;
	}

	.logo-footer .col-inner{
		height: auto;
	}
	.medium-logo-left .flex-right{
		flex: unset;
	}
	
	.flex__row.three__columns p{
		flex-direction: column;
	}
}