/*
Theme Name: Vooruit
Author: Worcester Web Studio
Author URI: https://www.worcesterwebstudio.com
Theme URI: https://www.worcesterwebstudio.com
Description: A bespoke theme for Forward Metals
Version: 10.24
*/

/* General stuff */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

p, h1, h2, h3, h4, h5, h6, li, td, i, br, a, span {
	line-height: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
	
html, body {	
	overflow-x: hidden;	
}

body {
	line-height: 1;
	word-wrap: break-word;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
}

p, li, td, cite {
	font-size: 1.125rem;
	line-height: 1.6em;
}

p {
	padding-bottom: 10px;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
	content: "";
	content: none;
}

figcaption {
	font-style: italic;
}

button {
	outline: 0;
}

q {
	display: inline;
	font-style: italic;
}

q:before {
	content: '"';
	font-style: normal;
}

q:after {
	content: '"';
	font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	padding: 2px;
}

big {
	font-size: 120%;
}

small, sup, sub {
	font-size: 80%;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

dd {
	margin-left: 20px;
}

kbd, tt {
	font-family: courier;
	font-size: 12px;
}

ins {
	text-decoration: underline;
}

del, strike, s {
	text-decoration: line-through;
}

dt {
	font-weight: bold;
}

address, cite, var {
	font-style: italic;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: -4px !important;
}

a {
	text-decoration-skip-ink: auto;
	color: inherit;
}
a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}

.entry-content h1, .user-content h1,	
.entry-content h2, .user-content h2,	
.entry-content h3, .user-content h3,
.entry-content h4, .user-content h4,	
.entry-content h5, .user-content h5,	
.entry-content h6, .user-content h6 {	
	padding-top: 30px;
	padding-bottom: 20px;
	color: #cd0f28;
}
.entry-content h1, .user-content h1 {
	line-height: 1;
}
h1.entry-title, h1.user-title,	
h2.entry-title, h2.user-title,	
h3.entry-title, h3.user-title,
h4.entry-title, h4.user-title,	
h5.entry-title, h5.user-title,	
h6.entry-title, h6.user-title {	
	padding-top: 0;

}

.formHolder .gform_wrapper .top_label .gfield_label,
.formHolder .gform_wrapper legend.gfield_label {
	text-transform: uppercase;
	font-size: 1.125rem;
	line-height: 1.125;
}

.formHolder .gform_wrapper h3.gform_title {
	padding-top: 0;
	padding-bottom: 0;
	color: #cd0f28;
}

h1, h2, h3, .formHolder .gform_wrapper h3.gform_title {	
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

h4, h5, h6 {	
	font-family: 'Montserrat', sans-serif;
}

h1, .splash h2 {
	font-size: 2rem;
	color: white;
	line-height: 2.5rem;
}

body.search h1 {
	color:  #cd0f28;
	padding-bottom: 40px;
}

h2 {
	font-size: 1.563rem;
	line-height: 1.563;
}

h3 {
	font-size: 1.375rem;
	line-height: 1.375;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.25;
}

h5 {
	font-size: 1.125rem;
	line-height: 1.125;
}

h6 {
	font-size: 1rem;
	line-height: 1;
}

.entry-content p, .user-content p, .entry-content li, .user-content li {	
	padding-bottom: 10px;	
}

.entry-content p a, .user-content p a {	
	font-weight: 700;		
	transition: 0.3s ease all;	
}

.entry-content p a:hover, .user-content p a:hover {	
	color: #CD0F28;	
}

.entry-content ul, .entry-content ol,
.user-content ul, .user-content ol {	
	padding-left: 25px;	
}

.entry-content ul, .user-content ul {
  list-style: none;
}

.entry-content ul li::before, .user-content ul li::before {
  content: "\2022"; 
  color: #cd0f28;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 1.25rem;
  margin-left: -1em;
}

.entry-content ul.woocommerce-shipping-methods li::before {
	display: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

.wp-block-embed-youtube .wp-block-embed__wrapper, .videoHolder {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
 
.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .videoHolder iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper object, .videoHolder object,
.wp-block-embed-youtube .wp-block-embed__wrapper embed, .videoHolder embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #191919;
}

.fourteenForty {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.twelveHundred {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.tenEighty {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.nineSixty {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.eightForty {
	position: relative;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

.sevenTwenty {
	position: relative;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

.fullWidth {
	position: relative;
	width: 100%;
	max-width: 2048px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.imgHolder img {
	max-width: 100%;
	height: auto;
	display: block;
}

.entry-content img, .wp-block-image img {	
	max-width: 100%;	
	height: auto;	
	display: initial;	
}

.pad {
	padding-left: 15px;
	padding-right: 15px;
}

.slimPad {
	padding-left: 8px;
	padding-right: 8px;
}

.noPad {
	padding-left: 0;
	padding-right: 0;
}

.button, .wp-block-button {
	transition: 0.3s ease all;
}
.button a:hover, a.wp-block-button__link:hover {
	background-color: #EEE;
	color: #cd0f28;
}

.customCuts {
	margin-bottom: 40px;
}

.customCuts.user-content h3 {
	padding: 0 0 10px;
}

.customCuts.user-content label {
	margin-bottom: 20px;
}

/* Form Stuff */
.wp-block-button a.wp-block-button__link, .button a,
.nav-previous a, .nav-next a, .woocommerce ul.products li.product .button {
	transition: 0.3s ease all;
	display: inline-block;
	text-align: center;
	padding: 10px 25px;
	text-decoration: none;
	background-color: #CD0F28;
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 800;
	color: white;
	position: relative;
	border: none;
	border-radius: 0;
	line-height: 1;
}

.woocommerce .woocommerce-breadcrumb {
	color: black;
	text-transform: uppercase;
    transform: translateY(-60px);
    font-family: "Montserrat", sans-serif;
}

.woocommerce .woocommerce-breadcrumb a {
	color: black;
	font-weight: 700;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	display: block;
	width: 100%;
}

.woocommerce div.product form.cart .variations td.label {
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
	text-align: left;
}

.woocommerce div.product form.cart .variations select {
	max-width: 500px;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	margin-bottom: 20px;
}

/* Mobile Menu */

.mm-panels {
	background: #CD0F28;
}

.mm-listview .mm-next {
	background: white;
}

.mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	border-color: white;
}

.mobileMenu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	color: #fff;
	background-color: #1d1d1b;
	z-index: 9999;
	padding: 0;
	display: none;
}

.mobileMenuLogo {
	pointer-events: none;
	position: absolute;
}

.mobileMenu .navButton {
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.mobileMenu .navButton i {
	font-size: 28px;
}

.mobileMenu .navButton a {
	color: #fff;
    font-size: 0.75rem;
}

.mobileMenu .navButton a:hover {
	text-decoration: none;
}

.mobileMenu p {
	padding: 5px 0;
	line-height: 1;
}

.mm-menu {
	color: white !important;
	background: #1d1d1b!important;
}

.mm-listview li {
	font-size: 16px;
	padding-bottom: 0;
}

a.mm-title {
	display: none;
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 120px;
}

.mm-listview>li:not(.mm-divider):after, .mm-navbar {
	border-bottom: 0 !important;
}
	
#my-menu img {
	margin-top: 40px;
	margin-left: 15px;
	pointer-events: none;
	width: 175px;
	height: auto;
}

#wpadminbar.mobile {
	display: none;
}

li.closeMenu {
	font-weight: 600;
	padding-top: 25px;
	font-style: italic;
}

li.closeMenu a {
	font-size: 14px;
}

.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

.red {
	color: #cd0f28;
}

.lGrey {
	color: #d3d3d3;
}

.mGrey {
	color: #535353;
}

.dGrey {
	color: #1d1d1b;
}

.white {
	color: white;
}

.black {
	color: black;
}

/* Woocommerce */
.woocommerce-info, .woocommerce-message {
	border-top-color: #1d1d1b;
}

.woocommerce-info::before {
	color: #1d1d1b;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #535353;
}

/* Desktop Menu */

/* Header */
.topHeader {
	padding: 25px 0;
}

.hrTop {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

header#siteHeader .logoHolder, .headerContact {
	float: left;
}

header#siteHeader .logoHolder img {
	max-width: 180px;
}

header#siteHeader {
    height: 111px;
    position: fixed;
    top: 0;
    transition: 0.3s ease all;
    width: 100%;
    background-color: white;
    z-index: 99999;
}

header#siteHeader.nav-up {
    top: -111px;
}

body {
    padding-top: 111px;
}

.headerContact a {
	transition: 0.3s ease all;
}

.headerContact a:hover {
	color: #cd0f28;
}

.headerRight, .headerShop {
	float: right;
}

.headerPhone, .headerLogin {
	margin-right: 15px;
}

.headerRight {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.desktopMenu ul {
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	margin-top: 20px;
}

.desktopMenu ul li {
	display: inline-block;
	padding: 0 25px;
	font-size: 0.875rem;
}

.desktopMenu ul li:first-of-type {
	padding-left: 0;
}

.desktopMenu ul li:last-of-type {
	padding-right: 0;
}

.desktopMenu ul li a, .headerShop a, .footerHelp ul li a {
	transition: 0.3s ease all;
}

.desktopMenu ul li a:hover, .headerShop a:hover, .footerHelp ul li a:hover {
	color: #cd0f28;
} 

/* SEARCH */


.botHeader {
	background-color: #535353;
	padding: 15px 0;
}


#searchsubmit {
	font-family: 'Font Awesome 5 pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	color: #535353;
	background: none;
	border: none;
	padding: 4px;
	position: absolute;
	font-size: 1.5rem;
	right: 15px;
}

#searchform > div {
	position: relative;
}

#s {
	background: none;
	width: 100%;
	padding: 10px 60px 10px 15px;
	background-color: white;
	border: 0;
}

#s::placeholder {
	color: #AFAFAF;
}

#s:focus {
	outline:0;
}

header#siteHeader .searchform {
	margin: 0 auto;
}

/* Body */

/* Homepage */

.splash, .subsplash {
	height: 500px;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 80px;
	background-color: #EEE;
}

.subsplash {
	height: 300px;
}

.subsplashThin {
	height: 150px;
	background-color: #cd0f28;
	background-image: url('img/singleProdArrow.png');
	background-size: contain;
	background-position: 100px 0;
	background-repeat: no-repeat;
}


body.page-template-policy .subsplashThin {
	background-image: url('img/subThinArrow.png');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

.splash .fourteenForty, .subsplash .fourteenForty {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.subsplash .fourteenForty {
	bottom: 50px;
}

.subsplash.subsplashThin .fourteenForty {
	bottom: 0;
}

.splash .user-content, .subsplash .user-content {
	background-color: #cd0f28;
	color: white;
	padding: 30px;
	max-width: 480px;
}

.subsplashThin .user-content {
	background-color: transparent;
}

.subsplash .user-content {
	max-width: 100%;
	display: inline-block;
	padding: 0;
}

.subsplash h1.user-title {
	padding: 20px;
	color: white;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background-color: #EEE;
    border: 0;
    padding: 10px;
}

.subsplashThin h1.user-title {
	padding: 20px 0;
}

.splash h2 {
	max-width: 380px;
	padding-bottom: 10px;
}

.splash .button a, .welcomeBox .button a {
	background-color: white;
	color: #1d1d1b;
}

.mainContent {
	background-image: url('img/bodyArrow.png');
	background-position: top left;
	background-repeat: no-repeat;
}

body.page-template-default .pageContent,
body.page-template-policy .pageContent,
body.page-template-shop .pageContent {
	padding-bottom: 80px;
}

body.page-template-shop .mainContent {
	background-image: none;
}

body.home .mainContent {
	padding-bottom: 50px;
}

body.page-template-quick-help .pageContent {
	padding-bottom: 50px;
}

.welcome {
	margin-bottom: 50px;
}

.welcomeBoxes {
	position: relative;
}

.welcomeBox {
	color: white;
	padding: 30px;
}

.welcomeBox h3 {
	margin-bottom: 10px;
}

.welcomeRedBox .button a {
	margin-top: 15px;
}


.welcomeContent {
	margin-bottom: 30px;
}

.welcomeRedBox {
	background-color: #cd0f28;
	margin-bottom: 30px;
	height: 100%;
	position: relative;
	background-image: url('img/redArrow.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.wgbUpper {
	background-color: #1d1d1b;
	margin-bottom: 30px;
}

.wgbLower {
	background-color: #535353;
}

.wgbUpper, .wgbLower {
	background-image: url('img/greyArrow.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.productBox {
	margin-bottom: 30px;
}

.productBox h2, h2.woocommerce-loop-category__title {
	padding-bottom: 10px;
}

.productBox .product-category.product img {
	display: none;
}

h2.woocommerce-loop-category__title {
	padding-top: 0;
}

.productBox .user-content {
	position: relative;
	padding: 175px 15px 30px;
	color: white;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.productBox .user-content h2 {
	position: relative;
	color: white;
}

.productBox .user-content::before {
	display: block;
	content:'';
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color: rgba(25,25,25,0.5);
}

.single_variation_wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: solid #333 1px;
}

.single_variation_wrap .gfield_list_cell.gfield_list_2_cell1,
.single_variation_wrap .gfield_list_cell.gfield_list_2_cell2 {
	padding-right: 10px;
}

/* Woocommerce Gravity Form */

#gform_5 #field_5_6, #gform_5 #field_5_10 {
	visibility: hidden !important;
	height: 1px !important
}

#gform_5 li#field_5_5 input, #gform_5 li#field_5_3 input {
	background-color: #eee !important;
	border: none !important
}

/* Subpage */

.pageSection {
	padding-bottom: 40px;
}

.psText, .psImage,
.sizingText, .sizingImage,
.specText, .specImage {
	padding-bottom: 20px;
}

.psRev .psText, .sizingRev .sizingText {
	float: right;
}

.sizingSection:last-of-type, .specSection:last-of-type {
	padding-bottom: 60px;
}

.sizingSection:last-of-type .sectionBorder, .specSection:last-of-type .sectionBorder {
	display: none;
}

.sectionBorder {
	margin: 40px auto 60px;
	width: calc(100% - 30px);
	height: 8px;
	background-color: #535353;
}

body.page-template-contact .pageContent {
	padding-bottom: 80px;
}

.contactMap {
	float: right;
}

.contactMap h3.user-title {
	color: white;
}

.contactMap .contactDetails {
	padding: 30px;
	background-color: #535353;
	color: white;
	margin-bottom: 45px;
}

.mapHolder {
	position: relative;
	height: 320px;
}

.cdBox i {
	display: inline-block;
	width: 20px;
	margin-right: 10px;
	text-align: center;
	float: left;
	padding-top: 4px;
}

.cdBox {
	padding-bottom: 10px;
}

.cdBox:last-of-type {
	padding-bottom: 0;
}

.cdBox p {
	padding-bottom: 5px;
	font-size: 1rem;
}

.cdAddress {
	line-height: 1.4rem;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0 15px;
	list-style-type: 0;
}

.woocommerce-MyAccount-navigation ul li::before {
	display: none;
}

.woocommerce-MyAccount-navigation ul li a {
	font-weight: 700;
	transition: 0.3s ease all;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color: #cd0f28;
}

.cdBox p, .cdBox > div {
	display: inline-block;
	width: calc(100% - 30px);
}

.cdBox::after, .woocommerce-variation-add-to-cart::after {
	clear: both;
	display: table;
	content:'';
}

/* Custom Cuts Form Prefix */

body .gform_wrapper {
    counter-reset: my-list-counter;
}

body .gform_wrapper .gform_fields .gfield_list .gfield_list_header::before {
    width: 1.5em;
    content: '';
}

body .gform_wrapper .gform_fields .gfield_list .gfield_list_group::before {
    width: 1.5em;
    line-height: 2;
    counter-increment: my-list-counter;
    content: 'Cut Size 'counter(my-list-counter);
}

dl.variation p::before {
	content: 'Cut Size' !important;
}

/* Contact Form */
.formHolder .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .formHolder .gform_wrapper textarea, .formHolder .gform_wrapper select {
	background-color: #EEE;
	border: 0;
	padding: 10px !important;
}

.formHolder .gform_wrapper .gform_footer input[type=submit] {
	transition: 0.3s ease all;
	display: inline-block;
	text-align: center;
	padding: 10px 25px;
	text-decoration: none;
	background-color: #CD0F28;
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 800;
	color: white;
	position: relative;
	border: none;
	line-height: 1;
}

.formHolder .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #EEE;
	color: #cd0f28;
}

.formHolder .gform_wrapper .gfield_description {
	font-size: 0.875rem;
	line-height: 1.125rem;
}

.formHolder .gform_wrapper .field_description_below .gfield_description {
	padding-top: 0;
}

.formHolder .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 2px !important;
}

ul.gform_fields {
	list-style-type: none;
}

.gform_variation_wrapper {
	margin-bottom: 20px;
}

/* Accordion/FAQ */
.FAQs {
	padding-bottom: 80px;
}

.FAQ {
  padding-bottom: 20px;
}

.FAQHead {
  background-color: #cd0f28;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: 0.3s ease all;
}

.FAQHead:hover,
.FAQ.active .FAQHead {
  background-color: #eee;
  color: black;
}

.FAQHead:hover .FAQIcon span,
.FAQ.active .FAQHead .FAQIcon span {
  background-color: black;
}


.FAQHead h2 {
  margin: 0;
  font-size: 1.25rem;
  padding: 0;
}

.FAQContent {
  padding: 20px 15px;
  display: none;
}

.FAQIcon {
  height: 22px;
  width: 22px;
  position: relative;
}

.FAQIcon span {
  background-color: white;
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 50%;
  transition: 0.3s ease all;
}

.vert {
  transform: translate(-50%, -50%);
}

.hori {
  transform: translate(-50%, -50%) rotate(90deg);
}

.FAQIcon.active .hori {
  transform: translate(-50%, -50%);
}
/* Products */
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #CD0F28;
	color: white;
	border-radius: 0;
	text-transform: uppercase;
}

.woocommerce div.product .product_title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #CD0F28;
}

.woocommerce div.product p.price {
	padding-bottom: 20px;
}

.woocommerce ul.products li.product .price {
	color: black;
}

.variations label {
	color: black;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin: 20px -10px 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 0 10px;
	width: 33.33%;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	width: 33.33%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images,
.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	max-width: 480px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	max-width: 800px;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 25%;
    margin: 0 0 40px;
    padding: 0 15px;
}

.woocommerce .products ul, .woocommerce ul.products {
	margin: 0 -15px 1em;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #535353;
}

.woocommerce .quantity .qty {
	height: 35px;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	margin-top: 10px;
}

.product_meta > span {
	display: block;
	padding-bottom: 10px;
}

body.search .mainContent {
	padding-bottom:  60px;
}

.searchItem {
	margin-bottom: 30px;
}

.searchItem .button {
	margin-top: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
	margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: #898989;
    color: white;
    border-radius: 0;
    margin: 0 0px 5px;
    padding: 0;
    width: 25%;
    transition: 0.3s ease all;
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #cd0f28;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 10px 15px;
    color: white;
    transition: 0.3s ease all;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
	color: white;
	background: #cd0f28;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    background-color: #EEE;
	color: #cd0f28;
}

.woocommerce div.product .woocommerce-tabs .panel {
	border-bottom: 0;
	background-color: #EEE;
	padding: 20px 25px;
}

.product_meta {
	border-top: 2px solid #707070;
    padding-top: 25px;
}

.product_meta span a {
	font-weight: 700;
	transition: 0.3s ease all;
}

.product_meta span a:hover {
	color: #cd0f28;
}

.woocommerce-variation-price {
	margin-bottom: 20px;
}

.relProdTitle {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.relProdTitle h2 {
	display: inline-block;
	background-color: white;
	padding: 10px 30px;
	margin: 0;
	position: relative;
	color: #cd0f28;
}

.relProdTitle::before {
	display: block;
	content:'';
	position: absolute;
	height: 4px;
	background-color: #707070;
	top:50%;
	left:0;
	right: 0;
	transform: translateY(-50%);
	z-index: 0;
}

.prodMoreInfo {
	margin-top: 40px;
}

.prodMoreInfo h3 {
	color: #cd0f28;
}

.error404 .mainContent {
	margin-bottom: 60px;
}

/* Footer */

.mainFooter {
	background-color: #EEE;
	padding-top: 40px;
	background-image: url('img/footerArrow.png');
	background-position: 85px 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.mainFooter .footerMenu {
	padding: 15px;
	text-align: right;
}

.footerLogo {
	margin-bottom: 30px;
}

.footerSocials i {
	font-size: 1.5rem;
	margin-right: 10px;
}

.footerHelp h3, .footerHours h3.user-title {
	padding-bottom: 10px;
}

.footerSocials i:last-of-type {
	margin-right: 0;
}

.footerPayments img {
	max-height: 28px;
	margin: 0 2px;
}
.footerPayments img:first-child {
	margin-left: 0;
}
.footerPayments img:last-child {
	margin-right: 0;
}

.mainFooter .footerBox {
	margin-bottom: 20px;
}

.footerContact span {
	display: block;
	padding-bottom: 10px;
}

.footerHelp ul {
	list-style-type: none;
}

.footerMenu ul li {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	margin-left: 30px;
	text-transform: uppercase;
}

.footerMenu ul li:first-of-type {
	margin-left: 0;
}

.footerContact .cdAddress {
	line-height: 1.5;
}

.footerContact .cdAddress br {
	display: none;
}

.subFooter {
	background-color: #cd0f28;
	color: white;
	padding: 10px 0;
}

#copyright {
	float: left;
}

#subFooterText {
	float: right;
}

.totalHidden, #field_2_6 {
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	margin: 0 !important;
}

.single_variation_wrap .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}

/* Media Queries */

@media screen and (max-width: 1199px) {
	header#siteHeader .logoHolder, .headerContact, .headerRight, .headerShop {
		float: none;
	}

	header#siteHeader .logoHolder img {
		margin: 0 auto 20px;
	}

	.headerRight {
		display: block;
    	text-align: center;
	}

	.headerContact, .headerShop {
		margin-bottom: 10px;
	}

	.headerPhone {
	    margin-right: 0px;
	    display: block;
	    margin-bottom: 10px;
	}

	#copyright, #subFooterText {
		display: block;
		float: none;
		text-align: center;
	}

	#copyright {
		padding-bottom: 10px;
	}

	header#siteHeader {
	    height: 250px;
	}

	header#siteHeader.nav-up {
	    top: -250px;
	}

	body {
	    padding-top: 250px;
	}

}

@media screen and (max-width: 991px) {
	.desktopMenu {
		display: none;
	}

	.headerContact {
	    display: block;
	    width: 100%;
	}

	.headerRight {
	    display: block;
	}

	.mobileMenu {
		display: block;
	}

	nav ul li:hover > a {
		border-bottom: 0;
	}

	nav ul li.current-menu-item {
		border: 0;
	}

	body {
		padding-bottom: 72px;
	}


	header#siteHeader {
	    height: 220px;
	}

	header#siteHeader.nav-up {
	    top: -220px;
	}

	body {
	    padding-top: 220px;
	}

	.logoHolder.footerLogo img {
		max-width: 230px;
	}
}

@media screen and (max-width: 767px) {
	h1, .splash h2 {
		font-size: 1.7rem;
	}

	header#siteHeader .logoHolder, .headerContact, .headerRight, .headerShop {
	    float: none;
	    font-size: 0.9rem; 
	    text-align: center;
	}

	.logoHolder.footerLogo img {
		margin: 0 auto;
	}

	.footerLogo {
		margin-bottom: 20px;
	}

	.footerSocials {
		text-align: center;
	}

	.headerPhone {
	    margin-right: 0;
	    display: block;
	}

	.footerHelp ul li:last-of-type {
	    margin-bottom: 20px;
	}

	.footerHours, .footerHelp {
		text-align: center;
	}

	.mainFooter .footerBox {
	    margin-bottom: 10px;
	}

	.mainFooter .footerMenu {
		padding-top: 0;
	}

	.footerMenu ul li {
	    display: block;
	    text-align: center;
	    margin: 0;
	}

	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 100%;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
	}

	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		max-width: 100%;
	}

	.splash {
		height: auto;
		position: relative;
		padding: 50px 0;
	}

	.splash .fourteenForty {
		position: relative;
		bottom:auto;
		left: auto;
		transform: none;
	}

	header#siteHeader .logoHolder img {
		max-width: 230px;
		margin: 0 auto;
	}

	.headerRight {
		padding-top: 25px;
	}

	.topHeader {
		padding: 25px 0 15px;
	}

	header#siteHeader {
	    height: 228px;
	}

	header#siteHeader.nav-up {
	    top: -228px;
	}

	body {
	    padding-top: 228px;
	}
}

@media screen and (max-width: 424px) {

}


.woocommerce .payment_method_paypal img {
	display:none;
}
.footer-title {
	font-size: 1.375rem;
	line-height: 1.375;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}	
h3.related-product {
	display: inline-block;
    background-color: #fff;
    padding: 10px 30px;
    margin: 0;
    position: relative;
    color: #cd0f28;
    font-size: 1.563rem;
    line-height: 1.563;
    font-family: 'Montserrat',sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.custom_cuts table.gfield_list thead {
	display: none;
}




body.tax-product_tag h1 {display: none;}
body.admin-bar div.topHeader {margin-top: 32px;}
div.topHeader {background-color: white !important;}