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

.breamBox {
  min-height: 45px;
  align-items: center;
  display: flex;
  position: relative;
  background-color: rgb(245 245 245);
  width: 100%;
}

.breamBox a {
  color: black;
}

.breadcrumb_last {
  font-weight: bold;
  color: #dba43d;
}
body {
  font-weight: 300;
  font-style: normal;
}
h1,
h2,
h3,
h4 {
  font-weight: 300 !important;
  text-transform: capitalize;
}
.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  /*max-width: 1170px;*/
}
.cart-icon strong {
  border: 2px solid var(--fs-color-primary);
  border-radius: 0;
  color: var(--fs-color-primary);
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 1em;
  font-weight: 700;
  height: 2.2em;
  line-height: 1.9em;
  margin: 0.3em 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 2.2em;
}
.header-main .social-icons,
.header-main .cart-icon strong,
.header-main .menu-title,
.header-main .header-button > .button.is-outline,
.header-main .nav > li > a > i:not(.icon-angle-down) {
  /* color: #9c9a9a !important; */
}
.header-main .header-button > .button.is-outline,
.header-main .cart-icon strong:after,
.header-main .cart-icon strong {
  border-color: #9c9a9a !important;
}
.header-main .header-button > .button.is-outline,
.header-main .cart-icon strong:after,
.header-main .cart-icon strong {
  border-color: #9c9a9a !important;
}
.infoHeader {
  display: flex;
  list-style: none;
  gap: 14px;
  align-items: center;
}
.infoHeader li {
  margin-bottom: 0;
}
.infoHeader li i {
  color: hsla(0, 0%, 40%, 0.85);
}
.infoHeader li span {
  color: hsla(0, 0%, 40%, 0.85);
}
.ftInfo {
}
.ftInfo ul {
}
.ftInfo ul li {
  color: #565656;
  font-weight: 300;
  font-style: normal;
  font-size: 14.4px;
  list-style: none;
  margin: 0 0 5px;
}
.logoFooter {
  max-width: 144px;
  margin-bottom: 0 !important;
}
.logoFooter img {
  width: auto;
}

.ftList h3 {
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 15px;
  color: #303030;
  font-weight: 500;
  margin-top: 27px;
}

.ftList h5 {
  font-size: 16px;

  color: #303030;
  font-weight: 500;
}

.ftList p {
  color: #6d6c6c;
  font-size: 14.4px;
  font-weight: 300;
}
.ftList h3::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  border-radius: 5px;
  background: white;
  left: 0;
  bottom: 0;
}

.ftList ul {
}

.ftList ul li {
  list-style: none;
  margin: 0 0 4px;
}

.ftList ul li a {
  position: relative;
  padding-left: 15px;
  transition: all 500ms;
  font-size: 14.4px;
  color: #282828;
  font-weight: 300;
}

.ftList ul li a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #6d6c6c;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ftList ul li a:hover {
  padding: 0;
  color: #6d6c6c;
}

.ftList ul li a:hover::before {
  visibility: hidden;
}

.ftSocial {
}
.ftSocial ul {
  display: flex;
  gap: 10px;
}
.ftSocial ul li {
  margin: 0;
  list-style: none;
}
.ftSocial ul li a {
  display: block;
  width: 35px;
  height: 35px;
}
.ftSocial ul li:nth-child(1) a {
  background: url(images/so1.webp) no-repeat;
  background-size: 35px;
}
.ftSocial ul li:nth-child(2) a {
  background: url(images/so2.png) no-repeat;
  background-size: 35px;
}
.ftSocial ul li:nth-child(3) a {
  background: url(images/so3.png) no-repeat;
  background-size: 35px;
}
.ftSocial ul li:nth-child(4) a {
  background: url(images/so4.png) no-repeat;
  background-size: 35px;
}
.ftSocial ul li:nth-child(5) a {
  background: url(images/so5.webp) no-repeat;
  background-size: 35px;
}
.ftSocial ul li:nth-child(6) a {
  background: url(images/so6.png) no-repeat;
  background-size: 35px;
}
.ftSocial ul li:nth-child(7) a {
  background: url(images/so7.webp) no-repeat;
  background-size: 35px;
}
.stVisao {
  background-image: url(images/bgAbout1.svg);
}
.formCol {
}
.formCol .wpcf7-form-control {
  box-shadow: none;
}
.formCol .wpcf7-submit {
  background-color: #a81d24;
}
.page-wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}

.page-title {
  position: relative;
}

.box-image .image-cover:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.box-image .image-cover::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.badge-circle, .badge-outline {
     margin-left: 0; 
}
.badge-inner {
    background-color: #9c9a9a;
    color: #fff!important;
    display: table-cell;
    font-weight: bolder;
    height: 100%;
    line-height: .85;
    padding: 2px;
    text-align: center;
    transition: background-color .3s, color .3s, border .3s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}
.headingDefault{margin-bottom: 0;}
.headingDefault .section-title{margin-bottom: 0;border: none;}
.headingDefault .section-title b{

}
.headingDefault .section-title a{font-size: 14px;    color: #303030;}
.headingDefault .section-title-normal span {border: none;margin: 0;padding: 0;text-transform: none;}
.headingDefault .icon-angle-right{

}
.badge-inner.on-sale {
    background-color: #aa1614;
}
.blogHome .box-text h5 {
    line-height: 1.3;
    margin-bottom: 10px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blogHome  .box-blog-post .is-divider {
    height: 2px;
    margin-bottom: .5em;
    margin-top: .5em;
    display: none;
}
.iBoxx{
  
}
.iBoxx {
    align-items: center;
}
/*desktop*/
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 48em) {
}
