@media (min-width: 768px) {
	.col-full {
		max-width: 90.4989378333em;
	}
	.page-template-template-fullwidth.left-sidebar .content-area {
		width: 100%;
	}
}
.sku_wrapper {
	display: inline-block;
	width: 100%;
	font-size: 1.2em;
}

.product-upsell form.cart,
.product-upsell .price {
	display: none !important;
}

.single-product .related.products,
.single-product .cross-sells {
	display: none;
}
#billing_country_field {
	display: none;
}

.single-product ul.products li.product {
	margin-bottom: 0.235801032em;
}

.woocommerce-shipping-fields,
.wc_payment_methods.payment_methods.methods,
.woocommerce-shipping-totals.shipping,
.widget_shopping_cart .buttons a.button.wc-forward,
#order_review .cart_item,
.site-header-cart .cart-contents .amount {
	display: none;
}
.widget_shopping_cart .buttons a.button.checkout.wc-forward {
	display: block;
}
.storefront-breadcrumb {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 110px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	font-size: 11px;
	padding: 7px 2px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 110px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	font-size: 11px;
	padding: 7px 2px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.single-product .summary.entry-summary .tooltip img {
	max-width: 85px;
}

.product_description h2 {
	display: none;
}
.product-upsell h2 {
	font-size: 1.2em;
}
.single-product .price {
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 16px;
}
@media (max-width: 767px) {
	.woocommerce-product-gallery.woocommerce-upsell.product-upsell.left
		.products {
		display: none;
	}
}
@media (min-width: 768px) {
	.up-sells.upsells.products {
		display: none;
	}
	.woocommerce-product-gallery.woocommerce-upsell.product-upsell.left
		.products {
		display: block;
	}

	.left-sidebar .content-area {
		width: 73.9130434783%;
		float: right;
		margin-right: 0;
		position: relative;
	}

	.site-branding {
		margin-bottom: 0px;
	}
	.site-header {
		padding-top: 1.617924em;
	}
	.site-header .site-branding img {
		max-width: 180px;
	}
	.main-navigation ul.menu > li > a,
	.main-navigation ul.nav-menu > li > a {
		padding: 0.618em 1em;
	}
}
.storefront-sorting {
	display: none;
}
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
	margin-bottom: 0.235801032em;
}
ul.products li.product .price {
	margin-bottom: 5px;
}
ul.products li.product h2,
ul.products li.product .woocommerce-loop-product__title {
	margin-bottom: 0px;
}
ul.products li.product img {
	margin-bottom: 10px;
}

.site-header-cart .cart-contents {
	padding: 0em 0;
}

/* mobile filters styling */

.moca-flow-filters-button {
	position: fixed;
	right: 20px;
	top: 95px;
	display: inline-block;
	z-index: 100;
	padding: 10px;
	background: #333;
	color: #fff;
	cursor: pointer;
	border-radius: 10px 10px 10px 10px;
	width: 180px;
	text-align: center;
	/* float: right; */
	margin-right: 55px;
}
.form-row textarea {
	height: 250px;
}
.moca-all-filters-button .fa-sliders-h:before {
	padding-left: 25px;
}
.fa-sliders-h:before {
	content: "\f1de";
}

body.custom-background.night-background .moca-flow-filters-button {
	background-color: #72984e;
}
.moca-sf {
	position: fixed;
	height: 100vh;
	width: 350px;
	top: 0;
	z-index: 9999;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow-y: auto;
	color: #000;
}

body.night-background .moca-sf h3.widget-title,
.moca-sf h4 {
	color: #000 !important;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 0px;
}
.moca-sf ul.berocket_aapf_widget {
	margin-bottom: 10px;
}

.moca-sf-inner {
	padding: 25px;
}
.moca-sf.closed {
	right: -350px;
}
.moca-sf.open {
	right: 0;
}
.moca-sf-close {
	margin-bottom: 15px;
}
.moca-sf-close a,
.moca-sf-close a:visited {
	color: #fff;
	font-size: 20px;
}
.moca-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	background: rgba(34, 25, 36, 0.5);
	z-index: 9000;
}
body:not(.tax-product_cat) .moca-flow-filters-button {
	display: none !important;
}
.woocommerce-order-overview__payment-method.method {
	display: none;
}

@media (min-width: 768px) {
	.footer-widgets {
		padding-top: 1.235801032em;
	}
}
.site-footer a {
	text-decoration: none;
}
.site-footer .widget {
	margin: 0 0 0.706325903em;
}

.footer-widget-2 #text-8 img {
	display: inline-block;
}
.site-footer {
	color: #fff;
	padding: 0.618em 0 0.706325903em;
}
.site-info {
	padding: 0.617924em 0;
}
#order_review thead,
#order_review .cart-subtotal {
	display: none;
}
@media (max-width: 768px) {
	.tax-product_cat .products.columns-4 {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 50% 50%;
		grid-template-columns: 50% 50%;
	}
	.tax-product_cat ul.products:after,
	.tax-product_cat ul.products:before {
		display: none;
	}
}

#payment .place-order {
	margin-top: 0.617924em;
}

.input-text,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 13%);
}
.input-text:disabled {
	background-color: #f2f2f2;
}

#billing_first_name_field,
#billing_last_name_field {
	display: none;
}

.anamoni,
.woocommerce-loop-product__link .instock,
.xoo-wsc-pname .instock,
.limited,
.archive .onsale,
.lastpieces {
	min-width: 120px;
	padding: 0px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	border-radius: 2px;
}

.woocommerce-loop-product__link .instock,
.xoo-wsc-pname .instock {
	border: 2px solid green;
	color: green;
}
.limited {
	border: 2px solid orange;
	color: orange;
}
.anamoni {
	border: 2px solid #214bc6;
	color: #214bc6;
}
.archive .onsale {
	border: 2px solid red;
	color: red;
}

.lastpieces {
	border: 2px solid purple;
	color: purple;
}

.archive .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.added_to_cart.wc-forward {
	display: none;
}

.archive .quantity {
	display: inline-block;
}

.sku b {
	color: #6d6d6d;
	font-weight: 300;
	font-size: 16px;
}
.archive .button.alt {
	margin-top: 10px;
	width: 80%;
}

.single-product .minus {
	float: left;
}
.single-product div.product form.cart .quantity {
	padding: 0px 10px;
	margin-right: 0px;
}
.single_add_to_cart_button.button.alt.added {
	display: none;
}

.single-product .plus {
	margin-right: 20px;
}

.stock {
	display: none;
}

.xoo-wsc-pname {
	font-size: 14px;
}
.xoo-wsc-sm-left {
	padding-right: 25px;
}

.woocommerce-upsell ul.products li.product .button {
	font-size: 12px;
	background-color: #000;
	color: #fff;
}

.page-id-8 .woocommerce-notices-wrapper {
	display: none;
}

.xoo-wsc-pprice {
	display: none;
}

.wpfMainWrapper[data-filter="3"] .wpfTermWrapper {
	display: none !important;
}
.wpfMainWrapper[data-filter="3"] .wpfTermWrapper[data-term-id="8"],
.wpfMainWrapper[data-filter="3"] .wpfTermWrapper[data-term-id="2"] {
	display: block !important;
	white-space: pre-wrap;
}
.moca-flow-filters-button.alternative {
	background-color: transparent;
	top: 130px;
}

/* registerb2b Page*/

body.registerb2b {
	background: #f0f0f1;
	min-width: 0;
	color: #3c434a;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

.registerb2b img {
	padding: 5% 0 0;
}

.registerb2b #masthead,
.registerb2b footer {
	display: none;
}

.registerb2b form {
	width: 320px;
	padding: 1% 0 0;
	margin: auto;
}
.registerb2b .register {
	/* margin-top: 20px; */
	margin-left: 0;
	padding: 26px 24px 34px;
	font-weight: 400;
	overflow: hidden;
	background: #fff;
	border: 1px solid #c3c4c7;
	box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
}

.registerb2b input[type="text"],
.registerb2b input[type="email"],
.registerb2b textarea {
	font-size: 24px;
	line-height: 1.33333333;
	width: 100%;
	border-width: 0.0625rem;
	padding: 0.1875rem 0.3125rem;
	margin: 0 6px 16px 0;
	min-height: 40px;
	max-height: none;
	box-shadow: 0 0 0 transparent;
	border-radius: 4px;
	border: 1px solid #8c8f94;
	color: #2c3338;
}

.registerb2b label {
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 3px;
}

.registerb2b .newregistersubmit,
.registerb2b .newregistersubmit:hover {
	min-height: 32px;
	line-height: 2.30769231;
	padding: 0 12px;
	background: #000;
	color: #fff;
}

.registerb2b .wpcf7-form-control-wrap.your-email {
	width: 100%;
}

table.cart td.product-name .instock,
table.cart td.product-name .outofstock,
.xoo-wsc-pname .outofstock,
table.cart td.product-name .product_wecom_status {
	display: inherit;
}

table.cart td.product-name .outofstock,
.xoo-wsc-pname .outofstock {
	color: red;
}

.login #nav {
	text-align: center;
}

#billing_email_field {
	display: none;
}

#main ul.products span.outofstock {
	display: none;
}
