/*!
Theme Name: Trison Tarps
Theme URI: http://underscores.me/
Author: Micah Doulos
Author URI: http://www.studiodoulos.com
Description: Bare Bones Theme For Less Code Conflict
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trison-tarps
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Trison Tarps is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

:root {
    --trison-lightest-red: #f9e6e6;
    --trison-lighter-red: #DA6666;
    --trison-light-red: #CE3333;
    --trison-normal-red: #C20000;
    --trison-dark-red: #9B0000;
    --trison-darker-red: #740000;
    --trison-black: #1A1A1A;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
    background-color: #BBB;
    border: 0 !important;
    height: 2px;
    margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a, a:visited {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute;
    top: -10000em;
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* --------------------------------------------- */
/* Defaults --------------------------------------------------------------------------------- */
/* --------------------------------------------- */

button {
	cursor: pointer;
}

a {
	text-decoration: none;
}

p, span, a, li {
	font-size: 18px;
}


/* --------------------------------------------- */
/* Class Library --------------------------------------------------------------------------------- */
/* --------------------------------------------- */

.hidden {
    display: none !important;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.screen-only {
	position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sticky-top {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky-top + .site-main {
  padding-top: 102px !important;
}

.sticky-top #menu-store-header ul.sub-menu {
    top: 42px;
}

.sticky-top-under-header {
    position: fixed;
    top: 70px;
    min-width: 347px;
    z-index: 5;
}

.sticky-bottom {
  position: fixed;
  bottom: 0;
  width: 100%
}

.only-on-mobile {
    display: none;
}



/* --------------------------------------------- */
/* Header --------------------------------------------------------------------------------- */
/* --------------------------------------------- */

.st0 {
    fill: #404040 !important;
}

#menu-store-header > li a {
    padding: 0.75rem 1.5rem;
}

.skip-link {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
}

a:focus {
  outline: 3px solid #AAAADD;
}

.preheader {
    background-color: #252525;
	display: none;
}

.preheader-content {
    max-width: 1240px;
    margin: 0 auto;
}

.preheader h6 {
    margin: 0;
	color: #9B9B9B;
    font-size: 14px;
    line-height: 1em;
}

.preheader-image {
    padding: 0.4rem 1.15rem 0.4rem 1.3rem;
    display: flex;
}

.preheader-text, .preheader-image {
    margin: auto 0;
}

.preheader-image img {
    width: 19px;
}

.header-american-desktop {
	display: none;
}

.header-shortrow {
    background-color: #252525;
}

span.discount-bold {
    margin-right: 6px;
    FONT-WEIGHT: 800;
    color: var(--trison-light-red);
}

.header-shortrow_container {
    color: #EEE;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
}

.header-shortrow_container a {
    color: #d97070;
    border-bottom: #d97070 1px solid;
}

.header-shortrow_container a:hover {
    color: #c56060;
}

.header-shortrow img {
    max-height: 20px;
    max-width: 20px;
    margin-right: 1rem;
}

.header-row {
    max-width: 1240px;
    margin: 0 auto;
	display: flex;
	padding: 0 1rem;
}

.header-tax-exempt-link {
    margin: auto;
    margin-right: 0.5rem;
    font-size: 13px;
    text-align: center;
    position: relative;
    min-width: 102px;
    top: -2px;
    background-color: #ce3333;
    color: white !important;
    padding: 7px 15px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #AAA;
    font-weight: bold;
    margin-left: 7px;
}

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

    .sticky-top .header-row .custom-logo-link {
        max-width: 120px;
    }

    .sticky-top .site-branding img {
        padding: 0.65rem 0;
        transition: padding 0.35s ease-in;
    }

    .sticky-top .header-shipping-notice span {
        font-size: 16px;
    }

    .sticky-top .header-shipping-notice .header-row {
        padding: 0.2rem;
    }

    .sticky-top #menu-store-header > li {
        padding: 0.5rem;
    }

    .sticky-top #menu-store-header > li a {
        padding: 0.5rem 1.5rem;
    }

}

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

    .header-shortrow img, .discount-bold {
        display: none;
    }

    .header-shortrow_container span {
        font-size: 14px;
    }

}

.dgwt-wcas-search-wrapp {
    margin: auto 0;
    margin-left: auto;
	margin-right: 1rem;
	padding: 0 1rem;
}

.st0 {
	fill:#898989;
}

.header-row-phone-mobile-only {
	display: none;
}

a.header_phonenumber-desktop {
    margin: auto;
    margin-right: 0.5rem;
    font-size: 22px;
    text-align: center;
    color: #444;
    text-decoration: underline;
    position: relative;
	min-width: 160px;
    top: -2px;
}

.header-icon-button {
    width: 2rem;
    margin: auto 0.5rem;
}

.site-branding {
	margin-right: auto;
}

.site-branding img {
    width: 150px;
    padding: 0.75rem 0;
    transition: padding 0.35s ease-in;
}

.checkout-header .site-branding {
    margin-right: 1rem;
}

.header-american-desktop {
	display: flex;
}

.header-american-desktop img {
    width: 75px;
    height: 60px;
    margin: auto;
    padding: 0.5rem;
}

.header-american-desktop h6 {
    margin: auto;
    font-size: 13px;
}

.site-header {
    background-color: white;
    margin-bottom: 0.5rem;
    z-index: 7;
}

.hamburger-wrapper {
    position: relative;
    top: -2px;
}

a.header_phonenumber-mobile {
    font-size: 16px;
    text-align: center;
    color: #444;
    text-decoration: underline;
    margin: auto;
    margin-left: 0;
    position: relative;
    top: -5px;
}

.header-row-phone-mobile-only {
    padding: 0 0.5rem;
}

.header-row-mobile-only {
	display: none;
	padding-bottom: 1rem;
}

.header-phone-mobile-only .contact-call-btn {
    width: 20px;
}

.header-row .cart-btn {
    position: relative;
}

.cart-btn-count {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #FF5555;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 10px;
    color: white;
    font-weight: 700;
}

.cart-btn-count-three-digits {
    border-radius: 35%;
    line-height: 1.77;
    width: 20px;
    height: 17px;
}

.cart-btn-count-four-digits {
    border-radius: 50%;
    line-height: 1.77;
    width: 27px;
    height: 17px;
}

.store-nav ul {
    list-style: none;
    margin: 0;
}

.store-nav ul a, .store-nav ul a:visited {
    color: #404040;
    font-size: 18px;
}

ul#menu-store-header {
    display: flex;
    max-width: 1240px;
    margin: auto;
    width: 100%;
    justify-content: center;
    padding: 0;
    border-top: 1px solid #EFEFEF;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
  
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.menu-mobile-menu-container #menu-store-header ul.sub-menu {
    position: static;
    padding: unset;
    background-color: unset;
    min-width: unset;
    padding-left: 2rem;
}

.menu-mobile-menu-container #menu-store-header .sub-menu li a {
    padding: 0.75rem;
    color: black;
}

.menu-mobile-menu-container #menu-store-header .sub-menu li {
    padding: 0;
    border-bottom: 1px solid #BBB;
    display: flex;
    flex-direction: column;
}

#menu-store-header .sub-menu .submenu-list-title a {
    font-size: 20px !important;
}

.menu-mobile-menu-container #menu-store-header > li {
    padding: 0;
}

.menu-mobile-menu-container #menu-store-header > li:hover, .menu-mobile-menu-container #menu-store-header .sub-menu li:hover {
    background-color: unset !important;
}

.menu-mobile-menu-container #menu-store-header > li:hover > a {
    color: black;
}

.menu-mobile-menu-container #menu-store-header .sub-menu li .sub-menu li:last-of-type {
    border-bottom: unset;
}

#menu-store-header > li {
    flex-grow: 1;
    text-align: center;
    padding: 0.75rem;
	position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.mobile-submenu-row {
    display: flex;
}

.submenu-arrow {
    margin: 0;
    margin-right: 1.5rem;
    display: flex;
    padding: 0.5rem;
}

.submenu-arrow i {
    margin: auto;
}

#menu-store-header .current-menu-item {
    background: #99bade;
    border-radius: 5%;
}

#menu-store-header .current-menu-item a {
    color: white;
}

.store-desktop-menu li:hover .sub-menu {
    display: block;
}

#menu-store-header > li:hover > a {
    color: white;
}

#menu-store-header .current-menu-item:hover {
    background: #99bade;
}

#menu-store-header ul.sub-menu {
    display: none;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0.25rem 0;
    background-color: #252525;
    min-width: 245px;
}

.store-desktop-menu .submenu-1 .sub-menu {
    position: unset !important;
}

h4.submenu-list-title {
    margin: 0;
    font-size: 20px;
}

.store-desktop-menu .submenu-1 .menu-item-container:nth-of-type(4) {
    position: relative;
    top: -49px;
}

.store-desktop-menu .submenu-1 .menu-item-container:nth-of-type(4) li {
    /* padding: 0.4rem 2rem !important; */
}

.menu-item-container {
    width: 300px !important;
}

.multiple-item-containers .menu-item-container {
    width: 50%;
}

.multiple-item-containers {
    flex-direction: row !important;
    width: 600px;
}

.store-desktop-menu .sub-menu {
    background-color: #FAFAFA !important;
    flex-direction: column;
    flex-wrap: wrap;
    left: -20px !important;
}

.store-desktop-menu > li {
    text-align: center !important;
}

.store-desktop-menu .sub-menu li {
    padding: 0.25rem 2rem !important;
}

.store-desktop-menu .menu-item-container li a {
    font-size: 15px !important;
    font-weight: 700;
}

.store-desktop-menu .menu-item-3 .menu-item-container li a {
    font-size: 20px !important;
}

.store-desktop-menu .menu-item-container .has-submenu li a {
    font-size: 15px !important;
    font-weight: unset;
}

.store-desktop-menu .submenu-1 > li:first-of-type {
    padding-top: 2rem !important;
}

.store-desktop-menu .submenu-1 > li:last-of-type {
    padding-bottom: 2rem !important;
}

.store-desktop-menu .submenu-2 li {
    padding: 0.25rem 0 !important;
}

.store-desktop-menu .sub-menu li.has-submenu {
    padding: 0.5rem 2rem 0.5rem 2rem !important;
    width: 300px;
}

.store-desktop-menu li a {
    color: black !important;
    padding: 0 !important;
}

.store-desktop-menu .submenu-1 > li {
    flex-direction: column;
}

.store-desktop-menu > li:hover {
    background-color: #FAFAFA !important;
}

.store-desktop-menu li:hover .sub-menu {
    display: flex !important;
}

.store-desktop-menu > .menu-item-6 {
    display: none !important;
}

#menu-store-header .sub-menu-3 {
    display: none !important;
    left: 245px !important;
}

#menu-store-header .current-menu-item .sub-menu {
    background: #99bade;
}

#menu-store-header .current-menu-item .sub-menu a {
    color: white;
}

#menu-store-header .sub-menu li {
    padding: 1rem 2rem;
}

#menu-store-header .sub-menu li a {
    padding: 2rem 0.5rem;
    color: #DDD;
    font-size: 15px;
}

.header-shipping-notice {
    z-index: 4;
    box-shadow: 0 8px 6px -6px #ddd;
    color: black;
}

.header-shipping-notice span {
    padding-left: 0.75rem;
    font-weight: 700;
}

.header-shipping-notice img {
    padding-right: 0.25rem;
}

.header-shipping-notice .header-row {
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.5rem;
}

.header-shipping-notice_disclaimer {
    font-size: 14px;
    color: #777;
}

.header-shipping-notice_disclaimer a {
    font-size: 14px;
    text-decoration: underline;
    color: unset;
}

.dgwt-wcas-search-wrapp {
    max-width: 500px;
    margin-right: 0;
}

.header-warning-notice {
    background-color: #754200 !important;
}

.header-warning-notice .warning-icon {
    margin-right: 7px;
}

.header-warning-notice span {
    font-size: 21px;
    color: #DDD;
    padding: 5px 0;
}

.warning-icon {
    width: 20px;
}

.header-holiday-notice {
    background-color: var(--trison-darker-red) !important;
}

.header-holiday-notice .holiday-icon {
    margin-right: 7px;
}

.header-holiday-notice span {
    font-size: 21px;
    color: #DDD;
    padding: 5px 0;
}

.holiday-icon {
    width: 20px;
}

.holiday-bold {
    color: red;
    font-weight: 500;
    margin-right: 5px;
}

span.header-warning-bold {
    font-weight: 800;
    margin-right: 5px;
}

/* Hamburger Menu --------------------------------------------------------------------------------- */

.visuallyHidden {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; border: 0; 
}

.hamburger-btn {
	display: none;
}

.hamburger-menu {
    margin: 0 auto;
    width: 30px;
    height: 24px;
    position: relative;
}

.hamburger-menu .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #5f5f5f;
    display: block;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    position: absolute; 
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 10.5px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}

.hamburgerham .bar1 {
    transform-origin: 5%;
}

.hamburgerham .bar4 {
    transform-origin: 5%;
}

.checkboxham:checked + label > .hamburger-menu > .bar1{
    transform: rotate(45deg);
    height: 3px;
    width: 30px;
	background-color: transparent;
}

.checkboxham:checked + label > .hamburger-menu > .bar3{
    transform: rotate(45deg);
    height: 3px;
}

.checkboxham:checked + label > .hamburger-menu > .bar2{
    transform: rotate(-45deg);
    height: 3px;
}

.checkboxham:checked + label > .hamburger-menu > .bar4{
    transform: rotate(-45deg);
    height: 3px;
    width: 30px;
	background-color: transparent;
}

.height-100 {
    height: 100%;
}

nav.mobile-nav {
    display: none;
    background: white;
	z-index: 3;
    overflow: scroll;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
	padding-bottom: 2rem;
}

.mobile-nav li {
    display: flex;
}

.mobile-nav ul a {
    width: 100%;
    text-decoration: none;
    color: #494c4f;
    padding: 10px 20px;
    line-height: 20px;
}

#menu-mobile-menu .current-menu-item {
    background-color: #55595c;
}

#menu-mobile-menu .current-menu-item a {
    color: #fff !important;
}

.menu-mobile-menu-container, .menu-mobile-menu-container ul {
    display: flex;
    flex-direction: column;
}

/* --------------------------------------------- */
/* Body --------------------------------------------------------------------------------- */
/* --------------------------------------------- */

body, .page {
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
}


#page {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
	width: 100%;
	max-width: 1240px;
    margin: 0 auto;
    flex: 1;
	padding: 0 1rem !important;
}

.woocommerce-notices-wrapper .woocommerce-message {
	background-color: var(--trison-light-red);
    color: white;
    clear: both;
    font-weight: 600;
    border: 2px solid #DDDDFF;
    border-radius: 8px;
}


/* -------------------------------------------------------- Home Page ---- */

.homepage {
    padding: 0 0 6rem 0;
}

.homepage-hero {
    background-image: url(https://trisontarps.com/wp-content/uploads/2023/09/Trison_Hero_Image_Hero_Image_3_edit.jpg);
    min-height: 324px;
    background-size: cover;
}

.homepage-hero-text {
    margin: auto auto 1rem 0;
    padding-left: 3rem;
}

.homepage-hero-text h2 {
    text-align: left;
    font-size: 33px;
    font-weight: bold;
    color: white;
    margin: 0;
}

.homepage-hero-h2-container {
    height: 50px;
}

.homepage-hero-h2-container h2 {
    position: absolute;
}

.homepage-hero-h2-container h2:first-of-type {
    animation: fade-animation-1 8s infinite;
}
.homepage-hero-h2-container h2:last-of-type {
    animation: fade-animation-2 8s infinite;
}

@keyframes fade-animation-1 {
    0% { opacity: 0; }
    10% { opacity: 1; }
    50% { opacity: 1; }
    60% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes fade-animation-2 {
    0% { opacity: 1; }
    10% { opacity: 0; }
    50% { opacity: 0; }
    60% { opacity: 1; }
    100% { opacity: 1; }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

.cd-headline.rotate-3 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}
.cd-headline.rotate-3 b {
    opacity: 0;
}
.cd-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards;
}
  
.no-csstransitions .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
}
  
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
    opacity: 1;
}
  
@-webkit-keyframes cd-rotate-3-in {
    0% {
      -webkit-transform: rotateY(180deg);
    }
    100% {
      -webkit-transform: rotateY(0deg);
    }
}
@-moz-keyframes cd-rotate-3-in {
    0% {
      -moz-transform: rotateY(180deg);
    }
    100% {
      -moz-transform: rotateY(0deg);
    }
}
@keyframes cd-rotate-3-in {
    0% {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg);
    }
    100% {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
}
@-webkit-keyframes cd-rotate-3-out {
    0% {
      -webkit-transform: rotateY(0);
    }
    100% {
      -webkit-transform: rotateY(-180deg);
    }
}
@-moz-keyframes cd-rotate-3-out {
    0% {
      -moz-transform: rotateY(0);
    }
    100% {
      -moz-transform: rotateY(-180deg);
    }
}
@keyframes cd-rotate-3-out {
    0% {
      -webkit-transform: rotateY(0);
      -moz-transform: rotateY(0);
      -ms-transform: rotateY(0);
      -o-transform: rotateY(0);
      transform: rotateY(0);
    }
    100% {
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
    }
}

.homepage-hero-text h3 {
    color: var(--trison-light-red);
    margin-top: 0.5rem;
    margin: 0;
	margin-top: 0.25rem;
}

.homepage-hero-text h3:last-child {
    color: white;
    font-weight: 400;
}

.homepage-hero-cta-section {
    list-style: none;
    margin-bottom: auto;
}

.homepage-hero-cta {
    font-weight: bold;
    background-color: var(--trison-light-red);
    padding: 0.65rem 0;
    margin: 0 0.25rem;
    border-radius: 5px;
}

.homepage-hero-cta:hover {
    background-color: var(--trison-normal-red);
}

.homepage-hero-cta span {
    font-size: 16px;
}

.homepage-hero-cta a {
    color: white;
    padding: 0.65rem 1.5rem;
}

.homepage-categories-button h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.homepage-categories-buttons {
    justify-content: space-between;
	flex-wrap: wrap;
}

.homepage-categories-button-link {
    position: relative;
    overflow: hidden;
    width: 32%;
	margin: 0.5rem 0;
	border: 1px solid #999;
    border-radius: 8px;
}

.homepage-categories-button h3, .homepage-categories-button p {
    color: black;
}

.homepage-category-cta {
    font-weight: bold;
    background-color: var(--trison-lighter-red);
    padding: 0.75rem 1.5rem;
    border-radius: 3px;
    width: 54%;
    max-width: 145px;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: auto;
	color: white;
}

.homepage-categories-button {
    padding: 0 1rem;
    min-height: 137px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.hp-bg-image {
    width: 50%;
    height: auto;
    position: absolute;
    bottom: -28px;
    opacity: 0.9;
    right: 0;
}

.homepage-about {
    margin-top: 2rem;
	margin-bottom: 3rem;
}

.homepage-about-text {
    max-width: 600px;
    width: 100%;
}

.homepage-about-image {
    display: flex;
    margin-left: auto;
    max-width: 500px;
    padding-left: 1rem;
}
.homepage-about-image picture {
    display: flex;
}
.homepage-about-image img {
    margin: auto;
    border: var(--trison-lighter-red) solid 5px;
    box-shadow: 6px 6px 4px 0px #eee;
}

.homepage-vendors {
	margin-bottom: 2rem;
}

.homepage-vendors h2 {
    margin-top: 3rem;
}

.homepage-vendors-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    width: 100%;
}

.homepage-vendors-buttons a {
    display: block;
    height: 170px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0s;
}

.homepage-vendors-buttons a:nth-of-type(1) {
    background-image: url(https://trisontarps.com/wp-content/uploads/2023/09/trison-square.png);
}
.homepage-vendors-buttons a:nth-of-type(2) {
    background-image: url(https://trisontarps.com/wp-content/uploads/2023/09/Rockhard-standard.png);
}
.homepage-vendors-buttons a:nth-of-type(3) {
    background-image: url(https://trisontarps.com/wp-content/uploads/2024/11/square-drumclip.jpg);
}
.homepage-vendors-buttons a:nth-of-type(4) {
    background-image: url(https://trisontarps.com/wp-content/uploads/2022/04/aero-logo.avif);
}
.homepage-vendors-buttons a:nth-of-type(5) {
    background-image: url(https://trisontarps.com/wp-content/uploads/2023/09/donovan-square.png);
}
.homepage-vendors-buttons a:nth-of-type(6) {
    background-image: url(https://trisontarps.com/wp-content/uploads/2023/09/quickdraw-square.png);
}
.homepage-vendors-buttons a:nth-of-type(7) {
    background-image: url(https://trisontarps.com/wp-content/uploads/2022/04/Shurco.avif);
}
.homepage-vendors-buttons a:nth-of-type(8) {
    background-image: url(https://trisontarps.com/wp-content/uploads/2022/04/roll-rite.avif);
}
.homepage-vendors-buttons a:nth-of-type(9) {
    background-image: url(https://trisontarps.com/wp-content/uploads/2024/09/ecargo-logo.png);
}
.homepage-vendors-buttons a:nth-of-type(10) {
    background-image: url(https://trisontarps.com/wp-content/uploads/2022/04/kinedyne.avif);
}

.homepage-about-link {
    background-color: var(--trison-light-red);
    max-width: 125px;
    border-radius: 3px;
	font-weight: 600;
    padding: 0.75rem 1rem;
    text-align: center;
	margin-bottom: 2rem;
}

.homepage-about-link span {
    color: white;
    font-size: 18px;
}

.homepage-reviews-blurb span {
    color: gold;
    font-size: 21px;
}

.homepage-reviews-blurb p {
    font-weight: 900;
}

.homepage-reviews-blurb q {
    font-weight: 500;
    font-style: italic;
    padding: 0 0.25rem;
}

.homepage-reviews {
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.homepage-reviews-blurb {
    padding: 0 0.5rem;
    width: 33%;
}

.homepage-reviews {
    position: relative;
}

.homepage-reviews-seemore {
    position: absolute;
    bottom: 7px;
    right: 0;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 0.15rem 0.5rem;
}

.homepage-contact {
    padding-bottom: 5rem;
}

.homepage-contact .contact-page-image {
    margin: 0;
    margin-top: 2.45rem;
}

.homepage-contact .contact-page-image img {
    width: 65%;
    height: 45px;
}

.homepage-contact textarea {
    height: 200px;
}

.homepage-contact .contact-page-form-submit {
    max-width: 275px;
    margin: 0 auto;
}

.contact-column-layout {
    justify-content: space-between;
}

.contact-column-layout .contact-left {
    width: 49%;
}

.contact-column-layout .contact-right {
    width: 49%;
}

.homepage-advert picture {
    padding: 0.5rem 0;
}

.homepage-advert picture:first-of-type {
    padding-right: 0.25rem;
}

.homepage-advert picture:last-of-type {
    padding-left: 0.25rem;
}

.page-template-homepage h2 {
    margin-bottom: 0.5rem !important;
    margin-top: 2rem;
}

.homepage-hero h2 {
    margin: 0 !important;
}


/* -------------------------------- Product Page ---- */


.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    cursor: none;
    width: 200px;
    height: 200px;
}

.woocommerce-message {
    min-height: 40px;
    display: flex;
    background: #EEEEFF;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    border-left: 1px solid #BBB;
    margin: 1rem 0;
    padding: 1rem;
}

.woocommerce-message a.wc-forward {
    color: white;
    margin-right: 1rem;
    margin-left: 10px;
    text-decoration: underline;
    position: relative;
    top: -1px;
}

.woocommerce-message a.restore-item {
    text-decoration: underline;
    padding-left: 1rem;
    color: #FFF;
}

.product-page {
    margin-top: 1rem;
}

.product-page-media {
    width: 60%;
    padding-right: 1rem;
    z-index: 1;
    position: relative;
}

.product-page-media-inner {
    position: sticky;
    top: 10rem;
}

.product-page-summary {
	width: 40%;
}

.product_title {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
	margin-bottom: 0;
}

.product-unavailable {
    border: 1px solid red;
    padding: 1rem;
    margin-bottom: 2.25rem;
}

.woocommerce-variation-availability .product-unavailable {
    margin-bottom: 0.5rem;
}

.product-unavailable p {
    padding: 0;
    margin: 0;
    color: red;
}

.product-page p.stock.out-of-stock {
    padding: 1rem;
    margin: 0;
    color: red;
    border: 1px solid red;
    margin-bottom: 2.25rem;
}

.woocommerce-Price-amount bdi {
    color: #C92626;
    font-weight: 700;
	font-size: 1.5rem;
}

.product-page-summary .woocommerce-Price-currencySymbol {
    font-size: 33.75px !important;
}

.product-page-summary .woocommerce-Price-amount bdi {
	font-size: 33.75px !important;
}

.dgwt-wcas-sp .woocommerce-Price-amount bdi {
	font-size: 1rem;
}

.price del span bdi {
    text-decoration: line-through;
	opacity: .5;
	font-weight: 500;
}

.price ins {
    background: none;
}

.price del {
    text-decoration: none;
}



.woocommerce-breadcrumb a, .woocommerce-breadcrumb {
    color: #767676;
    text-decoration: none;
    font-size: 10px;
	margin-top: 0.5rem;
}
.woocommerce-noreviews {
    background-color: unset !important;
}

.woocommerce-variation-price del {
    opacity: .5;
    display: inline-block;
}

.woocommerce-variation-price ins {
    background: unset;
}

.woocommerce-variation-price ins bdi {
    font-weight: 700 !important;
}

.variation-form_selection-label {
    font-size: 18px;
}

li.variable-item {
    min-height: var(--wvs-single-product-item-height,30px);
    height: auto !important;
}

/* ---- Product Page (Gallery) ---- */

.sticky-image-container {
    position: sticky;
    top: 10rem;
}

.woocommerce-product-gallery__wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.woocommerce-product-gallery__image-list, .woocommerce-product-gallery__image-thumbnail-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-product-gallery__image-thumbnail-list {
    display: flex;
    margin: auto;
    flex-direction: column;
}

.woocommerce-product-gallery__zoomicon {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
    z-index: 999999;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce-product-gallery__zoomicon::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.woocommerce-product-gallery__zoomicon::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.woocommerce-product-gallery__image-section {
    width: 100%;
}

.woocommerce-product-gallery__image img {
    margin: auto;
}

.wc-gallery-active-image {
    display: flex !important;
}

.woocommerce-product-gallery__image {
    display: none;
}

.woocommerce-product-gallery__image-thumbnail {
    border: 1px solid #BBB;
    width: 50px;
    height: 50px;
    display: flex;
    margin: 0.2rem 0.1rem;
    cursor: pointer;
    position: relative;
}

.wc-gallery-active-thumbnail {
    border: 2px solid var(--trison-light-red);
    box-shadow: 1px 1px 2px #ddd;
}

.woocommerce-product-gallery__image-thumbnail img {
    margin: auto;
}

.wc-gallery-video-thumbnail {
    position: absolute;
    padding: 0.2rem;
}

.single-product-rollover {
    text-align: center;
    margin: 0.5rem 0;
    color: #555;
    font-size: 14px;
    padding: 0;
}

.product-page-video-container {
    width: 100%;
}

.product-page-video-container video {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.product-page-video-demo {
    width: 100%;
}

.product-page-video-demo {
    position: absolute;
    margin: 0;
    width: 100%;
}

.product-page-video-demo video {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.product-page-video-demo-container img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.wc-product-gallery-primary {
    position: relative;
    margin: 0;
}

/* -------------------------------- */

.simple-product-form-row {
    width: 100%;
    display: flex;
}

.variation-radios {
    display: none;
}

.wc-tabs {
    margin: 0;
	padding: 0;
    padding-left: 1rem;
}

.woocommerce-product-attributes th, .woocommerce-product-attributes td {
    border: 1px solid #EEE;
    text-align: left;
    padding: 0.75rem;
    padding-left: 1rem;
}

.woocommerce-Tabs-panel td p {
    margin: 0;
}

.woocommerce-variation-add-to-cart {
    display: flex;
}

.variations_form th.label {
    text-align: left;
}

.reset_variations {
    margin-left: 1rem;
    font-size: 14px;
    color: #999;
    text-decoration: underline;
}

.woocommerce-variation-price .woocommerce-Price-amount bdi {
    font-size: 1.5em;
    color: #77a464;
    font-weight: unset;
}

.product-page-summary .variations_form {
    display: flex;
    flex-direction: column;
}

.entry-summary .in-stock {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.4rem 0;
    color: #77a464 !important;
}

.product-page-stock {
    margin: 0;
    margin-bottom: 0.5rem;
}

.product-page-low-stock {
    color: darkorange;
}

.product-page-in-stock {
    color: green;
}

.woocommerce-product-details__short-description ul {
    margin: 0;
}

.woocommerce-product-gallery__thumbnail-section {
    margin-right: 0.25rem;
}

.single_add_to_cart_button {
    background-color: var(--trison-light-red);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.65rem 1.5rem;
}

.product-page-summary form.cart {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    border-bottom: 1px solid #999;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.product-page-summary .quantity input {
    width: 4.5rem;
    height: 100%;
    margin-right: 0.65rem;
    padding: 0 1rem;
}

.simple-product-form-grand-total {
    margin-bottom: 0.5rem;
}

.simple-product-form-grand-total span:first-child {
    line-height: 2.2;
    padding-right: 1rem;
    font-weight: 700;
}

.spfgt-price {
    color: #77a464;
}

.woocommerce-product-details__short-description h2 {
    color: #020101;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.woocommerce-product-details__short-description p {
    margin: 0;
}

.quick-policy-info {
    margin: 1rem 0 2rem 0;
    border-top: 1px solid #999;
    padding-top: 1rem;
}

.quick-policy-info p {
    margin: 0;
    padding: 0.2rem 0.5rem;
}

.quick-policy-icon i {
    margin: auto;
    color: #777;
}

.post-info-subtext {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.post-info-subtext-brand {
    padding-right: 0.75rem;
}

.post-info-subtext li span {
    color: #555;
}

.see-more-tags span {
    color: #555;
}

.post-info-subtext a, .product-post-info-tag {
    font-weight: 600;
}

.product-post-info-tag {
    text-decoration: underline !important;
    color: black !important;
}

.post-info-subtext-brand span {
    font-weight: 400;
}

.product-page-media > p {
    margin: auto;
    text-align: center;
    font-size: 13px;
    color: grey;
    padding-left: 2.5rem;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading {
    color: #fff;
    background-color: var(--trison-light-red);
    border-color: var(--trison-light-red);
}

input.cwgstock_button {
    background-color: var(--trison-darker-red);
    color: white;
    padding: 1rem 0;
    font-weight: 700;
}

.lower-product-page {
    padding: 4rem 0;
}

.woocommerce-tabs ul.tabs li a {
    text-decoration: none;
    color: #555;
    font-weight: 700;
}

.woocommerce-tabs ul.tabs li.active a {
    color: black;
}

.wc-tabs {
    display: flex;
}

.woocommerce-tabs ul.tabs li {
    padding: 0.5rem 0.75rem;
}

.woocommerce-tabs ul.tabs li a {
    padding: 0.5rem;
}

.woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}

.woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
}

.woocommerce-Tabs-panel {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%) !important;
	padding: 20px;
    border-radius: 0;
    border-width: 0;
    border-top: 1px solid #d3ced2;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: -1px 0 0;
}

.woocommerce-Tabs-panel p {
    font-size: 18px;
}

.lower-product-page .related {
    margin-bottom: 3rem;
}

.product-page-related-products-list {
    min-height: 300px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
	gap: 1%;
	row-gap: 8px;
}

.product-page-related-product {
    position: relative;
    display: flex;
    max-width: 250px;
    width: 250px;
    border: solid 1px #DDD;
    border-radius: 8px;
}

.product-page-related-product-link {
    padding: 0.75rem;
	display: flex;
    flex-direction: column;
}

.product-page-related-product-link img {
    margin: auto;
}

.product-page-related-product-link h2 {
    margin: auto;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.product-page-related-product .woocommerce-Price-amount bdi {
    font-size: 1rem;
}

.product-page-related-product .woocommerce-Price-amount bdi span {
    font-size: 1rem;
}

th.woocommerce-product-attributes-item__label {
    width: 25%;
}

del.scratch-price {
    margin-right: 5px;
}

.scratch-price span {
    display: inline-block !important;
}

.lower-product-page li.product {
    border: 1px solid #DDD;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.lower-product-page .price {
    margin: auto;
    font-size: 18px;
    padding-top: 0.5rem;
}

.expanded-product-page .sales-dualcolumn-textimage {
    border-top: none;
    margin-top: 0;
}

.wp-block-group > div {
    max-width: 100%;
}

.expanded-product-page .sales-dualcolumn-textimage__row > .wp-block-group:first-of-type {
    width: 60%;
}

.expanded-product-page .sales-checklistrow {
    margin-bottom: 20px;
}

.expanded-product-page .sales-dualcolumn-textimage__row > .wp-block-group:last-of-type figure {
    display: flex;
}

.expanded-product-page .sales-dualcolumn-textimage__row figure img {
    margin-left: auto;
}

.expanded-product-page .sales-width100 {
    display: flex;
    width: 100%;
}

.expanded-product-page .sales-width100 img {
    width: 100% !important;
}

.expanded-product-page .wp-block-kadence-advancedgallery {
    max-width: 100%;
}

.product-page-free-shipping-notice {
    color: green;
    font-weight: 700;
    position: relative;
    top: -2px;
    border: 1px solid green;
    background: #F1FFF1;
    padding: 0.15rem 0.5rem;
    margin-left: 0.5rem;
    z-index: -1;
}

.product-page-arrow-left {
    position: relative;
    top: -4px;
    right: -3px;
    border: solid green;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 0.35rem;
    z-index: -1;
}
  
.woocommerce-Tabs-panel h2:first-of-type {
    display: none !important;
}

#review_form_wrapper {
    display: none !important;
}

button.cr-qna-ask-button {
    background-color: #122386 !important;
}

.cr-qna-search-block {
    flex-wrap: wrap;
}

.woocommerce-product-rating {
    display: flex;
}

.woocommerce-review-link {
    font-size: 1rem;
    line-height: 2;
    margin-left: 0.5rem;
}

.woocommerce-review-link .count {
    font-size: 1rem;
}

#reviews .comment .star-rating {
    float: none;
    font-size: 1em;
    margin: 0;
    position: absolute;
    top: 2px;
    right: 20px;
}
.star-rating {
    overflow: hidden;
    height: 1em;
    line-height: 1em;
    font-size: 2rem;
    width: 6rem;
    font-family: "fontawesome";
    position: relative;
    z-index: 0;
    margin: auto;
}

.product-page-summary .star-rating {
    margin: 0;
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    top: -6px;
    left: 0;
    position: absolute;
    letter-spacing: 0.1em;
    letter-spacing: 0\9;
    color: #DDD;
    font-size: 1rem;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: -6px;
    position: absolute;
    left: 0;
    letter-spacing: 0.1em;
    letter-spacing: 0\9;
    color: #ffce09 !important;
    font-size: 1rem;
}

#reviews .cr-average-rating span {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    color: #6d6d6d;
}

.woocommerce-Reviews .commentlist {
    list-style: none !important;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
}

.woocommerce-Reviews .commentlist .comment-text {
    width: 100%;
    margin-left: 1rem;
    position: relative;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1rem;
}

.woocommerce-Reviews .commentlist .avatar {
    max-width: 30px;
    max-height: 30px;
    padding: 3px;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
}

.woocommerce-Reviews .commentlist .star-rating {
    position: absolute;
    top: 10px;
    right: 15px;
}

.woocommerce-Reviews .commentlist .cr-voting-cont {
    position: absolute;
    bottom: 6px;
    right: 15px;
}

.woocommerce-Reviews .commentlist .comment-text .meta {
    margin: 0;
    max-width: 60%;
}

.woocommerce-Reviews .commentlist .comment_container {
    display: flex;
    width: 100%;
    margin: 1rem 0;
}


/* ----------------------------------------------------------- Default Page ----- */


.wp-default-page figcaption {
    text-align: center;
    font-size: 12px;
}

.wp-default-page .wp-block-gallery figcaption {
    font-size: 16px !important;
}

.wp-default-page figure.wp-block-image.size-large {
    max-width: 380px !important;
}

.wp-default-page .wp-block-gallery {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}

.wp-default-page .link-button strong, .term-description .link-button strong {
    display: flex;
    justify-content: center;
}

.wp-default-page .link-button a, .term-description .link-button a {
    color: white;
    font-weight: 600;
}

.wp-default-page .link-button, .term-description .link-button {
    width: 100%;
    max-width: 350px;
    padding: 1rem;
    margin: 1rem auto;
    background-color: var(--trison-darker-red) !important;
    color: white;
}


/* ----------------------------------------------------------- Policy Page ----- */

.policy-sidebar nav ul {
    list-style: none;
    margin: 0;
    padding-left: 1rem;
}

.policy-sidebar h2 {
    font-size: 21px;
    font-weight: 600;
    color: black;
	border-bottom: 2px solid var(--trison-darker-red);
	padding-bottom: 0.35rem;
    margin: 0;
}

.policy-sidebar h3 {
    font-size: 17px;
    margin: 0.75rem 0;
}

.policy-sidebar {
    min-width: 285px;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
}

.policy-sidebar li {
    padding: 0.25rem 0;
}

.policy-sidebar a {
    text-decoration: none;
    font-size: 17px;
    color: #777;
}

.policy-content h1 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.policy-page {
    padding: 3rem 0 10rem 0 !important;
}

.policy-content ul {
    margin: 0;
}

.policy-content h2 {
    font-size: 2rem;
    font-weight: 400;
}

.policy-content {
    padding-left: 1.25rem;
}

.policy-page div#grow-me-in-content-recs-root {
    display: none;
}

/* ----------------------------------------------------------- Shop Page ----- */

.trison-archive-post .woocommerce-result-count {
    display: none;
}

.mobile-shop-sidebar a {
    color: black;
}

.mobile-shop-sidebar h2 {
    margin-top: 0;
}

.toggle-archive-filters {
    background-color: var(--trison-light-red);
    color: white;
    padding: 0.5rem 2rem;
    border-radius: 5px;
    box-shadow: 1px 2px 2px #777;
    border: unset;
    display: none;
}

.woocommerce-no-products-found {
    color: #777 !important;
    padding: 0 !important;
}

.product-page-summary__text-under-price {
    color: red;
}

.shop-product-outside-link .woocommerce-Price-amount bdi {
	font-size: 1rem;
}

.shop-product-outside-link .woocommerce-Price-amount bdi span {
	font-size: 1rem;
}

.shop-page-categories-nav {
    padding: 1rem 0;
}

.this_cat-parentlist {
    list-style: none;
    margin: 0;
    margin-left: 2rem;
}

.toplevel_catlist {
    list-style: none;
    margin: 0;
    margin-left: 1rem;
	margin-top: 0.25rem;
}

.sub_catlist {
    list-style: none;
}

.secondlevel_catlist li, .secondlevel_catlist li a {
    padding: 0.25rem 0;
}

.secondlevel_catlist li {
    border-bottom: 1px solid #EEE;
    margin: 0;
	margin-right: 1rem;
}

.secondlevel_catlist li:nth-of-type(1) {
    border-top: 1px solid #EEE;
	margin-top: 0.5rem;
}

.secondlevel_catlist li:last-of-type {
    margin-bottom: 0.5rem;
}

.secondlevel_catlist {
    list-style: none;
    margin: 0;
    margin-left: 2rem;
}

.shop-page-categories-nav li {
    position: relative;
}

span.remove-filter {
    color: red;
    font-weight: 800;
    font-size: 16px;
    margin-right: 6px;
}

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

.this-cat:before {
    content: '';
    position: absolute;
    left: -14px;
    width: 0;
    height: 0;
    border-left: 7px solid var(--trison-darker-red);
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    clear: both;
}

.toplevel_catlist > .this-cat:before {
    left: -10px;
    top: 6px;
}

.sub_catlist .this-cat:before {
    top: 11px;
}

.cat-sidebar-btn {
    padding: 0 1rem;
}

.cat-sidebar-btn h3 {
    font-size: 15px;
}

.shop-sidebar h2 a {
    color: #404040;
}

.cat-sidebar-btn button {
    background: unset;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    padding: 3px;
    margin-left: 0.5rem;
    display: flex;
}

.shop-sidebar-wrapper {
    width: 25%;
	min-width: 300px;
}

.shop-sidebar .widget_block h3 {
    font-weight: 800;
    font-size: 18px;
    background-color: #e7e7e7;
    padding: 0.5rem;
    margin: 0;
}

.shop-page .wc-blocks-filter-wrapper > div {
    padding: 0.5rem 1rem;
}

.wc-block-price-filter__controls input {
    max-width: 70px !important;
}

.shop-sidebar-wrapper .cr-trustbadgef {
    border-top: 20px solid #F3F3F3;
    display: flex !important;
    padding: 0 1rem 1rem;
}

.shop-sidebar-wrapper .cr-trustbadgef .cr-badge {
    transform: scale(0.85) !important;
    border: none;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 10px;
    padding-bottom: 3rem;
    transform-origin: unset !important;
    width: 100%;
}

.shop-sidebar-wrapper .cr-badge .badge__store {
    text-align: center;
}

.shop-sidebar-wrapper .cr-badge .badge__nowrap {
    text-align: center;
}

.shop-sidebar-wrapper .cr-badge .badge__stars {
    margin-right: 0 !important;
}

.shop-sidebar-wrapper .cr-badge .rating {
    text-align: center;
}

.shop-sidebar-wrapper .cr-badge .verified {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.cart-cusrevbadge {
    margin: 1.5rem 0;
}

.cart-cusrevbadge .cr-trustbadgef {
    display: flex;
}

.cart-cusrevbadge .cr-badge {
    transform: unset !important;
    padding: 21px;
    width: 100%;
}

.cart-cusrevbadge .cr-badge .badge__store {
    font-size: 16px;
    margin-bottom: 8px;
}

.cart-cusrevbadge .cr-badge .rating span {
    font-size: 12px;
}

.cart-cusrevbadge .cr-badge .badge__star {
    width: 20px;
    height: 20px;
}

.cart-cusrevbadge .cr-badge .badge__stars {
    margin-bottom: 8px;
    margin-right: 12px;
    position: relative;
    top: 3px;
}

.cart-cusrevbadge .cr-badge .verified__text {
    line-height: 25px;
    font-size: 12px;
}

.cart-cusrevbadge .cr-badge .verified__logo {
    width: 21px;
    height: 21px;
}

.cart-cusrevbadge .cr-badge .verified {
    height: 27px;
    padding: 0px 10px;
}

.cr-reviews-grid-inner:has(> .cr-review-card) {
    flex-wrap: wrap;
}

.cr-reviews-grid-inner .cr-reviews-grid-col:not(:has(.cr-reviews-card)) {
    display: none;
}

.cr-reviews-grid .cr-reviews-grid-inner > .cr-review-card {
    display: block;
    visibility: visible;
    width: 31.5%;
}

.shop-content {
	width: 75%;
}

.shop-sidebar {
	background-color: white;
}

.shop-sidebar ul {
	padding: 0;
}

.shop-sidebar ul a {
	text-decoration: none;
    color: black;
}

.shop-sidebar ul a:visited {
    color: black;
}

.shop-sidebar h2 {
    font-weight: 800;
    font-size: 1.25rem;
    background-color: #e7e7e7;
    padding: 0.5rem;
    margin: 0;
}

.woocommerce-widget-layered-nav-list {
    list-style: none;
    padding: 0;
    margin: 1rem;
}

.shop-page {
    margin-top: 1rem;
	padding-bottom: 7rem;
}

.shop-page h1 {
    margin: 0;
	color: #000000;
    font-size: 34px;
    font-weight: bold;
}

.shop-content {
    padding-left: 2.5rem;
}

.shop-content > div:nth-of-type(2) {
    display: flex;
}

.shop-page-category-grid ul {
    list-style: none;
    margin: 1rem 0 1rem 0;
    padding: 0px;
    display: flex;
	flex-wrap: wrap;
    gap: 1%;
	row-gap: 7px;
    justify-content: flex-start;
}

.shop-page-category-grid-link {
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid #CCC;
    border-radius: 6px;
	height: 100%;
}

.shop-page-category-grid-link span {
    margin: auto;
    text-align: center;
    padding: 1rem 0.5rem;
    color: black;
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 0;
}

.shop-page-category-grid li {
    width: 24%;
}

.shop-page-category-grid-link img {
	width: 150px;
    max-width: 200px;
    padding: 0.75rem;
	margin: auto;
}

.woocommerce-products-header .category-banner {
    margin-top: 22px;
    margin-bottom: 10px;
}

form.woocommerce-ordering {
    margin: auto 0 auto auto;
}

p.woocommerce-result-count {
    margin: auto auto auto 0;
    padding: 1rem 0;
}

.woocommerce-ordering select.orderby {
    padding: 0.5rem;
    background-color: #F9F9F9;
}

.archive #page {
    background-color: #F3F3F3;
}

.price_slider_wrapper {
    padding: 2rem 1rem;
}

.price_slider_amount {
    display: flex;
}

.price_slider_amount .price_label {
    margin: auto;
    margin-right: 0;
}

.price_slider_amount button {
    background-color: var(--trison-light-red);
    font-weight: 700;
    color: white;
	padding: 0.5rem 1rem;
}

.price_slider_wrapper .ui-slider-horizontal {
    height: 0.5em;
	position: relative;
    text-align: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
	margin-bottom: 1em;
	background-color: #555;
	border: 0;
    border-radius: 1em;
}

.price_slider_wrapper .ui-slider-range {
	background-color: var(--trison-light-red);
	position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
	top: 0;
    height: 100%;
	width: 100%;
}

.price_slider_wrapper .ui-slider-handle {
    background-color: var(--trison-light-red);
	position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -0.3em;
    margin-left: -0.5em;
}

.woocommerce-pagination {
    padding: 1rem 0;
    display: flex;
    margin-left: auto;
}

.woocommerce-pagination ul.page-numbers {
    padding: 0;
    margin: auto;
    margin-right: 0.35rem;
    list-style: none;
	display: flex;
	border: 1px solid #d3ced2;
	border-right: unset;
}

.woocommerce-pagination .page-numbers li {
    border-right: 1px solid #d3ced2;
	padding: 0.36rem 0;
}

.page-numbers.current {
    background: #EEE;
    border: 2px solid #d3ced2;
}

ul.page-numbers .page-numbers {
    padding: 0.5rem 0.75rem;
}

.woocommerce-pagination a.page-numbers {
    text-decoration: none;
    color: #777;
}

.shop-page-loop {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 5px;
	padding: 0;
    margin: 0;
}

.shop-product-li {
    width: 24.5%;
    background: white;
    border: 1px solid #CCC;
    border-radius: 6px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
	position: relative;
}

.product-page-related-product .onsale {
    top: 5px;
}

.shop-product-li span.onsale, .product-page-related-product span.onsale {
    background-color: red;
    width: 50%;
    color: white;
	font-weight: 600;
    padding-left: 1rem;
    position: absolute;
    left: 0;
}

.shop-product-li span.onsale:after, .product-page-related-product span.onsale:after {
    content: "";
    position: absolute;
    right: -13px;
    bottom: 0;
    border-bottom: 12px solid red;
    border-top: 15px solid red;
    border-right: 13px solid transparent;
	
}

.shop-product-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.shop-product-link img {
    margin: auto;
    padding: 0.5rem 0.25rem;
}

.shop-product-link h2 {
    font-size: 18px;
    text-align: center;
    color: #333;
    font-weight: 600;
}

.shop-product-li .shop-product-mpn {
    text-align: center;
}

.shop-product-li .shop-product-mpn span {
    font-size: 14px;
    color: #999;
}

.shop-product-cart input {
    display: none;
}

.shop-product-li .price {
    margin: auto;
    text-align: center;
    padding-bottom: 1rem;
}

.shop-product-cart form {
    margin: auto;
}

.shop-product-cart {
    margin: auto;
	margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.shop-product-button {
	background-color: var(--trison-light-red);
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 0.5rem 1.6rem;
    margin: auto;
    border-radius: 3px;
    text-align: center;
}

.shop-product-cart .product-unavailable {
    border: 1px dashed #999;
    border-radius: 3px;
    padding: 0.45rem 1.5rem;
    text-align: center;
    margin: auto;
}

.shop-product-outside-link {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.shop-page .term-description {
    background: white;
    border: 1px solid #CCC;
    padding: 1rem;
    margin: 2rem 0 0 0;
    border-radius: 5px;
}

.shop-page .term-description h2 span, .shop-page .term-description h3 span, .shop-page .term-description h4 span, .shop-page .term-description h5 span {
    font-size: unset !important;
    font-weight: unset !important;
}


/* ---------------------------------------------------------------------- Cart Page ----- */

.cart-empty-notice {
    display: flex;
    flex-direction: column;
}

.cart-empty-notice h2 {
    text-align: center;
    color: #cfd0d2;
    padding-bottom: 7rem;
}

.cart-empty-notice img {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-top: 5rem;
}

.sd-cart-total bdi, .sd-cart-total span {
    font-weight: 400;
}

.cart-page .woocommerce-Price-amount bdi {
    color: black;
}

.sd-cart-top-bar {
    display: flex;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
}

.sd-cart-top-bar h1 {
    margin: 0;
	font-size: 20px;
    font-weight: 600;
    color: black;
	line-height: 1.4rem;
}

.sd-cart-top-bar p {
	margin: 0;
    line-height: 1.65rem;
    margin-left: 1rem !important;
    padding-left: 1rem;
    border-left: 1px solid #DDD;
}

.cart-contents-column {
    width: 70%;
}

.cart-action-column {
    padding-left: 1rem;
    padding-bottom: 4rem;
    width: 30%;
}

.cart_item:first-of-type {
    margin-top: 0;
}

.cart_item {
    background: #FAFAFA;
    border: 2px solid #EFEFEF;
    border-radius: 0.65%;
    padding: 0.25rem;
    margin: 1rem 0;
}

.cart_item > div:first-child {
    background: #FCFCFC;
    padding: 0.25rem;
}

.sd-cart_item-wrapper {
    background: #FFF;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}

.sd-cart_image {
    padding-right: 3rem;
    width: 30%;
}

.sd-cart_item-column {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.sd-cart_item_body .variation, .sd-checkout-cart_item_body .variation {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.sd-cart_item_body .variation dt, .sd-cart_item_body .variation dd, .sd-cart_item_body .variation p, .sd-checkout-cart_item_body .variation dt, .sd-checkout-cart_item_body .variation dd, .sd-checkout-cart_item_body .variation p {
    padding: 0;
    margin: 0;
}

.sd-cart_item_body .variation p, .sd-checkout-cart_item_body .variation p {
    font-size: 16px;
}

.sd-cart_item_body .variation dt, .sd-checkout-cart_item_body .variation dt {
    margin-right: 0.5rem
}

.sd-cart_item_header {
    display: flex;
    justify-content: space-between;
    font-size: 1.15rem;
    font-weight: 700;
    width: 100%;
    margin-bottom: 1rem;
}

.sd-cart_item-name a {
    text-decoration: none;
}

.sd-cart_item-name h2 {
	margin: 0;
	color: black;
    font-size: 20px;
	font-weight: 700;
}

.sd-cart_item_body dl > div {
    display: flex;
    margin-bottom: 0.25rem;
    width: 100%;
}

.sd-cart_item_footer {
    margin-top: auto;
    display: flex;
    padding-top: 1rem;
}

.sd-cart_item-price {
    margin-left: 2rem;
}

.sd-cart_remove-button {
    margin-left: auto;
}

.sd-cart_item_footer a.remove {
    display: inline;
    font-size: 0.8rem;
    color: #3b7088 !important;
    vertical-align: sub;
    padding: 0.47rem 1rem;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #EEE;
}

a.woo-cart-back-to-shop {
    color: #777;
    text-decoration: none;
	padding: 0.5rem 0.2rem;
}

.cart-continue-shopping {
    max-width: 195px;
    padding: 0.5rem;
	margin-bottom: 1rem;
}

.cart-continue-shopping i, .cart-continue-shopping a {
    color: blue;
    font-size: 14px;
}

section.empty-cart {
    width: 100%;
    padding-bottom: 7rem;
}

.cart-empty-notice h1 {
    text-align: center;
	font-size: 28px;
}

.cart-empty-notice h1 span {
    color: #cfd0d2;
    font-size: 28px;
    display: inline;
    max-width: 275px;
    border-bottom: 2px solid black;
    margin: auto;
}

.cart-empty-notice .cart-continue-shopping {
    margin: auto;
	margin-top: 1rem;
    background-color: var(--trison-light-red);
    color: white;
    border-radius: 5px;
}

.cart-empty-notice .cart-continue-shopping a {
    color: white;
    font-weight: 700;
}

.woocommerce .quantity .qty {
    width: 4.631em;
    padding-right: 0.1rem !important;
    text-align: center;
}

.sd-cart_item-quantity {
	display: flex;
}

.sd-cart_item-quantity .quantity {
    display: flex;
}

.sd-cart_item-quantity input {
    background: #FAFAFA;
    margin: 0 0.5rem;
	padding: 0 0.4rem 0 1.25rem !important;
    text-align: center;
    max-width: 75px;
}

.dual-column-cart .cart_totals {
    margin-bottom: 1rem;
}

.dual-column-cart {
	padding-bottom: 3rem;
}

.sd-cart-coupon-button {
    margin-left: auto;
    line-height: 13px;
    padding: 0.75rem 1rem;
    font-size: 13px;
    font-weight: 600;
    background-color:  var(--trison-darker-red);
	color: white;
}

.cart-subtotal h2 {
	margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    margin-right: auto;
	color: black;
}

.cart-subtotal h3 {
	margin: 0;
    margin-left: auto;
	font-size: 1.25rem;
}

.cart-subtotal h3 span, .cart-subtotal h3 bdi {
    font-weight: 400;
}

.sd-cart-totals-text {
    text-align: center;
}

.sd-cart-totals-text p {
    margin: 0;
}

.coupon-title h3 {
    margin: 0 0 0.5rem 0;
}

.cart-coupon-wrapper {
    margin: 1rem 0;
    padding: 1rem 0;
    padding-bottom: 0.35rem;
    border-top: 2px solid #DDD;
}

.wc-proceed-to-checkout a {
    font-size: 20px;
    font-weight: 600;
    padding: 18px 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: white;
    background-color: var(--trison-light-red);
    border-radius: 5px;
}

.sd-cart-secure-payment {
    display: flex;
    padding: 1rem 0;
    border-bottom: 2px solid #DDD;
}

.sd-cart-secure-payment img {
    margin: auto;
}

.quick-shipping-text p {
    margin: 0;
}

.quick-shipping-info h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.quick-shipping-icon i {
    margin: auto;
    color: #AAA;
    padding-right: 0.75rem;
}

.quick-shipping-info section {
    margin-bottom: 0.5rem;
}

.quick-shipping-info span {
    font-size: 16px;
    margin: auto;
    margin-left: 0.5rem;
}

.quick-shipping-info section {
    margin-top: 1.1rem;
}

.quick-shipping-info {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid #DDD;
}

.quick-shipping-info a {
    margin-top: 1rem !important;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

.quick-shipping-text > p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 700;
}

.quick-shipping-text p {
    margin: 0;
    color: #777;
}

.quick-shipping-text a {
    color: #777;
}

.cart-coupon-wrapper input#coupon_code {
    width: 100%;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sd-cart-checkout-mobile {
    background: white;
    padding: 0.5rem 1rem;
    position: sticky;
    bottom: 0;
    z-index: 2;
	display: none;
}

.sd-cart-checkout-mobile .wc-proceed-to-checkout a {
    font-size: 18px;
    padding: 12px 0;
}

.sd-cart-checkout-mobile .sd-cart-secure-payment {
    padding: 0.5rem 0;
    border-bottom: unset;
}

.sd-cart-checkout-mobile .sd-cart-secure-payment img {
    width: 100%;
}

.woocommerce-info {
    color: white;
    padding: 0.5rem;
    margin-bottom: 2rem;
}

.cart-page .woocommerce-notices-wrapper .woocommerce-info {
    margin-bottom: 2rem;
    background-color: var(--trison-light-red);
    color: white;
    clear: both;
    font-weight: 600;
    border: 2px solid #DDDDFF;
    border-radius: 8px;
    padding: 0.75rem 1rem;
}

.cart_totals .cart-discount {
    display: flex;
    margin-top: 1rem;
}

.cart_totals .cart-discount > div:last-of-type {
    margin: auto;
    margin-right: 0;
    padding: 0;
}

.temp-hidden {
    display: none !important;
}

.cart-taxcalculation {
    display: flex;
    flex-direction: column;
}

.cart-taxcalculation .form-row {
    margin-bottom: 1rem !important;
}

.shipping-calculator-form button {
    background-color: #FFEEEE;
    margin-top: 0.5rem !important;
}

.shipping-calculation-replacement p {
    margin-top: 0;
}

.shipping-calculation-replacement p:first-of-type {
    margin-bottom: 0;
}

.cart-taxcalculation h2 {
    margin-top: 0;
}

.cart-taxcalculation ul {
    padding: 0;
    margin-top: 0;
    list-style: none;
    margin-bottom: 0.75rem;
}

.cart-taxcalculation ul li {
    display: flex;
    padding: 0.25rem 0;
}

.cart-taxcalculation ul li input {
    margin: auto 0.5rem auto 0;
    width: 25px;
    height: 20px;
}

.cart-taxcalculation ul .woocommerce-Price-amount bdi {
    color: #C92626;
    font-size: 1rem;
}

.cart-taxcalculation ul .woocommerce-Price-amount {
    margin-left: auto;
}

.cart-totals-summary {
    display: flex;
}

.cart-totals-summary h2 {
	margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin-right: auto;
	color: black;
}

.cart-totals-summary h3 {
	margin: 0;
    margin-left: auto;
	font-size: 1.25rem;
}

.cart-totals-summary h3 span, .cart-totals-summary h3 bdi {
    font-weight: 400 !important;
}

.cart-taxcalculation .cart-total {
    margin-bottom: 1rem !important;
}

.cart-totals-summary h3, .cart-totals-summary bdi {
    font-size: 18px;
    font-weight: 600;
}

span#select2-calc_shipping_state-container {
    padding: 0.55rem !important;
}

.cart-total {
    margin: 0.25rem 0 0 0;
    border-bottom: 1px solid #777;
    padding-bottom: 0.5rem;
}

.shipping-calculator-form {
    display: block !important;
}

.shipping-calculator-form select {
    width: 100%;
    padding: 0.5rem;
    height: 100%;
}

#calc_shipping_state_field {
    height: 65%;
}

#calc_shipping_country_field, #calc_shipping_city_field {
    display: none !important;
}

.shipping-calculator-form .form-row {
    padding: 0;
}

.shipping-calculator-form .button {
    width: 100%;
    padding: 0.5rem;
}

.shipping-calculator-inputs {
    justify-content: space-between;
}

.shipping-calculator-inputs > div {
    width: 49%;
}

#calc_shipping_postcode_field {
    height: 65%;
}

#calc_shipping_postcode {
    width: 100%;
    padding: 0.5rem;
    height: 100%;
}

.shipping-calculator-form h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.shipping-calculator h2 {
    font-size: 18px;
}

.shipping-calculator-form .button {
    width: 100%;
    padding: 0.5rem;
    margin: 0;
    margin-bottom: 1rem;
}

.cart_totals .woocommerce-shipping-destination {
    margin: 0.5rem 0 !important;
}

.cart-taxcalculation {
    margin-bottom: 0.35rem;
    border-bottom: 1px solid #777;
}

.cart-taxcalculation ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.cart-discount h4 {
    width: 100%;
    padding: 0.5rem;
    padding-bottom: 0.55rem;
    border-radius: 5px;
    border: dashed 1px black;
}

.hide-shipstation-notice {
    display: none;
}

/* ---------------------------------------------------------------------- Checkout Page ----- */

.trison-shipping-table .woocommerce-Price-amount bdi, .trison-shipping-table .woocommerce-Price-amount bdi span {
	font-size: 1rem;
}

.noscript-warning p {
    color: red;
    background-color: #FFEEEE;
    padding: 1rem;
    border: 1px solid red;
}

/* ----------- Checkout Header ----- */

.checkout-header {
    max-width: 692px;
    margin: 0;
    margin-right: auto;
	flex-wrap: wrap;
}

.checkout-page-nav button {
    border: unset;
    background: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    padding: unset;
    border-radius: unset;
}

.checkout-page-nav {
    display: flex;
    margin-left: auto;
}

.checkout-page-nav ul {
    list-style: none;
    margin: auto;
}

.checkout-page-nav a {
    font-size: 14px;
}

.checkout-page-nav li {
    padding: 0.2rem;
    font-size: 14px;
}

.checkout-page-nav li:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 35%;
    width: 0;
    height: 0;
    border-left: 5px solid #e8e8e8;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    clear: both;
}

.checkout-page-nav li {
    padding: 0.2rem;
    font-size: 14px;
    position: relative;
    padding-right: 1rem;
    margin-right: 1.25rem;
}

.checkout-page-nav li:last-of-type:after {
    display: none;
}

.checkout-page-nav li:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.checkout-page-nav ul {
    list-style: none;
    margin: auto;
    padding: 0;
    padding-left: 2rem;
}

.checkout-page-nav ul li span {
    color: #AAA;
	font-size: 14px;
}

.checkout-active-crumb span {
    color: #4169e1 !important;
}

.crumb-pass-arrow::after {
    border-left: 5px solid #4169e1 !important;
}


/* ----------- Checkout Interaction Column ----- */

.checkout-summary-toggle-button {
	display: none;
}

.checkout-page {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.checkout-columns {
    display: flex;
    flex-wrap: wrap;
}

.checkout-interaction-column {
    width: 55%;
    padding-top: 2rem;
    padding-right: 3rem;
    padding-left: 2rem;
}

.checkout-interaction-column-content {
    max-width: 692px;
    margin: 0;
    margin-left: auto;
}

.checkout-summary-column-content {
    max-width: 450px;
    margin: 0;
    margin-right: auto;
}

.checkout-summary-column {
    width: 45%;
    padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 4rem;
    background-color: #fffafa;
    border-left: 3px solid #feeaea;
    padding-bottom: 3rem;
}

.woocommerce-billing-fields p {
    display: flex;
    flex-direction: column;
}

#billing_last_name_field, #shipping_last_name_field {
    margin-left: auto;
}

#billing_country_field, #shipping_country_field  {
    display: none;
}

#billing_company_field {
    width: 100%;
}

.checkout-fields label, .checkout-fields label span {
    font-size: 12px;
    line-height: 1 !important;
    position: absolute;
    z-index: 2;
}

.checkout-fields label {
    padding-left: 9px;
}

.checkout-interaction-column h2 {
    font-size: 18px;
}

.woocommerce-contact-fields {
    margin-bottom: 3rem;
}

#ship-to-different-address span {
    font-size: 16px;
    font-weight: 400;
}

.checkout-page .cart-continue-shopping {
    max-width: 150px;
}

#woocommerce_checkout_error_notice, #contact_error_notice {
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    background: #FFF7F7;
    padding: 1rem;
    display: block;
    margin-bottom: 2rem;
}

input.checkout-form-error, .contact-form-required-error input, .contact-form-required-error textarea {
    color: red;
    border: red 1.5px solid !important;
    border-radius: 5px;
    background: #FFF7F7;
}

label.checkout-form-error, .contact-form-required-error label {
    color: red;
}

label.checkout-form-error abbr, .contact-form-required-error label abbr {
    font-weight: 900;
}

.checkout-back-button {
    max-width: 195px;
    padding: 0.5rem;
	cursor: pointer;
}

.checkout-back-button div {
    display: flex;
	height: 100%;
	width: 100%;
}

.checkout-back-button i {
    padding-right: 0.5rem;
}

.checkout-back-button i, .checkout-back-button a, .checkout-back-button span {
    color: blue;
    font-size: 14px;
	margin: auto 0;
}

.checkout-next-button {
    font-size: 20px;
    font-weight: 600;
    padding: 18px 0;
    margin: 0;
    margin-left: auto;
    text-align: center;
    width: 100%;
    max-width: 240px;
    text-decoration: none;
    color: white;
    background-color: var(--trison-light-red);
    border-radius: 5px;
	cursor: pointer;
}

.checkout-fields {
    display: flex;
    flex-wrap: wrap;
}

.form-row {
	width: 100%;
    position: relative;
    padding: 0.5rem;
    margin: 0;
    margin-bottom: 2rem;
	height: 24px;
}

.form-row#billing_state_field {
    height: 50px;
    position: relative;
    margin-bottom: 0.4rem;
}

.checkout-fields label .optional {
    padding: 0;
    padding-left: 1rem;
}

.checkout-billing-screen .create-account {
    padding: 0;
    padding-top: 0.65rem;
}

.checkout-billing-screen .create-account span {
    font-size: 16px;
}

.select2-container {
    position: absolute;
}

.select2-selection--single {
    padding: 1.5rem 0;
	height: 50px;
}

.select2-selection__arrow {
    height: 44px !important;
	right: 8px !important;
}

.select2-selection__arrow b {
    border-color: #AAA transparent transparent transparent !important;
    border-width: 7px 6px 0 6px !important;
}

.select2-results__options {
    padding-left: 0.5rem;
}

.select2-selection__rendered {
    padding-left: 0.9rem !important;
    position: absolute;
    bottom: -2px;
    width: 100%;
}


.woocommerce-input-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.woocommerce-input-wrapper input {
    margin: 0 !important;
    padding: 1rem !important;
	padding-top: 2rem !important;
}

.woocommerce-input-wrapper input {
	color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    max-width: 100%;
	width: 100%;
	height: 100%;
}

.checkout-button-options {
    margin-top: 3rem;
}

.purchase-order-number {
    margin-top: 40px;
}

.purchase-order-number label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.purchase-order-number input {
    width: 100%;
    max-width: 300px;
    padding: 10px 10px;
}

.form-row-first {
	margin-right: 0 !important;
	width: 49.5% !important;
}

.form-row-last {
	width: 49.5% !important;
}

.checkout-billing-review {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.5rem;
    margin-bottom: 3rem;
}

.checkout-review-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 0.5rem 0;
}

.checkout-review-row:nth-of-type(1) {
    border-top: unset;
    padding-top: 0;
}

.checkout-review-row:nth-of-type(3) {
    padding-bottom: 0;
}

.checkout-review-row div span {
    font-size: 14px;
}

.checkout-review-row-content .woocommerce-Price-amount {
    margin-left: 10px !important;
    display: flex;
}

.checkout-review-row-content bdi {
    font-size: 16px;
    margin: auto;
}

.checkout-review-row div:nth-of-type(3) span {
    color: #4169e1;
    cursor: pointer;
}

.checkout-review-row-content {
    width: 100%;
    padding: 0 1rem;
    color: black;
	display: flex;
}

.checkout-review-row > div:first-of-type {
    min-width: 70px;
}

.wc_payment_method {
    padding-top: 1rem;
}

.wc_payment_method > .input-radio {
    margin: auto;
    width: 25px;
    height: 20px;
}

.wc_payment_method span {
    margin: auto auto auto 0;
}

.wc_payment_method > label {
    display: flex;
    margin-right: auto;
    width: 90%;
}

.wc_payment_method, .wc_payment_method input, .wc_payment_method label, .wc_payment_method img {
    cursor: pointer;
}

#wc-stripe-cc-form {
    display: flex;
    flex-direction: column;
}

#wc-stripe-cc-form .form-row {
    width: 100% !important;
}

#wc-stripe-cc-form .form-row {
    margin-top: 1rem;
}

#wc-stripe-cc-form .form-row:first-of-type {
    margin-top: 0;
}

#stripe-payment-data > p {
    display: none;
}

#wc-stripe-cc-form label {
    font-size: 16px;
}

#stripe-card-element, #stripe-exp-element, #stripe-cvc-element {
    padding: 0.75rem 0.5rem;
}

.wc-credit-card-form .form-row {
    margin-bottom: 3rem;
}

.payment_method_ppcp-gateway > p:first-of-type {
    display: none;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    outline: 0;
}

.payment_method_stripe > fieldset:last-of-type {
    display: none;
}

.payment_method_stripe fieldset {
    border: unset !important;
    margin-top: 20px;
}

#wc-stripe-upe-form {
    display: block;
}

.woocommerce-checkout-payment > .place-order {
    margin-bottom: 0 !important;
}

.wc_payment_method:has(img) {
    padding: 12px 0;
}

li.wc_payment_method.payment_method_ppcp-googlepay {
    display: flex !important;
}

.payment_method_ppcp-googlepay img {
    margin-left: auto;
    height: 35px;
}

.payment_method_ppcp-gateway img {
    height: 17px;
    margin: auto 0 auto auto;
    position: relative;
    top: 2px;
}

.payment_method_ppcp-applepay label img {
    display: none !important;
}

.checkout-interaction-column:has(#payment_method_ppcp-googlepay:checked) #checkout-place-order {
    display: none !important;
}

.checkout-interaction-column:has(#payment_method_ppcp-applepay:checked) #checkout-place-order {
    display: none !important;
}

#ppc-button-ppcp-googlepay, #ppc-button-ppcp-applepay {
    margin-left: auto;
}

.woocommerce-privacy-policy-text {
    padding-top: 1rem;
}

.ppc-button-wrapper {
    display: none;
}

ul.woocommerce-error {
    padding: 1rem;
    margin: 0;
    padding-left: 2rem;
    background-color: #FAFAFA;
    border: 2px solid red;
	margin-top: 1rem;
    display: none;
}

.checkout-page .woocommerce-error {
    display: block !important;
}

.checkout-interaction-column .woocommerce-error {
    display: block !important;
    margin: 2rem 0 3rem 0;
    list-style: none;
    padding: 1rem;
    color: red;
    font-weight: 600;
}

.wc_payment_methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wc_payment_method {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background-color: white;
    border: 1px solid #DDD;
    border-radius: 5px;
    margin: 0.25rem 0;
	padding-bottom: 0.95rem;
}

.woocommerce-SavedPaymentMethods {
    display: none;
}

.payment_box {
    width: 100%;
}

#stripe-payment-data > fieldset:nth-of-type(2) {
    display: none;
}

.wc-credit-card-form {
    border: none;
    background: #FAFAFA !important;
    padding-bottom: 2.5rem;
    margin-top: 1rem;
}

.form-row.place-order {
    padding: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper p {
    margin: 0;
}

#checkout-place-order {
    margin-left: auto;
}

#place_order {
    background-color: var(--trison-light-red) !important;
    color: white !important;
    font-weight: 600;
    padding: 1rem 2rem;
    margin-left: auto;
    line-height: 27px;
    font-size: 18px;
	border-radius: 5px;
}

.checkout .place-order .woocommerce-terms-and-conditions-wrapper {
    width: 100%;
    display: none;
}

.checkout .place-order {
    display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.woocommerce-additional-fields {
    margin-bottom: 5rem;
}

.ppc-button-wrapper {
    margin-top: 0.5rem;
}

.woocommerce-checkout .wpmc-nav-wrapper button {
    padding: 0.5rem 1rem;
}

.wpmc-nav-wrapper button {
    background-color: var(--trison-light-red);
    color: white;
    padding: 1rem 1.75rem;
    font-weight: 700;
}

article#post-11 {
    padding-bottom: 5rem;
}

.wpmc-step-item #order_review {
    border: 1px solid #AAA;
    padding: 1rem 2rem;
}

#order_review tr {
    text-align: right;
}

#order_review td {
    padding-right: 1rem;
}

.wc_payment_methods .woocommerce-info {
    background-color: unset;
}

.checkout-pickup-address li, .trison-delivery-method {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background-color: white;
    border: 1px solid #DDD;
    border-radius: 5px;
    margin: 0.25rem 0;
    padding-bottom: 0.95rem;
	padding-top: 1rem;
}

.checkout-pickup-address, .woocommerce-delivery-methods {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-delivery-methods {
    margin-bottom: 3rem;
}

#checkout-pickup-address-input {
    margin: auto;
    width: 25px;
    height: 20px;
}

.delivery-method-input {
    margin: auto;
    width: 25px;
    height: 20px;
}

.trison-delivery-method label {
    margin-right: auto;
    width: 85%;
}

.checkout-pickup-address-primary-text {
    width: 92%;
}

.checkout-pickup-address-primary-text p {
    margin: 0;
    font-size: 14px;
    color: #999;
}


/* ----------- Cart Review ----- */

.checkout-summary-toggle-button {
    border: 1px solid #DDD;
    padding: 0.5rem;
    margin: 0.5rem 0;
}

.checkout-summary-toggle-button div {
	display: flex;
}

.checkout-interaction-column-content .checkout-summary-toggle-button {
    margin: 2rem 0;
}

.checkout-interaction-column {
    padding-bottom: 2rem;
}


.checkout-summary-toggle-button img {
    margin: auto 0;
    margin-right: 0.5rem;
    width: 24px;
}

.sd-checkout-cart_item-column {
    width: 100%;
    padding: 0 1rem;
    padding-right: 0;
    margin: auto;
}

.checkout-cart_item > div {
    width: 100%;
}

.checkout-cart-review {
    padding: 1rem;
    background-color: #faf1f1;
    border: 2px solid #EEDDDD;
}

.woocommerce-checkout-review-order-table > table {
    margin-bottom: 0 !important;
}

.checkout-debug-container {
    margin-top: 1rem;
}

.debug-h5row div {
    height: 1px;
    background: black;
    margin-bottom: 6px;
}

.checkout-debug-container h5 {
    margin: 1rem 0 0.2rem 0;
    padding: 0;
    font-size: 16px;
}

.debug-h5row {
    position: relative;
}

.checkout-debug-container td:last-of-type {
    text-align: right;
}

.checkout-debug-table td span {
    font-size: 12px;
    margin-left: 3px;
    color: #777;
}

span.debug-row-absright {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
}

.shipping-label-alert {
    color: red;
}

.checkout-debug-table {
    border-spacing: 0;
}

.checkout-debug-table td {
    padding-right: unset !important;
}

.checkout-debug-table tr {
    text-align: left !important;
}

.debug-alignleft td {
    text-align: left !important;
}

.debug-highlight td {
    font-weight: 600;
}

.checkout-cart-review > h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 0.5rem;
    font-size: 18px;
}

.sd-checkout-cart_image {
    width: 70px;
    height: 70px;
	min-width: 70px;
    border: 2px solid #EEE;
    border-radius: 5px;
	display: flex;
	position: relative;
}

.review-cart-item-count {
    position: absolute;
    top: -8px;
    right: -12px;
    background: #fad7c0;
    border: 2px solid #eab6b6;
    color: black;
    font-weight: 700;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    display: flex;
}

.review-cart-item-count span {
    margin: auto;
    font-size: 14px;
}

.checkout-debug-information-code {
    width: 100%;
    text-align: right;
    display: flex;
    position: relative;
    bottom: -39px;
    right: -18px;
    overflow: hidden;
}

#checkout-debug-information-code {
    color: #dad1d1;
    font-size: 12px;
    text-align: right;
    margin-left: auto;
}

.checkout-cart_item {
    margin-bottom: 0.75rem;
}

.sd-checkout-cart_image img {
    border-radius: 5px;
}

.sd-checkout-cart_item_header {
    display: flex;
}

.sd-checkout-cart_item-name, .sd-checkout-cart_item-price {
    margin: auto;
}

.sd-checkout-cart_item-name {
    padding-right: 1rem;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.sd-checkout-cart_item-price span, .sd-checkout-cart_item-price bdi {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.sd-checkout-cart_item-name {
    margin-left: 0;
    margin-right: auto;
}

.sd-checkout-cart_item-price {
    margin-right: 0;
}

.woocommerce-checkout-review-order-table {
    margin: 0;
    margin-top: 1rem;
}

.checkout-table-row {
	margin: 0;
	padding: 0;
    padding-top: 0.25rem;
    justify-content: space-between;
    display: flex;
}

.checkout-table-row th, .checkout-table-row span, 
.checkout-table-row bdi {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.checkout-table-row > span:last-of-type {
    margin-left: auto;
}

.checkout-cart-subtotal, .checkout-order-total {
    border-top: 1px solid #DDD;
    padding-top: 1rem;
    margin-top: 1rem;
}

.checkout-order-total th, .checkout-order-total span, .checkout-order-total bdi {
    font-size: 18px;
    font-weight: 800;
    color: #333;
}

.woocommerce-remove-coupon {
    font-size: 14px;
}

.cart-coupon .woocommerce-remove-coupon {
    display: none;
}

.checkout-cart-coupon {
    border-top: 1px solid #DDD;
    margin: 0;
    padding: 0;
    margin-top: 2rem;
    padding-top: 2rem;
}

.checkout_coupon_input {
    display: none;
}

.order-review-btn {
    margin-left: auto;
    line-height: 13px;
    padding: 0.75rem 1rem;
    font-size: 13px;
    font-weight: 600;
    background-color:  var(--trison-darker-red);
    color: white;
    border-radius: 3px;
    text-align: center;
	width: 50%;
	cursor: pointer;
}

.order-review-btn span {
    font-size: 14px;
}

.checkout-admin-inputs {
    margin-top: 0.5rem;
}

.order-review-input {
    width: 100%;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.checkout-page textarea {
    padding: 1rem;
}

.woocommerce-NoticeGroup-updateOrderReview {
    display: none;
}

.checkout-page .woocommerce-message {
    display: none;
}

ul.wc-stripe-error {
    border: none;
    color: red;
    margin-top: 1.5rem;
}

/* --------------- */

.woocommerce-checkout .woocommerce-shipping-methods {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 3rem;
}

.trison-shipping-rate {
    padding: 1.25rem 1rem;
    display: flex;
}

.trison-show-rate {
    display: flex !important;
}

.trison-hide-rate, .trison-hide-default {
    display: none !important;
}

.trison-shipping-rate {
    border-bottom: 1px solid #ccc;
}

.trison-shipping-rate label {
    display: flex;
	width: 100%;
}

.trison-shipping-rate .woocommerce-Price-amount {
    margin-left: auto;
}

.trison-shipping-rate input {
    margin: auto;
    width: 25px;
    height: 20px;
}

.cart_totals #shipping_input_2 {
    border-bottom: none;
}

.cart_totals #shipping_input_3, .cart_totals #shipping_input_4 {
    display: none;
}

.woocommerce-checkout .woocommerce-shipping-methods .shipping_method {
    margin-right: 0.5rem;
}

table.woocommerce-checkout-review-order-table .product-name {
    width: 60%;
}

#kl_newsletter_checkbox_field {
    display: none;
}

.checkout-body {
    position: relative;
}

#checkout-wait-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    background-color: rgba(255,255,255,0.5);
    z-index: 2;
    display: flex;
}

#checkout-wait-overlay > div {
    width: 30px;
    height: 30px;
    margin: auto;
}


/* ---------------------------------------------------------------------- Thank You Page ----- */

#checkout-complete-screen .wc-item-meta li {
    display: flex;
}

#checkout-complete-screen .wc-item-meta li p {
    margin: 0;
    margin-left: 0.5rem;
}

small.shipped_via {
    display: none;
}

.woocommerce-thankyou-order-details {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
}

.woocommerce-thankyou-order-details li {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px dashed #AAA;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.woocommerce-order-details th, .woocommerce-order-details td {
    border: 1px solid #DDD !important;
    margin: 0 !important;
    text-align: left;
    padding: 0.5rem;
	background-color: white;
}

.woocommerce-customer-details .woocommerce-columns address {
    border: 1px solid #DDD;
    padding: 0.5rem;
}

.woocommerce-customer-details .woocommerce-columns address .woocommerce-customer-details--email {
	padding: 0;
	margin: 0;
}

.woocommerce-order-details .woocommerce-Price-amount bdi {
    color: black;
    font-weight: inherit;
}

.checkout-complete-page {
	display: flex;
}

.checkout-complete-page .checkout-header {
    max-width: unset;
	flex-wrap: wrap;
}

.checkout-complete-screen tr {
    background-color: #FBFBFB;
}

.woocommerce-table--order-details {
    border: 1px solid #DDD;
}

.checkout-complete-column-1 {
    width: 75%;
}

.checkout-complete-column-2 {
    padding-left: 2rem;
    padding-top: 4rem;
	width: 26%;
	background: linear-gradient(to right, white, #fffafa 75%);
}

.checkout-complete-container {
	max-width: 1242px;
    margin: 0;
    padding-top: 2rem;
	margin-left: auto;
	padding-right: 3rem;
	padding-left: 3rem;
	padding-bottom: 3rem;
}

#menu-checkout-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-checkout-menu li {
    padding-right: 1rem;
    cursor: pointer;
    font-size: 14px;
}

.checkout-form-footer {
    margin-top: 4rem;
    padding-top: 1rem;
    border-top: 1px solid #BBB;
}

.checkout-iframe-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 1000px;
    max-height: 800px;
    margin: auto;
    padding: 0.25rem;
}

.show-checkout-iframe {
    display: block;
}

.checkout-iframe-inner-container {
    position: relative;
    height: 100%;
    width: 100%;
    border: 2px solid blue;
}

.close-iframe-checkout-button {
    position: absolute;
    z-index: 6;
    top: -8px;
    right: -8px;
    width: 35px;
    height: 35px;
    background-color: #FF3333;
    border: 2px solid black;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
}

.close-iframe-checkout-button span {
    text-align: center;
    margin: auto;
    color: white;
    font-size: 18px;
    font-weight: 800;
}

.checkout-iframe iframe, .checkout-iframe {
    width: 100%;
    height: 100%;
}

#checkout-place-order button#place_order {
	display: block !important;
}

#checkout-no-shipping-warning {
    color: red;
    margin-bottom: 3rem;
}

#checkout-no-shipping-warning span span {
    font-weight: 700;
}

.thankyou-landing h1 {
    text-align: center;
}

.thankyou-page .thankyou-content > p {
    text-align: center;
}

.thankyou-page .thankyou-content > div {
    padding: 10px;
    margin: 60px 0;
}

.thankyou-page .thankyou-content > div:first-of-type {
    margin-top: 60px;
    padding-top: 50px;
}

.thank-you-social > p {
    margin-top: 30px;
}

.thankyou-page .thankyou-content > div:last-of-type {
    margin-bottom: 100px;
}

.thank-you-social .wp-social-link, .thank-you-social .wp-social-link a {
    width: 50px;
    height: 50px;
    display: flex;
}

.thank-you-social .wp-social-link svg {
    width: 35px;
    height: 35px;
    margin: auto;
}

.thankyou-categories > div {
    margin: 0.5rem 0;
    border: 1px solid #999;
    border-radius: 8px;
    overflow: hidden;
    padding-left: 10px;
}

.thankyou-categories > div figure {
    width: 50%;
    margin-left: auto;
    max-height: 130px;
}

.thank-you-moreproducts h2 {
    margin-bottom: 20px;
}

.thank-you-next .wp-block-group figure {
    margin: auto;
}

.thank-you-next .wp-block-group h3, .thank-you-next .wp-block-group p {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.thank-you-next > .wp-block-group > .wp-block-group {
    width: 33%;
}

.thank-you-next > .wp-block-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.thank-you-next .wp-block-group .wp-block-group {
    width: 100%;
    display: flex;
}

/* -------------------------------------------------------------------------- Blog Page ----- */

.category #page {
	background-color: white !important;
}


.category .current-menu-item {
    background: #f0f9ff;
}

.category .current-menu-item a {
    font-weight: 500 !important;
}

.post-template-default .site-header, 
.page-template-blog .site-header, .archive .site-header {
	margin: 0;
}

.blog-page, .post-template-default main {
	background: white;
    max-width: 1240px;
}

.archive #page {
    background-color: #F3F3F3;
}

body.category {
    background-color: #FFFFFF;
}

ul#menu-blog-navigation-mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1rem;
}

ul#menu-blog-navigation-mobile li {
    display: flex;
}

ul#menu-blog-navigation-mobile  a {
    text-decoration: none;
    color: #494c4f;
    padding: 10px 20px;
    line-height: 20px;
}

article.type-post {
    padding: 0 1rem;
    margin-top: 2rem;
}

article .entry-footer {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    margin: 2rem 0;
    padding: 1rem 0;
    max-width: 700px;
}

.blog-category-articles {
    display: flex;
    padding-bottom: 1rem !important;
    justify-content: space;
    flex-wrap: wrap;
    gap: 6px;
}

.post-navigation .nav-links {
    padding-bottom: 1rem;
}

.blog-page-title {
    margin: 0.5rem;
}

.blog-articles {
    display: flex;
    padding: 1rem 0 !important;
    padding-bottom: 4rem !important;
    justify-content: space;
    flex-wrap: wrap;
    gap: 6px;
}

.blog-page-post {
    border: 1px solid #DDD;
    border-radius: 5px;
    width: 32.75%;
	display: flex;
    flex-direction: column;
}

.blog-page-post-text {
    padding: 0 1rem 1rem 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-page-post img {
    max-height: 265px;
    height: 265px;
    border-radius: 5px 5px 0 0;
}

.blog-page-post-text h2 {
	font-size: 22px;
    color: black;
}

.readmore-button {
    border-bottom: 1px solid #999;
    width: 88px;
    display: flex;
    margin-top: auto;
    margin-bottom: 0;
}

.blog-page-post-text p {
    margin-top: 0;
}

.blog-page-post-text span {
    margin-top: auto;
    padding: 0;
    height: 25px;
}

.blog-page-post-text p, .blog-page-post-text span {
    color: black;
}

article h1 {
    border-bottom: 1px solid #EEE;
    padding-bottom: 1rem;
    margin-bottom: 1.75rem;
    color: black;
    font-size: 36px !important;
}

.tap-to-call {
    padding: 1rem 2rem;
    background-color: var(--trison-light-red);
    color: white;
    font-weight: 700;
    border-radius: 7px;
    box-shadow: 1px 1px 3px black;
}

.tap-to-call-p {
    margin: 3rem 0;
}

.added-shop-now-product-text {
    border-bottom: 1px solid white;
}

.added-shop-now-product-link {
    font-weight: bold;
    color: var(--trison-light-red);
}

.article-product-image-links {
    padding-right: 10px;
}

.article-product-image-links .wp-block-image {
    border: 2px solid #333;
    border-radius: 10px;
    box-shadow: 3px 3px 7px #999;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    padding: 8px 8px;
}

.article-product-image-links img {
    border-radius: 7px;
}

.article-2-col-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
}

.article-3-col-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
}

.article-2-col-images figure, .article-3-col-images figure {
    width: unset !important;
}

.article-page-table > p {
    margin-bottom: 4rem;
}

.shop-content table {
    border-spacing: 0px;
    margin-top: 3rem;
    border-collapse: collapse;
}

.shop-content table td {
    border: 1px solid lightgrey;
    text-align: center;
    padding: 5px;
}

.empty-td {
    border: unset !important;
}

.special-td {
    border: 1px solid black !important;
    font-weight: 700;
}

.blog-navigation {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 10px;
}

.blog-navigation .search-form {
    display: flex;
    width: 50%;
}


.blog-navigation .search-form .search-field {
    height: 100%;
    margin-right: 0.35rem;
    padding: 0 0.5rem;
    min-height: 41px;
    width: 100%;
}


.blog-navigation .search-form .search-submit {
    background: var(--trison-light-red);
    color: white;
    font-weight: 500;
}

ul#menu-blog-categories {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    column-gap: 8px;
	flex-wrap: wrap;
    row-gap: 10px;
}

#menu-blog-categories li {
    padding: 0.5rem 0.75rem;
    background-color: var(--trison-darker-red);
	width: 11.6%;
	display: flex;
}

#menu-blog-categories a {
    color: white;
    font-weight: 400;
	margin: auto;
	text-align: center;
}

.menu-blog-categories-container {
    width: 100%;
}

#menu-blog-categories li:hover a {
    color: white;
}


.blog-page-title {
	font-size: 2rem;
    margin: 0.5rem;
    color: black;
}

.blog-page-title span {
	font-size: 2rem;
    color: black;
}

.blog-page-nav {
	display: none;
}

.blog-header-section {
    max-width: 1240px;
    padding: 0 0.75rem;
    margin: auto;
    margin-top: 1rem;
	margin-bottom: 1rem;
	display: flex;
    flex-direction: column;
}

.blog-page-category-section {
	width: 100%;
}

nav#mobile-blog-category-nav {
    position: absolute;
    background: white;
    left: 0;
    border: 1px solid #999;
	display: none;
	margin: 0.5rem 1rem;
    right: 0;
}

button#blog-category-dropdown {
    height: 40px;
    padding: 0 0.5rem;
    width: 70%;
}

.blog-page-title {
    line-height: 2.5rem;
    margin: 0.5rem;
}

button.blog-category-search-small {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 27%;
	margin-left: auto;
    background-color: var(--trison-light-red);
}

.trison-post-link-btn {
    margin: auto !important;
}

.trison-post-link-btn a {
    width: 200px;
    max-width: 350px;
    padding: 1rem;
    margin: 1rem auto;
    background-color: var(--trison-darker-red) !important;
    color: white;
    border-radius: 10px;
    box-shadow: 3px 6px 10px #888888;
}

.post-501055 .trison-post-link-btn a {
    position: relative;
    top: -20px;
}

.type-post h2 a {
    font-size: 24px;
}

.type-post h2 {
    margin-top: 3rem;
}

body > .inline-subscribe {
    display: none !important;
}

body > #grow-me-in-content-recs-root {
    display: none !important;
}

/* ---------------------------------------------------------------------- About Us Page ----- */

.about-page-h1 {
    text-align: center;
	background-image: url(https://trisontarps.com/wp-content/uploads/2023/09/about-page-background-sep-23.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-page-h1 h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 2.25rem 0;
}

.about-hero-image img {
    width: fit-content;
}

.about-hero-image {
    display: flex;
    justify-content: center;
}

.about-text p {
    max-width: 940px;
    margin: auto;
    color: #252525;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 2rem;
}

.about-intro {
    text-align: center;
    font-size: 23px !important;
    font-weight: 500 !important;
    max-width: 600px !important;
    margin: 3rem auto !important;
}

.about-text h2 {
    color: #252525;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

.about-quote-and-text blockquote p {
    color: var(--trison-darker-red);
    font-family: "Playfair Display", sans-serif;
    font-size: 35px;
    line-height: 53px;
    font-style: italic;
    padding-bottom: 0;
}

.about-quote-and-text {
    max-width: 940px;
    display: flex;
    margin: auto;
	padding-bottom: 2rem;
}

.about-quote-and-text blockquote {
    width: 64%;
    margin: 0;
    padding-right: 2rem;
}

.about-quote-and-text blockquote cite {
    color: var(--trison-darker-red);
    font-size: 15px;
    font-weight: 500;
    margin-left: auto;
}

blockquote footer {
    display: flex;
}

.about-quote-and-text blockquote:before {
    content: "“";
    font-size: 100px;
    color: rgb(230, 233, 236);
    font-family: "Times New Roman", Times, serif;
    font-weight: 900;
    line-height: 1;
    display: block;
    height: 0.6em;
    color: rgba(40,93,141,0.2);
    font-size: calc(1.5px * 100);
}

.about-text .about-slogan {
    color: var(--trison-darker-red);
    font-family: "Playfair Display", Sans-serif;
    font-size: 45px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    max-width: 735px;
    border-top: solid 1px var(--trison-darker-red);
    border-bottom: solid 1px var(--trison-darker-red);
    margin: auto;
    margin-bottom: 4rem;
    margin-top: 1rem;
    padding: 1.25rem 0;
}

.about-mission-statement {
    background-color: var(--trison-lightest-red);
    background-image: url(https://trisontarps.ca/wp-content/uploads/2018/10/“-our-mission@1x.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 8rem 1rem;
}

.about-mission-statement p:nth-child(1) {
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 1rem 0;
}

.about-mission-statement p:nth-child(2) {
    text-align: center;
    color: black;
    font-family: "Playfair Display", Sans-serif;
    font-size: 35px;
    font-style: italic;
    line-height: 1.75;
}

.about-mission-statement p {
    max-width: 1000px;
    margin: auto;
}

main.about-page {
    max-width: unset !important;
    padding: 0 !important;
}

.about-page .about-text {
    padding: 4rem 1rem;
    padding-top: 5.5rem;
}

.about-timeline {
    position: relative;
}

.about-timeline-and-title {
    max-width: 800px;
    margin: auto;
    padding: 3rem 1rem;
}

.about-timeline-and-title h2 {
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    color: black;
}

.timeline-event-wrapper {
    display: flex;
	margin-bottom: 2.5rem;
}

.timeline-marker {
    display: flex;
    margin: auto 0;
    z-index: 2;
}

.timeline-marker-bg {
    background:  var(--trison-lighter-red);
    margin-right: 20px;
    font-size: 25px;
    color: white;
    height: 60px !important;
    width: 60px !important;
    display: flex;
    border-radius: 50%;
}

.timeline-icon {
    margin: auto;
}

.timeline-event-content {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 2px 1px 2px #AAA;
	padding: 1.75rem;
	position: relative;
	flex-grow: 1;
}

.timeline-arrow-to-marker {
	height: 54px;
	top: 50%;
	left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    position: absolute;
}

.timeline-arrow-to-marker:after {
	content: '';
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
	border-right-style: solid;
    border-right-width: 13px;
	border-right-color: #FFFFFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	right: 0;
}

.timeline-event-date {
    font-size: 22px;
    color:  var(--trison-lighter-red);
    margin: 0;
}

h3.timeline-event-name {
    color: #131313;
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}

.timeline_line {
	width: 7px;
    background:  var(--trison-lighter-red);
    position: absolute;
    top: 0;
    left: 27px;
    bottom: 0;
}

/* ---------------------------------------------------------------------- Contact Page ----- */

.contact-page-image {
    display: flex;
    margin-bottom: 1rem;
}

.contact-page-image input {
    margin: 0 0 0 auto;
    padding: 0;
}

.contact-page-image input {
    margin: 0 0 0 auto;
    padding: 0 0 0 0.5rem;
	width: 33%;
}

.contact-page-image img {
    width: 65%;
}

.contact-page-h1 {
    text-align: center;
	background-image: url(https://trisontarps.com/wp-content/uploads/2023/09/contact-background-sep-23.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-page-h1 h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 2.25rem 0;
}

.contact-text-map {
    padding: 2rem 0;
}


.contact-text {
    width: 50%;
	margin: auto;
    margin-right: 2rem;
	font-size: 20px;
    font-weight: 500;
}

.contact-page_address-hours h3, .contact-page_address-hours p {
    margin: 0;
}

.contact-page_address, .contact-page_hours {
    margin-top: 1rem;
}

.contact-page_phone-email {
    margin: 4rem 0 6rem 0;
}

.contact-page_phone-email h3 {
    margin: 0;
    margin-right: 0.5rem;
}

.contact-page_phone-email p, .contact-page_phone-email span, .contact-page_phone-email a {
    margin: 0;
    padding-top: 0.1rem;
}

.contact-page_phone-email p {
    padding-top: 0.15rem;
}

p.antispam {
    display: none;
}

.contact-page-form {
    margin-left: auto;
    padding-bottom: 4rem;
    width: 50%;
}

.contact-page-form-input {
    margin: 0.75rem 0;
}

.contact-page-form-input input {
    width: 100%;
    padding: 0.5rem;
    margin: 0;
}

.contact-page-form-submit {
    width: 100%;
    padding: 1rem;
    background-color: var(--trison-light-red);
    color: #FFFFFF;
    font-weight: 700;
}

.contact-page-form-submit span {
	font-size: 25px;
}

.thank-you-contact-form {
    z-index: 5;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    height: 100%;
    width: 100%;
    flex-direction: column;
}

.thank-you-contact-form h3 {
    margin: auto;
    margin-bottom: 0;
}

.thank-you-contact-form p {
    margin: auto;
    margin-top: 0;
}

.contact-page-form form {
    position: relative;
    margin-bottom: 3rem;
}

.cfsingle-antispam {
    display: none !important;
}

#cfsingle-submit {
    text-align: center;
    cursor: pointer;
}

.cfsingle-field {
    margin: 0.75rem 0;
    display: flex;
    flex-direction: column;
}

.cfsingle-field input {
    width: 100%;
    padding: 0.5rem;
    margin: 0;
}

.cfsingle-container {
    display: flex;
    max-height: 44px;
    justify-content: space-between;
}

.cfsingle-container input {
    margin: 0;
    padding: 0 0 0 0.5rem;
}

.cfsingle-container img {
    height: 100%;
    margin-right: 5px;
}

.cfsingle-img-lg img {
    width: 91px;
    min-width: 67px;
    max-width: 91px;
}

.cfsingle-img-sm img {
    width: 44px;
    min-width: 30px;
    max-width: 44px;
}

#cfsingle-submit {
    width: 100%;
    max-width: 275px;
    padding: 1rem;
    font-weight: 700;
    margin: auto;
    margin-top: 20px;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 15px 30px;
    background-color: var(--trison-light-red);
    border-radius: 3px 3px 3px 3px;
}

#cfsingle-submit span {
    font-size: 23px;
}

#cfsingle-submit-actual {
    display: none;
}

.sales-contactform__callbutton {
    font-size: 20px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 15px 30px;
    background-color: var(--trison-light-red);
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    margin: 0.5rem;
    max-width: 290px;
}

.cfsingle-img-lg, .cfsingle-img-sm {
    position: relative;
}

.cfsingle-overlay {
    position: absolute;
    background-color: var(--trison-lighter-red);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: color-burn;
}

.contact-page-form {
    margin-left: auto;
    width: 100%;
    max-width: 595px;
    margin-bottom: 3rem;
}

.cfdualcolumns {
    display: flex;
    gap: 10px;
}

.cfdualcolumn__col {
    width: 100%;
}


/* --------------------------------------------- */
/* My Account --------------------------------------------------------------------------------- */
/* --------------------------------------------- */

#customer_login .u-column1, #customer_login .u-column2 {
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 1rem;
	margin-bottom: 1rem;
}

#customer_login .u-column1 h2, #customer_login .u-column2 h2 {
    margin: 0;
	margin-bottom: 1.5rem;
}

.woocommerce-form-login .woocommerce-form-row, .woocommerce-form-register .woocommerce-form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    padding: 0;
	max-width: 600px;
}

.woocommerce-form-login .woocommerce-form-row input, .woocommerce-form-register .woocommerce-form-row input {
    width: 100%;
}

.woocommerce-form-login__submit, .woocommerce-form-register__submit {
    background-color: var(--trison-light-red);
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 0.75rem 1.6rem;
    margin: auto;
    border-radius: 3px;
    text-align: center;
    margin-right: 0;
    min-width: 110px;
    width: 35%;
}

.woocommerce-form-login .form-row:nth-of-type(3) {
    display: flex;
    flex-direction: row;
    max-width: 600px;
    padding: 0;
    margin-top: 4rem;
}

#customer_login .woocommerce-privacy-policy-text {
    max-width: 600px;
    padding: 0;
}



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

.footer-city-link {
    text-align: center;
    font-size: 14px;
    max-width: 240px;
    margin: 1.5rem auto 0 auto;
    color: #929292 !important;
    font-weight: 700;
    text-decoration: underline;
}

.footer_bbb-link {
    position: absolute !important;
    bottom: 50px;
    right: 10px;
    padding: 0.1rem;
    background: white;
    border-radius: 12px;
}

.site-footer {
    margin-top: auto;
    background-color: #252525;
	padding: 5rem 0;
    padding-bottom: 7rem;
	position: relative;
}

.footer-shape-divider {
	overflow: hidden;
    position: absolute;
    left: 0;
	top: -1px;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.footer-shape-divider svg {
	display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-shape-divider-path {
	fill: #FFF;
	-webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.footer-row {
	flex-direction: row;
    justify-content: space-between;
}

.footer-row, .footer-column {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
}

.footer-column {
	flex-direction: column;
    position: relative;
}

.footer-inner-column {
	padding: 0 1rem;
}

.footer-inner-column h4 {
    color: white;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 1rem 0;
    padding: 0;
}

.footer-inner-column p {
	color: #929292;
    font-size: 18px;
    font-weight: 700;
	margin: 0;
}

.footer-contact-form-column a {
    font-size: 18px;
	margin: 0;
	text-decoration: underline;
}

.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav li a {
    color: #929292;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.company-info-column, .store-column {
	max-width: 219px;
}

.footer-image-column {
    display: flex;
    flex-direction: column;
}

.footer-image-column p {
    text-align: center;
    font-size: 14px;
    max-width: 240px;
    margin: 1.5rem auto 0 auto;
}

.footer-image-column a {
    color: white;
    font-size: 14px;
    text-decoration: underline;
}

.footer-logo {
    margin: 0 auto;
	margin-bottom: 2rem;
}

.footer-secure-pay {
    width: 210px;
    margin: 0 auto;
}

.footer-contact-email p {
    font-size: 16px;
    margin-right: 0.25rem;
    line-height: 1.75;
}

.footer-contact-email {
    margin-top: 2.42rem;
}

.footer-contact-email a {
    color: #999999;
    font-weight: 600;
}

.row-copyright {
	padding: 2rem 1rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.row-copyright p {
    margin: 0;
    font-size: 11px;
    color: #929292;
    font-weight: 700;
}

.footer-business-numbers {
    width: 100%;
    max-width: 280px;
    justify-content: space-between;
    margin-right: 2rem;
}

.footer-tax-number {
    margin-right: 2rem;
}

.footer-business-number {
    margin-right: 2rem;
}

.social-icons-wrapper {
    display: flex;
	margin-top: 2rem;
}

.social-icon {
    font-size: 25px;
    line-height: 40px;
    width: 40px;
    height: 40px;
	position: relative;
    border-radius: 50%;
	margin-right: 0.5rem !important;
}

.social-icon i {
	color: white;
	font-family: "Font Awesome 5 Brands";
	width: 1em;
    height: 0.7em;
	font-size: 1.3rem;
    display: block;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.social-icon i:before {
    position: absolute;
	top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.social-icon-facebook {
    background-color: #3b5998;
}
.social-icon-instagram {
    background-color: #CE20AA;
}
.social-icon-youtube {
    background-color: #cd201f;
}
.social-icon-linkedin {
    background-color: #0077b5;
}
.social-icon-twitter {
    background: #1DA1F2;
}

.secure-pay-image {
    width: 50%;
}

.secure-image-container {
    margin: auto;
	width: fit-content;
}

.small-text-section {
    width: 50%;
}

.small-text-section p {
	text-align: center;
    font-size: 11px;
    font-weight: normal;
	margin: 0;
    color: rgba(255,255,255,0.5);
}

.small-text-section p:first-child {
    color: #FFF;
}

.row-secure-copyright {
    width: 80%;
	margin-left: auto;
    margin-top: 2rem;
	padding: 0 1rem;
}

.contact-info-column {
    padding: 0 1rem;
	width: 30%;
}

.contact-info-column a, .contact-info-column p, .contact-info-column span {
    margin: 0;
    color: #929292;
    text-decoration: none;
    font-weight: 600;
	font-size: 18px;
}

.contact-info-column img {
    width: 12px;
    margin-right: 0.5rem;
}

.footer-contact-address-text {
    margin-bottom: 1rem;
}

.footer-contact-time {
    margin-bottom: 1rem;
}

.footer-contact-phone {
    padding-left: 1.3rem;
}




#flexible-shipping-pro-wpdesk-license {
    display: none;
}

/* -------------------------------------------------------------------------------- Sales Pages -------- */

.sales-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sales-heading-1 {
    height: 500px;
}

.sales-heading-2, .sales-heading-3, .sales-heading-image {
    height: 500px;
}

.sales-heading__overlay {
    background-color: transparent;
    /* background-image: linear-gradient(180deg, #084b83 0%, #254b64 100%); */
    background-image: linear-gradient(180deg, #000 0%, #000 100%);
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.heading-rockhard .sales-heading__overlay {
    background-image: unset;
}

.sales-heading__image {
    z-index: 1;
}

.sales-heading h1 {
    z-index: 1;
    color: white;
    font-size: 56px !important;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    text-align: center;
    border: none !important;
    margin: 0;
    padding: 0;
    max-width: 1240px;
    line-height: 60px;
    margin-bottom: 35px;
}

.heading-hhm-trailers h1 {
    font-size: 49px !important;
}

.sales-heading span {
    z-index: 1;
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    text-align: center;
    font-family: "Montserrat", Sans-serif;
}

.sales-heading-2 h1 {
    margin-bottom: 16px;
}

.sales-heading-2 > span {
    font-size: 32px;
    margin-bottom: 20px;
}

.heading-sidelok {
    background-image: url(https://trisontarps.ca/wp-content/uploads/2020/06/IMG_1046-scaled.jpg);
}

.heading-aluminum {
    background-image: url(https://trisontarps.ca/wp-content/uploads/2018/11/Photo@2x.png);
}

.heading-trident {
    background-image: url(https://trisontarps.com/wp-content/uploads/2024/11/trident-example.jpg);
}

.heading-trident-35 {
    background-image: url(https://trisontarps.com/wp-content/uploads/2025/06/trident-35-example-moved-down.jpg);
}

.heading-trident h1 {
    font-size: 47px !important;
}

.heading-trident span:first-of-type, .heading-hhm-trailers span:first-of-type {
    font-size: 18px;
    margin-bottom: 9px;
}

.heading-rockhard {
    background-image: url(https://trisontarps.com/wp-content/uploads/2023/08/rockhard-liners-example.jpg);
}

.heading-hhm-trailers {
    background-image: url(https://trisontarps.com/wp-content/uploads/2025/05/4479-1-1.jpg);
    background-position: top;
}

.heading-dumptrucktarpsystem {
    background-image: url(https://trisontarps.com/wp-content/uploads/2024/10/flip-tarp-hero-2014.jpg);
    background-position: top;
}

.heading-cablesystems {
    background-image: url(https://trisontarps.ca/wp-content/uploads/2019/02/cs4.jpg);
    background-position: top center;
}

.heading-aeroforce {
    background-image: url(https://trisontarps.ca/wp-content/uploads/2019/01/F2B-TRUCK@1x.jpg);
}

.heading-rollrite {
    background-image: url(https://trisontarps.ca/wp-content/uploads/2018/11/Vaughan-Garden-1.jpg);
}

.heading-aerolloff {
    background-image: url(https://trisontarps.ca/wp-content/uploads/2020/06/Trison-Aero-ROC-Roll-Off-Container-Tarping-System-3-scaled1.jpg);
}

.heading-conestoga {
    background-image: url(https://trisontarps.com/wp-content/uploads/2025/02/RS16.jpg);
}

.heading-sideroll {
    background-image: url(https://trisontarps.com/wp-content/uploads/2024/11/side-roll-header.jpg);
}

.heading-rolloff {
    background-image: url(https://trisontarps.ca/wp-content/uploads/2024/11/roll-off-tarp-in.jpg);
}

.sales-page {
    padding: 2rem 1rem !important;
}

.sales-page h2, .sales-page h3 {
    padding-bottom: 1rem;
    width: 100%;
}

.sales-partslink {
    max-width: 550px;
    display: flex;
    margin-bottom: 3rem;
}

.sales-partslink span {
    font-size: 23px;
    line-height: 1.2;
}

.sales-partslink div {
    display: flex;
    flex-direction: column;
}

.sales-partslink a {
    color: white;
    font-weight: 600;
    background-color: var(--trison-light-red);
    margin-left: 2rem;
    text-align: center;
    padding: 1rem 3rem;
    border-radius: 5px;
}

.sales-dualcolumn-textimage__row figure img {
    width: 100%;
}

.sales-dualcolumn-textimage {
    border-top: 6px solid black;
    padding-top: 2rem;
    margin-top: 3rem;
}

.sales-dualcolumn-textimage__row > .wp-block-group {
    width: 50%;
}

.sales-dualcolumn-textimage__row > div {
    margin: 0 0 auto 0;
}

.sales-dualcolumn-textimage__row figure {
    display: flex;
    margin: 0;
    margin-left: auto;
    padding: 0 0 0 15px;
}

.sales-dualcolumn-textimage h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 40px;
    padding-top: 0;
    margin-top: 0;
    color: var(--trison-darker-red);
}

.sales-dualcolumn-textimage__row figure img {
    margin: auto;
}

.sales-imgbtnrow {
    width: 100%;
    justify-content: space-between;
}

.sales-imgbtnrow > div {
    width: 235px;
    height: 100%;
    margin-top: auto;
}

.sales-imgbtnrow > div figure {
    margin: auto;
}

.sales-imgbtnrow h3 {
    text-align: center;
    width: 100%;
}

.sales-imgbtnrow a {
    color: black;
    font-weight: 600;
    font-size: 24px;
}

.whitetextlist, .whitetextlist li {
    color: white;
}

.sales-centertext {
    text-align: center;
    margin: 4rem auto;
    max-width: 720px;
    font-size: 23px;
}

.sales-centerheading {
    text-align: center;
    margin: 4rem auto !important;
    max-width: 720px;
    font-size: 40px;
}

.sales-aluminum__text {
    background-color: #F7F7F7;
    padding: 0 2rem 5rem 2rem;
}

.sales-aluminum__text h3 {
    margin-top: 3rem;
}

.sales-aluminum .sales-dualcolumn-textimage:nth-of-type(even) {
    background-color: rgba(106,171,229,0.13);
}

.sales-aluminum .sales-dualcolumn-textimage {
    border: unset;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}

.sales-aluminum .sales-dualcolumn-textimage > div {
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    margin: auto;
    padding: 3rem 0.5rem 6rem 0.5rem;
}

.sales-rockhard .sales-dualcolumn-textimage {
    border: unset;
}

.sales-threegrid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 2rem 0 3rem 0;
}

.sales-threegrid figure {
    margin: auto;
    padding: 0.5rem;
}

.sales-threegrid h2 {
    width: 100%;
}

.sales-threegrid > div {
    margin-bottom: auto;
}

.sales-page .wp-block-embed-youtube iframe {
    width: 100%;
    height: 700px;
}

.sales-aeroforce .sales-fullheightimg img {
    height: 700px;
    min-width: 238px;
    opacity: 0.5;
}

.sales-aeroforce .sales-bluebox .is-vertical {
    width: 475px;
    padding: 1rem 3rem;
}

.sales-aeroforce .sales-bluebox .is-vertical:first-of-type {
    padding-right: 0;
}

.sales-aeroforcesprings {
    padding: 1rem 0;
}

.sales-aeroforce .sales-dualcolumn-textimage h2:nth-of-type(1) {
    font-size: 45px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
}

.sales-aeroforce .sales-dualcolumn-textimage h2:nth-of-type(2) {
    font-weight: 300;
}

.sales-aeroforce .sales-dualcolumn-textimage__row > div {
    margin: auto;
}

.sales-aeroforce .sales-dualcolumn-textimage {
    border: unset;
    padding-bottom: 4rem;
}

.sales-dualtext > div {
    width: 50%;
    margin-bottom: auto;
}

.sales-dualtext > div:last-of-type {
    width: 40%;
    padding-left: 1rem;
}

.sales-dualtext h2 {
    font-weight: 900;
    line-height: 1;
    margin-left: auto;
    padding-right: 1rem;
}

.sales-dualtext {
    margin: 7rem 0 3rem 0;
}

.sales-dualcolumnheavy a {
    color: black;
    font-weight: 600;
}

.sales-dualcolumnheavy h2 {
    font-size: 45px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    padding-top: 0;
    color: var(--trison-darker-red);
}

.sales-dualcolumnheavy h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-size: 40px;
    padding-top: 0;
    padding-bottom: 1rem;
    margin-top: 0;
    color: var(--trison-darker-red);
}

.sales-dualcolumnheavy {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}

.sales-dualcolumnheavycol {
    width: 50%;
    margin-bottom: auto !important;
}

.sales-bluebg li {
    color: white;
}

.sales-dualcolumnheavy > div {
    max-width: 1208px;
    padding: 5rem 0;
    margin: auto;
}

.sales-dualcolumnheavy:first-of-type > div {
    padding-top: 2rem;
}

.sales-dualcolumnheavycol:first-of-type {
    padding-right: 2rem;
}

.sales-dualcolumnheavycol:last-of-type {
    padding-left: 2rem;
}

.sales-dualcolumnheavycol img {
    width: 100%;
}

.sales-dualcolumnheavycol figure {
    width: 100%;
    padding-bottom: 2rem;
}

.sales-aerolloff .sales-dualcolumn-textimage__row > .wp-block-group {
    margin-top: auto;
}

.sales-aerolloff .sales-dualcolumn-textimage {
    border: unset;
    padding: 0;
    margin: 2rem 0;
    margin-bottom: 4rem;
}

.sales-backgroundimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 0.3;
    z-index: 0;
}

.sales-aerolloff .sales-dualcolumnheavycol:last-of-type {
    padding-left: 0;
}

.sales-backgroundimg img {
    position: absolute;
    height: 100%;
    right: 0;
    margin: auto;
}

.sales-backgroundimg img {
    position: absolute;
    height: 120%;
    top: -70px;
    right: 0;
    margin: auto;
}

.sales-aerolloff .sales-dualcolumnheavy > div {
    padding: 7rem 0;
    z-index: 1;
}

.sales-restrictwidth50 {
    max-width: 50px;
}

.sales-restrictwidth50, .sales-restrictwidth50 img {
    max-width: 50px;
}

.sales-restrictheight300, .sales-restrictheight300 img {
    max-height: 300px;
}

.wp-block-button.sales-button {
    margin-top: 2rem;
}

.sales-roccolumn h2 {
    line-height: 1.2;
    margin: 3rem 0;
}

.sales-textrightdualcolumn > div {
    width: 50%;
}

.sales-textrightdualcolumn {
    padding-bottom: 5rem;
}

.sales-roccolumn .sales-textrightdualcolumn:nth-of-type(2) > div:first-of-type {
    width: 82%;
}

.sales-roccolumn .sales-textrightdualcolumn:nth-of-type(2) > div:last-of-type {
    width: 28%;
}

.sales-roccolumn .sales-textrightdualcolumn:nth-of-type(2) > div:first-of-type figure, .sales-roccolumn .sales-textrightdualcolumn:nth-of-type(2) > div:first-of-type figure img {
    width: 100%;
}

.sales-textrightdualcolumn h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.sales-aerolloff .sales-textaligncenter {
    text-align: center;
    margin: auto;
    font-weight: 100;
    position: relative;
    top: 50px;
}

.sales-youtuberow {
    justify-content: space-between;
    padding: 2rem 0;
}

.sales-youtuberow figure {
    width: 33%;
}

.sales-youtuberow figure iframe {
    height: 228px !important;
}

.sales-youtuberow figcaption {
    font-size: 22px;
    font-weight: 700;
}

.sales-greyboxcolumns {
    margin: 0.5rem 0;
}

.sales-greybox {
    width: 50%;
    height: 500px;
    padding: 2rem;
    position: relative;
}

.sales-greybox img {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 0;
    width: 90%;
}

.sales-greybox:first-of-type img {
    bottom: 15px;
    left: 20px;
}

.sales-greybox p:last-of-type {
    margin-top: 1rem;
}

.sales-conestoga {
    padding-top: 0 !important;
}

.sales-conestoga-1 .sales-dualcolumn-textimage__row figure {
    margin: 0;
    margin-right: 3rem;
}

.sales-conestoga-3 > div {
    background: linear-gradient(rgba(84, 87, 90, 0.6), rgba(84, 87, 90, 0.6)), linear-gradient(to right, rgba(35, 31, 32, 0.8), rgba(35, 31, 32, 0), rgba(35, 31, 32, 0.8)), url(https://trisontarps.ca/wp-content/uploads/2020/05/sectionBG_latchLock-scaled.jpg) no-repeat 50% 50%;
}

.sales-conestoga-2 .sales-dualcolumnheavycol:nth-of-type(2) {
    padding: 2rem !important;
}

.sales-videobutton a {
    background-color: rgba(255,255,255,0.5) !important;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.sales-conestoga-4 > div > figure, .sales-conestoga-4 > div > div {
    width: 48%;
}

.sales-conestoga-4 > div {
    width: 100%;
    justify-content: space-between;
    margin: 3rem 0;
}

.sales-conestoga-4 > div:nth-of-type(2) figure {
    margin: auto;
}

.sales-conestoga figcaption {
    color: #6BABE5;
    font-size: 18px;
    font-weight: 600;
}

.sales-conestoga-4 .sales-videobutton a, .sales-conestoga-5 .sales-videobutton a {
    background-color: #8fa7bb !important;
}

.sales-conestoga-6 {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    border: unset;
}

.sales-conestoga-6 > div {
    max-width: 1208px;
    padding: 5rem 0;
    margin: auto;
}

.sales-conestoga-6 h2 {
    font-weight: 900;
    margin: 0;
    line-height: 1;
    padding: 0 !important;
}
.sales-conestoga-6 h3 {
    font-weight: 300;
    margin: 0;
    line-height: 1;
    letter-spacing: 3.5px;
}

.sales-conestoga-7 .sales-dualcolumn-textimage__row > .wp-block-group {
    padding: 2rem 0 !important;
}

.sales-marginrightauto {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.sales-conestoga-8 h2, .sales-conestoga-8 h3, .sales-conestoga-8 figure {
    margin: auto;
    padding: 0 !important;
}

.sales-conestoga-8 {
    padding: 3rem 0;
}

.sales-conestoga-8 h3 {
    font-weight: 300;
    position: relative;
    top: -30px;
}

.sales-conestoga-9 ul {
    color: white;
}

.sales-conestoga-9 img {
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.sales-conestoga-10 h2 {
    font-weight: 900;
}

.sales-conestoga-10, .sales-conestoga-11 {
    border: unset;
}

.sales-conestoga-13 h2 {
    margin: auto;
    padding-bottom: 4rem;
}

.sales-conestoga-13 h3 {
    margin: auto;
    font-weight: 900;
}

.sales-listcontainer div, .sales-listcontainer ul {
    width: 100%;
    margin-bottom: auto;
}

.sales-lipushright {
    padding-left: 7rem;
    max-width: 700px;
}

h2.sales-spacetop {
    margin-top: 2rem;
}

p.sales-spacetop, h3.sales-spacetop {
    margin-top: 1rem;
}

.sales-andbeyond {
    width: 100%;
    max-width: 230px;
}

.sales-contactform {
    background-color: #f7f7f7;
    padding: 0.5rem;
    padding-bottom: 3rem;
}

.sales-contactform__heading {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.sales-contactform__heading h2 {
    color: #252525;
    font-size: 40px;
    font-weight: 600;
}

.sales-contactform__columns {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.sales-contactform__col1 {
    width: 65%;
    max-width: 600px;
}

.sales-contactform__col2 .sales-contactform__callbutton:first-of-type {
    max-width: 250px;
}

.sales-contactform__col2 {
    width: 35%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.sales-dualcolumn-checklist > div:first-of-type {
    margin-right: 18px;
}

.sales-textcolumn-right {
    padding-left: 2rem;
}

.sales-textcolumn-right h2 {
    padding-top: 1rem;
}

.sales-reviewsection h2 {
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

figure.sales-imagewidth300 img {
    width: 300px !important;
    margin-right: 10px !important;
}

.sales-centerimage {
    width: 100%;
    display: flex;
}

.sales-centerimage img {
    margin: auto;
}

.sales-why-35-img img {
    min-height: 600px;
    width: 420px !important;
}

.cfsingle-antispam {
    display: none !important;
}

.cfsingle-field {
    margin: 0.75rem 0;
    display: flex;
    flex-direction: column;
}

.cfsingle-field input {
    width: 100%;
    padding: 0.5rem;
    margin: 0;
}

.cfsingle-container {
    display: flex;
    max-height: 44px;
    justify-content: space-between;
}

.cfsingle-container input {
    margin: 0;
    padding: 0 0 0 0.5rem;
}

.cfsingle-container img {
    height: 100%;
    margin-right: 5px;
}

.cfsingle-img-lg img {
    width: 91px;
    min-width: 67px;
    max-width: 91px;
}

.cfsingle-img-sm img {
    width: 44px;
    min-width: 30px;
    max-width: 44px;
}

#cfsingle-submit {
    width: 100%;
    max-width: 275px;
    padding: 1rem;
    font-weight: 700;
    margin: auto;
    margin-top: 20px;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 15px 30px;
    background-color: var(--trison-light-red);
    border-radius: 3px 3px 3px 3px;
}

#cfsingle-submit span {
    font-size: 23px;
}

.sales-contactform__callbutton {
    font-size: 20px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 15px 30px;
    background-color: var(--trison-light-red);
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    margin: 0.5rem;
    max-width: 290px;
}

.cfsingle-img-lg, .cfsingle-img-sm {
    position: relative;
}

.contact-page-form {
    margin-left: auto;
    width: 100%;
    max-width: 595px;
    margin-bottom: 3rem;
}

.cfdualcolumns {
    display: flex;
    gap: 10px;
}

.cfdualcolumn__col {
    width: 100%;
}

.sales-margintop {
    margin-top: 3rem;
}

.sales-addpadding {
    padding: 1rem;
    margin-top: 2rem !important;
}

.sales-dumptrucktarpsystem .sales-tabs {
    margin-top: 0 !important;
}

.sales-tabs {
    min-width: 100%;
    margin: 3rem 0 !important;
}

.sales-tabs .kt-tabs-content-wrap .wp-block-kadence-tab {
    background-color: #f7f7f7 !important;
    padding-bottom: 4rem;
}

.sales-spacetopbottom {
    margin: 2rem 0 !important;
}

.sales-heading__cta-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
    margin-top: 30px;
}

.sales-heading__cta {
    color: white !important;
    z-index: 3;
    padding: 1rem;
    font-size: 18px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    background-color: #ce3333;
    border-radius: 3px;
    border: unset;
    font-weight: 600;
    padding: 15px 30px !important;
    box-shadow: 1px 2px 4px 0px #5b5b5b !important;
}

.sales-heading__cta:not(:first-of-type) {
    margin-left: 15px;
}

.sales-checklistrow figure {
    width: 30px;
    margin: 1rem 0.5rem 1rem 0;
    padding: 0;
}

.sales-checklistrow p {
    margin: auto 0;
}

.sales-checklistrow {
    padding-right: 1rem;
}

.sales-dualcolumn-textimage__row.sales-imageright > .wp-block-group:first-of-type {
    margin: auto;
    min-width: 500px;
    width: 80%;
}

.sales-dualcolumn-textimage__row.sales-imageright > .wp-block-group:last-of-type img {
    margin: auto 0 auto auto !important;
}

.sales-dualcolumn-textimage__row.sales-imageleft > .wp-block-group:last-of-type {
    margin: auto;
    min-width: 500px;
    width: 80%;
}

.sales-dualcolumn-textimage__row.sales-imageleft > .wp-block-group:first-of-type img {
    margin: auto auto auto 0 !important;
}

.sales-fullwidth {
    width: 100%;
}

.sales-rockhard .sales-dualcolumn-textimage__row figure img {
    width: 100%;
    max-width: 370px;
    margin-left: auto !important;
}

.sales-rockhard .sales-dualcolumn-textimage__row figure {
    display: flex;
}

.sales-reviewbadgecontainer {
    width: 100%;
}

.sales-reviewbadgecontainer .cr-trustbadgef {
    margin: auto;
}

.sales-width100, .sales-width100 div {
    width: 100%;
}

.sales-spacebottom {
    margin-bottom: 4rem;
}

.sales-checklistrow img {
    max-width: 30px !important;
    min-width: 30px !important;
    max-height: 30px !important;
    min-height: 30px !important;
    margin: 0 !important;
}

.heading-rockhard .sales-heading__cta {
    background-color: #ce33335e;
}

.wp-block-kadence-advancedbtn a {
    padding: 15px 30px !important;
    box-shadow: 1px 2px 4px 0px #5b5b5b !important;
    font-weight: 600;
}

.wp-block-kadence-advancedbtn {
    margin: 50px auto 65px auto !important;
}

/* Grow Plugin */
.woocommerce #grow-me-inline-subscribe-cta-root-0, .woocommerce #grow-me-in-content-recs-root {
    display: none;
}

.woocommerce #grow-me-root {
    display: none;
}

/* Remove Grow from Careers page */
.page-id-502389 .inline-subscribe {
    display: none;
}

/* Cloudflare Turnstil and Login */
.woocommerce-ResetPassword .cf-turnstile {
    position: relative;
    top: 25px;
    left: 9px;

}

.woocommerce-ResetPassword input#user_login {
    width: 100%;
}

.woocommerce-lost-password .policy-content {
    width: 100%;
}

.woocommerce-ResetPassword .woocommerce-form-row {
    margin: 0 0 3rem 0;
}

.woocommerce-ResetPassword > p {
    margin: 0;
    padding-left: 0px;
}

.woocommerce-ResetPassword .woocommerce-password-strength {
    position: relative;
    top: 120px;
    color: red;
}

.woocommerce-lost-password .policy-content article {
    overflow-x: visible;
}

.woocommerce-ResetPassword .woocommerce-password-hint {
    position: relative;
    top: 116px;
    color: black;
}

#grow-me-root {
    display: none !important;
}

.sales-content > div {
    margin: 75px 0;
}

.sales-custom-reviews {
    display: flex;
    justify-content: space-between;
}

.sales-custom-reviews > div {
    display: flex;
    flex-direction: column;
    width: 31.5%;
    border: solid 1px #ebebeb;
    border-radius: 10px;
    padding: 15px;
    min-height: 375px !important;
}

.sales-custom-reviews p:nth-of-type(2) {
    position: relative;
    top: -10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    width: 100%;
}

.sales-custom-reviews figure {
    max-width: 200px;
}

.sales-custom-reviews p:nth-of-type(3) {
    line-height: 1.3;
    padding: 18px;
    background-color: #FCFCFC;
}

.sales-doublelist {
    width: 100%;
}

.sales-doublelist ul {
    width: 49%;
    margin: auto;
}

.sales-single-image figure {
    display: flex;
    width: 100%;
}

.sales-single-image figure img {
    width: 100%;
}

.sales-dualcolumn-textwideimage__row img {
    width: 400px !important;
    max-width: 400px !important;
    height: 350px !important;
}

.page-template-no-headerfooter {
    background-color: #DDD;
}

.page-template-no-headerfooter article {
    height: 100vh !important;
    display: flex;
}

.main-no-headerfooter {
    position: relative;
    background-color: white;
    border-radius: 3px;
    box-shadow: 3px 3px 7px #AAA;
    padding: 40px !important;
    margin: auto !important;
    padding-top: 20px !important;
}

.trison-logo-noheaderfooter {
    position: absolute;
    top: 30px;
    right: 35px;
    width: 125px;
}

.main-no-headerfooter h2 {
    margin: 0;
    font-size: 18px;
}

.main-no-headerfooter > p {
    margin-top: 5px;
}


/* --------------------------------------------- */
/* ------------------------------------------------ Responsive Media Queries ---*/
/* --------------------------------------------- */

@media only screen and (min-width: 1200px) { 
	
	.footer-inner-column {
		max-width: 20%;
	}
	
	.contact-info-column {
		width: 20%;
	}
	
}

@media only screen and (max-width: 1200px) { 
	
	.shop-product-li {
		width: 24%;
	}

    .sales-dualcolumnheavy {
        padding: 1rem;
    }

    .sales-backgroundimg img {
        display: none;
    }

    .sales-custom-reviews {
        flex-wrap: wrap !important;
    }

    .sales-custom-reviews > div {
        width: 100%;
        min-height: unset !important;
    }
}


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

/* ------------------------------------------------------------ Homepage (Small Desktop) ---*/

    .homepage-vendors-buttons {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
	
/* ------------------------------------------------------------ Shop Page (Small Desktop) ---*/
	
	.shop-product-li {
		width: 32.5%;
	}

    .article-page-table {
        overflow: scroll;
    }

    .trison-archive-post {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .trison-archive-post .woocommerce-result-count {
        margin: 0 7px 0 auto;
    }
	
/* ---------------------------------------------------------- Policy Page (Small Desktop) ---*/

	.policy-page {
		flex-direction: column-reverse;
		padding: 3rem 1rem 10rem 0 !important;
	}
	.policy-sidebar {
		padding-left: 1rem;
	}
	
	.policy-content {
		padding-bottom: 2rem;
	}
	
/* ------------------------------------------------------------ Checkout (Small Desktop) ---*/
	
	.checkout-complete-column-1 {
		width: 100%;
	}
	
	.checkout-complete-column-2 {
		display: none;
	}
	
	
/* ------------------------------------------------------------ Footer (Small Desktop) ---*/
	
	.footer-shape-divider svg {
		width: calc(300% + 1.3px);
	}
	
	.contact-info-column {
		width: unset;
	}

    .footer_bbb-link {
        bottom: -90px;
        right: unset;
        left: 15px;
    }
	
}

@media only screen and (max-width: 950px) { 
	
	.shop-product-li {
		width: 49.25%;
	}
	
}






@media only screen and (max-width: 767px) { 
	
	main {
		padding: 0 0.75rem !important;
	}

    .cr-reviews-grid .cr-reviews-grid-inner > .cr-review-card {
        width: 100%;
    }

    .trison-logo-noheaderfooter {
        top: 0px;
        right: 15px;
        width: 100px;
    }

    .main-no-headerfooter .page-title {
        font-size: 21px !important;
    }
	
/* ------------------------------------------------------------ Header (Tablet) ---*/
	
	.site-branding img {
		width: 7.5rem;
		padding: 0.75rem 1rem 0.5rem 0
	}
	
	.header-row-mobile-only {
		display: flex;
	}
	
	.header-row .dgwt-wcas-search-wrapp {
		display: none;
	}
	
	.dgwt-wcas-search-wrapp {
		margin-right: 0;
        display: flex;
        width: 100%;
        min-width: unset;
        padding: 0 !important;
        margin-right: 0;
        margin-left: auto;
	}

    .header-phone-mobile-only {
        width: 100%
    }

    .header-search-mobile-only {
        width: 100%;
        padding-right: 0.5rem;
        position: relative;
        top: -5px;
    }
    
	
	.hamburger-btn {
		display: block;
	}
	
	.store-nav {
		display: none;
	}

    .header-tax-exempt-link {
        display: none;
    }
	
/* ---------------------------------------------------------- Homepage (Tablet) ---*/
	
	.homepage-hero {
		min-height: 250px;
	}
	
	.homepage-hero-text {
		padding: 1rem;
	}
	
	.homepage-hero-text h2 {
		font-size: 20px;
		margin-bottom: 0.25rem;
	}

	.homepage-hero-text h3 {
		font-size: 12px;
		margin-bottom: 0.25rem;
	}
	
	.homepage-about.flex-row {
		flex-direction: column;
	}
	
	.homepage-categories-button-link {
		width: 49%;
	}

    .homepage-reviews-blurb {
        width: 50%;
    }

    .homepage-hero-cta-section {
        padding: 0;
        padding-left: 0.75rem;
        flex-wrap: wrap;
        padding-bottom: 1rem;
        margin: 0;
    }

    .homepage-hero-cta span {
        font-size: 14px;
    }

    .homepage-hero-cta {
        padding: 0.45rem 0 0.5rem 0;
        margin: 0.25rem 0.25rem;
        text-align: center;
    }

    .homepage-hero-cta a {
        padding: 0.45rem 1rem;
        margin: auto;
    }

    .homepage-about-image {
        margin: auto;
    }
	
/* ---------------------------------------------------------- Shop Page (Tablet) ---*/

    .toggle-archive-filters {
        display: block;
    }

    p.woocommerce-result-count {
        font-size: 12px;
    }

    .trison-archive-pre .woocommerce-result-count {
        display: none;
    }

    .trison-archive-post .woocommerce-result-count {
        display: block;
    }
	
	.shop-page {
		padding: 0 0.5rem;
		width: 100%;
	}
	
	.shop-content ul.products {
		margin-top: 1rem;
	}
	
	.shop-sidebar-wrapper {
		display: none;
	}
	
	.shop-content {
		padding: 0;
		width: 100%;
		margin-bottom: 7rem;
	}
	
	.shop-content > div:nth-of-type(2) {
		flex-direction: row-reverse;
        margin-top: 2rem !important;
	}

    .woocommerce-ordering select.orderby {
        width: 98%;
    }
	
	form.woocommerce-ordering {
		width: 50%;
        margin: 0 auto 0 0;
	}
	
	.shop-content .products li.product {
		width: 47% !important;
		margin: 0.25rem;
	}
	
	.woocommerce-pagination {
		margin-top: 1rem;
	}
	
	
/* ---------------------------------------------------------- Product (Tablet) ---*/
	
	.upper-product-page {
		flex-direction: column;
	}
	
	.product-page-summary {
		width: 100%;
	}
	
	.product-page-related-products-list {
		flex-wrap: wrap;
	}
	
	ul.products li.product {
		width: 48%;
		margin-bottom: 1em !important;
	}
	
	.wc-tabs li {
		padding: 0 0.5rem !important;
	}
	
	.wc-tabs li a {
		font-size: 9px;
	}
	
	.product-page-summary p.price {
		font-size: 24px;
	}
	
	.product-page-summary .in-stock {
		margin: 0;
		margin-bottom: 0.35rem;
		font-size: 18px;
	}
	
	.product-page-media {
		width: 100%;
		padding: 0;
	}
	
	.flex-viewport {
		min-height: 300px;
	}
	
	.product-page-related-product {
		width: 32.6%;
	}
	
	
/* ---------------------------------------------------------- Cart (Tablet) ---*/
	
	.cart-page form {
		max-width: 95vw;
	}
	
	.dual-column-cart {
		flex-direction: column;
	}
	
	.cart-contents-column, .cart-action-column {
		width: 100%;
	}
	
	p.sd-cart-count, p.sd-cart-total {
		font-size: 12px;
		padding-left: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	
	.cart-action-column {
		padding: 3rem 0 5rem 0;
	}
	
	.cart-coupon-wrapper button {
		width: 42%;
	}
	
	.sd-cart-checkout {
		display: none;
	}
	
	.sd-cart-checkout-mobile {
		display: block;
	}
	
	.cart-empty-notice h1 span {
		display: block;
	}
	
/* ---------------------------------------------------------- Contact Page (Tablet) ---*/
	
	.contact-page-h1 h1 {
		font-size: 38px;
		padding: 4rem 0;
	}
	
	.contact-text-map {
		flex-direction: column;
	}
	
	.contact-text {
		width: 100%;
		text-align: center;
		padding: 0.5rem;
		margin: 0;
	}
	
	.contact-page-info {
		padding: 0 0.5rem;
	}
	
	.contact-page-info-form {
		flex-direction: column;
	}
	
	.contact-page-form {
		width: 100%;
		padding: 0 0.5rem;
	}

    #cfsingle-submit {
        max-width: unset;
    }

    .sales-contactform__columns {
        flex-direction: column;
    }

    .sales-contactform__col1 {
        width: 100%;
        max-width: unset;
        padding: 0 0.5rem;
    }

    .sales-contactform__col2 {
        width: 100%;
        flex-direction: row;
        margin-top: 3rem;
    }

    .sales-contactform__callbutton {
        width: 100%;
        max-width: 500px !important;
    }

    .sales-listcontainer li {
        font-size: 14px;
        line-height: 1.5;
    }

    .sales-listcontainer div, .sales-listcontainer ul {
        width: 100%;
        padding-left: 0.5rem;
    }

    .sales-lipushright {
        padding-left: 0 !important;
    }

    .sales-doublelist ul {
        width: 100%;
    }
	
	
/* ---------------------------------------------------------- Checkout (Tablet) ---*/
	
	.about-quote-and-text {
		flex-direction: column;
	}
	
	.about-quote-and-text blockquote {
		width: 100%;
		margin: 0;
		padding: 0;
		padding-bottom: 3rem;
	}
	
	.about-mission-statement p:nth-child(2) {
		font-size: 24px;
		line-height: 1.5;
	}
	
	.about-mission-statement {
		padding: 3rem 1rem;
	}
	
	.checkout-interaction-column {
		width: 100%;
	}

	.checkout-summary-column {
		display: none;
	}
	
	.checkout-complete-container {
		padding-right: 1rem;
		padding-left: 1rem;
		margin: 0 auto;
	}
	
	.checkout-page-nav {
		margin-left: 0;
		margin-right: auto;
	}
	
	.checkout-page-nav ul {
		padding: 1rem 0;
		padding-top: 0.5rem;
	}
	
	.checkout-header .header-american-desktop {
		margin-right: auto;
	}
	
	.woocommerce-thankyou-order-details li {
		font-size: 16px;
		width: 100%;
		margin-bottom: 0.15rem;
		border-right: unset;
		background: #FBFBFB;
		margin-right: 0;
		padding: 0.25rem;
	}
	
	.woocommerce-order-overview__total .woocommerce-Price-amount {
		font-size: 16px;
	}
	
	.checkout-interaction-column {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	.checkout-interaction-column-content {
		padding: 0;
		margin: 0 auto;
	}
	
	.checkout-next-button {
		max-width: 190px;
	}
	.checkout-next-button span, #place_order  {
		font-size: 16px;
	}
	
	.checkout-billing-review {
		margin-top: 1rem;
	}
	
	.checkout-interaction-column, .checkout-complete-container {
		padding-top: 1rem;
	}
	
	.checkout-page .site-branding img {
		padding-right: 0;
		max-width: 108px;
	}
	
	.checkout-columns {
		height: unset;
		flex-direction: column-reverse;
		position: relative;
	}
	
	.checkout-summary-column {
		width: 100%;
		padding: 0.5rem;
		border-left: unset;
		display: block;
		position: absolute;
		z-index: 2;
		top: 96px;
		height: 100vh;
		display: none;
	}
	
	.checkout-summary-column-content {
		margin: 0 auto;
		max-width: unset;
	}
	
	.checkout-cart-review {
		height: 100%;
	}
	
	.checkout-summary-toggle-button {
		display: block;
	}
	
	
/* ---------------------------------------------------------- Blog Page (Tablet) ---*/
	
	.blog-page-post {
		width: 49%;
	}
	
	.menu-blog-categories-container {
		display: none;
	}
	
	.blog-page-nav {
		display: flex;
		width: 100%;
	}
	
	.sticky-top .blog-page-title {
		display: none;
	}
	
	.blog-page-title {
		margin: 0;
		margin-top: 1.5rem;
	}
	
	section.blog-articles {
		padding-top: 0 !important;
	}
	
	.blog-navigation .search-form {
		width: 100%;
		display: none;
	}
	
	.blog-header-section {
		flex-direction: column-reverse;
		margin-top: 0.5rem;
		padding: 0 1rem;
	}
	
	.blog-header .header-row-mobile-only {
		padding: 0;
	}
	
	#mobile-blog-category-nav {
		top: 240px;
	}
	
	.sticky-top #mobile-blog-category-nav {
		top: 165px;
	}
	
	.blog-navigation .search-form .search-submit {
		padding-bottom: 0.75rem;
		width: 35%;
		margin-left: auto;
	}
	
	.blog-navigation .search-form .search-field {
		width: 65%;
	}

	
	
/* ---------------------------------------------------------- Footer (Tablet) ---*/
	
	.footer-shape-divider svg {
		width: calc(700% + 1.3px);
		height: 6px;
	}
	
	.footer-row {
		flex-direction: column;
		width: 100%;
	}
	
	.footer-inner-column {
		max-width: unset;
	}
	
	.company-info-column {
		margin: 2rem 0;
	}
	
	.contact-info-column {
		margin: 3rem 0;
		margin-left: 1rem;
	}
	
	.footer-image-column p {
		text-align: left;
		font-size: 11px;
		max-width: unset;
		margin: 0;
		margin-top: 1rem;
	}
    .footer-logo {
        margin-left: 0.5rem;
    }

    .footer-secure-pay {
        margin-left: 0.5rem;
    }
	
	.row-copyright p {
		text-align: left;
	}

    .footer-business-numbers {
        margin: 0;
        margin-bottom: 1rem;
        margin-right: 2rem;
    }

    .sales-dualcolumnheavy__row {
        flex-wrap: wrap !important;
        padding: 0 0.5rem;
    }

    .sales-dualcolumnheavycol {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }

/* -------------------------------------------------------------------------- Sales Pages (Tablet) ---*/

    .sales-aerolloff .sales-dualcolumnheavy > div {
        flex-wrap: wrap !important;
    }

    .sales-dualcolumnheavy h2, .sales-dualcolumn-textimage__row h2 {
        font-size: 30px !important;
    }

    .sales-conestoga-6 {
        padding: 0 1rem;
    }

    .sales-aeroforce .sales-bluebox {
        flex-wrap: wrap !important;
    }

    .sales-aeroforce .sales-bluebox > figure {
        display: none;
    }

    .sales-dualtext {
        flex-wrap: wrap !important;
    }

    .sales-dualtext > div {
        width: 100% !important;
        padding: 0 !important;
    }

    .sales-aeroforce .sales-bluebox .is-vertical {
        padding: 1rem;
    }

    .sales-checklistrow img {
        max-width: 35px !important;
        min-width: 35px !important;
        max-height: 35px !important;
        min-height: 35px !important;
    }
    
    .sales-heading h1 {
        font-size: 30px !important;
    }

    .heading-trident h1 {
        font-size: 30px !important;
    }

    .sales-dualcolumn-checklist {
        flex-direction: column;
    }

    .sales-dualcolumn-checklist > div:first-of-type {
        margin-right: 0;
    }

    .sales-heading-2 h1 {
        line-height: 1.5;
        margin-bottom: 16px !important;
    }

    .sales-heading-2 > span {
        font-size: 18px !important;
    }
	
}

/* ---------------------------------------------------------- Header ---*/

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

    .main-no-headerfooter {
        padding: 15px !important;
    }

    .thank-you-next > .wp-block-group {
        flex-direction: column;
    }

    .thank-you-next .wp-block-group .wp-block-group {
        margin-bottom: 15px;
    }

    .thank-you-next .wp-block-group figure img {
        width: 100px !important;
    }

    .thank-you-next .wp-block-group h3 {
        position: relative;
        top: 6px;
    }

    .holiday-icon {
        display: none;
    }
    
    .holiday-bold {
        display: none;
    }

    .holiday-announcement span {
        line-height: 1.2;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .header-shortrow_container:has(.holiday-icon) span {
        line-height: 1.2;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .header-shortrow_container:has(.holiday-icon) {
        display: flex;
        flex-wrap: wrap;
    }

    .holiday-icon {
        display: none;
    }

    .header-holiday-notice .header-warning-bold {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
	
	a.header_phonenumber-desktop {
		display: none;
	}
	
	.contact-call-btn-desktop {
		display: none;
	}
	
	.header-row-phone-mobile-only {
		display: flex;
        justify-content: space-between;
	}

    .sales-heading h1 {
        margin-bottom: 0;
    }

    .sales-heading__cta-container a {
        margin: 0 !important;
    }

    .sales-heading__cta:not(:first-of-type) {
        margin-top: 10px !important;
    }

    .sales-addpadding {
        padding: 0 !important;
    }

    .sales-dualcolumn-textimage__row {
        display: flex;
        flex-direction: column;
    }

    .sales-checklistrow {
        padding-right: 0;
    }

    .sales-checklistrow figure {
        margin: 5px 10px 5px 0 !important;
    }

    .sales-dualcolumn-textimage__row figure {
        padding: unset;
    }

    .sales-dualcolumn-textimage__row.sales-imageleft > .wp-block-group:last-of-type, .sales-dualcolumn-textimage__row.sales-imageright > .wp-block-group:first-of-type {
        min-width: unset;
        width: 100%;
    }

    .sales-dualcolumn-textimage__row.sales-imageright > .wp-block-group:last-of-type img, .sales-dualcolumn-textimage__row.sales-imageleft > .wp-block-group:first-of-type img {
        margin: auto !important;
    }

    .sales-dualcolumn-textimage__row.sales-imageright > .wp-block-group:first-of-type {
        margin: auto;
        margin-bottom: 30px;
    }

    .sales-dualcolumn-textimage__row > .wp-block-group {
        width: 100%;
    }

    .sales-heading__cta-row {
        flex-direction: column;
        width: 100%;
    }

    .sales-heading__cta-row li a span {
        font-size: 12px !important;
        width: 100%;
    }

    li.sales-heading__cta {
        margin: auto !important;
        width: 90%;
    }

    .sales-dualcolumn-textimage__row figure img {
        margin-top: 20px;
    }

    .sales-dualcolumnheavy h2, .sales-dualcolumn-textimage__row h2 {
        font-size: 24px !important;
    }

    .thankyou-categories > div figure {
        width: 33%;
        margin-left: auto;
        max-height: 64px;
    }

    .thankyou-categories > div {
        margin: 0;
    }

    .sales-textcolumn-right {
        padding-left: 0;
    }
    
    .sales-textcolumn-right h2 {
        padding-top: 2rem !important;
    }
	
}

@media only screen and (max-width: 450px) { 
	
	main {
		padding: 0 0.5rem !important;
	}

    .not-on-mobile {
        display: none;
    }

    .only-on-mobile {
        display: block;
    }
	
/* ---------------------------------------------------------- Header (Mobile) ---*/
	
	.preheader {
		display: block;
	}
	
	.header-american-desktop {
		display: none;
	}

    .header-shipping-notice span {
        font-size: 14px;
    }

    .sticky-top .header-shipping-notice {
		display: none;
	}

    .main-no-headerfooter .page-title {
        width: 65%;
        margin-top: 0;
    }

    .trison-logo-noheaderfooter {
        width: 80px;
    }
    
	
/* ---------------------------------------------------------- Homepage (Mobile) ---*/

    .homepage-vendors-buttons {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .homepage-vendors-buttons a {
        height: 100px;
    }

    .homepage-hero-text {
        margin: 0;
    }

    .homepage-hero-cta {
        margin: 0.15rem 0.25rem;
        display: flex;
    }
    .homepage-hero-cta-section {
        padding: 0.65rem;
        margin: 0;
    }
    .homepage-hero-cta {
        width: 47%;
    }
    .homepage-hero-cta a {
        padding: 0;
    }
	
	.homepage-categories > .flex-row {
		flex-direction: column;
	}

	
	.homepage-categories-button div {
		width: 100%;
	}

    .homepage-reviews {
        margin-bottom: 0;
    }

    .homepage-reviews-blurb {
        width: 100%;
    }

    .homepage-advert {
        flex-direction: column;
    }

    .contact-column-layout {
        flex-wrap: wrap;
    }

    .contact-column-layout .contact-left, .contact-column-layout .contact-right {
        width: 100%
    }

    .homepage-contact .contact-page-image img {
        width: 100%;
        height: unset;
    }

    .homepage-about-image {
        padding-left: 0;
    }

    .homepage-hero-h2-container {
        height: 65px;
    }

    .homepage-categories-button h3 {
        margin: 0;
        display: flex;
        padding: 1rem 0.5rem;
    }

    .homepage-categories-button {
        padding: 0;
        margin: 0;
        min-height: 0;
        width: 100%;
    }

    .homepage-categories-button-link {
        width: 100%;
        margin: 0.15rem 0;
    }

    .hp-bg-image {
        width: 37%;  
    }

	
/* ---------------------------------------------------------- Contact Page (Mobile) ---*/
	
	.contact-page-image {
		flex-direction: column;
	}
	
	.contact-page-image img {
		width: 100%;
		margin: 0 0 0.5rem 0;
	}
	
	.contact-page-image input {
		margin: 0;
		padding: 0.5rem;
		width: 100%;
	}

    .cfsingle-img-sm {
        display: none;
    }

    .sales-contactform__col2 {
        flex-direction: column;
    }

    .sales-contactform__columns {
        flex-direction: column;
    }

    .sales-contactform__callbutton {
        width: unset;
    }

/* ---------------------------------------------------------- Shop Page (Mobile) ---*/	
	
	.woocommerce-breadcrumb a, .woocommerce-breadcrumb {
		padding-left: 0.25rem;
	}
	
	.shop-page h1 {
		font-size: 26px;
	}
	
	.shop-product-li {
		width: 49%;
	}

    .shop-product-li .woocommerce-Price-amount bdi {
        font-size: 1rem;
    }
	
	.shop-product-li .price {
		margin: 0;
		padding: 0;
		margin-top: auto;
		padding: 0 0.5rem 0.5rem 0.5rem;
	}
	
	.shop-product-link h2 {
		font-size: 16px;
	}
	
	.shop-product-outside-link {
		flex-direction: row;
	}
	
	.shop-product-li .shop-product-mpn {
		text-align: center;
	}
	
	.shop-product-cart form {
		margin-right: 0;
	}
	
	.shop-product-button {
		font-size: 23px;
		margin-right: 0;
	}

    .shop-product-outside-link {
        position: relative;
    }

    .shop-product-outside-link .single_add_to_cart_button {
        font-size: 1.25rem;
    }
	
	
	
/* ---------------------------------------------------------- Product Page (Mobile) ---*/
	
	.single_add_to_cart_button {
		font-size: 1.5rem;
	}
	
	.product-page-related-product {
		width: 49.5%;
	}
	
	
/* ---------------------------------------------------------- Cart (Mobile) ---*/
	
	.sd-cart_image {
		padding-right: 0.5rem;
	}
	
	.sd-cart_item-quantity {
		width: 50%;
		margin: 0 0.2rem;
	}
	
	.sd-cart_item-quantity .quantity {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	.sd-cart_item-quantity input {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.sd-cart_update-button {
		margin-left: auto;
		width: 40%;
	}
	
	.sd-cart_update-button .button {
		width: 100%;
	}
	
	.sd-cart_item_header {
		flex-direction: column;
		width: 67%;
		margin-left: auto;
	}
	
	.sd-cart_item-name h2 {
		font-size: 16px;
	}
	
	.cart_item {
		background: unset;
		padding: 0;
	}
	
	.cart_item > div:first-child {
		background: unset;
		padding: 0;
	}
	
	.sd-cart_item-wrapper {
		padding: 0.5rem;
		position: relative;
		min-height: 170px;
	}
	
	.sd-cart_image {
		position: absolute;
		top: 5px;
		left: 10px;
	}
	
	.sd-cart_item-column {
		width: 100%;
	}
	
	.sd-cart_item_footer {
		width: 75%;
		margin-left: auto;
	}
	
	.sd-cart_item-price {
		margin: 0;
		position: absolute;
		bottom: 11px;
		left: 10px;
	}
	
	.sd-cart_item-quantity input {
		max-width: unset;
	}
	
/* ---------------------------------------------------------- Checkout (Mobile) ---*/

    .delivery-method-input {
        margin: 0 0.65rem 0 0.75rem;
        width: 25px;
        height: 20px;
        position: relative;
        top: 3px;
    }

    .trison-delivery-method label {
        margin-right: 0;
        width: unset;
    }
	
	.wpmc-step-item #order_review {
		padding: 1rem 0.25rem;
	}
	
	td.product-total {
		padding-left: 0.25rem;
	}
	
	.checkout-page-nav ul {
		padding: 0;
	}
	
	.checkout-page-nav li {
		font-size: 11px;
		padding-right: 0.5rem;
		margin-right: 0.5rem;
	}
	
	.checkout-page-nav a {
		font-size: 11px;
	}
	
	.checkout-page-nav ul li span {
		font-size: 11px;
	}
	
	.checkout-page-nav li:after {
		border-bottom: 3px solid transparent;
		border-top: 3px solid transparent;
	}
	
	.checkout-header .header-american-desktop {
		display: flex;
	}
	
	.checkout-review-row {
		flex-wrap: wrap;
		flex-direction: column;
		position: relative;
	}
	
	.checkout-review-row-content {
		padding: 0;
		max-width: 80%;
	}
	
	.checkout-review-row > div:nth-of-type(3) {
		position: absolute;
		right: 5px;
	}
	
	.checkout-interaction-column, .checkout-complete-container {
		padding-top: 0;
	}
	
	.checkout-page .site-branding img {
		padding-right: 0;
		max-width: 108px;
	}
	
	.checkout-summary-column {
		top: 102px;
	}
	


/* ---------------------------------------------------------- Blog Page (Mobile) ---*/
	
	.blog-page-post {
		width: 100%;
	}
	
	.blog-page, .post-template-default main {
		padding: 0 1rem !important;
	}
	
	article.type-post {
		padding: 0;
	}
	
	.blog-category-page-title {
		margin: 0;
		margin-bottom: 0.5rem;
	}
	
	.blog-category-page-header {
		margin-top: 0.5rem;
	}



/* ---------------------------------------------------------- Consent Popup (Mobile) ---*/

    .cky-title {
        margin: 0 !important;
    }

    .cky-notice-btn-wrapper .cky-btn-accept {
        margin-left: 0 !important;
    }

    .cky-notice-btn-wrapper {
        flex-direction: row !important;
    }

    .cky-btn {
        width: 32% !important;
        padding: 7px !important;
        margin: 0.1rem !important;
    }

    .cky-notice-des p {
        font-size: 13px !important;
        padding-bottom: 0.35rem !important;
    }


/* ---------------------------------------------------------------------- Thank You Page (Mobile) ----- */

    #checkout-complete-screen .wc-item-meta li {
        display: list-item;
    }

    #checkout-complete-screen .wc-item-meta {
        list-style: none;
        padding: 0;
    }

/* -------------------------------------------------------------------------- Sales Pages (Mobile) ---*/

    .wp-block-group.sales-dualcolumn-textimage__row {
        flex-wrap: wrap !important;
    }

    .sales-dualcolumn-textimage__row > .wp-block-group {
        width: 100%;
    }

    .sales-dualcolumn-textimage__row figure {
        margin: auto;
        padding: 0;
    }

    .sales-dualcolumn-textimage {
        margin-top: 0;
    }

    .sales-partslink {
        text-align: center;
        flex-wrap: wrap;
    }

    .sales-partslink div {
        width: 100%;
    }

    .sales-partslink a {
        width: 100%;
        margin: auto;
        margin-top: 1rem;
    }

    .sales-imgbtnrow {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .sales-imgbtnrow > div {
        width: unset;
    }

    .sales-aluminum .sales-dualcolumn-textimage > div {
        flex-wrap: wrap !important;
    }

    .sales-aluminum .sales-dualcolumn-textimage > div figure {
        margin-top: 4rem;
    }

    .sales-dualcolumn-textimage__row > .wp-block-group {
        width: 100%;
    }

    .sales-greyboxcolumns {
        flex-wrap: wrap !important;
    }

    .sales-greyboxcolumns > div {
        width: 100%;
    }

    .sales-heading__image {
        padding: 0 0.5rem;
    }

    .sales-heading span {
        font-size: 30px;
    }

    .sales-listcontainer > div {
        flex-wrap: wrap !important;
    }

    .sales-lipushright {
        padding-left: 0.5rem;
        padding-top: 1rem;
    }

    .expanded-product-page .sales-dualcolumn-textimage__row > .wp-block-group:first-of-type {
        width: 100%;
    }

    .expanded-product-page .sales-dualcolumn-textimage__row figure {
        display: none;
    }

    .expanded-product-page .sales-checklistrow {
        padding-right: 0;
    }

    .wp-block-kadence-advancedbtn {
        margin: 50px auto 35px auto !important;
    }

    .wp-block-kadence-advancedbtn a {
        width: 95%;
    }
	
}

.wc-no-matching-variations {
    color: black;
}


@media only screen and (max-width: 550px) { 
    .product-page-related-product:nth-of-type(5) {
        display: none;
    }

    .wc_payment_method {
        padding: 14px 10px !important;
    }

    .wc_payment_method label {
        padding-left: 20px !important;
    }
}