@charset "utf-8";

c-checkout-steps .slds-input {
  border-color: #b6b6b7 !important;
  border-radius: 1px !important;
  height: 40px !important;
}

c-checkout-steps .slds-combobox__input {
  border-color: #b6b6b7 !important;
  border-radius: 1px !important;
  height: 40px !important;
}

@media screen and (max-width: 767px) {
  /*CUPONS*/
  .promocoes commerce_cart-apply-coupon-button,
  .promocoes commerce_cart-apply-coupon-button button {
    width: 100% !important;
  }

  .shippingQuoteCart .slds-grid lightning-input .slds-input,
  .shippingQuoteCart .slds-grid button {
    width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  /*Fix tamanho de imagens dos container produtos*/
  .gradeProdutos ul li section commerce_search-product-card img {
    width: 230px !important;
    height: 225px;
  }
}

@media screen and (max-width: 620px) {
  /*Fix tamanho container produtos*/
  .gradeProdutos ul li section commerce_search-product-card {
    height: 352px;
  }

  .gradeProdutos ul li section commerce_search-product-card .imageArea {
    width: 230px !important;
    height: 158px;
  }

  .gradeProdutos ul li section commerce_search-product-card img {
    width: 230px !important;
    height: 150px;
  }
}

@media screen and (min-width: 621px) and (max-width: 767px) {
  /*Fix tamanho container produtos*/
  .gradeProdutos ul li section commerce_search-product-card {
    height: 430px;
  }

  .gradeProdutos ul li section commerce_search-product-card .imageArea {
    height: 245px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shippingQuoteCart .slds-grid lightning-input {
    width: 82.5% !important;
  }

  .shippingQuoteCart .slds-grid lightning-input .slds-input {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .customCategoryBreadCrumb ol.lwc-1okeam5n5rs.slds-text-heading_small,
  .customCategoryBreadCrumb,
  .container-breadcrumb {
    background-color: #f7f7f7 !important;
  }

  .customCategoryBreadCrumb ol.lwc-1okeam5n5rs.slds-text-heading_small,
  .customCategoryBreadCrumb,
  .container-breadcrumb ol {
    padding-left: 0 !important;
  }

  .customCategoryBreadCrumb ol.lwc-1okeam5n5rs.slds-text-heading_small,
  .customCategoryBreadCrumb,
  .container-breadcrumb ol li a {
    font-size: 0.7vw !important;
  }

  .customCategoryBreadCrumb ol.lwc-1okeam5n5rs.slds-text-heading_small ol li p,
  .customCategoryBreadCrumb ol li p,
  .container-breadcrumb ol li p {
    margin-left: 10px !important;
    margin-right: 5px !important;
  }

  Padding Filtros e Categorias commerce-search-filters .slds-hide,
  .categories-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-bottom: none !important;
  }
  .search-facet-section-FiltroMarcas__c.categories-section,
  .search-facet-section-FiltroPreco__c.section-style,
  .search-facet-section-FiltroMarcas__c.section-style {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-bottom: none !important;
  }

  .search-filters-selected-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .search-filters-selected-section h3,
  .search-filters-selected-section h2 {
    white-space: break-spaces !important;
  }

  .categories-section li a {
    font-size: 0.7vw !important;
  }

  .section-header h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .categories-section li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 4px;
  }

  .sorting-menu {
    flex: 1 0 25% !important;
  }

  .sorting-menu button {
    border: 1px solid #ccc !important;
    padding: 3px 16px !important;
  }
}

@media screen and (min-width: 1025px) {
  /*Fix tamanho container produtos*/
  .gradeProdutos ul li section commerce_search-product-card {
    height: 370px;
  }

  /*Fix tamanho de imagens dos produtos*/
  .gradeProdutos ul li section commerce_search-product-card img {
    height: 170px;
    max-width: 300px !important;
  }

  
  .sorting-menu {
    flex: none !important;
    padding-right: 1.4% !important;
  }
}

.container-breadcrumb ol li a:last-child {
  font-weight: 600;
}

/* Filtro Limpar */
.lwc-36vevjtd9ac .section {
  display: none !important;
}

lightning-primitive-input-checkbox:hover + .facet-item-name {
  cursor: pointer !important;
  text-decoration: underline !important;
}

/*Exibindos marcas*/
.customFilter .slds-hide {
  display: block !important;
}

/*Ocultando seta de marcas (seta para baixo)*/
.customFilter .slds-button.slds-button_icon.slds-button_icon-bare {
  display: none !important;
}

/*Fontes menu de filtros da esquerda*/
.facet-item-name,
.categories-section li p a {
  color: #27272a !important;
}

/*Estilos menu de filtros da esquerda*/
.input-padding {
  margin-bottom: 0 !important;
}

/*Filtros Menu Esquerda*/
commerce_search-filters-panel section:nth-child(2) {
  display: none;
}

@media screen and (min-width: 1400) {
  c-checkout-steps .slds-input {
    width: 239.8px !important;
  }
}
