h1,h2,h3,h4,h5,h6{
  font-family: var(--font-outfit) !important;
}
.option-size span{
  display:inline-block;
  line-height:40px;
  padding:0 15px;
  border:1px solid #000;
}
.option-size input:checked + span{
  background:#000;
  color:#fff;
}
.option-size input{
  width:0;
  height:0;
}
.option-size label{
  margin-right:5px !important;
  margin-left:-5px !important;
}
.option-color input{
  width:0;
  height:0;
}
.option-color label{
  margin-right:5px !important;
}
.option-color label:before{
  content:'Color:';
}
.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color{
  margin-bottom:0;
}
.shop-details-top-section .shop-details-content p{
  font-family:"Archivo", sans-serif;
}
.product-card .product-card-img .view-and-favorite-area > ul{
    transform:none;
    opacity:1;
}
.voted svg{
    fill:var(--primary-color) !important;
}
.product-card .product-card-img .batch > span.new{
    background:var(--primary-color) !important;
}
a{
    color:var(--primary-color);
}