/* Shop page styles */
.shop .site-main {
	display: block !important;
}

.shop #page {
	overflow-x: hidden;
}

.shop #page .site-content-contain .site-content .wrap {
	padding: 0 !important;
	max-width: 100% !important;
}

.shop {
	background: rgba(64,64,64, 0.05) !important;
}

.shop .button {
	background: #e76631;
	border-radius: 5px;
	box-shadow: none !important;
	color: #fff;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.625;
	padding: 12px 26px;
	box-sizing: border-box;
	text-transform: uppercase;
	max-width: 150px;
	margin: 0 auto;
}

.shop .button.dark {
	background: #404040;
	border-radius: 5px;
	box-shadow: none !important;
	color: #ffffff;
	display: inline;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.625;
	padding: 16px 32px;
	box-sizing: border-box;
	text-transform: uppercase;
	margin: 0;
}

.shop .button.invert {
	background: #fff;
	border-radius: 5px;
	box-shadow: none !important;
	color: #e76631;
	display: inline;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.625;
	padding: 12px 26px;
	box-sizing: border-box;
	text-transform: uppercase;
	margin: 0;
}

.shop .section-one {
	align-items: flex-start;
	background-color: #e6e8e9;
	background-position: bottom right;
	background-repeat: no-repeat;
	display: flex;
	min-height: 600px;
	padding: 30px 16px;
	width: 100%;
}

@media (min-width: 768px) {
	.shop .section-one {
		align-items: center;
		background-position: top right;
		min-height: 300px;
	}
}

.shop-section-one .wrap {
	max-width: 90% !important;
}

@media (min-width: 1200px) {
	.shop-section-one .wrap {
		max-width: 1160px !important;
	}
}

.shop-intro {
	width: 100%;
	text-align: left;
}

@media (min-width: 768px) {
	.shop-intro {
		width: 60%;
	}
}

.shop-intro p {
	margin-bottom: 0 !important;
}

.shop .section-two {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 1024px) {
	.shop .section-two {
		flex-wrap: no-wrap;
	}
}

.shop .section-two .one-half.cta-text {
	background: #188885;
	color: #ffffff;
	padding: 30px 16px;
	text-align: left;
	width: 100%;
}

@media (min-width: 1024px) {
	.shop .section-two .one-half.cta-text {
		padding: 75px;
		width: 50%;
	}
}

@media (min-width: 1440px) {
	.shop .section-two .one-half.cta-text {
		padding: 100px 175px;
	}
}

.shop .section-two .one-half.cta-text h2 {
	color: #ffffff;
	text-transform: uppercase;
	
}

.shop .section-two .one-half.cta-image {
	background: #ffffff;
	padding: 30px 16px;
	width: 100%;
}

@media (min-width: 1024px) {
	.shop .section-two .one-half.cta-image {
		padding: 100px;
		width: 50%;
	}
}

.shop .woocommerce-loop-product__link {
	display: block;
}

.shop .woocommerce-loop-product__title {
	display: block;
	text-align: center;
	padding: 20px 0;
	font-size: 18px !important;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
	margin: 0 !important;
}

.shop .woocommerce-content {
	padding: 50px 16px 0 16px;
	margin: 0 auto;
	max-width: 1260px;
}

.shop .woocommerce-content h2 {
	text-transform: uppercase;
}

.woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce-page ul.products::after, .woocommerce-page ul.products::before {
	display: none !important;
}

.shop ul.products {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}

@media (min-width: 1024px) {
	.shop ul.products {
		margin-top: 50px;
		margin-bottom: 50px;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1200px) {
	.shop ul.products {
		grid-template-columns: repeat(4, 1fr);
	}
}


.shop ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center !important;
	float: none !important;
	background: #ffffff;
	padding: 10px 10px 20px 10px !important;
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
}


.shop .product .short-desc {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 20px;
}

.shop-section-partners {
	background: #ffffff;
}

.shop-section-partners .partners-bg {
	align-items: center;
	background: rgba(46, 151, 149, 0.35);
	display: flex;
	flex-wrap: wrap;
	padding: 30px 16px 50px 16px;
}

@media (min-width: 1024px) {
	.shop-section-partners .partners-bg {
		padding: 50px;
		flex-wrap: nowrap;
	}
}


.shop-section-partners .partners-copy {
	text-align: left;
	width: 100%;
}

@media (min-width: 1024px) {
	.shop-section-partners .partners-copy {
		width: 60%;
	}

.shop-section-partners .partners-copy h2,
.shop-section-partners .partners-copy h3 {
	text-transform: uppercase;
}

.shop-section-partners .partners-cta {
	padding-bottom: 20px;
	width: 100%;
}

@media (min-width: 1024px) {
	.shop-section-partners .partners-cta {
		width: 40%;
		align-items: center;
		display: flex;
		justify-content: flex-end;
		padding-bottom: 0;
	}
}

.site-footer {
	margin-top: 0 !important;
}