/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
    background: #f3f0e9;
    font-family: 'Jost', sans-serif;
    margin: 0;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;

    background: #f3f0e9;
}

header .img-container {
    width: 100%;
    max-width: 550px;
}
.img-container {
    width: 25%;
}

.burguer {
    display: none;
}
.burguer-menu {
    background: transparent;
    border: 0;
}
@media (max-width: 768px) {
    .img-container {
        width: 90%;
    }
}
img {
    width: 100%;
    height: auto;
}

.navbar {
    width: 50%;
    margin: auto;
    display: block;
    text-align: right;
}
.navbar div {
    display: inline-block;
}
.navbar a {
    width: 36px;
    height: 36px;
    border: none;
    /* background-color: white; */
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 18px !important;
    font-weight: 300;
    cursor: pointer;
    border-radius: 15px;
}

.navbar .home {
    background-color: #cac0a6;
}

.navbar .div:hover {
    background-color: #c7b077;
}

.navbar a {
    text-decoration: none;
}

.navbar a:link {
    color: black;
}

.dropdown  {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 48px;
    width: 100%;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
    display: flex;
    flex-direction: column;
}

.cat-menu {
    /* height: 35px; */ padding: 4px 0;
    background-color: #fcfbfa;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cat-menu .cat {
    text-align: center;
}
.cat-menu .cat a {
    text-decoration: none;
    font-size: 15px!important;
}


.cat-menu:hover {
    background-color: #f4f2Ed;
}

.table-container {
    width: 65%;
    margin-left: 5%;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.table-container ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.table-container ul li {
    width: 31.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
    height: 48px;
    background-color: #5987da
}
@media (max-width: 768px) {
    .table-container ul li {
        width: 98%;
    } 
}
.table-container ul li a {
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    cursor: pointer;
    text-transform: uppercase;
    color: white;
    width: 80%;
}
.table-container ul li .category-item_link::before {
    content: "";
}

.table-container .row {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row div {
    width: 31%;
    height: 60px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
    cursor: pointer;
}

.latest-products-container h2 {
    box-sizing: border-box;
    width: 100%;
    margin: 100px 0 10px;
    font-family: 'Jost', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
}

.latest-products-container{
    box-sizing: border-box;
    width: 65%;
    margin: auto;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.product-item_image-container {
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item_image-container img {
    width: 90%;
    height: 90%;
    cursor: grab;
}

.latest-products-list {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.latest-products-list::-webkit-scrollbar {
    display: none;
}

.latest-products-list li {
    box-sizing: border-box;
    width: 30%;
    list-style-type: none;
    margin: 0 2%;
    padding: 0;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .latest-products-list {
        flex-direction: column;
    }
    .latest-products-list li {
        box-sizing: border-box;
        width: 96%;
        list-style-type: none;
        margin: 0 2%;
        padding: 0;
        flex-shrink: 0;
    }
}
.product-item_name {
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    font-size: 0.7em;
    font-weight: 200;
    cursor: pointer;
    text-align: center;
    color: grey;
}

.product-filter,
.producto_global_container {
    box-sizing: border-box;
    width: 80%;
    margin: auto;
    margin-top: -95px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.producto_global_container {
    width: 100%;
}
.product-filter {
    margin-top: 15px;
    margin-bottom: 0;
    font-family: 'Jost', sans-serif;
}
/* .page-other .product-filter {
    width: 25%;
    float: right;
} */
.button-menu-disponibilidad button,
.product-filter h3 {
    background: #fd4c00;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.button-menu-disponibilidad button {
    font-family: 'Jost', sans-serif;
    font-size: 1.17em;
    border: 0;
    font-weight: bold;;
}
.product-filter input {
    font-size: 12px;
    font-family: inherit;
    padding: 0.35em 0.5em;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 8px;
  }

/* CSS */
.product-filter button {
  background-color: #cc9111;
  border-width: 0;
  color: #222;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.product-filter button.reset-button {
    background-color: #cc9111;
    margin-left: 10px;
}
.product-filter form > span {
    background-color: #efa695;
    color: #a34b49;
    display: flex;
    padding: 5px;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    text-transform: uppercase;
}
.producto-container {
    box-sizing: border-box;
    width: 15rem;
    height: 20rem;
    display: flex;
    margin-top: 45px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
}

.producto-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.producto-container span {
    text-decoration: none;
    color: #333;
    font-family: 'Jost';
    font-size: 13px;
}
.prod-caption-quantity { 
    display: block;
}
.modal__container {
    background-color: #f3f0e9;
}
.modal__title {
    color: #5987da;
}
.title-container h4 {
    margin: 0;
    font-family: 'Jost', sans-serif;
    font-size: 0.7em;
    font-weight: 200;
    text-align: center;
    color: grey;
}

.title-container {
    display: flex;
    align-items: flex-end;
}

.moods-container {
    box-sizing: border-box;
    width: 65%;
    margin: 20px auto 50px auto;
    display: block;
}

.masonry-with-columns {
    columns: 3 250px;
    column-gap: 1rem;
}

.masonry-with-columns a {
    max-width: 400px;
    color: white;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: system-ui;
    font-weight: 900;
    font-size: 2rem;
}

.mySlides {
    display:none;
}

.contacto-container {
    width: 65% !important; 
    margin: 16px auto 50px auto !important; 
    padding: 0 !important;
}

.contacto-imgs {
    padding: 0 !important;
}

.contacto-img1 {
    margin: 0 !important;
}

.contacto-img2 {
    width: 100% !important;
}

.fa {
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:visited {
    color: white;
}

.admin-footer {
    font-family: 'Jost', sans-serif !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: black !important;
    padding: 25px !important;
    text-align: center !important;
}

.admin-footer a:link {
    color: black;
}
.micromodal-slide.is-open {
    z-index: 9999;
}

.producto-sin-stock {
    opacity: 0.3!important;
}

.prod-caption-medidas_container {
    display: block;
 }
.home-wrapper {

}
.home-wrapper aside {
    display: inline-block;
    width: 19%;    
    vertical-align: top;
}
.home-wrapper main {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}
@media (max-width: 800px) {
    .home-wrapper aside {
        display: inline-block;
        width: 100%;    
        vertical-align: top;
    }
    .home-wrapper main {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .home-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .moods-container {
        margin-top: -10px!important;
    }

    .page-other .product-filter {
        width: auto;
        float: left;
        margin-left: 5%;
    }
}
.moods-container{
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: -50px;
} 
.category-item {
    list-style: none;
}
.category-item_link {
    text-transform: lowercase;
    color: #fc6d45;
    text-decoration: none;
    display: block;
}
.category-item_link::before {
    content: ">";
    display: block;
    float: left;
}
.category-description { 
    display: block;
}
.category-description::first-letter {
    text-transform: uppercase;
    color: #fc6d45;
}
.subcategory-item .category-item_link {
    color: #4c68b1;
    text-transform: uppercase;
}

.subcategory-item .category-item_link::before {
    content: "-";
    display: block;
    float: left;
}
.subcategory-item .category-item_link .category-description::first-letter {
    color: #4c68b1;
    text-transform: uppercase;
}
.home-categories-list {
    border: 1px solid #fd4c00;
    padding-top: 25px;
    margin-top: -25px;
}
.categories-list > .category-item:not(.subcategory-item) {
    margin-top: 10px;
}
.page-other h1 {
    width: 65%;
    margin-left: 5%;
}

.table-container .category-description::first-letter {
    text-transform: uppercase;
    color: white;
}

@media (max-width: 1000px) {
    .product-filter {
        margin: 0;
        padding-top: 20px;
    }
    .product-filter button {
        padding: 10px 6px;
        font-size: 13px;
    }
}
.subcategory-item {
    display: none;
}
.only-mobile {
    display: none!important;
}
@media (max-width: 600px) {
    .only-mobile {
        display: block!important;
    }
    .button-menu-categories button {
        position: absolute;
        top: 20px;
        left: -6px;
        background: transparent;
        color: #fc6d45;
        border: 0;
        
    }
    .button-menu-categories button svg {
        fill: #fc6d45;    
        width: 32px;
    }
    .home-categories-list {
        display: none;
        position: fixed;
        top: 5;
        left: 5;
        background: #f3f0e9;
        height: 100vh;
        margin-top: 0;
        overflow: scroll;
        padding-top: 0;
        z-index: 9999999;
    }
    .home-categories-list.opened {
        display: block;
    }
    .product-filter {
        display: none;
    }
    .product-filter.opened {
        display: block;
        position: fixed;
        top: 5;
        right: 5;
        background: #f3f0e9;
        padding: 5px;
        padding-top: 20px;

        border: 1px solid #fc6d45;
        z-index: 99999;
    }
    .producto-container {        
        width: 10rem;
        height: 17rem;
    }
    .modal__container {
        display: block;
    }
    .modal__container .photo-principal {
        width: 100%;
    }
    .modal__content {
        margin-left: 0;
        margin-top: 2rem;
    }
    header {
        position: fixed;
        background: #f3f0e9;
        top: 0;
        z-index: 99999;
    }
    main {
        padding-top: 10px;
    }
    header .img-container {
        width: 90%;
        max-width: 300px;
        margin-left: 30px;
    }
    .navbar a {
        width: 24px;
        height: 24px;
    }
    .button-menu-disponibilidad button {
        font-size: 12px;
    }
    .button-menu-disponibilidad {
        max-width: 120px;
    }
    .home-wrapper main {
        margin-top: 65px;
    }
}
a:focus,
a:visited {
    border: 0;
}
:focus-visible {
    outline: none;
}
.menu-close-button {
    border: 0;
    color: #fc6d45;
    top: 3px;
    right: 3px;
    position: absolute;
    font-size: 22px;    
    background: transparent!important;

}
.disponibilidad-close-button {
    border: 0;
    color: #fc6d45!important;
    background: transparent!important;
    top: 3px;
    right: 3px;
    position: absolute;
    font-size: 22px;
}


.header-sticky {
    position: sticky;
    top: 0; /* Ajusta según lo necesites */
    z-index: 999;
}
.sidebar-sticky {
    position: sticky;
    top: 150px; /* Ajusta según lo necesites */
}
.sidebar-info-link {
    background: #C29235;
    display: inline-block;
    text-decoration: none;
    color: #E6DAC4;
    font-size: 0.85em;
    padding: 5px 10px;
    margin-top: 5px;
}