[tabindex="-1"]:focus, input:read-write:focus, select:focus, textarea:focus{
    box-shadow:none!important
}




/* * {
    cursor: none;
} */


.mb-0 p:last-child{
  margin-bottom:0!important;
}
.d-none{
  display:none
}

.woocommerce .elementor-element p.stock{
  text-align: center;
}

a:focus, a:hover{
	opacity:1
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

p strong{
	font-weight:bold;
}

/* Firefox */
/* input[type=number] {
  -moz-appearance: textfield;
  padding: 10px !important;
} */
/* ============ Header ============ */
header .elementor-sticky{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header .elementor-sticky:not(body.home header .elementor-sticky){
  box-shadow:0px 0px 50px 0px rgba(0,0,0,0.05);
	--webkit-box-shadow:0px 0px 50px 0px rgba(0,0,0,0.05);
}
header .elementor-sticky.elementor-sticky--effects{
	min-height: 110px;
	box-shadow:0px 0px 50px 0px rgba(0,0,0,0.05);
	--webkit-box-shadow:0px 0px 50px 0px rgba(0,0,0,0.05);
}
.menuBars .elementor-icon-wrapper {
  display: flex;
}