/* Add custom CSS styles below */ 

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
}

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
    display: none;
  }
  
  .product-tabs {
  padding-top: 0px !important;
  display: none;
}

.product-index-page-header .breadcrumbs {
  display: none;
}


.btn--add-to-cart button {
    height: 38px;
    border-radius: 3px;
    font-size: 12px;
  }


.btn--wishlist {
  display: none;
}


.normal-price {
  font-size: 16px;
  color: black;
  font-weight: 600;
}


.text-gray-500 {
  color: rgb(147, 63, 1);
  font-weight: 600;
}



@media (min-width: 768px) {
  button.btn--main, .btn--add-to-cart button {
    height: 38px;
  }
}

button.btn--main, .btn--add-to-cart button {

  font-size: 13px;
}



@media (min-width: 768px) {
  body .md\:text-start:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
    font-weight: 700;
  }
}


/* end add */ 

.text-2xl {
  font-size: 17px;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .md\:text-3xl {
    font-size: 17px;
    line-height: 2.5;
    text-align: inherit;
  }
}

.font-medium {
  font-weight: 700;
  color: red;
}

.product-single .product-details-col .sale-price {
  font-size: 19px;
  line-height: 2rem;
  font-weight: 700;
}

.sicon-earth { display: none; !important}

.header-rounded-btn {
  display: flex;
  height: 2.5rem;
  width: 1.5rem;
  }
  
  
  .product-entry__title {
  display: inline-block;
  font-size: 15px;
  line-height: 1.75rem;
  font-weight: 700;
}