/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



/*
*	Plugin: Woocommerce product addons
*/
.wc-pao-addon {
    margin: 1rem 0 0 0;
}
.wc-pao-addon p {
    margin: 0;
}
.wc-pao-addon input[type="file"]::file-selector-button {
  background-color: #376524;
  color: #fff;
  border: none;                   
  padding: 0.5em 1em;             
  border-radius: 0.25rem;         
  font-size: 1rem;                
  font-family: inherit;           
  cursor: pointer;                
  transition: background-color 0.2s;
}
.wc-pao-addon small{
	display: block;
}
.wc-pao-addon-image-swatch img {
    width: 40px;
    height: 40px;
}


/*
*	Plugin: Woo Discount rules
*/
.awdr-bulk-customizable-table{
width: 100%	
}
.awdr-bulk-customizable-table table {
    border: solid 1px #eee;
}
.awdr-bulk-customizable-table span {
    font-size: 14px;
}


/*
*	Plugin: Gift Card for Woocommerce
*/
#pwgc-redeem-gift-card-form {
    border: solid 1px #eee;
    padding: 1rem;
    text-align: center;
}
#pwgc-redeem-gift-card-form br {
    display: none;
}
#pwgc-redeem-gift-card-form label {
    font-size: 1.1rem;
    font-weight: 600;
}

