.custom-nav-relacionados.prev{
  float: left;
  margin-right: -20px;
}

.custom-nav-relacionados.next{
  float: right;
  margin-right: -20px;
}

.custom-nav-relacionados{
  margin-top: -200px;
  font-size: 30px;
}

.produto-price-custom{
  margin-left: 15px;
  margin-bottom: 30px;
}

.produto-price-custom > .price > h1{
  margin-bottom: 0px;
  margin-top: 0px;
}

.produtos-destaques-item{
  position: relative;
}

.produtos-destaques-item label{
  background-color: #ea7b52;
  color: #FFF;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 5px 15px;
}

.desktop-hide{
  display: none;
}

.breadcrumb{
  position: absolute;
  bottom: 0;
  right: 0;
}

.breadcrumb > ul > li > a:hover{
  color: #ea7b52 !important;
}

.button-none{
  border:0;
}

.shop-product .product-info .price {
    font-style: normal;
  }

.tabela-encomendas td{
  padding-bottom: 15px;
  padding-top: 15px;
}

.tabela-encomendas tr{
}

.produtos-label{
  position: absolute;
  padding: 5px 20px;
  background-color: #ea7b52;
  color:#FFF;
}

@media only screen and (min-width: 601px) {
    .nav-desktop {
      position: absolute;
      left: 40%;

    }
}

@media only screen and (max-width: 600px) {
    #table-mobile{
      width: 100% !important;
    }
    .submenu-mobile span{
      color:#FFF !important;
    }
    .submenu-mobile{
      background-color:#ea7b52 !important;
    }
    .hide-mobile {
        display: none;
    }
    .desktop-hide{
      display: block !important;
    }
    .custom-tabs li{
      width: 100%;
      text-align: center;
    }
    .mobile-footer-info{
      padding-left: 0px !important;
    }
    .mobile-footer-title-info{
      margin-top: 20px !important;
      padding-left: 20px !important;
    }
    .footer-icons-mobile2{
      border-right: 0px !important;
    }
}
