/*
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.   ***************/

.box-image{
  border-radius: 0px;
}

h2 {
  color: #242246;
}

h5 .header-title{
 color: #26244c;
 font-size: 12px;
  line-height: 1.4;
  font-family: Montserrat;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}


.section-title b {
  background-color: currentColor;
  display: block;
  flex: 1;
  height: 0;
  opacity: 0;
}

.product-category .col-inner{
  box-shadow: none;
}

.insta-img{
margin-left: auto;
  margin-right: auto;
}

.contacts_banner-text h3{
background-color: #a16695ed;
  border-radius: 45px;
  padding: 13px 70px;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contacts_banner-text p{
background-color: #508e9ded;
  border-radius: 45px;
  padding: 13px 70px;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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


}