.ip-req-root {
	margin-top: 0;
}

.ip-req-btn.is-disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.ip-req-panel {
	display: none;
	margin-top: -10px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 6px;
}

.ip-req-label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
    clear: both;
}

.ip-req-row {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.ip-req-select {
	min-width: 240px;
}

.ip-req-msg {
	margin-top: 8px;
	font-size: 13px;
    clear: both;
    margin-left: 10px;
}

.ip-req-msg.is-success {
	color: #0a7a2f;
}

.ip-req-msg.is-error {
	color: #b00020;
}

.ip-req-btn.is-loading,
.ip-req-submit.is-loading {
	opacity: 0.7;
	pointer-events: none;
}
.woocommerce-js div.product .summary form.cart button.button.ip-req-btn {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 33px !important;
    line-height: 1.85714285714286;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    margin-bottom: 10px;
    margin-left: 12px;
}

.woocommerce-js div.product .summary form.cart .button[type=submit] {
    margin-bottom: 10px;
}

.woocommerce-js div.product .summary form.cart  .ip-req-root {width: calc(100% - 185px);margin-left: auto;}

.woocommerce-js div.product .summary form.cart button.button.ip-req-submit {
    padding: 20px;
    float: none;
}

.woocommerce-js div.product .summary form.cart  button.button.ip-req-submit {
    padding: 6px !important;
    margin-bottom: 0;
}

@media screen and (max-width: 781px) {
    .woocommerce-js div.product .summary form.cart div.ip-req-root{
        width: fit-content;
        margin: 0 auto;
        text-align: center;
    }
    div.ip-req-panel{
        margin-top: 10px;
    }
    .woocommerce-js div.product .summary form.cart div.ip-req-root button.ip-req-btn{
        margin: 10px auto !important;
        float: none;
    }
}