/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  Ryan Saucerman
Author URI:  https://www.exploredigital.com/
Template: Divi
Version:  1.0.0
*/
 
/* =Theme customizations
------------------------------------------------------- */

/* ----------------------- */
/* FONTS */
/* ----------------------- */

/* ITC Avant Garde Gothic Pro Bold */
.itc-avant-garde-bold {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ITC Avant Garde Gothic Pro Book */
.itc-avant-garde-bk {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* ITC Avant Garde Gothic Pro Medium */
.itc-avant-garde-medium {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}

/* Poppins Italic */
.poppins-italic {
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: italic;
}

/* Poppins Regular */
.poppins-regular {
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* Poppins Bold Italic */
.poppins-bold-italic {
	font-family: poppins, sans-serif;
	font-weight: 700;
	font-style: italic;
}

/* Poppins Bold */
.poppins-bold {
	font-family: poppins, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.single-product .et_pb_section_1 {
    max-width: 1240px !important;
}

.product-image img {
    max-height: 250px;
    margin: 0 auto 10px;
    display: block;
}

th.add-on.last-column {
    width: 15%!important;
}

.product-image.u-handle-carts img {
    max-width: 60% !important;
}

.single-product #left-area {
	padding-bottom: 0;
}

.woocommerce div.product div.summary {
	margin-bottom: 0;
}

.single-product .container {
    padding-top: 10px !important;
/* 	max-width: 1100px; */
	max-width: 1094px;
}

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
}

/* ----------------------- */
/* GENERAL STYLES */
/* ----------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

p, a, li, td {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.red {
	color: #c14215;
}

.gold {
	color: #dea52c;
}

.custom-btn {
    padding: 10px 15px;
    display: block;
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
}

figure.woocommerce-product-gallery__wrapper {
	width: 100%
}

.btn-black {
	background-color: #051720;
	color: #fff;
	border: 2px solid #051720;
}

.btn-black:hover {
	background-color: transparent;
	color: #051720;
}

.btn-related {
	color: #282828;
	border: 2px solid #282828;
}

.btn-related:hover {
	color: #fff;
	background-color: #282828;
}

.orange-btn {
    display: inline-block;
    padding: 0.65em 1.5em;
    background-color: #c14215;
    margin: 0 0.3em 0.3em 0;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.2s;
}

.current-price {
	color: #c14215;
}

.hidden-price {
	display: none;
}

table.variations.variations-grid {
    width: 100%;
/* 	max-width: 1360px; */
	max-width: 1040px;
    margin: 0 auto;
}

.underline,
.underline-hover:hover {
	text-decoration: underline;
}

.checks {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.checks li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
}

.checks li:last-child {
    padding-bottom: 0;
}

.checks li:before {
    position: absolute;
    left: 0;
	top: -2px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #c14215;
}

.checks li.icon-phone:before {
    content: "\f095";
	transform: rotate(90deg);
}

.checks li.icon-map:before {
    content: "\f3c5";
}

.fa-phone {
	transform: rotate(90deg);
}

.grid {
    display: flex;
	flex-flow: wrap;
    align-items: baseline;	
	justify-content: center;
}

.grid>div {
    margin-bottom: 40px;
}

.top-white-arrow .et_pb_top_inside_divider {
    top: -20px !important;
    height: 80px !important;
    transform: rotateY(180deg) rotateX(120deg) !important;
}

.orange-links {
	color: #c14215;
}

.no-marg {
	margin: 0 !important;
}

.no-border {
    border-top: none !important;
    padding-top: 0 !important;
}

/* ----------------------- */
/* HEADER STYLES */
/* ----------------------- */

#desktop-header .et_pb_section {
    padding: 0 !important;
}

#desktop-header .et_pb_column {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

#desktop-header .et_pb_module {
	margin-bottom: 0;
}

#desktop-header .logo {
    margin-right: 50px;
}

#desktop-header .logo,
#desktop-header .number {
    width: 185px;
}

a.header-number {
    font-weight: 700;
    font-size: 24px;
}

#desktop-header .menu-search {
    width: calc(100% - 450px);
    margin: 10px 0 10px 30px;
}

#desktop-header .menu-search .et_pb_code_inner {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

#desktop-header .menu-search form,
#search-mobile form {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#search-mobile form {
    justify-content: center;
}

#desktop-header .menu-search input,
#search-mobile form input {
    font-size: 16px;
	font-weight: 300;
    padding: 8px 15px;
    border: 1px solid #c0c4c9;
    width: calc(100% - 95px);
    max-width: 420px;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
}

#desktop-header .menu-search button,
#search-mobile form button {
    background-color: #c14215;
    color: #fff;
    border: none;
    font-size: 15px;
    padding: 8px 10px;
    font-weight: 700;
    width: 95px;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
}

p.top-header-menu {
    margin-bottom: 10px;
}

p.top-header-menu a {
    padding: 0 5px;
}

p.top-header-menu a:last-child {
    padding-right: 0;
}

#desktop-header .menu {
    width: 100%;
    border-right: 0;
    padding-right: 0;
}

span.woocommerce-Price-currencySymbol {
    display: none;
}

div#nav_menu-2 {
    margin: 0;
    width: 100%;
}

ul#menu-main {
    display: flex;
    justify-content: center;
}

ul#menu-main>li {
    margin-bottom: 0;
    border-right: 2px solid #fff;
}

ul#menu-main li:last-child {
    border-right: 0;
}

ul#menu-main li a {
    padding: 15px 25px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

.dropdown-column>a {
    display: none !important;
}

.sub-menu li {
    margin-left: 0 !important;
}

.sub-menu a {
    font-size: 16px !important;
}

.menu-item-has-children>a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 14px;
    padding-left: 5px;
}

#mobile-nav .et_pb_column {
    display: flex;
	flex-flow: wrap;
	align-items: center;
}

#mobile-nav .et_pb_module:first-child {
    width: 17%;
}

#mobile-nav .et_pb_module.logo {
    width: 33%;
}

#mobile-nav .et_pb_module:last-child {
	width: 50%;
}

#mobile-nav a.not-empty {
	position: relative;
}
#mobile-nav a.not-empty:after {
    position: absolute;
	content: '';
    display: block;
    top: 0px;
    right: -4px;
    background: #e21c1c;
    height: 9px;
    width: 9px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.mobile-triggers .et_pb_code_inner {
    text-align: right;
    font-size: 26px;
}

.mobile-triggers .et_pb_code_inner a {
    margin-left: 5px;
    font-size: 24px;
}

#menu-mobile,
#search-mobile {
    position: absolute;
    left: 0;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}

#search-mobile {
    left: 0;
}

#menu-mobile {
	margin-left: -100%;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

#menu-mobile.reveal {
	margin-left: 0;
}

#menu-mobile a:after {
	display: none;
}

.main-dropdown span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
}

#menu-mobile .main-dropdown>a:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    position: absolute;
    top: 0;
    padding: 7px 10px 5px;
    right: 0;
    display: block !important;
}

#menu-mobile .main-dropdown.open>a:after {
    content: "\f068";
}

#menu-mobile .main-dropdown>.sub-menu a {
	font-size: 14px !important;
    margin-left: 10px;
}

#menu-mobile li {
	margin-bottom: 0;
	border-bottom: 1px solid #c0c4c9;
}

#menu-mobile li:last-child {
	border-bottom: none;
}

#menu-mobile a {
    padding: 10px 10px 5px;
    display: block;
    position: relative;
}

.mobile-triggers a.mobile-toggle {
    text-align: left;
    display: block;
    margin-left: 0;
}

.mobile-triggers a.mobile-toggle i {
    border: 2px solid #282828;
    border-radius: 5px;
    padding: 0px 4px 0;
    position: relative;
}


nav.woocommerce-breadcrumb i:last-child {
	display: none;
}

.uncategorized nav.woocommerce-breadcrumb a,
.uncategorized nav.woocommerce-breadcrumb i {
	display: none;
}

.uncategorized nav.woocommerce-breadcrumb a:first-child {
	display: unset;
}

.mobile-breadcrumb nav.woocommerce-breadcrumb {
    display: unset;
    white-space: nowrap;
}

.mobile-breadcrumb nav.woocommerce-breadcrumb {
	color: #ebebeb !important;
}

.mobile-breadcrumb nav.woocommerce-breadcrumb i,
.mobile-breadcrumb nav.woocommerce-breadcrumb a {
	display: none;
}

.mobile-breadcrumb nav.woocommerce-breadcrumb a:last-of-type {
    display: unset;
}

.mobile-breadcrumb nav.woocommerce-breadcrumb a:last-of-type:before {
	content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
	padding-right: 5px;
}

.top-header-menu span.cart-count span.woocommerce-Price-currencySymbol {
    display: none;
}

h3#ss360-heading-_ {
	display: none;
}

button.ss360-more-results {
    border-radius: 50px;
    color: #fff !important;
    background: #a23712;
    border: 2px solid #a23712 !important;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 18px;
    padding-top: 12px;
}

div#nav_menu-2 {
    width: 100% !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
}

div#nav_menu-2 li {
    margin-bottom: 0 !important;
}

div#nav_menu-2 li a {
    color: #282828 !important;
}


/* ----------------------- */
/* HOME STYLES */
/* ----------------------- */

a.featured {
    border: 2px solid #dee2e8;
    display: block;
}

a.featured .product-image img {
    padding: 10px 10px 5px;
}

a.featured .product-title {
    background-color: #dee2e8;
    font-size: 18px;
    padding: 10px 5px 7px;
	margin-bottom: -1px;
    text-transform: uppercase;
}

a.featured .product-title i {
    font-size: 14px;
    bottom: 15px;
}

a:hover .product-title {
	text-decoration: underline;
}

.product-title {
    text-align: center;
	line-height: 1.3em;
	font-size: 18px;
	padding: 0 15px;
}

.product-title i {
    display: inline;
    font-size: 12px;
}


/* ----------------------- */
/* CATEGORY STYLES */
/* ----------------------- */

.category-about h2 {
	font-size: 22px;
}

h1 small {
    font-size: 20px;
    vertical-align: top;
}

.category-about .et_pb_top_inside_divider {
	top: -23px !important;
    height: 80px !important;
    transform: rotateX(115deg) !important;
}

.sub-category {
	
}

p.category-breadcrumb {
	line-height: 1.3em;
    font-size: 15px;	
}

.cat-descrip {
	margin-top: 10px;
}

.et_pb_row.et_pb_row_5.category-title {
    padding-top: 30px !important;
}

/* ----------------------- */
/* PRODUCT STYLES */
/* ----------------------- */

.variations .cart-count span.woocommerce-Price-amount.amount {
	display: none;
}

.single-product #left-area {
	padding-bottom: 0;
}

.woocommerce div.product div.summary {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 0;
}

.woocommerce div.product .product_title {
    line-height: 1.3em;
}

h1.product_title {
	order: 0;
}

p.red.free-shipping {
	order: 1;
	width: 100%;
}

.woocommerce-product-details__short-description {
	order: 2;
	width: 100%;
}

.variation-anchors {
	width: 100%;
	order: 3;
}

p.full-description-anchor {
	order: 4;
}

p.video-instructions-anchor {
    order: 5;
}

.variation-anchors.heights {
	order: 6;	
}

.discounts-list {
	order: 7;
	width: 100%;
}

p.full-description-anchor {
    width: 130px;
}

p.video-instructions-anchor {
    width: 50%;
}

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
}

nav.woocommerce-breadcrumb {
	color: #fff !important;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb i,
.category-breadcrumb, .category-breadcrumb a {
	color: #8e8e8e !important;
}

.woocommerce .woocommerce-breadcrumb a,
.category-breadcrumb, .category-breadcrumb a {
	font-weight: 400 !important
}

.woocommerce-breadcrumb a:hover, .category-breadcrumb a:hover {
	text-decoration: underline;
}

.woocommerce .woocommerce-breadcrumb i {
	padding: 0 5px;
}

.woocommerce-product-gallery {
    display: flex;
	background: #fff
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger,
.product_meta, .single-product .summary .price,
a.added_to_cart.wc-forward {
	display: none;
}

.discounts-list h3,
.variation-anchors h3, 
.discounts-list li {
	font-size: 18px;
}

.discounts-list li {
	font-weight: 400;
}

th.price-col {
    width: 94px;
}

th.beam-height {
	width: 84px;
}

th.dimensions {
/*     width: 127px; */
	width: 150px;
}

th.sku-col {
	width: 140px;
}

th.shelf-cap {
    width: 100px;
}

.woocommerce-product-gallery .flex-control-nav {
    order: 0;
    margin-top: 0 !important;
    display: flex;
    flex-flow: column;
    width: 15%;
    margin-right: 10% !important;
}

.woocommerce-product-gallery .flex-control-nav li {
	margin-right: 0 !important;
	width: 100% !important;
}

.woocommerce-product-gallery .flex-viewport {
    order: 1;
    width: 70%;
    margin-right: 5%;
}

.single-product .summary p {
	padding-bottom: 1em !important;
}

div#tab-description ul li {
    padding: 3px 0;
}

.variation-anchors {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.variation-anchors h3 {
	padding-bottom: 0;
    /* margin-right: 5%; */
    font-size: 18px;
    width: 50%;
}

div#product-6518 .summary.entry-summary .variation-anchors h3,
div#product-6522 .summary.entry-summary .variation-anchors h3,
div#product-6524 .summary.entry-summary .variation-anchors h3 {
    margin-right: 1px !important;
}

div#tab-description {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
}

div#tab-description ul {
    padding-top: 10px;
}

.single-product .summary .variation-anchors p,
.variation-anchors p {
	padding-bottom: 0 !important;
	font-size: 16px;
    width: 50%;
}

.xoo-cp-added {display: none;}

.variation-anchors a {
    margin-right: 12px;
    font-weight: 600;
    color: #c14215;
    text-decoration: none !important;
    font-size: 14px;
}

/* .variation-anchors a:first-child {
    margin-left: 5px;
} */

.variation-anchors a:hover {	
    text-decoration: none;
}

tr.variation-type, 
tr.variation-type th {
    padding: 0 !important;
}

h3.variation-header {
    padding-top: 20px;
    padding-bottom: 5px;
	line-height: 40px;
    text-align: left;
	max-width: 1040px;
    margin: 0 auto;
	font-weight: 500;
}

table.variations.variations-grid tbody {
    border-left: 2px solid #e8e8e8;
    border-top: 2px solid #e8e8e8; 
    border-bottom: 2px solid #e8e8e8;
}

tr.variation-values.create-divider {
    border-top: 2px solid #e8e8e8;
}

.variation-titles {
	text-transform: uppercase;
	border: 2px solid #e8e8e8;
}

tr.variation-titles th {
	line-height: 1.3em;
}

tr.variation-titles th {
    font-family: itc-avant-garde-gothic-pro, sans-serif !important;
}

/* tr.variation-titles th.last-column {
    width: 5%;
} */

tr.variation-titles th {
	padding: 5px !important;
}
 
tr.variation-values td {
	padding: 0 5px !important;
}

tr.variation-titles th, 
tr.variation-values td {
    border-right: 2px solid #e8e8e8;
}

.variation-titles th {
    font-weight: 800;
}

tr.variation-values td {
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    line-height: 23px;
	font-weight: 400;
}

.variation-titles th {
	font-size: 13px;
}

.variation-add-to-cart .cart {
	display: flex;
	margin: 0 !important;
}

.woocommerce .variation-add-to-cart form.cart div.quantity {
    width: 47% !important;
    margin-right: 5% !important;
	height: 22px;
}

.variation-add-to-cart .quantity input.qty {
    background-color: #fff !important;
    color: #282828 !important;
    border: 2px solid #e8e8e8 !important;
}

.variation-add-to-cart .quantity input.qty {
    height: 100%;
    width: 100%;
    font-size: 14px !important;
    text-align: center;
    padding-top: 6px;
}

.variation-add-to-cart .cart button.single_add_to_cart_button {
    width: 48%;
    border: 1px solid #CC5239;
    color: #3f4347;
    text-transform: uppercase;
    background-color: #fff;
    cursor: pointer;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important;
    font-size: 10px;
    height: 22px;
    font-weight: 600;
    line-height: 22px;
}

.variation-add-to-cart .cart button.single_add_to_cart_button.active,
.variation-add-to-cart .cart button.single_add_to_cart_button:not([disabled]):hover {
	color: #fff;
    background-color: #c14215;
    border: 2px solid #c14215;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important;	
}

.variation-add-to-cart .cart button.single_add_to_cart_button.active:hover {
	color: #c14215;
    background-color: #fff;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important;	
}

td.variation-add-to-cart.last-column {
    width: 126px;
}

th.add-on {
    background-color: #F3F3F3;
}

th.add-on, td.add-on {
	border-left: 20px solid #fff;
}

td.add-on, .last-column {
	position: relative;
}

td.add-on:before, 
.last-column:before, 
.last-column:after {
    content: "";
    border-left: 2px solid #e8e8e8;
    position: absolute;
    height: calc(100% + 4px);
    top: -2px;
}

td.add-on:before,
.last-column:before {
    left: -2px;
}

.last-column:after {
    right: -2px;
}

.woocommerce-tabs {
    border: none !important;
/*     margin-top: 70px !important; */
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
    background: transparent !important;
    border: none !important;
    position: unset;
}

body.woocommerce #content-area #left-area div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    padding: 0 22px !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
    font-size: 22px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-bottom: 3px solid #c14215;
}

.woocommerce-tabs h2 {
	position: absolute;
	left: -9999px;
}

div#sidebar {
    display: none;
}

.et_right_sidebar #left-area {
    float: none;
    padding-right: 0;
    width: 100%;
}

.et_right_sidebar #main-content .container:before {
	display: none;
}

th.price-col.price-col-ranged {
    padding: 10px 0 0 !important;
	vertical-align: bottom;
}

.range-row tbody {
    border-left: 0 !important;
    border-bottom: 0 !important;
}

table.range-row {
    margin-top: 10px;
    border-left: 0;
    width: calc(100% + 1px);
}

.range-row td {
    padding: 3px 5px 0;
    border-left: 2px solid #e8e8e8;
    width: 60px;
}

.range-row td:first-child {
    border-left: 0;
}

.ranged-variation-price .hidden-price {
	display: unset;
}

tr.variation-values .ranged-variation-price {
    padding: 1px 0 !important;
    width: 90px;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li#tab-title-video_tab a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li#tab-title-description a {
    color: #c0c4c9 !important;
    font-size: 22px;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li#tab-title-description {
    background: none !important;
}

li#tab-title-video_tab {
    background: none !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li#tab-title-description.active a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li#tab-title-video_tab.active a {
	color: #c14215 !important
}

.postid-7065 .full-description-anchor {
    display: none;
}

.postid-7065 li#tab-title-description {
    display: none;
}

.postid-7065 p.video-instructions-anchor:before {
    display: none;
}

div#tab-description a {
    text-decoration: underline;
}

.shorter-table table.variations.variations-grid,
.shorter-table h3.variation-header {
	max-width: 850px;
}
/* new */
.xoo-cp-container {
    padding: 45px 45px 40px;
}
.xoo-cp-success {
    background: transparent;
    text-align: center;
    color: #c14215;
    font-weight: 700;
    font-size: 20px;
    display: flex;
	justify-content: center;
    font-family: 'itc-avant-garde-gothic-pro';
	align-items: center;
}
.xoo-cp-icon-check:before {
    font-size: 15px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.xoo-cp-atcn .xoo-cp-icon-check {
/*     border: 3px solid;
    max-width: 45px; */
    padding: 8px;
/*     border-radius: 50px;  */
/*     margin: 0 auto 10px; */
/* 	display: block; */
    margin: 0 10px !important;
    display: inline-block !important;
    font-size: 13px;
    width: 26px;
    height: 26px;
    border-radius: 50% !important;
    color: #fff;
    background: #c14215;
    position: relative;
}

.xoo-cp-ptotal {
    display: block;
    float: none;
    text-align: center;
    margin: 0 10px 15px;
    border-top: 2px solid #c0c4c9;
    color: #c14215;
}

.xoo-cp-ptotal span.woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 18px;
}

/* new */

.xoo-cp-pdetails td {
    vertical-align: top;
}

td.xoo-cp-pqty .xoo-cp-qtybox {
    margin-top: 0;
}

table.xoo-cp-pdetails td.xoo-cp-pqty:before {
    top: -3px;
    left: 0;
}

table.xoo-cp-pdetails > tr {
    padding-top: 30px;
}

table.xoo-cp-pdetails td {
    padding-top: 30px;
    /* line-height: 1.4; */
    /* width: 15%; */
}

.xoo-cp-container {
    max-width: 800px;
}

td.xoo-cp-ptitle {
    width: 58%;
}

td.xoo-cp-ptitle a {
    line-height: 1;
    font-size: 17px;
}

td.xoo-cp-ptitle a small {
    display: block;
    padding-top: 17px;
    font-size: 15px;
}

.xoo-cp-variations {
    display: none;
}

td.xoo-cp-pprice span.woocommerce-Price-currencySymbol {
    display: inline-block !important;
}

td.xoo-cp-pprice bdi {
    font-weight: 300;
}

span.woocommerce-Price-amount.amount, span.woocommerce-Price-amount.amount * {
    font-size: 18px;
}

td.xoo-cp-ptitle {
    line-height: 1.4;
}
.xoo-cp-ptotal {
    border-top: 1px solid #404040;
    text-align: right;
    margin: 13px 0 10px;
    padding-top: 18px;
}
.xoo-cp-ptotal * {
    font-weight: 700;
    color: #404040;
    font-family: 'itc-avant-garde-gothic-pro';
}

.xoo-cp-ptotal span.woocommerce-Price-currencySymbol {
    display: inline;
}

.xoo-cp-qtybox {
	height: 31px;
}

.xoo-cp-container span.xcp-plus, .xoo-cp-container  span.xcp-minus {
    font-weight: 100;
    line-height: 26px;
    padding-bottom: 3px;
    width: 30px;
}
.xoo-cp-pdetails td.xoo-cp-remove {
	width: 3%;
	min-width: 25px;
}
/* end new */
a.xcp-btn {
    background-color: transparent;
/*     border: 2px solid #282828; */
    border-radius: 0;
    color: #282828;
    text-transform: capitalize;
	
	/* new */
    border: 2px solid #282828;
    margin: 0;
    padding: 8px 15px;
    font-weight: 500;
    line-height: 1.3;
    border-width: 1px;
}
/* new */
.xoo-cp-btns {
    display: flex;
    justify-content: space-between;
}
.xoo-cp-btns a {
    margin: 0;
    padding: 8px 15px;
    font-weight: 600;
    line-height: 1.3;
    border-width: 1px;
}

.xoo-cp-btns a:nth-of-type(2) {
    margin: 0 10px;
}

a.xcp-btn {
    width: 32%;
}

.xoo-cp-btns a:last-of-type {
    background: #c04624;
    color: #fff;
    border-color: #c04624;
}

.xoo-cp-btns a:hover {
    color: #fff;
}

.xoo-cp-btns a:last-of-type:hover {
    color: #fff;
}
/* end new */
.product-pay-securely {
	padding: 45px;
}

.product-pay-securely p {
	font-size: 26px;
    margin-bottom: 20px!important;
	text-align: center;
}

.product-pay-securely img {
    margin: 0 auto;
    display: block;
}

/*-------------------------
 *  ADD TO CART 
 * ------------------------*/

td.xoo-cp-ptitle {
    padding-left: 20px;
}

td.xoo-cp-pqty {
    position: relative;
}






/* -------------------------------
 * CART PAGE STYLES 
 * -------------------------------*/

.page-id-8 .container {
    max-width: 1001px;
}

.page-id-8 span.woocommerce-Price-currencySymbol {
    display: inherit;
}

.page-id-8 .container {
    border-bottom: solid 1px #c14215;
    padding-bottom: 50px;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #c14215;
    font-weight: 700;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    text-transform: capitalize;
}

.page-id-8 h1.entry-title.main_title {
    text-align: center;
	text-transform: capitalize;	
	font-size: 30px;
}

a.checkout-button.button.alt.wc-forward {
    background-color: #fff;
    color: #c14215;
    border: solid 2px #c14215;
    border-radius: 0;
    font-weight: 600;
    text-transform: capitalize;
}

span.woocommerce-Price-amount.amount {
    font-weight: 400;
}

.cart_totals h2 {
    text-transform: capitalize;
	font-size: 25px;	
}

a.shipping-calculator-button {
    color: #c14215;
}

.cart_totals table th {
    color: #282828;
}

.woocommerce table.shop_table {
    border: 1px solid #c0c4c9 !important;
	border-radius: 0 !important;
}

button.button {
    color: #282828 !important;
    text-transform: capitalize;
    border-radius: 0 !important;
	font-size: 16px !important;
}

button.button:hover {
    color: #282828 !important; 
    text-transform: capitalize !important;
    padding: 6px 0 !important;
    background-color: transparent !important;
}

a.button.wc-backward {
    color: #282828 !important;
    text-transform: capitalize;
    border-radius: 0 !important;
	font-size: 16px !important;
	margin-bottom: 25px;
}

a.button.wc-backward:hover {
    color: #282828 !important; 
    text-transform: capitalize !important;
    padding: 6px 0 !important;
    background-color: transparent !important;
}

p.return-to-shop {
	text-align: center;
}

p.return-to-shop a.button.wc-backward:hover {
    padding: .3em 2em .3em 1em !important;
    border: 2px solid black;
}

p.return-to-shop a.button.wc-backward:after {
	font-size: 28px;
}

a.restore-item {
    color: #fff;
    font-weight: 600;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .3em 1em;
    border-radius: 0;
}

input#coupon_code {
    color: #282828 !important;
}

.woocommerce button.button:hover:after {
	opacity: 0;
	transition: none !important;
}

button.button:after {
    transition: none !important;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: auto;
    text-align: center;
    line-height: .75 !important;
    border-radius: 100%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    visibility: hidden;
}

.woocommerce a.remove:before {
    content: 'Remove';
    visibility: visible;
    color: #3d85c6;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 500;
}

.quantity .input-text.qty.text {
    background: #fff !important;
    color: #282828 !important;
    border: solid 1px #c0c4c9 !important;
    border-radius: 0 !important;
}

th.product-name,
th.product-price,
th.product-quantity,
th.product-subtotal {
    color: #000000 !important;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
}

input#coupon_code::placeholder {
    font-size: 16px !important;
    text-transform: capitalize;
    color: #282828;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 39px;
    border-radius: 0;
    padding-top: 0;	
}

.wc-proceed-to-checkout {
    padding-top: 0 !important;
}

.cart_totals table {
    margin-bottom: 20px !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th,
tr.woocommerce-cart-form__cart-item.cart_item td,
.cart_totals table.shop_table.shop_table_responsive tr th,
.cart_totals table.shop_table.shop_table_responsive tr td {
    border-bottom: solid 1px #c0c4c9;
}

.page-id-8 td.product-name a {
    font-weight: 600 !important;
}

button#place_order:hover {
    border: solid 2px #dea52c;
}

dl.variation dt {
    font-weight: 300;
}

small.product-sku {
    font-weight: 300 !important;
}

div.coupon input#coupon_code {
    font-size: 16px;
    font-weight: 300 !important;
    padding: 8px 15px;
    border: 1px solid #c0c4c9 !important;
    width: calc(100% - 95px);
    max-width: 230px;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important;
    background: #fff !important;
    color: #000 !important;
    margin-right: 0;
}

div.coupon input#coupon_code::placeholder {
    color: #797979;
}

div.coupon button.button {
    border: 1px solid #c14125;
    background: #c14215;
    color: #fff !important;
}

div.coupon button.button:hover, form.woocommerce-cart-form button.button[name="update_cart"] {
    padding: .3em 1em !important;
    line-height: 1.7em!important;
    background: #c14125 !important;
    border: 1px solid transparent !important;
	color: #fff !important;
}

@media(max-width: 767px) {
	div.coupon input#coupon_code {
		max-width: 50%;
	}
}
@media(max-width: 480px) {
	div.coupon input#coupon_code {
		max-width: 100% !important;
		width: 100%!important;
	}
}

/* -----------------------------
 * CHECKOUT PAGE STYLES  
 * -----------------------------*/

.woocommerce .woocommerce-info {
	background: #c14215;
}

.page-id-9 h1.entry-title.main_title {
    text-align: center !important;
    text-transform: capitalize;
    color: #051720 !important;
    font-size: 30px;
    margin-bottom: 50px;	
}

.woocommerce-billing-fields h3 {
    text-transform: capitalize;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px 15px;
    border-radius: 0 !important;
    font-size: 14px;
    border-color: #000 !important;
}

span.select2-selection.select2-selection--single {
    border-color: #000;
    border-radius: 0;
    height: 41px;
}

/* span.select2.select2-container.select2-container--default {
    border: solid 1px #000;
} */
/* 
.select2.select2-container .select2-selection .select2-selection__arrow:before {
    content: "\f3d0" !important;
    font-size: 27px !important;
    font-family: "Ionicons" !important;
    width: 100% !important;
    display: block;
    height: 100%;
    line-height: 35px;
    color: #000 !important;
} */

.select2.select2-container .select2-selection .select2-selection__arrow:before {
    content: "\33" !important;
    font-size: 23px !important;
    font-family: "ETmodules" !important;
    width: 100% !important;
    display: block;
    height: 100%;
    line-height: 35px;
    color: #000 !important;
    margin-left: -10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    line-height: 2.5em;
}

table.shop_table.woocommerce-checkout-review-order-table {
    float: left !important;
    width: 48% !important;
}

div#payment {
    background: #fff !important;
    border: solid 1px #c0c4c9;
    border-radius: 0 !important;
}

div#payment {
    float: left !important;
    width: 48% !important;
    margin-left: 30px !important;
}

.form-row.place-order {
    position: relative;
}

button#place_order {
    position: absolute;
    bottom: -70px;
    right: 0;
    background-color: #c14215;
    color: #fff !important;
    border: none;
    border-radius: 0;
    width: 40%;
    padding: 10px 0;
    font-weight: 600;
    text-transform: capitalize;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
}

h3#order_review_heading {
    margin-top: 100px;
}

td.product-name {
    font-weight: 600;
}

strong.product-quantity {
    font-weight: 300;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, 
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    border: none !important;
}

table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
    border-bottom: solid 1px #c0c4c9;
}

table.shop_table.woocommerce-checkout-review-order-table th.product-name,
table.shop_table.woocommerce-checkout-review-order-table th.product-total {
    display: none;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    color: #282828 !important;
    font-weight: 600 !important;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr td,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td strong span {
    font-weight: 300 !important;
}

ul#shipping_method li .amount {
    font-weight: 300 !important;
}

label {
    text-transform: capitalize;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    text-transform: none;
}

#order_review tfoot tr.woocommerce-shipping-totals th {
	vertical-align: top; 
}


/* .page-id-9 strong.product-quantity, */
.page-id-9 dl.variation,
.page-id-9 .cart_item .product-sku {
    margin-left: 50px;
}

.page-id-9 span.woocommerce-Price-currencySymbol {
    display: inherit;
}

h3#ship-to-different-address {
    padding-bottom: 3px;
}

#ship-to-different-address input[type=checkbox],
input#createaccount[type=checkbox],
input#rememberme[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #666;
    top: 5px;
    height: 20px;
    width: 20px;
    border: solid 1px #000;
    cursor: pointer;
    outline: none;
}

#ship-to-different-address input[type=checkbox]:checked:before,
input#createaccount[type=checkbox]:checked:before,
input#rememberme[type=checkbox]:checked:before {
    position: absolute;
    font: 14px/1 'Open Sans', sans-serif;
    left: 5px;
    top: 1px;
    color: #000;
    content: '\02143';
    transform: rotate(40deg);
    font-weight: 700;
}

textarea#order_comments::placeholder {
    color: transparent;
}

.wc_payment_method.payment_method_cheque input[type=radio],
.wc_payment_method.payment_method_cod input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff !important;
    top: 2px;
    height: 15px;
    width: 15px;
    border: solid 1px #000;
    border-radius: 50px !important;
    cursor: pointer;
    outline: none;
    left: 5px;
}

.wc_payment_method.payment_method_cheque input[type=radio]:checked,
.wc_payment_method.payment_method_cod input[type=radio]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff !important;
    top: 2px;
    height: 15px;
    width: 15px;
    border: solid 5px #000;
    border-radius: 50px !important;
    cursor: pointer;
    outline: none;
    left: 5px;
}

.page-id-9 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    display: none;
}


/* ----------------------------------
 * ORDER CONFIRMATION PAGE STYLES 
 * ----------------------------------*/

.woocommerce-order-received h1.entry-title.main_title {
    margin-bottom: 10px;
	font-size: 39px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    text-align: left;
    margin: 0px auto !important;
    display: flex !important;
    justify-content: center;
}

.woocommerce ul.order_details li {
    border-color: transparent !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
}

.woocommerce-order p:nth-child(3) {
    text-align: center;
    display: block;
    margin: 0 auto 30px;
    font-weight: 600;
}

li.woocommerce-order-overview__email.email {
    display: none;
}

li.woocommerce-order-overview__order.order,
li.woocommerce-order-overview__date.date,
li.woocommerce-order-overview__total.total,
li.woocommerce-order-overview__payment-method.method {
    font-weight: 600;
    font-size: 16px !important;
}

li.woocommerce-order-overview__order.order strong,
li.woocommerce-order-overview__date.date strong,
li.woocommerce-order-overview__total.total strong,
li.woocommerce-order-overview__payment-method.method strong {
    font-size: 18px !important;
    font-weight: 300;
    text-transform: capitalize !important;
}


table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	width: 100%;
    margin: 0 auto;
    max-width: 490px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
    color: #282828 !important;
}

.woocommerce-order-received span.woocommerce-Price-amount.amount {
    font-weight: 300;
}

td.woocommerce-table__product-name.product-name a:first-child {
    font-size: 15px;
    color: #282828 !important;
    font-weight: 600;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th, 
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
    border: none !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
 	font-weight: 300;
}

tr.woocommerce-table__line-item.order_item td {
    border-bottom: solid 1px #c0c4c9 !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr th {
    border-bottom: solid 1px #c0c4c9;
}

.woocommerce table.shop_table td small {
    font-weight: 300;
}

section.woocommerce-customer-details,
h2.woocommerce-order-details__title {
    display: none;
}

th.woocommerce-table__product-table.product-total {
    color: transparent;
}

table.order_details ul.wc-item-meta {
	display: none;
}

/* ---------------------------
 * REQUEST A CATALOG PAGE 
 * --------------------------*/

input#gform_submit_button_2 {
	background-color: #c14215;
	color: #fff;
	font-size: 18px;
}

textarea#input_2_5::placeholder {
    color: #282828;
}

.catalog-confirmation i {
    font-size: 26px;
    color: #c14215;
}

.catalog-confirmation {
    text-align: center;
}

input[type=text] { 
	color: #000 !important; 
}

/* Removes default Divi related products */
section.related.products {
    display: none;
}

.related-products {
    border-top: 1px solid #c14215;
    border-bottom: 2px solid #c14215;
    padding-top: 60px;
    padding-bottom: 60px;
}

.related-products h2 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 40px;
}

.related-products .grid {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.related-products .grid {
    max-width: 960px;
    margin: 0 auto;
}

.related-products img {
    margin: 0 auto 10px;
    display: block;
    width: auto;
}

.woocommerce img, .woocommerce-page img {
    height: 100%;
    max-width: 100%;
	object-fit: contain;
}

/* .related-products img {
    margin: 0 auto 10px;
    display: block;
} */

.uncategorized a.custom-btn.btn-related {
    display: none;
}

#full-description {
	padding-top: 10px;
}

#custom-footer .et_pb_row:first-child {
    display: none;
}



/* MOBILE PRODUCT STYLES */

.main-variation {
    padding-bottom: 60px;
}

.mobile-variation {
    display: flex;
	flex-flow: wrap;
	align-items: center;
	border-bottom: 1px solid #c0c4c9;
    margin-bottom: 10px;
	padding-bottom: 30px;
}

.mobile-variations h3.variation-header {
	padding-top: 35px;
	padding-bottom: 10px;
}

.mobile-variation p {
    padding-bottom: 0;
    line-height: 1.4em;
}

.mobile-variation h4 {
    padding-bottom: 2px;
}

.mobile-prices {
    color: #c14215;
    font-weight: 800;
    font-size: 18px;
    padding-bottom: 5px;
	padding-top: 5px;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.mobile-variation .woocommerce-page div.product form.cart {
	margin-top: 15px;
}

.mobile-variation .quantity:before {
    content: "QTY" !important;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
}

.woocommerce .mobile-variation form {
    display: flex;
    width: 100%;
    margin-bottom: 0 !important;
}

.woocommerce .mobile-variation .quantity input.qty {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    background-color: #fff !important;
    border: 2px solid #c0c4c9 !important;
    border-radius: 0;
    margin-left: 5px;
    color: #282828 !important;
    padding: 10px 10px 5px !important;
    height: unset;
    line-height: 1em !important;
	width: 100px;
}

.mobile-variation .quantity {
    width: 50% !important;
}

.woocommerce .mobile-variation form button,
.woocommerce .mobile-variation .form button.primary-variation {
    width: 50%;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.woocommerce .mobile-variation form button.primary-variation,
.woocommerce .mobile-variation .form button.primary-variation {
    background-color: #fff;
    color: #000;
	border-color: #000;
}

.variation-toggle {
    padding-bottom: 10px;
}

.woocommerce .variation-toggle.mobile-variation form {
    margin-top: 15px !important;
}

.mobile-variation .variation-toggle {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

i.toggle-trigger {
    font-size: 28px;
    color: #c0c4c9;
    width: 15%;
}

i.open-toggle {
    transform: rotate(180deg);
    padding-left: 26px;
}

.toggle-trigger {
    width: 38%;
}

.variation-toggle .mobile-prices {
    width: 47%;
    text-align: right;
    color: #282828;
    font-weight: 500;
}

.free-shipping a {
	font-weight: 700;
	color: #c14215;
}

/* ------------------------------
 * UNIQUE PRODUCT STYLES 
 * -----------------------------*/

.product-bulk-archive-shelving td.add-on.sku-col {
    width: 140px;
}

.product-12-high-bulk-rack-units-with-particle-board-decking td.add-on.sku-col,
.product-10-high-bulk-rack-units-with-particle-board-decking td.add-on.sku-col {
    width: 146px;
}

.hand-trucks tr.variation-titles th,
.product-corrugated-bin-complete-units tr.variation-titles th,
.product-heavy-duty-service-carts tr.variation-titles th,
.product-quantum-bins tr.variation-titles th:nth-child(1), 
.product-quantum-bins tr.variation-titles th:nth-child(2), 
.product-quantum-bins tr.variation-titles th:nth-child(3), 
.product-quantum-bins tr.variation-titles th:nth-child(4),
.product-rivet-system-archive-shelving tr.variation-titles th:nth-child(1), 
.product-rivet-system-archive-shelving tr.variation-titles th:nth-child(2), 
.product-rivet-system-archive-shelving tr.variation-titles th:nth-child(3), 
.product-rivet-system-archive-shelving tr.variation-titles th:nth-child(4), 
.product-rivet-system-archive-shelving tr.variation-titles th:nth-child(5){
    width: 12.5%;
}



.product-components-spares tr.variation-titles th:nth-child(1), 
.product-components-spares tr.variation-titles th:nth-child(2),
.product-mobile-base tr.variation-titles th:nth-child(1), 
.product-mobile-base tr.variation-titles th:nth-child(2), 
.product-mobile-base tr.variation-titles th:nth-child(3),
.product-uprights tr.variation-titles th:nth-child(1), 
.product-uprights tr.variation-titles th:nth-child(2), 
.product-uprights tr.variation-titles th:nth-child(3) {
    width: 20%;
}

.product-complete-assembled-bolted-uprights tr.variation-titles th:nth-child(1), 
.product-complete-assembled-bolted-uprights tr.variation-titles th:nth-child(2), 
.product-complete-assembled-bolted-uprights tr.variation-titles th:nth-child(3) {
    width: 15%;
}

.product-all-welded-platform-cart tr.variation-titles th,
.product-wire-mesh-containers tr.variation-titles th,
.product-stretch-film-rolls tr.variation-titles th {
	width: 16.67%;
}

.steel-platform-trucks tr.variation-titles th,
.product-storage-cabinets tr.variation-titles th {
	width: 14.28%
}

.product-storage-cabinets tr.variation-titles th.price-col.price-col-ranged {
	width: 28.5%;
}

.stools tr.variation-titles th,
.warehouse-supplies tr.variation-titles th,
.product-tape-supplies tr.variation-titles th,
.product-stretch-film-dispenser tr.variation-titles th {
	width: 23%;
}

/* ------------------------------
 * LOG IN PAGE STYLES 
 * -----------------------------*/

input#um-submit-btn {
    background-color: #c14215;
    color: #fff;
    border: none;
    padding: 8px 10px;
    border-radius: 0 !important;
    font-weight: 700 !important;
    width: 100% !important;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 18px;
}

.login-links a {
    margin: 5px 0 0;
	color: #000;	
}

.login-links {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

span.um-field-checkbox-option {
    color: #000 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	margin-bottom: 30px;
}

i.um-icon-android-checkbox-outline-blank {
    color: #000 !important;
}

.um-field-label label {
    color: #000;
    font-size: 16px !important;
    font-weight: 500 !important;
	font-family: itc-avant-garde-gothic-pro, sans-serif;	
}

input#username-8140,
input#user_password-8140,
input#user_email-8140 {
    border: solid 1px #000 !important;
	border-radius: 0 !important;
}

#login-content h1 {
	font-size: 22px;
    text-align: left;
    max-width: 455px;
    margin: 0 auto;
	padding-bottom: 20px;
}

.woocommerce-account h1.entry-title.main_title {
    display: none;
}

.woocommerce-account .entry-content {
    max-width: 440px;
    margin: 0 auto;
}

form.woocommerce-form.woocommerce-form-login.login {
    border: none;
    padding: 0;
    margin: 1em 0;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 100%;
    margin-top: 15px;
    border: none;
    background-color: #c14215;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px !important;
}

p.woocommerce-LostPassword.lost_password {
    text-align: center;
    text-decoration: underline;
    padding-top: 10px;
}

.woocommerce-account label {
    font-weight: 400;
}

button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    width: 100%;
    margin-top: 15px;
    background-color: #fff !important;
    color: #c14215 !important;
    text-transform: uppercase !important;
    font-weight: 700;
    font-size: 18px !important;
    border: solid 1px #c14215;
}

form.woocommerce-form.woocommerce-form-login.login label span.required {
    display: none;
}

p.woocommerce-LostPassword.lost_password a {
    font-weight: 400;
}


/* ------------------------------------
 * FREE SHIPPING PAGE STYLES 
 * -----------------------------------*/

.ship-disclaimer {
	font-size: 14px;
    line-height: 1.5em;
}

.ship-left h2,
.ship-right h2 {
	font-size: 20px;
}

.ship-left h2 {
	margin-bottom: 10px;
}

.ship-left p {
    font-size: 15px;
}

.ship-btns {
    margin: 10px 0px;
}

.check-shipping {
    border: solid 1px #c14215;
    padding: 20px;
}

.shipping-days {
    display: flex;
    justify-content: space-between;
    background-color: #dee2e8;
    padding: 20px 100px 10px 20px;
}

.free-ship-row-4 dl {
    margin: 0 0 1.5em 0;
    width: 145%;
}

dt.checks:last-of-type {
    margin-bottom: 20px !important;
}

dt.checks {
    margin: 5px 0px;
}

dt.checks i {
    margin: 0 0px 0px 10px !important;
	color: #c14215;
}

.delivery-days ul {
    list-style-type: none;
    padding-left: 0;
}

.delivery-days ul li {
    float: left;
	padding-right: 15px;
	padding-bottom: 1em;
}

.delivery-days ul {
    padding: 0 30px;
}

p.county {
    padding: 10px 10px !important;
    font-weight: 600;
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 10px;
}

p.county span {
    padding: 5px 10px !important;
}

.free-ship-row-5 {
    width: 100%;
}

.delivery-days h2 {
    background-color: #dee2e8;
    padding: 20px 10px;
    border-top: solid 3px #dcdcdc;
    border-bottom: solid 3px #dcdcdc;
}

p.county i:first-child {
    padding-left: 0;
}

p.county i {
    padding-left: 10px;
	color: #c14215;
}

.shipping-prod-cta a {
    text-transform: uppercase;
    max-width: 230px !important;
    width: 100% !important;
}

.shipping-prod-cta p {
    padding-bottom: 10px !important;
    font-size: 20px;
}

.shipping-prod-cta {
    border: solid 1px #c14215;
    max-width: 438px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.check-shipping input {
    padding: 12px 10px 10px;
    margin: 10px 1px 0;
    max-width: 300px;
    width: 100%;
	font-size: 16px;
}

.check-shipping button {
    background-color: #c14215;
    color: #fff;
    border-radius: 0;
    padding: 11px 20px 10px;
    margin-left: -10px;
    font-size: 18px;
    font-weight: 700;
}

p.ship-disclaimer a {
    color: #C14315;
}

p.zip-check-response {
    font-weight: 600;
    color: #c14215;
    padding-top: 10px;
    line-height: 1.2em;
}

input#zipcode::placeholder {
    font-size: 16px;
}

/* ------------------------------
 * MY ACCOUNT PAGE STYLES 
 * -----------------------------*/

.woocommerce-account .entry-content {
    max-width: 1200px !important;
    margin: 0 auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}

nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap;
}

nav.woocommerce-MyAccount-navigation ul li {
    margin: 0 20px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
    text-align: center;
}

.woocommerce-form-row {
    text-align: left;
}

fieldset legend {
    font-weight: 700 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
	font-family: itc-avant-garde-gothic-pro, sans-serif !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    font-weight: 600;
    border-bottom: solid 2px #c14215;
}

button.woocommerce-Button.button {
    display: inline-block;
    padding: 0.65em 1.5em;
    background-color: #c14215;
    margin: 1em 0.3em 0.3em 0;
    width: 100%;
    max-width: 200px;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 600;
    color: #FFFFFF !important;
    text-align: center;
    transition: all 0.2s;
    font-size: 16px;
    text-transform: uppercase;
}

button.woocommerce-Button.button:hover {
    display: inline-block;
    padding: 0.65em 1.5em !important;
    background-color: #fff !important;
    margin: 1em 0.3em 0.3em 0;
    width: 100%;
    max-width: 200px;
    border: solid 1px #c14215;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 600;
    color: #c14215 !important;
    text-align: center;
    transition: all 0.2s;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

a.woocommerce-button.button.view {
    display: inline-block;
    padding: 0.65em 1.5em;
    background-color: #c14215;
    margin: 0em 0.3em 0.3em 0;
    width: 100%;
    max-width: 150px;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 600;
    color: #FFFFFF !important;
    text-align: center;
    transition: all 0.2s;
    font-size: 16px;
    text-transform: uppercase;
	border-radius: 0;
}

header.woocommerce-Address-title.title h3 {
    margin-right: 20px;
}

header.woocommerce-Address-title.title {
    display: flex;
    justify-content: center;
}

/* -----------------------------
 * ABOUT US PAGE STYLES 
 * ----------------------------*/

.about-checks li {
	padding-bottom: 0px;
    line-height: 1.2em;	
	font-size: 20px;
}


.about-checks li:first-child {
    margin-top: 20px;
}

.about-checks p {
    margin-bottom: 20px;
}

.about-checks li {
    padding-bottom: 0px;
    line-height: 1.2em;
    font-size: 20px;
}


/* --------------------------------------
 * ASSEMBLY INSTRUCTIONS PAGE STYLES 
 * -------------------------------------*/

i.fas.fa-file {
    color: #c14215;
}

.contact-cta p {
    line-height: 1.2em;
    margin-bottom: 15px;
	font-size: 20px;
}

.contact-cta {
    text-align: center;
    max-width: 508px;
    width: 100%;
    margin: 0 auto;
    border: solid 1px #c14215;
    padding: 35px 50px;
}

i.far.fa-clock,
i.fas.fa-map-marker-alt {
    color: #c14215;
}

/* ---------------------------------
 * BLOG OVERVIEW PAGE STYLES 
 * -------------------------------*/

div#filter-posts {
    margin-bottom: 0;
}

/* h1.blog-header {
	padding-bottom: 30px;
} */

.mix-container {
    display: flex;
    flex-flow: wrap;
}

button.mix.filter-btn {
    border: none;
    font-size: 16px;
    font-weight: 400;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
}

button.mix.filter-btn.mixitup-control-active {
    color: #c14215;
	font-weight: 600;
}

.et_pb_ajax_pagination_container.container {
    width: 100%;
}

/* .page-id-7171 .et_pb_blog_grid .et_pb_image_container {
    position: relative;
    padding: 0 20px;
} */

.page-id-7171 .et_pb_blog_grid .et_pb_post,
#similar-posts .et_pb_blog_grid .et_pb_post {
	border: none;
	padding: 0;
}

.page-id-7171 .et_pb_post .et_pb_image_container,
#similar-posts .et_pb_post .et_pb_image_container {
    margin-bottom: -25px;
    margin-left: 0px;
    margin-right: 0;	
}

.page-id-7171 .et_pb_post,
#similar-posts .et_pb_post {
    display: flex;
    flex-flow: column;
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
}

.page-id-7171 p.post-meta,
#similar-posts p.post-meta {
    order: 1;
    font-size: 12px !important;
    margin-bottom: 0 !important;
	font-family: itc-avant-garde-gothic-pro, sans-serif;	
}

.page-id-7171 h2.entry-title,
#similar-posts h2.entry-title {
    order: 2;
	padding-bottom: 0;
}

.page-id-7171 h2.entry-title a,
#similar-posts h2.entry-title a {
    font-weight: 600;
    line-height: 1.2em;
}

.page-id-7171 .post-content,
#similar-posts .post-content {
    order: 3;
}

.page-id-7171 .post-content .post-content-inner,
#similar-posts .post-content .post-content-inner {
    line-height: 1.5em;
    padding-top: 5px;
    color: #282828;
}

.page-id-7171 a.more-link,
#similar-posts a.more-link {
    font-weight: 600;
    text-decoration: underline;
    text-transform: capitalize;
}

.mixitup-page-list button {
    border: none;
	font-size: 20px;
	color: 000;
	font-weight: 600;
	font-family: itc-avant-garde-gothic-pro, sans-serif;		
}

.mixitup-page-list button.mixitup-control-active {
    color: #c14215;
    text-decoration: underline;
}

.mixitup-page-list button.mixitup-control.mixitup-control-next,
.mixitup-page-list button.mixitup-control.mixitup-control-prev {
	display: none; 
}

a.btn.orange-btn {
    font-family: poppins,sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 10px;
    text-transform: uppercase;
    max-width: 200px;
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    background-color: #c14215;
    color: #fff;
    font-size: 16px;
}

.contact-block p {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px !important;
}

.contact-block {
    border: solid 1px #c14215;
    width: 35%;
    margin: 0 auto;
    padding: 35px 0 30px;
}

input.et_pb_s {
    border: solid 1px #8e8e8e !important;
    border-radius: 0 !important;
}

.et_pb_blog_grid .et_pb_image_container img {
    height: 230px;
    min-width: unset !important;
    width: auto;
    margin: 0 auto !important;
    display: block;
}


/* -----------------------------
 * BLOG OVERVIEW PAGE STYLES 
 * ----------------------------*/

.search-container form {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.search-container h1 {
    font-size: 40px;
    text-transform: uppercase;
    width: 45%;
    line-height: 40px;
    padding-bottom: 0;
}

.search-container .search-field {
	width: 44%;
	margin-right: 1%;
	position: relative;
}

.search-container .sortby-field {
	width: 10%;
}

.search-container .category-field {
    width: 100%;
	display: flex;
    justify-content: space-between;
}

.search-container .search-hide, .search-container .category-field input {
	position: absolute;
	left: -9999px;
}

.search-container .search-field input#keywords, .search-container .sortby-field select#sortby {
    width: 100%;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300 !important;
    padding: 12px 10px 8px;
    font-size: 16px;
    color: #6b6b6b;
}

.search-container .search-field input#keywords {
    padding-left: 45px;
}

.search-submit-icon {
    position: absolute;
    left: 13px;
    top: 10px;
	color: #6b6b6b;
}

.search-container .category-field label {
	cursor: pointer;
	padding-bottom: 1px;
	line-height: 1.3em;
}

.search-container .category-field label:hover {
	border-bottom: 1px solid #c14215;
	padding-bottom: 0;
}

.search-container .category-field label.selected {
	color: #c14215;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 700;
}

.search-container .category-field label.selected:hover {
	border-bottom: none;
}

.wp-pagenavi {
    border-top: 0;
    text-align: center;
    width: 100%;
}

.wp-pagenavi span.pages {
	display: none;
}

.wp-pagenavi span, .wp-pagenavi a {
	font-size: 20px !important;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 700 !important;
	color: #000 !important;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover {
	color: #c14215 !important;
	text-decoration: underline;
}

.blog-overview {
    display: flex;
    flex-flow: wrap;
}

.blog-overview article a.entry-featured-image-url {
    margin-bottom: 10px;
}

.blog-overview article h2.entry-title a,
.blog-overview article a.blog-read-more {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 700;
}

.blog-overview article p {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
}

.blog-overview article p:last-of-type {
    height: 81px;
    overflow: hidden;
}

.blog-overview article h2.entry-title {
    font-size: 20px;
    line-height: 1.2em;
}

p.blog-date {
    font-size: 12px;
    padding-bottom: 0;
}

a.blog-read-more {
    text-decoration: underline;
    margin-top: 5px;
    display: block;
}

.sortby-field {
        position: relative;
}

.sortby-field:before {
    position: absolute;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #757575;
    pointer-events: none;
    right: 8px;
    top: 5px;
}

.sortby-field select {
        -webkit-appearance:none;
}

.entry-featured-image-url img {
    max-height: 280px;
    width: auto;
    margin: 0 auto;
    display: block;
}


/* -----------------------------
 * BLOG DETAIL PAGE STYLES 
 * ----------------------------*/

.single-post p {
    padding-bottom: 1.5em !important;
    line-height: 1.5em;
}

.social-share.top {
    display: flex;
    align-items: baseline;
    font-size: 20px;	
}

.et_pb_title_featured_container {
    margin-top: 15px;
}

h1.entry-title {
    padding-bottom: 0;
}

.et_pb_title_featured_container img {
	width: unset;
	margin: 0 auto;
	display: block;
}

.single-post h2 {
	line-height: 1.2em;
}



/* ----------------------- */
/* FORM STYLES */
/* ----------------------- */

.gfield .ginput_container {
	margin-top: 0px !important;
}

.gfield input, .gfield textarea {
    border: 1px solid #051720;
    padding: 10px !important;
}

.gfield label {
	font-family: poppins, sans-serif;
	font-weight: 400 !important;
	font-style: normal;
}

/* Custom Checkboxes */
.gfield_checkbox li input[type=checkbox],
.gfield_radio li input[type=radio] {
	opacity: 0;
	width: unset !important;
}

.gfield_checkbox span.check,
.gfield_radio span.check {
    display: inline-block!important;
    width: 13px;
    height: 13px;
    margin: -1px 0px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #707070;
    position: absolute;
    left: 0px;
    top: 6px;
}

span.inside:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: '\f00c';
    color: #4167b0;
    position: absolute;
    top: -5px;
	opacity: 0;
}

.gform_wrapper input[type=checkbox]:checked + label span.inside:before,
.gform_wrapper input[type=radio]:checked + label span.inside:before {
	opacity: 1 !important;
}

.gfield_checkbox label {
    white-space: normal !important;
}

/* Adding Custom Arrow to Dropdowns */
.ginput_container_select {
    position: relative;
}

.ginput_container_select:before {
    position: absolute;
    right: 10px;
    top: 7px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #a2a2a2;
    pointer-events: none;
}

.ginput_container_select select {
    -webkit-appearance:none;
}

.ginput_recaptcha>div {
    margin: 0 auto;
}

/* Form Submit Button */

.gform_wrapper .gform_footer {
	margin-top: 0 !important;
}

.gform_footer input.gform_button {
    font-family: poppins,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    padding: 10px;
    background-color: #c14215;
    border: 1px solid #c14215;
    text-transform: uppercase;
    max-width: 250px;
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Form Confirmation Message */
.gform_confirmation_message .custom-confirmation {
	padding-top: 15px;
	text-align: center;
}

.gform_confirmation_message .custom-confirmation i {
    display: block;
    font-size: 60px;
    padding-bottom: 15px;
	color: #4167b0;
}


/* ----------------------- */
/* SLICK STYLES */
/* ----------------------- */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* ----------------------- */
/* FOOTER STYLES */
/* ----------------------- */

#custom-footer .et_pb_module {
    border-right: 0;
    padding-right: 0;
}

#custom-footer .fwidget {
	margin-bottom: 0;
}

#custom-footer a {
    color: #000;
    text-decoration: none !important;
    line-height: 1.3em !important;
}

#custom-footer a:hover {
	text-decoration: underline !important;
}

#custom-footer .checks a {
	font-size: 18px;
}


.footer-copyright {
    background-color: #000;
    padding: 20px;
}

#footer-bottom {
	background-color: #000;
	padding-top: 0;
}

#footer-bottom p, #footer-bottom a {
	float: none;
	text-align: center; 
	color: #fff;
}

#footer-bottom p {
    padding-top: 5px;
    padding-bottom: 0px;
}

a#scroll-to-top {
	position: fixed; 
	bottom: 50px; 
	right: 30px; 
	width: 40px; 
	background: #fff;
	border-radius: 50%;
	cursor: pointer; 
	display: none;
}
a#scroll-to-top i {
	font-family: "Font Awesome 5 Free";
	font-size: 40px;
}

/* ----------------------- */
/* RESPONSIVE STYLES */
/* ----------------------- */

@media (max-width: 322px) {
	#monday-list .delivery-days ul {
		margin-bottom: 800px;
	}

	#tuesday-list .delivery-days ul {
		margin-bottom: 1120px;
	}

	div#wednesday-list ul {
		margin-bottom: 950px;
	}

	div#thursday-list ul {
		margin-bottom: 620px;
	}
}

@media (max-width: 368px) {
	.tablet-block {
    	display: block;
    	font-size: 19px !important;
    	line-height: 1.5em;
	}
}

@media (max-width: 424px) {
	.grid-4.home-list .et_pb_module {
		width: 100%;
	}
	
	
	p.category-breadcrumb {
		font-size: 16px;
	}
	
	.search-container .search-field,
	.search-container .sortby-field {
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	.search-container .search-field {
		margin-bottom: 10px;
	}
	
	.search-container .mobile-cat-toggle {
		margin-top: 20px !important;
		padding-top: 10px !important;
	}
}
.et_pb_widget_area_left {
	border-right: none !important;
}

.et_pb_row_1.et_pb_row {
    width: 100% !important;
}

@media (min-width: 1024px) and (max-width: 1024px) {
	body{
		max-width: 980px;
		margin: 0 auto;
	}
}

@media (max-width: 800px) {
	.grid-4.home-list .et_pb_module {
		width: 33.33%;
	}
	
	a.featured .product-title i, .product-title i {
		display: none;
	}
	
	.grid > div {
		max-width: 30%;
		margin: 0 5px;
	}
	
	.et_pb_code_inner a.featured .product-image {
		height: 120px !important;
	}
	.page .et_pb_row {
		width: 95% !important;
	}
}

@media (min-width: 324px) and (max-width: 379px) {
	#monday-list .delivery-days ul {
		margin-bottom: 720px;
	}

	#tuesday-list .delivery-days ul {
		margin-bottom: 950px;
	}

	div#wednesday-list ul {
		margin-bottom: 840px;
	}

	div#thursday-list ul {
		margin-bottom: 580px;
	}
}


@media (min-width: 380px) and (max-width: 425px) {
	#monday-list .delivery-days ul {
		margin-bottom: 620px;
	}

	#tuesday-list .delivery-days ul {
		margin-bottom: 830px;
	}

	div#wednesday-list ul {
		margin-bottom: 800px;
	}

	div#thursday-list ul {
		margin-bottom: 550px;
	}
}

@media (min-width: 426px) and (max-width: 463px) {
	#monday-list .delivery-days ul {
		margin-bottom: 490px;
	}

	#tuesday-list .delivery-days ul {
		margin-bottom: 790px;
	}

	div#wednesday-list ul {
		margin-bottom: 690px;
	}

	div#thursday-list ul {
		margin-bottom: 500px;
	}
}

@media (min-width: 464px) and (max-width: 519px) {
	#monday-list .delivery-days ul {
    	margin-bottom: 450px;
	}

	#tuesday-list .delivery-days ul {
		margin-bottom: 590px;
	}

	div#wednesday-list ul {
		margin-bottom: 550px;
	}

	div#thursday-list ul {
		margin-bottom: 320px;
	}
}

@media (min-width: 520px) and (max-width: 640px) {
	#monday-list .delivery-days ul {
    	margin-bottom: 500px;
	}

	#tuesday-list .delivery-days ul {
		margin-bottom: 640px;
	}

	div#wednesday-list ul {
		margin-bottom: 610px;
	}

	div#thursday-list ul {
		margin-bottom: 310px;
	}
}

@media(max-width: 340px) {
	td.xoo-cp-pprice {
		width: 100% !important;
	}
	td.xoo-cp-pqty {
		text-align: left !important;
		width: 100% !important;
		padding-left: 50px !important;
		margin-top: 10px !important;
	}
	td.xoo-cp-pqty:before {
		left: 0 !important;
		right: unset !important;
	}
}

@media (max-width: 457px) {
	.check-shipping input {
		padding: 12px 10px 10px;
		margin: 0 -5px;
		max-width: 160px !important;
		width: 100%;
	}
}

@media (max-width: 480px) {
	button.button {
    	width: 100% !important;
	}
	
	ul#menu-footer-menu-1 li {
    	margin-bottom: 15px;
	}

	ul#menu-footer-menu-2 li {
	    margin-bottom: 15px;
	}
	
	ul#menu-footer-menu-3 li {
    	margin-bottom: 15px;
	}

	.xoo-cp-success {
		font-size: 17px;
		line-height: 1.2;
	}
	
	td.xoo-cp-ptitle a {
		font-size: 15px;
	}
	td.xoo-cp-pprice {
		text-align: center;
		width: 50%;
	}
	td.xoo-cp-pqty {
		text-align: right;
    	width: 50%;
	}
}

@media (max-width: 490px) {
	.variation-anchors .mobile-show {
		margin-top: 10px !important;
	}

	.variation-anchors {
		display: flex;
		flex-direction: column !important;
	    align-items: baseline !important;	
	}
}

@media (max-width: 500px) {
	.contact-cta {
		text-align: center;
		max-width: 508px;
		width: 100%;
		margin: 0 auto;
		border: solid 1px #c14215;
		padding: 35px 10px;
	}

	.contact-cta p {
		line-height: 1.2em;
		margin-bottom: 15px;
		font-size: 18px;
	}
	
	.contact-block {
    	text-align: center;
    	max-width: 508px;
    	width: 100%;
    	margin: 0 auto;
    	border: solid 1px #c14215;
    	padding: 35px 10px;
	}
	
	.page-id-10376 h2 {
    	font-size: 18px !important;
	}
}

/* Small Mobile Only */
@media (max-width: 640px) {
	.container {
		width: 90%;
	}
	
	.mobile-breadcrumb {
		margin-bottom: 25px;
	}
	
	.mobile-breadcrumb a {
		font-size: 14px;
	}
	
	.woocommerce-product-gallery>div {
		margin-bottom: 30px;
	}
	
	.mobile-variation .mobile-product-image {
		width: 30%;
		margin: 0 5%;
	}
	
	.mobile-variation .variation-info {
		width: 60%;
	}
	
	.product-title {
		padding: 0px 15px;
		font-size: 12px;
		font-weight: 400;
	}
	
	a.featured .product-title {
		font-size: 12px !important;
		text-transform: capitalize;
		font-weight: 400;
		padding: 10px 5px;
	}
	
	
	.xoo-cp-container {
    	padding: 30px 30px 25px;
	}
	
	.xoo-cp-container tr {
		display: flex;
		flex-flow: wrap;
	}
	
	.xoo-cp-container tr td {
		padding: 0;
	}
	
	.xoo-cp-pdetails td.xoo-cp-remove {
		width: 7%;
		text-align: left;
	}
	
	td.xoo-cp-ptitle {
		width: 90%;
	}
	
	.xoo-cp-atcn .xoo-cp-icon-check {
		margin-left: 0 !important;
		width: 22px;
		min-width: 22px;
    	height: 22px;
		line-height: 1.3;
	}
	
	.xoo-cp-icon-check:before {
		font-size: 13px;
    	position: absolute;
    	top: 5px;
    	left: 5px;
	}
	
	.xoo-cp-success {
		text-align: left;
		justify-content: flex-start;
		align-items: flex-start; 
    	padding: 0 0 10px;
    	font-size: 19px;
	}
	
	td.xoo-cp-pprice {
		width: 25%;
		margin-bottom: 0px;
		margin-top: 6px;
	}
	
	td.xoo-cp-pqty {
		width: 75%;
	}
	
	.xoo-cp-btns {
		flex-wrap: wrap;
	}

	.xoo-cp-btns a {
    	width: calc(50% - 5px);
	}
	
	.xoo-cp-btns a:nth-of-type(2) {
		margin: 0 0 0 10px;
	}
	
	.xoo-cp-btns a:last-of-type {
		width: 100%;
		margin-top: 10px;
	}
	
	.check-shipping {
    	border: solid 1px #c14215;
    	padding: 50px 10px;
	}
	
	nav.woocommerce-MyAccount-navigation ul {
    	display: flex;
    	justify-content: center;
    	list-style-type: none;
    	flex-wrap: wrap;
    	flex-direction: column;
    	text-align: center;
	}
	
	nav.woocommerce-MyAccount-navigation ul li {
    	margin: 5px 0;
	}
	
	.about-checks li {
    	padding-bottom: 0px;
    	line-height: 1.2em;
    	font-size: 18px;
	}

	p.county {
		display: flex;
		flex-direction: column;
	}
	
	td.xoo-cp-pqty {
		text-align: right;
	}
	
	td.xoo-cp-pqty:before {
    	content: 'QTY';
    	position: absolute;
		top: 5px;
		right: 100px;
		left: unset;
    	font-weight: 700;
	}	

}

/* Large Mobile, Tablet and Desktop */
@media (min-width: 641px) {
	.gfield {
		padding-right: 0 !important;
	}
	
	.gf_left_half {
		padding-right: 8px !important;
	}
	
	.gf_right_half {
		padding-left: 8px !important;
	}
		
	p#billing_city_field,
	p#shipping_city_field {
		float: left !important;
		width: 50% !important;
	}

	p#billing_postcode_field,
	p#shipping_postcode_field {
		float: left !important;
		width: 25% !important;
		clear: inherit !important;
	}

	p#billing_state_field,
	p#shipping_state_field {
		float: left !important;
		width: 25% !important;
		clear: inherit !important;
	}

	p#billing_phone_field,
	p#shipping_phone_field {
		float: left !important;
		width: 50% !important;
	}

	p#billing_email_field,
	p#shipping_email_field {
		float: left !important;
		clear: inherit !important;
		width: 50% !important;
	}
	td.xoo-cp-pqty {
		text-align: left;
		max-width: 114px;
		width: 114px;
	}
	
	td.xoo-cp-pqty:before {
    	content: 'QTY';
    	position: absolute;
    	top: 15%;
    	right: unset;
		left: unset; 
    	font-weight: 700;
	}
	
}

/* Large Mobile and Tablet */
@media (min-width: 641px) and (max-width: 767px) {

}

@media (min-width: 641px) and (max-width: 980px) {
	
	.mobile-product-image {
		height: 150px;
	}
	
	.mobile-variation .mobile-product-image {
		width: 30%;
		margin: 0 5%;
	}
	
	.mobile-variation .variation-info {
		width: 50%;
	}
	
		
	#monday-list .delivery-days ul {
    margin-bottom: 370px;
	}

	#tuesday-list .delivery-days ul {
		margin-bottom: 250px;
	}

	div#wednesday-list ul {
		margin-bottom: 250px;
	}

	div#thursday-list ul {
		margin-bottom: 200px;
	}
}

@media (max-width:738px) {
	.et_pb_row.et_pb_row_7.free-ship-row-2 {
    	width: 95%;
	}
}

/* Mobile Only */
@media (max-width: 767px) {
	.mobile-block {
		display: block;
	}
	
	.checks-mobile-center {
		text-align: center;
	}
	
	.checks-mobile-center li {
		padding-left: 0;
	}
	
	.checks-mobile-center li:before {
    	position: unset;
		padding-right: 5px;
	}
	
	.footer-copyright {
		font-size: 14px;
	}
	
	.pay-securely i {
		display: block;
		padding-bottom: 10px;
	}
	
	h1.product-title {
		font-size: 20px;
		padding-bottom: 15px;
	}
	
	.woocommerce-tabs .one_half {
		width: 100%;
	}
	
	body.woocommerce #content-area div.product .woocommerce-tabs .panel, body.woocommerce div.product .woocommerce-tabs .panel {
		padding: 30px 0 0 !important;
	}
	
	.discounts-list h3,
	.variation-anchors h3, 
	.discounts-list li {
		font-size: 16px;
	}
	
	.woocommerce .mobile-variation form button {
		width: 80%;
	}
	
	#custom-footer .menu-item a {
		display: block;
		text-align: center;
	}
	
	.mix-container {
    	display: flex;
    	flex-flow: wrap;
    	flex-direction: column;
    	text-align: center;
	}
	
	.mix-container button {
		padding: 10px 0;
	}
	
	h3.variation-header {
		font-size: 28px;
	}
}

/* Desktop and Tablet */
@media (min-width: 768px) {
	.grid-3>div {
		width: 32%;
		margin-right: 2%;
	}
	
	.grid-3>div:nth-child(3n) {
		margin-right: 0;
	}

	.single-product .summary .variation-anchors p,
	.variation-anchors p {
		padding-bottom: 0 !important;
		font-size: 16px;
		width: 50%;
	}
}

/* Tablet Only */
@media (min-width: 768px) and (max-width: 980px) {
	
	a.featured .product-title { font-size: 14px !important; }
	
	a.featured .product-image img {
		margin: 0 auto;
    	display: block;
	}
	
	#custom-footer .et_pb_column {
	    width: 31.25%;
	}
	
	#custom-footer .et_pb_column:first-child {
		width: 100%;
		margin-right: 0;
	}
	
	.mobile-triggers .et_pb_code_inner a {
		margin-left: 15px;
		font-size: 30px;
	}
	
	.mobile-triggers a.mobile-toggle {
		margin-left: 0;
	}
	
	#mobile-nav .et_pb_module:first-child {
		width: 5%;
	}
	
	#mobile-nav .et_pb_module.logo {
		width: 30%;
		margin: 0 auto;
	}
	
	.mobile-variation .quantity {
		width: 40% !important;
	}

	h1.product-title {
		font-size: 24px;
		padding-bottom: 15px;
	}
	
	i.toggle-trigger {
		width: 7%;
	}
	
	.toggle-trigger {
		width: 46%;
	}
	
	.footer-logo-col {
		display: flex;
		justify-content: space-between;
	}
	
	.footer-logo-col .et_pb_module {
		margin-left: unset;
		margin-right: unset;
	}
	
	.woocommerce .variation-toggle.mobile-variation form {
		padding-left: 42px;
	}
	
    #custom-footer .et_pb_row_6 .et_pb_column_7, #custom-footer .et_pb_row_6 .et_pb_column_8 {
        margin-right: 2.5%;
    }
	
	.blog-overview article {
		width: 46%;
		margin-right: 4%;
	}
	
	.blog-overview article:nth-child(2n) {
		margin-right: 0;
	}
	
}

@media (max-width: 838px) {
	.instructions-anchor {
		width: 100%;
	}
	
	p.video-instructions-anchor {
		width: auto;
	}
	
	p.full-description-anchor {
		width: 120px;
	}

	p.video-instructions-anchor:before {
		content: "| ";
		padding-right: 0;
	}
	
	p.red.free-shipping {
		padding-top: 1em;
	}
}

@media (min-width: 839px) {
	p.video-instructions-anchor:before {
		content: "| ";
		padding-right: 10px;
	}
}


/* Tablet and Mobile */
@media (max-width: 980px) {
	.product .summary {
		margin-bottom: 40px !important;
	}
	
	.mobile-hide {
		display: none;
	}
	
	#page-container {
		overflow: hidden;
	}
	
	.tablet-block {
		display: block;
		line-height: 1.5em;
	}
	
	.single-product .container {
		padding-top: 0 !important;
	}
	
	.mobile-breadcrumb {
		background-color: #ebebeb;
		margin-bottom: 35px;
		color: #000;
	}
	
	h1.product_title {
		text-align: center;
	}
	
	h1.product_title.entry-title,
	nav.woocommerce-breadcrumb {
		display: none;
	}
	
	.woocommerce-product-gallery>div {
		margin-bottom: 40px;
	}
	
	.woocommerce div.product div.summary {
		padding-bottom: 25px;
    	border-bottom: 1px solid;
	}
	
	.desktop-variations table.variations.variations-grid {
		display: none;
	}
	
	.discounts-list {
		order: 1;
		text-align: left;
	}
	
	.variation-anchors {
		order: 2;
		margin-bottom: 20px;
		justify-content: left;
	}
	
	.woocommerce-product-details__short-description {
		order: 3;
		display: flex;
		flex-flow: column;
	}
	
	.woocommerce-product-details__short-description .variation-anchors.heights {
		order: 0;
	}
	
	.woocommerce-product-details__short-description ul,
	.woocommerce-product-details__short-description p {
		order: 1;
	}
	
	.full-description-anchor {
		order: 4;
	}
	
	.variation-anchors a:last-child {
		margin-right: 0;
	}
	
	.woocommerce-tabs {
		margin-top: 30px !important;
	}
	
	h3.variation-header {
		text-align: center;
   		border-bottom: 1px solid #c14215;
   		margin-bottom: 50px;
	}
	
	.variation-toggle.mobile-variation .cart .quantity:before {
    	content: none;
	}
	
	.search-container .mobile-cat-toggle {
		margin-top: 40px;
		padding-top: 20px;
		border-top: 1px solid #c14215;
		width: 100%;
	}
	
	.search-container .category-field {
		background-color: #dee2e8;
		padding: 10px;
		flex-flow: column;
	}
	
	.search-container .category-field label {
		padding: 5px 0;
	}
	
	a.cat-toggle-trigger {
		float: right;
		font-size: 20px;
	}
	
	.search-container .category-field {
		background-color: #dee2e8;
		padding: 10px;
		display: none;
		flex-flow: column;
	}
	
	.display-flex {
		display: flex !important;
	}
	
	.search-container .category-field label:first-child {
		display: none;
	}
	
	.blog #content-area {
		padding-top: 40px;
	}
	
	.search-container h1 {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.search-container .search-field {
		width: 73%;
		margin-right: 2%;
	}
	
	.search-container .sortby-field {
		width: 25%;
	}
	
	div#desktop-header, #main-header .et_pb_row.et_pb_row_1 {
		display: none;
	}
	
	div#mobile-nav {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	a#scroll-to-top {
		display: block;
	}
	
	h3.variation-header {
		margin: 0 20px 50px;
	}
}

#main-header .et_pb_section, #main-header .et_pb_row.et_pb_row_1 {
	padding: 0;
	max-width: 1240px;
}

#main-header .et_pb_section {
	background-color: #dee2e8!important;
}

/* Large Tablet and Desktop Only */
@media (min-width: 981px) {
	div#mobile-nav, div#search-mobile, div#menu-mobile {
		display: none;
	}

	div#desktop-header {
		padding-top: 10px !important;
		padding-bottom: 12px !important;
	}
	
	.mobile-show, .mobile-breadcrumb, .mobile-cat-toggle {
		display: none;
	}
	
	.grid-4 .et_pb_module {
		width: 20%;
		margin: 1% 2.5%;
	}
	
.main-dropdown>.sub-menu {
    position: absolute;
    z-index: 9999999;
    background-color: #fff;
    padding: 10px !important;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    display: none;
}
	
	.main-dropdown:hover>.sub-menu {
    display: flex;
	}
	
	.main-variation.woocommerce {
		display: none;
	}
	
	.page-id-7171 .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .page-id-7171 .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    	width: 31%;
    	margin-right: 2%;
	}
	
	.not-bulkrack {
		display: none;
	}
	
	.page-id-10709 a.featured .product-title {
    	background-color: #dee2e8;
    	font-size: 18px;
    	padding: 10px 15px 10px;
    	margin-bottom: -1px;
    	text-transform: uppercase;
	}
	
	.blog-overview article {
		width: 30%;
		margin-right: 5%;
	}
	
	.blog-overview article:nth-child(3n) {
		margin-right: 0;
	}
	
	.search-container .category-field {
		margin-top: 40px;
		padding-top: 30px;
		border-top: 1px solid #c14215;
		margin-bottom: 40px;
	}
	
	.woocommerce-page div.product div.images {
		width: 58%;
	}
	
	.woocommerce-page div.product div.summary {
		width: 42%;
		padding: 2%;
	}
}

/* Large Tablet Only */
@media (min-width: 981px) and (max-width: 1080px) {
	table.variations.variations-grid {
		max-width: 930px;
	}
	.top-header-menu {
		font-size: 13px;
	}
	
	td.variation-add-to-cart.last-column {
		width: 140px;
	}
	
	.desktop-variations {
		padding: 15px;
	}
	
	.variation-add-to-cart .cart button.single_add_to_cart_button {
		font-size: 10px;
    	padding: 0;
	}
	
	tr.variation-values td {
		font-size: 12px;
		line-height: 13px;
	}
	
	.woocommerce .variation-add-to-cart form.cart div.quantity, 
	.variation-add-to-cart .cart button.single_add_to_cart_button {
		width: 48% !important;
		margin: 0 2%;
	}
	
	.variation-titles th {
		font-size: 12px;
	}
	
	.woocommerce .variation-add-to-cart form.cart div.quantity {
		margin-bottom: 3px;
	}
	
	.single-product .container {
		width: 95%;
	}
	
	.search-container .category-field {
    	flex-flow: wrap;
	}
	
	.search-container .category-field label {
		text-align: center;
		font-size: 13px;
	}
	
	.search-container .category-field label:first-child {
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
		font-size: 16px;
	}
}

@media (min-width: 981px) and (max-width: 1270px) {
	tr.variation-values td {
		padding: 5px !important;
	}
	
	.sku-col {
		width: 135px;
	}
	
	th.add-on, td.add-on {
		border-left: 15px solid #fff;
	}
	
	th.beam-height {
		width: 75px;
	}
	
	th.price-col {
		width: 66px;
	}
	
	th.dimensions {
		width: 115px;
	}

	th.shelf-cap {
		width: 65px;
	}
	
	h3.variation-header {
		padding-left: 10px;
	}
}

@media (min-width: 640px) and (max-width: 856px) {
	#home-title h1 {
		font-size: 24px;
	}
	.et_pb_code_inner a.featured .product-image {
		height: 240px !important;
	}
}


@media (max-width: 917px) and (min-width: 857px)  {
	#home-title h1 {
		font-size: 28px;
	}
}

@media (max-width: 1222px) and (min-width: 918px) {
	#home-title h1 {
		font-size: 30px;
	}
}

@media (max-width: 1340px) and (min-width: 980px) {
    .product-title.poppins-bold.pad-match {
        background-color: #dee2e8;
        font-size: 18px;
        padding: 10px 5px 30px;
        margin-bottom: -1px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/* PRODUCT PAGE UPDATES */

.cart.form {
    width: 50%;
    display: flex;
	margin-left: 40%;
}

.main-variation {
    padding: 0 20px 20px;
    max-width: 767px;
    margin: 0 auto;
}

.mobile-product-image {
    margin-right: 20px;
}

a.xcp-btn:hover {
	background-color: #c14215;
	border-color: #c14215;
}

.woocommerce .mobile-variation .form button.primary-variation {
	background-color: #fff;
    color: #c14215;
    border-color: #c14215;
}

.woocommerce .mobile-variation .form button.primary-variation:hover {
	background-color: #c14215;
    color: #fff;
}

@media(max-width: 980px) {
	.woocommerce .mobile-variation .form button.primary-variation:not(.active) {
    border: 2px solid #3f4347;
    color: #3f4347;
    background-color: #fff;
	}
}

/* STS custom */
/* ========================= HEADER ========================*/
#main-header{
    margin: 0 auto;
    max-width: 1240px;
}

#main-header .container{
    width: 100%;

}

#desktop-header.et_pb_row{
    width: calc(100% - 100px);
	max-width: 1240px;
}

header{
    box-shadow: none!important;
}


/* ========================= BODY ========================*/

.page-id-189 .et_pb_row {
    width: 85%;
    max-width: 1240px !important;
}

.page .et_pb_row {
    width: 85%;
    max-width: 982px;
}

.et_pb_code_inner a.featured .product-image {
/*     height: 420px; */
	height: 320px
}

a.featured .product-image img {
    max-height: inherit;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

a.featured .product-title {
    font-size: 16px;
}

.wc-tab .variation-anchors {
    width: 50%;
}

.blog .container {
    max-width: 1240px;
}

@media (min-width: 981px) {
    .et_pb_column_single .et_pb_module.et-last-child, .et_pb_column_single .et_pb_module:last-child, .et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child {
        margin-bottom: inherit;
    }
    .et_pb_row {
        padding: 25px 0;
    }
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
        margin-bottom: 25px;
    }
}

/* ==================================== Footer =================================*/
#main-footer .et_pb_row {
    width: 85%;
    max-width: 1240px;
}

.um-form input[type=number] {
	width: 100% !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods {
    display: none;
}

.woocommerce-checkout .container {
    max-width: 1240px;
}
