/*
 * Theme Name: VVerner
 * Description: Este tema foi desenvolvido pela empresa VVerner e contÃƒÂ©m todas as funcionalidades e personalizaÃƒÂ§ÃƒÂµes para atender os requisitos do cliente.
 * Author: VVerner
 * Author URI: https://vverner.com
 * Template: flatsome
 * Version: 3.0.0
 */

#floating-button {
    background: #25D366;
    border-radius: 100%;
    padding: 12px;
    height: 60px;
    width: 60px;
    box-shadow: 0 5px 10px rgba(0,0,0,.25);
}

.icon-box:hover .has-icon-bg img {
    filter: invert(1);
}

.ui-slider-range.ui-corner-all.ui-widget-header,
.grid-tools a, 
.button.alt {
    background-image: linear-gradient(90deg, #001AFF -14.75%, #00FF0A 152.88%);
}

.tla-product-table {
  width: 100%;
  border-spacing: 5px;
  overflow: hidden;
  margin: 0;
}

.tla-product-table thead th {
  background-color: #111;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  padding: 1rem;
}

.tla-product-table tbody > tr:first-of-type td {
  background-color: #f3f3f3;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem;
  border-bottom: unset;
}

.tla-product-table tbody th {
  background-color: #f3f3f3;
  color: #333;
  text-align: left;
  padding: 0.8rem;
  font-weight: bold;
  width: 20%;
  vertical-align: middle;
  text-align: center;
}

.tla-product-table td {
  padding: 0.8rem;
  vertical-align: middle;
  border: unset;
}

.tla-product-table tbody tr:nth-child(odd):not(:first-of-type) {
  background-color: #f3f3f3;
}

@media (max-width: 768px) {
  .tla-product-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.calculo-de-frete {
  display: flex;
  justify-content: center;
  align-items: center;
}

.calculo-de-frete input {
  margin: 0;
  flex: 1;
}

#calcular-frete {
  background: #333 !important;
  margin: 0 !important;
  text-align: center;
  padding: 0 20px !important;
}

#calcular-frete svg {
  display: none;
}

.product-section .col.large-2 {
  display: none;
}

.product-section .col.large-10 {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
