/*
Theme Name: Everest Child
Template: everest-parent
Version: 1.0.0
*/
#hp-content-section {
	background-color: var(--color-1);
	color: #fff;
}
#hp-content-section img {
	box-shadow: none;
}
.service-section .services {
	justify-content: center;
}
.service-section .service {
	flex: 0 1 calc(50% - 75px);
}
.main-nav .menu li a {
	font-size: 16px;
}
.primary-header .nav-col {
	flex: auto;
}
.main-nav .menu {
	flex-wrap: wrap;
}
.primary-header .phone a {
	white-space: nowrap;
}
/* Woocommerce */
.sku_wrapper {
	display: none;
}
.related {
	float: left;
	width: 100%;
	display: block;
}
/* Button Overwrites */
.wc-block-cart__submit-container,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button {
	background-color: var(--color-2);
	color: #fff;
}
.wc-block-cart__submit-container a {
	color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-message {
	border-color: var(--color-2);
}
.woocommerce-message::before {
	color: var(--color-2);
}
/* Price */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: var(--color-2);
}
/* Button Hover Overwrite */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:hover {
	background-color: var(--color-1);
	color: #fff;
}
.related, .product_meta {
	display: none;
}
.search {
	margin-bottom: 20px;
}
.woocommerce-breadcrumb {
	padding: 10px 0px 20px 20px !important;
}
.sidebar {
	flex: 0 0 300px;
	background-color: var(--color-five);
	margin-right: 50px;
	padding: 20px;
}
.sidebar .categories {
	padding-left: 25px;
}
.sidebar .categories ul {
	padding-left: 25px;
}
.sidebar .categories li {
	list-style: none;
	position: relative;
}
.sidebar .categories li.active>a {
	color: var(--color-one);
}
.sidebar .categories li a {
	color: var(--color-two);
}
.sidebar .categories li a:hover, .sidebar .categories li a:focus {
	color: var(--color-one);
}
.sidebar .categories li:before {
	content: '\f07b';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: -25px;
}
.sidebar .categories .has-child>ul {
	display: none;
}
.sidebar .categories .has-child .fas {
	margin-left: .5em;
}
.sidebar .categories .has-child.active:before {
	content: '\f07c';
}
.sidebar .categories .has-child.active>.fas:before {
	content: '\f068';
}
.sidebar .brands ul {
	list-style: none;
	padding-left: 20px;
}
.sidebar .brands input {
	margin-right: 10px;
}
.background-section .feature-images {
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}
.background-section .feature-images .feature {
	flex: 0 1 calc(33.33% - 10px);
}
.cat-section {
	background-color: var(--color-4);
	padding: var(--section_padding) 0;
}
.cat-section .cats {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
}
.cat-section .cat {
	flex: 0 1 calc(33.33% - 33.33px);
}
.cat-section .cat .image img {
	aspect-ratio: 5 / 3;
	object-fit: cover;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
	width: 100%;
}
.cat-section .cat .heading {
	color: var(--color-2);
	font-weight: 700;
	margin: 20px 0;
	font-size: 24px;
}
.sidebar .categories li.uncategorized {
	display: none;
}
.sidebar .categories li {
	line-height: 1.8;
}
.sidebar .categories .child-toggle {
	cursor: pointer;
}
.sidebar .categories .has-child.sub-cat-active>ul {
	display: block;
}
.sidebar .categories .has-child.sub-cat-active .child-toggle .fas:before {
	content: '\f068';
}
.site-main .archive-row {
	column-gap: 30px;
}
.site-main .sidebar {
	flex: 0 1 3000px;
	max-width: 300px;
	margin-right: 0;
}
.site-main .wc-products {
	flex: 1 1 calc(100% - 330px);
	max-width: 100%;
}
.primary-header .logo-col {
	flex-basis: 250px;
}
.primary-header .logo-col img {
	max-height: 90px;
}
body.scrolled .primary-header .logo-col img {
	max-height: 80px;
}
.menu-item-has-children .sub-menu {
	top: calc(100% + 43px);
}
.menu-item-has-children .sub-menu:before {
	top: -43px;
}
.mobile-logo img {
	width: auto;
}
.mobile-header a {
	color: #fff;
}
.mobile-header a:hover,
.mobile-header a:focus {
	color: var(--color-3);
}
.mobile-header .menu-item-has-children .sub-menu {
	text-align: left;
}
.feature-section {
	padding: 85px 0;
}
.feature-section .features {
	flex-wrap: wrap;
    justify-content: center;
	column-gap: 45px;
	row-gap: 30px;
}
.feature-section .feature {
	flex: 0 1 calc(33.33% - 30px);
	box-shadow: 2px 2px 4px 0 #1e1e1e;
	background-color: var(--color-1);
	transition: transform ease .3s;
}
.feature-section .feature .image img {
	width: 100%;
}
.feature-section .feature:hover {
	transform: translateY(-15px);
}
.feature-section .feature .content {
	padding: 25px;
}
.feature-section .feature .content p:last-child {
	margin-bottom: 0;
}
.feature-section .feature h2 {
	color: var(--color-3);
	font-weight: 600;
}
.feature-section .feature a {
	font-weight: 400;
	color: var(--color-3);
}
@media screen and (max-width: 1199px) {
	.primary-header .logo-col {
		flex-basis: 160px;
	}
}
@media screen and (max-width: 991px) {
	.cat-section .cat {
		flex-basis: calc(50% - 25px);
	}
	.feature-section .feature {
        flex: 1 1 calc(33.33% - 30px);
    }
}
@media screen and (max-width: 767px) {
	.background-section .feature-images {
		flex-direction: column;
	}
	.cat-section .cat {
		flex-basis: 100%;
	}
}
body.home #background-section {
	background-color: var(--color-3);
	background-image: url(/wp-content/themes/everest-parent/assets/images/az-subtle.png);
	text-align: center;
}
