/** ARCHIVE **/

.woocommerce.archive header.entry-header {
	display: none;
}

.woocommerce.archive:not(.tax-brand) .woocommerce-breadcrumb {
	margin-top: 180px;
}

.has-top-banner.woocommerce.archive:not(.tax-brand) .woocommerce-breadcrumb {
	margin-top: 200px;
}

.woocommerce.archive #secondary h2 {
	font-size: 15px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: Radikal, sans-serif;
}

.woocommerce.archive #secondary .search-field {
	border: none;
	border-bottom: 1px solid #e1e1e1;
	width: calc(100% - 30px);
}

.woocommerce .woocommerce-product-search button[type=submit]{
	text-indent: -99999px;
	border: 0;
	background-color: transparent;
	background: url('img/sprites.png') no-repeat;
	background-position: 2px -238px;
	width: 29px;
	height: 26px;
	display: inline-block;
}

.woocommerce.archive .woocommerce-result-count {
	float: left;
	font-size: 16px;
	margin-bottom: 50px;
}

.woocommerce.archive .woocommerce-ordering select {
	font-size: 16px;
	padding: 11px 21px;
	background-color: #ffffff;
	 appearance: none;          /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2em;  
	background-repeat: no-repeat;
    background-position: right 0.75em center;
    background-size: 0.65em auto;
	background-image: url("data:image/svg+xml;utf8,\
      <svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'>\
        <path d='M2 2l4 4 4-4' stroke='%23333' stroke-width='2' fill='none'/>\
      </svg>");
}


.woocommerce.archive .woocommerce-ordering {
	float: right;
	margin-bottom: 50px;
}

.woocommerce.archive ul.products {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: flex-start;
}

.woocommerce.archive ul.products li.product img, .woocommerce.single-product .related ul.products li.product img, .woocommerce-cart .cart-collaterals ul.products li.product img {
	margin: 0 auto;
}

.woocommerce.archive ul.products a, .woocommerce.single-product .related ul.products a, .woocommerce-cart .cart-collaterals ul.products a {
	text-decoration: none;
}

.woocommerce.single-product .related ul.products a.woocommerce-LoopProduct-link {
	display: block;
	width: 100%;
}

.woocommerce.archive ul.products h2, .woocommerce.single-product .related ul.products a, .woocommerce.single-product .related ul.products h2, .woocommerce-cart .cart-collaterals ul.products h2 {
	font-size: 14px;
  color: #757575;
  letter-spacing: 2.5px;
  font-family: Radikal, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce ul.products h4 {
	font-size: 11px;
  color: #757575;
  letter-spacing: 3px;
  font-family: Radikal, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woocommerce ul.products p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 48px;
	color: #757575;
	font-size: 16px;
	display: none;
}


.woocommerce.archive .star-rating, .woocommerce.single-product .related .star-rating, .woocommerce-cart .cart-collaterals .star-rating {
	display: none;
}

.woocommerce.archive .product .fa-heart-o::before, .woocommerce.single-product .related .product .fa-heart-o::before, .woocommerce-cart .cart-collaterals .product .fa-heart-o::before {
	color: #a836a2;
	font-weight: bold;
	font-size: 16px;
}

.woocommerce.archive .product .fa-heart::before, .woocommerce.single-product .related .product .fa-heart::before, .woocommerce-cart .cart-collaterals .product .fa-heart::before {
	color: #a836a2;
	font-weight: bold;
	font-size: 16px;
}

.woocommerce.archive .woocommerce-Price-amount, .woocommerce.single-product .related .woocommerce-Price-amount, .woocommerce-cart .cart-collaterals .woocommerce-Price-amount {
	font-size: 14px;
	color: #757575;
	font-weight: 400;
	letter-spacing: 2px;
	padding-bottom: 5px;
}

.woocommerce.archive .woocommerce-pagination {
	clear: both;
}

.woocommerce.archive ul.products li.product, .woocommerce.single-product .related ul.products li.product, .woocommerce-cart .cart-collaterals ul.products li.product {
	position: relative;
	margin-bottom: 65px;
}

.woocommerce.archive li.product .buttons .add_to_cart_button.added,  .woocommerce.single-product .related li.product .add_to_cart_button.added {
	display: none;
}

.woocommerce.archive li.product .product-container, .woocommerce.single-product .related li.product .product-container, .woocommerce-cart .cart-collaterals li.product .product-container {
	background-color: #ffffff;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce.archive ul.products h2 {
	margin-bottom: 10px;
}	

/** ARCHIVE HEADER **/

#archive-header {
	margin-top: 156px;
	color: #ffffff;
	margin-bottom: 40px;
}

.has-top-banner #archive-header {
	margin-top: 170px;
}

#archive-header .sub-section {
	display: flex;
}

#archive-header .sub-section .spacer {
	width: 5%;
}

#archive-header .sub-section.col-3 .bg-image, #archive-header .sub-section.col-3 .tagline {
	width: 31.8%;
}

#archive-header .bg-image {
	background-size: cover !important;
	background-position: center center !important;
}

#archive-header .sub-section.col-3 .tagline {
	padding: 165px 40px;
}

#archive-header .sub-section.col-3 .tagline img {
	max-height: 150px;
}	

#archive-header .sub-section.col-3 .tagline h1 {
	font-size: 50px;
	line-height: 55px;
	min-height: 110px;
}

#archive-header .sub-section .spotlight {
	background-color: #ffffff;
	color: #000;
	width: 47.5%;
	display: flex;
	align-items: center;
	padding: 50px;
}

#archive-header .sub-section .spotlight .spotlight-image {
	width: 40%;
}

#archive-header .sub-section .spotlight .spotlight-body {
	text-align: center;
}

#archive-header .sub-section .spotlight .spotlight-body h2 {
	/*height: 82px;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 10px;*/
	display: flex;
	justify-content: center;
	height: 82px;
	align-items: center;
}

#archive-header #featured-section .bg-image {
	width: 47.5%;
}

#archive-header #featured-section .featured {
	width: 47.5%;
	display: flex;
	flex-direction: column;
	padding: 170px 50px;
	text-align: center;
	justify-content: center;
}


#archive-header #featured-section .featured h2 {
	font-size: 50px;
	margin: 0;
}

#archive-header #featured-section .featured h3 {
	font-size: 50px;
	font-family: Radikal, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0;
	margin-bottom: 50px;
}

#archive-header #featured-section .featured .link-button.white {
	margin: 0 auto;
}

#archive-header #featured-section .spacer {
	position: relative;
}

#archive-header #featured-section .spacer h2 {
	transform: rotate(-90deg);
	color: #fff !important;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: Radikal, sans-serif;
	position: absolute;
	left: -43px;
	top: 200px;
}




/** ARCHIVE FOOTER **/

#archive-footer {
	clear: both;
}

#archive-footer-body {
	display: flex;
}

#archive-footer-body .archive-body-item {
	width: 50%;
}

#archive-footer-body #archive-footer-left {
	background-size: cover !important;
	position: relative;
	background-position: center center !important;
	min-height:800px;
}

#archive-footer-body #archive-footer-left h3 {
	font-size: 70px;
	color: #ffffff;
	letter-spacing: 2.1px;
	margin: 0;
	padding: 0;
}

#archive-footer-body #archive-footer-left .archive-footer-left-content {
	position: absolute;
	bottom: 13%;
	text-align: center;
	width: 100%;
}

#archive-footer-body #archive-footer-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#archive-footer-body #archive-footer-right h4 {
	font-size: 50px;
	letter-spacing: 1.5px;
	line-height: 50px;
	margin: 20px 30px 0 30px;
}

#archive-footer-body #archive-footer-top {
	text-align: center;
	color: #ffffff;
	padding: 50px;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#archive-footer-body #archive-footer-top .footer-logo img {
	max-width: 25%;
}

#archive-footer-body #archive-footer-bottom {
	display: flex;
	padding-top: 60px;
	background-color: #ffffff;
	height: 50%;
}

#archive-footer-body #archive-footer-bottom .archive-footer-product {
	width: 50%;
	text-align: center;
}

#archive-footer-body #archive-footer-bottom .archive-footer-product div.brand {
	color: #000000;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 300;
	font-family: "Radikal", sans-serif;
	margin: 0;
}

#archive-footer-body #archive-footer-bottom .archive-footer-product h5 {
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 300;
}

#archive-footer-body #archive-footer-bottom .archive-footer-product img {
	max-height: 170px;
	width: auto;
}

/** PAGINATION **/

.woocommerce-pagination {
  text-align: center;
  margin: 2rem 0;
  order: 10;
}

.woocommerce-pagination ul.page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  justify-content: center;
}

.woocommerce-pagination ul.page-numbers li {
  display: inline;
}

.woocommerce-pagination .page-numbers {
	display: inline-block;
	/* padding: 0.5rem 0.75rem; */
	font-size: 1rem;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	text-align: center;
}

.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers.current:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
  cursor: default;
}

.woocommerce-pagination .page-numbers.dots {
  background: none;
  border: none;
  cursor: default;
  color: #999;
}

.woocommerce-pagination .next.page-numbers,
.woocommerce-pagination .prev.page-numbers {
  font-weight: bold;
  font-size: 1.1rem;
}


@media only screen and (max-width: 1024px) {

	.woocommerce.archive .woocommerce-ordering select {
		font-size: 13px;
		padding: 11px 13px;
		background-color: #ffffff;
		border-radius: 0;
	}
	
	.woocommerce.archive #woocommerce-body {
		display: flex;
		flex-direction: column;
	}


	.woocommerce.archive #secondary {
		display: none;
		position: fixed;
		top: 0;
		bottom: 0;
		background-color: #fff;
		width: 100%;
		z-index: 100000;
		box-shadow: 3px 3px 10px #666;
		padding: 50px;
		left: 0;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	.woocommerce.archive #secondary #nav_menu-25 {
		margin-top: 110px;
	}
	
	.woocommerce.archive ul.products {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	
	#archive-header {
		margin-top: 113px;
	}

	#archive-header #featured-section .spacer h2 {
		left: -50px;
	}

	#archive-header .sub-section.col-3 .bg-image, #archive-header .sub-section.col-3 .tagline {
		width: 50%;
	}

	#archive-header .sub-section.col-3 .tagline h1 {
		font-size: 46px;
	}

	#archive-header .right-image {
		display: none;
	}
	
	#archive-footer-body #archive-footer-right h4 {
		font-size: 40px;
		line-height: 42px;
	}
	
	.woocommerce.archive:not(.tax-brand) .woocommerce-breadcrumb {
		margin-top: 150px;
	}

}

@media only screen and (max-width: 875px) {

	#archive-header .sub-section .spacer, #archive-header .sub-section .spotlight {
		display: none;
	}

	#archive-header .sub-section {
		flex-direction: column;
	}

	#archive-header .bg-image {
		height: 400px;
		width: 100% !important;
	}

	#archive-header .sub-section.col-3 .tagline, #archive-header .sub-section .spotlight, #archive-header #featured-section .featured {
		width: 100%;
	}

	#archive-header #featured-section .spacer {
		display: block;
		text-align: center;
		padding: 5px;
		width: 100%;
	}

	#archive-header #featured-section .spacer h2 {
		transform: none;
		position: static;
		text-align: center;
		width: 100%;
	}

	#archive-header #featured-section .featured {
		padding: 60px 30px;
	}

	#archive-header .sub-section.col-3 .tagline {
		text-align: center;
		padding: 60px 30px;
	}

	#archive-footer-body {
		flex-direction: column;
	}

	#archive-footer-body .archive-body-item {
		width: 100%;
	}

	#archive-footer-body #archive-footer-left {
		height: 600px;
		order: 1;
	}

	#archive-header .bg-image {
		height: 75vh;
	}

	#archive-header .right-image {
		display: block;
	}

	#archive-header .sub-section.col-3 .tagline img {
		max-height: 150px;
	}
	
	 #archive-footer-body #archive-footer-top .footer-logo img {
		max-width: 40%;
	}

}

@media only screen and (max-width: 680px) {

	.woocommerce.archive ul.products li.product {
		margin-bottom: 25px;
	}
	
	.woocommerce.archive .woocommerce-result-count {
		float: none;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.woocommerce.archive .woocommerce-ordering {
		float: none;
		margin-bottom: 20px;
		display: inline-block;
	}
	
	#archive-footer-bottom {
		flex-direction: column;
	}

	#archive-footer-body #archive-footer-bottom .archive-footer-product {
		width: 100%;
	}
	
	#archive-header .bg-image {
		height: 260px;
	}

	#archive-footer-body #archive-footer-left h3 {
		font-size: 50px;
		color: #ffffff;
		letter-spacing: 2.1px;
		margin: 0;
		padding: 0;
		line-height: 55px;
		margin-bottom: 20px;
	}

	#archive-footer-body #archive-footer-left {
		min-height: 500px;
	}

	#archive-footer-body #archive-footer-bottom .archive-footer-product h5 {
		margin: 20px;
	}

	#archive-footer-body #archive-footer-top .footer-logo img {
		max-width: 60%;
		max-height: 130px;
	}
	
	#mobile-featured .products h2 {
		max-width: 150px;
	}
	
	.woocommerce-pagination ul.page-numbers {
		gap: 0.25rem;
	}

}