.site-branding .site-description {
	display: none !important;
}
.site-header-cart .cart-contents .amount {
	display: none;
}
.site-header .widget_shopping_cart p.total {
	display: none;
}
.site-info {
	display: none !important;
}

/* File Sharing */
.share_file_form_wrap {
	display: none;
}
.share_file_form_wrap.active {
	display: block;
	border: 1px solid #ccc;
	padding: 10px;
}
.share_file_form_wrap.active.sending {
	opacity: 0.5;
}
.share_file_form_wrap input {
	width: 100%;
}
.share_file_form_wrap .ajax_result {
	color: #0b0;
	margin-left: 0;
	list-style: none;
	border: 1px solid;
	background: #efe;
	padding: 2px 8px;
}
.share_file_form_wrap .ajax_result.error {
	color: #f00;
	background: #fee;
}
.share_file_form_wrap label.error {
	color: #f00;
}
.share_file_form_wrap label.error input, .share_file_form_wrap label.error textarea {
	border: 1px solid #f00;
}

/* CHECKOUT FIELD DESCRIPTIONS */
.woocommerce-checkout .woocommerce-input-wrapper {
	display: -webkit-box;
	display:    -moz-box;
	display:         box;
	-webkit-box-orient: vertical;
	   -moz-box-orient: vertical;
	        box-orient: vertical;
	width: 100%;
}
.woocommerce-checkout .woocommerce-input-wrapper .description {
	display:  -ms-flexbox;
	display:  -webkit-box; 
	display:     -moz-box;
	display: -webkit-flex; 
	display:         flex;
	-webkit-box-ordinal-group: 1;
	   -moz-box-ordinal-group: 1;
	           -ms-flex-order: 1; 
	            -webkit-order: 1; 
	                    order: 1;
	font-style: italic;
}
.woocommerce-checkout .woocommerce-input-wrapper input,
.woocommerce-checkout .woocommerce-input-wrapper textarea,
.woocommerce-checkout .woocommerce-input-wrapper .select2-container {
	display:  -ms-flexbox;
	display:  -webkit-box; 
	display:     -moz-box;
	display: -webkit-flex; 
	display:         flex;
	-webkit-box-ordinal-group: 2;
	   -moz-box-ordinal-group: 2;
	           -ms-flex-order: 2; 
	            -webkit-order: 2; 
	                    order: 2;
}

/* PART SAMPLES FIELDS */
#part_samples_table {
	margin-bottom: 0;
}
#part_samples_table thead th {
	padding: .65em;
}
#part_samples_table tbody td {
	padding: 0;
	background-color: #f2f2f2;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
#part_samples_table tfoot td {
	padding-left: 0;
}
#part_samples_table td input[type="number"]::-webkit-inner-spin-button, 
#part_samples_table td input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none !important; 
	margin: 0; 
}
#part_samples_table tr th.part_qty, #part_samples_table tr td.part_qty input {
	text-align: right;
}
#part_samples_table .remove_part {
    display: block;
    width: 20px;
    height: 20px;
	margin: 15px 8px;
    background: #d00;
    text-align: center;
    font-size: 12px;
    border-radius: 1em;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

/* HIDE ADD TO CART BUTTON */
.woocommerce-variation-add-to-cart {
	display: none !important;
}

/* HIDE STOCK AVAILABILITY */
.woocommerce-variation-availability {
	display: none !important;
}
