/* font matias*/
.matias-font{
    font-family: "Roboto", sans-serif;
  	color: #333;
}

#ready-to-start .row{
  gap: 20px;
}

/* Product Page Switcher */
.matias-product-switcher{
    font-family: "Roboto", sans-serif;
  	color: #333;
}

.matias-product-switcher .uk-nav-side{
  margin-bottom: 50px!important;
}

  .matias-cat-switcher .uk-thumbnav li{
    list-style-type:none; 
    border-bottom: 1px solid #fff;
    width: 50%;
  }
  
    .matias-cat-switcher .uk-thumbnav{
    text-align: center;
  }
  
    .matias-cat-switcher .uk-thumbnav li:hover{
    border-bottom: 1px solid #c6c6c6;
  }
  
  .cat-container .btn{
    display: grid!important;
    justify-items:center!important;
  }

    .cat-container{
    text-align:center;
  }

    .cat-container p{
    text-align:center;
  }

  /* Carousel z-index next/previous button */

  
  /* Product Container */
.matias-product-container img{
  max-width:400px!important;
}

.matias-product-container{
    font-family: "Roboto", sans-serif;
  	color: #333;
}

.matias-product-container h5{
    font-family: "Roboto", sans-serif;
  	color: #333;
    font-weight:bold!important;
}

.matias-product-container h2{
    font-family: "Roboto", sans-serif;
  	color: #333;
    border-radius:5px;
    text-align:center;
}

  .matias-cat-switcher button{
    font-family: "Roboto", sans-serif;
  	color: #333;
    border-radius:10px;
    margin-top:10px;
  }

.matias-product-container h4{
    font-family: "Roboto", sans-serif;
  	color: #333!important;
    list-style-type: none;
}

/* color & languages */
.color-options-matias {
  list-style-type: none;
  padding: 0;
}

.color-options-matias li {
  display: inline-block;
  margin-right: 10px; /* Adjust as needed */
}

.color-circle-matias {
    border: 1px solid gray;
  	display: inline-block;
  	width: 20px;
  	height: 20px;
  	border-radius: 50%;
  	margin-right: 5px; /* Adjust as needed */
}

/* Product Switcher */
.matias-product-switcher .uk-nav-side > li.uk-active > a{
  background:#608bbc!important;
  border-radius: 5px; 
  color:white!important;
}
.matias-product-switcher .uk-nav-side > li:hover > a{
  color:black!important;
  border-radius: 5px;
}

/* matias categorie icons*/

.product-cat .text-center{
  padding: 0 10px;
}

.product-cat .text-center:hover{
  background: #f8f8f8;
}

.product-cat .text-center a:hover{
  color: #333!important;
}