/*
Theme Name: Health theme
Theme URI: 
Description: This is a custom theme for my website.
Author:Technophilic
Author URI: http://yourwebsite.com
Version: 1.0
*/

ins {
  text-decoration: none;
}
bdi {
  text-decoration: none;
}

.woocommerce-product-rating .star-rating {
  float: left;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 16px;
  width: 5.4em;
  font-family: WooCommerce;
}

.woocommerce-product-rating .star-rating::before {
  content: "\73\73\73\73\73";
  color: #03a297;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.woocommerce-product-rating .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce-product-rating .star-rating span::before {
  content: "\53\53\53\53\53";
  color: #03a297;
  position: absolute;
  top: 0;
  left: 0;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 20px;
  /* margin-left: 30px; */
  align-items: center;
}

.single_variation_wrap
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button {
  padding: 8px 20px;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-size: 16px;
  background-color: #03a297;
  color: White;
  border: none;
}

.entry-summary .cart {
  display: flex;
  align-items: center;
}

.wc-block-cart-item__quantity
  .wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector__button--plus {
  color: #03a297 !important;
  font-size: 24px !important;
  text-align: center !important;
  border: 0;
  border-radius: 50px !important;
  background-color: #f5f7fa !important;
  line-height: 1;
  font-weight: 500 !important;
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  border: none !important;
}

.main-page
  .wc-block-cart-item__quantity
  .wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__input {
  color: #03a297 !important;
  font-size: 14px !important;
}

.main-page
  .wc-block-cart-items__row
  .wc-block-cart-item__product
  .wc-block-components-product-name {
  font-weight: 500 !important;
  font-size: 18px !important;
}

.main-page
  .wc-block-cart-items__row
  .wc-block-cart-item__product
  .wc-block-components-product-name:hover {
  color: #03a297 !important;
}

.main-page {
  font-family: Inter, sans-serif;
}

.main-page .wc-block-cart-item__image img {
  border-radius: 10px;
  width: 100%;
  border-radius: 8px;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.main-page
  .wc-block-components-sidebar
  .wc-block-cart__submit
  .wc-block-cart__submit-container {
  background-color: #03a297 !important;
  border-radius: 10px !important;
}

.main-page
  .wc-block-components-sidebar
  .wc-block-cart__submit
  .wc-block-cart__submit-container
  a {
  color: white !important;
}

.main-page .wc-block-checkout__actions button {
  background-color: #03a297 !important;
  border-radius: 10px !important;
  color: white !important;
  border: none !important;
  font-size: 18px !important;
}

.main-page .main-posts h1{
  display: none !important;
}

.main-page .wc-block-components-totals-coupon__content .wc-block-components-button{
 background-color: #03a297 !important;
  border-radius: 10px !important;
  color: white !important;
  border: none !important;
  font-size: 16px !important;
}

.main-page .user-area .user-wrapper .woocommerce-Addresses h2{
  color: #03a297 !important;
  font-size: 24px !important;
  margin: 20px 0;
}

.main-page .user-area .user-wrapper .woocommerce-Addresses a{
  color: black !important;
  font-size: 16px !important;
}

.post-content .wp-block-woocommerce-cart{
  width: 100% !important;
  max-width: 1200px !important;
  margin: auto !important;
}

.post-content .woocommerce .woocommerce-form-login {
  width: 100% !important;
  max-width: 600px !important;
  margin: auto;
}


.shop-widget .price_slider_wrapper {
    margin-top: 20px !important;
}

.shop-widget .ui-slider {
    height: 6px !important;
    background: #eee !important;
    border-radius: 10px !important;
    position: relative !important;
}


.shop-widget .ui-slider-range {
    background: #03a297 !important; 
    border-radius: 10px !important;
}


.shop-widget .ui-slider-handle {
    width: 16px !important;
    height: 16px !important;
    background: #03a297 !important;
    border-radius: 50% !important;
    top: -5px !important;
    border: none !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.shop-widget .ui-slider-handle:hover {
    transform: scale(1.1) !important;
}

.shop-widget .price_label {
    font-size: 14px !important;
    color: #555 !important;
    margin-top: 15px !important;
}

.shop-widget .price_slider_amount .button{
    background: #03a297 !important;
    color: #fff !important;
    border: none !important;
    padding: 8px 18px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    margin-top: 15px !important;
    transition: 0.3s !important;
    margin-top: 30px !important;
}

.shop-widget .price_slider_amount{
  background-color: #F5F7FA !important;
}

.shop-widget .price_slider_amount .button:hover {
    background: #03a297 !important;
    color: #fff !important;
}

.price-range-box .widget_price_filter .widgettitle{
  display: none !important;
}

.user-card .view{
  background: #03a297 !important;
  color: #fff !important;
  border-radius: 10px !important;
}

.user-area .wc-forward{
  background: #03a297 !important;
  color: #fff !important;
  border-radius: 10px !important;
}

.woocommerce-info{
border-top-color: #03a297 !important;
}

.woocommerce-info:before{
color: #03a297 !important;
}

.woocommerce-message{
border-top-color: #03a297 !important;
}

.woocommerce-message:before{
color: #03a297 !important;
}

.shop-single-gallery .flexslider-thumbnails .flex-direction-nav a{
  background-color: #03a297 !important;
  margin-top: -85px !important;
}
 