.header-wrap.clearfix {
  margin: -15px;
}

.top-header .top-header-regin {
  text-transform: capitalize;
}

.item-img .new-label.new-top-right {
  display: none;
}

.woocommerce button.button.alt {
  background-color: #d60000;
  margin: 0px;
  margin-left: 10px;
}

.page-id-5013 .entry-title {
  display: none;
}

.post-568 .entry-title {
  display: none;
}

.post-566 .entry-title {
  display: none;
}

.site-branding img {
  height: 150px;
  width: 200px;
}

.woocommerce div.product .product_title {
  text-transform: none;
  font-size: 18px;
  color: #000000;
}

.widget_storevilla_latest_product_cat_widget_area .latest-product-slider li .block-item-title h3 a:hover {
  text-transform: none;
}

/* Responsive wheel container */

.premium-wheel-container {
  width: 100%;
  max-width: 420px;
  /* maximum wheel size on larger screens */
  margin: 0 auto;
}

/* Make canvas scale to container width */

.premium-wheel-canvas {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* Center controls */

.pwp-spin-controls {
  text-align: center;
  margin-top: 10px;
}

/* Control wheel prize text font */

.premium-wheel-canvas {
  font-size: 14px;
  /* base font size */
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #fff;
}

/* Make text smaller on small screens */

@media (max-width: 480px) {
  .premium-wheel-canvas {
    font-size: 10px;
  }
}

/* Result message styling */

#pwp-result {
  font-size: 16px;
  font-weight: 600;
  color: #2ecc71;
  /* green success */
}

/* Stopper above the wheel */

.premium-wheel-stopper {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #e74c3c;
  /* red arrow */
  margin: 0 auto;
  position: relative;
  top: 10px;
  z-index: 10;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  color: #ed4545;
  display: none;
}