/**
* Theme Name: Machic Child
* Description: This is a child theme of Machic, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: machic
* Version: 1.1.1
*/

.site-offcanvas-header {
  color: blue;
  background-color: #e5e8ef !important;
}
.content-primary a img {
  max-height: 100px;
}

.woocommerce .product .thumbnail-wrapper {
  text-align: center;
}

.woocommerce .product .thumbnail-wrapper img {
  max-height: 150px;
  height: auto;
  width: auto;
  max-width: 100%;
}

.product-category.product img {
  max-height: 150px;
  height: auto;
  width: auto;
  max-width: 100%;
}


.product-category.product {
  padding: 10px;
}

li.product-category h2.woocommerce-loop-category__title {
  margin-top: 10px;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  text-align: center;
}

.your__price {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-primary);
}

.your__price span bdi,
.your__price span bdi .woocommerce-Price-currencySymbol {
  font-size: 20px;
  color: red;
  font-weight: 600;
}