/*--Custom CSS--*/
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    max-width: 100%;
    margin: 0;
    margin-top: 0px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 0;
    background: transparent;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    display: inline-flex;
    justify-content: center;
    position: relative;
    left: 50%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 60px;
    height: 60px;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-flex;
    list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li::before {
    display: none;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-size: 32px !important;
    font-weight: 500;
}
.woocommerce-product-details__short-description {
    padding-bottom: 30px;
}
.woocommerce .quantity .qty {
    width: 120px;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    vertical-align: middle;
}
.woocommerce div.product form.cart .variations td.value {
    padding-right: 50px;
    position: relative;
}
.reset_variations {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.yith-wcwl-add-to-wishlist {
    margin-bottom: 20px;
}

#scrollTop {
  display: none;
  position: fixed; 
  bottom: 150px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #005288;
  color: white; 
  cursor: pointer; 
  border-radius: 50%; 
  font-size: 18px;
  width:50px;
  height:50px;
  transition: background-color 0.3s;
}

#scrollTop:hover {
  background-color: #8AC393;
}

@media only screen and (max-width: 575.98px) {
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 55px;
        height: 55px;
    }
    .woocommerce div.product p.price ins,
    .woocommerce div.product span.price ins {
        font-size: 18px !important;
    }
        #scrollTop {font-size: 13px;width:35px;height:35px; right:10px;}
}
.woocommerce span.onsale {
    width: 50px;
    height: 50px;
    background-color: #013d6a;
    font-size: 11px;
    line-height: 50px;
    padding: 0;
}