.small, small {
  font-size: .675em;
}
.main-menu ul>li {
  margin-inline-end: 30px !important;
}
.main-menu ul>li>a {
  font-size: 12px;
  font-weight: 500;
}
.show-admin-bar #header-sticky, .show-admin-bar .header-sticky {
  background-color: #f1f1f1;
}
.header-welcome-text span {
  font-size: 11px;
  font-weight: 100;
}
.header-welcome-text a {
  font-size: 11px;
}
.footer-widget__links ul li {
  margin-bottom: 0px;
}
.footer-widget__links ul li a {
  font-size: 12px;
}
.footer-widget__title {
  font-size: 14px;
  text-decoration: none;
}
.footer-content {
  font-size: 12px;
}
.footer-col-5 p {
  font-size: 12px;
}
.tpsideinfo {
  background: #ffffff;
}
.mobile-menu-container .mobile-menu-nav ul li a {
  color: #000000;
}
.tpsideinfo__account-link a, .tpsideinfo__wishlist-link a {
  color: #000000;
}
.tpsideinfo__account-link a i, .tpsideinfo__wishlist-link a i {
  color: #000000;
}
.tpsideinfo__switcher a.dropdown-toggle {
  color: #000000;
}
.tpsideinfo__close, .tpsideinfo__search-title {
  color: #000;
}
.tpsideinfo__close {
  background-color: #f8f8f8;
}
.tpcart__del {
  color: #9d9d9d;
}
.footer-copyright {
    padding: 0px 0;
}
.footer-copyright__content span {
    font-size: 12px;
}
.checkout-content-wrap {
  background-color: #f9f9f9;
}
.form-checkout {
  background-color: white;
  padding: 15px;
  border-radius: 15px;
}
#main-checkout-product-info > #cart-item {
  background-color: white;
  padding: 15px;
  border-radius: 8px;
}
.tpproduct__thumb-action > .quickview {
  display: none;
}
.tpproduct-details__price span {
  font-size: 28px;
  font-weight: 100;
}
.tpproduct__priceinfo-list span {
  font-size: 16px;
  font-weight: 100;
}
.tpproduct-details__condation-item {
  border: 1px solid #a88307;
}
.tpproduct-details__title {
  font-weight! 100;
}
.tpproduct-details__pera p {
  font-size: 12px;
  text-align: justify;
}
.tp-content-tab p {
  font-size: 12px;
}
.tpproduct__cart a {
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.tpproduct-details__information > p a {
  font-size: 12px !important;
}
.breadcrumb__area {
  display: none;
}
.tpcart-btn, .tpcheck-btn {
  border: 1px solid var(--tp-text-primary);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 100;
}
.footer-widget__links ul li a:hover {
    color: #ffc107;
}
.tpproduct-details__condation-text p {
  font-size: 12px;
}
.tpproduct-details__information p {
  font-size: 12px;
  font-weight: 100;
  margin-inline-end: 0;
  margin-bottom: 0;
}
.tpproduct-details__information span {
  font-size: 12px;
  font-weight: 400;
}
.tpproduct-details__information a {
  font-size: 12px;
  font-weight: 600;
}
.tpproduct-details__cart button {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .mobile-menu-container .mobile-menu-nav ul li>a>i {
  	display: unset;
  }
  .navigation-bar .navigation-bar__list {
      padding-bottom: 12px;
      background-color: #fffffff2;
  }
  .navigation-bar .navigation-bar__list li a span {
    font-size: 9px;
  }
  .ae-anno-announcement__button {
    display: none;
  }
  .header-welcome-text a {
    display: none;
  }
}