/*
 Theme Name: Studiare Child
 Theme URI: https://zarrinkaffash.com
 Description: Studiare Child Theme
 Author: ZarrinKaffash
 Template: studiare
 Version: 1.0
 Text Domain: studiare-child
*/

span.onsale {
    display: none;
}

.wd-empty-page-text {
    display: none !important;
}

.wrap-total-sale {
    display: none !important;
}
.scrollToTop {
    left: 20px !important;
    right: auto !important;
}

.scrollToTop.button-show {
    border: 2px solid var(--wd-primary-color);
}

.wof-form-fields input[type="number"] {
    padding: 0;
    text-align: right;
}

.wheel-win-box{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:22px;
  margin-top:12px;
  text-align:center;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.wheel-win-box h3{
  margin:0 0 12px;
  font-size:24px;
  font-weight:700;
  line-height:1.4;
}

.wheel-win-box p{
  margin:0 0 10px;
  font-size:15px;
  line-height:1.9;
  color:#444;
}

.wheel-win-box strong{
  font-weight:700;
}

.wheel-win-link{
  display:inline-block;
  margin-top:12px;
  padding:12px 22px;
  border-radius:12px;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  transition:.2s ease;
  border:1px solid #111;
  color:#111;
}

.wheel-win-link:hover{
  transform:translateY(-2px);
}
