/*
Theme Name: Flatsome child
Author: Loc - Mevivu
Description: child theme cua web non bao hiem
Template: flatsome
version: 3.17.1
*/
:root{
    --primary-color: #000;
    --secondary-color: #f9bb15;
}
.secondaryTextColor{
    color:var(--secondary-color);
}
body,.nav > li > a{
    font-family:arial,helvetica,sans-serif;
}
.whiteTextColor{color:#fff;}
.header-block .col{
    padding:0;
}
.header-vertical-menu .header-vertical-menu__fly-out {
top: 53px;
}
.header-vertical-menu__opener:hover{
    display:flex;
}
.home .header-vertical-menu__fly-out--open{
    display:flex!important;
    
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{
    font-family:inherit;
}
.ux-search-submit.submit-button{
    padding: 5px 25px;
border-radius: 5px;
border-color: #fff;
background: var(--primary-color)!important;
}
.ux-search-box #woocommerce-product-search-field-0{
    border-radius:5px 0px 0px 5px;
        padding: 25px 5px;
border: none;
}
button{
    -webkit-transition: color 0.45s cubic-bezier(.785,.135,.15,.86),border 0.45s cubic-bezier(.785,.135,.15,.86);
    transition: color 0.45s cubic-bezier(.785,.135,.15,.86),border 0.45s cubic-bezier(.785,.135,.15,.86);
}
button[type="submit"][name="add-to-cart"]{
outline: none;
height: 50px;
line-height: 50px;
background-color: #f94e3f;
border: 1px solid #f94e3f;
color: #fff;
text-transform: inherit;
font-weight: 700;
font-size: 12px;
margin: 0;
padding: 0px 50px;
border-radius: 5px;
}
button[type="submit"][name="add-to-cart"]:hover{
        box-shadow: inset 0 0 0 0px;
    background-color: #fff;
color: #f94e3f;
}

button[type="submit"][name="add-to-cart"]:before{
    position: absolute;
content: '';
display: block;
left: 0px;
top: 0;
right: 0px;
bottom: 0;
-webkit-transform: scale(1,1);
transform: scale(1,1);
-webkit-transform-origin: left center;
transform-origin: left center;
z-index: -1;
background-color: transparent;
-webkit-transition: -webkit-transform 0.45s cubic-bezier(.785,.135,.15,.86);
transition: -webkit-transform 0.45s cubic-bezier(.785,.135,.15,.86);
    transition: transform 0.45s cubic-bezier(.785,.135,.15,.86);}

button[type="submit"][name="add-to-cart"]:hover:before{
    
    -webkit-transform-origin: right center;
    background-color:#ff0000;
transform-origin: right center;
-webkit-transform: scale(0,1);
transform: scale(0,1);
    z-index:3;
}
#cartTitle:hover{
    color:#fff;
}
.product-small .box-image img{
        min-height: 308px;
    min-width:308px;
object-fit: cover;
margin: 0 auto;
max-width: 100%;
width: 100%;
}
.product-small .badge-inner.secondary.on-sale{
    position: absolute;
top: -30px;
left: 8px;
box-sizing: border-box;
text-align: center;
z-index: 10;
color: white;
background-color: #cc0000;
width: 45px;
height: 45px;
line-height: 45px;
border-top-left-radius: 0;
border-bottom-left-radius: 45px;
border-top-right-radius: 45px;
border-bottom-right-radius: 45px;
padding: 0px;
font-size: 12px;
-ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
opacity: 1;
}
a.secondaryTextColor:hover{
    color:var(--secondary-color);
}
.containerTitle{
        display: flex;
align-items: center;
vertical-align: middle;
}
.containerTitle .titleSection{
    width: fit-content;
margin-bottom: 0px;
padding: 15px;
    padding-left:0px;
}
.containerTitle .lineMiddle{
 border-bottom: 2px solid var(--primary-color);
flex: 1;
}
.containerTitle p{
        width: fit-content;
vertical-align: middle;
margin-bottom: 8px;
padding-left: 15px;
padding-top: 10px;
}
.hyperlinkSection a:hover{
    color:var(--secondary-color);
}
.sectionTitleCenter .section-title b{
    
    background:transparent;
}
.sectionTitleCenter .section-title .section-title-main{
    color:var(--primary-color);
}
.sectionTitleCenter{margin-bottom:0;}
.sectionTitleCenter .section-title{
    margin-bottom:0;
}
.buyNowButton{
    padding-top: 15px;
height: 50px;
width: 217px;
    margin-bottom:0;
    border-radius:5px;
}
.section-content .tabbed-content .nav{
    background-color:var(--primary-color);
    border-radius:5px;
}
.section-content .tabbed-content .nav .tab span{
    transition:background-color 0.15s ease-in-out;
    color:var(--primary-color);
    border-radius:5px;
    margin-left:10px;
    background-color:#fff;
    padding:10px;
    border:1px solid #ffff;
    
}
.section-content .tabbed-content .nav .tab.active span,.section-content .tabbed-content .nav .tab:hover span{
    background-color:var(--primary-color);
    color:#fff;
}
.product-small .woocommerce-Price-amount bdi{
    color:red;
}
.boxTextEffect{
    position:relative;
}
.boxTextEffect .box-image:before{
content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.15);
z-index:1000;}
.boxTextEffect:hover .box-image:before{
    background-color:rgba(0,0,0,0);
}
.boxTextEffect .boxIntroduce .lineHeads{
    position: absolute;
content: "";
top: 0;
left: 10px;
width: 40px;
height: 2px;
background-color: #fff;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.boxTextEffect:hover .boxIntroduce .lineHeads{
    background-color:var(--primary-color);
    width:calc(80%);
}
.box-text .boxIntroduce h4{
    color:#fff;
}
.boxTextEffect:hover .box-text .boxIntroduce h4{
    color:var(--primary-color);
}
.boxTextEffect .box-image img{
    
    transform: rotate(0deg) scale(1);
    
}
.boxTextEffect .box-image:hover img{
transform: rotate(-3deg) scale(1.1);	
}
.boxTextEffect .box-text{
    position: absolute;
bottom: 0;
}
.col.bannerIconBox {
    padding-left:0;
}
#footer .ux-menu-link__text{
    color:#fff;
}
#footer .ux-menu-link__text:hover{
    color:var(--secondary-color);
}
#woocommerce_product_categories-2{
    border:1px solid var(--primary-color);
    
}
.widget-title{
    display:block;
    background:#333;
    padding:15px;
            color:#fff;
}
.product-categories{
    padding:10px;
}
.widget_product_categories .is-divider{
    display:none;
}
.social-icons{
    margin:10px 0px;
}
.button.icon{
    margin-bottom:0;
}
.page-wrapper{
    padding-top:0px;
}
#flatsome_recent_posts-3{
    border:1px solid var(--primary-color);
}
#flatsome_recent_posts-3 ul{
    padding:10px;
}

.widget .is-divider{
    display:none;
}
.post-sidebar .widget_recent_entries ul li{
    border:1px solid var(--primary-color);
    margin:5px 0px;
    padding:10px;
}
.widget_product_categories>ul>li{border-bottom: 1px dashed var(--primary-color);}
.contactTitle .section-title-normal span{
    border-bottom:1px solid var(--secondary-color);
}
.twoInputContainer p{
    display:flex;
    width:100%;
    justify-content:space-between;
    gap:20px;
}
.wpcf7-form-control-wrap input{
padding:25px 15px;
    border-radius:2px;
}
.button.alt:not(.is-outline), .single_add_to_cart_button{
    background-color:#f94e3f;
}
.wpcf7-form-control-wrap{
    width:100%;
}
.clickableText{
    padding:10px;
    border:1px solid #333;
    margin-bottom: 15px;

}
.clickableText .parentText{
    font-size:20px;
    color:var(--primary-color);
    
    cursor:pointer;
    margin-bottom:0;
}
.clickableText .subText{
    padding:10px;
    padding-left:30px;
}
.clickableText .subText{
    transition:display 0.15s ease-in-out;
    display:none;
}
.wpcf7-form-control{
    transition:border-color 0.3s ease-in-out;
    transition:box-shadow 0.3s ease-in-out;
}
.wpcf7-form-control:focus {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.header-bottom-nav .menu-item.current-dropdown .sub-menu{
background-color: var(--primary-color);
}

.header-bottom-nav .menu-item.current-dropdown .nav-dropdown.nav-dropdown-default>li>a{
color:#fff;
border-bottom:0px;
}
.header-bottom-nav .menu-item.current-dropdown .nav-dropdown.nav-dropdown-default>li {
border: 1px dashed var(--secondary-color);
}
.header-bottom-nav .menu-item.current-dropdown .nav-dropdown.nav-dropdown-default>li.menu-item:hover a{
    color:var(--secondary-color);
}
.woocommerce-message{
position: fixed;
right: 0;
z-index: 1000;
border: 1px solid;
box-shadow: 1px 1px 10px;
border-radius: 5px;
top: 50%;
background: #fff;
    animation:fade 3s cubic-bezier(0.23, 0.34, 0, 1.78) forwards;
}
@keyframes fade{
0%{opacity:0;right:-150px;}
30%{right:10px; opacity:1;}
    85%{
            right:10px; opacity:1;
    }
100%{right:-50px;opacity:0;}
}

/*mobile


.buttonSection .col-inner.text-right{
		text-align:center;
}
.containerTitle .lineMiddle, .containerTitle p{
		display:none;
}
.buttonSection .tabFormat .tab a[role="tab"]{
white-space:nowrap;
}
.section-title-center .section-title-main{
		margin-bottom:15px;
}
.buttonSection .tabFormat .nav{
		padding:10px;
width: 100%;
    flex-wrap: nowrap;
overflow:auto;
}
#woocommerce-product-search-field-1{
		padding: 24px 6px;
}
.home .product-small .box-image img {
    min-height: 163px;
     min-width: 163px;
    
}
form.cart{
		display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
form.cart .button{
		width: 100%;
		
}
form.cart .buyNowButton{
		margin:10px 0;
}
form.cart .quantity{
		width:100%;
		margin:0;
		border-radius:5px;
		margin-bottom:15px;
}
*/