c-product-picker .slds-button_brand {
    min-width: 150px;
    line-height: 1.2em;
}
c-product-picker .slds-card__body.slds-card__body_inner .price p {
    margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
    c-product-picker .slds-grid {
            flex-direction: column;
    }

    c-product-picker .slds-card__body.slds-card__body_inner .description {
        min-height: auto!important;
    }
    c-product-picker .slds-card__body.slds-card__body_inner .price p {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }
    c-product-picker .slds-col .tag{
        margin-top: 35px;
    }
}
/* Free Sign up Form ResponsiveStyles */
@media (max-width: 767px) {
    .slds-form-element_address .slds-form-element__row {
        display: block!important;
    }
    .slds-form-element_compound .slds-form-element__control .slds-form-element__row  .slds-form-element {
        width:100%;
    }
    .flowruntime-input.slds-form-element.flowruntime-inline-container {
        align-items: start!important;
    }
    c-recaptcha-v3 div {
            justify-content: left!important;
    }
    .slds-p-vertical_small.slds-p-horizontal_medium.overflowWrapAnywhere {
        padding-left: 0!important;
    
    }
}
/*For Cart Page */
@media (max-width: 767px) {
    commerce_cart-managed-contents commerce_cart-header .header-labels .dxp-text-heading-large{
        font-size:18px;

    }
    commerce_cart-managed-contents commerce_cart-header .header-labels.header-without-sort {
        display: block;
        width: 100%;
    }
    /*
    commerce_cart-managed-contents commerce_cart-header .header-without-sort .clear-cart-section {
        display:block;
        margin-top: 1em;
        float: right;
    }
        */
    commerce_cart-managed-contents commerce_cart-checkout-button commerce-action-button {
        width:100%
    }
}
