/*
Theme Name: EDA Direct Fire Supplies
Theme URI: http://evolutiondesign.com.au
Author: Evolution Design Agency
Author URI: http://evolutiondesign.com.au
Description: Responsive Bootstrap Theme for Direct Fire Supplies
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* -------------------------------------------------------------- 
	WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:0.8em;
    margin:5px 0 0 0;
}

.gallery:after {content:"";display:table;clear:both;}

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}


.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}


.gallery figure {float:left; margin:0 2% 1em 0;}


.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}


.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}


.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}


.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}


.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}


.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}


.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}


.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}


.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}


@media (max-width:767px) {
	img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
	.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

/* -------------------------------------------------------------- 
	End WordPress Core
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
	Variables / Custom Properties 
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
	Typography
-------------------------------------------------------------- */

body {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #000000;
}

h1 {
	font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #000000;
	text-transform: uppercase;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #e12310;
	margin-bottom: 1rem;
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #000000;
}

h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}

a, a:hover {
	color: #000000;
	text-decoration: none;
}


/* -------------------------------------------------------------- 
	General Styling
-------------------------------------------------------------- */

.btn-light-green, .btn-light-green:hover {
	display: inline-block;
	font-size: 19px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #8dc63f;
	background-image: none;
	background-position: center right;
	padding: 20px 30px 20px 20px;
	margin-bottom: 30px;
	border: solid 1px #8dc63f;
}

.arrow {
	width: 44px;
	margin-left: 2rem;
}

.disc {
	width: 60px;
}

.main-color {
	color: #e12310;
}

.secondary-color {
	color: #f78f2a;
}

.select-container {
    position: relative;
	display: inline;
}

.select-container select {
    border: 1px solid #000000;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
    background: #ffffff;
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
	padding: 1rem;
	height: 64px;
    outline:none;
}

.select-container .select-container .select-container select::-ms-expand {
    display: none;
}

.select-container select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.select-arrow-container {
    color: #333;
    right: 0px;
    top: -21px;
    width: 30px;
    height: 64px;
    background-color: #e12310;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 10;
    margin: 0 0 0 0;
    pointer-events: none;
}

.select-arrow-container img {
    width: 24px;
}

.accordion * {
    box-sizing: border-box;
    outline: 0;
}

.accordion {
    background-color: #fff;
    border: 1px solid #e9e9e9;
	width: 100%;
}

.accordion-header {
	position: relative;
    padding: 0 45px 0 15px;
    line-height: 40px;
    font-size: 1.06rem;
    font-weight: 600;
    color: #414040;
    border-bottom: solid 1px #e9e9e9;
    cursor: pointer;
    overflow: hidden;
    background-color: #fdfdfd;
    -webkit-tap-highlight-color: transparent;
    transition: background .2s linear;
}

.accordion-header:hover, .accordion-item.active .accordion-header {
    background-color: #f7f8f9;
}

.accordion-header .accordion-item-arrow {
    color: #333;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: #e12310;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 10;
    margin: 0 0 0 0;
    pointer-events: none;
}

.accordion-header .accordion-item-arrow img {
    width: 24px;
}



.accordion-content {
    padding: 15px;
    display: none;
    border-bottom: solid 1px #e9e9e9;
    font-size: 1.06rem;
    color: #434955;
}

#mobile-cart {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #e12310;
	color: white;
	font-weight: 600;
	padding: 1rem 3rem;
	text-align: center;
}

.woocommerce-cart #mobile-cart, .woocommerce-checkout #mobile-cart {
	display: none;
}

#mobile-cart a, #mobile-cart a:hover {
   color: white;
}

#mobile-cart a img {
    width: 21px;
    height: 21px;
    margin-left: 10px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    flex: 96%;
    max-width: 96%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    flex: 96%;
    max-width: 96%;
}

.woocommerce form .form-row label {
    width: 100%;
}

.woocommerce-input-wrapper {
	width: 100%;
}


/* -------------------------------------------------------------- 
	Header & Navigation Styling
-------------------------------------------------------------- */

#header {
	background-color: #ffffff;
    padding-bottom: 0.5rem;
}

#header-menu {
	flex-direction: row;
}

#header-menu li {
	flex-direction: row;
	padding-left: 1rem;
	padding-right: 1rem;
}

#navigation {
	position: absolute;
	top: 0;
	right: 0;
}

div.nav-container {
	position: relative;
}

div.navbar-brand {
	padding: 0;
}

a.navbar-brand img {
    width: 150px;
	height: 64px;
}

#nav-social-search {
	justify-content: space-between;
	width: 50%;
    margin: 2rem 0 0 0;
	color: #8dc63f;
}

form#nav-search {
	width: 70%;
	margin-left: 20px;
	border: solid 1px #8dc63f;
}

form#nav-search input {
    background: none;
    border: none;
    outline: none;
    width: 87%;
    height: 100%;
	padding-left: 1rem;
}

button#nav-search-btn {
    background: none;
    border: none;
	color: #8dc63f;
}

button#nav-search-btn .fa-search:before {
    color: #8dc63f;
}

#navigation {
	background-color: #ffffff;
	text-align: center;
	z-index: 99;
}

img.navbar-toggler {
	width: 38px;
	padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

#primary-menu-close {
	width: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	cursor: pointer;
}

#navigation .navbar {
	padding: 0px;
}
.navbar-holder {
	position: relative;
}

#navbar-phone-login {
	position: absolute;
	top: 25px;
	right: 46px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#navbar-phone {
	font-size: 19px;
	font-weight: 700;
	margin-right: 20px;
}

#navbar-phone a, #navbar-phone a:hover {
	display: flex;
	align-items: center;
	color: #e12310;
}

#navbar-phone a i, #navbar-phone a:hover i {
	font-size: 28px;
    transform: rotate(270deg);
	margin-right: 5px;
}

#navbar-cart {
	font-size: 19px;
	color: #e12310;
	margin-right: 40px;
}

#navbar-cart a, #navbar-cart a:hover {
	color: #e12310;
}

#navbar-login a {
	font-weight: 400;
	background-color: #ffffff;
	border: solid 1px #000000;
	padding: 1px 12px 2px 12px;
}

#navbar-login a img {
	width: 21px;
	height: 21px;
	margin-left: 10px;
}

#navbar-dropdown-search {
	padding-bottom: 0;
    border: none;
	right: 0;
	left: auto;
}

#navbar-dropdown-search-form {
	justify-content: center;
}

#navbar-dropdown-search input {
	outline: none;
    width: 240px;
	padding-left: 5px;
	padding-right: 5px;
}

#nav-search-toggle {
	font-weight: 400;
	color: #f16945;
	margin-top: 10px;
	cursor: pointer;
}

#main-menu {
	position: absolute;
    right: 0px;
    top: 82px;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #ffffff;
	z-index: 9;
}

.navbar-light .navbar-nav .nav-link {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
	text-align: center;
	text-transform: uppercase;
	margin-left: 0px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #000000;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #000000;
}

/* -------------------------------------------------------------- 
	Homepage Styling
-------------------------------------------------------------- */

#homepage-swiper-wrapper {
	position: relative;
	background-color: #e12310;
	margin-bottom: 40px;
}

#homepage-swiper .swiper-slide {
	position: relative;
	display: flex;
	width: 100%;
	height: 300px;
}

#homepage-swiper .swiper-slide-image {
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
    background-size: cover;
    background-position: center center;
	width: 100%;
    height: 100%;
}

#homepage-swiper .swiper-slide-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	background-image: url(images/gradient-80.png);
	background-position: center center;
	background-size: cover;
}

#homepage-swiper .swiper-slide-row {
    height: 100%;
}

#homepage-swiper .swiper-slide-image-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
    height: 100%;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}

#homepage-swiper .swiper-slide-image-text h2 {
	font-size: 30px;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

#homepage-swiper .swiper-slide-title {
    width: 100%;
}

#homepage-swiper .swiper-slide-subtitle {
    width: 100%;
    font-size: 19px;
    margin-top: 2rem;
    font-weight: 400;
}

#homepage-swiper .swiper-slide-link-mobile {
    width: 100%;
    margin-top: 2rem;
}

#homepage-swiper .swiper-slide-link {
	display: none;
}

#homepage-swiper a {
	font-weight: 400;
	background-color: #ffffff;
	border: solid 1px #000000;
	padding: 8px 18px;
}

#homepage-swiper a img {
	width: 21px;
	height: 21px;
	margin-left: 10px;
}

#homepage-cta-wrapper {
	margin-bottom: 40px;
}

#homepage-cta-wrapper h4 {
	color: #e12310;
}

#homepage-mobile-buttons-wrapper {
	margin-bottom: 40px;
}

.homepage-mobile-buttons-grid-wrapper {
	margin-bottom: 1rem;
}

.homepage-mobile-buttons-grid {
	display: flex;
	justify-content: space-between;
	height: 80px;
	cursor: pointer;
}

.homepage-mobile-buttons-grid-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 18px;
	font-weight: 500;
	width: calc(100% - 21px);
    height: 100%;
	padding-left:15px;
	padding-right: 15px;
	border-top: solid 1px #000000;
	border-bottom: solid 2px #f78f2a;
	border-left: solid 1px #000000;
}

.homepage-mobile-buttons-grid-link {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 100%;
	background-color: #f78f2a;
    background-image: url(images/arrow-white-right.svg);
    background-position: center center;
    background-size: 13px 21px;
    background-repeat: no-repeat;
	border-top: solid 1px #f78f2a;
	border-bottom: solid 2px #f78f2a;
	border-right: solid 1px #f78f2a;
}

#homepage-products-wrapper {
	padding-bottom: 20px;
}

#homepage-products-heading {
	margin-bottom: 20px;
}

#homepage-products-link {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

#homepage-products-link a {
	font-weight: 700;
}

#homepage-products-link a img {
    width: 21px;
    height: 21px;
    margin-left: 10px;
}

#homepage-products {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

#homepage-products-text {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 60px;
}

#homepage-products-text h2 {
	font-size: 32px;
}

.homepage-product-wrapper {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.homepage-product-wrapper:nth-child(4), .homepage-product-wrapper:nth-child(5), .homepage-product-wrapper:nth-child(6), .homepage-product-wrapper:nth-child(7) {
	display: none;
}

.homepage-product {
	display: flex;
	justify-content: space-between;
	height: 180px;
	align-items: center;
	cursor: pointer;
}

.homepage-product-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 55%;
    height: 100%;
	padding-left:15px;
	padding-right: 15px;
	border-top: solid 1px #000000;
	border-bottom: solid 2px #e12310;
	border-left: solid 1px #000000;
}

.homepage-product-title h3 {
	font-size: 22px;
	color: #000000;
}

.homepage-product-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(45% - 25px);
    height: 100%;
	border-top: solid 1px #000000;
	border-bottom: solid 2px #e12310;
}

.homepage-product-image img {
	max-width: 90%;
	max-height: 90%;
}

.homepage-product-link {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 100%;
    background-image: url(images/arrow-red-right.svg);
    background-position: center center;
    background-size: 13px 21px;
    background-repeat: no-repeat;
	border-top: solid 1px #000000;
	border-bottom: solid 2px #e12310;
	border-right: solid 1px #000000;
}

.homepage-product:hover .homepage-product-link {
	background-color: #e12310;
    background-image: url(images/arrow-white-right.svg);
	border-top: solid 1px #e12310;
	border-bottom: solid 2px #e12310;
	border-right: solid 1px #e12310;
}

#homepage-about-wrapper {
	background-color: #fbf7f6;
	padding-top: 60px;
	padding-bottom: 60px;
}

#homepage-about-wrapper h3:nth-of-type(1) {
	color: #e12310;
}

#homepage-about-wrapper h3:nth-of-type(2) {
	color: #f78f2a;
}

#homepage-about-wrapper p {
	margin-bottom: 2rem;
}

#homepage-about-text a img {
    width: 21px;
    height: 21px;
    margin-left: 10px;
}

#homepage-about-text a {
    font-weight: 700;
}

#homepage-about-image {
	display: none;
}

#homepage-about-image img {
	width: 100%;
}

#homepage-processes-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.homepage-process-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #ffffff;
}

#homepage-process-1-wrapper {
	background-color: #000000;
	border-bottom: solid 2px #ffffff;
}

#homepage-process-2-wrapper {
	background-color: #000000;
	border-bottom: solid 2px #ffffff;
}

#homepage-process-3-wrapper {
	background-color: #e12310;
	min-height: 119px;
}

.homepage-process {
	padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.homepage-process h5 {
	color: #ffffff;
}

.homepage-process-link {
	margin-top: 1rem;
}

.homepage-process-link a {
	font-weight: 700;
}

.homepage-process-link a img {
    width: 21px;
    height: 21px;
    margin-left: 10px;
}

.homepage-process-description {
	display: none;
}

.homepage-process a, .homepage-process a:hover {
	color: #ffffff;
}

#homepage-order-by-category-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.homepage-order-by-category-desktop-grid-category-wrapper {
	margin-bottom: 1rem;
}

.homepage-order-by-category-desktop-grid-category {
	display: flex;
	justify-content: space-between;
	height: 80px;
	cursor: pointer;
}

.homepage-order-by-category-desktop-grid-category-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	width: calc(100% - 21px);
    height: 100%;
	padding-left:15px;
	padding-right: 15px;
	border-top: solid 1px #000000;
	border-bottom: solid 2px #f78f2a;
	border-left: solid 1px #000000;
}

.homepage-order-by-category-desktop-grid-category-link {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 100%;
    background-image: url(images/arrow-orange-right.svg);
    background-position: center center;
    background-size: 13px 21px;
    background-repeat: no-repeat;
	border-top: solid 1px #000000;
	border-bottom: solid 2px #f78f2a;
	border-right: solid 1px #000000;
}

.homepage-order-by-category-desktop-grid-category:hover .homepage-order-by-category-desktop-grid-category-link {
	background-color: #f78f2a;
    background-image: url(images/arrow-white-right.svg);
	border-top: solid 1px #f78f2a;
	border-bottom: solid 2px #f78f2a;
	border-right: solid 1px #f78f2a;
}

#homepage-certifications-wrapper {
	background-color: #fbf7f6;
	padding-top: 60px;
	padding-bottom: 60px;
}

#homepage-certifications-wrapper h3:nth-of-type(1) {
	color: #e12310;
}

#homepage-certifications-wrapper h3:nth-of-type(2) {
	color: #f78f2a;
}

#homepage-certifications-wrapper p {
	margin-bottom: 2rem;
}

#homepage-certifications-text a {
    font-weight: 700;
}

#homepage-certifications-text a img {
    width: 21px;
    height: 21px;
    margin-left: 10px;
}

#homepage-certifications-icons {
	display: none;
}


/* -------------------------------------------------------------- 
	Internal Pages Styling
-------------------------------------------------------------- */

#page-header-wrapper {
	position: relative;
	width: 100%;
	height: 260px;
	background-image: url(images/gradient.png);
	background-position: center center;
	background-size: cover;
	margin-bottom: 3rem;
}

#page-header-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-position: center center;
    background-size: cover;
	opacity: 0.25;
}

#page-header-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#page-title-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 260px;
}

#page-title-wrapper h1 {
	color: #ffffff;
}

#main-content-wrapper {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#faqs-wrapper {
	width: 100%;
	margin-bottom: 60px;
}


/* -------------------------------------------------------------- 
	WooCommerce Styling
-------------------------------------------------------------- */

.woocomm-header-strip {
	height: 25px !important;
	margin-bottom: 0 !important;
}

h2.woocommerce-loop-category__title, h2.woocommerce-loop-product__title {
	text-transform: capitalize;
	position: relative;
	padding: 1rem !important;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1rem;
	padding-right: 1.5rem !important;
	/* position: absolute;
	bottom: 0;
	width: 100%; */
}

mark.count {
	display: none;
}

h2.woocommerce-loop-category__title::after, h2.woocommerce-loop-product__title::after {
	content: ">";
	position: absolute;
	right: 0;
	padding-right: .5rem;
	height: 100%;
	top: 0;
	color: #e12310;
	font-size: 26px;
	padding: 6px;
	padding-top: 11px;
	transition: .3s ease all;
}

h2.woocommerce-loop-category__title:hover:after, h2.woocommerce-loop-product__title:hover:after {
	color: #fff;
	background: #e12310;
	transition: .3s ease all;
}

li.product-category.product:hover h2.woocommerce-loop-category__title::after, li.product:hover h2.woocommerce-loop-product__title::after {
	color: #fff;
	background: #e12310;
	transition: .3s ease all;
}

li.product {
	border: 1px solid #9e9e9e;
	border-bottom: 3px solid #e12310;
}

span.woocommerce-Price-amount.amount, span.price {
	display: none !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display: none;
}

.page-id-83 .woocommerce.columns-4 {
	margin-top: 3rem;
}

.woocomm-header-strip {
	height: 25px !important;
}

select.orderby {
	background: none;
	height: 50px;
}

.single-product main#main .woocommerce-breadcrumb {
	display: none;
}

.woocomm-breadcrumbs {
	background: #fbf7f6;
	padding: 1rem 0;
	margin-bottom: 3rem;
}

nav.woocommerce-breadcrumb {
	margin: 0 !important;
	font-weight: 400;
}

.summary.entry-summary, .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	width: 100% !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}

.product-secondary-wrap {
	background: #fbf7f6;
	padding: 2rem;
}

.quantity {
	display: block;
	float: none !important;
	margin-bottom: 1rem !important;
}

.quantity::before {
	content: "Qty: ";
	margin-right: 4.7rem;
	font-weight: 700;
}

.woocommerce .quantity .qty {
	border: 1px solid;
	height: 45px;
}

button.single_add_to_cart_button.button.alt {
	background: none;
	color: inherit;
	border: 1px solid;
	padding: 1rem;
	padding-right: 4rem;
	border-radius: 0;
	border-bottom: 3px solid #e2230e;
	border-right: none;
}

button.single_add_to_cart_button.button.alt::after {
	content: ">";
	position: absolute;
	right: 0;
	padding-right: .5rem;
	height: 100%;
	top: 0;
	font-size: 26px;
	padding: 6px;
	padding-top: 9px;
	color: #fff;
	background: #e12310;
}

.product_meta {
	display: none;
}

.woocommerce-product-gallery__image:first-child {
	border-bottom: 3px solid #e2230e;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.woocommerce ul.products li.product .button {
	display: none;
}

.woocommerce button.button.alt.disabled {
	background: none;
	color: inherit;
	opacity: 1;
	margin-bottom: 1rem;
}

select#size {
	border: 1px solid;
	border-radius: 0;
	height: 45px;
	padding: .25rem;
	max-width: 278px;
}

.woocommerce div.product div.images img {
	max-width: 350px;
	margin: 0 auto;
}

.product-specs-orange h3 {
	color: #f78d2a;
}

.product-specs-orange a {
	font-weight: 400;
}

.product-specs-orange a::after {
	content: ">";
	font-size: 20px;
	padding: 0px 9px;
	color: #fff;
	background: #f78d2a;
	border-radius: 100%;
	margin-left: .75rem;
}

nav.woocommerce-MyAccount-navigation ul{
	padding: 0;
	width: 80%;
}


nav.woocommerce-MyAccount-navigation li {
	list-style: none;
	border: 1px solid;
	border-bottom: 4px solid #e0240e;
	position: relative;
	margin: 1rem 0;
	padding: 0 10px;
	border-right: none;
}
nav.woocommerce-MyAccount-navigation li a {
	font-weight: 400;
	margin: .5rem 0 !important;
	display: inline-block;
}

nav.woocommerce-MyAccount-navigation li a::after {
	content: ">";
	position: absolute;
	right: 0;
	padding-right: .5rem;
	height: 100%;
	top: 0;
	font-size: 26px;
	padding: 6px;
	padding-top: 4px;
	color: #fff;
	background: #e12310;
}

.woocommerce-notices-wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.woocommerce button.button.alt:hover {
	background: none !important;
	color: inherit !important;
}

.woocommerce-message {
	border-top-color: #f78c2c !important;
}

.woocommerce-message::before {
	color: #f78c2c !important;
}

a.checkout-button.button.alt.wc-forward {
	background: none;
	color: inherit;
	border: 1px solid;
	padding-right: 4rem;
	border-radius: 0;
	border-bottom: 3px solid #e2230e;
	border-right: none;
}

a.checkout-button.button.alt.wc-forward::after {
	content: ">";
	position: absolute;
	right: 0;
	padding-right: .5rem;
	height: 100%;
	top: 0;
	font-size: 26px;
	padding: 6px;
	line-height: 50px;
	color: #fff;
	background: #e12310;
}

.woocommerce-form-coupon-toggle {
	display: none;
}

ul.wc_payment_methods.payment_methods.methods {
	display: none;
}

button#place_order {
	background: none;
	color: inherit;
	border: 1px solid;
	padding-right: 4rem;
	border-radius: 0;
	border-bottom: 3px solid #e2230e;
	border-right: none;
}

button#place_order::after {
	content: ">";
	position: absolute;
	right: 0;
	padding-right: .5rem;
	height: 100%;
	top: 0;
	font-size: 26px;
	padding: 6px;
	line-height: 28px;
	color: #fff;
	background: #e12310;
}

div#payment {
	background: none !important;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0;
	width: 100%;
	margin: auto;
}

.product-byline {
	padding: .5rem 1rem;
}

/* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	min-height: 345px;
} */

.after-cart-help {
	display: block;
	clear: both;
	font-size: 15px;
}

section.related.products {
	padding: 2rem 0;
}

section.related.products h2 {
	margin-bottom: 2rem;
}

.cart_totals.calculated_shipping h2, table.shop_table.shop_table_responsive, th.product-subtotal, td.product-subtotal, th.product-price, td.product-price {
	display: none !important;
} 

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	display: table !important;
}

span.navbar-toggler-icon {
	background-image: url(/wp-content/uploads/2019/12/red_hamburger.svg) !important;
}

a.navbar-toggler {
	border: none;
}

.woocommerce form input {
	border: 1px solid #a2a2a2;
	border-radius: 5px;
}

.woocommerce-checkout-review-order-table .product-total {
	display: none;
}

.woocommerce-checkout-review-order-table .cart-subtotal {
	display: none;
}

.woocommerce-checkout-review-order-table .order-total {
	display: none;
}

span.cat-select-title {
	font-weight: 700;
	padding-right: 1rem;
	margin-bottom: 1rem;
	display: inline-block;
}

select#cat-select {
	background: none;
	border-radius: 0;
	height: 50px;
}

select#cat-select {
	height: 50px;
}

.category-select {
	margin-bottom: 1rem;
}

/* -------------------------------------------------------------- 
	Footer Styling
-------------------------------------------------------------- */

#footer-cta {
	display: flex;
	background-image: url(images/gradient.png);
	background-position: center center;
	background-size: cover;
    padding: 60px 0;
}

#footer-cta-text {
	align-self: center;
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
}

#footer-cta-link {
	display: flex;
	align-self: center;
}

#footer-cta-link a, #footer-cta-link a:hover {
	display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    border: solid 1px #ffffff;
    padding: 3px 26px;
	margin-top: 1rem;
}

#footer-cta-link a img {
    width: 21px;
    height: 21px;
    margin-left: 10px;
}

#footer {
    background: #ffffff;
    padding: 3rem 0;
}

#footer-logo img {
    max-width: 300px;
    margin-bottom: 2rem;
}

#footer-contact {
	color: #e12310;
	font-weight: 500;
	margin: 40px 0 10px 0;
}

#footer-contact a, #footer-contact a:hover {
	color: #e12310;
}

#footer-social ul {
	display: flex;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-social li a {
	font-size: 40px;
	color: #e12310;
	margin-right: 10px;
}

#footer-desktop-links ul {
	list-style: none;
	padding: 0;
	margin: 40px 0 0 0;
}

#footer-desktop-links li a {
	font-weight: 500;
}

#footer-mobile-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-mobile-links li a {
	font-weight: 500;
}

#footer-phone {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 1rem;
}

#footer-phone a, #footer-phone a:hover {
	color: #ffffff;
}

#footer-phone i {
	transform: rotate(270deg);
}

#footer-sign-up {
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	margin-bottom: 40px;
}

#footer-sign-up-form {
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 1rem;
}

#footer-sign-up-form form {
	display: inline-block;
	width: 100%;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

#footer-sign-up-form form input {
	width: 100%;
}

#footer-subscribe-submit {
	font-weight: 400;
	background-color: #ffffff;
	border: solid 1px #000000;
	padding: 1px 12px 2px 12px;
	cursor: pointer;
	max-height: 31px;
}

#footer-subscribe-submit img {
	width: 21px;
	height: 21px;
	margin-left: 10px;
}

#footer-info {
    font-size: 16px;
	margin-bottom: 1rem;
}

#footer-credits {
	font-size: 15px;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#footer-credits a, #footer-credits a:hover {
	color: #000000;
}

.icon-eda {
	color: #aaaaaa;
	font-size: 30px;
	margin-top: 6px;
}

/* -------------------------------------------------------------- 
	Mobile First Media Queries
-------------------------------------------------------------- */

@media all and (min-width:375px) {

	a.navbar-brand img {
		width: 180px;
		height: 77px;
	}

	#navbar-phone-login {
		top: 29px;
		right: 46px;
	}

}

@media all and (min-width:414px) {



}

@media all and (min-width:576px) {
	
	#navbar-dropdown-search input {
		width: 300px;
	}

	.homepage-process {
		max-width: 540px;
	}

	select#size {
		max-width: auto;
	}

}

@media all and (min-width:768px) {

	.homepage-process {
		max-width: 720px;
	}

	#page-header-image {
		width: calc(50% + 120px);
	}

	#footer-sign-up-form form {
		width: 75%;
		margin-bottom: 0;
	}

}

@media all and (min-width:992px) {

	#main-menu {
		bottom: 0px;
		top: auto;
    	right: -9px;
		width: auto;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.navbar-light .navbar-nav .nav-link {
		text-align: left;
		margin-left: 80px;
	}

	.navbar {
		border-bottom: none;
	}

	#navbar-dropdown-search input {
		width: 340px;
	}

	#navbar-phone-login {
		top: 0;
		right: 0;
	}
	
    .content-area {
        padding: 2rem 0rem;
    }

    #homepage-swiper .swiper-slide {
        height: 360px;
    }

	#homepage-swiper .swiper-slide-image {
		width: calc(50% + 175px);
	}

	#homepage-swiper .swiper-slide-image-text h2 {
		font-size: 53px;
	}

	#homepage-swiper .swiper-slide-link-mobile {
		display: none;
	}

    #homepage-swiper .swiper-slide-link {
		display: flex;
        height: 360px;
		justify-content: center;
		align-items: center;
    }

	#homepage-products-link {
		justify-content: flex-end;
	}

	.homepage-product-wrapper:nth-child(4), .homepage-product-wrapper:nth-child(5), .homepage-product-wrapper:nth-child(6), .homepage-product-wrapper:nth-child(7) {
		display: block;
	}

	#homepage-products-text {
		width: calc(33.333333% - 15px);
		margin-right: 15px;
		height: 180px;
		overflow-y: scroll;
	}

	.homepage-product-wrapper {
		width: 33.333333%;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 60px;
	}

	#homepage-about-image {
		display: block;
	}

	.homepage-process-wrapper {
		width: 33.333333%;
		border-left: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
	}

	#homepage-process-1-wrapper {
		border-bottom: none;
	}

	#homepage-process-2-wrapper {
		border-bottom: none;
	}

	#homepage-process-3-wrapper {
		border-top: none;
	}

	.homepage-process {
		max-width: 100%;
		padding: 60px 80px;
		display: flex;
		flex-direction: column;
	}

	#homepage-process-3-wrapper .homepage-process {
		align-items: center;
	}

	.homepage-process h5 {
		margin-bottom: 20px;
	}

	.homepage-process-link {
		margin-top: 2rem;
	}

	.homepage-process-description {
		display: block;
	}

	#homepage-order-by-category-wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#homepage-certifications-icons {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#homepage-certifications-icons img {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#page-header-image {
		width: calc(50% + 160px);
	}

	#footer-cta-link {
		justify-content: flex-end;
	}

	#footer-cta-link a, #footer-cta-link a:hover {
		margin-top: 0;
	}
	
	#footer-logo {
		order: 3;
	}

	#footer-contact-social {
		order: 1;
	}

	#footer-desktop-links {
		order: 2;
	}

	#footer-sign-up {
		order: 4;
	}

	#footer-info {
		order: 5;
	}

	#footer-credits {
		order: 6;
	}
/* 
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		min-height: 315px;
	} */

}

@media all and (min-width:1200px) {
	
	a.navbar-brand img {
		width: 202px;
		height: 86px;
	}

	form#nav-search input {
		width: 89%;
	}

	#homepage-swiper .swiper-slide-image {
		width: calc(50% + 205px);
	}

	#page-header-image {
		width: calc(50% + 190px);
	}

}

@media all and (max-width:1200px) and (min-width: 576px) {
	
	li.product {
		min-height: 300px;
	}

}

@media all and (max-width: 992px) {
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none!important;
	}

	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
	}

}

@media all and (max-width: 573px) {

	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}

}



/* -------------------------------------------------------------- 
	End Mobile First Media Queries
-------------------------------------------------------------- */