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

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

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap');


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


}
@media screen and (min-width:992px){
	.slider-home{
	padding-left:0 !important;
}
}
@media screen and (max-width:991px){
	.mobile-nav .icon-menu{
	  color:#fff !important;
    }
	.mobile-nav .icon-search,.mobile-nav .menu-title{
		color:#fff !important;
	}
	
}

.nav-dropdown-has-border .nav-dropdown {
    border-width:1px !important;
}
.slider-home img{
	border-radius:10px !important;
}

ul.wc-bacs-bank-details{
    list-style:none;
}

.buy-now{
    background-color: #0091ce !important;
}
.hotline{
    color:#CF3339;
    font-size:22px;
    font-weight:bold;
    margin-bottom:0;
    font-size:18px;
}
.hotline a{
    color:#CF3339;
    font-size:18px;
}


.home  .section-title-normal{
     border-bottom: 0px solid #fff !important;
}
.section-title-normal span{border:none !important;}
body:not(.home) #main .category-page-row{
	margin-bottom:20px !important;
}
.product-main .content-row{
		background-color:#fff !important;
	margin-bottom:20px !important;
}


body:not(.home) .header-vertical-menu__fly-out .nav-vertical-fly-out {
    
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cart-container{
	background-color:#fff !important;
	margin-bottom:20px;
}

body:not(.home) .list-brand{
	    height: 90px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
}
.policy-list img{
	width:auto !important;
	max-width:100%;
}
/*
body.category .list-brand,body.single-post .list-brand{
	display:none !important;
}*/
