/* @import url("/fonts/lato-blackitalic-webfont.woff");
@import url("/fonts/lato-blackitalic-webfont.woff2");
@import url("/fonts/lato-black-webfont.woff");
@import url("/fonts/lato-black-webfont.woff2");
@import url("/fonts/lato-bolditalic-webfont.woff");
@import url("/fonts/lato-bolditalic-webfont.woff2");
@import url("/fonts/lato-bold-webfont.woff");
@import url("/fonts/lato-bold-webfont.woff2");
@import url("/fonts/lato-italic-webfont.woff");
@import url("/fonts/lato-italic-webfont.woff2");
@import url("/fonts/lato-lightitalic-webfont.woff");
@import url("/fonts/lato-lightitalic-webfont.woff2");
@import url("/fonts/lato-light-webfont.woff");
@import url("/fonts/lato-light-webfont.woff");
@import url("/fonts/lato-regular-webfont.woff");
@import url("/fonts/lato-regular-webfont.woff2");
@import url("/fonts/lato-thinitalic-webfont.woff");
@import url("/fonts/lato-thinitalic-webfont.woff2");
@import url("/fonts/lato-thin-webfont.woff");
@import url("/fonts/lato-thin-webfont.woff2");
@import url("/fonts/montserrat-italic-variablefont_wght-webfont.woff");
@import url("/fonts/montserrat-italic-variablefont_wght-webfont.woff2");
@import url("/fonts/montserrat-variablefont_wght-webfont.woff");
@import url("/fonts/montserrat-variablefont_wght-webfont.woff2");
@import url("/fonts/roboto-italic-variablefont_wdthwght-webfont.woff");
@import url("/fonts/roboto-italic-variablefont_wdthwght-webfont.woff2");
@import url("/fonts/roboto-variablefont_wdthwght-webfont.woff");
@import url("/fonts/roboto-variablefont_wdthwght-webfont.woff2"); */


/*!
Theme Name: PPI
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ppi
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.

PPI 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
        & Search
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
  - Footer
  - Banner
  - Shop
  - Single Product
  - Blog
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# My Stuff

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

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

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

/*! 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%;
  overflow-x: hidden;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 48px;
  margin: 0.67em 0;
}
.overflow-hide {
  overflow-x: hidden;
}
.entry-title {
  text-align: left;
  margin: 50px 0px 10px 0px;
  font-size: 48px;
}

/* 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;
}

h2 {
  margin-top: 20px;
}

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: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

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%;
}
.p-no-margin {
  margin: 0px;
}
/* Links
--------------------------------------------- */
a {
  color: #b70020;
  text-decoration: underline;
}
p a {
  color: #b70020;
  text-decoration: underline !important;
}

a:visited {
  color: #525252;
  text-decoration: underline;
}

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

a:focus {
  outline: thin dotted;
}

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

.hidden-link {
  color: #404040 !important;
  text-decoration: none !important;
  margin: 0px;
}

/* 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
--------------------------------------------- */

.site-header {
  background-color: white;
}

.header-grey-bar {
  height: 35px;
  background-color: #eeeeee;
  display: flex;
  flex-direction: row;
  justify-content: right;
  padding-right: 200px;
  gap: 50px;
  align-items: center;
}
.header-grey-bar-items {
  padding: 0px 0px 0px 60px;
}
.header-grey-bar-list {
  margin: 0px;
  /* width: 100% !important; */
}
.header-grey-bar-list a {
  font-size: 13px;
  color: black !important;
  text-decoration: none;
}
.header-grey-bar-list a:hover {
  font-size: 13px;
  color: black;
  text-decoration: underline;
}
.header-logo-bar {
  height: 100px;
  width: calc(100% - 409px);
  margin-top: 10px;
  margin-left: calc(200px + 9px);
  margin-right: 200px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-logo-link {
  width: 350px;
}
.logo-bar-icons {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.logo-bar-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.logo-bar-icon-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  display: none;
}
.logo-bar-icon-search i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-bar-icon-img {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  color: #b70020;
}
.logo-icon-text {
  color: black !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  width: 65px;
}
.cart-items {
  font-weight: 400;
}
.main-navigation {
  display: block;
  width: calc(100% - 400px);
  margin-left: 200px;
  margin-right: 200px;
}

.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);
  border-top: solid 4px #b70020;
  float: left;
  position: absolute;
  top: 0px;
  left: -999em;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  background-color: white;
  margin-top: 45px;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  z-index: 99998;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  margin-top: 0px;
  padding-left: 10px;
  margin-left: 213px;
  border: none;
	
}

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

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

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


.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul li:hover {
  left: auto;
  background-color: #f3f3f3;
}
.main-navigation ul ul ul li:hover {
  left: auto;
  background-color: #f1f1f1;
}

.main-navigation li {
  position: relative;
  padding: 8px 12px;
  margin: 0px;
}
.main-navigation li a{
  margin: 0px;
  padding-bottom: 5px;
}

.main-navigation li ul li {
  position: relative;
  padding: 12px 12px;
  margin: 0px;
}
.main-navigation  ul ul ul li {
    position: relative;
    padding: 1px 12px;
    margin: 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 660;
  font-size: 16px;
  color: black !important;
}
.site-header {
  border-bottom: solid 4px #b70020;
}
.site-title {
  display: none;
}
.mobile-search-bar {
  display: none;
}
.mobile-logo-container {
	display: none !important;
}
@media screen and (max-width: 1750px) {
  .header-logo-bar {
    width: calc(100% - 359px);
    margin-left: calc(175px + 9px);
    margin-right: 175px;
  }
  .header-grey-bar {
    padding-right: 175px;
  }
  .main-navigation {
    width: calc(100% - 350px);
    margin-left: 175px;
    margin-right: 175px;
  }
}
@media screen and (max-width: 1650px) {
  .header-logo-bar {
    width: calc(100% - 269px);
    margin-left: calc(130px + 9px);
    margin-right: 130px;
  }
  .header-grey-bar {
    padding-right: 130px;
  }
  .main-navigation {
    display: block;
    width: calc(100% - 260px);
    margin-left: 130px;
    margin-right: 130px;
  }
}
@media screen and (max-width: 1550px) {
  .header-logo-bar {
    width: calc(100% - 209px);
    margin-left: calc(100px + 9px);
    margin-right: 100px;
  }
  .header-grey-bar {
    padding-right: 100px;
  }
  .main-navigation {
    display: block;
    width: calc(100% - 200px);
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1470px) {
  .header-logo-bar {
    width: calc(100% - 139px);
    margin-left: calc(65px + 9px);
    margin-right: 65px;
  }
  .header-grey-bar {
    padding-right: 65px;
  }
  .main-navigation {
    display: block;
    width: calc(100% - 130px);
    margin-left: 65px;
    margin-right: 65px;
  }
}
@media screen and (max-width: 1360px) {
  .recent-blog-section {
    display: none;
  }
  .wp-block-latest-posts__list {
    display: none;
  }
}
@media screen and (max-width: 1335px) {
  .header-logo-bar {
    height: 80px;
    width: calc(100% - 49px);
    margin-left: calc(20px + 9px);
    margin-right: 20px;
  }
  .header-grey-bar {
    padding-right: 20px;
  }
  .main-navigation {
    display: block;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1025px) {
  /* Mobile Header Start */
  .header-logo-bar {
    height: 80px;
    width: calc(100% - 49px);
    margin-left: calc(0px + 9px);
    margin-right: 20px;
  }
  .header-grey-bar {
    padding-right: 20px;
  }
}
/* & Search
----------------------------------- */
.search-form {
  padding: 12px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.search-form label {
  width: 100%;
}
.search-form .search-field {
  padding: 13px;
  width: 100%;
  border-radius: 0px;
}

.search-form .search-field:focus {
  outline: solid 1px black;
}

/* .search-form .search-submit {
  padding: 11px 16px;
  border-radius: 0px;
}

.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px;
}
.search-form .search-submit .input[type="submit"] {
  font-family: "Font Awesome 5 Free";
  font-size: 1.3333333333333333em;
  font-weight: 900;
} */
.search-submit {
  background-image: url("https://www.partitionplus.com/wp-content/uploads/2023/06/iconmonstr-magnifier-2-48-1.png") !important;
  background-repeat: no-repeat !important;
  display: flex;
  flex-direction: column;
  padding: 9.6px 19px !important;
}
.logo-bar-search {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.search-text {
  display: flex;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #ccc;
  border-right: none;
  align-self: center;
  align-items: center;
  padding: 0px 2.5em 0px 23px;
  color: rgb(155, 155, 155);
}
.search-submit-button {
  width: 65px;
  height: 48px;
  background-color: #eeeeee;
  color: #b70020;
  align-self: center;
  border: solid 1px #ccc;
  border-radius: 0px 6px 6px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 100px 5%;
  justify-content: space-between;
}
.search-list article {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.search-list article .entry-title {
  align-items: center;
  text-align: center;
}
.search-list article .post-thumbnail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-list .type-post img {
  width: 100%;
  height: 300px;
}
.search-list .type-page img {
  width: 100%;
  height: 300px;
}
.search-list .type-product img {
  width: 80%;
  height: 300px;
}
.search-list article .entry-summary {
  display: none;
}
.search-list article .entry-footer {
  display: none;
}
.search-list article .entry-meta {
  display: none;
}
.search-list article h2 {
  margin-top: 20px;
  line-height: 20px;
}
.search-list article h2 a {
  color: black;
  font-size: 16px;
}
.search-list article h2 a:hover {
  color: #b70020;
}
.search-list .posts-navigation {
  display: none;
}
@media screen and (max-width: 1000px) {
  .search-list article {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .search-list article {
    width: 90%;
  }
  .search-list {
    justify-content: center;
  }
}

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

@media screen and (min-width: 1057px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    gap: 30px;
  }
  .main-navigation ul ul {
    display: flex;
    gap: 0px;
  }
}
@media screen and (max-width: 1056px) {
  .header-grey-bar {
    display: none;
  }
  .logo-bar-icons {
    /* display: none !important; */
  }
  .main-navigation ul ul ul {
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    float: none;
    position: relative;
    background-color: white;
    margin-top: 0;
    padding-left: 10px;
    margin-left: 0px;
    border: none;
}
  .main-navigation ul ul ul li {
    position: relative;
    padding: 0px 24px;
    margin: 0;
}
  .main-navigation ul ul li:hover {
    left: auto;
    background-color: white;
}
  .main-navigation ul ul ul li:hover {
    left: auto;
    background-color: white;
}
  .main-navigation ul ul li a:hover {
    left: auto;
    background-color: #f3f3f3;
}
  .main-navigation ul ul ul li a:hover {
    left: auto;
    background-color: #f3f3f3;
}
}
.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;
}

.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;
}
.wp-block-post-featured-image img {
  width: 100%;
  height: 250px;
}
.blog-category-title {
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto";
  margin: 40px 0px 20px 0px;
}
.wp-block-group {
  padding: 15px !important;
}
.wp-block-group__inner-container {
  width: 100%;
}
.wp-block-categories {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.wp-block-categories li {
  padding: 5px 0px;
  color: black;
  text-decoration: none;
}
.wp-block-categories li a {
  color: black;
  text-decoration: none;
}
.wp-block-categories li a:hover {
  color: black;
  text-decoration: underline;
}
.wp-block-post-terms a {
  color: black;
  font-size: 16px;
  text-decoration: none;
}
.wp-block-post-title {
  display: flex;
  margin-top: 8px;
}
.wp-block-post-title a {
  color: black;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.wp-block-query-pagination {
  margin-top: 30px;
}
.wp-block-query-pagination a {
  font-size: 20px;
  color: black;
  text-decoration: none;
}
.wp-block-query-pagination-numbers span {
  font-size: 20px;
}
.wp-block-query-pagination-numbers a {
  font-size: 16px;
  color: grey;
  text-decoration: none;
}
/* 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;
}

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

.site-footer {
  height: 250px;
  background-color: #eeeeee;
  padding-top: 10px;
  margin-top: 50px;
}
#menu-footer-menu {
  margin: 0px;
  padding: 0px;
}
.bottomMenu {
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 200px;
  margin-right: 200px;
  margin-top: 22px;
}
.bottomMenu ul {
  display: flex;
  flex-direction: row;
  gap: 11vw;
}
.bottomMenu li {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  font-size: 16px;
  margin: 0px;
}
.bottomMenu li li {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  font-size: 16px;
}
.bottomMenu li a {
  color: black;
  line-height: 16px;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 7px 15px 3px;
  margin: 0px;
}
.bottomMenu li li a {
  color: black;
  line-height: 16px;
  text-decoration: none;
  font-weight: normal;
  padding: 5px 7px 5px 3px;
  margin: 0px;
}
.bottomMenu ul ul {
  display: inline;
  margin: 0px;
}
.bottomMenu li a:hover {
  cursor: pointer;
}
.bottomMenu li li a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.bottomMenu li:last-child > a {
  border-right: none;
}
.sub-menu {
  margin-left: 0px;
  padding-left: 0px;
}
.footer-contact-menu {
  display: flex;
  flex-direction: column;
}
.footer-contact-menu p {
  margin: 0px;
  color: black;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 7px 15px 3px;
}
.footer-contact-menu a {
  margin: 0px;
  color: #0d0d0d !important;
  line-height: 16px;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 7px 5px 3px;
}
.footer-contact-menu a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.footer-logo-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo-menu img {
  width: 317px;
}
.footer-social-logos {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 10px;
}

.footer-social-logos img {
  width: 40px;
}

@media screen and (max-width: 1750px) {
  .bottomMenu {
    margin-left: 175px;
    margin-right: 175px;
  }
}
@media screen and (max-width: 1650px) {
  .bottomMenu {
    margin-left: 130px;
    margin-right: 130px;
  }
}
@media screen and (max-width: 1550px) {
  .bottomMenu {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1470px) {
  .bottomMenu {
    margin-left: 65px;
    margin-right: 65px;
  }
}
@media screen and (max-width: 1335px) {
  .bottomMenu {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-logo-menu img {
    width: 200px;
  }
  .footer-social-logos img {
    width: 40px;
  }
}
@media screen and (max-width: 850px) {
  .bottomMenu {
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 22px;
    gap: 50px 20px;
  }
  .site-footer {
    height: 400px;
  }
}
@media screen and (max-width: 452px) {
  .site-footer {
    height: 550px;
  }
}
@media screen and (max-width: 434px) {
  .bottomMenu {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 22px;
    gap: 50px 20px;
  }
  .site-footer {
    height: 800px;
  }
}
/* Banner
--------------------------------------------- */
.banner {
  width: 100%;
}

/* Shop
--------------------------------------------- */
.shop-columns {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 80px;
}
.shop-sidebar h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: solid 1.5px #cecece;
}
.bapf_sfilter {
  margin-bottom: 50px;
}
.added_to_cart a {
  color: #b70020 !important;
  margin-top: 5px !important;
  text-decoration: underline !important;
}
.woocommerce-loop-product__link {
  text-decoration: none;
}
.woocommerce-loop-product__link:hover {
  text-decoration: none !important;
}

.star-rating span::before {
    color: #e1b141 !important;
}

/* Single Product
--------------------------------------------- */
.single-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 50px;
}
/* .woocommerce-product-gallery {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 2px #ccc;
  float: left;
  margin-bottom: 50px;
} */
.woocommerce-product-gallery__image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-viewport {
  width: 100%;
  height: 100% !important;
}
/* .flex-control-thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  margin: 30px 0px 0px 0px;
  padding: 0px;
} */
.flex-control-thumbs li {
  width: 60px;
}
.entry-summary {
  width: 60%;
  float: right;
}
.wc-tabs {
  /* display: block; */
  /* display: grid; */
}
/* .woocommerce-tabs {
  grid-column: 1/3;
  grid-row: 2/3;
  display: inline-block;
  margin-top: 10px;
} */
.wc-tabs {
  display: none;
  flex-direction: row;
  gap: 50px;
}
.description_tab {
  border: solid 1px #ccc;
  padding: 5px 20px;
  color: #000;
  text-decoration: none;
}
.woocommerce-Tabs-panel--additional_information {
  /* display: inline !important; */
}
.woocommerce-Tabs-panel--additional_information h2 {
  margin-top: 50px;
}
.description_tab a {
  color: #000;
  text-decoration: none;
}
.related {
  grid-column: 1/3;
  grid-row: 3/4;
  align-content: center;
}
/* .upsells {
  grid-column: 1/3;
  grid-row: 3/4;
} */
.entry-summary {
  margin: 0px 0px 50px 0px;
}
.entry-summary .product-title {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0px !important;
  text-align: left;
}
.entry-summary h1 {
  margin-top: 20px !important;
}
.entry-summary .price {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 28px;
}
.product-banner-box {
  width: 100%;
  height: 100px;
  border: solid 1px #ccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 30px;
  padding: 25px 35px;
}
.product-banner-box-link {
  text-decoration: none;
  color: black;
}
.product-banner-box-link:hover {
  text-decoration: none;
  color: black;
}
.product-banner-box-link:visited {
  text-decoration: none;
  color: black;
}
.product-banner-box img {
  width: 35px;
  height: 35px;
}
.product-banner-box p {
  margin-bottom: 40px;
  padding: 0px;
  width: 35px;
  height: 35px;
}
.banner-box-bold {
  font-weight: 700;
}
@media screen and (max-width: 1156px) {
  .banner-box-reg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .shop-columns {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content 1fr;
    gap: 0px;
  }
  .term-description {
    display: none;
  }
  .shop-ordering-flex {
    align-items: flex-start;
}
}
@media screen and (max-width: 745px) {
  .woocommerce-product-gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border: solid 2px #ccc; */
    /* float: left; */
    /* margin-bottom: 50px; */
  }

  .entry-summary {
    width: 100%;
    /* float: right; */
  }
}
.woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 28px;
  gap: 30px;
}
.single_variation_wrap {
  width: 100%;
}
.variations .label {
  margin: 0px;
  padding: 20px 0px;
  font-size: 20px;
  text-align: left;
}
.entry-summary form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 28px;
  gap: 10px;
}
.variations_form {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  gap: 00px;
}
.reset_variations {
  margin-left: 10px;
  color: #b70020;
}
.value select {
  border-radius: 0px;
  font-size: 18px;
  padding: 5px 10px;
}
.value select:focus {
  border-radius: 0px;
  outline: solid 1px black;
}
.value select option {
  border-radius: 0px;
}
.cart-grey-line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 40px;
}
.single_add_to_cart_button {
  padding: 15px 75px;
  text-align: center;
  background-color: #b70020;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  cursor: pointer;
  border-radius: 0px;
  border: none;
}
.single_add_to_cart_button:hover {
  background-color: #323232;
}
.add_to_cart_button:hover {
  text-decoration: none !important;
}
.product_meta {
  display: flex;
  flex-direction: column;
}
.quantity input[type="number"] {
  padding: 12px;
  width: 60px;
  text-align: center;
  border-radius: 0px;
}
.quantity input[type="number"]:focus {
  outline: solid 1px black;
  border-radius: 0px;
}
.posted_in a {
  color: #b70020;
}

.woocommerce-Tabs-panel h2 {
  /* margin-top: 85px; */
  font-size: 22px;
  border-bottom: solid 1px #b70020;
}
.woocommerce-Tabs-panel a {
  color: #b70020;
}

/* .woocommerce-product-attributes-item__label {
  width: 200px;
  border-right: solid 1px #ccc;
} */
.woocommerce-product-attributes-item__value {
  padding-left: 50px;
}
.related h2 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 32px;
}
/* .upsells h2 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 32px;
} */
.single_variation_wrap:has(.wc-pao-addons-container) .woocommerce-variation {
  display: none !important;
}
.site-main:has(.product_cat-toilet-partitions) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img{
  width: 600px !important;
}


.woocommerce-variation-price .price {
  display: inline !important;
}
.wc-pao-addon-image-swatch-selected-swatch {
  margin: 20px 0px;
}
/* Mini-Cart
--------------------------------------------- */
.wc-block-mini-cart {
  visibility: visible !important;
}
.wp-block-woocommerce-mini-cart button {
  margin-top: 20px;
  height: 0px !important;
}
.wp-block-woocommerce-mini-cart button {
  font-size: 28px !important;
  color: #b70020 !important;
}
.wp-block-woocommerce-mini-cart:hover button {
  cursor: pointer;
  color: #323232 !important;
}
.chw-widget-area {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
}
.logo-bar-icon-img {
  width: 50px !important;
  height: 50px !important;
  font-size: 50px !important;
  margin-right: 5px!important;
  color: #b70020 !important;
}

.wp-block-woocommerce-mini-cart-products-table-block
  .wc-block-cart-item__product
  .wc-block-components-product-metadata {
  display: none !important;
}
.wp-block-woocommerce-mini-cart-products-table-block
  .wc-block-cart-item__product
  .wc-block-cart-item__prices
  span {
  font-size: 18px !important;
}
.wp-block-woocommerce-mini-cart-products-table-block
  .wc-block-cart-item__total
  .wc-block-components-product-price
  span {
  margin-top: 10px !important;
}
.wp-block-woocommerce-mini-cart-footer-block
  .wc-block-mini-cart__footer-actions
  .wc-block-mini-cart__footer-checkout {
  background-color: #b70020 !important;
  color: white !important;
  text-decoration: none !important;
}
.wp-block-woocommerce-mini-cart-footer-block
  .wc-block-mini-cart__footer-actions
  .wc-block-mini-cart__footer-cart {
  text-decoration: none !important;
}
.wp-block-woocommerce-mini-cart-footer-block
  .wc-block-mini-cart__footer-actions
  .wc-block-mini-cart__footer-checkout:hover {
  background-color: #323232 !important;
}
.wc-block-mini-cart__drawer .components-modal__header .components-button {
  top: 10px !important;
}
.wc-block-mini-cart__drawer .components-modal__header .components-button:hover {
  cursor: pointer !important;
}
.wp-block-woocommerce-mini-cart-products-table-block
  .wc-block-cart-item__product
  .wc-block-cart-item__remove-link {
  cursor: pointer !important;
}
.wc-block-components-product-name {
  font-family: "roboto" !important;
  color: black !important;
}
.wc-block-components-product-name:hover {
  color: #b70020 !important;
}
:where(.wc-block-mini-cart__badge) {
    background-color: #b70020 !important;
    color: white !important;
}
/* Cart
--------------------------------------------- */

.woocommerce-cart-form {
  border-collapse: collapse;
  border-spacing: 0 100px;
  width: 100%;
}
.woocommerce-cart-form__cart-item {
  width: 100%;
}
.woocommerce-cart-form tr th {
  padding-bottom: 10px;
  border-bottom: solid 2px #b70020;
}
.woocommerce-cart-form tbody {
  padding-top: 40px;
  /* border-bottom: solid 2px #b70020; */
  border-collapse: collapse;
  width: 80%;
}
.woocommerce-cart-form tbody tr td {
  padding: 20px 0px;
  border-bottom: solid 1px #ccc;
}
.woocommerce-cart-form tbody tr .actions {
  padding: 20px 0px;
  width: 100%;
  border-bottom: none;
}
.product-remove a {
  background-color: #b70020;
  padding: 5px 10px;
  border-radius: 100%;
  color: white;
  text-decoration: none;
}
.product-remove a:hover {
  background-color: #323232;
}
.product-name a {
  color: black !important;
  font-weight: 400;
}
.product-subtotal {
  color: black;
  font-weight: 700;
}

.product-quantity input[type="number"] {
  border-radius: 0px;
}
.actions button {
  float: right;
  padding: 15px 24px;
  text-align: center;
  background-color: #b70020;
  border: none;
  border-radius: 0px;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  cursor: pointer;
}
.actions button:hover {
  background-color: #323232;
}

.coupon {
  float: left;
}
.coupon input[type="text"] {
  border-radius: 0px;
  padding: 12px 24px;
  margin-right: 10px;
}
.coupon input[type="text"]:focus {
  outline: solid 1px black;
}
.coupon .button {
  padding: 15px 24px;
  text-align: center;
  background-color: #686868;
  border: none;
  border-radius: 0px;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  cursor: pointer;
}
.coupon .button:hover {
  background-color: #323232;
}

.cart_totals {
  display: inline-block;
  float: right;
  width: 40%;
  background-color: #eee;
  padding: 32px;
}
.cart_totals h2 {
  margin-top: 0px;
}
.shop_table {
  padding: 20px;
}
.cart-subtotal th {
  padding: 10px;
}
.cart-subtotal td {
  padding: 10px;
}
.woocommerce-shipping-totals th {
  padding: 10px;
}
.woocommerce-shipping-totals td {
  padding: 10px;
}
.woocommerce-shipping-totals td {
  list-style: none;
  padding-left: 0px;
}
.tax-rate th {
  padding: 10px;
}
.tax-rate td {
  padding: 10px;
}
.order-total th {
  border-top: solid 1px #ccc;
  padding: 10px;
}
.order-total td {
  border-top: solid 1px #ccc;
  padding: 10px;
}
.wc-proceed-to-checkout {
  float: right;
  padding: 15px 24px;
  text-align: center;
  background-color: #b70020;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  margin-top: 0px;
  cursor: pointer;
}
.wc-proceed-to-checkout:hover {
  background-color: #323232;
}
.wc-proceed-to-checkout a {
  font-size: 20px;
  color: white !important;
  text-decoration: none;
}
.woocommerce-info {
  width: 100%;
  padding: 20px;
  background-color: #eee !important;
}
.return-to-shop {
  padding: 15px 24px;
  text-align: center;
  background-color: #b70020;
  width: 200px;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  margin-top: 0px;
  cursor: pointer;
}
.return-to-shop a {
  color: white !important;
  text-decoration: none !important;
}
.return-to-shop:hover {
  background-color: #323232;
}

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

.woocommerce-form-coupon-toggle {
  width: 100%;
}
.woocommerce-form-coupon-toggle a {
  color: #b70020;
}
.woocommerce-form-coupon .form-row input {
  border-radius: 0px;
  padding: 10px;
}
.woocommerce-form-coupon .form-row input:focus {
  border-radius: 0px;
  padding: 10px;
  outline: solid 1px black;
}
.woocommerce-form-coupon .form-row .button {
  padding: 15px 24px;
  text-align: center;
  background-color: #b70020;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  margin-top: 0px;
  cursor: pointer;
  border-radius: 0px;
  border: none;
}
.woocommerce-form-coupon .form-row .button:hover {
  background-color: #323232;
}
.checkout {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}

.col2-set {
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 20px 0px;
  margin-right: 50px;
}
#order_review_heading {
  grid-column: 2/3;
  grid-row: 1/2;
  display: inline-block;
  padding: 20px 20px 20px 20px;
}
#billing_address_1_field {
  margin-bottom: 5px;
}
#billing_address_2_field {
  margin-top: 0px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0px;
}
.woocommerce-checkout-review-order {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: 84px;
}
.woocommerce-error {
  margin-right: 40px;
}
.col-1 .woocommerce-billing-fields {
  display: flex;
  flex-direction: column;
}
.col-1 .woocommerce-billing-fields .form-row-first {
  width: 45.4545454545%;
  float: left;
  margin-right: 9.0909090909%;
  margin-bottom: 15px;
}
.col-1 .woocommerce-billing-fields .form-row-last {
  width: 45.4545454545%;
  float: right;
  margin-bottom: 15px;
}
.col-1 .woocommerce-billing-fields .form-row-wide {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 20px 0px;
}
.col-1 .woocommerce-billing-fields input[type="text"] {
  padding: 10px;
  border-radius: 0px;
  width: 100%;
  margin-top: 5px;
}
.col-1 .woocommerce-billing-fields input[type="text"]:focus {
  padding: 10px;
  border-radius: 0px;
  outline: solid 1px black;
}
.order-review .woocommerce-checkout-payment .place-order p {
  margin: 20px 20px;
}
.col-1 .woocommerce-input-wrapper input[type="tel"] {
  padding: 10px;
  border-radius: 0px;
  width: 100%;
  margin-top: 5px;
}
.col-1 .woocommerce-billing-fields input[type="tel"]:focus {
  padding: 10px;
  border-radius: 0px;
  outline: solid 1px black;
}
.col-1 .woocommerce-input-wrapper input[type="email"] {
  padding: 10px;
  border-radius: 0px;
  width: 100%;
  margin-top: 5px;
}
.col-1 .woocommerce-billing-fields input[type="email"]:focus {
  padding: 10px;
  border-radius: 0px;
  outline: solid 1px black;
}

.col-2 .woocommerce-shipping-fields {
  display: flex;
  flex-direction: column;
}
.col-2 .woocommerce-shipping-fields .form-row-first {
  width: 45.4545454545%;
  float: left;
  margin-right: 9.0909090909%;
  margin-bottom: 15px;
}
.col-2 .woocommerce-shipping-fields .form-row-last {
  width: 45.4545454545%;
  float: right;
  margin-bottom: 15px;
}
.col-2 .woocommerce-shipping-fields .form-row-wide {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 20px 0px;
}
.col-2 .woocommerce-shipping-fields input[type="text"] {
  padding: 10px;
  border-radius: 0px;
  width: 100%;
  margin-top: 5px;
}
.col-2 .woocommerce-shipping-fields input[type="text"]:focus {
  padding: 10px;
  border-radius: 0px;
  outline: solid 1px black;
}
.col-2 .woocommerce-shipping-fields input[type="tel"]:focus {
  padding: 10px;
  border-radius: 0px;
  outline: solid 1px black;
}
.col-2 .woocommerce-shipping-fields input[type="email"]:focus {
  padding: 10px;
  border-radius: 0px;
  outline: solid 1px black;
}

.col-2 .woocommerce-additional-fields textarea {
  padding: 10px;
  border-radius: 0px;
  width: 100%;
  margin-top: 5px;
}
.col-2 .woocommerce-additional-fields textarea:focus {
  padding: 10px;
  border-radius: 0px;
  outline: solid 1px black;
}
.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
  margin: 20px;
}
.woocommerce-checkout-review-order-table tr {
  text-align: left;
}
.woocommerce-checkout-review-order-table thead th {
  padding: 20px 10px 20px 10px;
  background-color: #eeeeee;
}
.woocommerce-checkout-review-order-table thead td {
  background-color: #eeeeee;
}
.woocommerce-checkout-review-order-table tbody td {
  padding: 10px;
}
.woocommerce-checkout-review-order-table tbody .product-name {
  padding: 20px 10px 20px 30px;
}
.woocommerce-checkout-payment ul {
  list-style-type: none;
  padding-left: 20px;
}
.woocommerce-terms-and-conditions-wrapper {
  padding: 0px 0px 0px 40px;
}
.woocommerce-checkout-review-order-table .cart-subtotal th {
  border-top: solid 1px #ccc;
  padding: 10px;
}
.woocommerce-checkout-review-order-table .cart-subtotal td {
  border-top: solid 1px #ccc;
  padding: 10px;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
  border-top: none;
  padding: 10px;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
  border-top: none;
  padding: 10px;
}
.woocommerce-checkout-review-order-table .tax-rate th {
  border-top: none;
  padding: 10px;
}
.woocommerce-checkout-review-order-table .tax-rate td {
  border-top: none;
  padding: 10px;
}
.woocommerce-checkout-review-order-table .tax-rate td ul {
  list-style-type: none;
  padding: 0px;
}
.woocommerce-checkout-review-order-table .order-total th {
  border-top: none;
  padding: 10px;
}
.woocommerce-checkout-review-order-table .order-total td {
  border-top: none;
  padding: 10px;
}
.woocommerce-checkout-review-order-table .order-total th {
  border-top: none;
  padding: 10px;
}
.woocommerce-checkout-review-order-table .order-total td {
  border-top: none;
  padding: 10px;
}
.woocommerce-checkout-payment {
  padding-top: 30px;
  border-top: solid 2px #eee;
}
.woocommerce-checkout-payment fieldset {
  border: none;
  background-color: #eee;
  padding: 20px;
}
.wc-authorize-net-cim-credit-card-new-payment-method-form label {
  margin-right: 30px;
}
#place_order {
  padding: 20px 80px;
  text-align: center;
  background-color: #b70020;
  font-size: 22px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  border: none;
  border-radius: 0;
  float: right;
  margin-top: 20px;
}
#place_order:hover {
  background-color: #323232;
}
@media screen and (max-width: 1000px) {
  .checkout {
    display: grid;
    /* align-items: center;
    justify-content: center; */
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.1fr;
  }
  .col2-set {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 20px 0px;
    margin-right: 0px;
  }
  .woocommerce-checkout-review-order {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 50px;
  }
  .woocommerce-checkout-review-order-table {
    border-collapse: collapse;
    margin: 20px 0px;
  }
  #order_review_heading {
    grid-column: 1/2;
    grid-row: 2/3;
    display: inline-block;
    align-self: start;
    padding: 0px 0px 00px 0px;
  }
}
@media screen and (max-width: 500px) {
  .checkout {
    display: grid;
    /* align-items: center;
    justify-content: center; */
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;
  }
}
/* Blog
--------------------------------------------- */

.blog-columns-grid {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-gap: 2em;
}
.blog-column-left a {
  padding: 5px 0px;
  color: black;
  text-decoration: none;
}
.blog-column-left a:hover {
  text-decoration: underline;
}
.blog-column-left div {
  margin: 25px 0px;
}
.blog-column-right h1 {
  margin: 40px 0px 20px 0px;
}
.blog-column-right h2 {
  color: #404040;
}
.blog-column-right h2 a {
  color: #404040;
  font-size: 24px;
  text-decoration: none;
}
.blog-column-right h2 a:visited {
  color: #404040;
}
.blog-column-right a {
  color: #b70020;
  text-decoration: underline;
}
.blog-column-right a:visited {
  color: #b70020;
}
.blog-column-right img {
  display:block;
  margin: auto;
  max-width: 80%;
  height:auto;
}
.wp-block-post a {
  color: black !important;
}
.wp-block-latest-posts a {
  color: black !important;
}
/*--------------------------------------------------------------
# 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 {
  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;
}

/*--------------------------------------------------------------
# My Stuff
--------------------------------------------------------------*/

.our-materials-section {
  font-family: "Roboto";
  margin-top: 80px;
}
.our-materials-section h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 60px 39px 60px;
  text-align: center;
}
.our-materials-section h3 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
}
.hidden {
  display: none !important;
}
.center {
  text-align: center;
}
body {
  margin: 0px;
  font-family: "Roboto";
}
h2 {
  font-weight: bold;
  font-size: 40px;
  font-family: "Roboto";
  margin-top: 60px;
  margin-bottom: 20px;
}
h3 {
  font-weight: bold;
  font-size: 24px;
  font-family: "Roboto";
  margin-top: 40px;
  margin-bottom: 10px;
}
a,
p,
ul,
li {
  font-size: 16px;
  font-family: "Roboto";
  margin: 15px 0px;
}
a {
  color: #b70020;
  cursor: pointer;
  text-decoration: underline;
}
a:visited {
  color: #af001d;
  text-decoration: underline;
}
.centered-text {
  text-align: center;
  margin-bottom: 100px;
}
p:empty {
  height: 0;
  margin: 0;
  padding: 0;
  display: none;
}
a:empty {
  height: 0;
  margin: 0;
  padding: 0;
  display: none;
}
.red-link {
  color: #b70020;
  text-decoration: underline;
}
.black-header-link:hover {
  color: black;
  text-decoration: none;
}
.red-link:visited {
  color: #af001d;
  text-decoration: underline;
}
.red-button-header {
  padding: 15px 24px;
  text-align: center;
  background-color: #b70020;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  margin-top: 80px;
  cursor: pointer;
}
.red-button-header:hover {
  background-color: #323232;
  text-decoration: none !important;
}
.red-button {
  padding: 15px 24px;
  text-align: center;
  background-color: #b70020;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  margin-top: 80px;
}
.red-button:hover {
  background-color: #323232;
  text-decoration: none !important;
}

.black-button {
  padding: 15px 24px;
  text-align: center;
  background-color: #323232;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  margin-top: 80px;
}
.button-flex-width {
  padding: 15px 3vw !important;
}
@media screen and (min-width: 2250px) {
.button-flex-width {
  padding: 15px 3.0vw !important;
}
}
.black-button:hover {
  background-color: rgb(113, 113, 113);
  text-decoration: none !important;
}
.bapf_reset {
  background: #323232 !important;
  border-radius: 0px !important;
}

.both-side-padding h2 {
  /* margin: 64px 210px 0px 210px; */
  width: 80%;
  text-align: center;
  margin: auto;
}
.both-side-padding p {
  font-size: 20px;
  margin: 16px 210px 0px 210px;
}
.material-left-grid {
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-template-rows: 650px;
  grid-column-gap: 150px;
  width: 100%;
  margin: auto;
  /* align-items: center; */
}
.material-img-right {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
}
.material-text-left {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: center;
  margin-left: 50px;
}
.material-right-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 4fr 3fr;
  grid-template-rows: 650px;
  grid-column-gap: 150px;
  /* background-color: #f3f3f3; */
  margin: auto;
  align-items: center;
}

.grey-background-material {
  /* grid-column: 1/3;
  grid-row: 1/2;
  background-color: #f3f3f3;
  z-index: 0;
  width: 100vw; */
  position: absolute;
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100vw;
  height: 650px;
  justify-self: center;
  background-color: #f3f3f3;
  z-index: 0;
  overflow-x: hidden;
  margin: 0px;
}

.material-img-left {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.material-text-right {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: center;
  z-index: 2;
  margin-right: 50px;
}

.red-button-2 {
  background-color: #b70020;
  border: none;
  color: white;
  padding: 12px 24px;
  font-size: 17px;
  text-decoration: none;
  font-family: "Montserrat";
}
.red-button-2:hover {
  background-color: #323232;
  cursor: pointer;
}

.extras-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr 1fr;
}

.privacy {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 45px;
  background-color: #f3f3f3;
  padding: 48px 64px;
}
.privacy p {
  padding-left: 16px;
  margin-bottom: 40px;
}
.ada {
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 45px;
  background-color: #0d0d0d;
  padding: 48px 64px;
  color: white;
}
.ada p {
  padding-left: 16px;
  margin-bottom: 40px;
}
.hardware {
  grid-column: 1/3;
  grid-row: 2/3;
  margin: 45px;
  background-color: #d7d7d7;
  padding: 48px 64px;
}
.hardware p {
  padding-left: 16px;
  margin-bottom: 40px;
}
/* .button {
	background-color: #b70020;
	border: none;
	color: white;
	padding: 12px 24px;
	font-size: 17px;
	font-family: "Montserrat";
  }
  .button:hover {
	background-color: #323232;
	cursor: pointer;
  } */

/* General button style (reset) */
button p {
  font-size: 17px;
  font-family: "Montserrat";
  margin: 0px !important;
  padding: 0px;
  width: 100% !important;
  z-index: 2;
  position: relative;
}
.btn {
  background-color: #b70020;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 17px;
  font-family: "Montserrat";
  padding: 12px 24px;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* Header */
.header {
  display: block;
}
.mobile-header {
  display: none;
}
.grey-bar-flex-item a {
  font-size: 12px;
  color: black;
  text-decoration: none;
}
.grey-bar-flex-item a:hover {
  text-decoration: underline;
}
.logo-bar-logo {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.logo-bar-logo img {
  display: none;
  height: 80px;
}
.logo-bar-search {
  display: flex;
  width: 50%;
  gap: 0px;
  margin: 30px;
}
.search-text {
  display: flex;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #ccc;
  border-right: none;
  align-self: center;
  align-items: center;
  padding: 0px 2.5em 0px 23px;
  color: rgb(155, 155, 155);
}
.search-submit-button {
  width: 65px;
  height: 48px;
  background-color: #eeeeee;
  color: #b70020;
  align-self: center;
  border: solid 1px #ccc;
  border-radius: 0px 6px 6px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-bar-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.logo-bar-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.logo-bar-icon i {
  display: none;
  align-self: center;
  font-size: 50px;
  color: #b70020;
}
.logo-bar-icon:hover i {
  display: none;
  color: #323232;
  cursor: pointer;
}
.logo-bar-icon:hover {
  cursor: pointer;
}
.logo-icon-text {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  width: 80px;
}
.cart-items {
  font-weight: 400;
}
.header-menu-bar {
  height: 47px;
  border-bottom: solid 4px #b70020;
  margin: auto;
  padding: 0px 12.5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.menu-dropdown-head {
  margin-right: 30px;
  padding-bottom: 2px;
  color: black;
  font-size: 16px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  height: 100%;
  padding-top: 30px;
  position: relative;
  display: inline-block;
}
.dropdown a {
  text-decoration: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  top: 68px;
  background-color: white;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  cursor: pointer;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  cursor: pointer;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .menu-dropdown-head {
  border-bottom: solid 2px #b70020;
  padding-bottom: 0px;
  cursor: pointer;
}

.menu-grey-line {
  background-color: #ccc;
  height: 2px;
  width: 95%;
  margin: auto;
}

/* Content Box */
.content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  margin: 0px 200px;
}
.content-box-left {
  align-items: start;
}

.content-box-blog {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-items: center;
  margin: 0px 200px;
}
@media screen and (min-width: 1810px) {
  .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: 1500px;
    align-content: center;
    margin: auto;
  }
  .content-box-blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: 1500px;
    align-content: center;
    margin: auto;
  }
}
@media screen and (max-width: 1810px) {
  .content-box {
    margin: 0px 225px;
	width: auto;
  }
  .content-box-blog {
    margin: 0px 225px;
	width: auto;
  }
}
@media screen and (max-width: 1750px) {
  .content-box {
    margin: 0px 175px;
  }
  .content-box-blog {
    margin: 0px 175px;
  }
}
@media screen and (max-width: 1650px) {
  .content-box {
    margin: 0px 130px;
  }
  .content-box-blog {
    margin: 0px 130px;
  }
}
@media screen and (max-width: 1550px) {
  .content-box {
    margin: 0px 100px;
  }
  .content-box-blog {
    margin: 0px 100px;
  }
}
@media screen and (max-width: 1470px) {
  .content-box {
    margin: 0px 65px;
  }
  .content-box-blog {
    margin: 0px 65px;
  }
}
@media screen and (max-width: 1335px) {
  .content-box {
    margin: 0px 20px;
  }
  .content-box-blog {
    margin: 0px 20px;
  }
}
@media screen and (max-width: 1025px) {
}
/* Hero Section */
/*-------------------------- Hero Section CSS --------------------------*/
/* CSS for the Hero Section (or Main Section) of the Front Page */

.header {
  width: 100%;
  height: 9.375rem;
  background-color: #CCCCCC;
  margin: 0rem 0rem 1.25rem 0rem;
}
.hero-container__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 1.5rem;
  align-content: center;
  justify-content: center;
}
.hero-container__section {
  background-color: #EAEAEA;
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: 17fr 3fr;
  grid-template-rows: 13fr 7fr;
  margin: 0rem;
}
.hero-container__section--1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.hero-container__section--2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.hero-container__section--3 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.hero-container__image {
  width: 100%;
  height: 100%;
  grid-column: 1/3;
  grid-row: 1/3;
}
.hero-container__black-box {
  position: relative;
  background-color: #32323283;
  padding: 3% 6%;
  grid-column: 1/2;
  grid-row: 2/3;
  margin-bottom: 1.375rem;
}
.hero-container__h2 {
  color: white;
  filter: drop-shadow(0px 0px 10px #00000075);
  margin: 0rem 0rem 0.75rem 0rem;
}
.hero-container__h1 {
  color: white;
  filter: drop-shadow(0px 0px 10px #00000075);
}
.hero-container__button {
  font-size: 1.25rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  color: white;
  width: fit-content;
}
.hero-container__button--primary {
  background-color: #b70020;
  border: #b70020;
  padding: 1.5rem 2.875rem;
  border-radius: 0.3125rem;
  font-size: 1.5rem;
}
.hero-container__button--primary:hover {
  background-color: #323232;
  cursor: pointer;
}
.hero-container__section--1:hover .hero-container__button--primary {
  background-color: #323232;
  cursor: pointer;
}
.hero-container__button--secondary {
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 0rem;
  font-size: 1.5rem;
}
.hero-container__section--2:hover .hero-container__button--secondary {
  color: #aaaaaa;
  cursor: pointer;
}
.hero-container__section--3:hover .hero-container__button--secondary {
  color: #aaaaaa;
  cursor: pointer;
}
.hero-container__button--secondary:hover {
  color: #aaaaaa;
  cursor: pointer;
}

/* OLD STUFF */
/* .hero-section {
  display: inline-block;
}
.hero-section-material {
  height: 100%;
}
.hero-grid {
  /* display: grid;
  grid-template-rows: 2fr 1fr;
  grid-template-columns: 6fr 3fr 2fr 3fr; */
  /* display: grid;
  grid-template-rows: 2fr 1fr;
  grid-template-columns: 5fr 3fr 2fr;
  grid-gap: 5px;
  height: 100%;
  margin: auto;
  margin-top: 0px;
}
.sandwich-menu {
  width: 30px;
  height: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sandwich-menu:hover {
  color: #b70020;
  cursor: pointer;
}
.sandwich-menu:hover > div {
  background-color: #b70020;
}
.sandwich-menu:hover .sandwich-line-title {
  background-color: transparent;
}
.sandwich-line-one {
  width: 24px;
  height: 3px;
  background-color: #323232;
  margin-bottom: 5px;
  border-radius: 6px;
}
.sandwich-line-two {
  width: 24px;
  height: 3px;
  background-color: #323232;
  margin-bottom: 5px;
  border-radius: 6px;
}
.sandwich-line-three {
  width: 24px;
  height: 3px;
  background-color: #323232;
  margin-bottom: 5px;
  border-radius: 6px;
}
.sandwich-line-title {
  font-size: 12px;
}

.hero-grid-red-box {
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #b70020;
  grid-column: 1/2;
  grid-row: 1/3;
  display: flex;
  justify-content: center;
}
.hero-grid-red-box h1 {
  color: white;
  font-size: 48px;
  padding: 0px 60px 0px 60px;
  margin: 0px 0px 20px 0px;
}
.white-button {
  color: #b70020;
  background-color: white;
  font-size: 24px;
  font-weight: 500;
  padding: 12px 25px;
  margin-left: 60px;
  border-radius: 6px;
  width: 260px;
  text-align: center;
}
.hero-grid-image img {
  width: 100%;
  height: 100%;
}
.hero-grid-image-1 {
  grid-column: 2/3;
  grid-row: 1/3;
}
.hero-grid-image-2 {
  grid-column: 3/4;
  grid-row: 1/2;
}
.hero-grid-image-3 {
  grid-column: 3/4;
  grid-row: 2/3;
  height: 100%;
}
.hero-grid-image-4 {
  grid-column: 4/5;
  grid-row: 1/3;
  display: none;
}
.hero-grid-image-5 {
  display: none;
}
.hero-grey-bar {
  width: 100%;
  height: 400px;
  background-color: #f3f3f3;
  margin-top: 82px;
} */
.hero-grid-material {
  position: relative;
  height: 550px;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: 50px 450px 50px;
  margin: auto;
  margin-top: 17px;
  margin-bottom: 80px;
}
.hero-grid-material-text {
  width: 400px;
  align-self: center;
  grid-column: 1/2;
  grid-row: 2/3;
  z-index: 1;
  margin-right: 50px;
}
.hero-grid-material h1 {
  font-size: 48px;
  font-family: "Roboto";
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
}
.hero-grid-material a {
  margin-bottom: 0px;
  margin-top: 0px;
}
.hero-grid-material h2 {
  font-size: 18px;
  font-family: "Roboto";
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 32px;
}
.hero-grid-material span {
  padding: 15px 24px;
  text-align: center;
  background-color: #b70020;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  margin-top: 80px;
}
.hero-grid-image-material {
  grid-column: 2/3;
  grid-row: 1/4;
  z-index: 1;
}
.hero-grid-image-material img {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  height: 100%;
  align-content: center;
}
.grey-box-material {
  position: absolute;
  grid-row: 2/3;
  grid-column: 1/3;
  width: 100vw;
  height: 100%;
  justify-self: center;
  background-color: #f3f3f3;
  z-index: 0;
  overflow-x: hidden;
}
.color-section {
  margin: auto;
  margin-top: 100px;
  text-align: center;
}
.color-section h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 19px;
}
.color-section h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0px 0px 39px 0px;
}
.color-section h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0px 15px 0px;
  color: black;
}
.color-brands-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
}
.color-section-p {
  width: 900px;
  margin: auto;
  margin-bottom: 32px;
}
.color-section p {
  margin: auto;
}
.large-product-color-section-p {
  width: 100%;
  margin: auto;
  margin-bottom: 52px !important;
}
.large-product-color-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: 1fr;
  grid-gap: 50px;
  justify-items: center;
  align-items: center;
}
.large-product-color-grid img {
  width: 600px;
}
.horizontal-color-grid {
  display: grid;
  grid-column: 2/3;
  grid-row: 1/2;
  grid-template-columns: 7vw 7vw 7vw 7vw 7vw 7vw;
  grid-template-rows: 7vw 7vw 7vw 7vw;
  grid-gap: 20px;
}

.line-divider-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 70px;
  align-items: center;
  justify-items: center;
}
.grey-line {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 0.93px;
  background-color: #323232;
}
.white-box {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 270px;
  height: 70px;
  background-color: #ffffff;
}
.line-symbol {
  grid-column: 1/2;
  grid-row: 1/2;
}
.line-symbol img {
  width: 70px;
  height: 70px;
}
.color-category-grid {
  display: flex;
  flex-direction: row;
  grid-gap: 60px;
  margin-top: 60px;
  margin-bottom: 64px;
  justify-content: center;
}
.color-single-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.color-single-grid-3x5 {
  display: grid;
  grid-template-columns: 7vw 7vw 7vw;
  grid-template-rows: 7vw 7vw 7vw 7vw 7vw;
  grid-gap: 20px;
}
.color-single-bottom-link {
  font-size: 20px;
  margin-top: 50px !important;
  color: black;
  text-decoration: underline;
}
.color-single-header-img {
  width: calc(21vw + 16px);
}
.color-single-grid-3x5 p {
  width: 7vw;
  height: 7vw;
}
.color-single-grid-3x3 {
  display: grid;
  grid-template-columns: 7vw 7vw 7vw;
  grid-template-rows: 7vw 7vw 7vw;
  grid-gap: 20px;
}
.color-single-grid-3x3 p {
  width: 7vw;
  height: 7vw;
}
.color-single-grid-3x4 {
  display: grid;
  grid-template-columns: 7vw 7vw 7vw;
  grid-template-rows: 7vw 7vw 7vw 7vw;
  grid-gap: 20px;
}
.color-single-grid-3x4 p {
  width: 7vw;
  height: 7vw;
}
.color-single-grid-1x1 {
  display: grid;
  grid-template-columns: 21vw;
  grid-template-rows: 10vw;
  grid-gap: 20px;
}
.color-single-grid-1x1 p {
  width: 21vw;
  height: 10vw;
}
.color-brands-box p {
  width: 100%;
  height: 310px;
  margin: 0px;
}
.color-brands-box img {
  margin: 10px 0px;
  width: 12vw;
}
.single-color {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.single-color img {
  width: 100%;
  height: 100%;
}
.single-color div {
  width: 100%;
  height: 100%;
}
.single-texture {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.single-texture img {
  width: 100%;
  height: 100%;
}
.single-color-label {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0.5vw;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  text-align: left;
}
.dark-text {
  color: black;
}
.dark-text h1 {
  color: black !important;
  margin-left: 0px !important;
}
.light-text {
  color: white;
}
.single-color:hover {
  transform: scale(1.07);
}
.single-color:hover .single-color-label {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s linear;
}
.color-brands-box {
  grid-row: 3/6;
  grid-column: 1/4;
  color: grey;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.designer-white {
  border: solid 1px #f2f0ed;
}
.what-is-section {
  margin-top: 88px;
}
.what-is-grid-material {
  position: relative;
  height: 680px;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: 40px 600px 40px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.what-is-grid-material-text {
  width: calc(100% - 80px);
  align-self: center;
  grid-column: 2/3;
  grid-row: 2/3;
  z-index: 1;
  margin-left: 80px;
}
.what-is-grid-material h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 32px;
  margin-top: 10px;
}
.what-is-grid-material span {
  padding: 15px 24px;
  text-align: center;
  background-color: #b70020;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  margin-top: 80px;
}
.what-is-grid-image-material {
  grid-column: 1/2;
  grid-row: 1/4;
  z-index: 1;
}
.what-is-grid-image-material img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-content: center;
}
.advantages-section {
  margin: auto;
  margin-top: 120px;
  text-align: center;
}
.advantages-section h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 34px;
}
.advantages-section h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0px 0px 39px 0px;
  width: 900px;
  margin: auto;
}
.advantages-section h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 24px 0px 8px 0px;
}
.advantages-section p {
  margin: auto;
}
.advantages-category-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 80px;
  margin-top: 68px;
  margin-bottom: 64px;
  justify-content: center;
}
.single-advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
}
.single-advantage-image img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 210px;
  height: 210px;
  border-radius: 100px;
}
.select-border img:hover {
  box-shadow: 0px 0px 20px #7d7d7d;
}

.single-advantage a {
  cursor: pointer;
  color: black;
}
.industries-section h3:hover {
  text-decoration: underline;
}
.symbol-line-text-section {
  margin: auto;
  margin-top: 82px;
  text-align: center;
}
.symbol-line-text-section h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 34px;
}
.symbol-line-text-section h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0px 0px 39px 0px;
  width: 900px;
  margin: auto;
}
.symbol-line-text-section h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0px 0px 8px 0px;
}
.content-grid-leftphoto {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 1fr;
  grid-column-gap: 70px;
  margin: auto;
  margin-top: 64px;
  text-align: left;
  align-items: center;
}
.content-grid-leftphoto-image {
  justify-self: center;
}
.content-grid-leftphoto h2 {
  margin-top: 0px;
}
.upgrades-section {
  margin: auto;
  margin-top: 82px;
  text-align: center;
}
.upgrades-section h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 34px;
}
.upgrades-section h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0px 0px 39px 0px;
  width: 900px;
  margin: auto;
}
.upgrades-section h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 24px 0px 8px 0px;
}
.upgrades-grid-material-l {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 70px;
  margin: auto;
  margin-top: 80px;
}
.upgrades-grid-material-r {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 70px;
  margin: auto;
  margin-top: 80px;
}
.upgrades-grid-material-text-r {
  width: 100%;
  align-self: center;
  grid-column: 2/3;
  grid-row: 1/2;
  z-index: 1;
  text-align: left;
}
.upgrades-grid-material-text-l ul {
  margin: 0px 30px 20px 30px;
}
.upgrades-grid-material-text-r ul {
  margin: 0px 30px 20px 30px;
}
.upgrades-grid-material-text-l {
  width: 100%;
  align-self: center;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  text-align: left;
}
.upgrades-grid-material-text-l p {
  padding-bottom: 5px;
}
.upgrades-grid-material-text-r p {
  padding-bottom: 5px;
}
.upgrades-grid-material-l h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0px;
}
.upgrades-grid-material-r h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0px;
}
.upgrades-grid-material span {
  padding: 15px 24px;
  text-align: center;
  background-color: #b70020;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  margin-top: 80px;
}
.upgrades-grid-image-material-l {
  grid-column: 1/2;
  grid-row: 1/4;
  z-index: 1;
  align-self: center;
}
.upgrades-grid-image-material-r {
  grid-column: 2/3;
  grid-row: 1/4;
  z-index: 1;
  align-self: center;
}
.upgrades-grid-image-material-l img {
  display: flex;
  flex-wrap: wrap;
  width: 586px;
  height: 469px;
  align-content: center;
}
.upgrades-grid-image-material-r img {
  display: flex;
  flex-wrap: wrap;
  width: 586px;
  height: 469px;
  align-content: center;
}
.grey-box-grid-r {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 0.1fr 0.2fr 0.6fr 0.4fr;
  grid-template-rows: 30vw;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 80px;
  align-items: center;
}
.grey-box-image {
  grid-column: 3/5;
  grid-row: 1/2;
  width: 100%;
  height: 80%;
  z-index: 3;
}
.grey-box-image img {
  width: 100%;
  height: 100%;
}
.grey-box-image iframe {
  width: 100%;
  height: 100%;
}
.grey-box-box {
  background-color: #f3f3f3;
  grid-column: 4/6;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.grey-box-text-box {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grey-box-text-box h2 {
  margin-top: 0px;
}
.grey-box-text-box-r h2 {
  margin-top: 0px;
}

.grey-box-grid-l {
  width: 100%;
  display: grid;
  grid-template-columns: 0.4fr 0.6fr 0.2fr 0.1fr 1fr;
  grid-template-rows: 30vw;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 80px;
  align-items: center;
}
.grey-box-image-l {
  grid-column: 2/4;
  grid-row: 1/2;
  width: 100%;
  height: 80%;
  z-index: 3;
}
.grey-box-image-l img {
  width: 100%;
  height: 100%;
}
.grey-box-image-l iframe {
  width: 100%;
  height: 100%;
}
.grey-box-box-l {
  background-color: #f3f3f3;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.grey-box-text-box-r {
  grid-column: 5/6;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* .grey-box-text-box-r p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
} */
.grey-box-text-box-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
  margin-top: 40px;
}
.grey-box-text-box h2 {
  margin-top: 0px;
}
.grey-box-text-box-buttons span {
  padding: 15px 70px;
}
.grey-box-text-box span {
  padding: 15px 75px;
}
@media screen and (max-width: 1200px) {
  .grey-box-grid-l {
    width: 100%;
    display: grid;
    grid-template-columns: 0.2fr 0.4fr 0.2fr 0.1fr 1fr;
    grid-template-rows: 30vw;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 80px;
    align-items: center;
  }
  .grey-box-grid-r {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 0.1fr 0.2fr 0.4fr 0.2fr;
    grid-template-rows: 30vw;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 80px;
    align-items: center;
  }
}
@media screen and (max-width: 1055px) {
  .grey-box-grid-r {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 150px 50px 20px 0.6fr;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 80px;
    justify-content: center;
    justify-items: center;
  }
  .grey-box-image {
    background-color: rgb(255, 255, 255);
    grid-column: 1/2;
    grid-row: 1/3;
    width: 60%;
    height: 100%;
    z-index: 3;
  }
  .grey-box-image img {
    width: 100%;
    height: 100%;
  }
  .grey-box-image iframe {
    width: 100%;
    height: 100%;
  }
  .grey-box-box {
    background-color: #f3f3f3;
    grid-column: 1/2;
    grid-row: 2/4;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .grey-box-text-box {
    grid-column: 1/2;
    grid-row: 5/6;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: center;
    text-align: center;
    list-style-position: inside;
  }
  .grey-box-text-box h1 {
    margin-top: 10px;
  }
  .grey-box-text-box-r h1 {
    margin-top: 10px;
  }
  .grey-box-text-box h2 {
    margin-top: 0px;
  }
  .grey-box-text-box-r h2 {
    margin-top: 0px;
  }
  .grey-box-text-box h3 {
    margin-top: 0px;
  }
  .grey-box-text-box-r h3 {
    margin-top: 0px;
  }
  .grey-box-grid-l {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 150px 50px 20px 0.6fr;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 80px;
    justify-content: center;
    justify-items: center;
  }
  .grey-box-text-box-l ul {
    list-style-position: inside;
  }
  .grey-box-image-l {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 60%;
    height: 100%;
    z-index: 3;
    position: relative;
  }
  .grey-box-image-l img {
    aspect-ratio: 4 / 3;
    width: 100%;
  }
  .grey-box-image-l iframe {
    /* width: 100%;
    height: 100%; */
  }
  .grey-box-box-l {
    background-color: #f3f3f3;
    grid-column: 1/2;
    grid-row: 2/4;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .grey-box-text-box-r {
    grid-column: 1/2;
    grid-row: 5/6;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: center;
    text-align: center;
  }
  .grey-box-text-box-r ul {
    list-style-position: inside;
  }
  .grey-box-text-box ul {
    list-style-position: inside;
  }
  /* .grey-box-text-box-r p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
  } */
  .grey-box-text-box-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
  }
  .grey-box-text-box h2 {
    margin-top: 0px;
  }
  .grey-box-text-box-buttons span {
    padding: 15px 70px;
  }
  .grey-box-text-box span {
    padding: 15px 75px;
  }
}
.about-us-sections-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px;
  justify-content: center;
  margin-bottom: 80px;
}
.about-us-section {
  width: 350px;
  height: 450px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
}
.about-us-section img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 350px;
  height: 450px;
  filter: contrast(50%) brightness(0.5);
  margin: 0px;
  z-index: 1;
}
.about-us-section h2 {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  margin: 100px 0px 0px 0px;
  text-align: center;
  z-index: 3;
  color: white;
}
.about-us-section p {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 4;
  align-self: flex-end;
  margin-bottom: 50px;
  cursor: pointer;
}
.about-us-section p span {
  cursor: pointer;
}
.about-us-section p:empty {
  display: none;
  grid-column: 1/2;
  grid-row: 1/2;
}
.help-hub-sections-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px;
  justify-content: center;
  margin: 80px 0px 80px 0px;
}
.help-hub-section {
  width: 300px;
  height: 210px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: center;
}
.help-hub-grey-box {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 300px;
  height: 210px;
  background-color: #eee;
  margin: 0px;
  z-index: 1;
}
.help-hub-section img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 300px;
  height: 210px;
  filter: contrast(50%) brightness(0.5);
  margin: 0px;
  z-index: 1;
}
.help-hub-section h3 {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  margin: 40px 0px 0px 0px;
  text-align: center;
  z-index: 3;
  font-size: 30px;
  color: black;
}
.help-hub-section p {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 4;
  align-self: flex-end;
  margin-bottom: 50px;
  cursor: pointer;
}
.help-hub-section p span {
  cursor: pointer;
}
.help-hub-section p:empty {
  display: none;
  grid-column: 1/2;
  grid-row: 1/2;
}

.projectsBox h2 {
  text-align: center;
}
.projectsBox2 {
  margin: 50px 50px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.imageBox {
  box-sizing: inherit;
}
.image-box {
  display: inline-block;
}
.center-images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  height: 400px;
}
.center-images img {
}

.clean-install-section {
  width: 100%;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: left;
}
.clean-install-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 700px;
  grid-gap: 30px;
  margin: auto;
}
.clean-install-grid-l {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  position: relative;
}
.clean-install-grid-l img {
  width: 100%;
  height: 54%;
}
.clean-install-grid-r {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-rows: 700px;
}
.clean-install-grid-r img {
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
}
.clean-install-r-text {
  position: absolute;
  bottom: -10px;
  left: 46px;
  color: white;
  margin-right: 46px;
}
.clean-install-r-text h2 {
  margin-bottom: 46px;
}
.clean-install-r-text p {
  margin-bottom: 61px;
}
.above-button-text {
  margin-bottom: 61px;
}
.clean-install-l-text {
  grid-column: 1/2;
  grid-row: 1/2;
  position: absolute;
  bottom: -10px;
  left: 46px;
  color: black;
  margin-right: 46px;
}
.clean-install-l-text h2 {
  margin: 46px 0px 46px 0px;
}
.clean-install-l-text p {
  margin-bottom: 61px;
}
.video-section {
  margin: auto;
  margin-top: 82px;
  text-align: left;
}
.video-grid-material {
  height: 400px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 80px;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 120px;
  align-items: center;
  align-content: center;
}
.grey-background-video {
  /* grid-column: 1/3;
  grid-row: 1/2;
  background-color: #f3f3f3;
  z-index: 0;
  width: 100vw; */
  position: absolute;
  grid-row: 1/2;
  grid-column: 1/3;
  width: 100vw;
  height: 450px;
  justify-self: center;
  background-color: #f3f3f3;
  z-index: 0;
  overflow-x: hidden;
  margin: 0px;
}
.video-grid-material-text {
  width: 100%;
  align-self: center;
  grid-column: 2/3;
  grid-row: 1/2;
  z-index: 1;
}
.video-grid-material h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 26px;
  margin-top: 20px;
}
.video-grid-material p {
  margin-bottom: 42px;
}
.video-grid-material span {
  padding: 15px 24px;
  text-align: center;
  background-color: #b70020;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  color: white;
  margin-top: 80px;
}
.video-grid-image-material {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 100%;
  z-index: 1;
}
.video-grid-image-material iframe {
  /* display: flex;
  flex-wrap: wrap; */
  width: 100%;
  height: 100%;
  /* align-content: center; */
}
.video-grid-image-material img {
  /* display: flex;
  flex-wrap: wrap; */
  width: 100%;
  height: 100%;
  /* align-content: center; */
}
.full-width-bar-img {
  width: 100%;
  margin-bottom: 50px;
}
.wp-block-latest-posts {
  /* justify-content: center; */
}
.wp-block-latest-posts .wp-block-latest-posts__post-title {
  text-align: center;
}

.wp-block-latest-posts__featured-image img {
  width: 400px;
  height: 250px;
  float: left;
}

/* Button 1 */
.btn-1 {
  color: #fff;
}

/* Button 1c */
.btn-1c:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #323232;
}

.btn-1c:hover,
.btn-1c:active {
  color: #fff;
}

.btn-1c:hover:after,
.btn-1c:active:after {
  width: 100%;
}

.grid-img-text {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
}
.grid-img-text img {
  grid-column: 1/2;
  grid-row: 1/2;
}
.grid-img-text div {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-left: 100px;
  color: white;
  font-size: 56px;
  max-width: 500px;
}
.grid-img-text h1 {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-left: 100px;
  color: white;
  font-size: 56px;
  max-width: 700px;
}
.shrink-h1-text {
  font-size: 32px;
  font-weight: 600;
}
.dark-text {
  color: black !important;
}

.partition-state-list {
  margin: 2em 5em 3em 5em;
}
.partition-state-list li {
  margin: 5px 0px;
}
.faqCont {
  margin: 40px 0px 40px 70px;
}
.faqCont h4 {
  margin: 0px 0px 10px 0px;
}
/* Accessories - Text, Flexbox, Grid, Photos*/
.accessories {
  margin: 64px 0px 64px 0px;
  padding: 64px 0px 64px 0px;
  background-color: #f3f3f3;
  position: relative;
}
.accessories-text {
  position: relative;
  margin: 0px 0px 0px 0px;
  z-index: 5;
}
.accessories-text h2 {
  font-size: 26px;
  margin: 0px 0px 14px 0px;
}
.accessories-text p {
  font-size: 18px;
  margin: 0px 0px 42px 0px;
  width: 400px;
}
.arrow-up {
  width: 0px;
  height: 0px;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-bottom: 250px solid #e6e6e6;
  position: absolute;
  bottom: -64px;
  right: 30px;
  z-index: 1;
}
.arrow-down {
  width: 0px;
  height: 0px;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 250px solid #e6e6e6;
  position: absolute;
  top: -64px;
  right: 380px;
  z-index: 1;
}
.exel {
  width: 356px;
  height: 200px;
  position: absolute;
  bottom: -64px;
  right: 320px;
  z-index: 1;
}
.latch {
  width: 257px;
  position: absolute;
  top: -4px;
  right: 0px;
  z-index: 1;
}
.hardware-pieces {
  width: 407px;
  position: absolute;
  top: -64px;
  right: 120px;
  z-index: 1;
}
.phenolic {
  width: 450px;
  position: absolute;
  bottom: -40px;
  right: 0px;
  z-index: 1;
}
.center-group {
  width: 1100px;
  margin: auto;
  position: relative;
}

/* Brand's Bar */
.brands-section h2 {
  text-align: center;
}
.brands-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 30px;
  padding: 40px 10px 60px 10px;
}
.brands-flex a {
  margin: 0px;
}
.brands-flex img {
  width: 185px;
  filter: saturate(0%);
}
.brands-flex img:hover {
  filter: saturate(100%);
}

/* Recent Blog Posts*/
.recent-blog-section {
  margin: 50px 0px 50px 0px;
}
.recent-blog h2 {
  text-align: center;
}

/* Quote Ways - Text, Flexbox, Grid, Photos*/
.grey-quote-bar-section {
  position: relative;
  height: fit-content;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100%;
  margin: auto;
  margin-top: 60px;
}

.grey-quote-bar {
  position: relative;
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  /* height: 100%; */
  justify-self: center;
  background-color: #f3f3f3;
  z-index: 1;
  overflow-x: hidden;
}
.grey-quote-bar h2 {
  text-align: center;
}
.grey-quote-bar h3 {
  font-size: 20px;
  margin: 0px 0px 8px 0px;
}
.grey-quote-bar p {
  font-size: 16px;
  margin: 0px;
}
.grey-quote-bar-background {
  position: absolute;
  width: 100vw;
  height: 100%;
  justify-self: center;
  background-color: #f3f3f3;
  overflow-x: hidden;
  z-index: 0;
}
.quote-bar-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 48px;
  width: 100%;
  margin: auto;
  margin-top: 32px;
  justify-content: space-evenly;
  margin-bottom: 60px;
}
.quote-bar-flex-text {
  width: 205px;
  margin: 0px 0px 0px 16px;
}
.quote-bar-flex-single {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.quote-bar-flex-single i {
  color: #b70020;
  width: 70px;
  height: 70px;
  font-size: 70px;
  align-self: center;
}
.quote-bar-flex-single:hover {
  cursor: pointer;
}
.quote-bar-flex-single:hover i {
  /* filter: contrast(0%);
  filter: brightness(0%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; */
  color: #323232;
}
.quote-bar-grey-line {
  width: 100%;
  background-color: #939393;
  height: 1px;
  margin: 8px 0px 8px 0px;
}

.black-questions-bar {
  position: relative;
  height: 300px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100%;
  margin: auto;
  margin-top: 60px;
  cursor: pointer;
}

.black-questions-bar div {
  position: absolute;
  display: flex;
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100vw;
  justify-self: center;
  justify-content: center;
  background-color: #323232;
  z-index: 0;
  overflow-x: hidden;
}
.black-questions-bar div img {
  max-height: 300px;
}
/* Home-ADA-Privacy - Text, Flexbox, Grid, Photos*/

.home-ada-privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 300px 400px;
  grid-gap: 50px;
}
.home-ada-box {
  grid-column: 1/2;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 300px;
  align-items: center;
}
.home-privacy-box {
  grid-column: 2/3;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 300px;
  align-items: center;
}
.home-services-box {
  grid-column: 1/3;
  grid-row: 2/3;
  align-items: center;
  background-color: #eee;
  height: 100%;
  width: 100%;
  text-align: center;
  color: black;
}
.home-ada-box img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-privacy-box img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  filter: contrast(70%) brightness(0.5);
  z-index: 1;
}
.home-ada-privacy-text {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0px 100px 0px 30px;
  z-index: 2;
  color: white;
}
.home-services-text {
  padding: 20px 80px 20px 80px;
  z-index: 2;
  color: black;
}
.home-ada-privacy-text h2 {
  margin-top: 0px;
}
/* Shop Accessories - Text, Flexbox, Grid, Photos*/
.shop-title {
  text-align: center;
  margin: 96px 0px 0px 0px;
}
.shop-accessories-flex {
  width: 100%;
  padding: 32px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  gap: 32px;
  justify-content: center;
  margin-bottom: 64px;
}
.shop-accessories-section h2 {
  text-align: center;
}
.shop-circle {
  width: 170px;
  height: 170px;
  background-color: #f3f3f3;
  border-radius: 50%;
}
.shop-circle img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}
.shop-single {
  width: 160px;
  text-align: center;
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-single:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.shop-single h3 {
  color: black !important;
  font-size: 18px;
  margin: 10px 0px 0px 0px;
}
/* Material Header - Text, Flexbox, Grid, Photos*/
.banner-image {
  max-height: 200px;
  width: 100%;
}
.material-header-section h2 {
  text-align: center;
  margin: 64px 0px 32px 0px;
}
.mh-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 20px;
  justify-content: space-between;
  gap: 80px 0px;
}
.mh-single {
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 400px;
  align-items: center;
  text-align: center;
  margin: 0px 0px;
}
.mh-single p {
  margin: 8px 0px 0px 0px;
}
.mh-img-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 15px;
}
.grey-box {
  grid-column: 1/2;
  grid-row: 1/4;
  align-self: flex-end;
  background-color: #f3f3f3;
  width: 230px;
  height: 66px;
  z-index: 1;
}
.mh-img-grid a {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 190px;
  height: 200px;
  z-index: 3;
  justify-self: center;
  margin-left: 23px;
}
.mh-single img {
  width: 190px;
  height: 200px;
}
.mh-single h3 {
  margin: 8px 0px 0px 0px;
}

.left-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: 400px;
  justify-items: center;
  align-items: center;
  text-align: left;
  margin: 100px;
}
.left-grid img {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 400px;
}
.left-grid-text {
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 50px;
}
.right-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: 400px;
  justify-items: center;
  align-items: center;
  text-align: left;
  margin: 100px;
}
.right-grid img {
  grid-column: 2/3;
  grid-row: 1/2;
  height: 400px;
}
.right-grid-text {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 50px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 20; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff; /* White*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */

/* When you mouse over the navigation links, change their color */

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 35px;
  margin-left: 50px;
  color: #707070;
  text-decoration: none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}
.sidenav-logo {
  position: absolute;
  height: 60px;
  top: 0;
  left: 0px;
  margin-right: 50px;
  background-color: white;
  display: flex;
  align-items: center;
}
.sidenav-logo img {
  width: 300px;
}
.sidenav-grey-divider {
  width: 100%;
  height: 8px;
  background-color: #f3f3f3;
}
.sidenav-icons {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.sidenav-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.sidenav-icon img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.sidenav-icon-text {
  font-weight: 500;
  font-size: 16px;
}
.sidenav-icon-2 {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 10px;
}
.sidenav-icon-2 img {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.sidenav-icon-2-text {
  font-weight: 500;
  font-size: 16px;
}
.sidenav-box {
  padding: 16px;
}
.sidenav-box-grey {
  background-color: #f3f3f3;
  padding: 16px;
}
.sidenav-category {
  font-weight: 500;
  font-size: 16px;
  color: black;
  display: block;
  text-decoration: none;
}
.sidenav-option {
  font-weight: 400;
  font-size: 14px;
  color: black;
  display: block;
  text-decoration: none;
  padding: 12px 57px;
}
.autop-link {
  width: 100% !important;
  margin: 0px !important;
}
.blog-head-h1 {
  text-align: left;
  margin: 30px 0px 10px 0px;
  font-size: 48px;
}

.color-chart-grid {
  display: grid;
  grid-template-columns: 47.5% 47.5%;
  grid-template-rows: 1fr 1fr;
  grid-gap: 5%;
  justify-content: center;
  margin-top: 50px;
}
.color-chart-brand-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
  justify-content: center;
  justify-items: center;
  padding: 20px;
}
.color-chart-brand-box img {
  width: 200px;
  margin-bottom: 30px;
}
.color-chart-pdf-flex {
  justify-self: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}
.colorSmallBox {
  justify-content: center;
  width: 150px;
  height: 250px;
  text-align: center;
}
.colorSmallBox img {
  width: 150px;
  height: 190px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1700px) {
  /* .hero-grid {
    width: 100%;
  } */
  .hero-grid-material {
    grid-template-columns: 1fr 1fr;
  }
  .color-section {
    width: 100%;
  }
  .hero-grid-material-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 600px;
    margin-right: 50px;
  }
  .hero-grid-material h1 {
    margin-bottom: 16px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1600px) {
  .hero-grid {
    width: 100%;
  }
  /* .hero-grid-material {
    grid-template-columns: 1fr 1fr;
  } */
  .color-section {
    width: 100%;
  }
}
@media screen and (max-width: 1577px) {
  .shop-accessories-flex {
    width: 1280px;
  }
  .shop-circle {
    width: 155px;
    height: 155px;
  }
  .shop-circle img {
    width: 155px;
    height: 155px;
  }
  .shop-single {
    width: 155px;
  }
}
@media screen and (max-width: 1500px) {
  .hero-grid {
    width: 100%;
  }
  /* .hero-grid-material {
    grid-template-columns: 1fr 1fr;
  } */
  .header-menu-bar {
    padding: 0px 5%;
  }
  .color-section {
    width: 90%;
  }
}
@media screen and (max-width: 1495px) {
  .clean-install-grid-l img {
    width: 100%;
    height: 47%;
  }
}
@media screen and (max-width: 1458px) {
  .shop-accessories-flex {
    width: calc(100% - 144px);
  }
  .shop-circle {
    width: 135px;
    height: 135px;
  }
  .shop-circle img {
    width: 135px;
    height: 135px;
  }
  .shop-single {
    width: 135px;
  }
  .shop-single h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1427px) {
  /* .what-is-grid-material-text {
    width: calc(100% - 80px);
    height: 560px;
    align-self: center;
    grid-column: 2/3;
    grid-row: 2/3;
    z-index: 1;
    margin-left: 80px;
  } */
}
@media screen and (max-width: 1400px) {
  .upgrades-grid-material-l {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .upgrades-grid-material-r {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .video-grid-material {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .upgrades-grid-image-material-l img {
    width: 100%;
    height: 100%;
  }
  .upgrades-grid-image-material-r img {
    width: 100%;
    height: 100%;
  }
  .hero-grid-material-text {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1397px) {
  .mh-flex {
    justify-content: center;
  }
}
/* @media screen and (max-width: 1340px) {
  .hero-grid-image-material img {
    width: 700px;
  }
} */
@media screen and (max-width: 1273px) {
  .what-is-grid-material {
    height: 710px;
    grid-template-rows: 40px 630px 40px;
  }
  .what-is-grid-material-text {
    height: calc(100% - 46px);
  }
}
/* @media screen and (max-width: 1270px) {
  .hero-grid-image-material img {
    width: 700px;
  }
} */
@media screen and (max-width: 1250px) {
  .color-category-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    margin-top: 68px;
    margin-bottom: 64px;
  }
  .color-single-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .color-single-grid-3x5 {
    display: flex;
    max-width: 660px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 70px 20px;
  }
  .single-color {
    width: 116px;
    height: 116px;
  }
  .single-color div {
    height: 100%;
  }
  .single-color-label {
    position: absolute;
    left: 0px;
    top: 116px;
    padding: 2px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.2s linear;
    text-align: center;
    font-size: 16px;
  }
  .dark-text {
    color: black;
  }
  .light-text {
    color: black;
  }
  .color-single-grid-3x4 {
    display: flex;
    max-width: 660px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 70px 20px;
  }
  .color-single-grid-3x3 {
    display: flex;
    max-width: 660px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 70px 20px;
  }
  .color-single-grid-1x1 {
    display: flex;
    max-width: 660px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 70px 20px;
  }
  .color-single-grid-3x5 p {
    width: 116px;
    height: 116px;
  }
  .color-single-grid-3x4 p {
    width: 116px;
    height: 116px;
  }

  .color-single-grid-3x3 p {
    width: 116px;
    height: 116px;
  }
  .color-single-grid-1x1 p {
    width: 116px;
    height: 116px;
  }
  .color-brands-box {
    display: none;
  }
  /* .hero-grid-image-material img {
    width: 600px;
  } */
  .hero-grid-material-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 500px;
    margin-right: 50px;
  }
  .color-single-header-img {
    width: 300px;
  }
}
@media screen and (max-width: 1220px) {
  .accessories-text {
    margin: 0px 0px 0px 47px;
  }
}
@media screen and (max-width: 1200px) {
  .advantages-section h4 {
    width: 100%;
  }
  .upgrades-section h4 {
    width: 100%;
  }
  .symbol-line-text-section h4 {
    width: 100%;
  }
  .material-left-grid {
    grid-column-gap: 5%;
  }
  .material-right-grid {
    grid-column-gap: 5%;
  }
}
@media screen and (max-width: 1130px) {
  .center-group {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .hero-grid-material-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 500px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .accessories-text {
    width: 450px;
    padding: 32px 32px 54px 32px;
    margin: 0px 0px 0px 64px;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .latch {
    width: 257px;
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 1;
  }
}
@media screen and (max-width: 1056px) {
  .header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .logo-bar-logo img {
    width: 210px;
    height: 31px;
  }
  .logo-img {
    display: none;
  }
  .mobile-logo-img {
    display: block;
  }
  .mobile-logo-container {
	display: none !important;
  }
  .small-mobile-logo-img {
    display: none;
  }
  .logo-bar-icon {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #b70020;
  }
  .logo-cart {
    width: 33px;
  }
  .logo-bar-logo {
    gap: 20px;
  }
  .logo-bar-icon img {
    display: block;
    margin: 0px;
    width: 33px;
    height: 33px;
  }
  .logo-gaq {
    display: none;
  }
  .logo-cart-text {
    display: none;
  }
  .mobile-logo-cart-text {
    display: block;
    font-weight: 400;
    font-size: 12px;
  }
  .hero-grid-material {
    height: calc(50vw + 250px);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 25vw 25vw 20px 250px;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 80px;
  }
  .hero-grid-material-text {
    width: 100%;
    align-self: center;
    justify-self: center;
    grid-column: 1/2;
    grid-row: 4/5;
    z-index: 1;
    margin-right: 0px;
  }
  .hero-grid-material h1 {
    font-size: 40px;
    font-family: "Roboto";
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
    text-align: center;
  }
  .hero-grid-material h2 {
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
  }
  .hero-grid-material span {
    display: block;
    padding: 15px 24px;
    text-align: center;
    background-color: #b70020;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 600;
    color: white;
    width: 218px;
    margin: auto;
  }
  .hero-grid-image-material {
    grid-column: 1/2;
    grid-row: 1/3;
    z-index: 1;
  }
  .hero-grid-image-material img {
    width: 100%;
    height: 100%;
  }
  .grey-box-material {
    grid-row: 2/5;
    grid-column: 1/4;
    background-color: #f3f3f3;
    z-index: 0;
  }
  .color-section {
    margin-top: 1vw;
  }
  .color-section h2 {
    font-size: 30px;
  }
  .color-section h4 {
    font-size: 18px;
  }
  .color-section h3 {
    font-size: 22px;
  }
  .red-button {
    padding: 15px 24px;
    font-size: 16px;
  }
  .black-button {
    padding: 15px 24px;
    font-size: 16px;
  }
  .button-flex-width {
    padding: 15px 80px;
  }
  .what-is-grid-material {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 5% 1fr 5%;
    grid-template-rows: 25vw 25vw 1fr;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 80px;
  }
  .what-is-grid-material-text {
    width: 100%;
    height: calc(100% - 46px);
    align-self: flex-start;
    justify-self: center;
    grid-column: 2/3;
    grid-row: 3/4;
    z-index: 1;
    margin: 46px 0px 0px 0px;
    text-align: center;
  }
  .what-is-grid-material h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 32px;
  }
  .what-is-grid-material span {
    padding: 15px 24px;
    text-align: center;
    background-color: #b70020;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 600;
    color: white;
    margin-top: 80px;
  }
  .what-is-grid-image-material {
    grid-column: 2/3;
    grid-row: 1/3;
    z-index: 1;
  }
  .what-is-grid-image-material img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-content: center;
  }
  .advantages-section {
    margin-top: 36px;
  }
  .color-section p {
    width: 100%;
    margin: auto;
    margin-bottom: 32px;
  }
  .what-is-section {
    margin-top: 30px;
  }
  /* MOBILE NAVIGATION_____________________________________________________________________________________________________________________________________________________________ */
  .site-header {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: white;
  }
  .site-navigation {
    position: absolute;
    z-index: 90;
  }
  .main-navigation {
    width: 50px;
  }
  .navbar {
    width: 60px;
    display: block;
    margin: 0px auto;
    background-color: transparent;
    border: none;
    padding: 8px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .navbar div {
    height: 5px !important;
    background: #323232;
    margin: 7px 0px 7px 0px;
    border-radius: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .navbar:hover div {
    background: #727272;
  }
  .custom-logo {
    content: url(https://www.partitionplus.com/wp-content/uploads/2019/03/cropped-favicon-1.png);
  }
  #primary-menu {
    position: absolute;
    background-color: white;
    box-shadow: 0px 5px 10px #808080;
    width: 400px;
    /* border: solid 1px salmon; */
    top: 116px;
    left: 0px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    z-index: 100;
    overflow: auto;
  }

  .slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
  }

  .slide-out {
    animation: slide-out 0.3s forwards;
    -webkit-animation: slide-out 0.3s forwards;
  }

  @keyframes slide-in {
    100% {
      transform: translateX(0%);
    }
  }

  @-webkit-keyframes slide-in {
    100% {
      -webkit-transform: translateX(0%);
    }
  }

  @keyframes slide-out {
    0% {
      transition: transform 0.3s ease-out;
      transform: translateX(0%);
    }
    100% {
      transition: transform 0.3s ease-out;
      transform: translateX(-100%);
    }
  }

  @-webkit-keyframes slide-out {
    0% {
      -webkit-transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
    }
  }
  .mobile-menu-background {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #323232;
    opacity: 0.7;
    width: 100%;
    height: 100vh;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    z-index: 20;
  }
  .main-navigation li {
    padding-left: 20px;
    border-bottom: #eee solid 10px;
  }
  .main-navigation li ul li {
    border-bottom: none;
  }
  .main-navigation li ul li a {
    font-size: 14px;
	width: 100%;
    font-weight: 400;
    margin-left: 20px;
  }
  .main-navigation ul ul ul li a {
    font-size: 14px;
	width: 100%;
    font-weight: 300;
    margin-left: 20px;
  }
  .main-navigation ul ul {
    box-shadow: none;
    border-top: none;
    float: none;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-top: 0px;
  }
  .main-navigation ul ul ul {
    left: 0px;
    top: 0;
  }
}

/* @media screen and (max-width: 1550px) {
  .hero-grid {
    display: grid;
    grid-template-rows: 2fr 1fr;
    grid-template-columns: 5fr 3fr 2fr;
  }
  .hero-grid-image-4 {
    display: none;
  }
} */

@media screen and (max-width: 1050px) {
  .upgrades-grid-material-l {
    grid-template-columns: 1fr;
    grid-template-rows: 3fr 2fr;
  }
  .upgrades-grid-material-r {
    grid-template-columns: 1fr;
    grid-template-rows: 3fr 2fr;
  }
  .video-grid-material {
    grid-template-columns: 1fr;
    grid-template-rows: 3fr 2fr;
  }
  .upgrades-grid-image-material-l {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .upgrades-grid-image-material-r {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .upgrades-grid-material-text-r {
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: center;
  }
  .upgrades-grid-material-text-l {
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: center;
  }
  .video-grid-material {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3fr 2fr;
    grid-column-gap: 0px;
    margin-bottom: 0px;
  }
  .video-grid-material-text {
    grid-column: 1/2;
    grid-row: 2/3;
    z-index: 1;
    margin-top: 34px;
    text-align: center;
  }
  .video-grid-image-material {
    grid-column: 1/2;
    grid-row: 1/2;
    z-index: 1;
  }
  .video-grid-image-material img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-content: center;
  }
}
@media screen and (max-width: 1026px) {
  .clean-install-grid-l img {
    width: 100%;
    height: 38%;
  }
}
/* @media screen and (max-width: 994px) {
  .hero-grid {
    display: grid;
    grid-template-rows: 2fr 1fr;
    grid-template-columns: 3fr 2fr;
  }
  .hero-grid-image-3 {
    display: none;
  }
  .hero-grid-image-2 {
    display: none;
  }
} */
@media screen and (max-width: 973px) {
  /* .grey-box-text-box-buttons {
    flex-direction: column;
    align-content: center;
    width: 100%;
  }
  .button-flex-width {
    padding: 15px 10.5vw !important;
  } */
  .material-left-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 650px 1fr;
    grid-column-gap: 150px;
    width: 100%;
    margin: auto;
    margin-bottom: 120px;
    margin-top: 50px;
    /* align-items: center; */
  }
  .material-text-left {
    list-style-position: inside;
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: center;
    margin-left: 0px;
    text-align: center;
  }
  .material-text-left ul {
    list-style-position: inside;
    padding-left: 0px;
  }
  .grey-box-text-box-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
  }
  .button-flex-width {
    padding: 15px 8.5vw !important;
  }
  .material-right-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 650px 1fr;
    grid-column-gap: 150px;
    width: 100%;
    margin: auto;
    margin-bottom: 90px;
    margin-top: 50px;
    /* align-items: center; */
  }
  .material-text-right {
    list-style-position: inside;
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: center;
    margin-right: 0px;
    margin-bottom: 80px;
    text-align: center;
  }
  .material-text-right ul {
    list-style-position: inside;
    padding-left: 0px;
  }
  .grey-background-material {
    position: absolute;
    grid-row: 1/3;
    grid-column: 1/2;
    width: 100vw;
    height: 1100px;
    justify-self: center;
    background-color: #f3f3f3;
    z-index: 0;
    overflow-x: hidden;
    margin: 0px;
  }
}
@media screen and (max-width: 970px) {
  .color-section p {
    width: 100%;
    margin: auto;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 950px) {
  .custom-logo {
    content: url(https://www.partitionplus.com/wp-content/uploads/2019/03/cropped-favicon-1.png);
    height: 90px;
    width: 90px;
  }
  .site-branding {
    width: 80px;
  }
  .custom-logo-link {
    width: 80px;
  }
  .logo-bar-search {
    width: 90%;
  }
}
@media screen and (max-width: 930px) {
  .left-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 400px 500px;
    justify-items: center;
    align-items: center;
    text-align: left;
    margin: 100px;
  }
  .left-grid img {
    grid-column: 1/2;
    grid-row: 1/2;
    height: 400px;
  }
  .left-grid-text {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 50px;
  }
  .right-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 400px 500px;
    justify-items: center;
    align-items: center;
    text-align: left;
    margin: 100px;
  }
  .right-grid img {
    grid-column: 1/2;
    grid-row: 1/2;
    height: 400px;
  }
  .right-grid-text {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 50px;
  }
}
@media screen and (max-width: 900px) {
  .upgrades-grid-material-l {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .upgrades-grid-material-r {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .video-grid-material {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;
  }
}
@media screen and (max-width: 898px) {
  .home-ada-privacy-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 300px 300px 1fr;
    gap: 50px 0px;
  }
  .home-ada-box {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .home-privacy-box {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .home-services-box {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .home-services-text {
    padding: 20px 40px 20px 40px;
    margin-bottom: 40px;
    z-index: 2;
    color: black;
  }
  .black-questions-bar {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .clean-install-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 700px 700px;
    grid-gap: 30px;
    margin: auto;
  }
  .clean-install-grid-l {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    position: relative;
  }
  .clean-install-grid-l img {
    width: 100%;
    height: 50%;
  }
  .clean-install-grid-r {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 835px) {
  /* .hero-grid-red-box h1 {
    font-size: 32px;
  } */
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 18px;
  }
  .our-materials-section h3 {
    font-size: 26px;
  }
  .video-grid-material h2 {
    font-size: 26px;
  }
  .video-grid-material span {
    font-size: 16px;
  }
  .white-button {
    font-size: 16px;
    padding: 12px 18px;
    width: 220px;
    margin: 15px 0px 0px 63px;
  }
  .red-button {
    font-size: 16px;
  }
  .black-button {
    font-size: 16px;
  }
  .brands-flex img {
    width: 155px;
  }
}
@media screen and (max-width: 801px) {
  .hero-grid-material {
    height: calc(50vw + 290px);
    grid-template-rows: 25vw 25vw 20px 290px;
  }
}
@media screen and (max-width: 798px) {
  .clean-install-section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 730px) {
  .hero-container__button--primary {
    padding: 1rem 2.375rem;
    font-size: 1rem;
  }
  .hero-container__button--secondary {
    font-size: 1rem;
  }
  .hero-container__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 1fr;
    grid-row-gap: 1.25rem;
  }
  .hero-container__section--1 {
    grid-row: 1/2;
    grid-column: 1/3;

  }
  .hero-container__section--2 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .hero-container__section--3 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  }

@media screen and (max-width: 700px) {
  .mobile-logo-img {
    display: none;
  }
  .small-mobile-logo-img {
    display: block;
  }
  .logo-bar-logo img {
    width: 60px;
    height: 65px;
  }
  .logo-bar-icon-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 20px;
  }
  .logo-bar-icon-search i:hover {
    color: #9c9c9c;
    cursor: pointer;
  }
  .logo-bar-search {
    position: absolute;
    top: 116px;
    left: 0;
    margin: 0px;
    background-color: #ffffff;
    display: block;
    width: 100%;
    padding: 10px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
  .header-logo-bar {
    display: flex;
    /* box-shadow: 0 1px 1px rgb(0 0 0 / 20%); */
    justify-content: space-between;
    gap: 10px;
  }
  .upgrades-grid-material-l {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 3fr;
  }
  .upgrades-grid-material-r {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 3fr;
  }
  .video-grid-material {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 3fr;
  }
  .material-left-grid {
    grid-template-rows: 450px 1fr;
  }
  .material-right-grid {
    grid-template-rows: 450px 1fr;
  }
  .grey-background-material {
    height: 900px;
  }
  .mobile-search-bar {
    display: block;
    margin-bottom: 20px;
    border-radius: 0px;
  }
  .mobile-search-bar .wp-block-search__label {
    display: none;
  }
  .mobile-search-bar .wp-block-search__input {
    padding: 13px;
    border-radius: 0px;
    /* background-color: #fcfcfc; */
  }
  .mobile-search-bar .wp-block-search__inside-wrapper {
    justify-items: center;
  }
  .mobile-search-bar .wp-block-search__button {
    margin: 0px;
    border-radius: 0px;
  }
}
@media screen and (max-width: 755px) {
  .video-grid-material-text {
    height: 400px;
  }
}
@media screen and (max-width: 670px) {
  .accessories-text {
    width: 91%;
    padding: 32px 20px 54px 20px;
    margin: 0px 0px 0px 0px;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .accessories {
    overflow: hidden;
  }
}
@media screen and (max-width: 630px) {
  .shop-accessories-flex {
    padding: 32px 0px;
    gap: 20px;
    width: calc(100% - 24px);
  }
  .search-field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: transparent;
    opacity: 1; /* Firefox */
  }

  .search-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: transparent;
  }

  .search-field::-ms-input-placeholder {
    /* Microsoft Edge */
    color: transparent;
  }
}
@media screen and (max-width: 620px) {
  /* .hero-grid {
    display: grid;
    grid-template-rows: 0.1fr 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    width: 100%;
    height: 500px;
  }
  .hero-grid-image-1 {
    display: none;
  }
  .hero-grid-image-5 {
    display: block;
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .hero-grid-red-box {
    display: flex;
    flex-direction: column;
    grid-row: 2/3;
    grid-column: 1/2;
    align-items: center;
    text-align: center;
  }
  .hero-grid-image img {
    width: 100%;
    height: 100%;
  }
  .hero-grid-red-box h1 {
    margin: 10px 0px 5px 0px;
    padding: 10px 60px 10px 60px;
  }
  .hero-grid-red-box span {
    margin-left: 0px;
  } */
  .white-button {
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .banner-image {
    display: none;
  }
  .material-header-section {
    margin-top: 150px;
  }
}
@media screen and (max-width: 600px) {
  .single-color-label {
    font-size: 14px;
    padding: 5px;
  }
}
@media screen and (max-width: 557px) {
  .hero-grid-material {
    height: calc(50vw + 310px);
    grid-template-rows: 25vw 25vw 20px 310px;
  }
}
@media screen and (max-width: 556px) {
  .mh-flex {
    gap: 20px;
  }
  .mh-single {
    display: flex;
    flex-direction: column;
    width: 170px;
    height: 350px;
    align-items: center;
    text-align: center;
    margin: 0px 12px;
  }
  .mh-single div {
    margin: 8px 0px 0px 0px;
  }
  .mh-img-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 15px;
  }
  .mh-img-grid a {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 170px;
    height: 170px;
    z-index: 3;
    justify-self: center;
    margin-left: 23px;
  }
  .grey-box {
    grid-column: 1/2;
    grid-row: 1/4;
    align-self: flex-end;
    background-color: #f3f3f3;
    width: 195px;
    height: 66px;
    z-index: 1;
  }
  .mh-single img {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 170px;
    height: 170px;
    z-index: 3;
    justify-self: start;
    align-self: flex-end;
  }
  .mh-single h3 {
    margin: 8px 0px 0px 0px;
  }
  .mobile-logo-img {
    display: none;
  }
  .small-mobile-logo-img {
    display: block;
  }
  .upgrades-grid-material-l {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr;
  }
  .upgrades-grid-material-r {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr;
  }
  .video-grid-material {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr;
  }
}
@media screen and (max-width: 560px) {
  .clean-install-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 450px 450px;
    grid-gap: 30px;
    margin: auto;
  }
  .clean-install-grid-l {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    position: relative;
  }
  .clean-install-grid-l img {
    display: none;
  }
  .clean-install-grid-r {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    height: 450px;
    position: relative;
  }
  .clean-install-grid-r img {
    height: 500px;
    width: 100%;
    filter: brightness(0.59);
  }
  .clean-install-r-text {
    bottom: 0px;
  }
}

@media screen and (max-width: 529px) {
  .clean-install-section {
    margin-top: 50px;
  }
  .custom-logo {
    height: 90px;
    width: 90px;
  }
  .site-branding {
    width: 60px;
  }
  .custom-logo-link {
    width: 60px;
  }
  .logo-bar-search {
    width: 90%;
  }
  .header-logo-bar {
    height: 60px;
  }
  .wp-block-woocommerce-mini-cart button {
    font-size: 24px !important;
  }
  #primary-menu {
    top: 96px;
  }
  .logo-bar-search {
    position: absolute;
    top: 96px;
    left: 0;
    margin: 0px;
    background-color: #ffffff;
    min-width: 100px;
    display: block;
    width: 100%;
    padding: 10px;
    z-index: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .logo-bar-icon-search i {
    font-size: 40px;
  }
}

@media screen and (max-width: 506px) {
  .hero-grid-material {
    height: calc(50vw + 380px);
    grid-template-rows: 25vw 25vw 20px 380px;
  }
  .single-color {
    width: 100px;
    height: 100px;
  }
  .single-color img {
    width: 100%;
    height: 100px;
  }
  .single-color-label {
    top: 100px;
    padding: 2px 0px;
  }
}
@media screen and (max-width: 500px) {
  /* .hero-grid {
    height: 480px;
  } */
  .video-grid-material-text {
    height: 450px;
  }
}
@media screen and (max-width: 470px) {
  .hero-grid-material-text {
    height: 310px;
    margin-bottom: 50px;
  }
  .hero-grid-material {
    height: 400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 25vw 25vw 20px 350px;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 80px;
  }
  .color-section {
    margin-top: 50vw;
  }
  .white-box {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 165px;
    height: 100px;
    background-color: #ffffff;
  }
  .line-symbol {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .line-symbol img {
    width: 75px;
  }
  .single-color img {
    width: 100%;
    height: 100%;
  }
  .single-color-label {
    top: 80px;
  }
  .color-single-grid-3x5 {
    display: flex;
    max-width: 660px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 70px 20px;
  }
  .color-single-grid-3x4 {
    display: flex;
    max-width: 660px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 70px 20px;
  }
  .color-single-grid-3x3 {
    display: flex;
    max-width: 660px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 70px 20px;
  }
  .color-single-grid-1x1 {
    display: flex;
    max-width: 660px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 70px 20px;
  }
  .color-single-grid-3x5 p {
    width: 80px;
    height: 80px;
  }
  .color-single-grid-3x4 p {
    width: 80px;
    height: 80px;
  }
  .color-single-grid-3x3 p {
    width: 80px;
    height: 80px;
  }
  .color-single-grid-1x1 p {
    width: 80px;
    height: 80px;
  }
  .single-color {
    width: 80px;
    height: 80px;
  }
  .color-single-grid-3x5 img {
    width: 80px;
    height: 80px;
  }
}
/* SHOWER STALLS PAGE */

a {
  text-decoration: none;
}

.rphotobox {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: minmax(400px, 500px);
  background-color: white;
  text-align: center;
  align-content: center;
  padding-bottom: 70px;
}
.rpb-text {
  display: grid;
  grid-row: 1;
  grid-column: 1/2;
  align-content: center;
}
.rphotobox h1 {
  margin: 30px 40px;
  padding: 15px;
  border-bottom: #b70020 solid 2px;
  text-align: center;
  font-size: 50px;
}
.rphotobox p {
  padding: 15px 30px 5px 30px;
  text-align: center;
  font-size: 20px;
}
.rpb-wrapper img {
  grid-row: 1;
  grid-column: 2/3;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  perspective: 1px;
}
.rpb-wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  perspective: 1px;
}
.rpb-overlay {
  grid-row: 1;
  grid-column: 1/2;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
}
.rphotobox span {
  background-color: #b70020;
  color: white;
  border: none;
  padding: 15px 60px;
  font-family: "montserrat";
  font-weight: bold;
  font-size: 18px;
  border: #b70020 solid 2px;
  cursor: pointer;
}
.rphotobox span:hover {
  background-color: transparent;
  color: #b70020;
  border: #b70020 solid 2px;
}
.styles-grid {
  display: grid;
  grid-template-columns: 3fr 8fr;
  grid-template-rows: 1fr 1fr;
  margin: 75px 0px;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
}
.photo1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.photo2 {
  grid-column: 1/2;
  grid-row: 2/3;
}
.text {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
}
.miniimage {
  width: 100%;
  height: 100%;
}
@media (max-width: 1150px) {
  .rphotobox {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(400, 450px) 1fr;
  }
  .rpb-text {
    display: grid;
    grid-row: 2/3;
    grid-column: 1;
    align-content: center;
  }
  .rpb-wrapper img {
    grid-row: 1/2;
    grid-column: 1;
  }
  .rpb-overlay {
    grid-row: 1/2;
    grid-column: 1;
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    ); /* Chrome10+,Safari5.1+ */
  }
}
@media (max-width: 1000px) {
  .styles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(420px, 450px) 1fr;
    margin-bottom: 100px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .photo1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .photo2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .text {
    grid-column: 1/3;
    grid-row: 2/3;
    align-self: center;
  }
}
@media (max-width: 800px) {
  .styles-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(320px, 350px) minmax(320px, 350px) 1fr;
    margin-bottom: 100px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .photo1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .photo2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .text {
    grid-column: 1/2;
    grid-row: 3/4;
    align-self: center;
  }
}
@media (max-width: 570px) {
  .red {
    padding: 20px 10px;
    margin: 0px;
  }
  .black {
    padding: 20px 10px;
    margin: 0px;
  }
  .rphotobox span {
    padding: 15px 40px;
  }
  .rphotobox {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(400, 450px) 1fr;
  }
  .ppi-image img {
    height: 90%;
    width: 90%;
  }
}

/* DELETE TO PAGE SPECIFIC - BATHROOM PARTITIONS */
.about {
  position: relative;
  padding: 0px 0px 0px 0px;
  display: flex;
  align-content: center;
  flex-direction: column;
  margin-bottom: 80px;
}
.about h2 {
  text-align: center;
  padding-bottom: 30px;
  margin-top: 100px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.1fr 0.1fr 0.1fr;
  gap: 20px 120px;
  padding: 0px 0px 100px 0px;
}
.about-textbox {
  text-align: center;
  padding: 40px;
}
.about-grey-background {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #f7f7f7;
  margin: auto;
  align-self: center;
  z-index: -1;
}

/* Get - Text, Image, Placing */
.what-you-get {
	margin-top: 100px;
}
.get {
  position: relative;
  padding: 20px 40px 80px 40px;
  height: 1000px;
  margin-bottom: 30px;
}
.get h2 {
  padding-bottom: 140px;
  margin-top: 50px;
}
.get h3 {
  font-size: 20px;
}
.get p {
  font-size: 15px;
}
.get-image {
  display: block;
  margin: auto;
  width: 500px;
  opacity: 100% !important;
}
.get-item {
  width: 250px;
  position: absolute;
}
.get-hardware {
  top: 200px;
  left: 6%;
}
.get-panel {
  top: 200px;
  right: 5%;
}
.get-custom {
  top: 450px;
  left: 3%;
}
.get-reliable {
  position: absolute;
  top: 450px;
  right: 0%;
}
.get-durable {
  position: absolute;
  top: 700px;
  left: 10%;
}
.get-help {
  top: 700px;
  right: 8%;
}
@media only screen and (max-width: 1300px) {
  .get-image {
    display: block;
    margin: auto;
    width: 500px;
    opacity: 10% !important;
  }
}
@media only screen and (max-width: 800px) {
  .header-title {
    left: 34px;
    top: 100px;
  }
  .header-images {
    height: 500px;
  }
  .header {
    height: 500px;
  }
  .gaq {
    padding: 80px 10px 0px 10px;
  }
  .gaq-text {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: center;
  }
  .gaq img {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
    height: 440px;
  }
  .gaq-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.1fr 0.1fr;
    grid-gap: 50px;
  }
  .get {
    padding: 20px 0px 80px 0px;
    height: 1500px;
  }
  .get h2 {
    padding-bottom: 0px;
  }
  .get-item {
    width: 80%;
    position: absolute;
  }
  .get-hardware {
    top: 150px;
    left: 40px;
  }
  .get-panel {
    top: 350px;
    left: 40px;
  }
  .get-custom {
    top: 550px;
    left: 40px;
  }
  .get-reliable {
    top: 750px;
    left: 40px;
  }
  .get-durable {
    top: 950px;
    left: 40px;
  }
  .get-help {
    top: 1150px;
    left: 40px;
  }
  .about-grid {
	grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 700px) {
  .get h2 {
    width: 300px;
  }
}
