/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: HiroshiLord
Template: flatsome
Version: 3.0
*/
.header-search-form-wrapper #woocommerce-product-search-field-0 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.header-search-form-wrapper .ux-search-submit {
border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.custom-img-box-contact .box .box-image {
  width: 30% !important;
}
.custom-img-box-contact .box .box-text .text {
  text-align: center !important;
}
.bagde-title .section-title span {
  border-radius: 4px;
  border: 2px solid rgb(0 0 0 / 0%);
  background: #000;
  color: #fff;
  width: 28%;
  padding: 5px 10px;
  font-size: 20px;
}
.section-title-normal {
  border-bottom: none;
}
.section-title b {
  opacity: 0;
}
.section-footer .box .text h4 {
  font-size: 15px;
}
.section-footer .box .text p {
  font-size: 12px;
}
.section-footer .ux-menu-link a.ux-menu-link__link .ux-menu-link__text {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .bagde-title .section-title span {
    border-radius: 4px;
    border: 2px solid rgb(0 0 0 / 0%);
    background: #000;
    color: #fff;
    width: 90%;
    padding: 5px 10px;
    font-size: 20px;
  }
}
