/*
Theme Name: Basta

WooCommerce styles override
*/
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap");
/**
 * 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;
}

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

@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;
	}
}

/**
 * Cart
 */
.woocommerce-cart-form .attachment-woocommerce_thumbnail {
	width: 50px !important;
}

.woocommerce-cart-form a.remove {
	text-align: center !important;
	color: #000000 !important;
}

.woocommerce-cart-form a.remove:hover {
	background-color: #000000 !important;
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-quantity,
.woocommerce-cart-form .product-subtotal {
	text-align: center;
}

.woocommerce-cart-form .input-text {
	font-size: 1rem;
}

.woocommerce-cart-form .button {
	background-color: #000000 !important;
	color: #ffffff !important;
	border-radius: 20px !important;
}

.woocommerce-cart-form .coupon .input-text {
	width: 50% !important;
}

.xoo-wsc-empty-cart a,
.xoo-wsc-footer a {
	color: #ffffff !important;
}

.xoo-wsc-empty-cart a:hover,
.xoo-wsc-footer a:hover {
	color: #000000 !important;
}

/**
 * Products
 */
.woocommerce ul.products li.product .button {
	text-align: center;
}

.onsale {
	background-color: #000000 !important;
}

.woocommerce-ordering {
	height: 40px;
}

.woocommerce-ordering select {
	height: 100%;
}

ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

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

ul.products li.product .button {
	display: block;
	margin-top: 20px;
	width: 100%;
	background-color: #000000 !important;
	border: 1px solid #000000 !important;
	border-radius: 25px !important;
	color: #ffffff !important;
	padding: 15px 40px !important;
	box-shadow: -1px 6px 12px -4px rgba(0, 0, 0, 0.73) !important;
	-webkit-box-shadow: -1px 6px 12px -4px rgba(0, 0, 0, 0.73) !important;
	-moz-box-shadow: -1px 6px 12px -4px rgba(0, 0, 0, 0.73) !important;
}

@media screen and (min-width: 48em) {
	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products li.product.last {
		margin-right: 0;
	}
	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}
	ul.products.columns-2 li.product {
		width: 48.1%;
	}
	ul.products.columns-3 li.product {
		width: 30.79667%;
	}
	ul.products.columns-4 li.product {
		width: 22.15%;
	}
	ul.products.columns-5 li.product {
		width: 16.96%;
	}
	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product {
	min-height: 700px;
}

.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery--with-images,
.single-product .attachment-woocommerce_thumbnail {
	border: 2px solid #000000 !important;
	border-radius: 25px !important;
	padding: 5px !important;
}

.single-product .woocommerce-product-gallery__image {
	border-radius: 25px !important;
}

.single-product .summary .product_title,
.single-product .entry-summary .product_title,
.single-product .woocommerce-LoopProduct-link .product_title {
	font-weight: 100 !important;
	text-align: left;
}

.single-product .summary .price,
.single-product .entry-summary .price,
.single-product .woocommerce-LoopProduct-link .price {
	color: #000000 !important;
}

.single-product .cart {
	display: flex;
	flex-direction: column;
	max-width: 260px;
}

.single-product .cart button {
	margin-top: 20px;
	width: auto;
	background-color: #000000 !important;
	border: 1px solid #000000 !important;
	border-radius: 25px !important;
	color: #ffffff !important;
	padding: 15px 40px !important;
	box-shadow: -1px 6px 12px -4px rgba(0, 0, 0, 0.73) !important;
	-webkit-box-shadow: -1px 6px 12px -4px rgba(0, 0, 0, 0.73) !important;
	-moz-box-shadow: -1px 6px 12px -4px rgba(0, 0, 0, 0.73) !important;
}

.related h2:first-child {
	background-color: #000000;
	color: #EAEAEA;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 3.5vw;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.related .ribbon {
	display: flex;
	justify-content: center;
	align-items: center;
}

/**
 * Checkout
 */
.home .woocommerce-checkout .woocommerce-notices-wrapper,
.home .woocommerce-checkout .woocommerce-error {
	display: none;
}

.woocommerce-checkout .showcoupon {
	color: #ffffff !important;
	text-decoration: underline !important;
}

.woocommerce-checkout #payment {
	background: none;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
	display: none;
}

.woocommerce-checkout .woocommerce-privacy-policy-link {
	color: #000000;
}

.woocommerce-checkout .button {
	border-radius: 20px !important;
}

.woocommerce-order a {
	color: #000000 !important;
	text-decoration: underline !important;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
	color: #000000 !important;
}

.woocommerce-order-received .woocommerce-order-details table,
.woocommerce-order-received .woocommerce-customer-details table {
	border-color: #000000 !important;
}

.woocommerce-order-received .woocommerce-order-details address,
.woocommerce-order-received .woocommerce-customer-details address {
	border-color: #000000 !important;
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .shop_table {
	color: #000000 !important;
	border-color: #000000 !important;
}

#customer_details {
	color: #000000 !important;
}

button#place_order {
	background: #000000 !important;
	color: #ffffff !important;
}

@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
	#customer_details {
		color: #000000 !important;
	}
	.woocommerce-order-received .woocommerce-order-details,
	.woocommerce-order-received .woocommerce-customer-details {
		color: #000000 !important;
	}
	.woocommerce-order-received .woocommerce-order-details table,
	.woocommerce-order-received .woocommerce-customer-details table {
		border-color: #000000 !important;
	}
	.woocommerce-order-received .woocommerce-order-details address,
	.woocommerce-order-received .woocommerce-customer-details address {
		border-color: #000000 !important;
	}
	.woocommerce-order-received .woocommerce-order-details a,
	.woocommerce-order-received .woocommerce-customer-details a {
		color: #000000 !important;
	}
	.woocommerce-order-received .woocommerce-order-details__title,
	.woocommerce-order-received .shop_table {
		color: #000000 !important;
		border-color: #000000 !important;
	}
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

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

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

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #000;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #000;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #000;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #000;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #000;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #000;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

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

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #000000;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #000000;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #000000;
}

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

.woocommerce .quantity .qty {
	text-align: unset !important;
	max-width: 3em;
	min-width: 2em;
}

input[type=number] {
	background-color: #EAEAEA;
	border: none;
	font-size: 20px;
	font-weight: bold;
}

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

input[type=number] {
	-moz-appearance: textfield;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #000000;
	clear: both;
	color: #ffffff;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #000000;
}

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

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #000000;
	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 widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

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

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

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

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

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

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

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

/*# sourceMappingURL=woocommerce.css.map */