/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

/*store off */


/* add the message and style it*/
#header:after {
     border: 1px solid #FF0000;
     color: #FF0000;
     content: "the online gift shop will not be taking orders from 12/28/14 through 1/19/15";/*this is your message*/
     font-size: 1.5em;
     padding: 5px;
}



/* add the message and style it*/
.wpsc_buy_button_container:before {
     background-color: #E8E8E8;
     border: 1px solid #FF0000;
     color: #FF0000;
     content: "Accepting orders again after 1/19/15 ";/*this is your message*/
     float: left;
     padding: 5px;
     text-align: left;
}
/*hide the button*/
#content input.wpsc_buy_button {
     display: none ! important;
}






/*store off */







/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */


/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}

.ginput_container .gfield_checkbox input,
.ginput_container .gfield_radio input {
  float: left;
-webkit-appearance: checkbox;
}



li.checkout {
	visibility: collapse;
}

select.per_page {
	display: none;
}

#woodojo div.updated.fade {
	display: none;
}

div.updated.fade {
	visibility: hidden!important;
	overflow: hidden!important;
}

#statezip_field {
	width: 100%;
}





div.sfn-cart-addons:nth-last-child(2){
	display: none!important;
	visibility: collapse!important;
	overflow: hidden!important;
}


#Patient_field {
	width: 130px;
}

#Staff_field {
		width: 100px;
		float: left;
	}

#offC_field {
		width: 200px;
	
}



