/**
* Theme Name: GreenMart Child
* Description: This is a child theme for GreenMart
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: greenmart
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.wrapper-price-sold .price {
    display: none !important;
}
/* ==========================================================================
   Product reviews — align field icons with their placeholder text
   ========================================================================== */
#review_form_wrapper #respond p .fa {
    left: 15px;
    right: auto;
    top: 0;
    bottom: 15px;          /* = the field's own margin-bottom */
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    font-size: 14px;
    line-height: 1;
}

/* textarea: icon sits on the first line, not the middle */
#review_form_wrapper #respond .comment-form-comment .fa {
    align-items: flex-start;
    padding-top: 16px;
}

/* clear the icon so the placeholder no longer sits on top of it */
#review_form_wrapper #respond #comment,
#review_form_wrapper #respond input[type="text"],
#review_form_wrapper #respond input[type="email"],
#review_form_wrapper #respond input[type="url"] {
    padding-left: 42px;
}