/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
*/

@import url("../hello-elementor/style.css");

/* styling the quantity stepper */
.quantity-container {
    display: flex !important;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    background-color: #EB9AC2;
    color: #571C1F;
	font-weight: 600;
	letter-spacing: .1em;
    border: none;
    border-radius: 0;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
}

/*  note:  styling for order page elements is on the page custom css for the container.  */












