/*
Theme Name: Makeaholic Child
Theme URI: http://makeaholic.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: makeaholic
Text Domain:  makeaholic-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.header-10 .menu--primary > ul > li > a {
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.branding__logo img, .error404--header .branding__logo img {
  width: 100px !important;
}

/*to change the color and background color of the buttons in last section*/
.price, .amount, .tr-price, .woosw-content-item--price {
  color: #fff !important;
}
.makeaholic-feature-product-carousel .cart-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/* to give border to the images in the trending tabs */
.elementor img {
  border: none;
  border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  border-radius: 5px !important;
}
.price, .amount, .tr-price, .woosw-content-item--price {
  color: #000 !important;
}

/*to make the text of the product names bold */
.makeaholic-product .woocommerce-loop-product__title a {
  display: block;
  color: black;
  font-weight: 900; !important /* Extra bold */
}

#product-123 .woocommerce-Price-amount.amount bdi {
  color: red !important;
}

.woocommerce-Price-amount.amount bdi {
  color: red !important;
}


.woocommerce-Price-amount.amount bdi {
  color: black !important;
}

