.woocommerce-cart {
	table.shop_table.cart {
		td {
			padding: 25px 10px !important;
			border-top: 1px solid rgba(0, 0, 0, .1) !important;
			background-color: #ffffff !important;
		}

		.product-thumbnail {
			display: none !important;
			min-width: 100px !important;

			@media screen and (min-width: 600px) {
				display: block !important;
			}
		}

		.cart_item {
			td:first-child {
				padding-right: 0 !important;
				padding-left: 0 !important;
			}

			.product-remove {
				position: relative;
				padding: 0 !important;
				border-top: 1.6em solid;

				a.remove {
					position: static !important;
					display: block;
					width: 20px;
					height: 20px;
					padding: 0px;
					border: 1px solid #999;
					background-color: #ffffff !important;
					color: #999 !important;
					font-size: 16px;
					line-height: 17px;
					transition: all 0.2s linear;

					&:hover {
						background-color: #999 !important;
						color: #ffffff !important;
					}
				}
			}

			.product-name {
				@media screen and (min-width: 770px) {
					width: 47% !important;
				}

				a {
					color: #d1a93b;
					font-size: 16px;
					font-weight: 600;
					transition: color .2s linear;

					&:hover {
						background: none;
						color: inherit;
						transition: color .2s linear;
					}
				}
			}

			.product-quantity {
				min-width: 80px !important;
			}
		}

		.actions button[type="submit"][name="update_cart"] {
			display: none !important;
		}
	}

	.cart-collaterals {
		.cart_totals {
			width: 100% !important;

			td,
			th {
				vertical-align: middle !important;
				padding-bottom: 10px;
				padding-left: 0 !important;
				border-top: 1px solid rgba(0, 0, 0, .1) !important;
				background-color: #ffffff !important;
				font-size: 14px;
				font-weight: 400;
				line-height: 20px;

				@media screen and (min-width: 770px) {
					width: 47% !important;
				}
			}

			.wc-proceed-to-checkout {
				.checkout-button {
					min-width: 100%;
					height: 100% !important;
					padding: 10px !important;
					border: 2px solid black !important;
					border-top-left-radius: 5px !important;
					border-top-right-radius: 5px !important;
					border-bottom-left-radius: 5px !important;
					border-bottom-right-radius: 5px !important;
					background-color: white !important;
					background-image: none !important;
					color: black !important;
					font-size: 19px !important;
					line-height: 100%;
				}
			}
		}
	}
}

.woocommerce {
	.woocommerce-breadcrumb {
		display: block !important;
		padding: 0 !important;

		span {
			opacity: 1 !important;
			color: #212529 !important;
			font-weight: 400 !important;
		}
	}

	.woocommerce-result-count {
		position: static !important;
		margin-bottom: 5px !important;
		padding-bottom: 30px !important;
	}

	#header-outer {
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22) !important;
	}

	.nectar-shop-header {
		.page-title {
			display: block !important;
		}
	}

	ul.products li:nth-child(2n+2) {
		@media screen and (max-width: 999px) {
			margin-right: 0 !important;
		}
	}

	.container-footer {
		z-index: 1;
	}
}

.archive.tax-product_cat {
	.woocommerce-result-count {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	.woocommerce-ordering {
		position: relative;
        top: 8px !important;
		float: none !important;

		@media screen and (min-width: 500px) {
			float: right !important;
		}

		@media screen and (min-width: 600px) {
			top: 0 !important;
		}
	}
}

body #header-outer header#top {
	#logo img {
		@media(max-width: 768px) {
			width: auto !important;
			height: 40px !important;
			object-fit: contain !important;
		}
	}

	> div.container > div.row > .col.span_3 {
		@media(min-width: 1500px) {
			display: flex !important;
			flex-direction: row;
			align-items: center;
			width: 23% !important;
			margin-right: 0 !important;
		}

		@media(min-width: 1650px) {
			width: auto !important;
		}

		&::after {
			display: none !important;
		}

		.header-tag-line {
			display: none;
			align-items: center;
			height: 100%;
			padding-left: 1.5rem;
			color: #212529;
			font-family: 'Lato',sans-serif;
			font-size: 0.875rem;
			font-style: normal;
			text-transform: uppercase;
			text-wrap: balance;

			@media(min-width: 1500px) {
				display: flex;
			}
		}
	}

	> div.container > div.row > col.span_9 {
		@media(min-width: 1200px) {
			width: 100% !important;
		}
	}

	.ubermenu-responsive-toggle {
		margin-top: 0 !important;
	}

	.ubermenu-nav {
		@media(max-width: 768px) {
			padding-top: 0 !important;
		}

		.ubermenu-column-auto {
			@media(max-width: 768px) {
				min-width: 50% !important;
			}
		}

		.ubermenu-item-level-0:not(.menu-button) {
			@media(max-width: 768px) {
				width: 50% !important;
			}

			@media(min-width: 1200px) {
				padding: 5px 0;
			}
		}

		.ubermenu-target {
			@media(max-width: 1200px) {
				padding: 5px 12px 7px 12px !important;
			}
		}
	}

	.menu-button {
		padding-left: 12px !important;

		@media(max-width: 1200px) {
			padding: 1rem 0 !important;
		}

		@media(max-width: 768px) {
			width: 100% !important;
		}

		.ubermenu-target {
			width: 100% !important;
			height: auto !important;
			padding: 5px 12px 7px 12px !important;
			border: 1px solid #212529 !important;
			transition: all 0.3s ease !important;

			.ubermenu-target-title {
				width: 100% !important;
				text-align: center !important;
				transition: all 0.35s ease !important;
			}

			&:hover {
				border: 1px solid #fff !important;
				background-color: #212529 !important;

				.ubermenu-target-title {
					color: #fff !important;
				}
			}

			&::after {
				display: none !important;
			}
		}
	}

	ul#ubermenu-nav-main-145-top_nav li a span.ubermenu-target-text {
		font-size: 12px !important;

		@media(min-width: 1130px) {
			font-size: 13px !important;
		}

		@media(min-width: 1370px) {
			font-size: 1rem !important;
		}
	}
}

.woof_container_pa_wood-interior,
.woof_container_pa_hardware,
.woof_container_pa_of-drawers,
.woof_container_pa_watch-winders {
	display: block !important;
}

.single-product {
	.product-disclaimer {
		padding: 1rem 0 0 !important;
  		color: #444 !important;
  		font-weight: bold !important;
	}
}

.woocommerce-checkout {
	.wc_payment_methods.payment_methods.methods {
		padding: 1rem 0 !important;
	}

	.wc_payment_method.payment_method_cod {
  		color: #444 !important;
  		font-weight: bold !important;
	}
}

body .container {
	@media only screen and (max-width: 690px) {
		max-width: 690px !important;
	}
}

.header-sticky-mobile {
	display: block;
	margin-bottom: 1.5rem;

	@media screen and (min-width: 450px) {
		display: none;
	}

	.header-sticky-mobile-wrapper {
		position: fixed;
		z-index: 999999;
		top: 0;
		display: block;
		width: 100%;
		padding: 2px 30px;
		background: #5e5e5e;
		color: #fff;
		font-family: "Lato", sans-serif;
		font-size: 16px;
		font-weight: 500;
		text-align: center;

		.label {
			color: #e3e3e3;
			font-weight: 700;
		}

		.header-sticky-mobile-number {
			color: #fff;
			font-weight: 500;
		}
	}
}

.product-tag-label.coming-soon {
	position: absolute;
	z-index: 99;
	top: 6px;
	right: 6px;
	padding: 15px 8px;
	border-radius: 100%;
	background-color: #C18B4D;
	color: #FFF;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	pointer-events: none;
}

.single-product .product-tag-label.coming-soon {
	font-size: 12px;
	padding: 20px 8px;
}

.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
	display: none !important;
}

