/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.Wcmlim_container.wcmlim_product .wcmlim_radio_option.location-stock-item {
  background: #fafafa;
    background-color: rgb(250, 250, 250);
}
.Wcmlim_container.wcmlim_product .wcmlim_radio_option label {
  display: block !important;
	padding-left: 8px;
}
.wcmlim_radio_option label > span {
  display: block;
  width: 100%;
}
.wcmlim_radio_option.location-stock-item span.stock-display {
  background: transparent;
  font-size: 14px;
  font-family: "Lexend Deca";
}
.Wcmlim_container.wcmlim_product .wcmlim_radio_option.location-stock-item.highlighted {
  background: #F59F26 !important;
  border-color: #F59F26 !important;
}
.Wcmlim_container.wcmlim_product .wcmlim_radio_option.location-stock-item.highlighted label span strong,
.Wcmlim_container.wcmlim_product .wcmlim_radio_option.location-stock-item.highlighted label .stock-display span,
.Wcmlim_container.wcmlim_product .wcmlim_radio_option.location-stock-item.highlighted .simple_view_location_details span {
  color: #fff;
}
.wcmlim_radio_option.location-stock-item span.stock-display {
  color: #595959 !important;
}
.wcmlim_radio_option.location-stock-item span.stock-display .wclim-views_subinfo {
	padding-left: 0;
}
.Wcmlim_container.wcmlim_product .wcmlim_radio_option.location-stock-item .simple_view_location_details span.dashicons.dashicons-admin-home {
	display: none !important;
}
.Wcmlim_container.wcmlim_product .wcmlim_radio_option.location-stock-item .simple_view_location_details {
	padding-left: 31px;
	font-size: 15px;
}

/* CLer Cartpage link */
.woocommerce-error li a.bbqs-go-to-cart-btn  {
    color: #F59F26;
    text-decoration: none;
    background: #fff;
    padding: 2px 15px;
    font-size: 13px;
    border-radius: 25px;
    float: right;
    line-height: 1.5em;
    font-weight: 400;
    border: none;
}
.woocommerce-error li a.bbqs-go-to-cart-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
    border-bottom: none;
}