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

/* header */
.header-main .nav i:not(.icon-angle-down), .header-bottom .nav i {
    color: #fff!important;
}
.header-main .header-button > .button.is-outline {
    border-color: #fff!important;
}
span.header-cart-title {
    color: #fff;
}
.header-main .header-button > .button:hover{
    background-color: #641518!important;
}
.header-main .header-button > .button:hover i{
    color: #fff!important;
}
.nav-dropdown{
    padding:0;
    width: 120%;
    min-width: initial;
    max-width: 177px;
    border: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
li.current-dropdown>.nav-dropdown{
    left: 50%;
    transform: translateX(-50%);
}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{
    font-weight:normal !important; 
    text-transform:none !important;
    font-size:15px;
    margin: 0 !important;
}
.nav-dropdown .nav-dropdown-col>ul{
    margin-top:-40px;
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    display:none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 100%;
}
.nav-dropdown>li.nav-dropdown-col{
    width:100%;
    border: none;
	position: relative;
    min-width: initial;
}
.header-nav li.nav-dropdown-col:hover >ul{
    display:block !important
}
.nav-dropdown .menu-item-has-children::after{
	content: "";
	position: absolute;
	right: 5%;
	top: 50%;
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-left: none;
	border-bottom: none;
	transform: translateY(-50%) rotate(45deg);
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}
.hd-language span {
    padding-right: 18px;
    padding-left: 10px;
}
.html.html_topbar_left{
    display: none;
}
.active>ul.sub-menu:not(.nav-dropdown){
    display: none;
}
div#logo{
    width: initial;
}
.html.html_topbar_right{
    position: absolute;
    bottom: -50%;
}
.stuck .html.html_topbar_right{
    display: none;
}
/* footer */
.absolute-footer {
    border-top: 1px solid #333333;
}
.footer-1 a{
    color: inherit;
}
.footer-1 a:hover{
    color: #fff;
}
.footer-1 p{
    margin-bottom: 0;
}

/* trang giới thiệu */
.sec-aboutus .icon-box{
    margin-bottom: 1em;
}
.sec-aboutus .icon-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* trang liên hệ */
.sec-contact .icon-box{
    margin-bottom: 1.6em;
    flex-wrap: nowrap;
}
.sec-contact .form_title p{
    color: #019444;
    font-size: 2em;
    margin-bottom: .8em;
}
.sec-contact label, .sec-contact input[type="submit"]{
    font-weight: initial;
    font-size: 1em;
}
@media only screen and (min-width: 550px){
    .font-size-normal-mobile{
        font-size: 4em !important;
    }
}
@media only screen and (max-width: 849px){
    .text-center-medium>.col-inner{
        text-align: center;
    }
}

/* sản phẩm */
.product-small>.col-inner, .product .product-images, .woocommerce-product-gallery{
    overflow: hidden;
}
.badge-container{
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    margin: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #d90a1b;
    background: -webkit-gradient(left top, right bottom, color-stop(70%, #d90a1b), color-stop(100%, #a70613));
    background: linear-gradient(135deg, #d90a1b 70%, #a70613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90a1b', endColorstr='#a70613', GradientType=1 );
}
.badge-container .badge{
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1.8rem;
}
.badge-container .badge-inner{
    background: none;
}
.vertical-thumbnails::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@media only screen and (min-width: 850px){
    .product-main .product-gallery>.row>.col.large-10,
    .product-main .flickity-slider>.col:last-child{
        padding-bottom: 0 !important;
    }
}