/*
Theme Name: meditex

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
@keyframes sp-spin-fast {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: rotate(1800deg);
		transform: rotate(1800deg);
	}
}

@-webkit-keyframes sp-spin-fast {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: rotate(1800deg);
		transform: rotate(1800deg);
	}
}

@-o-keyframes sp-spin-fast {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: rotate(1800deg);
		transform: rotate(1800deg);
	}
}

@-ms-keyframes sp-spin-fast {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: rotate(1800deg);
		transform: rotate(1800deg);
	}
}

/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

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

table.shop_table_responsive tr td:before {
	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;
}

table.shop_table tr td dl.variation {
	margin: 5px 0 0;
}

table.shop_table tr td dl.variation dt {
	float: left;
	clear: both;
	color: #000;
	font-weight: 400;
	padding-right: 10px;
	text-transform: capitalize;
	line-height: 1.3;
	font-size: 14px;
}

table.shop_table tr td dl.variation dd {
	margin: 0;
	color: #999;
	line-height: 1.3;
	font-size: 14px;
}

table.shop_attributes {
	border: none;
}

table.shop_attributes p:first-child {
	margin-top: 0;
}

table.shop_attributes p:last-child {
	margin-bottom: 0;
}

table.shop_attributes th,
table.shop_attributes td {
	border: none;
	padding: 5px 0;
}

table.shop_attributes th {
	color: #2b2b2b;
	font-weight: 600;
	text-transform: capitalize;
}

table.shop_attributes tr td {
	width: 100%;
	padding: 5px 10px;
}

table.shop_attributes tr th {
	color: #2b2b2b;
	font-weight: 400;
}

table.woocommerce-cart-form__contents {
	border: none;
}

table.woocommerce-cart-form__contents.shop_table tr th {
	background-color: #f8f8f8;
	border-right: none;
	border: 0;
	text-align: left;
	font-weight: 700;
	padding-top: 13px;
	padding-bottom: 12px;
	color: #2b2b2b;
	font-size: 18px;
}

table.woocommerce-cart-form__contents.shop_table tr th.product-name {
	padding-left: 145px;
}

table.woocommerce-cart-form__contents.shop_table tr td {
	border-right: none;
	border-color: #eaeaea;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #2b2b2b;
	vertical-align: top;
}

table.woocommerce-cart-form__contents.shop_table tr td.product-name {
	padding-left: 30px;
}

table.woocommerce-cart-form__contents.shop_table tr td.actions {
	border-bottom: none;
	padding-top: 55px;
}

table.woocommerce-cart-form__contents .product-thumbnail {
	display: inline-block;
	vertical-align: top;
}

table.woocommerce-cart-form__contents .product-thumbnail img {
	max-width: 90px;
	margin-right: 20px;
}

table.woocommerce-cart-form__contents .product-meta {
	display: inline-block;
}

table.woocommerce-cart-form__contents .product-meta .product-url {
	color: #2b2b2b;
	font-weight: 700;
}

table.woocommerce-cart-form__contents .quantity {
	display: inline-block;
	margin-right: 0;
}

table.woocommerce-cart-form__contents .quantity .increase {
	color: #2b2b2b;
	transform: none;
	top: 13px;
}

table.woocommerce-cart-form__contents .quantity .decrease {
	color: #2b2b2b;
	transform: none;
	top: 13px;
}

table.woocommerce-cart-form__contents .cart-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

table.woocommerce-cart-form__contents .cart-actions .btn-shop {
	font-size: 14px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #568701;
	color: #fff;
	font-weight: 800;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-radius: 3px;
	outline: 0;
	border: 0;
	height: 46px;
	line-height: 46px;
}

table.woocommerce-cart-form__contents .cart-actions .btn-shop:hover, table.woocommerce-cart-form__contents .cart-actions .btn-shop:focus, table.woocommerce-cart-form__contents .cart-actions .btn-shop:active, table.woocommerce-cart-form__contents .cart-actions .btn-shop:visited, table.woocommerce-cart-form__contents .cart-actions .btn-shop:active:hover, table.woocommerce-cart-form__contents .cart-actions .btn-shop:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #568701;
}

table.woocommerce-cart-form__contents .cart-actions .btn-update,
table.woocommerce-cart-form__contents .cart-actions .clear-cart {
	font-size: 14px;
	font-weight: 800;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	border-radius: 3px;
	border: 0;
	outline: 0;
	color: #2b2b2b;
	background-color: #f8f8f8;
	text-align: center;
	display: inline-block;
	height: 46px;
	line-height: 48px;
}

table.woocommerce-cart-form__contents .cart-actions .btn-update:hover, table.woocommerce-cart-form__contents .cart-actions .btn-update:focus, table.woocommerce-cart-form__contents .cart-actions .btn-update:active, table.woocommerce-cart-form__contents .cart-actions .btn-update:visited, table.woocommerce-cart-form__contents .cart-actions .btn-update:active:hover, table.woocommerce-cart-form__contents .cart-actions .btn-update:active:focus,
table.woocommerce-cart-form__contents .cart-actions .clear-cart:hover,
table.woocommerce-cart-form__contents .cart-actions .clear-cart:focus,
table.woocommerce-cart-form__contents .cart-actions .clear-cart:active,
table.woocommerce-cart-form__contents .cart-actions .clear-cart:visited,
table.woocommerce-cart-form__contents .cart-actions .clear-cart:active:hover,
table.woocommerce-cart-form__contents .cart-actions .clear-cart:active:focus {
	outline: 0;
	border: 0;
	color: #2b2b2b;
	background-color: #f8f8f8;
}

table.woocommerce-cart-form__contents .cart-actions .clear-cart {
	margin-left: 15px;
	position: relative;
}

table.woocommerce-cart-form__contents .cart-actions .clear-cart.loading {
	padding-left: 40px;
}

table.woocommerce-cart-form__contents .cart-actions .clear-cart.loading:before {
	border-width: 1px;
	border-color: #666 #666 #666 transparent;
	border-radius: 50%;
	border-style: solid;
	-webkit-animation: sp-spin-fast 0.8s linear infinite;
	animation: sp-spin-fast 0.8s linear infinite;
	content: " ";
	width: 14px;
	height: 14px;
	font-weight: 400;
	position: absolute;
	left: 19px;
	top: 17px;
	width: 12px;
	height: 12px;
	opacity: 0.6;
}

table.woocommerce-cart-form__contents .cart-actions .btn-right {
	display: flex;
	align-items: center;
}

table.woocommerce-cart-form__contents .amount {
	font-size: 18px;
	color: #568701;
	display: block;
	margin-top: 10px;
}

table.woocommerce-cart-form__contents .product-remove a {
	font-size: 24px;
	line-height: 2;
	color: #2b2b2b;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	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;
	}
}

/**
 * Products
 */
/**
 * Products
 */
ul.products {
	margin: 0 -15px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 55px;
	padding-left: 15px;
	padding-right: 15px;
}

ul.products li.product.product-category img {
	border: 1px solid #f4f5f7;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-category__title {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

ul.products li.product .woocommerce-loop-product__title a,
ul.products li.product .woocommerce-loop-category__title a {
	color: #000;
}

ul.products li.product .woocommerce-loop-product__title:hover a,
ul.products li.product .woocommerce-loop-category__title:hover a {
	color: #568701;
}

ul.products li.product .woocommerce-loop-category__title {
	margin-top: 20px;
}

ul.products li.product img {
	display: block;
	border-radius: 3px;
}

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

ul.products li.product .product-thumbnail {
	position: relative;
}

ul.products li.product .product-thumbnail.image-loading:before {
	border-width: 1px;
	border-color: #666 #666 #666 transparent;
	border-radius: 50%;
	border-style: solid;
	-webkit-animation: sp-spin-fast 0.8s linear infinite;
	animation: sp-spin-fast 0.8s linear infinite;
	content: " ";
	width: 14px;
	height: 14px;
	font-weight: 400;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

ul.products li.product .button {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	line-height: 52px;
	background-color: #568701;
	text-align: center;
	border-radius: 3px;
	font-size: 20px;
	color: #fff;
	opacity: 0;
	transition: 0.35s;
	transform: translateX(20px);
}

ul.products li.product .button.added {
	display: none;
}

ul.products li.product .button.loading .p-icon {
	display: none;
}

ul.products li.product .button.loading:after {
	border-width: 1px;
	border-color: #666 #666 #666 transparent;
	border-radius: 50%;
	border-style: solid;
	-webkit-animation: sp-spin-fast 0.8s linear infinite;
	animation: sp-spin-fast 0.8s linear infinite;
	content: " ";
	width: 14px;
	height: 14px;
	font-weight: 400;
	position: absolute;
	width: 16px;
	height: 16px;
	font-weight: 400;
	top: 17px;
	left: 17px;
	color: #fff;
	opacity: 0.7;
	border-color: #fff #fff #fff transparent;
}

ul.products li.product .button .p-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
}

ul.products li.product .button .add-to-cart-text {
	display: none;
}

ul.products li.product .added_to_cart {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	line-height: 52px;
	background-color: #568701;
	text-align: center;
	border-radius: 3px;
	font-size: 20px;
	color: #fff;
	overflow: hidden;
	opacity: 0;
	transition: 0.35s;
	transform: translateX(20px);
}

ul.products li.product .added_to_cart:before {
	font-family: linearicons;
	content: "\e934";
	font-size: 18px;
	width: 50px;
	height: 50px;
	line-height: 52px;
	display: block;
}

ul.products li.product .woocommerce-loop-product__link {
	display: block;
}

ul.products li.product .price {
	font-size: 18px;
	color: #568701;
	display: block;
	margin: 3px 0 0 0;
}

ul.products li.product .price ins {
	background-color: transparent;
	margin: 0;
	float: left;
}

ul.products li.product .price del {
	font-size: 16px;
	margin-left: 7px;
}

ul.products li.product .product-details {
	margin-top: 24px;
}

ul.products li.product .product-inner:hover .button,
ul.products li.product .product-inner:hover .added_to_cart {
	opacity: 1;
	transform: translateX(0);
}

@media screen and (min-width: 1200px) {
	ul.products li.product {
		width: 25%;
	}
	ul.products.columns-1 li.product {
		width: 100%;
	}
	ul.products.columns-2 li.product {
		width: 50%;
	}
	ul.products.columns-3 li.product {
		width: 33.33%;
	}
	ul.products.columns-4 li.product {
		width: 25%;
	}
	ul.products.columns-5 li.product {
		width: 20%;
	}
	ul.products.columns-6 li.product {
		width: 16.66%;
	}
}

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product div.images {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}

.single-product div.product div.images figure {
	margin: 0;
}

.single-product div.product .meditex-product-detail {
	margin-bottom: 60px;
}

.single-product div.product div.summary {
	margin: -5px 0 40px 0;
	width: 50%;
	float: left;
	padding-left: 70px;
}

.single-product div.product div.summary .star-rating {
	font-size: 14px;
	margin-right: 15px;
}

.single-product div.product div.summary .price {
	font-size: 24px;
	font-weight: 700;
	color: #568701;
	margin-top: 0;
	margin-bottom: 23px;
	display: block;
}

.single-product div.product div.summary .price del {
	font-size: 90%;
}

.single-product div.product div.summary .price ins {
	background-color: transparent;
	float: left;
	margin-right: 10px;
}

.single-product div.product div.summary .woocommerce-review-link {
	color: #888888;
}

.single-product div.product .product_title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 28px;
}

.single-product div.product .woocommerce-product-rating {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}

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

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
	float: left;
	cursor: crosshair;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	display: block;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
	border-radius: 3px;
}

.single-product div.product p.stock {
	color: #2b2b2b;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.single-product div.product p.stock span.stock-icon {
	color: #fff;
	font-size: 11px;
	width: 18px;
	height: 18px;
	line-height: 21px;
	border-radius: 50%;
	background-color: #568701;
	text-align: center;
	display: block;
	margin-right: 15px;
}

.single-product div.product p.stock.out-of-stock span.stock-icon {
	font-size: 17px;
	background-color: #df0303;
}

.single-product div.product p.stock.out-of-stock span.stock-icon i:before {
	content: '\4d';
}

.single-product div.product .single-button-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.single-product div.product .woocommerce-product-details__short-description {
	padding-bottom: 18px;
}

.single-product div.product form.cart {
	margin-bottom: 45px;
}

.single-product div.product form.cart .button {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: #568701;
	border-radius: 3px;
	white-space: nowrap;
	height: 46px;
	line-height: 46px;
	min-width: 150px;
	font-weight: 800;
	border: 0;
}

.single-product div.product form.cart .button:focus {
	outline: 0;
	border: 0;
}

.single-product div.product form.cart .variations {
	border: 0;
}

.single-product div.product form.cart .variations tr, .single-product div.product form.cart .variations td, .single-product div.product form.cart .variations th {
	border: 0;
}

.single-product div.product table.shop_attributes {
	border: 1px solid #eaeaea;
	border-bottom: none;
}

.single-product div.product table.shop_attributes th,
.single-product div.product table.shop_attributes td {
	padding: 10px 20px;
	border: none;
}

.single-product div.product table.shop_attributes th {
	background-color: #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	font-weight: 600;
	text-transform: none;
	color: #2b2b2b;
}

.single-product div.product table.shop_attributes td {
	background-color: transparent;
	border-bottom: 1px solid #eaeaea;
	font-style: normal;
	color: #2b2b2b;
}

.single-product div.product .product_meta {
	color: #888888;
}

.single-product div.product .product_meta > div {
	margin-bottom: 4px;
}

.single-product div.product .product_meta .label {
	color: #2b2b2b;
	font-weight: 700;
}

.single-product div.product .product_meta a {
	color: #888888;
}

.single-product div.product .flex-control-nav {
	list-style: none;
	padding: 0 40px;
	margin: 40px -20px 0;
	position: relative;
}

.single-product div.product .flex-control-nav .slick-arrow {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	font-size: 20px;
	color: #ccc;
	cursor: pointer;
	transition: 0.5s;
}

.single-product div.product .flex-control-nav .slick-arrow:hover {
	color: #568701;
}

.single-product div.product .flex-control-nav .slick-arrow.slick-next-arrow {
	left: auto;
	right: 20px;
}

.single-product div.product .flex-control-nav .slick-slide {
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}

.single-product div.product .flex-control-nav .slick-slide img {
	border-radius: 3px;
}

.single-product div.product .flex-control-nav.no-slick li {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 33.333%;
	cursor: pointer;
}

.single-product div.product.product-type-variable p.stock {
	margin-left: 0;
}

.single-product div.product.product-type-variable form.cart .variations {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.single-product div.product.product-type-variable form.cart .variations td {
	display: block;
}

.single-product div.product.product-type-variable form.cart .variations td.label {
	color: #2b2b2b;
	text-transform: capitalize;
	text-align: left;
	font-size: 16px;
}

.single-product div.product.product-type-variable form.cart .variations td.label label {
	font-weight: 600;
}

.single-product div.product.product-type-variable form.cart .variations td.value {
	padding: 0;
	margin-bottom: 15px;
	position: relative;
	display: block;
}

.single-product div.product.product-type-variable form.cart .variations td.value:after {
	content: '\e93a';
	font-family: Linearicons;
	position: absolute;
	top: 18px;
	right: 20px;
	opacity: 1;
	font-size: 12px;
	color: #2b2b2b;
}

.single-product div.product.product-type-variable form.cart .variations .reset_variations {
	display: block;
	text-align: left;
	color: #cc0000;
	font-weight: 400;
	text-decoration: underline;
	margin-top: 5px;
	font-size: 14px;
}

.single-product div.product.product-type-variable form.cart .variations select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: capitalize;
	cursor: pointer;
	line-height: initial;
	position: relative;
}

.single-product div.product.product-type-variable form.cart .variations select:focus {
	outline: none;
}

.single-product div.product.product-type-variable form.cart .woocommerce-variation {
	margin-bottom: 40px;
	margin-top: 20px;
}

.single-product div.product.product-type-grouped .cart table.group_table {
	width: 100%;
	margin-bottom: 35px;
	margin-top: 0;
	border: none;
}

.single-product div.product.product-type-grouped .cart table.group_table .product {
	width: 100%;
	float: none;
}

.single-product div.product.product-type-grouped .cart table.group_table td {
	padding: 20px 0;
	color: #666;
	text-align: left;
	border: 0;
}

.single-product div.product.product-type-grouped .cart table.group_table td.label {
	width: 75%;
	text-align: left;
}

.single-product div.product.product-type-grouped .cart table.group_table td label {
	display: block;
	line-height: 1;
	margin-bottom: 8px;
}

.single-product div.product.product-type-grouped .cart table.group_table td a {
	font-size: 16px;
	width: max-content;
	color: #2b2b2b;
	font-weight: 600;
}

.single-product div.product.product-type-grouped .cart table.group_table td a.button {
	font-size: 14px;
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	float: right;
	font-weight: 600;
}

.single-product div.product.product-type-grouped .cart table.group_table td p.stock {
	margin: 5px 0 0 0;
}

.single-product div.product.product-type-grouped .cart table.group_table td .woo-price {
	font-size: 14px;
	line-height: 1.2;
}

.single-product div.product.product-type-grouped .cart table.group_table tr {
	border: 0;
	border-bottom: 1px solid #eaeaea;
}

.single-product div.product.product-type-grouped .cart table.group_table tr:last-child {
	border-bottom: 0;
}

.single-product div.product.product-type-grouped .cart .single-button-wrapper {
	display: flex;
}

.single-product div.product.product-type-grouped .cart .single_add_to_cart_button,
.single-product div.product.product-type-grouped .cart .single-add-to-cart-btn {
	flex-grow: 1;
}

.meditex-related-products,
.meditex-upsells-products,
.meditex-cross-sells-products,
.products.related,
.products.upsells,
.products.cross-sells {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 30px;
	border-top: 1px solid #eaeaea;
}

.meditex-related-products > h2,
.meditex-upsells-products > h2,
.meditex-cross-sells-products > h2,
.products.related > h2,
.products.upsells > h2,
.products.cross-sells > h2 {
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 55px;
	text-transform: uppercase;
}

.meditex-related-products > h2 span,
.meditex-upsells-products > h2 span,
.meditex-cross-sells-products > h2 span,
.products.related > h2 span,
.products.upsells > h2 span,
.products.cross-sells > h2 span {
	font-weight: 800;
}

.meditex-related-products ul.products,
.meditex-upsells-products ul.products,
.meditex-cross-sells-products ul.products,
.products.related ul.products,
.products.upsells ul.products,
.products.cross-sells ul.products {
	display: block;
}

.meditex-related-products ul.products li.product,
.meditex-upsells-products ul.products li.product,
.meditex-cross-sells-products ul.products li.product,
.products.related ul.products li.product,
.products.upsells ul.products li.product,
.products.cross-sells ul.products li.product {
	clear: none;
	margin-bottom: 0;
	width: auto;
	float: left;
}

.meditex-related-products .slick-arrow,
.meditex-upsells-products .slick-arrow,
.meditex-cross-sells-products .slick-arrow,
.products.related .slick-arrow,
.products.upsells .slick-arrow,
.products.cross-sells .slick-arrow {
	top: 35%;
	color: #cccccc;
	transition: 0.5s;
	position: absolute;
	cursor: pointer;
	font-size: 28px;
}

.meditex-related-products .slick-arrow:hover,
.meditex-upsells-products .slick-arrow:hover,
.meditex-cross-sells-products .slick-arrow:hover,
.products.related .slick-arrow:hover,
.products.upsells .slick-arrow:hover,
.products.cross-sells .slick-arrow:hover {
	color: #568701;
}

.meditex-related-products .slick-disabled,
.meditex-upsells-products .slick-disabled,
.meditex-cross-sells-products .slick-disabled,
.products.related .slick-disabled,
.products.upsells .slick-disabled,
.products.cross-sells .slick-disabled {
	cursor: default;
	color: #f2f2f2;
}

.meditex-related-products .slick-disabled:hover,
.meditex-upsells-products .slick-disabled:hover,
.meditex-cross-sells-products .slick-disabled:hover,
.products.related .slick-disabled:hover,
.products.upsells .slick-disabled:hover,
.products.cross-sells .slick-disabled:hover {
	color: #f2f2f2;
}

.meditex-related-products .slick-prev-arrow,
.meditex-upsells-products .slick-prev-arrow,
.meditex-cross-sells-products .slick-prev-arrow,
.products.related .slick-prev-arrow,
.products.upsells .slick-prev-arrow,
.products.cross-sells .slick-prev-arrow {
	left: -57px;
}

.meditex-related-products .slick-next-arrow,
.meditex-upsells-products .slick-next-arrow,
.meditex-cross-sells-products .slick-next-arrow,
.products.related .slick-next-arrow,
.products.upsells .slick-next-arrow,
.products.cross-sells .slick-next-arrow {
	right: -57px;
}

.meditex-related-products ul.products.slick-dotted,
.meditex-upsells-products ul.products.slick-dotted,
.meditex-cross-sells-products ul.products.slick-dotted,
.products.related ul.products.slick-dotted,
.products.upsells ul.products.slick-dotted,
.products.cross-sells ul.products.slick-dotted {
	margin-bottom: 0;
}

.meditex-related-products .slick-dots,
.meditex-upsells-products .slick-dots,
.meditex-cross-sells-products .slick-dots,
.products.related .slick-dots,
.products.upsells .slick-dots,
.products.cross-sells .slick-dots {
	position: static;
	margin-top: 25px;
}

/**
 * Checkout
 */
.woocommerce-checkout .woocommerce-info {
	position: relative;
}

.woocommerce-checkout .woocommerce-info a {
	color: #2b2b2b;
	border-bottom: none;
}

.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.woocommerce-form-login {
	border: 1px solid #eaeaea;
	padding: 30px 30px 20px;
	margin: 2em 0;
	border-radius: 3px;
}

.woocommerce-checkout form.checkout_coupon p,
.woocommerce-checkout form.woocommerce-form-login p {
	margin: 0 0 20px;
}

.woocommerce-checkout form.checkout_coupon .input-text,
.woocommerce-checkout form.woocommerce-form-login .input-text {
	width: 100%;
}

.woocommerce-checkout form.checkout_coupon .button,
.woocommerce-checkout form.woocommerce-form-login .button {
	margin-top: 10px;
	min-width: 140px;
}

.woocommerce-checkout form.checkout_coupon .lost_password,
.woocommerce-checkout form.woocommerce-form-login .lost_password {
	text-decoration: underline;
}

.woocommerce-checkout form.checkout_coupon .form-row label,
.woocommerce-checkout form.woocommerce-form-login .form-row label {
	display: block;
	margin-bottom: 12px;
}

.woocommerce-checkout form.checkout_coupon .form-row label.woocommerce-form__label,
.woocommerce-checkout form.woocommerce-form-login .form-row label.woocommerce-form__label {
	margin-top: 15px;
}

.woocommerce-checkout form.checkout_coupon .button,
.woocommerce-checkout form.woocommerce-form-login .button {
	font-size: 14px;
	font-size: 14px;
	font-weight: 800;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	border-radius: 3px;
	border: 0;
	outline: 0;
	color: #2b2b2b;
	background-color: #f8f8f8;
	text-align: center;
	display: inline-block;
}

.woocommerce-checkout form.checkout_coupon .button:hover, .woocommerce-checkout form.checkout_coupon .button:focus, .woocommerce-checkout form.checkout_coupon .button:active, .woocommerce-checkout form.checkout_coupon .button:visited, .woocommerce-checkout form.checkout_coupon .button:active:hover, .woocommerce-checkout form.checkout_coupon .button:active:focus,
.woocommerce-checkout form.woocommerce-form-login .button:hover,
.woocommerce-checkout form.woocommerce-form-login .button:focus,
.woocommerce-checkout form.woocommerce-form-login .button:active,
.woocommerce-checkout form.woocommerce-form-login .button:visited,
.woocommerce-checkout form.woocommerce-form-login .button:active:hover,
.woocommerce-checkout form.woocommerce-form-login .button:active:focus {
	outline: 0;
	border: 0;
	color: #2b2b2b;
	background-color: #f8f8f8;
}

.woocommerce-checkout form.checkout_coupon .lost_password a,
.woocommerce-checkout form.woocommerce-form-login .lost_password a {
	color: red;
	font-weight: 600;
}

.woocommerce-checkout form.woocommerce-checkout h3 {
	font-size: 26px;
	color: #2b2b2b;
	font-weight: 700;
	margin: 0 0 40px;
}

.woocommerce-checkout form.woocommerce-checkout .form-row {
	margin-top: 0;
	margin-bottom: 26px;
}

.woocommerce-checkout form.woocommerce-checkout .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.woocommerce-checkout form.woocommerce-checkout .form-row .input-text {
	width: 100%;
}

.woocommerce-checkout form.woocommerce-checkout .form-row label {
	display: block;
	margin-bottom: 12px;
}

.woocommerce-checkout form.woocommerce-checkout .form-row textarea {
	height: 200px;
}

.woocommerce-checkout form.woocommerce-checkout .checkout-shipping {
	margin-top: 40px;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-account-fields {
	margin-top: 50px;
}

.woocommerce-checkout .woocommerce-additional-fields label {
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 700;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 700;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox a {
	text-decoration: underline;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox {
	opacity: 0;
	margin: 0;
	display: none;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox > .woocommerce-form__input-checkbox:checked + span:before {
	opacity: 1;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox > span {
	color: #000;
	text-transform: none;
	position: relative;
	line-height: 1;
	padding-left: 37px;
	cursor: pointer;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox > span:after {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #999;
	position: absolute;
	top: 2px;
	left: 0;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox > span:before {
	font-family: ElegantIcons;
	content: "\4e";
	font-size: 12px;
	position: absolute;
	top: 6px;
	left: 4px;
	transition: 0.5s;
	color: #568701;
	opacity: 0;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox > span + span {
	padding-left: 0;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox > span + span:before {
	display: none;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox .required {
	color: red;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-top: 20px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
	padding: 20px;
	background-color: #f6f6f6;
	margin-bottom: 20px;
	border: 1px solid #bfbfbf;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions::-webkit-scrollbar {
	display: none;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox > span {
	color: #888;
	font-weight: 400;
	font-size: 16px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox > span:before {
	top: 4px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox > span:after {
	top: 0;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox > span a {
	color: #568701;
	font-weight: 600;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span.required {
	color: red;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span.required:before, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span.required:after {
	display: none;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table {
	padding: 27px 40px 0 40px;
	border-radius: 3px;
	border: 0;
	border-bottom: none;
	background-color: #f8f8f8;
	margin: 0;
	border-collapse: separate;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table dt {
	font-weight: 400;
	color: #999;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table th {
	font-size: 20px;
	color: #2b2b2b;
	font-weight: 700;
	padding: 15px 0;
	border: 0;
	background-color: transparent;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table th:last-child {
	text-align: right;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
	padding: 20px 0;
	border-top: none;
	border-width: 0 0 1px;
	border-color: #eaeaea;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table td strong {
	font-weight: 400;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table td p {
	margin-bottom: 5px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table td:last-child {
	text-align: right;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .shipping h3 {
	margin-top: 0;
	margin-bottom: 14px;
	font-size: 20px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .shipping td {
	font-weight: 400;
	text-align: left;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .cart_item td {
	padding: 2px 0 0;
	border-bottom: none;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total th {
	color: #2b2b2b;
	font-weight: 700;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount,
.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
	color: #568701;
	font-weight: 700;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total th {
	color: #2b2b2b;
	font-weight: 700;
	font-size: 20px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
	font-size: 24px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th {
	border-bottom: 1px solid #eaeaea;
}

.woocommerce-checkout .woocommerce-checkout-payment {
	border-radius: 0;
	background-color: transparent;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
	border: 0;
	border-top: none;
	background-color: #f8f8f8;
}

.woocommerce-checkout .woocommerce-checkout-payment .form-row.place-order {
	padding: 0;
	margin: 0 -1px;
}

.woocommerce-checkout .woocommerce-checkout-payment .form-row.place-order .button {
	width: 100%;
	margin-top: 37px;
}

.woocommerce-checkout .woocommerce-checkout-payment div.payment_box {
	background-color: transparent;
	color: #999;
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment div.payment_box:before {
	display: none;
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
	padding: 27px 40px 52px 40px;
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li {
	margin-bottom: 15px;
	list-style: none;
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > .input-radio {
	display: none;
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > .input-radio:checked + label:before {
	content: "\5c";
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label {
	color: #000;
	position: relative;
	line-height: 1;
	padding-left: 24px;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 700;
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label * {
	font-weight: 400;
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label a {
	color: #2b2b2b;
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label:before {
	content: "\5b";
	font-family: ElegantIcons;
	font-size: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #2b2b2b;
	transition: 0.5s;
	font-weight: 400;
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label img {
	margin-left: 10px;
}

.woocommerce-checkout .woocommerce-checkout-payment .button {
	font-size: 14px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #568701;
	color: #fff;
	font-weight: 800;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-radius: 3px;
	outline: 0;
	border: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .button:hover, .woocommerce-checkout .woocommerce-checkout-payment .button:focus, .woocommerce-checkout .woocommerce-checkout-payment .button:active, .woocommerce-checkout .woocommerce-checkout-payment .button:visited, .woocommerce-checkout .woocommerce-checkout-payment .button:active:hover, .woocommerce-checkout .woocommerce-checkout-payment .button:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #568701;
}

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

.woocommerce-checkout ul#shipping_method li {
	cursor: pointer;
}

.woocommerce-checkout ul#shipping_method li .shipping_method {
	opacity: 0;
	display: block;
}

.woocommerce-checkout ul#shipping_method li .shipping_method:checked + label:before {
	content: "\5c";
	color: #2b2b2b;
}

.woocommerce-checkout ul#shipping_method li label {
	display: block;
	text-transform: inherit;
	position: relative;
	line-height: 1;
	font-size: 14px;
	padding-left: 25px;
	cursor: pointer;
	color: #2b2b2b;
	font-weight: 400;
}

.woocommerce-checkout ul#shipping_method li label span.amount {
	float: right;
	color: #888;
}

.woocommerce-checkout ul#shipping_method li label:before {
	content: "\5b";
	font-family: ElegantIcons;
	font-size: 16px;
	position: absolute;
	top: -2px;
	left: 0;
	transition: 0.5s;
	color: #000;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
	color: #2b2b2b;
	border-radius: 3px;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #f8f8f8;
	height: 50px;
	line-height: 50px;
	border: 0;
	outline: 0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single:focus {
	border: 0;
	outline: 0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding: 0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 15px;
	font-size: 18px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow:after {
	content: '\33';
	font-family: ElegantIcons;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.woocommerce ul.order_details {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0 0 3em;
	list-style: none;
}

.woocommerce ul.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: 0.715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.woocommerce ul.order_details li strong {
	display: block;
	font-size: 14px;
	text-transform: none;
	line-height: 1.5;
	font-weight: 500;
	color: #2b2b2b;
}

.woocommerce ul.order_details li:last-of-type {
	border: none;
}

.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px;
}

.woocommerce table.order_details {
	border: none;
}

.woocommerce table.order_details th.product-name,
.woocommerce table.order_details th.product-total {
	background-color: #f8f8f8;
	color: #000;
}

.woocommerce table.order_details th,
.woocommerce table.order_details td {
	border-width: 0 0 1px 0;
	border-color: #eaeaea;
	padding: 15px 10px 15px 40px;
}

.woocommerce table.order_details tfoot th {
	font-weight: 600;
	color: #2b2b2b;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		padding-right: 15px;
	}
	.col2-set .form-row-last {
		float: right;
		padding-left: 15px;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 50%;
	}
	.col2-set .form-row-wide {
		clear: both;
	}
}

/**
 * My Account
 */
.woocommerce-account .customer-login .wp-social-login-widget {
	margin-top: 50px;
}

.woocommerce-account .customer-login .meditex-tabs {
	max-width: 450px;
	margin: 0 auto;
}

.woocommerce-account .customer-login .tabs-nav {
	text-align: center;
	margin-bottom: 60px;
}

.woocommerce-account .customer-login .tabs-nav li {
	float: none;
	display: inline-block;
}

.woocommerce-account .customer-login .tabs-nav a {
	font-size: 24px;
	padding: 0 22px;
	font-weight: 700;
	color: #cccccc;
}

.woocommerce-account .customer-login .tabs-nav a.active {
	color: #2b2b2b;
}

.woocommerce-account .customer-login .tabs-panel form {
	margin: 0;
	padding: 0;
	border: none;
	min-height: 300px;
}

.woocommerce-account .customer-login .tabs-panel h2 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 25px;
}

.woocommerce-account .customer-login .form-row {
	margin-top: 0;
	margin-bottom: 20px;
}

.woocommerce-account .customer-login .form-row .input-text {
	padding: 10px 20px;
	text-align: left;
	width: 100%;
}

.woocommerce-account .customer-login .woocommerce-Button {
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #568701;
	color: #fff;
	font-weight: 800;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-radius: 3px;
	outline: 0;
	border: 0;
	width: 100%;
}

.woocommerce-account .customer-login .woocommerce-Button:hover, .woocommerce-account .customer-login .woocommerce-Button:focus, .woocommerce-account .customer-login .woocommerce-Button:active, .woocommerce-account .customer-login .woocommerce-Button:visited, .woocommerce-account .customer-login .woocommerce-Button:active:hover, .woocommerce-account .customer-login .woocommerce-Button:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #568701;
}

.woocommerce-account .customer-login .woocommerce-LostPassword {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}

.woocommerce-account .customer-login .woocommerce-LostPassword a {
	color: #666;
}

.woocommerce-account .customer-login .woocommerce-LostPassword a:hover {
	color: #2b2b2b;
}

.woocommerce-account .customer-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	opacity: 0;
	line-height: 1;
	height: inherit;
	display: none;
}

.woocommerce-account .customer-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span:before {
	opacity: 1;
}

.woocommerce-account .customer-login .woocommerce-form__label-for-checkbox span {
	display: inline-block;
	text-transform: inherit;
	position: relative;
	line-height: 1;
	font-size: 16px;
	cursor: pointer;
	padding: 0 0 0 30px;
	font-weight: 400;
}

.woocommerce-account .customer-login .woocommerce-form__label-for-checkbox span:after {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #f4f5f7;
	position: absolute;
	top: -2;
	left: 0;
}

.woocommerce-account .customer-login .woocommerce-form__label-for-checkbox span:before {
	font-family: ElegantIcons;
	content: "\4e";
	font-size: 12px;
	position: absolute;
	top: 2px;
	left: 4px;
	transition: 0.5s;
	color: #568701;
	opacity: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	text-align: center;
	line-height: 1;
	margin-bottom: 80px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	list-style: none;
	padding-left: 27px;
	padding-right: 27px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: #888;
	transition: 0.5s;
	font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: #2b2b2b;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #2b2b2b;
	font-size: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content .myaccount-sidebar {
	padding-right: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .myaccount-sidebar ul {
	padding: 55px 15px;
	margin: 0;
	text-align: center;
	background-color: #f8f8f8;
}

.woocommerce-account .woocommerce-MyAccount-content .myaccount-sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	line-height: 1;
	color: #2b2b2b;
	font-weight: 400;
}

.woocommerce-account .woocommerce-MyAccount-content .myaccount-sidebar ul li img {
	border-radius: 50%;
}

.woocommerce-account .woocommerce-MyAccount-content .myaccount-sidebar ul li .m-title {
	padding-top: 15px;
	padding-bottom: 40px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 35px;
	color: #2b2b2b;
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content .myaccount-sidebar ul li span {
	color: #888;
	padding-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content .myaccount-sidebar ul li .m-button {
	margin-top: 30px;
	display: inline-block;
	color: #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	position: relative;
}

.woocommerce-account .woocommerce-MyAccount-content .myaccount-content {
	padding-left: 70px;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses {
	margin: 0 -15px;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses .col-1,
.woocommerce-account .woocommerce-MyAccount-content .addresses .col-2 {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses:after {
	display: block;
	clear: both;
	content: "";
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
	font-size: 20px;
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content .orders-title,
.woocommerce-account .woocommerce-MyAccount-content .billing-title {
	margin: 0;
	line-height: 1;
	font-size: 20px;
	text-transform: capitalize;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
	margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead {
	line-height: 1;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead th span {
	color: #000;
	display: block;
	font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .order-date,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .woocommerce-orders-table__cell-order-date {
	color: #999;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .order-status,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .woocommerce-orders-table__cell-order-status {
	color: #3399cc;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .button {
	color: #2b2b2b;
	border-bottom: 1px solid;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination {
	margin-bottom: 80px;
}

.woocommerce-account .woocommerce-MyAccount-content .billing-title {
	margin-bottom: 35px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
	line-height: 1.6;
	color: #999;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
	font-size: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table.order_details th, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table.order_details td {
	padding: 10px 15px 10px 25px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table.order_details td.product-name {
	padding-left: 50px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
	font-size: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
	padding: 0;
	border: 0;
	border-radius: 0;
	color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address p {
	color: #000;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .edit-address,
.woocommerce-edit-address .woocommerce-MyAccount-content h3,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-address,
.woocommerce-edit-account .woocommerce-MyAccount-content h3 {
	text-align: center;
	font-size: 20px;
	color: #2b2b2b;
	text-transform: capitalize;
	padding-bottom: 15px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	line-height: 1;
	width: 100%;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title h3,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
	text-align: left;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account {
	max-width: 630px;
	margin: auto;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields p,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .input-text,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account p,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account .input-text,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields p,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .input-text,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account p,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account .input-text {
	text-align: center;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields fieldset,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account fieldset,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields fieldset,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account fieldset {
	padding: 0;
	border: none;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields label,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account label,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields label,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account label {
	display: block;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account .form-row .input-text,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account .form-row .input-text {
	width: 100%;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .required,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account .required,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .required,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account .required {
	text-decoration: none;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account .button,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account .button {
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #568701;
	color: #fff;
	font-weight: 800;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-radius: 3px;
	outline: 0;
	border: 0;
	width: 100%;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover, .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .button:focus, .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .button:active, .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .button:visited, .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .button:active:hover, .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .button:active:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account .button:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account .button:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account .button:active,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account .button:visited,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account .button:active:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content .edit-account .button:active:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .button:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .button:active,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .button:visited,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .button:active:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-address-fields .button:active:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account .button:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account .button:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account .button:active,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account .button:visited,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account .button:active:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content .edit-account .button:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #568701;
}

.woocommerce-lost-password form.lost_reset_password {
	text-align: center;
	max-width: 630px;
	margin: 0 auto;
}

.woocommerce-lost-password form.lost_reset_password .form-row label {
	color: #2b2b2b;
}

.woocommerce-lost-password form.lost_reset_password .form-row .input-text {
	padding: 10px 20px;
	text-align: left;
	width: 100%;
}

.woocommerce-lost-password form.lost_reset_password .form-row .woocommerce-Button {
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #568701;
	color: #fff;
	font-weight: 800;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-radius: 3px;
	outline: 0;
	border: 0;
	width: 100%;
}

.woocommerce-lost-password form.lost_reset_password .form-row .woocommerce-Button:hover, .woocommerce-lost-password form.lost_reset_password .form-row .woocommerce-Button:focus, .woocommerce-lost-password form.lost_reset_password .form-row .woocommerce-Button:active, .woocommerce-lost-password form.lost_reset_password .form-row .woocommerce-Button:visited, .woocommerce-lost-password form.lost_reset_password .form-row .woocommerce-Button:active:hover, .woocommerce-lost-password form.lost_reset_password .form-row .woocommerce-Button:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #568701;
}

/**
 * Cart
 */
.woocommerce-cart-form .woocommerce-cart-form__contents {
	margin-bottom: 70px;
}

.woocommerce-cart-form .coupon {
	margin-bottom: -100%;
}

.woocommerce-cart-form .coupon label {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #2b2b2b;
	position: relative;
	margin-bottom: 30px;
}

.woocommerce-cart-form .coupon .input-text {
	width: 100%;
	margin-bottom: 20px;
	height: 46px;
	line-height: 46px;
}

.woocommerce-cart-form .coupon .coupon-field p {
	margin: 0 0 10px;
}

.woocommerce-cart-form .coupon .button {
	font-size: 14px;
	font-weight: 800;
	padding: 0 30px;
	height: 46px;
	line-height: 46px;
	text-transform: uppercase;
	border-radius: 3px;
	border: 0;
	color: #2b2b2b;
	background-color: #f8f8f8;
}

.woocommerce-cart-form .coupon .button:hover, .woocommerce-cart-form .coupon .button:focus, .woocommerce-cart-form .coupon .button:active, .woocommerce-cart-form .coupon .button:active:hover, .woocommerce-cart-form .coupon .button:active:focus {
	outline: 0;
	border: 0;
	color: #2b2b2b;
	background-color: #f8f8f8;
}

.cart-collaterals .woocommerce-shipping-calculator > p {
	margin: 0;
}

.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #2b2b2b;
	position: relative;
	margin-bottom: 30px;
}

.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
	display: block !important;
	height: auto !important;
}

.cart-collaterals .woocommerce-shipping-calculator .input-text {
	width: 100%;
	height: 46px;
	line-height: 46px;
}

.cart-collaterals .woocommerce-shipping-calculator .form-row {
	margin: 0 0 20px;
}

.cart-collaterals .button {
	font-size: 14px;
	font-weight: 800;
	padding: 0 30px;
	height: 46px;
	line-height: 46px;
	text-transform: uppercase;
	border-radius: 3px;
	border: 0;
	color: #2b2b2b;
	background-color: #f8f8f8;
}

.cart-collaterals .button:hover, .cart-collaterals .button:focus, .cart-collaterals .button:active, .cart-collaterals .button:active:hover, .cart-collaterals .button:active:focus {
	outline: 0;
	border: 0;
	color: #2b2b2b;
	background-color: #f8f8f8;
}

.cart-collaterals .cart_totals > h2 {
	display: none;
}

.cart-collaterals .cart_totals table.shop_table {
	border: 0;
	background-color: #f8f8f8;
	border-radius: 3px;
	font-size: 16px;
	box-sizing: border-box;
	border-collapse: separate;
	padding: 22px 40px;
	margin-bottom: 30px;
}

.cart-collaterals .cart_totals table.shop_table th {
	background-color: transparent;
	color: #2b2b2b;
	padding: 20px 0;
	margin-left: 30px;
	border-color: #eaeaea;
	border-width: 0 0 1px 0;
	text-transform: none;
	font-size: 20px;
	font-weight: 700;
}

.cart-collaterals .cart_totals table.shop_table td {
	text-align: right;
	border-top: none;
	padding: 20px 0;
	border-color: #eaeaea;
	border-width: 0 0 1px 0;
}

.cart-collaterals .cart_totals table.shop_table td p {
	margin-bottom: 5px;
}

.cart-collaterals .cart_totals table.shop_table .shipping h3 {
	color: #2b2b2b;
	margin-top: 0;
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: 700;
}

.cart-collaterals .cart_totals table.shop_table .shipping td {
	text-align: left;
}

.cart-collaterals .cart_totals table.shop_table .shipping ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cart-collaterals .cart_totals table.shop_table .shipping ul li {
	margin-bottom: 7px;
}

.cart-collaterals .cart_totals table.shop_table .shipping ul li .woocommerce-Price-amount {
	float: right;
	font-size: 16px;
	color: #888;
	font-weight: 400;
}

.cart-collaterals .cart_totals table.shop_table .shipping ul li input {
	opacity: 0;
	display: none;
}

.cart-collaterals .cart_totals table.shop_table .shipping ul li input:checked + label {
	color: #2b2b2b;
}

.cart-collaterals .cart_totals table.shop_table .shipping ul li input:checked + label:before {
	content: "\5c";
}

.cart-collaterals .cart_totals table.shop_table .shipping ul li input:checked + label .woocommerce-Price-amount {
	color: #888;
}

.cart-collaterals .cart_totals table.shop_table .shipping ul li label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

.cart-collaterals .cart_totals table.shop_table .shipping ul li label:before {
	font-family: "ElegantIcons";
	content: "\5b";
	font-size: 16px;
	position: absolute;
	top: -2px;
	left: 0;
	transition: .5s;
	display: block;
}

.cart-collaterals .cart_totals table.shop_table .shipping .woocommerce-shipping-destination {
	margin-top: 20px;
}

.cart-collaterals .cart_totals table.shop_table .shipping .woocommerce-shipping-destination strong {
	color: #2b2b2b;
}

.cart-collaterals .cart_totals table.shop_table .cart-subtotal .woocommerce-Price-amount,
.cart-collaterals .cart_totals table.shop_table .order-total .woocommerce-Price-amount {
	color: #568701;
	font-size: 24px;
	font-weight: 700;
}

.cart-collaterals .cart_totals table.shop_table .cart-subtotal th,
.cart-collaterals .cart_totals table.shop_table .order-total th {
	font-size: 20px;
}

.cart-collaterals .cart_totals table.shop_table .order-total th,
.cart-collaterals .cart_totals table.shop_table .order-total td {
	border-bottom: none;
}

.cart-collaterals .checkout-button {
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #568701;
	color: #fff;
	font-weight: 800;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-radius: 3px;
	outline: 0;
	border: 0;
	display: block;
}

.cart-collaterals .checkout-button:hover, .cart-collaterals .checkout-button:focus, .cart-collaterals .checkout-button:active, .cart-collaterals .checkout-button:visited, .cart-collaterals .checkout-button:active:hover, .cart-collaterals .checkout-button:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #568701;
}

.cart-collaterals .select2-container--default .select2-selection--single {
	color: #2b2b2b;
	border-radius: 3px;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #f8f8f8;
	height: 46px;
	line-height: 46px;
	border: 0;
	outline: 0;
}

.cart-collaterals .select2-container--default .select2-selection--single:focus {
	border: 0;
	outline: 0;
}

.cart-collaterals .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
	padding: 0;
}

.cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 15px;
	font-size: 18px;
}

.cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow:after {
	content: '\33';
	font-family: ElegantIcons;
}

.cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.woocommerce-cart .entry-footer {
	display: none;
}

/**
 * General WooCommerce components
 */
/**
 * Shop Toolbar
 */
.shop-toolbar {
	margin-bottom: 30px;
}

.shop-toolbar .row-flex {
	align-items: center;
}

.shop-toolbar .woocommerce-result-count {
	font-size: 18px;
	color: #2b2b2b;
	margin: 0;
	font-weight: 700;
}

.shop-toolbar .shop-toolbar__element {
	margin-bottom: 30px;
}

.shop-toolbar .shop-toolbar__element:last-child {
	text-align: right;
}

.shop-toolbar .woocommerce-ordering {
	display: inline-block;
	position: relative;
}

.shop-toolbar .woocommerce-ordering:after {
	content: '\33';
	font-family: ElegantIcons;
	font-size: 18px;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.shop-toolbar .woocommerce-ordering select {
	border: 0;
	background-color: #f8f8f8;
	border-radius: 5px;
	height: 50px;
	padding: 0 25px;
	width: 270px;
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
	appearance: none;
	cursor: pointer;
}

.shop-toolbar .woocommerce-ordering select:focus {
	outline: 0;
}

.woocommerce-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-pagination ul .page-numbers {
	display: block;
	color: #2b2b2b;
	font-weight: 700;
	margin: 0 10px;
	position: relative;
}

.woocommerce-pagination ul .page-numbers:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: transparent;
	transition: 0.5s;
	position: absolute;
	left: 0;
	bottom: 0;
}

.woocommerce-pagination ul .page-numbers:hover, .woocommerce-pagination ul .page-numbers.current {
	color: #568701;
}

.woocommerce-pagination ul .page-numbers:hover:after, .woocommerce-pagination ul .page-numbers.current:after {
	background-color: #568701;
}

.woocommerce-pagination ul .page-numbers.next, .woocommerce-pagination ul .page-numbers.prev {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	background-color: #ccc;
}

.woocommerce-pagination ul .page-numbers.next:after, .woocommerce-pagination ul .page-numbers.prev:after {
	display: none;
}

.woocommerce-pagination ul .page-numbers.next:hover, .woocommerce-pagination ul .page-numbers.prev:hover {
	color: #fff;
	background-color: #568701;
}

.woocommerce-pagination ul .page-numbers.next {
	margin-left: 20px;
}

.woocommerce-pagination ul .page-numbers.prev {
	margin-right: 20px;
}

.woocommerce .ribbons .ribbon {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	display: block;
	margin: 0;
	position: absolute;
	background-color: #93be2b;
	z-index: 1;
	top: 20px;
	left: 20px;
	height: 30px;
	line-height: 31px;
	padding: 0 10px;
	border-radius: 3px;
	min-width: inherit;
	min-height: inherit;
	text-transform: uppercase;
}

.woocommerce .ribbons .ribbon.onsale {
	background-color: #f32662;
}

.woocommerce .ribbons .ribbon.featured {
	background-color: #ff8c46;
}

.woocommerce .ribbons .ribbon.out-of-stock {
	background-color: #000000;
}

.return-to-shop .button {
	font-size: 14px;
	font-weight: 800;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	border-radius: 3px;
	border: 0;
	outline: 0;
	color: #2b2b2b;
	background-color: #f8f8f8;
	text-align: center;
	display: inline-block;
}

.return-to-shop .button:hover, .return-to-shop .button:focus, .return-to-shop .button:active, .return-to-shop .button:visited, .return-to-shop .button:active:hover, .return-to-shop .button:active:focus {
	outline: 0;
	border: 0;
	color: #2b2b2b;
	background-color: #f8f8f8;
}

/**
 * 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: 12px;
	width: 5.1em;
	font-family: ElegantIcons;
	font-weight: 400;
}

.star-rating:before {
	content: "\e033\e033\e033\e033\e033";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: #b6b6b6;
}

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

.star-rating span:before {
	content: "\e033\e033\e033\e033\e033";
	top: 0;
	position: absolute;
	left: 0;
	color: #fdc415;
}

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: ElegantIcons;
	content: "\e033";
	color: #b6b6b6;
	text-indent: 0;
}

p.stars a:hover ~ a:before {
	content: "\e033";
	color: #b6b6b6;
}

p.stars:hover a:before {
	content: "\e033";
	color: #dcb14a;
}

p.stars.selected a.active:before {
	content: "\e033";
	color: #dcb14a;
}

p.stars.selected a.active ~ a:before {
	content: "\e033";
	color: #b6b6b6;
}

p.stars.selected a:not(.active):before {
	content: "\e033";
	color: #dcb14a;
}

/**
 * Tabs
 */
.woocommerce-tabs {
	clear: both;
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0 0 50px 0;
	padding: 0 50px;
	text-align: left;
	background-color: #f8f8f8;
}

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

.woocommerce-tabs ul.tabs li:first-child {
	padding-left: 0;
}

.woocommerce-tabs ul.tabs li:last-child {
	padding-right: 0;
}

.woocommerce-tabs ul.tabs li a {
	font-size: 20px;
	color: #2b2b2b;
	font-weight: 700;
	padding: 15px 0;
	display: block;
}

.woocommerce-tabs ul.tabs li:hover a, .woocommerce-tabs ul.tabs li.active a {
	color: #568701;
}

.woocommerce-tabs ul.tabs li.reviews_tab .count {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	top: -10px;
	left: -2px;
}

.woocommerce-tabs .panel {
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 50px;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin: 0 0 30px 0;
	line-height: 1;
	font-size: 30px;
}

.woocommerce-tabs .comments-title,
.woocommerce-tabs .comment-reply-title {
	font-weight: 700;
}

.woocommerce-tabs .comment-respond {
	padding-bottom: 40px;
	margin-top: 70px;
}

.woocommerce-tabs .woocommerce-noreviews {
	margin: 0;
}

.woocommerce-tabs ol.commentlist img.avatar {
	width: 70px;
	border: none;
	padding: 0;
	background-color: transparent;
	float: left;
}

.woocommerce-tabs ol.commentlist .comment-text {
	margin: 0 0 0 100px;
	border-radius: 0;
	padding: 0;
	border: none;
}

.woocommerce-tabs ol.commentlist .comment-text .star-rating {
	float: none;
	margin-bottom: 5px;
}

.woocommerce-tabs ol.commentlist .comment-text p {
	margin: 0 0 1em;
}

.woocommerce-tabs ol.commentlist .comment-text p.meta {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.woocommerce-tabs ol.commentlist .comment-text p.meta strong {
	font-weight: 600;
	color: #222;
	font-size: 16px;
}

/**
 * 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 {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #f2f2f2;
	padding: 20px 30px;
	border-radius: 3px;
	clear: both;
	margin-bottom: 30px;
	font-weight: 600;
}

.woocommerce-message:before, .woocommerce-message:after,
.woocommerce-info:before,
.woocommerce-info:after,
.woocommerce-error:before,
.woocommerce-error:after,
.woocommerce-noreviews:before,
.woocommerce-noreviews:after,
p.no-comments:before,
p.no-comments:after {
	content: '';
	display: table;
}

.woocommerce-message:after,
.woocommerce-info:after,
.woocommerce-error:after,
.woocommerce-noreviews:after,
p.no-comments:after {
	clear: both;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
	float: right;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: #568701;
	border-radius: 3px;
	white-space: nowrap;
	height: 46px;
	line-height: 46px;
	min-width: 150px;
	font-weight: 800;
	border: 0;
	display: block;
}

.woocommerce-message .button:focus,
.woocommerce-info .button:focus,
.woocommerce-error .button:focus,
.woocommerce-noreviews .button:focus,
p.no-comments .button:focus {
	outline: 0;
	border: 0;
}

.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 .quantity {
	width: 120px;
	float: none;
	margin-right: 20px;
	background-color: #f8f8f8;
}

.woocommerce .quantity .qty-box {
	border: 0;
	position: relative;
	border-radius: 3px;
}

.woocommerce .quantity .qty {
	border-width: 0;
	width: 100%;
	padding: 12px 0;
	line-height: 1;
	-moz-appearance: textfield;
	appearance: none;
	-webkit-appearance: none;
	text-align: center;
	font-weight: 700;
	color: #2b2b2b;
	display: inline-block;
	background-color: transparent;
	height: 46px;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.woocommerce .quantity .qty:focus {
	outline: 0;
}

.woocommerce .quantity .decrease,
.woocommerce .quantity .increase {
	font-size: 18px;
	cursor: pointer;
	color: #888888;
	transition: 0.5s;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
}

.woocommerce .quantity .decrease:hover,
.woocommerce .quantity .increase:hover {
	color: #2b2b2b;
}

.woocommerce .quantity .increase {
	right: 18px;
	left: auto;
}

.woocommerce .blockUI.blockOverlay {
	background-color: rgba(255, 255, 255, 0.7) !important;
	opacity: 1 !important;
	background-image: none !important;
}

.woocommerce .blockUI.blockOverlay:after {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: none;
	z-index: 999;
	color: transparent !important;
	font-size: 0;
	border-width: 1px;
	border-color: #568701 #568701 #568701 transparent;
	-webkit-border-radius: 50%;
	border-style: solid;
	-webkit-animation: sp-spin-fast 2s linear infinite;
	animation: sp-spin-fast 2s linear infinite;
	content: "";
	width: 30px;
	height: 30px;
	font-weight: 400;
}

.woocommerce .blockUI.blockOverlay:before {
	display: none;
}

.woocommerce .comment-form-rating {
	margin-bottom: 30px;
}

.woocommerce .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce .comment-form p {
	margin-bottom: 20px;
}

.woocommerce .comment-form label {
	color: #2b2b2b;
	display: inline-block;
	margin-bottom: 5px;
}

.woocommerce .comment-form .comment-form-author,
.woocommerce .comment-form .comment-form-email {
	width: 50%;
	float: left;
}

.woocommerce .comment-form .comment-form-author {
	padding-right: 15px;
}

.woocommerce .comment-form .comment-form-email {
	padding-left: 15px;
}

.woocommerce .comment-form .form-submit {
	margin-bottom: 0;
	padding-top: 10px;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.meditex-tabs .tabs-nav {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

.meditex-tabs .tabs-nav li {
	float: left;
}

.meditex-tabs .tabs-nav a {
	display: block;
}

.meditex-tabs .tabs-content {
	position: relative;
}

.meditex-tabs .tabs-panel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	opacity: 0;
	transition: opacity 0.2s ease;
	transform: translateY(10px);
}

.meditex-tabs .tabs-panel.active {
	position: relative;
	z-index: 2;
	opacity: 1;
	top: 0;
	transform: translateY(0);
	transition: all 0.2s ease;
	transition-delay: 0.1s;
}

.woocommerce-privacy-policy-text a {
	color: #568701;
	font-weight: 600;
}

/**
 * WooCommerce widgets
 */
.catalog-sidebar .widget-title {
	margin-bottom: 38px;
}

.catalog-sidebar .widget {
	margin-bottom: 55px;
}

.catalog-sidebar .widget-container {
	max-width: 230px;
}

.content-sidebar .catalog-sidebar .widget-container {
	float: right;
}

ul.product_list_widget li {
	padding: 0;
	margin-bottom: 30px;
}

ul.product_list_widget li:before, ul.product_list_widget li:after {
	content: "";
	display: table;
	table-layout: fixed;
}

ul.product_list_widget li:after {
	clear: both;
}

ul.product_list_widget li:last-child {
	margin-bottom: 0;
}

ul.product_list_widget img {
	width: 90px;
	float: left;
	margin-right: 20px;
}

ul.product_list_widget .product-title {
	color: #2b2b2b;
	font-weight: 600;
	display: block;
}

ul.product_list_widget .amount {
	color: #568701;
}

ul.product_list_widget del {
	font-size: 14px;
}

ul.product_list_widget ins {
	background-color: transparent;
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .widget-title {
	margin-bottom: 45px;
}

.widget_price_filter .price_slider {
	margin-bottom: 34px;
}

.widget_price_filter .price_slider_amount {
	text-align: left;
	display: flex;
	align-items: center;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
	margin-right: 10px;
}

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

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	cursor: ew-resize;
	outline: none;
	background: #568701;
	box-sizing: border-box;
	margin-top: -7px;
	opacity: 1;
	margin-left: -2px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -21px;
}

.widget_price_filter .ui-slider .ui-slider-handle:focus {
	outline: none;
}

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

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #f1f1f1;
	border-radius: 3px;
}

.widget_price_filter .ui-slider-horizontal {
	height: 8px;
}

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

.widget_product_search .woocommerce-product-search {
	position: relative;
}

.widget_product_search .woocommerce-product-search:after {
	content: '\e922';
	font-family: Linearicons;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 1;
}

.widget_product_search .search-field {
	outline: 0;
	border: 0;
	height: 50px;
	background-color: #f8f8f8;
	padding-left: 20px;
	padding-right: 50px;
	width: 100%;
}

.widget_product_search .search-field::placeholder {
	font-size: 14px;
	color: #adadad;
}

.widget_product_search .search-field:focus {
	outline: 0;
}

.widget_product_search input[type="submit"],
.widget_product_search button {
	width: 50px;
	height: 50px;
	background-color: transparent;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}

.widget_product_categories ul li {
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	position: relative;
}

.widget_product_categories ul li span {
	transition: 0.5s;
}

.widget_product_categories ul li:before {
	content: '\45';
	font-family: ElegantIcons;
	color: #767676;
	position: absolute;
	left: -5px;
	top: 5px;
	transition: 0.5s;
}

.widget_product_categories ul li a {
	color: #888;
	display: block;
}

.widget_product_categories ul li:hover span, .widget_product_categories ul li:hover a, .widget_product_categories ul li:hover:before {
	color: #568701;
}