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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
.fix-mobile {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
    background: #232323;
	padding-bottom: 3px;
	z-index:999;
	display: none;
}
.fix-mobile ul li a, .fix-mobile ul li a i {
    margin: 0 auto;
    display: block;
    font-size: 12px;
    color: #fff;
}
.fix-mobile ul li a i:before {
    font-size: 30px;
    color: #ffffff;
}
.fix-mobile [data-icon-label]:after {
    background: #fff !important;
    color: #151515;
    font-size: 13px;
	right: -8px;
    top: -4px;
}
.fix-mobile ul.header-nav.nav {
    height: 59px;
}
.fix-mobile ul li {
    text-align: center;
    width: 20%;
    padding: 0;
	height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
}
.fix-mobile .nav>li>a>i+span {
    margin-left: 0;
	display: block;
	line-height: 15px;
}
.fix-mobile span.hide-for-small {
    display: block !important;
}
i.icon-home {
        background: url(http://mevabe.hatinhweb.com/wp-content/uploads/2019/12/home-white.svg) center no-repeat;
    width: 33px;
    height: 35px;
}
.fix-mobile ul li a i.icon-menu:before {
    font-size: 34px;
    font-weight: 900;
    line-height: 33px;
}
.fix-mobile ul li a i.icon-shopping-basket:before {
    font-size: 25px;
    line-height: 37px;
}
.fix-mobile ul li a i.icon-phone:before {
    font-size: 28px;
    line-height: 36px;
}
.fix-mobile ul li a.header-cart-link {
    padding: 0;
    background: transparent;
}
/**/
.devvn_woo_fixed_bar {
    font-size:13px;
		bottom: 0;
    left: 50%;
    background: #fff;
    width: 100%;
    max-width: 1000px;
    position: fixed;
    z-index: 9;
    box-shadow: 0 1px 1px #e8e8e8;
    -webkit-box-shadow: 0 1px 1px #e8e8e8;
    -moz-box-shadow: 0 1px 1px #e8e8e8;
    transform: translate3d(-50%,0,0);
    -moz-transform: translate3d(-50%,0,0);
    -webkit-transform: translate3d(-50%,0,0);
}
.devvn_woo_fixed_bar ul {
    width: 100%;
    position: relative;
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
}
.devvn_woo_fixed_bar ul li {
    display: table-cell;
    list-style: none;
    margin: 0;
    background: #232323;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.devvn_woo_fixed_bar ul li a {
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}
.devvn_woo_fixed_bar ul li.fixed_add_cart {
    background-color: #D60009;
}
.devvn_woo_fixed_bar ul li:first-child {
    width: 100px;
}
.devvn_woo_fixed_bar ul li.fixed_add_cart i.fixed_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.devvn_woo_fixed_bar ul li.fixed_add_cart span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
}
.devvn_woo_fixed_bar ul li.fixed_add_cart i.fixed_icon svg {
    width: 35px;
}
i.fixed_icon svg {
    width: 20px;
    height: auto;
}
.devvn_woo_fixed_bar {
    display: none;
}
/**/
.xedap-floating-icon {
    background: rgba(255,255,255,.5);
    position: fixed;
    z-index: 9;
    left: 13px;
    bottom: 75px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    border: 1px solid rgba(255,255,255,.5);
    padding: 5px;
}
.xedap-floating-icon>span {
    background-color: #21409a;
    border-radius: 8px;
    color: #fff;
    left: 0;
    right: auto;
    position: relative;
    top: -4px;
    width: 32px;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    padding: 0 6px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
}
.xedap-floating-icon .chat-float.zalo {
    background-image: url(/wp-content/themes/xe-dap/images/zalo-chat.png);
}
.xedap-floating-icon .chat-float.fb-messenger {
    background-image: url(/wp-content/themes/xe-dap/images/fb_messenger.svg);
    margin-top: 7px;
}
.xedap-floating-icon .chat-float {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 51px;
    height: 51px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
	.fix-mobile {
		display: block;
	}
	
	.devvn_woo_fixed_bar {
    display: block;
	}
	.xedap-floating-icon{
		display:none;
	}
}
#main .single-product .fix-mobile{
	display:none!important;
	}