/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2024 | 03:04:19 */
.product-info {
            margin-bottom: 20px;
        }

        .calculator {
            display: flex;
            justify-content: space-between;
        }

        .calculator label {
            display: block;
        }

        .quantity-input {
            display: inline-block!important;
            vertical-align: middle!important;
            position: relative!important;
        }

        .quantity-input span {
            position: absolute!important;
    		top: 0!important;
    		width: 45px!important;
    		height: 35px!important;
    		line-height: 30px!important;
    		text-align: center!important;
    		cursor: pointer!important;
    		font-size: 27px!important;
    		background: rgba(0, 0, 0, .04)!important;
    		border-radius: 10px!important;
    		box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 16px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px!important;
        }

        .quantity-input span.plus {
            right: 0!important;
        }

        .quantity-input span.minus {
            left: 0!important;
        }

        #totalPrice {
            font-weight: bold;
        }
		p {
			margin: 0;
		}
		h3 {
			margin: 0;
		}
		.ff-el-input--content {
			width: 100%;
		}
		.ff-btn {
			width: 100%;
		}