.woocommerce table.shop_table_responsive thead {
	display: none;
}

.woocommerce table.shop_table_responsive tbody th {
	display: none;
}

.woocommerce table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

.woocommerce table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	float: left;
}

.woocommerce table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

.woocommerce table.shop_table_responsive tr td.product-remove:before {
	display: none;
}

.woocommerce table.shop_table_responsive tr td.actions:before, .woocommerce table.shop_table_responsive tr td.download-actions:before {
	display: none;
}

.woocommerce table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	padding: 30px;
	border-color: var(--edublink-color-border);
}

@media screen and (min-width: 48em) {
	.woocommerce table.shop_table_responsive thead {
		display: table-header-group;
	}
	
	.woocommerce table.shop_table_responsive tbody th {
		display: table-cell;
	}
	
	.woocommerce table.shop_table_responsive tr th, .woocommerce table.shop_table_responsive tr td {
		text-align: left;
	}
	
	.woocommerce table.shop_table_responsive tr td {
		display: table-cell;
	}
	
	.woocommerce table.shop_table_responsive tr td:before {
		display: none;
	}
}

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 .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%;
	}
}

.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 {
	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: "SSSSS";
	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: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	color: #f29e15;
}

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: "S";
	color: #404040;
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a:before {
	content: "S";
	color: #404040;
	opacity: .25;
}

p.stars:hover a:before {
	content: "S";
	color: #f29e15;
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "S";
	color: #f29e15;
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "S";
	color: #404040;
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "S";
	color: #f29e15;
	opacity: 1;
}

.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.form-row.woocommerce-validated input.input-text {
	box-shadow: inherit;
}

.form-row.woocommerce-invalid input.input-text {
	border-color: red;
}

.required {
	color: red;
}

.woocommerce form .form-row .select2-container .select2-selection--single {
	border-color: var(--edublink-color-border) !important;
}

.woocommerce-info, p.no-comments {
	color: #fff;
	padding: 8px 10px;
	border-radius: 5px;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	color: #fff;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	.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, .2);
	}
	
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

.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;
	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 .25em rgba(0, 0, 0, .1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, .1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

.edublink-archive-products.edublink-row {
	margin-bottom: -30px;
}

.edublink-woocommerce-shop-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}

.edublink-woocommerce-shop-top .edublink-woocommerce-shop-top-order form {
	background: var(--edublink-color-shade);
	border-radius: 5px;
	height: 60px;
	display: flex;
	align-items: center;
	position: relative;
	color: var(--edublink-color-body);
	margin-bottom: 0;
}

.edublink-woocommerce-shop-top .edublink-woocommerce-shop-top-order form:after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	font-family: "remixicon";
	font-size: 20px;
	transform: translateY(-50%);
	pointer-events: none;
	color: var(--edublink-color-body);
	font-weight: 400;
}

.edublink-woocommerce-shop-top .edublink-woocommerce-shop-top-order select {
	font-weight: 400;
	border: 0;
	padding: 0;
	padding: 21px 30px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: var(--edublink-font-primary);
}

.edublink-woocommerce-shop-top .edublink-woocommerce-shop-top-order select::-ms-expand {
	display: none;
}

.edublink-woocommerce-shop-top .edublink-woocommerce-shop-top-order select:focus {
	border-color: inherit;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper {
	margin-bottom: 25px;
}

.edublink-product-one-slider.slick-slider {
	margin: 0 -15px;
}

.edublink-product-one-slider .edublink-product-one-single-slider {
	padding-left: 15px;
	padding-right: 15px;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper a {
	display: block;
}

.edublink-single-product-inner .yith-wcqv-button .blockUI.blockOverlay {
	background: none !important;
	opacity: 1 !important;
	cursor: pointer !important;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .edublink-single-product-thumb {
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out 0s;
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ccc;
	border-radius: 5px;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .edublink-single-product-thumb:after {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	position: absolute;
	content: "";
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.edublink-single-product-inner:hover .edublink-single-product-thumb-wrapper .edublink-single-product-thumb:after {
	opacity: 1;
	visibility: visible;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper {
	position: relative;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .product-over-info {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: bottom 300ms ease, opacity 300ms ease, visibility 300ms ease;
}

.edublink-single-product-inner:hover .edublink-single-product-thumb-wrapper .product-over-info {
	bottom: 30px;
	opacity: 1;
	visibility: visible;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .product-over-info ul {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style: none;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .product-over-info ul li:first-child {
	margin-bottom: 10px;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .product-over-info ul li {
	position: relative;
	margin: 0 auto;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .product-over-info ul li a {
	min-width: 161px;
	position: relative;
	height: 40px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	opacity: 1 !important;
	opacity: 1 !important;
	font-family: var(--edublink-font-secondary);
	background: var(--edublink-gradient-primary);
	color: var(--edublink-color-white);
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	padding-left: 48px;
	display: block;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .product-over-info ul li a:hover {
	background: var(--edublink-gradient-primary-alt);
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .product-over-info ul li a.yith-wcqv-button {
	padding-left: 21px;
	background: var(--edublink-color-white);
	color: var(--edublink-color-heading);
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .product-over-info ul li a .edublink-product-popup-icon {
	margin-right: 8px;
	display: inline-flex;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .product-over-info ul li a .edublink-product-popup-icon i {
	font-weight: 600;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .product-over-info ul li a.yith-wcqv-button:hover {
	color: var(--edublink-color-white);
	background: var(--edublink-color-primary);
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .product-over-info ul li.add-to-cart a::before {
	position: absolute;
	font-family: "icomoon" !important;
	content: "";
	width: 20px;
	height: 18px;
	left: 20px;
	top: 9px;
	font-size: 18px;
}

.edublink-single-product-item a.ajax_add_to_cart.loading {
	padding: 12px 35px 12px 48px !important;
}

.edublink-single-product-item a.ajax_add_to_cart.loading:after {
	font-family: "remixicon" !important;
	content: "";
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 18px;
	-webkit-animation: edublink-spin 1s linear infinite;
	animation: edublink-spin 1s linear infinite;
	left: inherit !important;
	width: inherit !important;
}

.edublink-single-product-inner .edublink-single-product-thumb-wrapper .product-over-info ul li.add-to-cart a.added {
	display: none;
}

.edublink-single-product-inner .content {
	text-align: center;
}

.eb-product-image-top-content {
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
	z-index: 1;
}

.eb-featured-product-tag, .eb-product-offer-percent {
	background: var(--edublink-color-extra05);
	padding: 0px 10px;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--edublink-font-secondary);
	line-height: 33px;
	display: inline-block;
	color: var(--edublink-color-white);
	height: 30px;
	border-radius: 5px;
	margin-right: 5px;
}

.eb-featured-product-tag {
	background: var(--edublink-color-extra02);
}

.edublink-single-product-inner .content .woocommerce-loop-product__title {
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 5px;
	display: inline-block;
	transition: .3s;
}

.edublink-single-product-inner .content .woocommerce-loop-product__title:hover {
	color: var(--edublink-color-primary);
}

.edublink-single-product-inner .content .author {
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 5px;
}

.return-to-shop a.button.wc-backward, .edublink-single-product-item a.button, .edublink-single-product-item a.added_to_cart, .woocommerce-MyAccount-downloads-file.button, .woocommerce-orders-table__cell .woocommerce-button.button.view {
	color: #fff;
	padding: 12px 21px;
	display: inline-block;
	line-height: 1;
	position: relative;
	cursor: pointer;
}

.return-to-shop a.button.wc-backward {
	border-radius: 5px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	margin-bottom: 0;
	padding-left: 1.5em;
	position: relative;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.edublink-product-rating-wrapper {
	display: flex;
	margin: 6px 0 0;
	font-size: 14px;
	color: var(--edublink-color-black);
}

.edublink-single-product-inner .edublink-product-rating-wrapper {
	justify-content: center;
}

.edublink-product-rating-wrapper .star-rating {
	margin: 5px 2px 0 0 !important;
	float: none;
	position: relative;
	width: auto !important;
	height: auto;
}

.edublink-product-rating-wrapper .star-rating span {
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	padding: 0;
	font-size: 0;
}

.edublink-product-rating-wrapper .star-rating span:before, .edublink-product-rating-wrapper .star-rating:before, .edublink-product-rating-wrapper .star-rating p.stars a:before {
	letter-spacing: .4em;
	font-size: 14px;
	font-family: "icomoon";
	content: "";
	font-weight: normal;
	position: static;
	line-height: 1em;
	margin: 0 -.2em 0 0;
}

.edublink-product-rating-wrapper .star-rating span:before, .edublink-product-rating-wrapper .star-rating:before {
	opacity: 1 !important;
}

.edublink-product-rating-wrapper .star-rating:before {
	color: #d6d6d6 !important;
}

.edublink-product-rating-wrapper .star-rating span:before {
	color: #ffc92e !important;
}

.edublink-single-product-main-content-wrapper .flex-control-thumbs {
	margin: 0 -5px !important;
}

.edublink-single-product-main-content-wrapper .flex-control-thumbs li {
	padding: 0 5px;
}

.woocommerce div.product .edublink-product-rating-wrapper .woocommerce-product-rating {
	margin-bottom: 0px;
}

.woocommerce div.product .edublink-product-rating-wrapper .woocommerce-product-rating .star-rating {
	margin-top: 0px;
}

#yith-quick-view-content .edublink-yith-wcqv-wrapper {
	padding-top: 15px !important;
}

.edublink-yith-wcqv-wrapper .author {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	display: block;
	margin-bottom: 10px;
	margin: 0px 0 15px !important;
}

.edublink-yith-wcqv-wrapper .product-pricing {
	display: flex;
}

.woocommerce span.onsale {
	background-color: var(--edublink-color-tertiary) !important;
	border-radius: 3px;
	min-width: 50px;
	min-height: 10px;
	line-height: 23px;
}

@media (max-width: 767px) {
	.edublink-yith-wcqv-wrapper .author {
		margin-bottom: 5px !important;
	}
	
	.edublink-yith-wcqv-wrapper h1.entry-title {
		margin-bottom: 10px;
	}
}

.edublink-related-product-items {
	margin-bottom: -30px;
	margin-top: -20px;
}

.edublink-related-product-items .edublink-single-product-item {
	margin-top: 20px;
}

.edublink-related-product-items .slick-track {
	margin: inherit;
}

.edublink-related-product-items .slick-slide {
	padding: 0 15px;
}

.woocommerce-product-gallery .flex-viewport {
	margin-bottom: 15px;
}

.woocommerce-product-gallery .flex-control-thumbs {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n), .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n), .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n), .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1), .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1), .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1), .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.7966666667%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: calc(( 100% - 40px ) / 4) !important;
	margin-right: 10px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.stock.out-of-stock {
	color: #e2401c;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	position: relative;
	width: 100%;
	border: 0;
	border-radius: 5px;
	color: #fff;
	margin: 0 0 30px;
	padding: 1em 2em 1em 3em;
	list-style: none outside;
	word-wrap: break-word;
}

.woocommerce-info:before, .woocommerce-message::before {
	color: #fff;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 30px;
	left: 1.2em;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
	float: right;
	margin: 4px 0 0 10px;
	height: auto;
	height: 40px !important;
	border: 0;
	border-radius: 0;
	background: var(--edublink-color-heading) !important;
	color: #fff;
	line-height: 1.2;
	line-height: 40px !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0px 15px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

.edublink-related-product-content-wrapper .edublink-single-product-item {
	margin-bottom: 0;
}

.edublink-related-product-content-wrapper .edublink-related-product-title {
	margin-bottom: 21px;
	margin-top: 0;
	font-size: 32px;
	line-height: 44px;
	font-weight: 700;
}

.edublink-single-product-main-content-wrapper .edublink-single-product-zoom-icon-inner {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background: rgba(54, 85, 198, .1);
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.edublink-single-product-main-content-wrapper .edublink-single-product-zoom-icon-inner .edublink-single-product-zoom-icon {
	max-width: 20px;
}

.edublink-single-product-main-content-wrapper .author {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}

.edublink-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table.table-bordered {
	border: 0;
	margin-bottom: 0;
}

.edublink-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: inherit;
}

.edublink-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table.table-bordered >tbody>tr>td {
	border: 0;
	padding: 0 0 30px;
	vertical-align: middle;
}

.edublink-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table .woocommerce-grouped-product-list-item__label a {
	margin-right: 30px;
	display: flex;
}

.edublink-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table .woocommerce-grouped-product-list-item__price ins, .edublink-single-product-main-content-wrapper .woocommerce-grouped-product-list-item__price ins {
	background: inherit;
}

.edublink-single-product-main-content-wrapper .woocommerce-grouped-product-list-item__price del {
	color: #b6b9c7;
}

.edublink-single-product-main-content-wrapper .edublink-single-product-cart-wrapper, .woocommerce table.shop_table .quantity .edublink-single-product-cart-wrapper {
	display: inline-flex;
	border: 1px solid var(--edublink-color-border);
	padding: 8px 15px;
	border-radius: 5px;
	width: 131px;
	height: 60px;
	margin-right: 30px;
	position: relative;
}

.woocommerce-cart .woocommerce table.shop_table .quantity .edublink-single-product-cart-wrapper {
	height: 50px;
}

.edublink-single-product-main-content-wrapper .edublink-single-product-cart-wrapper button, .edublink-single-product-main-content-wrapper .edublink-single-product-cart-wrapper input[type="number"], .woocommerce table.shop_table .quantity .edublink-single-product-cart-wrapper button, .woocommerce table.shop_table .quantity .edublink-single-product-cart-wrapper input[type="number"] {
	border: 0;
	padding: 0;
	height: inherit;
}

.edublink-single-product-main-content-wrapper .edublink-single-product-cart-wrapper input[type="number"]::-webkit-outer-spin-button, .edublink-single-product-main-content-wrapper .edublink-single-product-cart-wrapper input[type="number"]::-webkit-inner-spin-button, .woocommerce table.shop_table .quantity .edublink-single-product-cart-wrapper input[type="number"]::-webkit-outer-spin-button, .woocommerce table.shop_table .quantity .edublink-single-product-cart-wrapper input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.edublink-single-product-main-content-wrapper .edublink-single-product-cart-wrapper input[type="number"], .woocommerce table.shop_table .quantity .edublink-single-product-cart-wrapper input[type="number"] {
	width: 100%;
	height: 100%;
	background: transparent;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-appearance: textfield;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-weight: 700;
	font-size: 22px;
}

.edublink-single-product-cart-wrapper .edublink-single-product-cart-minus, .edublink-single-product-cart-wrapper .edublink-single-product-cart-plus {
	position: absolute;
	height: 60px;
	cursor: pointer;
	top: 0;
	display: flex;
	align-items: center;
}

.edublink-single-product-cart-wrapper .edublink-single-product-cart-minus {
	left: 15px;
}

.edublink-single-product-cart-wrapper .edublink-single-product-cart-plus {
	right: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--edublink-color-heading);
}

.woocommerce-tabs .woocommerce-Reviews ol.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-tabs .woocommerce-Reviews ol.comment-list li .comment_container {
	display: flex;
	margin-bottom: 7px;
}

.woocommerce-tabs .woocommerce-Reviews ol.comment-list li .comment_container p.meta {
	margin-bottom: 5px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper {
	margin-top: 30px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-form-cookies-consent {
	display: flex;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper p.comment-form-author, .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper p.comment-form-email {
	margin-bottom: 24px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper p.comment-form-comment {
	margin-bottom: 30px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper input {
	width: 100%;
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
	background: var(--edublink-color-white);
	border: 1px solid var(--edublink-color-border);
	font-size: 16px;
	border-radius: 5px;
	display: flex;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper input:focus {
	border-color: var(--edublink-color-primary);
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper input#wp-comment-cookies-consent {
	width: auto;
	margin-right: 10px;
	margin-top: 3px;
	line-height: 20px !important;
	padding: 0;
	height: 20px;
}

.woocommerce-tabs .woocommerce-Reviews .comment-reply-title {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 0px;
	color: var(--edublink-color-heading);
	display: inline-block;
	text-transform: capitalize;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.edublink-single-product-main-content-wrapper .edublink-single-product-cart-wrapper {
		width: 100px;
		padding: 5px;
		margin-right: 15px;
		height: 50px;
	}
	
	.edublink-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table .woocommerce-grouped-product-list-item__label a {
		margin-right: 15px;
	}
	
	.edublink-single-product-main-content-wrapper .edublink-single-product-cart-wrapper input[type="number"], .woocommerce table.shop_table .quantity .edublink-single-product-cart-wrapper input[type="number"] {
		font-size: 18px;
	}
}

@media (min-width: 450px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	.edublink-single-product-main-content-wrapper .edublink-single-product-zoom-icon-inner {
		width: 62px;
		height: 62px;
		line-height: 62px;
		right: 30px;
		top: 30px;
	}
	
	.edublink-single-product-main-content-wrapper .edublink-single-product-zoom-icon-inner .edublink-single-product-zoom-icon {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.edublink-single-product-main-content-wrapper .edublink-single-product-cart-wrapper {
		margin-right: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

.woocommerce #reviews #comments ol.commentlist {
	padding: 25px 0 35px;
	border-bottom: 1px solid var(--edublink-color-border);
}

.woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.woocommerce-tabs .woocommerce-Reviews .woocommerce-noreviews {
	margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li + li {
	border-top: 1px solid var(--edublink-color-border);
	padding-top: 30px !important;
	margin-top: 20px !important;
}

.comment-list .edublink-woo-review {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid var(--edublink-color-border);
}

.comment-list li:last-child .edublink-woo-review:last-child {
	border-bottom: 0;
	margin-bottom: 10px;
}

.edublink-woo-review div.avatar {
	overflow: hidden;
	border-radius: 50%;
	float: left;
	width: 80px;
	height: 80px;
}

.edublink-woo-review .comment-box {
	overflow: hidden;
	padding-left: 30px;
}

.woocommerce #reviews #comments ol.commentlist li .edublink-woo-review .comment-text {
	margin: 20px 0 0 !important;
	border: 0px !important;
	border-radius: 0px !important;
	padding: 0 !important;
}

.edublink-woo-review .edublink-woo-review-info {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.edublink-woo-review .reviewer-name-date {
	padding-right: 10px;
	display: flex;
	margin-bottom: 5px;
	flex-wrap: wrap;
}

.edublink-woo-review .reviewer-name-date .date {
	position: relative;
	padding-left: 20px;
	top: 2px;
}

.edublink-woo-review .reviewer-name-date .date:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 1px;
	background: var(--edublink-color-body);
	left: 8px;
	top: 12px;
}

.edublink-woo-review .name-comment {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}

.edublink-woo-review .star-rating {
	margin-top: 0px;
}

.woocommerce #reviews #comments ol.comment-list li .comment-text {
	margin: 0 !important;
	border: 0px !important;
	padding: 0 !important;
}

.eb-custom-rating-form {
	display: flex;
	align-items: center !important;
	margin-bottom: 15px !important;
	margin-top: 35px;
}

.eb-custom-rating-form label {
	font-size: 16px;
	line-height: 26px;
	margin-right: 10px;
	font-weight: var(--edublink-p-bold);
	margin-bottom: 0;
	color: var(--edublink-color-heading);
	text-transform: capitalize;
}

.woocommerce #review_form #respond p.stars {
	margin-bottom: 0 !important;
	line-height: 0;
	margin-top: -10px;
}

.woocommerce #review_form #respond p.stars a:before {
	color: #ffa41b;
	opacity: 1;
}

.woocommerce #review_form #respond p.stars.selected a.active ~ a:before {
	color: #ffa41b;
}

.woocommerce #review_form .edublink-woo-comment-form label, .woocommerce #review_form .comment-form label {
	color: var(--edublink-color-heading);
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
}

.woocommerce #review_form .comment-form .eb-custom-rating-form label {
	font-weight: 700;
}

.woocommerce #review_form p.comment-form-comment, .woocommerce #review_form p.comment-form-author, .woocommerce #review_form p.comment-form-email {
	margin-bottom: 20px !important;
}

.woocommerce-Reviews h3.comment-reply-title {
	margin: 8px 0 15px !important;
}

.edublink-woo-comment-form {
	margin-top: 20px;
}

.edublink-woo-comment-form .edublink-row {
	margin-bottom: 0px !important;
}

.edublink-woo-comment-form .edublink-row>* {
	margin-bottom: 20px !important;
}

.edublink-woo-comment-form input, .edublink-woo-comment-form textarea {
	font-family: var(--edublink-font-primary);
}

.edublink-woo-comment-form textarea {
	margin-bottom: 30px;
}

.woocommerce #review_form #respond .edublink-woo-comment-form p.comment-form-cookies-consent {
	margin: 0 0 10px !important;
}

.woocommerce #review_form #respond p.form-submit {
	margin: 0;
}

.woocommerce .hentry {
	margin-bottom: 0;
}

.woocommerce table.shop_table {
	border: 0px;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}

.woocommerce table.shop_table.cart>thead>tr {
	background: transparent;
	border-bottom: 1px solid var(--edublink-color-border);
}

.woocommerce table.shop_table>thead>tr>th {
	border: 0;
	font-weight: 600;
	padding: 24px 0;
	font-size: 16px;
	line-height: 28px;
	font-family: var(--edublink-font-secondary);
	color: var(--edublink-color-heading);
}

.woocommerce table.shop_table.cart>thead>tr>th {
	border-bottom: 1px solid var(--edublink-color-border);
	border-radius: 0;
}

.woocommerce table.shop_table.cart>thead>tr th:first-child {
	border-radius: 0 !important;
}

.woocommerce table.shop_table>thead>tr th:first-child {
	padding-left: 30px;
	border-radius: 5px 0 0 5px;
}

.woocommerce table.shop_table>thead>tr th:last-child {
	border-radius: 0 5px 5px 0;
}

table.shop_table.woocommerce-checkout-review-order-table {
	margin-top: 15px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: var(--edublink-color-heading);
	border-bottom: 1px solid var(--edublink-color-border);
	padding: 10px 0;
	margin-bottom: 10px;
	border-radius: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td:first-child, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>th:first-child, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>td:first-child {
	padding-left: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>td {
	padding: 12px 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td a, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td span, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>td {
	color: var(--edublink-color-heading);
	font-size: 16px;
	font-weight: 500;
}

.woocommerce table.shop_table>tbody>tr:nth-of-type(odd) {
	background-color: inherit;
}

.woocommerce table.shop_table>tbody>tr>td, .woocommerce table.shop_table>tfoot>tr>th, .woocommerce table.shop_table>tfoot>tr>td {
	padding: 30px 0;
	border: 0;
	border-top: 0px solid var(--edublink-color-border);
	font-weight: 500;
	vertical-align: middle;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	border: 1px solid var(--edublink-color-border);
	border-collapse: collapse;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid var(--edublink-color-border);
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th {
	text-align: center;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th:not(:last-child), table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td:not(:last-child) {
	border-right: 1px solid var(--edublink-color-border);
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
	border-bottom: 1px solid var(--edublink-color-border);
}

@media (max-width: 767px) {
	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details>tbody>tr {
		display: table-row;
	}
}

.woocommerce table.shop_table, .woocommerce table.shop_table strong {
	font-weight: 500;
	color: var(--edublink-color-heading);
}

.woocommerce table.shop_table>tbody>tr>td a, .woocommerce table.shop_table>tbody>tr>td span {
	font-weight: 600;
	font-size: 16px;
	font-family: var(--edublink-font-secondary);
	line-height: 28px;
	color: var(--edublink-color-heading);
}

.woocommerce table.shop_table .product-remove a {
	color: var(--edublink-color-heading) !important;
	font-size: 16px;
}

.woocommerce table.shop_table .product-remove a:hover {
	color: var(--edublink-color-secondary) !important;
	background: transparent !important;
}

.woocommerce table.shop_table>tbody>tr>td a:hover {
	color: var(--edublink-color-primary);
}

.woocommerce table.shop_table>tbody>tr>td:first-child, .woocommerce table.shop_table>tfoot>tr>th:first-child, .woocommerce table.shop_table>tfoot>tr>td:first-child {
	padding-left: 30px;
}

.woocommerce table.shop_table tbody tr td {
	border-bottom: 1px solid var(--edublink-color-border);
}

.woocommerce table.shop_table tbody tr:last-child td {
	border-bottom: 0;
	padding-left: 0;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail a {
	display: flex;
}

.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
	display: none;
}

.woocommerce table.shop_table td.actions {
	text-align: right;
}

.woocommerce table.shop_table td.actions .coupon {
	float: left;
}

.woocommerce table.shop_table .coupon.edublink-coupon-wrapper input[type="text"] {
	border: 1px solid var(--edublink-color-border);
	border-radius: 5px;
	margin-right: 30px;
	height: 60px;
}

.wc-proceed-to-checkout {
	display: flex;
	justify-content: center;
}

.woocommerce .cart_totals {
	padding: 30px;
	max-width: 600px;
	border-radius: 5px;
	margin: 30px auto 0;
	border: 1px solid var(--edublink-color-border);
}

.woocommerce .cart_totals h2 {
	margin-top: 0;
	text-transform: capitalize;
}

.woocommerce .cart_totals table {
	margin-bottom: 30px;
}

.woocommerce .cart_totals table.shop_table tbody th, .woocommerce .cart_totals table.shop_table>tbody>tr>td {
	border: 0;
	padding: 15px;
}

.woocommerce .cart_totals table.shop_table>tbody>tr.cart-subtotal th, .woocommerce .cart_totals table.shop_table>tbody>tr.cart-subtotal td {
	border-bottom: 1px solid var(--edublink-color-border);
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	background: var(--edublink-color-shade);
	border-radius: 5px 0 0 5px;
	border: 0 none;
	height: 60px;
	min-width: 330px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 500;
	color: var(--edublink-color-body);
	font-family: var(--edublink-font-primary);
	margin-right: 0;
}

.woocommerce-cart .edublink-coupon-wrapper button {
	border-radius: 0 5px 5px 0 !important;
	background: var(--edublink-color-dark);
	color: var(--edublink-color-white);
}

.woocommerce-cart .edublink-coupon-wrapper button:hover {
	background: var(--edublink-color-primary);
}

.woocommerce-cart .return-to-shop a.button.wc-backward {
	padding: 0 30px;
	line-height: 60px;
}

.woocommerce-cart .woocommerce button.button.update-cart:disabled {
	color: var(--edublink-color-white);
	opacity: .7;
	padding: 0 30px;
}

.woocommerce-cart .woocommerce button.button.update-cart:disabled:hover {
	color: var(--edublink-color-white);
	background: var(--edublink-color-primary);
}

@media (max-width: 767px) {
	.woocommerce table.shop_table>tbody>tr>td {
		padding: 12px;
		border-top: 0;
	}
	
	.woocommerce table.shop_table {
		border: 0px;
	}
	
	.woocommerce table.shop_table>tbody>tr {
		border: 1px solid var(--edublink-color-border);
		display: flex;
		margin-bottom: 30px;
		flex-direction: column;
	}
	
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table, .woocommerce table.shop_table.woocommerce-table--order-details {
		border: 1px solid var(--edublink-color-border);
	}
	
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table th, .woocommerce table.shop_table.woocommerce-table--order-details th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table td, .woocommerce table.shop_table.woocommerce-table--order-details td {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr, table.woocommerce-table--order-details>tbody>tr {
		margin-bottom: 0;
		border: 0;
		display: table-row;
	}
	
	.woocommerce .cart_totals table.shop_table>tbody>tr {
		margin-bottom: 0;
	}
	
	.woocommerce .cart_totals table.shop_table>tbody>tr.cart-subtotal th, .woocommerce .cart_totals table.shop_table>tbody>tr.cart-subtotal td {
		border-bottom: 0;
	}
	
	.woocommerce .cart_totals table.shop_table>tbody>tr.order-total {
		border-top: 0;
	}
	
	.woocommerce table.shop_table>thead>tr>th.product-thumbnail, .woocommerce table.shop_table>tbody>tr>td.product-thumbnail {
		display: none;
	}
	
	.woocommerce table.shop_table>tbody>tr>td.product-name {
		border-top: 0;
	}
	
	.woocommerce table.shop_table .quantity {
		justify-content: flex-end;
	}
	
	.woocommerce table.shop_table .quantity .edublink-single-product-cart-wrapper {
		margin-right: 0;
		width: 110px;
		height: 45px;
	}
	
	.woocommerce table.shop_table .coupon.edublink-coupon-wrapper input[type="text"] {
		height: 48px;
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: .5em !important;
		border-radius: 5px !important;
	}
	
	.woocommerce table.shop_table td.actions .coupon {
		float: inherit;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	
	.woocommerce table.shop_table .button.edublink-button-type-bordered.edublink-button-item {
		margin-top: 10px;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	
	.woocommerce-page table.cart td.actions .coupon .button {
		width: 100% !important;
	}
	
	.woocommerce table.shop_table.cart tbody tr:last-child td {
		padding: 20px;
	}
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	min-width: 100%;
	width: inherit !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 50%;
}

@media screen and (max-width: 767px) {
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
	}
}

.woocommerce-page .woocommerce-checkout .col2-set .col-1, .woocommerce-page .woocommerce-checkout .col2-set .col-2 {
	width: 100%;
}

.woocommerce form .form-row {
	padding: 0;
	margin: 0 0 25px;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	float: left;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: right;
}

.woocommerce form .form-row-first {
	width: 50%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 48%;
	overflow: visible;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-account form input, .woocommerce-billing-fields__field-wrapper select, .woocommerce-account form select, .woocommerce-billing-fields__field-wrapper select.select2-hidden-accessible {
	border: 1px solid var(--edublink-color-border);
	border-radius: 5px;
	width: 100%;
	height: 45px;
}

.woocommerce form .form-row .select2-container .select2-selection--single {
	height: 45px;
}

.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 12px;
	right: 10px;
}

.woocommerce-billing-fields__field-wrapper select.select2-hidden-accessible:focus {
	border: 0;
}

.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields__field-wrapper label, .woocommerce form .form-row label {
	margin-bottom: 10px;
	font-weight: 600;
	width: 100%;
	display: flex;
}

.woocommerce form .form-row [name="createaccount"] + span {
	top: 3px;
	position: relative;
}

.woocommerce-additional-fields__field-wrapper textarea {
	border: 1px solid var(--edublink-color-border);
	height: 120px;
}

.woocommerce-billing-fields__field-wrapper label abbr {
	text-decoration: none;
	border: 0;
}

.woocommerce form .form-row {
	padding: 0;
}

.woocommerce-checkout .woocommerce .checkout .form-row, .woocommerce form .form-row {
	margin: 0 0 30px;
}

.woocommerce-checkout .woocommerce .checkout .form-row.form-row-first, .woocommerce-account .woocommerce .form-row.form-row-first, .woocommerce form .woocommerce-address-fields .form-row.form-row-first, .woocommerce-checkout .woocommerce .checkout .form-row.form-row-last, .woocommerce-account .woocommerce .form-row.form-row-last, .woocommerce form .woocommerce-address-fields .form-row.form-row-last {
	width: 100%;
	float: none;
}

.woocommerce-billing-fields .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.wc_payment_methods.payment_methods.methods {
	margin: 0;
	padding: 0;
}

.woocommerce-checkout input.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
	margin: 5px 5px 0 0;
}

.form-row.place-order .edublink-button-item.edublink-button-type-fill#place_order:hover {
	background-color: #fff;
}

table.shop_table.woocommerce-checkout-review-order-table {
	margin-bottom: 30px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 0 30px;
	width: 100%;
	margin-bottom: 0;
	background: var(--edublink-color-primary);
	font-size: 15px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: var(--edublink-color-primary-alt);
}

.woocommerce form.checkout_coupon {
	box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
}

.woocommerce form.checkout_coupon .form-row {
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block;
}

.woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-additional-fields h3, .woocommerce-billing-fields h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--edublink-color-border);
	margin-bottom: 15px;
}

.woocommerce-additional-fields h3 {
	margin-top: 30px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-form-coupon .input-text {
	background: var(--edublink-color-white);
	border-radius: 5px;
	height: 60px;
	padding: 0 25px;
	border: 1px solid var(--edublink-color-border);
	font-family: var(--edublink-font-primary);
}

.woocommerce table.shop_table .coupon.edublink-coupon-wrapper input[type="text"], .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .woocommerce-form-coupon .input-text:focus {
	border-color: var(--edublink-color-primary);
}

.woocommerce form .form-row textarea {
	height: 120px;
	padding: 15px 25px;
}

.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields__field-wrapper label, .woocommerce form .form-row label {
	margin-bottom: 6px;
	font-weight: 500;
	color: var(--edublink-color-heading);
}

.woocommerce-checkout .woocommerce .checkout .form-row, .woocommerce form .form-row {
	margin: 0 0 20px;
}

.woocommerce .select2-container .select2-dropdown, .woocommerce-page .select2-container .select2-dropdown {
	border-color: #6f6b80;
}

.woocommerce form .form-row .select2-container .select2-selection--single {
	border: 1px solid #6f6b80;
	border-radius: 5px;
	padding: 0 25px;
	height: 60px;
	font-weight: 500;
	color: var(--edublink-color-body);
	position: relative;
}

.woocommerce .select2-container .select2-dropdown li {
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 60px;
	padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: calc(50% + 3px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: calc(50% - 6px);
}

.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: calc(50% + -15px);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--edublink-color-body);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr {
	background: transparent;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
		min-width: 55%;
		float: left;
		margin-right: 4.347826087%;
	}
	
	.woocommerce.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce-page.woocommerce-checkout form #order_review_heading {
		width: 40%;
		float: right;
		margin-right: 0;
		clear: right;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
}

.woocommerce-MyAccount-navigation ul li {
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	border: 1px solid var(--edublink-color-border);
}

.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
	margin: -1px -1px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
	margin: 0 -1px -1px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:first-child a {
	border-radius: 5px 5px 0 0;
}

.woocommerce-MyAccount-navigation li:last-child a {
	border-radius: 0 0 5px 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 14px 30px;
	font-weight: 500;
	color: var(--edublink-color-heading);
	border-top: 1px solid var(--edublink-color-border);
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a, .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	color: var(--edublink-color-primary);
}

.woocommerce-account mark.order-number, .woocommerce-account mark.order-date, .woocommerce-account mark.order-status {
	background: inherit;
}

.woocommerce-account table.woocommerce-table.order_details {
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-downloads-file.button, .woocommerce-account .woocommerce-orders-table__cell .woocommerce-button.button.view, .woocommerce-account .woocommerce-MyAccount-content a.edublink-button-item {
	border-radius: 5px;
}

.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table>tfoot>tr>td, .woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table>tfoot>tr>th {
	font-weight: 700;
}

.woocommerce-account .addresses address {
	font-style: normal;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
	border-bottom: 1px solid var(--edublink-color-border);
	width: 100%;
	color: var(--edublink-color-heading);
	margin: 0px 0 15px;
	font-size: 22px;
	padding: 2px 0 10px;
}

.woocommerce-account fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

.woocommerce-account .woocommerce h2.edublink-woocommerce-login-form-headig, .woocommerce-account .woocommerce h2.edublink-woocommerce-registration-form-headig {
	font-size: 40px;
	text-align: center;
	margin: 0 auto 40px;
}

.woocommerce-form-login, .woocommerce-form-register, .lost_reset_password {
	padding: 25px 20px;
	margin: 0 auto 10px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid var(--edublink-color-border);
}

.woocommerce-account form.woocommerce-form-login .form-row label.woocommerce-form-login__rememberme, .woocommerce-account form.woocommerce-form-register .woocommerce-privacy-policy-text p {
	margin: 0 0 15px;
}

.woocommerce-account form.woocommerce-form-login input.woocommerce-form__input-checkbox {
	height: 15px;
	width: 15px;
	margin: 5px 5px 0 0;
}

.woocommerce-account .addresses .title h3 {
	float: none;
	margin-bottom: 25px;
}

.woocommerce-account .addresses .title .edit {
	float: none;
	text-decoration: underline;
	margin-bottom: 5px;
	display: inline-block;
}

.woocommerce-form-login .edublink-button-item {
	margin-top: 25px;
}

.woocommerce-form-register .edublink-button-item {
	margin-top: 27px;
}

.woocommerce-form-login .lost_password a, .woocommerce-form-register .woocommerce-privacy-policy-link {
	font-weight: 500;
}

.woocommerce-form-login .woocommerce-LostPassword {
	margin-bottom: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce button.button.woocommerce-form-register__submit {
	margin: 0 !important;
	padding: 0 20px;
	width: 100%;
	font-family: var(--edublink-font-secondary);
}

@media (max-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.woocommerce-account .woocommerce h2.edublink-woocommerce-login-form-headig, .woocommerce-account .woocommerce h2.edublink-woocommerce-registration-form-headig {
		font-size: 25px;
		margin: 0 0 20px;
	}
	
	.woocommerce-account .woocommerce h2.edublink-woocommerce-registration-form-headig {
		margin: 30px 0 20px;
	}
	
	.woocommerce .woocommerce-order-details table.shop_table>tbody>tr {
		border: 0 !important;
	}
}