/* 
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
*/

/* common */
.pswp.jet-woo-product-gallery-pswp {
	display: none;
}
/* back in stock notifier */
.cwginstock-panel-body input[type=submit] {
	margin-top: 15px;
}
/* Quantity */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.single .qty {
	box-shadow: unset !important;
	border: 1px solid gray !important;
	border-width: 1px 0 1px 0 !important;
	outline: unset !important;
	text-align: center !important;
	border-radius: unset !important;
}
button.minus, button.plus {
    border: 1px solid gray;
    border-radius: unset;
    color: black;
}
button.minus {
    border-width: 1px 1px 1px 0px !important;
    margin-left: -5px;
}
button.plus {
    border-width: 1px 0px 1px 1px;
    margin-right: -5px !important;
}
button.minus:hover, button.plus:hover, button.minus:active, button.plus:active, button.minus:focus, button.plus:focus {
    background-color: white;
    color: black;
    outline: unset;
}
.elementor-flip-box__front, .elementor-flip-box__back {
	background-color: unset !important;
}
/* Accessebility toolbar - mobile */
@media screen and (max-width: 767px) {	
	#enable-toolbar-trigger {
		top: -70px !important;
	}
}