/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */


/* Disable ugly boxes around images in IE10 */

/* Cores da Empresa

      color: rgb(250,250,250)
      color: rgb(0,0,0)

  */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

body {
  background-color: rgb(250,250,250);
  font-size: 16px !important;
}

#itemscope{
    display: none;
  }

p {
  font-size: 16px !important;
}
a {
  color: #2777bc;
}
a img{
  border: 0px;
}

.cart-view td{ text-transform: uppercase !important; }

a.btDownload {
  padding: 10px; padding-left: 38px; border-radius: 4px; background-color: #DDD; color:#000;
  background-image: url(../../images/pdf.png);
  background-position: 10px 8px;
  background-repeat: no-repeat;
  background-size: 22px;
}

a, a:hover, a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1, h2, h3 {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: bolder;
  
  text-transform: uppercase;
  color: rgb(0,0,0);
}
h1, .mdl-typography--display-1 { font-size: 30px }
h2, .mdl-typography--display-2 { font-size: 26px }
h3, .mdl-typography--display-3 { font-size: 20px }
h4, h5, h6 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.mdl-typography--display-1, .mdl-typography--display-2{

  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 400;
  
  text-transform: uppercase;
  color: rgb(0,0,0);

}

.tt-search-box .mdl-textfield__input {
  color: rgba(0, 0, 0, 0.87);
}

.mdl-button{
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
}

.mdl-color--primary {
  background-color: #2777bc !important;
}

.mdl-color-text--primary {
  color: rgb(50,50,50) !important;
}

.tt-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}

.mdl-textfield--expandable {
  width: auto;
}

.tt-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background-color: rgb(0,0,0) !important;
  color: white !important;
}

.tt-mobile-title {
  display: none !important;
}

.tt-logo-image {
  height: 50px;
  margin: 0;
}

.tt-header {
  overflow: visible;
}

.tt-content {
  background-color: rgba(255,255,255,0.9);
}

  .tt-content h1,
  .tt-content h2,
  .tt-content h3 {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -1.5px;
  }

  .mdl-layout__header-row{
    padding: 0;
    padding-left: 30px;
  }
  .tt-header .mdl-layout__header-row {
    text-align: center;
  }

  .tt-header {
    background: rgb(255,255,255);
  }

  .tt-header .material-icons {
    color: rgb(0,0,0);
    background: transparent;
  }

  .tt-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tt-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 800px;
  }

  .tt-search-box.is-focused + .tt-navigation-container {
    opacity: 0;
    width: 100px;
  }

  .mdl-navigation__link {
    background-color: transparent;
    font-family: Lato, Helvetica, Arial, sans-serif;
    color: rgb(0,0,0);
    letter-spacing: 0px;
    font-weight: bolder;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
  }

  .tt-header .social-icon{
    margin-right: 24px;
  }
  .social-bar{
    width: 100%;
    padding: 16px 0;
    text-align: center;
  }
  .social-bar .social-icon{
    margin: 0 12px;
  }

  @keyframes shaking {
    0% { transform: translate(0, 0) rotate(0deg); }
    3% { transform: translate(5px, 5px) rotate(5deg); }
    6% { transform: translate(0, 0) rotate(0deg); }
    9% { transform: translate(-5px, 5px) rotate(-5deg); }
    12% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
  }

  .whastsapp-flutualte{
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 24px;
    right: 32px;
    z-index: 999;
    animation: shaking 5s ease infinite;
    transform-origin: 50% 50%;
  }

  .tt-navigation .mdl-navigation__link {
    display: inline-block;
    color: black
  }

    .tt-navigation .mdl-navigation__link:hover{
      transition: all ease-in-out 0.5s;
      color: rgb(39, 119, 188);
      text-shadow: 0px 0px 10px rgba(39, 119, 188, 0.5);
    }

  .tt-search-box {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
    margin-right: 16px;
  }

  .tt-more-button {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

.mdl-layout__obfuscator.is-visible {
  opacity:1;
  background-color: rgba(0,53,98,0.90);
}

.tt-drawer {
  width: 300px;
  border-right: none;
  background-color: rgb(255,255,255);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
  .tt-drawer .menu-categorias{
    width: 96%;
    margin: 0px auto;
    padding: 0px;
  }

  .tt-drawer-separator {
    height: 1px;
    background-color: rgb(255,255,255);
    margin: 8px 0;
  }

  .tt-drawer .mdl-navigation .mdl-navigation__link {
    width: 96%;
    padding: 6px 0px;
    border-radius: 5px;
    background-color: rgb(39, 119, 188);
    color:white;
    margin: 1px auto;
    transition: all ease-in-out 0.5s;
  }
  .tt-drawer .mdl-navigation .mdl-navigation__link:hover {
    background-color: #07579c;
  }
  .tt-drawer .dropdown {
    width: 240px !important;
  }
  .dropdown a {
    text-decoration: none;
    border-bottom: none;
  }
  .dropdown a li {
    text-align: center;
    transition: all ease-in-out 0.2s;
  }
  .dropdown a:hover li {
    transition: all ease-in-out 0.2s;
    color: #FFF;
    background-color: #55C4CF;
  }

  .tt-drawer .mdl-layout-title {
    background: rgb(255,255,255);
    height: auto;
    text-align: center;
    padding: 0px;
  }

    .tt-drawer .tt-logo-image {
      margin: 12px auto 0 auto;
      width: 96%;
      height: auto;
    }

.tt-barraBusca {
  background-color: rgb(39,119,188);
  margin-top: 0px !important;
}
.tt-barraBusca .tt-card-container{
  margin: 0 auto !important;
}
.tt-barraBusca h4 {
  margin: 0 !important;
}
.tt-barraBusca input { 
  color: black;
  width: calc(100% - 40px);
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 20px;
}
  .tt-barraBusca input:focus { 
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5)
  }

.tt-banner-section {
  position: relative;
  width: 100%;
  height: 31.25vw;
  margin: 0px auto;
  background-color: #000000;
}
    .swiper-container {
        width: 100%;
        height: 100%;
        
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background-color: rgba(0,0,0,0.5);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: inset 0px 0px 100px rgba(0,0,0,0.5);
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-slide h1 {
      padding-top: 20vh;
      color: #FFF;
      text-shadow: 0px 0px 50px #000, 0px 0px 20px #000, 0px 0px 5px #000;
      line-height: 110%;
    }
    .swiper-slide h1 em {
      
      font-size: 22px;
      font-style: normal;
      font-weight: lighter;
    }

.logo-font {
  
  line-height: 1;
  color: #FEFFFF;
  font-weight: 500;
}

.tt-slogan {
  font-size: 60px;
  padding-top: 160px;
}

.tt-sub-slogan {
  font-size: 21px;
  padding-top: 24px;
}

.tt-create-character {
  font-size: 21px;
  padding-top: 400px;
}

  .tt-create-character a {
    text-decoration: none;
    color: #FEFFFF;
    font-weight: 300;
  }

.tt-home-empresa {
  background-color: rgb(55,55,55);
  padding-bottom: 1em !important;
  margin-bottom: 5px;
}

  .tt-home-empresa .tt-extra-padding:first-child{
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .tt-home-empresa img {
    width:100%; 
  }
  .tt-home-empresa h1, .tt-home-empresa h2, h1{
    font-size: 40px;
    margin: 0 2.5vh 2.5vh 2.5vh !important;
    line-height: 30px;
    color: rgb(250,250,250);
  }
  .tt-home-empresa h1 span, .tt-home-empresa h2 span, h1 span { 
    float:left; 
    display: inline; 
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: lighter;
    letter-spacing: 0;
    font-size:16px; 
    line-height: 18px; 
    color: inherit;
  }
  .tt-home-empresa h1 span, .tt-home-empresa h2 span {
    color: rgb(250,250,250); 
  }
  .tt-home-empresa h5 {
    color: rgb(250,250,250);
    font-weight: 300;
    line-height: 140%;
  }

.mdl-grid.tt-banners-home {
  max-width: 1280px;
  padding: 4vw;
  padding-top: 0;
}

  .tt-banners-home img{
    width: auto;
    max-width: 35%;
    float: left;
    display: inline;
    margin: 0 20px 20px 0
  }
  .tt-banners-home h2, .tt-banners-home h5{
    width: calc(65% - 40px);
    float: left;
    display: inline;
    margin: 0 10px 10px 10px;
    padding: 0;
  }
  .tt-banners-home button{
    margin-top: 20px;
  }


.tt-screen-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: rgba(0,0,0,0.15);
}
.tt-screen-section:nth-child(2n) {
  background-color: rgba(61,61,61,0.9);
}
  .tt-screen-section .mdl-typography--display-1 {
    margin-bottom: 1em;
  }

  .tt-screen-section.tt-lista-paginas {
    /*
    background-color: transparent;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 14%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 14%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 14%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
    */
  }

.tt-screens {
  text-align: right;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

.tt-screen {
  text-align: center;
}

.tt-screen .tt-link {
  margin-top: 16px;
  display: block;
  z-index: 2;
}

.tt-image-link {
  text-decoration: none;
}

.tt-wear {
  display: inline-block;
  width: 160px;
  margin-right: 32px;
}

  .tt-wear .tt-screen-image {
    width: 40%;
    z-index: 1;
  }


.tt-phone {
  display: inline-block;
  width: 64px;
  margin-right: 48px;
}

  .tt-phone .tt-screen-image {
    width: 100%;
    z-index: 1;
  }


.tt-tablet {
  display: inline-block;
  width: 110px;
  margin-right: 64px;
}

  .tt-tablet .tt-screen-image {
    width: 100%;
    z-index: 1;
  }

  .tt-tablet .tt-link {
    display: block;
    z-index: 2;
  }


.tt-tv {
  display: inline-block;
  width: 300px;
  margin-right: 80px;
}

  .tt-tv .tt-screen-image {
    width: 100%;
    z-index: 1;
  }


.tt-auto {
  display: inline-block;
  width: 300px;
  overflow: hidden;
}

  .tt-auto .tt-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
  }


.tt-wear-section {
  position: relative;
  /* background-color: rgba(234, 107, 85, 0.8); */
  background-color: rgba(255,255,255,1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 80vh;
}

.tt-wear-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(234, 107, 85, 0.9);
}

.tt-wear-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

  .tt-wear-band-text p {
    padding-top: 8px;
  }

.tt-link {
  text-decoration: none;
  color: #C59749 !important;
}

  .tt-link:hover {
    color: #A57729 !important;
  }

  .tt-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

.tt-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

  .tt-alt-link:hover {
    color: #00bfa5 !important;
  }

  .tt-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

.tt-customized-section {
  text-align: center;
  min-height: 80vh;
}

.tt-customized-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36vh;
}

.tt-more-section {
  padding: 40px 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

  .tt-more-section .tt-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
  }

.tt-card-container {
  max-width: 1300px;
  margin: 0 auto;
}

  .tt-card-container .mdl-card {
    min-height: 420px;
    background-color: rgb(250,250,250);
  }

  .tt-lista-paginas .tt-card-container .mdl-card {
    min-height: 0;
    height: auto;
  }

  .tt-card-container .mdl-card__media {
    max-height: 280px;
    overflow: hidden;
    background: transparent;
  }

    .tt-card-container .mdl-card__media img {
      width: 100%;
    }

  .tt-card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .tt-card-container .mdl-card__title-text {
    font-family: 'Maven Pro', serif;
    font-size: 22px;
    text-transform: uppercase;
    color: rgb(0,0,0);
    height: auto;
  }

  .tt-card-container .mdl-card__supporting-text {
    height: auto;
    font-size: 14px;
    color: white;
    padding: 0 16px 24px 16px;
  }

  .tt-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .tt-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
  }

.sp-cards-attachs {
      width: 100%;
      float: left;
      display: inline;
      margin: 0;
      margin-top: 1em;
      padding: 0;
    }
    .sp-cards-attachs .mdl-card {
      width: calc(100% - 1em);
      margin: 0 1em 1em 0;
      float: left;
      display: inline;
      min-height: 0;
    }

      .sp-cards-attachs .mdl-card .mdl-card__title {
        width: 84px;
        height: 84px;
        padding: 0;
        margin: 0;
        background-position: center center;
        background-repeat: no-repeat;
        float: left;
        display: inline;
      }

      .sp-cards-attachs .mdl-card .mdl-card__supporting-text {
        width: calc(100% - 104px);
        float: right;
        display: inline;
        margin: 0 20px 0 0;
        background-color: rgba(255,255,255,0.9);
        padding-bottom: 0;
      }
        sp-cards-attachs .mdl-card .mdl-card__supporting-text input {
          border-bottom: 0px;
        }

      .sp-cards-attachs .mdl-card .mdl-card__actions {
        width: calc(100% - 104px);
        float: right;
        display: inline;
        margin: 0 20px 0 0;
        padding: 0 0 20px 0;
        border-top: 0;
      }
      .sp-cards-attachs .mdl-card .mdl-card__actions a {
        margin-right: 8px;
      }

.tt-footer {
  background: rgb(37,71,132)
}

  .tt-footer * {
    color: white;
  }

  .tt-footer a:hover {
    color: white;
  }

  .tt-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
  }

  .tt-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
  }

  .tt-footer .mdl-mega-footer--bottom-section {
    position: relative;
  }

  .tt-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
  }

  .tt-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
  }

  .tt-footer .tt-barraBusca{
    padding: 0 18px;
    border-radius: 5px
  }

  .mdl-mega-footer--social-btn {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
    .mdl-mega-footer--social-btn.facebook { background-image: url(../../images/facebook.png) }
    .mdl-mega-footer--social-btn.instagram { background-image: url(../../images/instagram.png) }
    .mdl-mega-footer--social-btn.youtube { background-image: url(../../images/youtube.png) }


.tt-link-menu:hover {
  cursor: pointer;
}



/* Products */

  .menu-categorias, .submenu-categorias{
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    transition: all ease-in-out 0.5s;
  }

  .submenu-categorias.closed{ height: 0px; overflow: hidden; }

  
  .menu-categorias a{ color:#555}
  .menu-categorias a:hover{ color:#000}

  .menu-categorias li, .submenu-categorias li{
    list-style: none;
    padding: 6px 12px;
    border-radius: 5px;
    background: #F5F5F5;
    border-top: 2px solid #FFF;
    margin-bottom: 2px;
  }
  .submenu-categorias li{ border-top: 2px solid #EEE; }
  .menu-categorias li.autoHideMenu{
    background: #EEE;
    position: relative;
    cursor: pointer;
  }
  .menu-categorias li.autoHideMenu .expand_more, .menu-categorias li.autoHideMenu .expand_less{
    position: absolute;
    top: 6px; right: 14px;
  }
  .menu-categorias li.autoHideMenu div .expand_more{ display: none; }
  .menu-categorias li.autoHideMenu div .expand_less{ display: block; }
  .menu-categorias li.autoHideMenu div.closed .expand_more{ display: block; }
  .menu-categorias li.autoHideMenu div.closed .expand_less{ display: none; }

  .submenu-categorias li{padding-left: 18px;}
  .submenu-categorias a{ color:#2777bc}
  .submenu-categorias a:hover{ color:#07579c}

  .menu-categorias a:hover li, .submenu-categorias a:hover li{ background-color: rgb(39,119,188); color:#FFF}

  .s3-brindes-categories{
    height: auto;
    background: #F5F5F5; 
    padding: 12px; 
    margin: 0 0 40px 0 !important; 
    border-radius: 5px;
    border-top:2px solid rgb(39,119,188);
  }
  .s3-brindes-categories h3, .s3-brindes-categories>div{ height: auto;}

  .s3-brindes-categories:hover{
    background-color: rgba(39,119,188,0.15);
  }
  

  .fdc-product-quickview {
    width: 50vw;
  }

  .fdc-product-quickview-descriptions p {
    line-height: 120%;
  }

  .fdc-product-quickview-photos div, 
  .fdc-product-addtocart-photos div {
    height: 90px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }

  /*
  .fb-products-list .mdl-cell--3-col {
    width: calc(25% - 16px);
  }
  .fb-products-list.existeSubcategoria .mdl-cell--3-col {
    width: calc(33.333% - 16px);
  }
  
  @media (max-width: 1024px) {

    .fb-products-list .mdl-cell--3-col {
      width: calc(33.333% - 16px);
    }

  }
  */

  .fb-products-list .mdl-card__media, 
  .fb-products-list-viewed .mdl-card__media {
    height: 240px;
    background-size: auto 80%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
  }

  .fb-products-list .mdl-card__media.fb-category-grid {
    height: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

    .fb-products-list .mdl-card__media.fb-category-grid div {
      width: calc(25% - 0px);
      height: 60px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent;
      border-radius: 4px;
      box-shadow: inset 0px 2px 0px 2px white, inset 0px 0px 10px rgba(0,0,0,0.3);
    }

      /* Category Photo Grid Styles */
        .mdl-card__media.fb-category-grid.grid-1 div {
          width: calc(100% - 0px);
          height: 120px;
        }
        .mdl-card__media.fb-category-grid.grid-2 div {
          width: calc(50% - 0px);
          height: 120px;
        }
        .mdl-card__media.fb-category-grid.grid-3 div {
          width: calc(50% - 0px);
          height: 120px;
        }
          .mdl-card__media.fb-category-grid.grid-3 div:nth-child(3n-1), .mdl-card__media.fb-category-grid.grid-3 div:nth-child(3n) {
            width: calc(50% - 0px);
            height: 60px;
          }
        .mdl-card__media.fb-category-grid.grid-4 div {
          width: calc(50% - 0px);
          height: 120px;
        }
          .mdl-card__media.fb-category-grid.grid-4 div:nth-child(4n-2), .mdl-card__media.fb-category-grid.grid-4 div:nth-child(4n-1) {
            width: calc(25% - 0px);
            height: 60px;
          }
          .mdl-card__media.fb-category-grid.grid-4 div:nth-child(4n) {
            width: calc(25% - 0px);
          }
        .mdl-card__media.fb-category-grid.grid-5 div:nth-child(5n+1) {
          width: calc(50% - 0px);
          height: 120px;
        }
        .mdl-card__media.fb-category-grid.grid-6 div:nth-child(6n-5), .mdl-card__media.fb-category-grid.grid-6 div:nth-child(6n-4) {
          width: calc(50% - 0px);
        }
        .mdl-card__media.fb-category-grid.grid-7 div:nth-child(7n) {
          height: 120px;
        }


  .fb-products-list .fb-product-price,
  .fb-products-list-viewed .fb-product-price {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -16px;
    font-size: 2em;
    font-weight: bolder;
    letter-spacing: -0.05em;
  }

  .fb-products-list .fb-discount, 
  .fb-products-list-viewed .fb-discount {
    float: right;
    margin: 16px 0 0 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .fb-products-list .mdl-card__title-text{
    font-size: 16px;
    text-transform: uppercase;
  }

  .fb-products-list .fb-discount .mdl-chip__text{
    font-size: 18px;
  }
    .fb-products-list .fb-discount .mdl-chip__text em{
      font-size: 13px;
      margin-left: 4px;
    }

  .fb-products-list-viewed .mdl-card__media {
    height: 120px;
  }
  .fb-products-list-viewed .fb-discount {
    margin-top:4px;
  }
  .fb-products-list-viewed .mdl-card__title .mdl-typography--title {
    letter-spacing: 0;
    line-height: 100%;
  }
  .fb-products-list-viewed .fb-product-price { 
    font-size: 1.75em;
    padding-bottom: 16px;
    padding-top: 8px;
  }
  .fb-products-list-viewed .mdl-button {
    box-shadow: none;
  }

  .fb-product-quickview {
    width: 90vw;
  }

  .fb-product-quickview-descriptions h1 {
    margin: 0px 8px 20px 0px !important;
  }

  .fb-product-quickview-descriptions p {
    line-height: 120%;
  }

  .fb-product-quickview-photos div, 
  .fb-product-addtocart-photos div {
    height: 320px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .fb-product-addtocart-photos div {
    width: 160px;
    height: 120px;
  }

  .fb-price {
    letter-spacing: -0.05em;
  }

  .fb-discount-price {
    text-decoration: line-through;
  }

  .cart-view .item-nome,
  .cart-view .item-preco * {
    white-space: pre-wrap;
  }
  .cart-view .item-qtd span {
    width: 30px;
    float: left;
    padding: 6px;
    margin-right: 8px;
    border-radius: 4px;
    text-align: center;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
    background-color: white;
  }

  .schema-rich-content{
    display: none;
  }


/**** Mobile layout ****/
@media (max-width: 900px) {
  .tt-navigation-container {
    display: none;
  }

  .tt-title {
    
  }

  .tt-mobile-title {
    display: block !important;
    position: absolute;
    left: 66px;
    top: 0px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
  .android.tt-search-box.is-focused ~ .tt-mobile-title,
  .tt-search-box.is-focused + .tt-navigation-container + .tt-mobile-title {
    opacity: 0;
  }

  .tt-more-button {
    display: none;
  }

  .tt-search-box.is-focused {
    width: calc(100% - 48px);
  }

  .tt-search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }

  .tt-slogan {
    font-size: 26px;
    margin: 0 16px;
    padding-top: 24px;
  }

  .tt-sub-slogan {
    font-size: 16px;
    margin: 0 16px;
    padding-top: 8px;
  }

  .tt-create-character {
    padding-top: 200px;
    font-size: 16px;
  }

  .tt-create-character img {
    height: 12px;
  }

  .tt-fab {
    display: none;
  }

  .tt-wear-band-text {
    margin-left: 0;
    padding: 16px;
  }

  .tt-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}


/* Contato */

  .tt-extra-padding {
    padding: 3em;
  }

  .tt-resumo {
    line-height: 150%;
    padding: 1.5em 0;
  }

  .tt-contact {
    padding: 0;
    margin-bottom: 3em;
    list-style: none;
  }

  .tt-contact li {
    width: 100%;
    margin: 16px 0 0 0;
    float: left;
    display: inline;
  }

  .tt-contact li i {
    float: left; 
    display: block;
    color: #FFF;
  }

  .tt-contact li p {
    width: calc(100% - 40px);
    margin: 0px 8px;
    float: right;
    display: block;
    color: #FFF;
  }




/* Meus Ajustes */

  .mdl-card, .mdl-card *, .tt-photo-grid * {
    text-decoration: none;
  }

  .tt-photo-grid .mdl-card {
    max-width: 100%;
    margin: 0 1em 1em 0;
  }

  .tt-photo-grid .mdl-card .mdl-card__media {
    height: 280px;
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    background-color: #D4C3A9;
  }

  .tt-font {
    font-family: Lato, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }

  .tt-color--green {
    background-color: rgb(0,0,0);
  }
  .tt-color-text--primary {
    color: rgb(0,0,0);
  }

  .tt-color--light-blue {
    background-color: rgb(0,0,0);
  }
  .tt-color-text--light-blue {
    color: rgb(0,0,0);
  }
  
  .sidemenu a {
    text-decoration: none;
  }

  .mdl-layout__header-row #open-sidemenu {
    display: none;
  }

  .portfolio-container {
    padding-bottom: 2em;
    border-top: 1px solid rgba(0,0,0,0.1);
  }

  .portfolio-container:nth-child(2n) {
    background-color: white;
  }

  .portfolio-div {
    position: relative;
    min-height: 300px;
  }

  .portfolio-photo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 95%;
    position: absolute;
  }

  .portfolio-mobile {
    width: 92px;
    height: 172px;
    bottom: 0px;
    z-index: 1;
    background-color: #999;
  }

  .portfolio-tablet {
    width: 166px;
    height: 236px;
    bottom: 0px;
    z-index: 2;
    background-color: #888;
  }

  .portfolio-desktop {
    width: 414px;
    height: 258px;
    bottom: 40px;
    z-index: 0;
    background-color: #555;
  }

  .portfolio-desktop:after{
    content:"";
    width: 60px;
    height: 40px;
    background-color: #444;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -30px;
    margin-bottom: -40px;
  }

  /*
  .reveal { opacity: 0 }
  .reveal.animated { opacity: 1 }
  */


/* Fim Meus Ajustes */

@media (max-width: 480px) {

  .mdl-data-table{
    margin: 0 !important;
  }
  .tt-logo-image{
    width: 394.75px;
    height: 56px;
  }
  
  .tt-extra-padding {
    padding: 0.75em;
  }
  .tt-banner-section {
    height: 31.25vw;
  }
  .tt-banner-section .swiper-slide * {
    display: none;
  }
  .tt-header .mdl-layout__header-row {
    padding: 0px;
  }

  .tt-banners-home h2 {
    font-size: 2rem;
  }

  tt-home-empresa .tt-extra-padding:first-child {
    padding-right: 1.5em;
  }

  .portfolio-mobile {
    width: 60px;
    height: 116px;
  }

  .portfolio-desktop {
    width: 90vw;
    height: 50.5vw;
    left: calc(50% - 45vw);
  }

  .mdl-layout__obfuscator.is-visible {
    background-size: auto 100vh;
  }

  .tt-footer{
    background-size: cover;
    background-position: left top;
  }

}

@media (max-width: 640px) {

  .mdl-layout__obfuscator.is-visible {
    background-size: auto 100vh;
  }

  .tt-logo-image{
    width: 306px;
    height: 56px;
  }

  .portfolio-tablet {
    display: none;
  }
}

@media (max-width: 764px) {

  * .mdl-button{
    margin-bottom: 5px !important;
  }

  .tt-title{
    width: 100%;
    text-align: center;
  }

  .tt-logo-image{
    width: 320px;
    height: auto;
    margin: 3px auto;
  }

  body .fm-menu .fm-nav > a {
    font-size: 5.5vw;
    padding: 25px 0;
    padding-right: 45px;
  }
  body .fm-menu .fm-nav > a > .subtitle{
    line-height: 140%;
    font-size: 3.5vw;
    margin-bottom: 0px;
  }
  body .fm-menu .fm-first-level li {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
}

@media (max-width: 900px) {
  .mdl-layout__header-row #open-sidemenu {
    display: block;
  }
  .mdl-layout-title {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body .fm-menu {
    width: 100%;
    left: 0;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 25px;
  }

  .tt-logo-image{
    width: auto;
    height: 44px;
    margin-top: 0px;
  }
  .tt-header .social-icon{
    margin: 0 12px;
  }

  .tt-navigation .mdl-navigation__link {
    width: auto;
    padding: 0px 12px;
    font-size: 16px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .portfolio-mobile {
    left: 0px;
  }
  .portfolio-tablet {
    left: calc(100% - 176px);
  }
  .portfolio-desktop {
    left: calc( 50% - 207px );
  }
}

@media (min-width: 1024px) {
  .tt-logo-image{
    width: auto;
    height: 50px;
    margin-left: 20px;
  }
  .tt-banners-home h2 {
    
  }
  .tt-banners-home div {
    position: relative;
    overflow: hidden;
  }
  .portfolio-mobile {
    left: 10%;
  }
  .portfolio-tablet {
    right: 10px;
  }
  .portfolio-desktop {
    left: calc( 50% - 207px );
  }

}

@media (min-width: 1440px) {
  .portfolio-mobile {
    left: 15%;
  }
  .portfolio-tablet {
    right: 5%;
  }

}