/*  Holiday Pricing popup fix  */

/*  remove popup border  */
#holiday-pricing-message-model {
	border: none !important;
}
	
/*  center CTA button  */
#holiday-pricing-message-model > div.modal-footer.pdp-modal-footer {
    margin: 0 auto !important;
    width: fit-content !important;
}

/*  increase width of CTA button to accomodate more text  */
#holiday-pricing-message-model .modal-footer.pdp-modal-footer .btn {
    width: 100px !important;
}

/*  space out body copy and center justify  */
#holiday-pricing-message-model > div.modal-body > p {
	mso-line-height:exactly; line-height:130%; line-height: 1.3em !important;
	text-align: center !important;
}

/*  add to font list for those without Avenir Black Oblique  */
#holiday-pricing-message-model > div.modal-title > h2 {
    font-family: 'Avenir Black Oblique', 'Avenir LT W01 85 Heavy', Helvetica, sans-serif !important;
}
