/*!
Theme Name: Sacsi Child Theme.
Theme URI: http:/sacsi.com.ar/
Description: CHILD THEME para Accesorios de Bronce 
Author: Sacsi Team
Author URI: http://sacsi.com.ar/
Template:  sacsi
Version: 1.0

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-title {
  display: block;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.botones-display {
  display: none;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

a {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

#pagina-no-encontrada {
  min-height: calc(100vh - 100px - 442px);
}

#pagina-no-encontrada img {
  width: 100px;
}

.social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}

.social-media-links .links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-top: 20px;
}

.social-media-links .links-list .fab {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social-media-links .links-list .fab:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.social-media-links .links-list .fa-facebook-square {
  color: #3b5998;
}

.social-media-links .links-list .fa-twitter-square {
  color: #00acee;
}

.social-media-links .links-list .fa-whatsapp-square {
  color: #25d366;
}

.social-media-links .links-list .desktop-whatsapp {
  display: block;
}

.social-media-links .links-list .mobile-whatsapp {
  display: block;
}

@media (max-width: 900px) {
  .social-media-links .links-list .desktop-whatsapp {
    display: none;
  }
}

@media (min-width: 900px) {
  .social-media-links .links-list .mobile-whatsapp {
    display: none;
  }
}

.social-media-links p {
  margin: 0px;
}

.social-media-links a i {
  font-size: 42px;
}

/* Mobile */
nav {
  border-bottom: 4px solid #cd7f32;
}

nav .container-fluid {
  display: block !important;
  text-align: center;
  position: relative;
}

nav .container-fluid .navbar-brand {
  text-align: center;
  margin: 0 !important;
}

nav .container-fluid .navbar-brand img {
  width: 140px;
}

nav .container-fluid .navbar-toggler {
  position: absolute;
  top: 17px;
  right: 10px;
  border: none;
}

nav .container-fluid .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

nav .container-fluid .navbar-collapse {
  margin-top: 1rem;
}

nav .container-fluid .navbar-collapse .navbar-nav .nav-item {
  text-transform: uppercase;
}

nav .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #ddd;
}

nav .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #cd7f32;
  font-weight: bold;
}

nav .container-fluid .navbar-collapse .container {
  padding-bottom: 12px !important;
}

nav .container-fluid .navbar-collapse .container input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fff;
}

nav .container-fluid .navbar-collapse .container button {
  color: white;
  font-size: 1.5rem;
}

.ui-autocomplete {
  border-radius: 0.25rem;
  margin-top: 0.25rem !important;
  z-index: 1300;
}

.ui-autocomplete .ui-menu-item {
  padding: 4px;
  font-size: 15px;
}

.ui-autocomplete .ui-menu-item:not(:hover) {
  background: #fff;
  color: #000;
  border-radius: 0.25rem;
  border-color: #fff;
  font-weight: normal;
}

.ui-autocomplete .ui-menu-item:hover {
  background: #ddd;
  color: #000;
  border-radius: 0.25rem;
  border-color: #ddd;
  font-weight: normal;
}

/* Tablet */
/* Desktop */
@media (min-width: 1200px) {
  nav .container-fluid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  nav .container-fluid .collapse.navbar-collapse {
    margin-top: 0;
  }
  nav .container-fluid .collapse.navbar-collapse .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  nav .container-fluid .collapse.navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
  }
  nav .container-fluid .collapse.navbar-collapse .navbar-nav .nav-item .nav-link:after {
    display: block;
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    height: 2px;
    background: #cd7f32;
    opacity: 0.6;
    -webkit-transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 0;
  }
  nav .container-fluid .collapse.navbar-collapse .navbar-nav .nav-item .nav-link:hover:after {
    width: 100%;
    opacity: 0.9;
  }
  nav .container-fluid .collapse.navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: #ddd;
    border-bottom: 2px solid #cd7f32;
  }
  nav .container-fluid .collapse.navbar-collapse .container {
    width: 400px;
  }
}

/* Mobile */
footer {
  background-color: #212529;
  color: #fff;
  text-align: center;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ffc107;
}

footer p {
  color: #fff;
  letter-spacing: 0.06em;
}

footer .align-items-top .col-12 {
  margin: 2rem 0;
}

footer .logo-footer img {
  max-width: 200px;
}

footer .footer-menu {
  margin-bottom: 0;
}

footer .footer-menu a {
  font-size: 1.1em;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  color: #fff;
}

footer .footer-menu a:hover {
  opacity: 0.4;
  text-decoration: none;
}

footer .footer-menu i {
  font-size: 1.1em;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}

footer hr {
  margin: 1rem 0;
  color: inherit;
  text-align: center;
  background-color: #d1d1d1;
  border: 0;
  opacity: 0.25;
}

/* Tablet */
@media (min-width: 991px) {
  footer .align-items-top .col-12 {
    margin: 0;
  }
}

/* Desktop */
@media (min-width: 1200px) {
  footer {
    text-align: start;
  }
}

/* Mobile */
#novedades {
  min-height: calc(100vh - 100px - 442px);
}

#novedades .carousel-item {
  background: #000;
  color: white;
  position: relative;
  height: 450px;
}

#novedades .carousel-item .overlay-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
}

#novedades .carousel-item .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 100px;
}

/* Tablet */
/* Desktop */
/* Mobile */
#carousel .carousel-item {
  min-height: calc(100vh - 105.7px);
  background: #000;
  color: white;
  position: relative;
}

#carousel .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 50px;
}

#carousel .overlay-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
}

/* Tablet */
/* Desktop */
@media (min-width: 1200px) {
  #carousel .carousel-item {
    min-height: calc( 100vh - 115.7px);
  }
  #carousel .container {
    padding-bottom: 120px;
  }
}

#categorias {
  background-color: #d1d1d1;
}

#categorias .col-md-3 {
  margin-bottom: 2rem;
}

#categorias .col-md-3 a {
  text-decoration: none;
  color: black;
}

#categorias .col-md-3 a .box {
  height: 125px;
  width: 125px;
}

#categorias .col-md-3 a .box img {
  width: 150px;
}

#categorias .col-md-3 a h5 {
  text-transform: uppercase;
  font-size: 15px;
}

#categorias .a-homepage-categories-center {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 19px;
  width: 70%;
  text-align: center;
  text-decoration: none !important;
  background: #cd7f32;
  font-size: 24px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#categorias .btn-warning {
  text-align: center;
  padding: 10px;
  width: 70%;
  border-radius: 20px;
}

#categorias .btn-warning:hover {
  opacity: 60%;
}

#categorias .radius {
  border-radius: 10%;
}

@media (min-width: 991px) {
  .col-md-3 {
    margin-bottom: 0rem;
  }
}

@media (min-width: 1200px) {
  .box {
    height: 150px;
    width: 150px;
  }
  .box img {
    width: 150px;
  }
}

#section-catalogo {
  position: relative;
}

#section-catalogo #catalogo {
  position: absolute;
  top: -358px;
  content: '';
}

#section-catalogo .img-catalogo {
  max-width: 450px;
}

@media (min-width: 1200px) {
  #section-catalogo #catalogo {
    top: -100px;
  }
}

#section-empresa {
  background-color: #d1d1d1;
  position: relative;
}

#section-empresa #empresa {
  position: absolute;
  top: -358px;
  content: '';
}

@media (min-width: 1200px) {
  #section-empresa #empresa {
    top: -100px;
  }
}

#ubicacion {
  display: block;
  margin-bottom: -8px;
}

#section-contacto {
  background-color: #212529;
  position: relative;
}

#section-contacto #contacto {
  position: absolute;
  top: -358px;
  content: '';
}

#section-contacto .cuadro {
  padding: 40px;
  color: #fff;
  text-align: center;
}

#section-contacto .cuadro .d-flex img {
  width: 15px;
  margin-right: 0.5rem;
  margin-bottom: 0.3em;
}

#section-contacto .cuadro a {
  color: #ffc107;
  text-decoration: underline;
}

#section-contacto .cuadro i {
  font-size: 2.5rem;
  margin-bottom: 0.9rem;
}

#section-contacto .cuadro i.fab {
  font-size: 1.1em;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}

#section-contacto .cuadro p {
  margin-bottom: 0.3rem;
}

#productos {
  min-height: calc(100vh - 100px - 442px);
}

#productos .productos .card {
  margin: 10px 0px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#productos .productos .card:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 5px;
}

#productos .productos .card .product-link .img-container {
  max-height: 200px;
  min-height: 200px;
}

#productos .productos .card .product-link .card-title {
  font-size: 1em;
  color: #000;
  letter-spacing: 0.06em;
  position: relative;
  font-weight: 400;
  color: #e9502b;
  margin-bottom: 5px;
}

a {
  text-decoration: none;
}

.accordion {
  width: 100%;
}

.accordion .accordion-body a {
  text-decoration: none;
  color: black;
}

.accordion .accordion-body a h6 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion .accordion-body a h6:hover {
  color: #cd7f32;
  opacity: 80%;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.container-categories-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 40px;
  gap: 25px;
}

.stick-to-top {
  margin-bottom: auto;
}

.accordion-button:focus {
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.info-producto-block {
  border-top: 1px solid #9f9f9f;
}

.info-producto-block p {
  font-size: 0.8rem;
  font-weight: 400;
  color: #000;
  line-height: 18px;
  margin-bottom: 0;
}

.carousel-indicators button {
  background-color: #d36a6a !important;
}

.pagination_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.pagination_buttons button {
  color: black;
  padding: 5px 25px;
  background: #cd7f32;
  color: white;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.pagination_buttons a:hover {
  opacity: 75%;
}

.pagination_number {
  margin: 0 auto;
  font-size: 25px;
}

#breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

@media (max-width: 750px) {
  #breadcrumbs {
    padding: 20px !important;
  }
}

@media (min-width: 750px) {
  #breadcrumbs {
    padding: 40px 0px 0px 50px;
  }
}

#breadcrumbs a {
  color: gray;
}

#breadcrumbs .breadcrumb-hover {
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#breadcrumbs .breadcrumb-hover:hover {
  opacity: 65%;
}

#breadcrumbs p {
  color: gray;
  cursor: default;
  font-size: 17px;
  margin: 0px;
}

.product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

@media (min-width: 750px) {
  .product-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 750px) {
  .product-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px !important;
  }
}

.product-container .container-product-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 750px) {
  .product-container .container-product-data {
    margin: 0px !important;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px !important;
  }
  .product-container .container-product-data p {
    width: 90%;
  }
}

@media (min-width: 750px) {
  .product-container .container-product-data {
    margin-right: 50px;
  }
}

.product-container .container-product-data .medidas-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 12px;
}

.product-container .container-product-data .medida-individual {
  border: 2px solid #cd7f32;
  padding: 5px;
  color: #000000;
  font-size: 15px;
}

.product-container .name-and-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 50%;
}

.product-container .name-and-image h2 {
  margin-bottom: 0px;
  text-align: center;
}

.product-container .name-and-image img {
  max-width: 425px;
}

#search-results {
  min-height: calc(100vh - 100px - 442px);
}

#search-results .container .card {
  margin: 10px 0px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#search-results .container .card:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 5px;
}

#search-results .container .card .product-link .img-container {
  max-height: 200px;
  min-height: 200px;
}

#search-results .container .card .product-link .card-title {
  font-size: 1em;
  color: #000;
  letter-spacing: 0.06em;
  position: relative;
  font-weight: 400;
  color: #e9502b;
  margin-bottom: 5px;
}

#search-results .container #not-found .fa-sad-tear {
  font-size: 65px;
}
