.summary .wcboost-wishlist-button {
    float: none !important;
    margin: 0  !important;
    display: inline-block !important;
}

.summary  .wcboost-products-compare-button {
    margin: 0 0 0 15px !important;
    float: none  !important;
    display: inline-block !important;
}

.summary .product-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.product-form .product-form__row {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

.product-form__row  .product-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(50% - 5px);
}

.product-form__field p {
    margin: 0 !important;
}

.product-form__field input[type="text"] {
    padding: 0 15px !important;
    height: 45px;
    outline: none;
    border: 1px solid #000;
    font-size: 14px;
}

.product-form__row button {
    width: 100%;
    background-color: #000;
    height: 45px;
    line-height: 125%;
    min-width: 225px;
    cursor: pointer;
    padding: 0 25px;
    transition: all 0.5s;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none;
    border-radius: 0;
    font-weight: 600;
}

.product-form__row button:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .product-form .product-form__row {
        flex-direction: column;
    }

    .product-form__row  .product-form__field {
        width: 100%;
    }
}

.updated-footer {
    display: flex;
    align-items: stretch;
}

.footed-terms {
    display: flex;
    align-items: flex-end;
}

.footed-terms li {
    padding: 0 !important;
}

.footed-terms ul {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .updated-footer {
        flex-direction: column;
    }

    .footed-terms {
        flex-direction: column;
        align-items: center;
    }
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.comment-form-cookies-consent label {
    margin: 0 !important;
}