/* WooCommerce override styles */

.woocommerce h2
{
	margin-top: 20px;
	margin-bottom: 10px;
}

.woocommerce-terms-and-conditions-wrapper input[name="terms"]
{
	position: relative !important;
}

.woocommerce-error li, .woocommerce-message li, .woocommerce-info li, .woocommerce-note li, .woocommerce .order_details li, .woocommerce .payment_methods li, .woocommerce-page #payment .payment_methods li {
	background: none !important;
	padding-left: 0px !important;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, p.price {
	color: #900000 !important;
}

.woocommerce a, .woocommerce a:visited {
	color: #ffa519;
}

.woocommerce a:active {
	color: black;
}

.woocommerce a:hover {
	text-decoration: underline;
}

.woocommerce a.button.added:before {
	font-size: 16px !important;
	color: #008000 !important;
	top: 0.34em !important;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	/*
	 float: right !important;
	 */
	margin-top: 10px;
	padding-right: 10px;
	display: block !important;
}

.woocommerce .amount {
	text-align: right;
	display: inline-block;
}

.woocommerce .my_account_orders .order-total .amount {
	text-align: left !important;
	display: inline !important;
}

.woocommerce td.product-quantity {
	text-align: right !important;
}

.woocommerce td.product-quantity .quantity {
	text-align: right !important;
}

.woocommerce th.product-quantity, .woocommerce th.product-price, .woocommerce th.product-subtotal {
	text-align: right !important;
}

/*
 .woocommerce tr.tax-rate .amount
 {
 }
 */

.woocommerce small.includes_tax {
	display: block !important;
}

/*
 .woocommerce .button[name="update_cart"]
 {
 margin-right: 40px !important;
 }
 */

.woocommerce .cart .button[name="apply_coupon"] {
	height: 18px;
	font-size: 10px !important;
	margin-top: 5px;
	padding-top: 0px !important;
	line-height: 12px !important;
}

.woocommerce .order-total td, .woocommerce .cart-subtotal td, .woocommerce .tax-total td, .woocommerce .order-total th, .woocommerce .cart-subtotal th, .woocommerce .tax-rate th, .woocommerce .product-total, .order_details span.amount {
	text-align: right !important;
}

.woocommerce .cart-discount td {
	padding-right: 6px !important;
	text-align: right !important;
	padding-left: 0px !important;
}

.woocommerce .cart-discount .woocommerce-remove-coupon {
	float: left !important;
	padding-left: 6px !important;
}

/*, .woocommerce .coupon */
.related.products, .woocommerce-ordering, .woocommerce-result-count, .product_meta {
	display: none !important;
}

.actions .coupon #coupon_code {
	width: 150px !important;
}
.chosen-container .chosen-results li.highlighted {
	color: black !important;
}

.widefat .column-order_status mark.revoke:after {
	content: "\e014";
	color: #c00000;
	font-family: WooCommerce;
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.widefat .column-order_status mark.pd:after {
	content: "\e019";
	color: #00c000;
	font-family: WooCommerce;
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.widefat .column-order_status mark.ppd:after {
	content: "\e01a";
	color: #c04000;
	font-family: WooCommerce;
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.widefat .column-order_status mark.ppdi:after {
	content: "\e01A";
	color: #0080c0;
	font-family: WooCommerce;
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}

#woocommerce_dashboard_status .wc_status_list li.completed-orders a:before {
	content: "\e015";
	color: #2ea2cc
}

#woocommerce_dashboard_status .wc_status_list li.cancelled-orders a:before {
	content: "\e013";
	color: #a00
}

.content .button, #subscribe_form .button {
	border-color: rgba(0, 0, 0, 0.05) !important;
	border-radius: 3px !important;
	border-style: solid !important;
	border-width: 1px !important;
	color: #fff !important;
	cursor: pointer;
	display: inline-block !important;
	font-family: Open Sans, Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	line-height: 20px !important;
	padding: 3px 4px !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
	width: auto !important;
	background-image: none !important;
	background-color: #f19300 !important;
	font-weight: normal !important;
	box-shadow: none !important;
}

.button.disabled {
	cursor: default !important;
	background-color: #888 !important;
}

.woocommerce form .form-row .required {
	text-decoration: none;
	border-bottom: 0px;
}

.woocommerce div.product .product_title {
	font-size: 2em;
	line-height: 120%;
}

#myaccount_sidebar {
	display: inline-block;
	vertical-align: top;
}

#myaccount_sidebar ul.menu {
	list-style: none !important;
	margin-left: 0;
	margin-right: 5em;
	margin-bottom: 40px;
	white-space: nowrap;
}

#myaccount_sidebar ul.menu li {
	margin-bottom: 0.6em;
	margin-left: 0px;
}

#myaccount_content {
	max-width: 780px;
	display: inline-block;
}

.widget-account {
	display: block;
	float: right;
	margin-top: -10px !important;
	margin-bottom: 0px !important;
	padding-top: -0px !important;
	clear: left;
}

.widget-account .linkicon {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	margin-left: 10px;
	display: inline-block;
	opacity: 1;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.widget-account a:hover {
	opacity: 0.7;
}

.widget-account span {
	vertical-align: top;
}

.widget-account .logout {
	/*content: "\f106";*/
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAADRSURBVDhPjZLtCQIxEEQPwZYEuxBSgiBXlS2I2IJ/LEp037kTJrkoBh5kJzObDzKVUr6xD14J85Fn6oVjcMv5NVCDS2qs4amZOgnOAeZH1oTUgGZorFHjXXIK01Xme2reQCdgTdpyEjWQCNJGV1h5EWYTDoiJN9AVAI/0GUEFyASjK4iaaYrATd9OADXTFIGbdgE7E2bua02Dpwlu+kXTwB+R0Zt7Vo8IEmCT2oht4N7hRwKGB8F3huYjgb7yP6y+suhPMuIU1IyHHX/YYfBDmd5+o3D83Te+4wAAAABJRU5ErkJggg==");
}

.widget-account .account {
	/*content: "\f108";*/
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABhklEQVQ4y4XTPWsUYRAH8N+slqbRL2B9MYUeKRMC6oEgiHcEXyCSIkpKGzux0TYfIEUQLLRRsRGCohiwUqKIxja2Flp4tmYs7tnj4TxwYNmZ/8x/d16j3++LCFPkOjaKvoqnkwGZqansGVyp7NMFm8FSha/gSGscLu/jeIJTuIhPOFeRruI75nEBu1jGfvuBM4WsOJYnsj2Ge5XdxVJE7DdwkHkfz6b04Wt5JuVxjjiaiNBE/Mm0XQX8wEJmzmbmLBbws/JvE+Me3EA3YtzAA5zFx4rwFj28Q4ONCPN4H4PBICfS+5KZc/9mHSJ8xokabfxX2h3Jqd4mWcMmhgXrRMTJ0XKNyBEhIrrolJhf2EzWGmxl5npm3qqyeonF6keLeDHOON0k17HVyIRDEdGbmPtOhL0Ie9jB0aqqXibaVY6IVfSnlNip0q7lckSs1E18hQ/tkuB2qbPeizt4XuzdMtrxLXwrB3Mejwo2h0tFf4i7Rb9WLvP35BiHFRleF2yINxX+oCXDX4XIaUwFmfQ3AAAAAElFTkSuQmCC");
	margin-left: 20px;
}

.quote-itemname {
	text-align: left;
	width: 370px;
	min-width: 370px;
}

.extra-text {
	margin-left: 10px;
	font-style: italic;
	font-weight: bold;
}

.quote-months {
	text-align: right;
	width: 60px;
	min-width: 60px;
}

.quote-quantity {
	text-align: right;
	width: 60px;
	min-width: 60px;
}

.quote-unitprice {
	text-align: right;
	width: 75px;
	min-width: 75px;
}

.quote-price {
	text-align: right;
	width: 90px;
	min-width: 90px;
	font-weight: 700;
}

.total-label {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

.borderlesstable {
	border: none
}

.borderlesstable th, .borderlesstable td {
	text-align: left;
	vertical-align: middle;
	padding-left: 0px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border: none;
}

.info-table {
	width: 500px;
}

#nvg-open-subscriptions {
	margin-top: 40px;
}

.address-block {
	background: #e5e5e5;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	width: 300px;
}

.address-block p {
	margin-bottom: 0px;
}

.woocommerce-error {
	border-bottom: 1px solid #b81c23;
}

.woocommerce-message {
	border-bottom: 1px solid #8fae1b;
}

.woocommerce-info {
	border-bottom: 1px solid #1e85be;
}

.woocommerce-note {
	border-bottom: 1px solid #ffa61a;
}

.woocommerce .woocommerce-note {
	padding: 1em 2em 1em 3.5em !important;
	margin: 0 0 2em !important;
	position: relative;
	background-color: rgba(255,164,26,0.05);
	color: #333;
	border-top: 3px solid #ffa61a;
	list-style: none !important;
	width: auto;
	word-wrap: break-word;
}

.woocommerce .woocommerce-note:before {
	font-family: WooCommerce;
	content: "\e01D";
	display: inline-block;
	position: absolute;
	top: 0.8em;
	left: 1em;
	font-size: 16px;
	color: #FFA61A;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-note:before {
	font-family: FontAwesome;
	content: "\f058";
	top: 0.7em;
	left: 0.7em;
	font-size: 24px;
}

.woocommerce .woocommerce-error:before {
	content: "\f06a"; /* Icon */
}

.woocommerce .woocommerce-info:before {
	content: "\f05a"; /* Icon */
}

.woocommerce .woocommerce-message:before {
	content: "\f058"; /* Icon */
}

.woocommerce .woocommerce-note:before {
	content: "\f07a"; /* Icon */
}

.woocommerce .woocommerce-note:after {
	content: " ";
}

.woocommerce .mask > div {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}

.woocommerce .mask > div > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#viewquoteform {
	position: relative;
}

.existing-card {
	margin-top: 0px;
	margin-bottom: 10px;
}

.existing-card img {
	width: 42px;
}

.woocommerce table.shop_table tfoot td {
	text-align: right;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
	margin-bottom: 0 !important;
}

.woocommerce a.edit-in-calculator {
	margin-left: 20px !important;
}

.woocommerce .checkout-submit-box {
	float: left;
}

.woocommerce .woocommerce-note .amount {
	display: inline !important;
}

.woocommerce p.terms {
	float: right;
}

/*
 .woocommerce p.terms input:last-of-type
 {
 margin-right: 3px !important;
 }
 */

.woocommerce .terms .input-checkbox {
	text-align: right !important;
	margin-left: 6px !important;
	margin-right: 0px !important;
}

.woocommerce table.my_account_orders .order-actions .button {
	font-size: 12px !important;
}

.woocommerce .dd-options li {
	padding-left: 0px !important;
	background-image: none !important;
}

.woocommerce .dd-desc {
	color: #666;
}

.woocommerce .dd-options li img, .woocommerce .dd-selected img {
	width: 46px;
}

.woocommerce a.dd-option, .woocommerce a.dd-selected {
	color: #333;
}

.woocommerce tr.cart-discount td {
	padding-right: 10px !important;
}

.woocommerce .order-again {
	display: none;
}

#student_info {
	margin-top: 30px;
}

.woocommerce .cart-discount th {
	font-family: Arial, Verdana;
	font-weight: normal !important;
}

.woocommerce .btn.small {
	font-size: 13px;
	padding: 8px 24px 8px 24px;
}

.woocommerce input[type='text'], .woocommerce input[type='password'], .woocommerce input[type='tel'], .woocommerce input[type='email'] {
	/*background-color: #808d90 !important;*/
	padding: 5px 9px;
	line-height: 1.2em !important;
	/*color: white !important;*/
}

.woocommerce input[type='submit'] {
	color: #02303d;
	border: #02303d solid 2px;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	padding: 4px 12px 4px 12px;
	line-height: inherit !important;
}

/* Top margin for save button of billing address and personal data */
.woocommerce input[type='submit'][name='save_address'], .woocommerce input[type='submit'][name='save_account_details'] {
	margin-top: 2em;
}

.woocommerce h3 {
	margin-bottom: 0.75em;
}

.woocommerce input[type='submit']:hover {
	background: #ffa519;
	border-color: #ffa519;
	color: #fff !important;
}

.woocommerce #myaccount_content legend {
	padding-top: 3em;
}

.woocommerce #order_review_heading {
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.woocommerce #myaccount-wrapper {
	display: inline;
	flex-direction: row;
}

.woocommerce .variation dt, .woocommerce .variation dd p {
	font-size: 80%;
	color: #888;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #ffa519 !important;
	color: #fff;
}

.woocommerce a.btn.modify-cart
{
color: #02303d !important;
border: 2px solid #02303d;
background: transparent;
display: inline-block;
text-transform: uppercase;
border-radius: 3px;
text-align: center;
font-weight: 500;
padding: 8px 24px 8px 24px;
font-size: 13px;
}

.woocommerce a.btn.modify-cart:hover
{
background: #ffa519 !important;
border-color: #ffa519 !important;
color: #fff !important;
text-decoration: none !important;
}

.woocommerce #place_order {
	color: #fff !important;
	border: 2px solid #ffa519 !important;
	background: #ffa519 !important;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center;
	font-weight: 500;
	padding: 8px 24px 8px 24px;
	font-size: 13px;
}

.woocommerce #place_order:hover
{
color: #02303d !important;
border: #02303d solid 2px !important;
background-color: transparent !important;
}

.woocommerce .myaccount_user {
	margin-top: -20px;
}

.woocommerce .sv-wc-payment-gateway-my-payment-methods-table-title {
	display: inline-flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}

.woocommerce .sv-wc-payment-gateway-my-payment-methods-add-payment-method-button {
	align-self: center;
}

.woocommerce .sv-wc-payment-gateway-payment-form-manage-payment-methods {
	display: table !important;
}

.woocommerce .form-row.place-order .g-recaptcha
{
	margin-top: 30px;
	float: left;
	clear: both;
}

#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li 
{
	line-height: 1.5;
}

#payment ul.payment_methods li label
{ 
	display: inline-flex !important; 
	flex-wrap: wrap; 
	row-gap: 10px; 
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 45px);
}

#payment label
{
	font-weight: 400;
}

#payment .woocommerce-PaymentMethod label,
#payment .wc_payment_methods label
{
	font-weight: 700;
}

.woocommerce-address-fields__field-wrapper + p
{
	padding-top: 110px;
}

/* hide "default" badge */
tr.payment-method.default-payment-method td.payment-method-default mark
{
	display: none
}

/* move the switch-back higher to prevent a new column */
.woocommerce-MyAccount-navigation
{
	margin-top: -50px;
}

.pro-rata-wizard-background
{	
	background: rgba(0,0,0,0.0);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
}

.pro-rata-wizard
{
	background-color: white;
    width: 80%;
    height: 60%;
    position: absolute;
    max-width: 1000px;
    max-height: 700px;
	margin-top: 20px;
    left: 0;
    right: 0;
    z-index: 200;
    margin-left: auto;
    margin-right: auto;

	border: 1px solid gray;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.80);
	padding: 10px;

	display: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: stretch;
	align-items: center;
	align-content: space-around;
}

.prw-header
{
	flex: 0 0 auto;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}

.prw-header .close-button
{
	position: absolute;
	top:10px;
	right: 10px;
	width: 24px;
	height:	24px;
}

.prw-header .close-button
{
	position: absolute;
	top:10px;
	right: 10px;
	width: 32px;
	height:	32px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	line-height: 32px; 
}

.prw-header .close-button:hover
{
	color: white;
	background-color: #FFA61A;
	color: white;
	border-radius: 50%;
	margin: auto;
}

.prw-footer
{
	flex: 0 0 auto;
	width: 100%;
	padding-top: 12px;
	border-top: 1px solid black;
}

.prw-pages-container
{
	flex: 1 0 auto;
	width: 100%;
	height: 80%;
	overflow-x: hidden;
	overflow-y: auto;
}

.prw-page.active
{
	display: block;
}

.prw-page
{
	display: none;
}

.prw-footer .button-right
{
	float: right;
}

.prw-footer .button-left
{
	float: left;
}

.prw-pages-container .prw-page-blocker
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: auto;
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    z-index: 400;
    background: rgba(255, 255, 255, 0.6);

}

.prw-pages-container .prw-page-blocker .spinner
{
	animation: spin 1s ease-in-out infinite;
	background: url("/shop/wp-content/plugins/woocommerce/assets/images/icons/loader.svg") center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	animation: spin 1s ease-in-out infinite;
	width: 40px;
	height: 40px;
	color: rgba(0,0,0, 0.75);
	z-index: 350;
}

.prw-page-content
{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: stretch;
	align-items: center;
}

.prw-page.page1
{
	overflow: hidden auto;
}

/*
.prw-page.page2
{
}
*/

.prw-invoice-items
{
	width: 100%;
}

.prw-invoice-totals
{
	width: 100%;
}

.prw-headline
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.prw-article-footer
{
	width: 100%;
	margin: 20px 0;
}

.prw-articles-container
{
	flex: 1 0 auto;
	width: 100%;
}

.prw-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
 }
  
.prw-column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.flex2
{
	flex: 2;
}

.flex3
{
	flex: 3;
}

.flex4
{
	flex: 4;
}

.flex5
{
	flex: 5;
}

.prw-column.right {
	align-items: flex-end;
	margin-right: 10px;
	justify-content: center;
}

.number-input
{
	text-align: right;
}

.number-input input
{
	width: 100px;
	text-align: right;
}

.checkbox-input
{
	text-align: right;
	margin-right: 25px;
}

#prw-payment-method
{
	margin: 10px;
	background-color: #eee;
}

.prw-payment-method-headline
{
	margin-top: 10px;
}

.prw-border-bottom
{
	border-bottom: 1px solid black;
	align-items: end;
}

.prw-extra-text
{
	font-style: italic;
	margin-left: 20px;
}

.prw-service-date
{
	font-weight: bold;
}

#prw-message-container
{
	margin-top: 20px;
	margin-bottom: 20px;
}
    
.prw-message-title
{
	font-weight: bold;
	margin-bottom: 10px;
}

.prw-message-description p
{
	line-height: normal;
	margin: 0 0 10px 0;
}

.prw-validation-container
{
	width: 100%;
}

.add-license-button
{
	margin-top: 10px;
}
    
@media (min-width: 1800px) {
	.woocommerce .sv-wc-payment-gateway-my-payment-methods-table-title {
		flex-direction: column;
	}

	.woocommerce .sv-wc-payment-gateway-my-payment-methods-add-payment-method-button {
		align-self: flex-start;
		margin-top: 1em !important;
	}
}

@media (max-width: 820px) {
	.woocommerce .woocommerce-shipping-fields {
		margin-top: 2em;
	}

	.woocommerce .form-row.place-order {
		display: inline-flex;
		flex-direction: column;
		width: 100%;
	}

	.woocommerce .form-row.terms {
		text-align: right !important;
		order: -2;
		margin-top: 2em;
	}

	.woocommerce .form-row.place-order .checkout-submit-box {
		order: -2;
	}

	.woocommerce .modify-cart {
		width: 100%;
		margin-bottom: 0.3em;
	}

	.woocommerce #place_order {
		margin-top: 0.5em;
	}

	.woocommerce #myaccount-wrapper {
		flex-direction: column;
	}
}

