.my-widget .widget-title {
  color: #ff0000;
}

aside .widget h5 {
  color: #000000;
  font-size: -8px;
  font-weight: 500;
  border-bottom-width: 2px;
  border-bottom-color: #ff0000;
  border-bottom-style: solid;
}

.woocommerce ul.products li.product h6 {
  color: #ff0000;
  text-align: center;
}

.woocommerce-Price-amount.amount {
  font-size: 23px;
  color: #000000;
}

.woocommerce-price-suffix {
  text-decoration: underline;
  border-style: hidden;
}

.woocommerce ul.products li.product .price {
  text-transform: none;
}

.woocommerce ul.products li.product .add-to-cart-button-inner,
.woocommerce-page ul.products li.product .add-to-cart-button-inner {
  display: none;
}

.title_text_shadow .breadcrumbs .breadcrumbs_inner {
  font-weight: 700;
  font-size: 15px;
}

.with_hover_bg_color nav.main_menu>ul>li>a {
  font-size: 18px;
}

.transparent_content .content .container {
  color: #ffffff;
}

.two_columns_75_25>.column1 {
  background-color: #ffffff;
}

.woocommerce aside .widget ul.product-categories a:hover {
  color: #000000;
}

aside .widget a {
  color: #000000;
}

.two_columns_75_25.woocommerce_with_sidebar.grid2.clearfix {
  background-color: #ffffff;
}

.count {
  color: #000000;
}

.woocommerce form.checkout .col2-set .form-row input[type=text] {
  font-weight: 300;
}

.woocommerce form.checkout .col2-set .form-row input[type=tel] {
  font-weight: 300;
}

.woocommerce form.checkout .col2-set .form-row input[type=email] {
  font-weight: 300;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  font-weight: 300;
}