/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.woocommerce ul.products li.product.classic .product-wrap img {
    height: 288px;
}
label {}

.tnp-field label {
    position: absolute;
    top: 32px;
    left: 18px;
}


.tnp-field.tnp-field-button {
    position: absolute;
    top: 23px;
    right: -23px;
   
    padding: 0px 0px !important;
}

.tnp-field.tnp-field-button input.tnp-submit {
    background: #DE7C34;
    border-radius: 100px;
    padding: 9px 13px;
}

.tnp-field.tnp-field-email {
    width: 140%;
    background: transparent !important;
}

.tnp-field.tnp-field-email input#tnp-1 {
    background: transparent;
    border: 2px solid #1E8481;
    border-radius: 120px;
    padding: 11px 11px;
}