/**
 * Shop tables
 */

.woocommerce table.shop_table {
    border-collapse: collapse;
	margin-bottom: 30px;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	padding: 8px 0 7px 0 !important;
}

.woocommerce table.shop_table th {
	color: #0f5ba7;
}

.woocommerce table.shop_table td {
	font-size: 15px;
}

.woocommerce table.shop_table td .subscription-details {
	font-size: 13px;
    color: #5fa9f3;
    float: right;
    width: 200%;
}

.woocommerce table.shop_table .product-name {
	width: 70%;
}

.woocommerce table.shop_table .product-total {
	width: 30%;
}

.woocommerce table.shop_table .product-name dl.variation {
	display: none;
}

table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove:before {
	display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

tr.recurring-totals, tr.recurring-total, tr.order-total.recurring-total, tr.cart-subtotal, tr.tax-total {
	display: none;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th, table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
}

.woocommerce table.shop_table .product-quantity {
	display: none;
}

.woocommerce table.shop_table a.button.cancel {
	margin-right: 15px;
}

.woocommerce table.subscription_details a.button.cancel {
}

/**
 * Products
 */

ul.products {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {
	ul.products li.product {
		width: 30.7966666667%;
		float: left;
		margin-right: 3.8%;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products li.product.last {
		margin-right: 0;
	}
	.columns-1 ul.products li.product {
		float: none;
		width: 100%;
	}
	.columns-2 ul.products li.product {
		width: 48.1%;
	}
	.columns-3 ul.products li.product {
		width: 30.7966666667%;
	}
	.columns-4 ul.products li.product {
		width: 22.15%;
	}
	.columns-5 ul.products li.product {
		width: 16.96%;
	}
	.columns-6 ul.products li.product {
		width: 13.4933333333%;
	}
}

/**
 * Single product
 */

.single-product div.product {
	content: "";
	display: table;
	table-layout: fixed;
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.7966666667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty:before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */

.woocommerce-checkout h3 { 
	margin-bottom: 20px;
	font-family: 'Didact Gothic', sans-serif;
	font-weight: 400 !important;
	font-size: 28px !important;
	line-height: 30px !important;
	color: #5fa9f3 !important;
	text-transform: capitalize;
}

.woocommerce-page label {
	display: inline-block;
	clear: both;
	font-weight: 600 !important;
	color: #0f5ba7 !important;
	font-size: 14px !important;
	margin: 12px 0 8px 0;
}

.woocommerce-page label.woocommerce-form__label-for-checkbox {
	font-weight: 400 !important;
	color: #35445e !important;
	font-size: inherit !important;
	margin: 0 0 !important;
}

.woocommerce-form-login label.woocommerce-form__label-for-checkbox {
	float: right;
}

.woocommerce-page input[type="text"],
.woocommerce-page input[type="email"],
.woocommerce-page input[type="url"],
.woocommerce-page input[type="password"],
.woocommerce-page input[type="search"],
.woocommerce-page input[type="number"],
.woocommerce-page input[type="tel"],
.woocommerce-page input[type="range"],
.woocommerce-page input[type="date"],
.woocommerce-page input[type="month"],
.woocommerce-page input[type="week"],
.woocommerce-page input[type="time"],
.woocommerce-page input[type="datetime"],
.woocommerce-page input[type="datetime-local"],
.woocommerce-page input[type="color"],
.woocommerce-page textarea {
	display: block;
	width: 100%;
}

@media screen and (max-width: 960px) {
	.woocommerce-checkout #billing_last_name_field label {
		display: none; 
	}
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	margin: 0 0;
	list-style: none;
}

#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 

.woocommerce-checkout #payment ul.payment_methods li {
	position: relative;
	list-style: none;
	padding: 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #efefef;
}

#wc-stripe-payment-request-button {
    border: 1px solid #efefef;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_nmi {
	background: url(/wp-content/uploads/2019/09/checkout-cards.png) top right no-repeat #ffffff;
	background-size: 125px auto;
	background-position: 100% 5px;
} 

@media screen and (min-width: 961px) {
	#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
		padding: 20px 20px 0 20px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
		padding: 20px 30px;
		margin-bottom: 20px;
		background-color: #ffffff;
		word-wrap: break-word;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	}
	
	#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
		background: #f2f3f5;
		border-radius: 6px;
	}

	.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_stripe,
	.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_nmi {
		background-size: 25% auto;
		background-position: 95% 25px;
	}
	
	#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment .place-order {
		padding: 20px;
	}
}

@media screen and (max-width: 960px) {
	#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment .place-order {
		margin-bottom: 15px;
	}
}

.woocommerce-checkout #payment ul.payment_methods li .wc-saved-payment-methods {
	margin: 20px 0 0 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li .wc-saved-payment-methods li {
	padding: 0 10px !important;
	margin-bottom: 20px !important;
	box-shadow: none !important;
	border: 2px solid #efefef!important;
}

.woocommerce-checkout #payment ul.payment_methods li .wc-saved-payment-methods li label {
    display: inline-block;
}

.woocommerce-checkout #payment ul.payment_methods li fieldset {
    padding: 0 0 !important;
	border: 0 !important;
	margin: 20px 0 0 0 !important;
}

.woocommerce-checkout .customer_details {
	margin-bottom: 60px !important;
}

ul.payment_methods li label {
	display: block;
	color: #0f5ba7;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
}

li.wc_payment_method.payment_method_paypal label[for=payment_method_paypal],
li.wc_payment_method.payment_method_stripe label[for=payment_method_stripe],
li.wc_payment_method.payment_method_ccbill label[for=payment_method_ccbill],
li.wc_payment_method.payment_method_nmi label[for=payment_method_nmi] {
	font-family: 'Didact Gothic', sans-serif;
	font-weight: 400 !important;
	font-size: 24px !important;
	line-height: 30px !important;
	color: #5fa9f3 !important; 
	text-transform: capitalize; 
	margin: 0px 0px !important;
}

ul.payment_methods li .woocommerce-SavedPaymentMethods-saveNew label {
	font-weight: 400 !important;
	color: #5a6577 !important;
	margin-left: 10px !important;
	text-align: center !important;
}

ul.payment_methods li label img {
	display: none;
}

ul.payment_methods li label a {
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}

ul.payment_methods li .input-radio {
	position: absolute;
	top: 30px;
	left: 10px;
}

ul.payment_methods li p {
	margin: 0 0;
	padding: 0 0;
	font-size: 14px;
}

ul.payment_methods li .payment_method_stripe p {
    display: none;
}

@media screen and (max-width: 960px) {
	li.wc_payment_method.payment_method_paypal label[for=payment_method_paypal],
	li.wc_payment_method.payment_method_stripe label[for=payment_method_stripe],
	li.wc_payment_method.payment_method_ccbill label[for=payment_method_ccbill],
	li.wc_payment_method.payment_method_nmi label[for=payment_method_nmi] {
		padding-left: 20px;
	}
	
	ul.payment_methods li p.woocommerce-SavedPaymentMethods-saveNew {
		margin-top: 10px;
		padding: 0 0;
		line-height: 1.4;
	}
	
	ul.payment_methods li .woocommerce-SavedPaymentMethods-saveNew label {
		line-height: 1.4 !important;
	}
    
	ul.payment_methods li .input-radio {
		top: 20px;
		left: 10px;
	}
}

.place-order p.wc-terms-and-conditions {
	font-size: 14px;
}

.place-order .woocommerce-terms-and-conditions {
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	font-size: 14px;
	text-align: left;
	word-wrap: break-word;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);

}

button#place_order {
	display: block !important;
	width: 100% !important;
	background:#f2553b !important;
	padding: 0 30px !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 50px !important;
	text-align: center !important;
	border: none !important;
	border-radius: 4px !important;
	cursor: pointer !important;
}

button#place_order:hover {
	background:#0f5ba7 !important;
}

.woocommerce-billing-fields {
	overflow: hidden;
	margin-bottom: 30px;
}

#billing_state_field {
	float: left;
	width: 48.1%;
}

#billing_postcode_field {
	float: right;
	width: 48.1%;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    border: 2px solid rgba(0,0,0,0.10) !important;
    margin: 5px 0 !important;
    padding: 10px !important;
    background-color: #fff;
    outline: 0;
}

#wc-stripe-cc-form .form-row.form-row-first{
	width: 47.5%;
	float: left;
}

#wc-stripe-cc-form .form-row.form-row-last {
	width: 47.5%;
	float: right;
}

@media screen and (min-width: 961px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

.woocommerce-checkout table.shop_table {
	border: 0;
}

.woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td strong {
	font-weight: 600;
}

.woocommerce-checkout table.shop_table .product-total, .woocommerce-checkout table.shop_table .order-total td, .woocommerce-checkout table.shop_table tfoot td {
	text-align: right;
}

.woocommerce-checkout table.shop_table .order-total th, .woocommerce-checkout table.shop_table .order-total td {
	font-size: 18px;
	border-top: 3px solid #5fa9f3;
}

.woocommerce-checkout table.shop_table .cart-discount td {
	color: #f2553b;
    font-weight: 600;
}

.woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td {
	border: 0;
	padding: 8px 0;
}

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
	content: "";
	display: table;
	table-layout: fixed;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: royalblue;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars:hover a:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

/**
 * Tabs
 */

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */

.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3D9CD2;
}

/**
 * Forms
 */

.form-row.woocommerce-validated input.input-text {
}

.form-row.woocommerce-invalid input.input-text {
	border-bottom: 3px solid #f2553b;
}

.required {
	color: red;
}

.woocommerce-checkout #billing_last_name_field label {
	opacity: 0;
}

/**
 * Notices
 */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	content: "";
	display: block;
	position: relative;
	width: auto;
	padding: 15px 15px;
	margin: 0 0 30px 0;
	background-color: #ffffff;
	border: 2px solid #e2e3e5;
    border-radius: 6px;
    font-size: 14px;
	list-style: none outside;
	word-wrap: break-word;
	box-shadow: none;
	clear: both; 
}

.woocommerce-info::before {
    color: #0f5ba7;
}

.woocommerce-error {
    color: #d44950;
	background: #fff3f4;
	border-color: #d44950;
}

.woocommerce-error li {
	margin: 0 0;
}

.woocommerce-info.info-icon {
	padding-left: 45px;
}

.woocommerce-info.info-icon .fal {
	color: #5fa9f3;
	font-size: 24px;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: -30px;
	text-align: center;
}

.woocommerce-message.no_subscriptions a.button {
    display: none;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3D9CD2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce Price Filter
 */

.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: royalblue;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: royalblue;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/**
 * WooCommerce Account Navigation
 */

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0 0;
}

.woocommerce-MyAccount-navigation li {
	list-style: none;
	margin: 0 0 5px 0; 
	padding: 0 0;
}

.woocommerce-MyAccount-navigation li a {
	display: inline-block;
	font-size:18px;
	line-height: 35px;
}

.woocommerce-MyAccount-navigation li:last-child a {
	border-bottom: none;
}

.woocommerce-MyAccount-navigation .far, .woocommerce-MyAccount-navigation .fal {
	color: #f2553b;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	border-radius: 64px;
}

.woocommerce-MyAccount-navigation li.is-active {
	font-weight: 600;
}

.woocommerce-MyAccount-navigation li.is-active .far, .woocommerce-MyAccount-navigation li.is-active .fal {
	color: #5fa9f3;
}


/**
 * WooCommerce Thank You Page
 */

.woocommerce-thankyou-order-details {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.woocommerce-thankyou-order-details li {
	list-style: none;
	margin: 0 10px;
	padding: 0 20px;
	flex: auto;
	text-align: center;
	font-size: 15px;
}

.woocommerce-thankyou-order-details li strong {
	display: block;
}

.woocommerce-table__product-table.product-total {
	width: 15%;
	max-width: 200px;
}
 
@media screen and (min-width: 961px) {
	.thanks-grid .woocommerce-order-details {
		flex: 0 0 auto;
		flex-basis: 75%;
		max-width: 75%;
		background: #ffffff;
		padding: 0 30px 0 0;
	}

	.thanks-grid .woocommerce-customer-details {
		flex: 0 0 auto;
		flex-basis: 25%;
		max-width: 25%;
		padding: 0 0 0 30px;
	}  
}

