/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.justify{
    text-align: justify;
}
.fimganim{
    position: absolute !important;
    margin: 0 !important;
    opacity: .1;
    filter: saturate(0);
  &.pos1{
    top: 0;
    left: 0;
  }
  &.pos2{
    top: -10%;
    left: 50%;
    margin-left: -50px !important;
  }
  &.pos3{
    top: 0;
    right: 0;
  }
  &.pos4{
    bottom: 0;
    left: 0;
  }
  &.pos5{
    bottom: -10%;
    left: 33.333333%;
    margin-left: -50px !important;
  }
  &.pos6{
    bottom: -10%;
    left: 66.666666%;
    margin-left: -50px !important;
  }
  &.pos7{
    bottom: 0;
    right: 0;
  }
}
.wrap_fimganim > .row > .row-inner > .column_parent > .uncol > .uncoltable >.uncell > .uncont{
    width: 80%;
    margin: auto;
    padding: 3rem 3rem 6rem 3rem;
}
.fixheightlast .cssgrid-container > .tmb:last-of-type a{
  display: flex;
  justify-content: center;
  align-items: center;
  img{
    height: 80%;
    width: auto;
  }
}
@media (min-width: 992px){
  .hidetogglefilter .uncode-toggle-ajax-filters{
    display: none !important;
  }
  .menu-horizontal {
    height: 50%;
  }
}
/*mod menu horizontal*/
.darktext{
  color: #000!important;;
}

.line_decor_head{
  &::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #00a5ca;
    top: calc(50% - 1px);
    z-index: 1
  }
  h3{
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 10px;
  }
}
/* .post-type-archive-product .t-inside,
.tax-product_cat .t-inside {
  aspect-ratio: 1/1;
  width: 100%;
  .t-entry-visual-cont{
    .dummy{
      padding-top: 100%!important;
    }
  }
  img{
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
    object-position: center;
  }
} */
.post-type-archive-product,
.tax-product_cat{
  .t-entry-visual{
    height: 100%;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 11px;
    img{
      object-fit: cover;
      height: 100%;
      width: 100%;
      aspect-ratio: 16/9;
    }
  }
}
.tcenter{
  text-align: center;
}
.tjustify{
  text-align: justify;
}

.single-product .post-body ul{
  list-style: disc;
  padding-left: 18px;
}
.infoagcelular, .infoagcelular_2, .infoagwhatsapp{
  i{
    margin-right: 5px!important;
  }
}
body.blog, .single-post{
	#contactformrow
		{
		  display: none;
		}
} 