<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
** Shop
*/
.woocommerce:before,
.woocommerce:after {
	clear: both;
	content: "";
	display: block;
}

.woocommerce-breadcrumb,
.woocommerce-products-header {
	display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	align-items: center;
	background-color: rgba(150, 150, 150, 0.05);
	border-left: 5px solid #fdd123;
	display: flex;
	flex-direction: row-reverse;
	margin: 0 0 1.5em;
	padding: 1.5em 1.5em 1.5em 1.5em;
}

@media (max-width: 575px) {
	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		align-items: flex-start;
		flex-direction: column-reverse;
	}
}

.woocommerce-error {
	align-items: flex-start;
	flex-direction: column;
}

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle {
	margin-bottom: 100px;
	width: 100%;
}

@media (max-width: 1199px) {
	.woocommerce-notices-wrapper,
	.woocommerce-form-coupon-toggle {
		margin-bottom: 60px;
	}
}

.woocommerce-notices-wrapper:empty,
.woocommerce-form-coupon-toggle:empty {
	margin-bottom: 0;
}

.woocommerce-info {
	border-color: #007ebd;
}

.woocommerce-error {
	list-style-position: inside;
}

.woocommerce .widget-theme-wrapper {
	margin-bottom: 30px;
}

.woocommerce .widget-theme-wrapper h3 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
}

.woocommerce .widget-theme-wrapper button {
	display: none;
}

.woocommerce .widget-theme-wrapper .woocommerce-product-search::before {
	content: "\f002";
}

.woocommerce-result-count {
	display: inline-block;
	float: left;
	margin-bottom: 0;
	padding: 15px 0;
}

.woocommerce-result-count + form {
	display: inline-block;
}

@media (min-width: 576px) {
	.woocommerce-result-count + form {
		float: right;
	}
}

.toggle_view {
	padding: 15px 0;
}

.widget_product_categories .select-wrap .select_container::after,
.woocommerce-input-wrapper .select-wrap .select_container::after {
	display: none;
}

.widget_product_categories .select2.select2-container--open .select2-selection,
.woocommerce-input-wrapper .select2.select2-container--open .select2-selection {
	border-color: #9a9a9a;
}

.widget_product_categories .select2 .select2-selection,
.woocommerce-input-wrapper .select2 .select2-selection {
	align-items: center;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	display: flex;
	height: 50px;
	padding: 0 20px;
	transition: all .3s ease-in-out;
}

.widget_product_categories .select2 .select2-selection__arrow,
.woocommerce-input-wrapper .select2 .select2-selection__arrow {
	height: 100% !important;
	position: absolute;
}

.widget_product_categories .select2 .select2-selection__arrow::after,
.woocommerce-input-wrapper .select2 .select2-selection__arrow::after {
	color: #1c91f1;
	content: "\f078";
	font-family: "FontAwesome", sans-serif;
	font-size: 12px;
	font-weight: 900;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget_product_categories .select2 .select2-selection__arrow b,
.woocommerce-input-wrapper .select2 .select2-selection__arrow b {
	display: none;
}

ul.products {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -15px;
	padding: 0;
	width: calc(100% + 30px);
}

ul.products .product {
	margin-bottom: 30px;
	padding: 0 15px;
	position: relative;
	text-align: center;
}

ul.products .product .product-inner {
	border: 1px solid #e1e1e1;
	position: relative;
}

ul.products .product .product-inner .added_to_cart {
	margin-top: 15px;
}

ul.products .product .product-inner a:not(.button) {
	display: inline-block;
	width: 100%;
}

ul.products .product .product-inner a:not(.button) img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

ul.products .product .product-inner .product-description-short {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 25px;
}

ul.products .product .product-inner .product-description-short .desc-wrap {
	display: flex;
	justify-content: center;
	max-width: 230px;
	padding: 7px 0;
	width: 100%;
}

ul.products .product .product-inner .product-description-short .desc-wrap:not(:last-child) {
	border-bottom: 1px solid #e1e1e1;
}

ul.products .product .product-inner .product-description-short .desc-wrap span {
	color: #1c91f1;
	margin-right: 5px;
}

ul.products .product .product-inner .price-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

ul.products .product .product-inner .product-wrap {
	background-color: #fff;
	padding: 50px 30px;
}

ul.products .product .product-inner .product-wrap .category {
	color: #598aa4;
}

ul.products .product .product-inner .product-wrap .category:hover {
	color: #fdd123;
}

ul.products .product .product-inner .price {
	color: #598aa4;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 25px;
	margin-top: 0;
	opacity: 1;
}

ul.products .product &gt; a &gt; img {
	width: 100%;
}

ul.products .product h2 {
	font-family: "Fira Sans Condensed", sans-serif;
	font-size: 20px;
	line-height: 1;
	margin-top: 0;
}

ul.products .product h2 + .star-rating {
	margin-top: 10px;
}

ul.products .product .onsale {
	background-color: #fdd123;
	color: #fff;
	left: 0;
	padding: 0.3em 1em;
	position: absolute;
	top: 10px;
	z-index: 2;
}

ul.products .product .onsale:before {
	border: 7px solid transparent;
	border-left-color: #ebbc02;
	border-top-color: #ebbc02;
	bottom: -14px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

ul.products .product .star-rating {
	margin: -1em auto 0;
}

ul.products.owl-carousel.owl-center .owl-item.center .product .product-inner {
	border: none;
	box-shadow: 0 0 7px 4px rgba(6, 38, 55, 0.15);
	margin-top: 10px;
}

ul.products.owl-carousel.owl-center .owl-item:not(.center) .product .product-inner {
	border: none;
	margin-top: 10px;
}

ul.products.owl-carousel.owl-center .owl-item:not(.center) .product .product-wrap {
	opacity: 0;
}

ul.products.owl-carousel &gt; * {
	width: 100%;
}

ul.products.owl-carousel .product {
	width: 100%;
}

ul.products.owl-carousel .product h2 {
	font-size: 21px;
	margin-bottom: 0;
}

@media (max-width: 575px) {
	ul.products .product {
		width: 100% !important;
	}
}

.columns-1 &gt; * {
	margin-right: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.columns-1 .product-inner {
		align-items: center;
		display: flex;
	}

	.columns-1 .product-inner &gt; div {
		flex-shrink: 0;
		width: 50%;
	}
}

.columns-2 &gt; * {
	width: 50%;
}

.columns-3 &gt; * {
	width: 33.333333%;
}

@media (max-width: 1200px) and (min-width: 576px) {
	.columns-3 &gt; * {
		width: 50%;
	}
}

.columns-4 &gt; * {
	width: 25%;
}

.columns-5 &gt; * {
	width: 20%;
}

.columns-6 &gt; * {
	width: 16.666667%;
}

.price {
	display: block;
	font-weight: 700;
	margin: 1em 0 1.5em;
	opacity: 0.65;
}

.price del {
	opacity: 0.7;
	padding-right: 1em;
}

@media (min-width: 576px) {
	.woocommerce-info .showcoupon,
	.woocommerce-info .showlogin {
		margin-right: auto;
	}
}

.button {
	background: #fdd123;
	border: 2px solid #fdd123;
	border-radius: 0;
	color: #062637;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	min-width: 150px;
	padding: 15px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.button:hover {
	background-color: transparent;
	border-color: #fdd123;
	color: #062637;
}

.button.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.button + .button {
	margin-left: 4px;
}

.button.add_to_cart_button {
	background-color: transparent;
}

.button.add_to_cart_button:hover {
	background-color: #fdd123;
}

.woocommerce-orders-table__row .button,
.woocommerce-Message .button,
.woocommerce-message .button {
	padding: 7px 16px;
}

.woocommerce-Message .button,
.woocommerce-message .button {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.woocommerce-Message .button,
	.woocommerce-message .button {
		margin-left: auto;
		margin-top: 0;
	}
}

.add_to_cart_button + .wc-forward {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding: 0 1em;
	text-transform: uppercase;
}

.add_to_cart_button + .wc-forward:after {
	content: "\f178";
	font-family: "FontAwesome";
	padding-left: 0.5em;
}

/*shop pagination*/
.woocommerce-pagination {
	margin-top: 40px;
	text-align: center;
}

@media (max-width: 1199px) {
	.woocommerce-pagination {
		margin-top: 0;
	}
}

.woocommerce-pagination ul.page-numbers {
	display: flex;
	list-style: none;
	margin-bottom: -16px;
	padding: 0;
}

.woocommerce-pagination ul.page-numbers li {
	display: inline-block;
}

.woocommerce-pagination ul.page-numbers span,
.woocommerce-pagination ul.page-numbers a {
	align-items: center;
	background-color: transparent;
	border: 1px solid #e1e1e1;
	color: #1c91f1;
	display: flex;
	font-size: 16px;
	height: 40px;
	justify-content: center;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 10px;
	text-align: center;
	width: 40px;
}

.woocommerce-pagination ul.page-numbers span:hover,
.woocommerce-pagination ul.page-numbers a:hover {
	background-color: #fdd123;
	border-color: #fdd123;
}

@media (max-width: 768px) {
	.woocommerce-pagination ul.page-numbers span,
	.woocommerce-pagination ul.page-numbers a {
		height: 45px;
		line-height: 15px;
		padding: 1.3em 1.2em;
		width: 45px;
	}
}

.woocommerce-pagination ul.page-numbers span.next,
.woocommerce-pagination ul.page-numbers a.next {
	font-size: 0;
}

.woocommerce-pagination ul.page-numbers span.next::before,
.woocommerce-pagination ul.page-numbers a.next::before {
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 12px;
}

.woocommerce-pagination ul.page-numbers span.prev,
.woocommerce-pagination ul.page-numbers a.prev {
	font-size: 0;
}

.woocommerce-pagination ul.page-numbers span.prev::before,
.woocommerce-pagination ul.page-numbers a.prev::before {
	content: "\f053";
	font-family: "FontAwesome";
	font-size: 12px;
}

.woocommerce-pagination ul.page-numbers span {
	background-color: #fdd123;
	border-color: #fdd123;
	cursor: not-allowed;
}

/*single product*/
.product .images {
	margin-bottom: 2em;
	position: relative;
}

.product .images .flex-direction-nav {
	display: none;
}

.product .images figure {
	max-width: none;
}

@media (min-width: 768px) {
	.product .images {
		float: left;
		width: 47%;
	}
}

.product .summary {
	display: flex;
	flex-direction: column;
	margin-bottom: 100px;
	position: relative;
}

.product .summary:after {
	clear: both;
	content: "";
	display: block;
}

@media (max-width: 1199px) {
	.product .summary {
		margin-bottom: 90px;
	}
}

@media (min-width: 768px) {
	.product .summary {
		float: right;
		width: 47%;
	}
}

.product .summary .entry-title {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.product .summary .product-description-short {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.product .summary .product-description-short .desc-wrap {
	display: flex;
	min-width: 60%;
	padding: 7px 0;
}

.product .summary .product-description-short .desc-wrap:not(:last-child) {
	border-bottom: 1px solid rgba(20, 29, 40, 0.1);
}

.product .summary .product-description-short .desc-wrap span {
	color: #1c91f1;
	font-weight: 500;
	margin-right: 5px;
}

.product .summary .product_meta span {
	color: #1c91f1;
	font-weight: 500;
}

.product .summary .product_meta span span,
.product .summary .product_meta span a {
	color: #598aa4;
	font-weight: 400;
}

.product .summary .product_meta span span:first-child,
.product .summary .product_meta span a:first-child {
	margin-left: 5px;
}

.product .summary .price {
	color: #062637;
	font-size: 20px;
	font-weight: 300;
	margin-top: 20px;
	opacity: 1;
	order: 20;
}

.product .summary form {
	order: 21;
}

.product .summary .woocommerce-product-rating {
	display: flex;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
}

.product .summary .woocommerce-product-rating .woocommerce-review-link {
	margin-left: auto;
	margin-right: 0;
	order: 2;
}

.product .summary .woocommerce-product-rating + .product-description-short {
	margin-top: 15px;
}

.product .summary .woocommerce-review-link {
	display: inline-block;
	margin-right: 90px;
}

.product .summary .woocommerce-product-details__short-description {
	margin-bottom: 25px;
	margin-top: 25px;
}

.product .summary .woocommerce-variation-price {
	margin-top: 20px;
}

.product .summary .variations {
	margin: 0;
}

.product .summary .variations tr {
	display: block;
	margin-bottom: 1em;
}

.product .summary .variations td {
	border: none;
	display: block;
	padding: 0;
	text-align: left;
}

.product .summary .variations label:after {
	content: ":";
}

.product .summary .variations .reset_variations:before {
	content: "\f05e";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 16px;
	padding: 0.5em;
}

.product .summary .add-to-cart .quantity {
	margin-right: 20px;
}

@media (max-width: 575px) {
	.product .summary .add-to-cart .quantity {
		margin-right: 0;
	}
}

.product .summary .quantity {
	display: inline-block;
	position: relative;
}

.product .summary .quantity [type='number'] {
	-moz-appearance: textfield;
	background-color: #eef3f5;
	border: none;
	border-radius: 0;
	font-weight: 400;
	height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	width: 80px;
}

.product .summary .quantity [type='number']:hover,
.product .summary .quantity [type='number']:focus {
	-moz-appearance: number-input;
}

.product .summary .quantity [type='number']::-webkit-inner-spin-button,
.product .summary .quantity [type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product .summary .quantity + button {
	position: relative;
	top: -1px;
}

@media (max-width: 575px) {
	.product .summary .quantity + button {
		margin-top: 20px;
	}
}

.product .summary .quantity [type="button"] {
	background-color: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	height: 10px;
	line-height: 1;
	position: absolute;
	right: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	z-index: 1;
}

.product .summary .quantity [type="button"]:hover + i {
	color: #fdd123;
}

.product .summary .quantity [type="button"] + i {
	color: #1c91f1;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	right: 6px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
}

.product .summary .quantity [type="button"].minus {
	left: 6px;
	right: auto;
}

.product .summary .quantity [type="button"].minus + i {
	left: 6px;
	right: auto;
}

.product .summary .product_meta {
	margin-top: 1.5em;
}

.product .summary .product_meta &gt; span {
	display: block;
}

.product .summary .product_meta a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	letter-spacing: 0;
	line-height: 1.6em;
	text-transform: uppercase;
	text-transform: capitalize;
}

/*shop tabs*/
.woocommerce-tabs {
	clear: both;
	margin-bottom: 4em;
	margin-top: 20px;
}

.woocommerce-tabs ul.tabs {
	border-bottom: none;
	list-style: none;
	margin-bottom: 1px;
	padding-left: 0;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.woocommerce-tabs ul.tabs {
		flex-direction: column;
	}
}

.woocommerce-tabs ul.tabs li + li {
	border-top: none;
}

.woocommerce-tabs ul.tabs li {
	border-bottom: none;
	display: flex;
	padding: 0;
	position: relative;
	z-index: 1;
}

.woocommerce-tabs ul.tabs li.active:after {
	opacity: 1;
	right: 0.4em;
}

.woocommerce-tabs ul.tabs li.active a {
	background-color: #fdd123;
	border-color: #fdd123;
	color: #062637;
}

.woocommerce-tabs ul.tabs li a {
	align-items: center;
	background: #eef3f5;
	border: none;
	color: #598aa4;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	margin-right: 4px;
	min-width: 165px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	text-align: center;
	text-transform: unset;
	z-index: 0;
}

.woocommerce-tabs ul.tabs li a::before {
	background-color: #fdd123;
	border-bottom-color: #fdd123;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	content: "";
	height: 120%;
	left: -10%;
	opacity: 1;
	position: absolute;
	top: 0;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
	transition: all 0.3s ease-in-out;
	width: 0;
	z-index: -1;
}

.woocommerce-tabs ul.tabs li a:hover {
	color: #1c91f1;
}

.woocommerce-tabs ul.tabs li a:hover::before {
	width: 120%;
}

@media (max-width: 768px) {
	.woocommerce-tabs ul.tabs li a {
		margin-right: 0;
		padding: 15px 35px 15px;
		width: 100%;
	}
}

.woocommerce-tabs .panel {
	border: 1px solid #e1e1e1;
	margin-top: -1px;
	padding: 30px;
}

.woocommerce-tabs .panel h2 {
	font-size: 20px;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.woocommerce-tabs ul.tabs {
		display: flex;
	}

	.woocommerce-tabs ul.tabs li a {
		margin-bottom: 0;
	}
}

.woocommerce-tabs .shop_attributes {
	margin-top: 0;
}

.woocommerce-tabs .shop_attributes tr td,
.woocommerce-tabs .shop_attributes tr th {
	padding-bottom: 10px;
	padding-top: 10px;
}

.woocommerce-tabs .shop_attributes th:after {
	content: ":";
}

/*reviews*/
.commentlist {
	list-style: none;
	padding: 0;
}

.stars + .select-wrap {
	display: none;
}

.comment_container {
	margin-bottom: 30px;
	margin-left: 50px;
	padding: 0 0 0 30px;
	position: relative;
}

.comment_container &gt; img {
	border-radius: 50%;
	left: -50px;
	max-width: 50px;
	position: absolute;
	top: -1px;
}

.comment_container .meta {
	color: #1c91f1;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-right: 90px;
	text-transform: uppercase;
}

.comment_container .meta strong {
	font-weight: inherit;
}

.comment_container .star-rating {
	float: right;
}

#tab-reviews .comment-respond {
	border: none;
	padding: 0;
}

#reviews label[for] {
	display: block;
}

.comment-reply-title {
	color: #1c91f1;
	display: block;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 0.5em;
	text-transform: capitalize;
}

.comment-respond .comment-form-cookies-consent {
	margin-top: 0;
}

.comment-respond p.form-submit {
	margin-top: 20px;
}

.woocommerce .form-submit .submit {
	background-color: #fdd123;
	border: 2px solid #fdd123;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 17px 35px;
	text-align: center;
	transition: all .3s ease-in-out;
	width: auto;
}

.woocommerce .form-submit .submit:hover {
	background-color: transparent;
	color: #1c91f1;
}

.related,
.upsells,
.cross-sells {
	margin-top: 90px;
}

@media (max-width: 1199px) {
	.related,
	.upsells,
	.cross-sells {
		margin-top: 60px;
	}
}

.related &gt; h2,
.upsells &gt; h2,
.cross-sells &gt; h2 {
	font-size: 40px;
}

.related ul.products,
.upsells ul.products,
.cross-sells ul.products {
	margin: 0;
}

.related ul.products.owl-carousel .owl-stage-outer,
.upsells ul.products.owl-carousel .owl-stage-outer,
.cross-sells ul.products.owl-carousel .owl-stage-outer {
	padding-left: 0;
}

.related ul.products .owl-nav,
.upsells ul.products .owl-nav,
.cross-sells ul.products .owl-nav {
	display: none;
}

.related ul.products .product,
.upsells ul.products .product,
.cross-sells ul.products .product {
	margin: 0;
	padding: 3px;
}

.related ul.products .product .onsale,
.upsells ul.products .product .onsale,
.cross-sells ul.products .product .onsale {
	left: -2px;
}

/*shop widgets*/
.widget .woocommerce-Price-amount {
	color: #598aa4;
}

.page_footer .widget_shopping_cart ul li:last-child::before,
.page_footer .widget_products ul li:last-child::before,
.page_footer .widget_recently_viewed_products ul li:last-child::before,
.page_footer .widget_recent_reviews ul li:last-child::before,
.page_footer .widget_top_rated_products ul li:last-child::before {
	display: none;
}

.widget_shopping_cart ul,
.widget_products ul,
.widget_recently_viewed_products ul,
.widget_recent_reviews ul,
.widget_top_rated_products ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_shopping_cart ul li,
.widget_products ul li,
.widget_recently_viewed_products ul li,
.widget_recent_reviews ul li,
.widget_top_rated_products ul li {
	margin-bottom: 60px;
	min-height: 100px;
	padding-bottom: 0;
	padding-left: 115px;
	padding-top: 0;
	position: relative;
}

.widget_shopping_cart ul li::before,
.widget_products ul li::before,
.widget_recently_viewed_products ul li::before,
.widget_recent_reviews ul li::before,
.widget_top_rated_products ul li::before {
	background-color: #e1e1e1;
	bottom: -30px;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.widget_shopping_cart ul li:last-child,
.widget_products ul li:last-child,
.widget_recently_viewed_products ul li:last-child,
.widget_recent_reviews ul li:last-child,
.widget_top_rated_products ul li:last-child {
	margin-bottom: 0;
}

.widget_shopping_cart ul li a &gt; img,
.widget_products ul li a &gt; img,
.widget_recently_viewed_products ul li a &gt; img,
.widget_recent_reviews ul li a &gt; img,
.widget_top_rated_products ul li a &gt; img {
	left: 0;
	max-width: 100px;
	position: absolute;
}

.widget_shopping_cart .product-title,
.widget_products .product-title,
.widget_recently_viewed_products .product-title,
.widget_recent_reviews .product-title,
.widget_top_rated_products .product-title {
	display: block;
	font-family: "Fira Sans Condensed", sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.widget_shopping_cart del,
.widget_shopping_cart ins,
.widget_shopping_cart .amount,
.widget_products del,
.widget_products ins,
.widget_products .amount,
.widget_recently_viewed_products del,
.widget_recently_viewed_products ins,
.widget_recently_viewed_products .amount,
.widget_recent_reviews del,
.widget_recent_reviews ins,
.widget_recent_reviews .amount,
.widget_top_rated_products del,
.widget_top_rated_products ins,
.widget_top_rated_products .amount {
	display: inline-block;
	font-weight: 300;
	margin-top: 10px;
}

.widget_shopping_cart del,
.widget_products del,
.widget_recently_viewed_products del,
.widget_recent_reviews del,
.widget_top_rated_products del {
	padding-right: 1em;
}

.widget_shopping_cart del span,
.widget_products del span,
.widget_recently_viewed_products del span,
.widget_recent_reviews del span,
.widget_top_rated_products del span {
	text-decoration: line-through;
}

.widget_recent_reviews a {
	font-size: 18px;
	font-weight: 400;
}

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

.widget_price_filter .price_slider_amount {
	margin-top: 3em;
	text-align: right;
}

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

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

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

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

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 3px 3px rgba(253, 209, 35, 0.5);
}

.widget_price_filter .ui-slider .ui-slider-range {
	background: #fdd123;
	border: 0;
	display: block;
	font-size: .7em;
	position: absolute;
	z-index: 1;
}

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

.widget_price_filter .ui-slider-horizontal {
	border-radius: 3px;
	height: 4px;
}

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

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.widget_shopping_cart li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 0;
	padding-right: 30px;
	padding-top: 0;
}

.widget_shopping_cart li a + a {
	display: block;
	font-family: "Fira Sans Condensed", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	width: 100%;
}

.widget_shopping_cart .remove {
	font-size: 0;
	line-height: 0.75;
	order: 3;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget_shopping_cart .remove::before {
	color: #598aa4;
	content: "\f014";
	font-family: "FontAwesome", sans-serif;
	font-size: 20px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease-in-out;
}

.widget_shopping_cart .remove:hover::before {
	color: #1c91f1;
}

.widget_shopping_cart .total {
	color: #598aa4;
	margin: 3em 0 1.5em;
}

.widget_shopping_cart .total strong {
	color: #1c91f1;
	font-weight: 400;
}

.widget_shopping_cart .quantity {
	color: #598aa4;
	font-weight: 300;
}

.widget_shopping_cart .button {
	padding-left: 20px;
	padding-right: 20px;
}

.dropdown .widget_shopping_cart {
	white-space: normal;
}

.dropdown .widget_shopping_cart .total {
	background-color: rgba(150, 150, 150, 0.05);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 30px -40px;
	padding: 20px 40px;
}

.dropdown .widget_shopping_cart .buttons {
	white-space: nowrap;
}

.widget_product_tag_cloud a {
	border: 1px solid #e1e1e1;
	border-radius: 1px;
	display: inline-block;
	font-size: 16px !important;
	margin: 0 0 4px 0;
	padding: 7px 22px 7px 22px;
	text-align: center;
}

.widget_product_tag_cloud a:hover {
	background-color: #ebbc02;
	border-color: #ebbc02;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul,
.widget_product_categories ul {
	list-style: none;
	padding: 0;
	width: 100%;
}

.woocommerce-MyAccount-navigation ul ul li,
.widget_layered_nav ul ul li,
.widget_layered_nav_filters ul ul li,
.widget_product_categories ul ul li {
	padding-left: 20px;
}

.woocommerce-MyAccount-navigation ul ul li:last-child,
.widget_layered_nav ul ul li:last-child,
.widget_layered_nav_filters ul ul li:last-child,
.widget_product_categories ul ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.woocommerce-MyAccount-navigation li,
.widget_layered_nav li,
.widget_layered_nav_filters li,
.widget_product_categories li {
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation li &gt; a,
.widget_layered_nav li &gt; a,
.widget_layered_nav_filters li &gt; a,
.widget_product_categories li &gt; a {
	color: #598aa4;
	display: inline-block;
	flex-grow: 10;
	padding-bottom: 12px;
	padding-top: 12px;
}

.woocommerce-MyAccount-navigation li &gt; a:hover,
.widget_layered_nav li &gt; a:hover,
.widget_layered_nav_filters li &gt; a:hover,
.widget_product_categories li &gt; a:hover {
	color: #fdd123;
}

.woocommerce-MyAccount-navigation li &gt; a:hover::before,
.widget_layered_nav li &gt; a:hover::before,
.widget_layered_nav_filters li &gt; a:hover::before,
.widget_product_categories li &gt; a:hover::before {
	color: #fdd123;
}

.woocommerce-MyAccount-navigation li:before,
.widget_layered_nav li:before,
.widget_layered_nav_filters li:before,
.widget_product_categories li:before {
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 5px;
	padding-right: 12px;
	position: relative;
	top: -3px;
	top: 0;
}

.woocommerce-MyAccount-navigation li.is-active,
.widget_layered_nav li.is-active,
.widget_layered_nav_filters li.is-active,
.widget_product_categories li.is-active {
	font-weight: 700;
}

.woocommerce-MyAccount-navigation li + li,
.widget_layered_nav li + li,
.widget_layered_nav_filters li + li,
.widget_product_categories li + li {
	border-top: none;
}

/*shopping cart*/
.shop_table {
	margin-top: 0;
}

.shop_table .variation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
}

.shop_table .amount {
	color: #062637;
	font-weight: 500;
}

.shop_table th {
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-transform: uppercase;
	vertical-align: bottom;
}

.shop_table dd {
	margin: 0 0.5em 0.5em;
}

.shop_table .remove {
	font-size: 2em;
}

.shop_table .product-thumbnail img {
	max-width: 70px;
}

.shop_table .quantity {
	display: inline-block;
	position: relative;
}

.shop_table .quantity [type='number'] {
	-moz-appearance: textfield;
	background-color: #eef3f5;
	border: none;
	border-radius: 0;
	font-weight: 400;
	height: 54px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	width: 80px;
}

.shop_table .quantity [type='number']:hover,
.shop_table .quantity [type='number']:focus {
	-moz-appearance: number-input;
}

.shop_table .quantity [type='number']::-webkit-inner-spin-button,
.shop_table .quantity [type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.shop_table .quantity + button {
	position: relative;
	top: 0;
}

@media (max-width: 575px) {
	.shop_table .quantity + button {
		margin-top: 20px;
	}
}

.shop_table .quantity [type="button"] {
	background-color: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	height: 10px;
	line-height: 1;
	position: absolute;
	right: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	z-index: 1;
}

.shop_table .quantity [type="button"]:hover + i {
	color: #fdd123;
}

.shop_table .quantity [type="button"] + i {
	color: #1c91f1;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	right: 6px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
}

.shop_table .quantity [type="button"].minus {
	left: 6px;
	right: auto;
}

.shop_table .quantity [type="button"].minus + i {
	left: 6px;
	right: auto;
}

.shop_table .actions {
	padding-top: 2em;
	text-align: right;
}

.shop_table .coupon {
	float: left;
}

@media (max-width: 1199px) {
	.shop_table .coupon {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
	}
}

.shop_table .coupon .button {
	height: 50px;
}

.shop_table .coupon label {
	display: none;
}

.shop_table .coupon [type="text"] {
	height: 50px;
	width: auto;
}

.shop_table .coupon [type="submit"] {
	position: relative;
	top: -1px;
}

@media (max-width: 1199px) {
	.shop_table .coupon [type="submit"] {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.shop_table.shop_table_responsive,
	.shop_table.woocommerce-table--order-details {
		display: block;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-x: auto;
		width: 100%;
	}
}

.cart-collaterals {
	clear: both;
	display: flex;
	flex-direction: column;
	margin-top: 3em;
}

.cart-collaterals .shop_table {
	display: table !important;
}

.cart-collaterals h2 {
	font-size: 30px;
}

.cart-collaterals .cart_totals {
	order: -1;
}

.cart-collaterals .wc-proceed-to-checkout {
	margin-top: 3em;
}

/*shop checkout*/
.woocommerce-billing-fields h3,
.checkout h3 {
	font-size: 40px;
	margin-bottom: 20px;
}

.woocommerce-billing-fields:before,
.woocommerce-billing-fields:after,
.checkout:before,
.checkout:after {
	clear: both;
	content: "";
	display: block;
}

.woocommerce-NoticeGroup {
	margin-bottom: 30px;
}

.col2-set .col-1,
.col2-set .col-2 {
	clear: both;
	max-width: none;
	padding: 0 !important;
}

.col2-set .col-1:after,
.col2-set .col-2:after {
	clear: both;
	content: "";
	display: block;
}

.col2-set .col-2 {
	margin-top: 60px;
}

@media (min-width: 992px) {
	.col2-set#customer_details {
		flex-direction: column;
		float: left;
		width: 64%;
	}

	.col2-set ~ #order_review_heading,
	.col2-set ~ #order_review {
		float: right;
		margin-top: 0;
		width: 32%;
	}
}

td.product-name {
	min-width: 250px;
	width: 700px;
}

#payment ul {
	list-style: none;
	margin: 1em 0;
	padding-left: 0;
}

#payment [type="radio"] {
	margin-left: -10px;
	opacity: 0;
}

#payment label {
	margin-bottom: 0;
}

.wc_payment_method .payment_box {
	background-color: rgba(150, 150, 150, 0.05);
	margin-top: 0.8em;
	padding: 0.8em 1em;
}

.place-order.form-row {
	display: block;
	margin: 2em 0;
}

p.form-row {
	display: block;
	margin-left: 0;
	margin-right: 0;
}

p.form-row:not(:last-child) {
	margin-bottom: 1.5em;
}

p.form-row label {
	display: none;
	margin-bottom: 0;
	text-align: left;
}

@media (min-width: 992px) {
	p.form-row.form-row-first {
		float: left;
		padding-right: 15px;
		width: 50%;
	}

	p.form-row.form-row-last {
		float: left;
		padding-left: 15px;
		width: 50%;
	}
}

p.form-row.notes,
p.form-row.form-row-wide {
	clear: both;
	width: 100%;
}

.woocommerce-info + .checkout_coupon,
.woocommerce-info + .login {
	display: none;
	width: 100% !important;
}

.lost_reset_password p.form-row.form-row-first {
	margin-right: 0;
	width: 100%;
}

.lost_reset_password,
form.login {
	text-align: center;
}

@media (min-width: 992px) {
	.lost_reset_password,
	form.login {
		margin: auto;
		width: 50%;
	}
}

.lost_reset_password .button,
form.login .button {
	margin-top: 15px;
}

.lost_reset_password .button:not(:last-child),
form.login .button:not(:last-child) {
	margin-bottom: 15px;
}

/*shop account subpages*/

@media (max-width: 767px) {
	.woocommerce-MyAccount-navigation {
		margin-bottom: 60px;
	}
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation {
		float: right;
		padding-left: 60px;
		width: 30%;
	}

	.woocommerce-MyAccount-content {
		float: left;
		width: 70%;
	}
}

/*
order details
*/
.woocommerce-order-details {
	margin-top: 2.5em;
}

.woocommerce-customer-details {
	margin-top: 3.5em;
}

.woocommerce-customer-details h3 {
	margin-top: 1em;
}

ul.wc-item-downloads {
	list-style: none;
	margin: 0.5em 0;
	padding-left: 0;
}

.order-again {
	margin-top: 2em;
}

.woocommerce-terms-and-conditions-wrapper + button {
	margin-top: 55px;
}

.woocommerce-account h2 {
	margin-top: 0;
	text-align: center;
}

.woocommerce-account form {
	text-align: center;
}

.woocommerce-address-fields__field-wrapper + p {
	margin-top: 30px;
}

fieldset legend {
	color: #1c91f1;
	font-family: "Fira Sans Condensed", sans-serif;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
	text-align: left;
}

fieldset + .clear + p {
	margin-top: 40px;
}

.woocommerce h2 {
	font-size: 40px;
}

.woocommerce h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.accountTitle {
	font-size: 40px;
	margin-bottom: 0.25em;
	margin-top: 0;
	text-align: center;
}

#customer_login .col-1 h2,
#customer_login .col-2 h2 {
	display: none;
}

.xoo-wsc-basket {
	border-radius: 0;
	bottom: 65px;
	margin-right: 2px;
}

.woocommerce-cart-form [name="update_cart"] {
	display: none;
}

.woocommerce-ordering {
	max-width: 300px;
	width: 100%;
}

.woocommerce-Tabs-panel .comment-reply-title {
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
	margin-top: 60px;
}

.products-selection {
	align-items: center;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 6px 40px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.products-selection {
		flex-direction: column;
		padding: 20px 40px;
	}
}

@media (max-width: 768px) {
	.products-selection {
		flex-direction: column;
		padding: 20px 40px;
	}
}

@media (max-width: 575px) {
	.products-selection {
		padding-bottom: 40px;
	}
}

.products-selection .toggle_view {
	color: #062637;
	font-weight: 600;
}

.products-selection .toggle_view a {
	color: #598aa4;
	margin-left: 10px;
}

.products-selection .toggle_view a:hover {
	color: #062637;
}

.products-selection .toggle_view .active {
	color: #062637;
}

@media (max-width: 575px) {
	.products-selection .toggle_view {
		display: none;
	}
}

.woocommerce .related.products {
	margin-top: 0;
}

.woocommerce .related.products &gt; h2 {
	display: none;
}

.relatedTitle {
	font-size: 40px;
	margin-top: 100px;
}

@media (max-width: 1199px) {
	.relatedTitle {
		margin-top: 90px;
	}
}

@media (max-width: 767px) {
	.relatedTitle {
		margin-top: 60px;
	}
}

@media (min-width: 768px) {
	.uws-products.carousel-layout {
		padding-top: 110px;
	}
}

.uws-products.carousel-layout .owl-nav {
	position: absolute;
	top: -110px;
}

.uws-products.carousel-layout .owl-nav &gt; div {
	align-items: center;
	border: 1px solid #e1e1e1;
	display: flex;
	font-size: 0;
	height: 40px;
	justify-content: center;
	position: absolute;
	width: 30px;
}

.uws-products.carousel-layout .owl-nav &gt; div::before {
	color: #1c91f1;
	content: "\f053";
	font-family: "FontAwesome", sans-serif;
	font-size: 10px;
	transition: all .3s ease-in-out;
}

.uws-products.carousel-layout .owl-nav &gt; div:hover {
	background-color: #fdd123;
	opacity: 1;
}

.uws-products.carousel-layout .owl-nav &gt; div:hover::before {
	color: #fff;
}

.uws-products.carousel-layout .owl-nav &gt; div:first-child {
	left: calc(50% - 20px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.uws-products.carousel-layout .owl-nav &gt; div:nth-child(2) {
	left: calc(50% + 20px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.uws-products.carousel-layout .owl-nav &gt; div:nth-child(2)::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	.uws-products.carousel-layout .owl-nav {
		display: none;
	}
}

.uws-products.carousel-layout .product {
	margin-bottom: 0;
}

.uws-products.carousel-layout .product .product-inner {
	margin-bottom: 4px;
	margin-top: 2px;
}

.uws-products.carousel-layout .product .product-inner .product-wrap {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.uws-products.carousel-layout .price-wrap {
		flex-direction: column;
		justify-content: center;
	}
}

.badge.cart-count {
	align-items: center;
	background-color: #2394fd;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 10px;
	font-weight: 600;
	height: 16px;
	justify-content: center;
	left: 8px;
	line-height: 0.9;
	position: absolute;
	top: -9px;
	width: 16px;
}

.woocommerce-form__label-for-checkbox input[type='checkbox'] {
	display: none;
}

.woocommerce-table:not(:first-child) {
	margin-top: 20px;
}
</pre></body></html>