/*
Theme Name: spxaperture

WooCommerce styles override
*/

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

body.woocommerce-checkout .entry-content,
body.woocommerce-cart .entry-content {
	width:50%;
	margin:0 auto;
	padding:20px;
}

form.woocommerce-cart-form {
	
}

table.shop_table_responsive tr th {
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid;
}

table.shop_table_responsive tr td {
	padding:20px 0;
}

.thumb-name {
	display:flex;
	align-items:center;
}

.product-name {
	margin-left:10px;
}

a.remove {
	display:block;
	text-transform:uppercase;
	font-size:11px;
	color:#999;
	margin-top:10px;
}

input.input-text.qty.text {
	max-width: 50px;
	text-align: center;
	-webkit-appearance: none;
	margin: 0;
	padding: 0px 0 0 15px;
}

.action-buttons {
	padding:20px 0;
	display:flex;
	justify-content:flex-end;
	border-top:1px solid;
	border-bottom:1px solid;
}

input#coupon_code,
.coupon {
	margin-right:10px;
}

.cart-collaterals {
	display:flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}

.cart_totals {
	width: 45%;
}
.cart_totals table tr th {
	border:none;
}

.cart_totals table tr td {
	text-align: right !important;
	font-weight:normal;
}

.wc-proceed-to-checkout {
	width:100%;
	display: flex;
	justify-content: space-between;
}

a.back-shop {
	display:inline-block;
	width:49%;
	border:1px solid #000;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 0 0;
}

a.checkout-button {
	display:inline-block;
	width:49%;
	border:1px solid #000;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 0 0;
}

a.back-shop:hover,
a.checkout-button:hover {
	background:#000;
	color:#fff;
}

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

table.woocommerce-table--order-details tr th {
	text-align:left;
	text-transform:uppercase;
}

table.woocommerce-table--order-details tr th,
table.woocommerce-table--order-details tr td {
	padding:0 0 10px;
}

/**
 * Products
 */


.products-nav {
	position:fixed;
	top:0;
	right:0;
	height:100%;
	border-left:1px solid;
	width: calc(25% + 1px);
	background: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
	transition:all 0.5s linear;
	z-index:9999;
}

ul.products-nav-list {
	margin:0;
	padding: 0 20px 20px;
	list-style:none;
	width: 100%;
	font-size: 16px;
}

ul.products {
	margin: 0 auto;
	padding: 0;
	width: 50%;
	display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  border-top: 1px solid;
  border-left: 1px solid;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 0;
	/* width: 50%; */
	border-right: 1px solid;
	border-bottom: 1px solid;
	/* padding: 1em; */
	box-sizing: border-box;
	transition:all 0.5s ease;
}

ul.products li.product.inactive {
	display:none;
}

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

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

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

.shop-thumb {
	height:60vh;
}

.shop-thumb img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}

ul.products li:nth-child(2n+1) {
	border-right:1px solid;
}

@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 div.product {
	position: relative;
	width:100%;
}

.single-product div.product .woocommerce-product-gallery {
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	
}

.woocommerce-product-gallery__wrapper {
	width:100%;
	height:100%;
	display:none;
}

.main-swatch.active {
	display:block;
}

.woocommerce-product-gallery__wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events:none;
	object-position: center;
}

.woocommerce-product-gallery__image {
	z-index:101;
	position:relative;
	width: 100%;
	height: 100%;
}

.swatch-image {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	opacity:0;
	z-index:-1;
	position: absolute;
	top: 0;
	left: 0;
}

.swatch-image.active {
	opacity:1;
	z-index:102;
}

.swatch-slideshow {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100vh;
	z-index:2;
}

.swatch-slideshow.active {
	
	display:block;
}

.swatch-slides{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	height: 100vh;
	position: relative;
}

.swatch-slides .cycle-carousel-wrap {
	width:100%;
}

.swatch-slides li {
	width: 100% !important;
	height:100vh;
}

.summary {
	position:fixed;
	top: 0;
	right:0;
	height:100%;
	border-left:1px solid;
	width:25%;
	padding: 20px;
	background: #fff;
	z-index: 9999;
	display: flex;
	/* align-items: center; */
	transition:all 0.5s linear;
	overflow:auto;
}

.inner-summary {
	display:flex;
	flex-direction:column;
	width:100%;
	padding-top: 75px;
}

.inner-summary .descriptions {
	max-width:80%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

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

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

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

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

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

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

table.variations tr th,
table.variations tr td {
	text-align:left;
	font-weight:normal;
	display: block;
	position: relative;
}

table.variations tr th {
	text-transform:uppercase;
}

th.label label {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

th.label span {
	display:none;
}

table.variations ul {
	margin: 0 0 20px;
	padding:0;
	list-style:none;
	display:flex;
}

table.variations ul li {
	font-size:16px;
	margin-right:5px;
	cursor:pointer;
}

table.variations ul li.selected span {
	border-bottom:1px solid;
}

table.variations ul li span:after{
	content:',';
}

table.variations ul li:last-child span:after{
	content:'';
}

.woocommerce-variation.single_variation {
	display:block !important;
}

a.reset_variations {
	position:absolute;
	right:0;
	top: 0;
	font-size: 16px;
	display: none !important;
}

.product-dimensions {
	margin:0 0 20px;
}

.product-dimensions h4 {
	margin:0;
}
.product-dimensions p {
	font-size:16px;
	margin:0;
}
/**
 * Checkout
 */
@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%;
	}
}

.product-slides {
	margin:0;
	padding:0;
	list-style:none
}

ul.product-slides li {
	height: 25vw;
	margin:0 20px 0 0
}

.spec-doc {
	text-transform:uppercase;
	margin:0 0 20px;
	border-bottom:1px solid;
	display:table;
}

.slide-image {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.slide-nav {
	display:flex;
	margin:20px 0;
	font-size:16px;
	align-items:center;
}

.cycle-prev {
	position:absolute;
	top:0;
	left: 10px;
	width:50%;
	height:100%;
	display:flex;
	align-items:center;
}

.cycle-next {
	position:absolute;
	top:0;
	right: 10px;
	width:50%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.cycle-prev img,
.cycle-next img {
	max-width: 40px;
	opacity: 0;
}

.cycle-next img {
	transform: rotate(180deg);
	display:block;
}

.cycle-prev:hover img,
.cycle-next:hover img {
	opacity:1;
}



#custom-pager {
	
}

#custom-pager a:after {
	content:',';
	margin-right:5px;
}

#custom-pager a.cycle-pager-active {
	border-bottom:1px solid;
}

.product-price {
	display:flex;
	font-size:16px;
}

.product-price p {
	margin: 0 0 0 5px;
}

.summary .quantity {
	display: none !important;!i;!;
}

.cart-buttons {
	margin:20px 0
}

a.added_to_cart,
.cart-buttons button {
	border:1px solid;
	background:none;
	font-size:16px;
	border-radius: 30px;
	padding: 5px 20px 0;
	line-height: 35px;
	vertical-align: middle;
	width: 120px;
}

a.added_to_cart {
	display:inline-block;
	margin:0 10px 0 0;
	text-align: center;
	text-transform: capitalize;
}

.cart-buttons button.single_add_to_cart_button {
	margin-right:10px;
}

.cart-buttons button:hover {
	background:#000;
	color:#fff;
}
/**
 * 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: #4169e1;
}

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: #404040;
	text-indent: 0;
	opacity: 0.25;
}

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

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

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

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

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	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: #0f834d;
}

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

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

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

/**
 * Forms
 */

body.woocommerce-checkout form h3 {
	text-transform:uppercase;
}

.form-row input {
	width:100%;
	padding: 4px 10px 0;
}
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

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

.required {
	color: #f00;
}

.select2-container--default .select2-selection--single {
	border-radius:0px;
	height:40px;
	border:1px solid #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:40px;
}


table.woocommerce-checkout-review-order-table tr th {
	font-weight:normal;
	text-transforM:uppercase;
	text-align:left;
}

table.woocommerce-checkout-review-order-table tr td {
	padding:20px 0;
}

button#place_order {
	width:100%;
	text-transform:uppercase;
}
ul#shipping_method {
	margin:0;
	padding:0;
	list-style:none;
}

#payment {
	margin:20px 0;
}

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

p.thwcfd-field-country span {
	border:1px solid;
	display:inline-block;
	line-height:40px;
	width:100%;
	padding:4px 10px 0;
}

/* Basic reset: visually hide native radio but keep it accessible */
#payment_method_stripe_cc[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none; /* label handles clicks */
}

/* Style the label as a rectangular button */
label[for="payment_method_stripe_cc"] {
  display: inline-block;
  padding: 0;
  min-width: 160px;           /* adjust width as needed */
  width: 100%;
  border: 1px solid #000;
  /* border-radius: 6px; */
  background: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s ease;
  color: #000;
  line-height: 40px;
}

/* Hover/focus on the label */
label[for="payment_method_stripe_cc"]:hover,
label[for="payment_method_stripe_cc"]:focus {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* Selected state when the radio is checked
   We include both adjacent (+) and general sibling (~) selectors
   to handle different DOM arrangements. */
#payment_method_stripe_cc:checked + label[for="payment_method_stripe_cc"],
#payment_method_stripe_cc:checked ~ label[for="payment_method_stripe_cc"],
label[for="payment_method_stripe_cc"].selected { /* fallback class option */
  background: #000;    /* primary color */
  color: #fff;
  border-color: #000;
}

/* Optional: focus-visible for keyboard users */
#payment_method_stripe_cc:focus + label[for="payment_method_stripe_cc"],
#payment_method_stripe_cc:focus ~ label[for="payment_method_stripe_cc"] {
  outline: 3px solid rgba(17,17,17,0.12);
  outline-offset: 3px;
}

/* Optional small helper if there is helper text inside the label */
label[for="payment_method_stripe_cc"] .sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
  color: rgba(255,255,255,0.8);
}

.payment_box.payment_method_stripe_cc {
	margin:20px 0;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	/* background-color: #0f834d; */
	clear: both;
	outline:none;
}

.wc-empty-cart-message {
	margin:20px 0;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	/* background-color: #3d9cd2; */
	font-size:18px;
}

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

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

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