/*
Theme Name: felos

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.main-color {
	color: #eba800;
}

.btn-primary {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #eba800;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited, .btn-primary:active:hover, .btn-primary:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #eba800;
}

.btn-secondary {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #0a2c4e;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:active:hover, .btn-secondary:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #0a2c4e;
}

@keyframes sp-spin-fast {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		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 tbody th {
	display: none;
}

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

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

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

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: #161619;
	font-weight: 600;
	text-transform: capitalize;
}

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

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

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

table.woocommerce-cart-form__contents.shop_table thead {
	color: #fff;
}

table.woocommerce-cart-form__contents.shop_table tbody tr:nth-child(even) {
	background-color: #f8f8f8;
}

table.woocommerce-cart-form__contents.shop_table tbody tr:last-child {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

table.woocommerce-cart-form__contents.shop_table tr th {
	background-color: #0a2c4e;
	border-right: none;
	border: 0;
	text-align: left;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 9px;
}

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

table.woocommerce-cart-form__contents.shop_table tr td {
	border-right: none;
	border: 0;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}

table.woocommerce-cart-form__contents.shop_table tr td.product-name {
	padding-left: 20px;
	display: flex;
	align-items: center;
}

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

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

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

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

table.woocommerce-cart-form__contents .product-meta .product-url {
	color: #000;
	font-weight: 500;
}

table.woocommerce-cart-form__contents .product-meta .product-url:hover {
	color: #eba800;
}

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

table.woocommerce-cart-form__contents .cart-actions .btn-shop {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #0a2c4e;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
	margin-right: 13px;
}

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: #0a2c4e;
}

table.woocommerce-cart-form__contents .cart-actions .btn-update {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #eba800;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
}

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 {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #eba800;
}

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

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

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

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

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

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-category__title {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 6px 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: #000;
}

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

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

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

ul.products li.product .actions-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	z-index: 4;
}

ul.products li.product .actions-button .button,
ul.products li.product .actions-button .added_to_cart {
	width: 55px;
	height: 55px;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 32px;
	color: #eba800;
	transition: 0.5s;
	opacity: 0;
	display: block;
}

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

ul.products li.product .actions-button .button.loading {
	position: relative;
}

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

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

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

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

ul.products li.product .actions-button .added_to_cart {
	overflow: hidden;
}

ul.products li.product .actions-button .added_to_cart:before {
	font-family: icomoon;
	content: "\f036";
	font-size: 22px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	display: block;
}

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

ul.products li.product .woocommerce-loop-product__link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0a2c4e;
	opacity: 0;
	transition: 0.5s;
	z-index: 2;
}

ul.products li.product .product-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.products li.product .star-rating {
	font-size: 10px;
}

ul.products li.product .price {
	font-size: 14px;
	color: #727272;
	margin: 0;
	font-weight: 500;
}

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

ul.products li.product .price del {
	margin-right: 5px;
}

ul.products li.product .product-inner:hover .woocommerce-loop-product__link:before {
	opacity: 0.94;
}

ul.products li.product .product-inner:hover .actions-button .button,
ul.products li.product .product-inner:hover .actions-button .added_to_cart {
	opacity: 1;
}

.shop-toolbar {
	margin-bottom: 40px;
}

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

.shop-toolbar .woocommerce-result-count {
	color: #000;
	font-size: 16px;
	margin: 0;
}

.shop-toolbar .shop-toolbar__ordering {
	text-align: right;
}

.shop-toolbar .woocommerce-ordering {
	color: #000;
	margin: 0;
	font-weight: 600;
	font-size: 16px;
}

.shop-toolbar .woocommerce-ordering li {
	list-style: none;
	margin-bottom: 0;
}

.shop-toolbar .woocommerce-ordering > li {
	display: inline-block;
	position: relative;
	color: #727272;
}

.shop-toolbar .woocommerce-ordering > li.current {
	color: #000;
}

.shop-toolbar .woocommerce-ordering .current {
	min-width: 135px;
	display: inline-block;
	cursor: pointer;
	padding-right: 50px;
	text-align: left;
	color: #000;
}

.shop-toolbar .woocommerce-ordering .current span.sort-by {
	color: #727272;
	display: inline-block;
	padding-left: 12px;
	font-weight: 400;
}

.shop-toolbar .woocommerce-ordering .current:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '\f0d7';
	color: #000;
	font-weight: 400;
	font-family: FontAweSome;
	line-height: 1;
}

.shop-toolbar .woocommerce-ordering li > ul {
	min-width: 200px;
	margin: 0;
	position: absolute;
	top: calc(100% + 15px);
	right: 0;
	transition: top 0.5s;
	border: 1px solid #ededed;
	background-color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	color: #727272;
	transform: scale(0);
	z-index: -999;
	width: 100%;
}

.shop-toolbar .woocommerce-ordering li > ul li {
	padding: 5px 0;
	line-height: 1.4;
}

.shop-toolbar .woocommerce-ordering li > ul li a {
	color: #727272;
	white-space: nowrap;
	font-weight: 400;
}

.shop-toolbar .woocommerce-ordering li > ul li a.active, .shop-toolbar .woocommerce-ordering li > ul li a:hover {
	color: #000;
}

.shop-toolbar .woocommerce-ordering li.current:hover > ul {
	top: 100%;
	transform: scale(1);
	z-index: 5;
}

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

.woocommerce-pagination li {
	padding: 0 5px;
}

.woocommerce-pagination li .page-numbers {
	width: 43px;
	height: 43px;
	line-height: 43px;
	transition: 0.5s;
	text-align: center;
	border-radius: 50%;
	display: block;
	color: #727272;
}

.woocommerce-pagination li .page-numbers:hover, .woocommerce-pagination li .page-numbers.current {
	background-color: #eba800;
	color: #fff;
}

.woocommerce-pagination li .next,
.woocommerce-pagination li .prev {
	font-weight: 500;
	width: auto;
}

.woocommerce-pagination li .next:hover, .woocommerce-pagination li .next.current,
.woocommerce-pagination li .prev:hover,
.woocommerce-pagination li .prev.current {
	background-color: transparent;
	color: #727272;
}

.woocommerce-pagination li .next {
	margin-left: 20px;
}

.woocommerce-pagination li .prev {
	margin-right: 20px;
}

@media screen and (min-width: 1200px) {
	ul.products li.product {
		width: 25%;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products.columns-1 li.product {
		float: none;
		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 .site-content {
	padding-top: 0;
}

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

.single-product div.product .product-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f7f7f7;
	position: relative;
}

.single-product div.product .product-wrapper .extra-block {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #f7f7f7;
}

.single-product div.product .felos-product-detail {
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 5px 9px 30px 0 rgba(0, 0, 0, 0.03);
	border: 1px solid #ededed;
	padding: 60px 0;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	width: 50%;
	padding-right: 15px;
	margin: 0;
	padding-left: 100px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav {
	padding: 0;
	opacity: 0;
	list-style: none;
	margin: 30px -5px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav li {
	float: left;
	width: 25%;
	padding: 0 5px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav li img {
	cursor: pointer;
	opacity: 0.6;
	transition: 0.5s;
}

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

.single-product div.product .woocommerce-product-gallery .flex-control-nav.no-slick, .single-product div.product .woocommerce-product-gallery .flex-control-nav.slick-initialized {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav.no-slick:before, .single-product div.product .woocommerce-product-gallery .flex-control-nav.no-slick:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav.no-slick:after {
	clear: both;
}

.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 .entry-summary {
	width: 50%;
	padding: 30px 15px;
	text-align: center;
}

.single-product div.product .product_title {
	font-size: 24px;
	font-weight: 600;
	margin: -5px 0 18px;
	line-height: 1.2;
}

.single-product div.product .woocommerce-product-rating {
	display: flex;
	justify-content: center;
}

.single-product div.product .woocommerce-product-rating .star-rating {
	font-size: 12px;
}

.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
	display: none;
}

.single-product div.product .price {
	color: #000;
	font-size: 21px;
	line-height: 1;
	margin-top: 14px;
	margin-bottom: 30px;
	font-weight: 500;
}

.single-product div.product .price ins {
	color: #df0303;
	background-color: transparent;
}

.single-product div.product .price del {
	color: #727272;
}

.single-product div.product .stock {
	font-size: 16px;
	font-weight: 500;
	color: #3bc604;
	margin: 0 0 40px;
}

.single-product div.product .stock.out-of-stock {
	color: #df0303;
}

.single-product div.product .stock label {
	color: #000;
	margin-right: 5px;
}

.single-product div.product .woocommerce-product-details__short-description {
	margin-bottom: 30px;
}

.single-product div.product .woocommerce-product-details__short-description p {
	margin: 0;
}

.single-product div.product .product_meta {
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	color: #8f8f8f;
	font-weight: 500;
}

.single-product div.product .product_meta a {
	color: #8f8f8f;
	border-bottom: 1px solid transparent;
	display: inline-block;
	line-height: 1;
}

.single-product div.product .product_meta a:hover {
	border-color: #8f8f8f;
}

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

.single-product div.product .product_socials {
	margin-top: 15px;
}

.single-product div.product .product_socials ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.single-product div.product .product_socials ul li {
	list-style: none;
	padding: 0 9px;
}

.single-product div.product .product_socials ul li a {
	color: #8f8f8f;
	font-size: 14px;
}

.single-product div.product .product_socials ul li a:hover {
	color: #eba800;
}

.single-product div.product .product_socials ul li span.title {
	display: none;
}

.single-product div.product .woocommerce-grouped-product-list .product {
	width: 100%;
}

.single-product div.product .single-button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-product div.product form.cart .button {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #eba800;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
	white-space: nowrap;
	height: 45px;
	line-height: 45px;
	min-width: 165px;
}

.single-product div.product form.cart .button:hover, .single-product div.product form.cart .button:focus, .single-product div.product form.cart .button:active, .single-product div.product form.cart .button:visited, .single-product div.product form.cart .button:active:hover, .single-product div.product form.cart .button:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #eba800;
}

.single-product div.product form.cart .button.loading {
	position: relative;
	opacity: 0.25;
}

.single-product div.product form.cart .button.loading:after {
	border-width: 1px;
	border-color: #666 #666 #666 transparent;
	border-radius: 50%;
	border-style: solid;
	animation: sp-spin-fast 2s linear infinite;
	content: " ";
	width: 14px;
	height: 14px;
	font-weight: 400;
	border-color: #fff #fff #fff transparent;
	position: absolute;
	top: 16px;
	right: 10px;
}

.single-product div.product form.variations_form .variations {
	border: none;
	margin-bottom: 0;
}

.single-product div.product form.variations_form .variations td,
.single-product div.product form.variations_form .variations th {
	border: none;
}

.single-product div.product form.variations_form .variations .label {
	display: none;
}

.single-product div.product form.variations_form .variations .value {
	padding: 0 0 12px;
	width: 100%;
}

.single-product div.product form.variations_form .variations select {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-color: #bfbfbf;
	padding: 0 15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #000;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYyMzdGQkVEQkZDNjExRTg4M0I1ODIyODVEMUY0NUI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYyMzdGQkVFQkZDNjExRTg4M0I1ODIyODVEMUY0NUI4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjIzN0ZCRUJCRkM2MTFFODgzQjU4MjI4NUQxRjQ1QjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjIzN0ZCRUNCRkM2MTFFODgzQjU4MjI4NUQxRjQ1QjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5FP2I0AAAAPElEQVR42mJgYGBwAeIOBtwARf4uEP8H4lU4FL6DyqehC6zCoXAVAx6JUFwKsWn4j08hQauJ8j0yAAgwAMC/GrPRYlXHAAAAAElFTkSuQmCC") no-repeat 95% center;
	cursor: pointer;
}

.single-product div.product form.variations_form .variations select:focus {
	outline: none;
}

.single-product div.product form.variations_form .variations .reset_variations {
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #000;
}

.single-product div.product form.variations_form .woocs_price_code {
	font-size: 24px;
	color: #df0303;
	font-weight: 500;
}

.single-product div.product form.variations_form .woocommerce-variation-availability {
	margin-top: 10px;
}

.single-product div.product form.variations_form .woocommerce-variation {
	margin-bottom: 30px;
}

.single-product div.product.product-type-grouped .cart table.group_table {
	width: 100%;
	margin-bottom: 35px;
	margin-top: 20px;
	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;
}

.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: 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;
}

.single-product div.product form.grouped_form {
	display: block;
}

.single-product div.product form.grouped_form table.group_table {
	width: 100%;
	margin-bottom: 35px;
	margin-top: 20px;
	border-width: 1px 0 1px 0;
	border-color: #e1e1e1;
	border-style: solid;
	padding-top: 15px;
	padding-bottom: 15px;
	border-collapse: separate;
}

.single-product div.product form.grouped_form table.group_table .product {
	width: 100%;
	float: none;
}

.single-product div.product form.grouped_form table.group_table .woo-thumb {
	display: flex;
	align-items: flex-start;
}

.single-product div.product form.grouped_form table.group_table .woo-thumb img {
	margin-right: 20px;
	max-width: 70px;
}

.single-product div.product form.grouped_form table.group_table .woo-title {
	margin-top: 3px;
}

.single-product div.product form.grouped_form table.group_table td {
	padding: 10px 0;
	color: #666;
	width: inherit;
	text-align: left;
	border: none;
}

.single-product div.product form.grouped_form table.group_table td.label {
	width: 75%;
	text-align: left;
}

.single-product div.product form.grouped_form table.group_table td label {
	display: block;
	line-height: 1;
}

.single-product div.product form.grouped_form table.group_table td .product-title {
	font-size: 14px;
	width: max-content;
	font-weight: 600;
	color: #333;
}

.single-product div.product form.grouped_form table.group_table td .button {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #eba800;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
	float: right;
	font-weight: 600;
}

.single-product div.product form.grouped_form table.group_table td .button:hover, .single-product div.product form.grouped_form table.group_table td .button:focus, .single-product div.product form.grouped_form table.group_table td .button:active, .single-product div.product form.grouped_form table.group_table td .button:visited, .single-product div.product form.grouped_form table.group_table td .button:active:hover, .single-product div.product form.grouped_form table.group_table td .button:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #eba800;
}

.single-product div.product form.grouped_form table.group_table td .button .p-icon {
	display: none;
}

.single-product div.product form.grouped_form table.group_table td .button .add-to-cart-text {
	white-space: nowrap;
}

.single-product div.product form.grouped_form table.group_table td .woo-price {
	color: #ff3333;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-top: 7px;
}

.single-product div.product form.grouped_form table.group_table td .woo-price ins {
	float: left;
	color: #df0303;
	background-color: transparent;
	margin-right: 10px;
}

.single-product div.product form.grouped_form table.group_table td .woo-price del {
	font-size: 14px;
	color: #999;
}

.single-product div.product form.grouped_form table.group_table td .woo-price .stock {
	display: none;
}

.single-product div.product form.grouped_form table.group_table td .woo-price .stock label {
	display: none;
}

.single-product div.product form.grouped_form table.group_table td .woo-price .out-of-stock {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

.single-product div.product form.grouped_form table.group_table tr {
	border: 0;
}

.single-product div.product form.grouped_form table.group_table tr:last-child {
	border-bottom: 0;
}

.single-product div.product form.grouped_form .quantity {
	float: right;
	width: 64px;
	margin-right: 0;
}

.single-product div.product form.grouped_form .quantity .qty {
	padding: 7px 0 6px;
	width: 30px;
	height: 34px;
	line-height: 35px;
	border: none;
}

.single-product div.product form.grouped_form .quantity span.increase,
.single-product div.product form.grouped_form .quantity span.decrease {
	font-size: 14px;
	color: #000;
	transform: none;
	height: 17px;
}

.single-product div.product form.grouped_form .quantity .decrease {
	bottom: 0;
	top: auto;
	right: 10px;
	left: auto;
}

.single-product div.product table.shop_attributes {
	margin-top: 35px;
	margin-bottom: 24px;
}

.single-product div.product table.shop_attributes tr {
	width: 50%;
	float: left;
}

.single-product div.product table.shop_attributes tr th {
	white-space: nowrap;
	font-weight: 500;
}

.single-product div.product .woocommerce-Reviews .felos-comments-rating {
	display: none;
}

.single-product div.product .woocommerce-Reviews .woocommerce-Reviews-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	margin-top: 44px;
}

.single-product div.product .woocommerce-Reviews .commentlist {
	list-style: none;
	padding: 34px 0 0;
	margin: 0;
}

.single-product div.product .woocommerce-Reviews .commentlist li {
	padding-bottom: 29px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e2e2e2;
}

.single-product div.product .woocommerce-Reviews .commentlist li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.single-product div.product .woocommerce-Reviews .commentlist .comment_container {
	display: flex;
	align-items: flex-start;
}

.single-product div.product .woocommerce-Reviews .commentlist .comment_container img {
	border-radius: 50%;
	margin-right: 40px;
}

.single-product div.product .woocommerce-Reviews .commentlist .comment-text {
	width: 100%;
}

.single-product div.product .woocommerce-Reviews .commentlist .comment-text .star-rating {
	float: right;
}

.single-product div.product .woocommerce-Reviews .commentlist .comment-text .meta {
	float: left;
	margin: 0 0 15px;
}

.single-product div.product .woocommerce-Reviews .commentlist .comment-text .description {
	clear: both;
}

.single-product div.product .woocommerce-Reviews .commentlist .comment-text .woocommerce-review__author {
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.single-product div.product .woocommerce-Reviews .commentlist .comment-text .woocommerce-review__dash {
	display: none;
}

.single-product div.product .woocommerce-Reviews .commentlist .comment-text .woocommerce-review__published-date {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #999;
}

.single-product div.product .woocommerce-Reviews .comment-respond {
	padding-top: 25px;
	margin-bottom: 24px;
}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-reply-title {
	font-size: 24px;
	color: #000;
	margin: 0 0 30px 0;
	padding-bottom: 5px;
	display: block;
}

.single-product div.product .woocommerce-Reviews .comment-form-rating {
	margin-bottom: 20px;
}

.single-product div.product .woocommerce-Reviews .comment-form-rating label {
	padding-bottom: 5px;
	display: block;
}

.single-product div.product .woocommerce-Reviews .comment-form-author,
.single-product div.product .woocommerce-Reviews .comment-form-email {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}

.single-product div.product .woocommerce-Reviews .comment-form-comment {
	margin-bottom: 20px;
}

.single-product div.product .woocommerce-Reviews .comment-form-author {
	padding-right: 15px;
}

.single-product div.product .woocommerce-Reviews .comment-form-email {
	padding-left: 15px;
}

.single-product div.product .woocommerce-Reviews .form-submit {
	clear: both;
}

.single-product div.product .woocommerce-Reviews .form-submit .submit {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #eba800;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
	height: 36px;
	line-height: 37px;
	min-width: 105px;
}

.single-product div.product .woocommerce-Reviews .form-submit .submit:hover, .single-product div.product .woocommerce-Reviews .form-submit .submit:focus, .single-product div.product .woocommerce-Reviews .form-submit .submit:active, .single-product div.product .woocommerce-Reviews .form-submit .submit:visited, .single-product div.product .woocommerce-Reviews .form-submit .submit:active:hover, .single-product div.product .woocommerce-Reviews .form-submit .submit:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #eba800;
}

.single-product div.product .felos-icon-box-2 {
	max-width: 1170px;
	margin: auto;
}

.single-product .woocommerce-message, .single-product .woocommerce-info, .single-product .woocommerce-error {
	margin: 2em 0;
}

.felos-related-products,
.felos-upsells-products,
.felos-cross-sells-products {
	width: 100%;
	margin-top: 60px;
	padding-bottom: 30px;
}

.felos-related-products .section-header,
.felos-upsells-products .section-header,
.felos-cross-sells-products .section-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.felos-related-products .section-title,
.felos-upsells-products .section-title,
.felos-cross-sells-products .section-title {
	margin-bottom: 23px;
}

.felos-related-products .section-title h2,
.felos-upsells-products .section-title h2,
.felos-cross-sells-products .section-title h2 {
	font-size: 32px;
	font-weight: 400;
	margin: 0;
}

.felos-related-products .section-title h2 span,
.felos-upsells-products .section-title h2 span,
.felos-cross-sells-products .section-title h2 span {
	font-weight: 600;
}

.felos-related-products .section-title h3,
.felos-upsells-products .section-title h3,
.felos-cross-sells-products .section-title h3 {
	color: #0a2c4e;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0 0 32px;
	padding-bottom: 19px;
	position: relative;
}

.felos-related-products .section-title h3:after,
.felos-upsells-products .section-title h3:after,
.felos-cross-sells-products .section-title h3:after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #eba800;
	position: absolute;
	bottom: 0;
	left: 0;
}

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

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

.felos-related-products .section-arrow,
.felos-upsells-products .section-arrow,
.felos-cross-sells-products .section-arrow {
	padding-right: 17px;
}

.felos-related-products .slick-arrow,
.felos-upsells-products .slick-arrow,
.felos-cross-sells-products .slick-arrow {
	font-size: 12px;
	font-weight: 500;
	color: #8f8f8f;
	cursor: pointer;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	transition: 0.5s;
	display: inline-block;
	position: relative;
	padding-top: 13px;
}

.felos-related-products .slick-arrow .label,
.felos-upsells-products .slick-arrow .label,
.felos-cross-sells-products .slick-arrow .label {
	background-color: #fff;
	position: relative;
	z-index: 9;
}

.felos-related-products .slick-arrow:before,
.felos-upsells-products .slick-arrow:before,
.felos-cross-sells-products .slick-arrow:before {
	content: '';
	width: 59px;
	height: 46px;
	position: absolute;
	top: 0;
	border: 2px solid #8f8f8f;
	transition: 0.5s;
}

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

.felos-related-products .slick-arrow:hover:before,
.felos-upsells-products .slick-arrow:hover:before,
.felos-cross-sells-products .slick-arrow:hover:before {
	border-color: #000;
}

.felos-related-products .slick-prev-arrow,
.felos-upsells-products .slick-prev-arrow,
.felos-cross-sells-products .slick-prev-arrow {
	margin-right: 17px;
}

.felos-related-products .slick-prev-arrow:before,
.felos-upsells-products .slick-prev-arrow:before,
.felos-cross-sells-products .slick-prev-arrow:before {
	left: -22px;
}

.felos-related-products .slick-next-arrow,
.felos-upsells-products .slick-next-arrow,
.felos-cross-sells-products .slick-next-arrow {
	margin-left: 17px;
}

.felos-related-products .slick-next-arrow:before,
.felos-upsells-products .slick-next-arrow:before,
.felos-cross-sells-products .slick-next-arrow:before {
	right: -17px;
}

.felos-related-products .slick-track,
.felos-upsells-products .slick-track,
.felos-cross-sells-products .slick-track {
	margin-left: unset;
	margin-right: unset;
}

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

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

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

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

.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: #000;
}

.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 {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #0a2c4e;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
	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: #0a2c4e;
}

.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: #000;
}

.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 {
	content: "\e999";
}

.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:before {
	font-family: linearicons;
	content: '\e98d';
	font-size: 18px;
	position: absolute;
	top: -2px;
	left: 0;
	transition: 0.5s;
}

.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: #999;
	transition: 0.5s;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #000;
	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: #f5f5f5;
}

.woocommerce-account .woocommerce-MyAccount-content .myaccount-sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	line-height: 1;
	color: #000;
	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: #000;
	font-weight: 700;
}

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

.woocommerce-account .woocommerce-MyAccount-content .myaccount-sidebar ul li .m-button {
	margin-top: 30px;
	display: inline-block;
	color: #000;
	border-bottom: 1px solid #000;
	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: 500;
}

.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: #000;
	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: #000;
	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 {
	line-height: 52px;
	height: 52px;
	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 {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #0a2c4e;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
	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: #0a2c4e;
}

.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: #000;
}

.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 {
	height: 50px;
	line-height: 50px;
}

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

.woocommerce-cart-form .coupon label {
	display: none;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	position: relative;
	margin-bottom: 30px;
}

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

.woocommerce-cart-form .coupon .button {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #0a2c4e;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
	margin-left: 11px;
}

.woocommerce-cart-form .coupon .button:hover, .woocommerce-cart-form .coupon .button:focus, .woocommerce-cart-form .coupon .button:active, .woocommerce-cart-form .coupon .button:visited, .woocommerce-cart-form .coupon .button:active:hover, .woocommerce-cart-form .coupon .button:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #0a2c4e;
}

.woocommerce-cart-form .coupon .input-group {
	display: flex;
}

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

.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	position: relative;
	margin-bottom: 38px;
	padding-bottom: 13px;
}

.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #eba800;
	position: absolute;
	left: 0;
	bottom: 0;
}

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

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

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

.cart-collaterals .button {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #0a2c4e;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
}

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

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

.cart-collaterals .cart_totals table.shop_table {
	background-color: #0a2c4e;
	border-radius: 0;
	font-size: 16px;
	box-sizing: border-box;
	border-collapse: separate;
	padding: 0 30px;
	color: #fff;
}

.cart-collaterals .cart_totals table.shop_table th {
	background-color: transparent;
	color: #fff;
	padding: 20px 0;
	margin-left: 30px;
	border-color: rgba(255, 255, 255, 0.2);
	border-width: 0 0 1px 0;
	text-transform: none;
	font-size: 16px;
	font-weight: 500;
}

.cart-collaterals .cart_totals table.shop_table td {
	text-align: right;
	border-top: none;
	padding: 20px 0;
	border-color: rgba(255, 255, 255, 0.2);
	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 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 18px;
	color: #fff;
}

.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: 5px;
}

.cart-collaterals .cart_totals table.shop_table .shipping ul li .woocommerce-Price-amount {
	float: right;
	font-size: 14px;
	color: #fff;
	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:after {
	opacity: 1;
}

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

.cart-collaterals .cart_totals table.shop_table .shipping ul li label:before, .cart-collaterals .cart_totals table.shop_table .shipping ul li label:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}

.cart-collaterals .cart_totals table.shop_table .shipping ul li label:before {
	border: 1px solid #fff;
}

.cart-collaterals .cart_totals table.shop_table .shipping ul li label:after {
	background-color: #fff;
	width: 5px;
	height: 5px;
	top: 9px;
	left: 3px;
	opacity: 0;
}

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

.cart-collaterals .cart_totals table.shop_table .shipping .woocommerce-shipping-destination strong {
	font-size: 14px;
}

.cart-collaterals .cart_totals table.shop_table .order-total .woocommerce-Price-amount {
	font-size: 20px;
	font-weight: 500;
}

.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 {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #eba800;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
	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: #eba800;
}

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

.woocommerce-cart .wc-backward {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #0a2c4e;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
	display: inline-block;
}

.woocommerce-cart .wc-backward:hover, .woocommerce-cart .wc-backward:focus, .woocommerce-cart .wc-backward:active, .woocommerce-cart .wc-backward:visited, .woocommerce-cart .wc-backward:active:hover, .woocommerce-cart .wc-backward:active:focus {
	outline: 0;
	border: 0;
	color: #fff;
	background-color: #0a2c4e;
}

.woocommerce-wishlist .wishlist-title h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 20px;
}

/**
 * Checkout
 */
.woocommerce-checkout .woocommerce-info {
	border: none;
	color: #000;
	background-color: #f4f5f7;
}

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

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

.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 {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #0a2c4e;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
}

.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: #fff;
	background-color: #0a2c4e;
}

.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 {
	color: #999;
}

.woocommerce-checkout form.woocommerce-checkout h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 38px;
	padding-bottom: 13px;
	position: relative;
}

.woocommerce-checkout form.woocommerce-checkout h3:after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #eba800;
	position: absolute;
	left: 0;
	bottom: 0;
}

.woocommerce-checkout form.woocommerce-checkout h3#ship-to-different-address:after {
	left: 30px;
}

.woocommerce-checkout form.woocommerce-checkout h3 label {
	font-size: inherit;
	font-weight: 600;
}

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

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
	font-size: 16px;
	font-weight: 500;
}

.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;
	border-color: #000;
}

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

.woocommerce-checkout .woocommerce-form__label-for-checkbox > span:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	border: 1px solid #dedede;
	top: 4px;
	left: 0;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox > span:before {
	font-family: icomoon;
	content: "\f210";
	font-size: 10px;
	position: absolute;
	top: 7px;
	left: 3px;
	color: #000;
	transition: 0.5s;
	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 table.woocommerce-checkout-review-order-table {
	border-radius: 0;
	padding: 0 30px;
	background-color: #0a2c4e;
	margin: 0;
	color: #fff;
	border-collapse: separate;
	border: 1px solid #0a2c4e;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table th {
	background-color: transparent;
	color: #fff;
	font-weight: 400;
	padding: 20px 0;
	border-width: 0 0 1px;
	border-color: rgba(255, 255, 255, 0.2);
}

.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: rgba(255, 255, 255, 0.2);
}

.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: 0;
	color: #fff;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .shipping h3:after {
	display: none;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .shipping th {
	width: 50%;
}

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

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

.woocommerce-checkout table.woocommerce-checkout-review-order-table .cart_item:first-child td {
	padding-top: 20px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .cart_item:last-child td {
	padding-bottom: 20px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total {
	font-size: 20px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total th {
	font-size: 20px;
}

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

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

.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: 20px;
}

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

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

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
	padding: 25px 30px;
}

.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:after {
	opacity: 1;
}

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

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	color: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label:before, .woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label:before {
	border: 1px solid #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods > li > label:after {
	background-color: #fff;
	width: 5px;
	height: 5px;
	top: 8px;
	left: 3px;
	opacity: 0;
}

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

.woocommerce-checkout .woocommerce-checkout-payment .button {
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: #eba800;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	border-radius: 22px;
	outline: 0;
	border: 0;
	letter-spacing: 1px;
}

.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: #eba800;
}

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

.woocommerce-checkout ul#shipping_method li {
	cursor: pointer;
	margin-bottom: 3px;
}

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

.woocommerce-checkout ul#shipping_method li .shipping_method:checked + label:after {
	opacity: 1;
}

.woocommerce-checkout ul#shipping_method li label {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
}

.woocommerce-checkout ul#shipping_method li label:before, .woocommerce-checkout ul#shipping_method li label:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}

.woocommerce-checkout ul#shipping_method li label:before {
	border: 1px solid #fff;
}

.woocommerce-checkout ul#shipping_method li label:after {
	background-color: #fff;
	width: 5px;
	height: 5px;
	top: 8px;
	left: 3px;
	opacity: 0;
}

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

.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: #000;
}

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

.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
	font-size: 20px;
	font-weight: 500;
	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: #f4f5f7;
	color: #000;
}

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

.woocommerce table.order_details tfoot th {
	font-weight: 500;
	color: #000;
}

/**
 * General WooCommerce components
 */
/**
 * 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;
}

.woocommerce .quantity {
	width: 116px;
	float: none;
	margin-right: 20px;
}

.woocommerce .quantity .qty-box {
	border: 1px solid #bfbfbf;
	position: relative;
	padding: 0 27px 0 10px;
}

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

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

.woocommerce .quantity .decrease,
.woocommerce .quantity .increase {
	font-size: 18px;
	cursor: pointer;
	color: #727272;
	transition: 0.5s;
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 10px;
	height: 20px;
}

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

.woocommerce .quantity .decrease {
	bottom: 2px;
	top: auto;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 14px;
	width: 5.4em;
	font-family: icomoon;
	font-weight: 400;
	letter-spacing: 1px;
}

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

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

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

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: icomoon;
	content: "\f1d9";
	color: #cfcfcf;
	text-indent: 0;
}

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

p.stars:hover a:before {
	content: "\f1d9";
	color: #ffb600;
}

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

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

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

/**
 * Tabs
 */
.woocommerce-tabs {
	margin-top: 93px;
}

.woocommerce-tabs .wc-tabs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 2px solid #dddddd;
	margin: 0 0 10px;
	padding: 0;
}

.woocommerce-tabs .wc-tabs li {
	position: relative;
	margin-right: 48px;
	font-size: 16px;
	list-style: none;
}

.woocommerce-tabs .wc-tabs li:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #eba800;
	position: absolute;
	opacity: 0;
	bottom: -2px;
	left: 0;
	transition: 0.5s;
}

.woocommerce-tabs .wc-tabs li:last-child {
	margin-right: 0;
}

.woocommerce-tabs .wc-tabs li a {
	padding: 0 0 12px 0;
	font-weight: 500;
	color: #8f8f8f;
	display: block;
}

.woocommerce-tabs .wc-tabs li.active a {
	color: #000;
}

.woocommerce-tabs .wc-tabs li.active:after {
	opacity: 1;
}

.woocommerce-tabs .entry-content {
	margin-top: 0;
}

.woocommerce .ribbons .ribbon {
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: block;
	margin: 0;
	position: absolute;
	background-color: #93be2b;
	z-index: 1;
	top: 20px;
	right: 20px;
	height: 25px;
	line-height: 25px;
	padding: 0 13px;
	min-width: inherit;
	min-height: inherit;
}

.woocommerce .ribbons .ribbon.onsale {
	background-color: #f14705;
	left: initial;
}

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

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

/**
 * 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 {
	border-color: #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	border-color: #e2401c;
}

.required {
	color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #1e85be;
	color: #fff;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	font-family: icomoon;
	content: '\f208';
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
	float: right;
	color: #fff;
	border-bottom: 1px solid;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
	color: #fff;
	border-bottom: 1px solid;
}

.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.woocommerce-message {
	background-color: #81cfe5;
}

.woocommerce-message::before {
	content: '\f252';
}

.woocommerce-error {
	background-color: #b81c23;
}

.woocommerce-error::before {
	content: '\f207';
}

.woocommerce .notifyjs-corner {
	z-index: 99999;
}

.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 .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: #eba800 #eba800 #eba800 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;
}

.yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a {
	width: 45px;
	height: 45px;
	color: #0b0b0b;
	border: 1px solid #dddddd;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 48px;
	background-color: transparent;
	padding: 0;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before {
	font-family: FontAweSome;
	content: "\f004";
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	text-align: center;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading {
	position: relative;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading:before {
	opacity: 0;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading:after {
	border-width: 1px;
	border-color: #666 #666 #666 transparent;
	border-radius: 50%;
	border-style: solid;
	animation: sp-spin-fast 2s linear infinite;
	content: " ";
	width: 14px;
	height: 14px;
	font-weight: 400;
	position: absolute;
	top: 15px;
	left: 15px;
	color: #000;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a {
	color: #fff;
	background-color: #eba800;
	border-color: #eba800;
}

.yith-wcwl-add-to-wishlist .feedback {
	display: none;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}

.woocommerce form .form-row {
	margin: 0 0 20px;
}

.woocommerce form .form-row label {
	margin-bottom: 5px;
	display: none;
}

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

.woocommerce form .form-row .required {
	text-decoration: none;
}

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

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 20px;
}

.widget_price_filter .price_slider_amount {
	color: #999999;
	text-align: left;
	line-height: 2.4em;
}

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

.widget_price_filter .price_slider_amount .button:focus {
	outline: 0;
}

.widget_price_filter .price_slider_amount .price_label {
	float: right;
}

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

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	cursor: ew-resize;
	outline: none;
	background: #000;
	box-sizing: border-box;
	margin-top: -.3em;
	opacity: 1;
	width: 3px;
	height: 11px;
	background: #666666;
}

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

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

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #cdcdcd;
}

.widget_price_filter .ui-slider-horizontal {
	height: 3px;
	background: #cdcdcd;
}

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

ul.product_list_widget li {
	padding: 10px 0;
}

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

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

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

ul.product_list_widget li a {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	display: inherit;
	margin-bottom: 5px;
	line-height: 1.4;
}

ul.product_list_widget .product-title {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	display: inherit;
	margin-bottom: 5px;
	line-height: 1.2;
}

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

ul.product_list_widget .woocommerce-Price-amount {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	text-decoration-color: #bbbbbb;
}

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

.widget_product_search .woocommerce-product-search:after {
	content: "\e942";
	font-family: icomoon;
	position: absolute;
	right: 11px;
	top: 5px;
	font-size: 18px;
}

.widget_product_search .woocommerce-product-search .search-field {
	width: 100%;
	padding-right: 35px;
}

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