/*
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
*/
.stock.out-of-stock {
	color: #fff!important;
    background: #a00;
    width: max-content;
    padding: 10px;
    border-radius: 5px;
	position: relative;
}
.postid-12370 p.stock.out-of-stock::after {
    content: "ETA new stock is Friday 27th";
    background: transparent;
    position: absolute;
    color: #000!important;
    width: max-content;
    left: 120px;
    font-weight: 600;
}


.woocommerce-message:before {
  display: none;
}

body #asl-storelocator.asl-p-cont #asl-list.storelocator-panel .item .addr-sec .p-time, body #asl-storelocator.asl-p-cont #asl-list.storelocator-panel .item .addr-sec p.p-time {
display: none!important;
}

.vc_row:nth-child(2), .vc_row:nth-child(1) {
    z-index: 999999;
    margin-top: -80px;
}
.box.qty .quantity{
	width:100%;
}
.custom-box-wrap .custom-box .box-inner .box-wrap .box.qty input{
	width: 100%;
}
