/*
 Theme Name:   Bizup Child
 Theme URI:    https://keenitsolutions.com/products/wordpress/bizup/
 Description:  Bizup Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     bizup
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

.rs-footer {
  .fa-ul li i {
    color: #3c69f7;
  }
}

.rs-btn {
  a {
    background: #3c69f7;

    &:hover {
      background: #3457c4;
    }
  }
}

.menu-area {
  .navbar ul li.wpml-ls-current-language {
    ul.sub-menu {
      padding-block: 0;
      min-width: unset;
      width: 80px;
    }

    ul.sub-menu li a {
      margin-inline: 0;
    }
  }
}

.bs-sidebar {
  .widget_product_search {
    .woocommerce-product-search {
      &:after {
        font-size: inherit;
      }

      &:hover:after {
        background: #3C69F7 !important;
      }
    }
  }
}

body {
  div textarea:focus,
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus {
    border-color: #3C69F7 !important;
  }
}

.woocommerce {
  span.onsale {
  	width: fit-content !important;
  	height: auto !important;
  	padding-inline: 1ch !important;
  }

  .rs-breadcrumbs {
	  .breadcrumbs-inner {
	    padding-top: 180px;
	    padding-bottom: 50px;
	  }

	  .page-title {
	    font-size: 2em;
    }
  }

  table.shop_attributes {
    tr:nth-child(odd) th {
      background-color: #fff;
    }

    th,
    tr:nth-child(even) th {
      color: #000;
    }
  }

  ul.products li .woocommerce-loop-product__title {
    line-height: 1.35;
  }

  .widget_price_filter .ui-slider .ui-slider-range,
  .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #3C69F7;
  }

  .widget_price_filter .ui-slider .ui-slider-range {
    opacity: 0.6;
  }

  div.product p.price ins,
  div.product span.price ins,
  ul.products li.product .price ins {
    color: #3C69F7 !important;
  }
}


/** DISABLED */
/* .rs-breadcrumbs {
	display: none;
} */

/* .menu-area .navbar ul > li.wpml-ls-current-language.menu-item-has-children > a::before,
.menu-area .navbar ul > li.wpml-ls-current-language.hover-minimize > a::after {
	display: none;
} */