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

/* Remove "Payment Email" from Affiliate Forms" */
label[for="affwp-payment-email"]{display:none;}
#affwp-payment-email{display:none;}

.refer-svg {
	fill: #fff!important;
}

.nyp_table {
	margin-bottom: 25px;
}

.nyp_table label {
	 margin-bottom: 0;
    font-weight: 600;
    color: #2d2a2a;
    margin-right: 20px;
    white-space: nowrap;
}

.nyp_table label:after {
    content: ":";
    margin-left: 2px;
}

.nyp_table td {
    border: none;
    vertical-align: middle;
    padding: 0;
    padding-bottom: 20px;
}

.nyp_table input {
    color: #777
}

.product-image-summary .shop_attributes, .product-image-summary .woocommerce-product-details__short-description {
    margin-bottom: 0px;
}

.product-image-summary .woocommerce-product-details__short-description {
    margin-bottom: 0px;
}

.nyp-input {
	border-color:#ffc313 !important;
}

#pa_gift-card-value{
	border-color:#ffc313 !important;
}

.woodmart-post-date {
      display: none;
}

[tooltip]:before {
    /* needed - do not touch */
    content: attr(tooltip);
    position: absolute;
    opacity: 0;
    
    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
    color: rgb(239, 128, 34);
    border-radius: 10px;
	border:1px;
	border-color:#333;
    box-shadow: 2px 2px 1px silver;    
}

[tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    
    /* customizable */
    background: #fff;
    margin-top: -50px;
    margin-left: 20px;    
}

[tooltip]:not([tooltip-persistent]):before {
    pointer-events: none;
}

/* change the width of the menu dropdowns to avoid line breaks */
.menu-simple-dropdown .sub-menu-dropdown, .menu-simple-dropdown .sub-sub-menu {
    width: 220px;
}
 
/* Add Orange banner for quick delivery gift cards */
.quick {
padding: 3px 8px;
text-align: center;
background: rgba(239, 128, 34, 1);
color: white;
font-weight: bold;
position: absolute;
top: 6px;
font-size: 12px;
}

.quick-info{
	font-weight: bold;
	color:#ffc313;
}

.quick-text{
	font-weight: bold;
	color:#3f3f3f;
}

/*BRAND SHOW IN PAGES*/
.wb-posted_in{ margin-bottom:0px;}

