.elementor-3493 .elementor-element.elementor-element-10c4e3bc{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-3612602d *//* ==========================================
   PIZZAOLOGY WISHSUITE QUANTITY
========================================== */

.wishsuite-product-quantity .quantity{

    position:relative;

    display:inline-flex;

    align-items:center;

    justify-content:center;

}

/* Quantity box */

.wishsuite-product-quantity .qty{

    width:60px !important;

    height:32px !important;

    border:2px solid #097834 !important;

    border-radius:10px;

    text-align:center;

    font-size:16px;

    font-weight:700;

    padding:10 28px;

}

/* + and - buttons */

.wishsuite-product-quantity .ct-increase,
.wishsuite-product-quantity .ct-decrease{

    position:absolute;

    top:50%;

    width:34px;

    height:24px;

    transform:translateY(-0%);

    display:flex !important;

    align-items:center;

    justify-content:center;

    background:#fff;

    border-radius:20%;

    cursor:pointer;

    font-size:18px;

    font-weight:700;

    color:#097834;

    transition:.25s;

}

/* Minus */

.wishsuite-product-quantity .ct-decrease{

    left: 0px;

}

/* Plus */

.wishsuite-product-quantity .ct-increase{

    right:0px;

}

/* Hover */

.wishsuite-product-quantity .ct-increase:hover,
.wishsuite-product-quantity .ct-decrease:hover{

    background:#097834;

    color:#fff;

}/* End custom CSS */