/*
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.   ***************/
.home-titles b ,.bottom-line-title b{ display: none;}
.home-titles span,.bottom-line-title span {
  text-transform: initial;
  color: #1d1929;
  width: 100%;
  text-align: center;
}
.home-titles a {
  position: absolute;
  color: #000000;
  font-size: 0.6em;
  font-weight: 500;
  right: 0;
}
.home-banner{ padding-bottom:30px;}
.home-products .product-small.box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
}
.home-products .box-image {
	border-radius: 8px 8px 0 0;
}
.home-products .box-text {
	padding: 1em;
}
.home-products .product-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-products .price .amount {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.has-hover:hover .box-image img{opacity:1;transform:scale(1.15)}
.col{padding: 0 15px 30px!important;}
.widget .is-divider { display: none;}
.footer-widgets > .row .widget-title {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
}

.footer-widgets ul.menu>li+li{	border: none!important;}
.footer-secondary.pull-right{ display:none}
.bottom-line-title span{ position:relative; display:block}
.bottom-line-title span:after{content:'';background-color: rgba(0,0,0,.1);
  display: block;
  height: 3px;
  max-width: 30px;
  width: 100%;margin: 15px auto;}
.nav-divided > li{ margin:0}
.header-newsletter-item .primary{ background:#111 }
.header-bottom{border-bottom: 1px solid #e1e1f1;}
.header-bottom .nav > li > a{ padding:0}
.header-bottom .nav > li{ margin:0 20px}
.header-bottom-nav > li > a {line-height: 51px;}

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


}