.tt-container {
    color:#000;
    overflow: hidden;
}
.tt-container a{
    text-decoration: none;
}


.tt-container .tt-col-md-12 {
    width:100%;
    float: left;
}
.tt-container .tt-col-md-7 {
    width:58.333333333333%;
    float: left;
}
.tt-container .tt-col-md-6 {
    width:50%;
    float: left;
}
.tt-container .tt-col-md-5 {
    width:41.666666666666%;
    float: left;
}
.tt-container .tt-col-md-3 {
    width:25%;
    float: left;
}


/*HEADER*/
.tt-container .tt-header-container {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  padding: 10px;
  box-sizing: border-box;
  flex-direction: column;
  row-gap: 10px;
}
.tt-container .tt-categories-container a.tt-selected,
.tt-container .tt-categories-container a:hover  {
    background-color: #00466c;
    border: 1px solid #00466c !important;
    color: #fff !important;
}
.tt-container .tt-categories-container a {
    background-color: #fff;
    border: 1px solid #aaa !important;
    color: #717171 !important;
    border-radius: 50px;
    padding: 7px 20px;
    cursor:pointer;
    display: inline-block;
    margin-right: 5px;
}

.tt-container  #tt_form,
.tt-container  #tt_form_single {
  display: flex;
  flex-direction: row;
}
.tt-container .tt-input {
  width: 100%;
    background-color: #fff;
    border: 1px solid #aaa;
    color: #717171;
    border-radius: 50px;
    padding: 7px 20px;
    margin-right: 5px;
}
.tt-container .tt-submit,
.tt-container .tt-submit:hover,
.tt-container .tt-submit:active {
    background-color: #00466c;
    border: 1px solid #00466c;
    color: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    cursor: pointer;
}


/*PRODUCTS*/
.tt-container .tt-products-container {
  display: flex;
  flex-wrap: wrap;
}


.tt-container .tt-product-item {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.tt-container .tt-product-item img {
  padding-bottom: 10px;
  width: 260px;
  height: 260px;
  object-fit: contain;
}
.tt-container .tt-product-item .tt-product-brand img {
  width: auto;
  height: auto;
  object-fit: initial;
  padding: 0;
}
.tt-container .tt-product-item span {
  display: block;
}
.tt-container .tt-product-item a {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.15);
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.15);
  padding: 15px;
  color:#000;
  text-decoration: none;
}
.tt-product-item a:hover {
    color:#000 !important;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25);
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.tt-container .tt-product-item .tt-product-name{
  font-size:16px;
  font-weight: bold;
}
.tt-container .tt-product-item .tt-product-code{
  font-size:16px;
}
.tt-container .tt-product-item .tt-product-size{
  font-size:16px;
}
.tt-container .tt-product-item .tt-product-brand {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 40px;
  width: 80px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

/*PAGINATION*/
.tt-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin:25px 0;
}
.tt-pagination-item a {
  padding: 7px;
  cursor: pointer;
}

.tt-pagination-item a.tt-selected {
  background-color: #00466c;
  font-weight: bold;
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 15px;
}
.tt-pagination-item a:not(.tt-selected):hover {
    color:#00466c !important;
}

/*LOADING SPINNER*/
.spinner-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 50vh;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #00466c;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




/*SINGLE*/

.tt-single .breadcrumbs {
  margin-bottom: 15px;
}
.tt-single .breadcrumbs a {
    color:#000;
    text-decoration: none;
}
.tt-single .breadcrumbs a:hover {
    color:#00466c;
}

.tt-single h2 {
  font-weight: 700;
  margin-bottom: 2px;
}
.tt-single h3 {
  font-weight: 700;
  margin-top:35px;
  margin-bottom: 2px;
}
.tt-single h4 {
  font-weight: 700;
  margin-top:35px;
  margin-bottom: 5px;
  font-size: 1.2em;
}
.tt-single .prd_image {
    position:relative;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 9px;
  padding:15px;
  box-sizing: border-box;
}
.tt-single .brand {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100px;
}
.tt-single .made-in-brazil {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.tt-single .made-in-brazil img {
    width: 35px;
    margin-right: 5px;
}
.tt-single .prd_desc {
    padding:15px 15px 15px 45px;
    box-sizing: border-box;
}

/*TABLE*/

.tt-single .row {
  margin-left:-5px;
  margin-right:-5px;
}
  
.tt-single .column {
  float: left;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}

/* Clearfix (clear floats) */
.tt-single .row::after {
  content: "";
  clear: both;
  display: table;
}

.tt-single table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.tt-single th, .tt-single td {
  text-align: left;
}
.tt-single td:nth-child(2n+1) {
  width: 70%;
}

.tt-single td:nth-child(2) {
    text-align: right;
    font-weight: bold;
    width:30%;
}

.tt-single tr:nth-child(even) {
  background-color: #f2f2f2;
}
.tt-single .applications {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.tt-single .applications p {
  font-weight: bold;
  margin: 0;
}
.tt-single .applications .application {
  display: flex;
  flex-direction: row;
  align-items: end;
  margin-right: 15px;
}

.tt-single .applications .application img {
  width: 50px;
}

/*DOWNLOADS*/
.tt-downloads ul {
  padding-left: 10px;
  list-style: none;
}
.tt-downloads a {
  text-decoration: none !important;
  color: #000;
  font-size: 0.9em;
}
.tt-downloads i {
  color: #00466c;
}

/*CALL TO ACTION*/
.tt-calltoaction {
  text-align: center;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.15);
  border-radius: 9px;
  padding: 15px;
  background-color: #00466c;
  margin-top: 35px;
}
.tt-calltoaction h4 {
  color:#fff;
  margin-top:0;
}
.tt-calltoaction a {
  background-color: #e12227;
  color: #fff;
  border-radius: 9px;
  padding: 10px 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
  display: inline-block;
  text-align: center;
}


.tt-calltoaction a:active,
.tt-calltoaction a:hover {
  color: #fff;
}


/*SEARCH*/


@media(max-width:600px) {
  .tt-container .tt-col-sm-12 {
      width:100%;
      float: left;
  }
  .tt-container .tt-col-sm-7 {
      width:58.333333333333%;
      float: left;
  }
  .tt-container .tt-col-sm-6 {
      width:50%;
      float: left;
  }
  .tt-container .tt-col-sm-5 {
      width:41.666666666666%;
      float: left;
  }
  .tt-container .tt-col-sm-3 {
      width:25%;
      float: left;
  }

  .tt-container .tt-categories-container {
    text-align: center; 
  }

  .tt-container .tt-header-container {
    flex-direction: column-reverse;
    ustify-content: center;
    align-items: center;
  }
  .tt-container .tt-categories-container a {
    margin-bottom: 5px;
  }

  .tt-container .tt-search {
    margin-bottom: 15px;
  }

  .tt-container .tt-product-item img {
    width: 100%;
    height: 100%;
    margin-top: 25px;
  }

  .tt-single .prd_desc {
    padding: 15px;
  }

  .tt-single .applications {
    flex-direction: column;
  }
  .tt-single .column {
    float: left;
    width: 100%;
  }
}