/*
Theme Name: evolve Plus Child
Theme URI: http://theme4press.com/evolve-multipurpose-wordpress-theme/
Template: evolve-plus
Author: Theme4Press
Author URI: http://theme4press.com
Description: The child theme of evolve Plus which you can use for any custom codes, styles.
Tags: e-commerce,grid-layout,footer-widgets,blog,photography,buddypress,two-columns,left-sidebar,right-sidebar,full-width-template,sticky-post,threaded-comments,microformats,post-formats,flexible-header,featured-images,custom-background,custom-colors,custom-header,custom-menu,theme-options,translation-ready
Version: 1.0.0
*/

.variations {
    border: none !important;
}

.country_to_state.country_select, .form-control {
    border: 1px solid black !important;
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row {
    display: block !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
    list-style: none !important;
    color: red !important;
}

.products.card-columns {
    grid-template-columns: repeat(auto-fit, minmax(auto, 275px));
}

.form-row.place-order .button {
    display: none;
}

.woofc-item-qty-inner .quantity .input-group-prepend {
    display: none;
}

.single-variation {
    display: none;
}

.xoo-wsc-basket {
    bottom: unset !important;
    top: 50px !important;
}

[class="card-body"] [class="price"]:nth-of-type(2), [class="card-body"] [class="price"]:nth-of-type(2) > .amount {
    color: transparent;
}

.quantity .qty {
    width: 100%;
    text-align: center;
}

.bg-danger, .bg-danger h1, .bg-danger h2, .bg-danger h3, .bg-danger h4, .bg-danger h5, .bg-danger h6 {
    color: #FFFFFF !important;
}

#errorModal h4{
    font-size: 24px !important;
}

.modal-centered{
    top: 33% !important;
}

.woofc-item-qty label{
    display: none !important;
}

.products .card-body{
    min-height: calc(100% - 273px);
    display: grid;
    grid-template-rows: minmax(auto, 70px) auto auto minmax(auto, 60px) 0;
}

.account_dashboard  .donor_portal_year_nav{
    margin-left: 0 !important;
}