/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.box-text-middle.box-overlay .box-text {
       top: unset;
    padding: 0;
    bottom: 10% !important;
    transform: none;

}
@font-face {
  font-family: '1FTV-Designer';
  src: url(./assets/fonts/1FTVDesignerRegular.woff);
  font-weight: normal;
  font-style: normal;
	font-display:swap;
}
.footer_submit h3{
line-height: 1.6;
}
@font-face {
  font-family: 'SVN-Gotham-Book';
  src: url(./assets/fonts/SVN-Gotham-Book.otf);
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "1FTV-Designer", sans-serif;
}
body, p , span, ul, li, td, a {
    font-family: "SVN-Gotham-Book", sans-serif;
}
.mbws_catehome {
	    display: flex;
    align-items: center;

}
.single-product .product-info .price-wrapper .price  {
	font-size: 2em;
}
.single-product .product-info .price-wrapper .price span.amount {
	font-weight: 700;
}
.product-info .ux-buy-now-button,
.product-info .single_add_to_cart_button {
    width: unset;
}
@media (max-width:540px){
	.home-banners{
	margin-top:20px
	}
	.product-category.col .box-category .box-text h5 {
    margin-bottom: 5px;
    font-size: 0.7rem;
    text-align: left;
    margin-left: 10px;
}
}