/* =============== Pix AWOOC Custom Styles =============== */


.awooc-custom-order-button {
    background: #72b400 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.awooc-custom-order-button:hover {
    background: #548500 !important;
	color: #fff !important;
}

input.awooc-submit-btn {
    background: #000;
    color: #fff;
    border-radius: 30px;
}

input.awooc-submit-btn:hover {
    background: #323232;
    color: #fff;
    border-radius: 30px;
}

.awooc-custom-order-wrap .wpcf7-form-control {
    margin: 0px !important;
    border-radius: 10px !important;
}


/* =============== Pix AWOOC Custom Styles =============== */

.blockUI.blockMsg.blockMsgAwooc.blockPage {
    max-height: 850px !important;
    border-radius: 10px !important;
}

.blockOverlay {
    z-index: 390 !important;
}

.awooc-custom-order-wrap.awooc-popup-inner {
    padding: 20px !important;
    border-radius: 8px !important;
    background: #f3f3f3 !important;
    border: 1px solid #ddd !important;
}

.awooc-popup-image img {
    border-radius: 8px !important;
    width: 100% !important;
    height: auto !important;
}

.awooc-popup-sum {
    background: #fff !important;
    padding: 10px 15px !important;
    border: 1px solid #ccc !important;
	border-left: 4px solid #008000 !important;
    border-radius: 6px !important;
    margin-top: 10px !important;
    font-weight: bold !important;
}

.awooc-custom-order-wrap .wpcf7-form-control {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #cfcfcf !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    width: 100% !important;
}

.woocommerce .wpcf7-submit,
.wpcf7-form .wpcf7-submit {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 100% !important;
    padding: 12px 20px !important;
    font-weight: bold !important;
    border: none !important;
    transition: background 0.3s ease, transform 0.3s ease !important;
}

.woocommerce .wpcf7-submit:hover {
    background-color: #333 !important;
    transform: scale(1.1) !important;
}

.pix-delivery-note,
.pix-shipping-rate {
    margin-top: 10px !important;
    font-size: 14px !important;
    background: #fff !important;
    padding: 2px 12px !important;
    border-left: 4px solid black !important;
    border-radius: 5px !important;
    color: #000 !important;
}

.pix-shipping-rate strong {
    color: green !important;
}

@media (max-width: 992px) {
    .blockUI.blockMsg.blockMsgAwooc.blockPage {
        max-width: 350px !important;
        max-height: 750px !important;
    }
}

.awooc-secure-checkout {
    color: #2e7d32 !important; /* grass green */
    background: #e8f5e9 !important;
    border: 1px solid #2e7d32 !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    padding: 20px !important;
    margin: 10px 0px !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
		place-content: center;
}

.awooc-secure-checkout .lock-icon {
    font-size: 18px !important;
}

div.awooc-secure-checkout > p {
    margin: 0px !important;
}

.awooc-col.columns-right input{
margin: 0px !important;}