/*
	Theme Name: Challenge
	Description: Base WordPress Theme
	Version: 1.0.0
	Author: Challenge Media Solutions Inc.
	Tags: Awesome, HTML5

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    BOOTSTRAP OVERRIDES
\*------------------------------------*/
.container.no-padding {
    padding: 0;
}
.modal-backdrop {
    background-color: var(--color-blue-gray);
}
.modal-backdrop.in {
    opacity: 0.8;
}
.modal .modal-dialog {
    margin: 0;
    text-align: left;
    width: 100%;
}
@media (min-width: 992px) {
    .modal .modal-dialog {
        margin: 200px auto 0;
        width: 828px;
    }
}
.modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 1px 2px 4px rgba(0,40,150,0.4);
    overflow: hidden;
}
.modal .modal-dialog .modal-content .modal-header {
    background-color: var(--color-blue);
    border-radius: 0;
    border-bottom: none;
    padding: 15px 38px 15px 20px;
}
.modal .modal-dialog .modal-content .modal-header .title {
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
    color: #FFF;
    font-size: 40px;
    font-weight: normal;
    opacity: 1;
    position: absolute;
    right: 15px;
    text-shadow: none;
    top: 5px;
    transition: 300ms color ease;
}
.modal .modal-dialog .modal-content .modal-header .close:hover,
.modal .modal-dialog .modal-content .modal-header .close:active,
.modal .modal-dialog .modal-content .modal-header .close:focus {
    color: #333;
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
}
.modal .modal-dialog .modal-content .modal-body iframe {
    display: block;
    height: 58vw;
    width: 100%;
}
@media (min-width: 992px) {
    .modal .modal-dialog .modal-content .modal-body iframe {
        height: 500px;
    }
}
.modal .modal-dialog .modal-content .modal-footer {
    padding: 20px;
    text-align: center;
}
.modal-backdrop.fade {
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
    float: none;
    margin-bottom: -1px;
}
@media (min-width: 992px) {
    .nav-tabs > li {
        float: left;
    }
}
.nav-tabs > li > a {
    background-color: #FFF !important;
    border: 1px solid #DDD;
    border-radius: 0 !important;
    color: #333 !important;
    cursor: pointer !important;
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 18px;
    line-height: 24px;
    margin-right: -1px;
    padding: 12px 20px;
    text-align: center;
    transition: 300ms background-color ease;
    width: 100%;
}
@media (min-width: 992px) {
    .nav-tabs > li > a {
        text-align: left;
        width: auto;
    }
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
    background-color: var(--color-blue-gray) !important;
    border: 1px solid #DDD;
}
.nav-tabs > li.active > a {
    background-color: var(--color-blue) !important;
    border: 1px solid var(--color-blue) !important;
    color: #FFF !important;
    cursor: default !important;
    pointer-events: none;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active > a:focus {
    background-color: var(--color-blue) !important;
    border: 1px solid var(--color-blue) !important;
}
.tab-content {
    border: 1px solid #DDD;
    padding: 25px 20px;
}

/*------------------------------------*\
    SP OVERRIDES
\*------------------------------------*/
.sp {
    z-index: 1;
}
.sp .sp-slides .sp-slides-counter,
.sp.sp-fullscreen .sp-slides .sp-slides-counter {
    display: none;
}
.sp .sp-slides .sp-slides-media ul li .sp-video-end-overlay .sp-video-end-ctas {
    display: none;
}
.sp .sp-thumbnails {
    display: none !important;
}
.sp.sp-thumbnail-previews .sp-thumbnails .sp-thumbnails-inner .sp-thumbnails-media ul li button[data-type="video"]::before {
    display: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-70%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

:root {
    --font-body: "Raleway";
    --font-heading: "Roboto";

    --color-blue: #2855A2;
    --color-blue-alt: navy;
    --color-blue-gray: #F7FAF8;
    /* --color-red: #EF3C35;
    --color-red-alt: #FF0000; */
    --color-magenta: #DA4297;
    --color-magenta-alt: #A83876;
    --color-green: #46B968;
    --color-green-alt: #32A852;
    --color-yellow: #F7E922;

    --color-linkedin: rgb(0, 123, 181);
    --color-twitter: rgb(85, 172, 238);
    --color-facebook: rgb(24, 119, 242);

    --border-form-inputs: 2px solid #DDD;
}
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
/* html element 62.5% font-size for REM use */
html,
body {
    background-color: var(--color-blue);
}
html {
	font-size: 62.5%;
}
body {
    background-color: #000;
    color: #333;
    font-family: var(--font-body),sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    /* -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; */
}
@media (min-width: 992px) {
    body {
    }
}
/*
DISABLED JUST FOR THIS SITE
body.mobile-nav-open {
    overflow: hidden;
}
@media (min-width: 992px) {
    body.mobile-nav-open {
        overflow: visible;
    }
}
*/
h1 {
    color: var(--color-magenta);
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
}
@media (min-width: 992px) {
    h1 {
        text-align: left;
    }
}
h2 {
    margin: 0 0 20px;
    text-align: center;;
}
@media (min-width: 992px) {
    h2 {
        text-align: left;
    }
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    clear: both;
    *zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
img.error {
    display: none !important;
}
p {
    margin-bottom: 10px;
}
a {
    color: var(--color-blue);
	text-decoration: none;
    transition: 300ms color ease-in;
}
a:hover {
    text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    color: #333;
}
a.cta {
    background-color: var(--color-blue);
    border-radius: 0;
    color: #FFF;
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 12px 20px;
    transition: 300ms background-color ease;
}
a.cta:hover,
a.cta:active,
a.cta:focus {
    background-color: var(--color-blue-alt);
}
a.cta i {
    font-size: 14px;
}
input:focus {
	outline: 0;
}
section {
    display: block;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-70%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
#map {
    height: 300px;
    max-width: 500px;
    width: 100%;
}

/* HEADER */
/* General */
header {
    position: relative;
    z-index: 3;
}
header .announcement-section {
    margin: 0 -15px;
    padding: 15px;
}
header .announcement-section .announcement-content {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
@media (min-width: 992px) {
    header .announcement-section .announcement-content {
    }
}
header .announcement-section .announcement-content a {
    font-weight: bold;
    transition: 300ms opacity ease;
}
header .announcement-section .announcement-content a:hover,
header .announcement-section .announcement-content a:active,
header .announcement-section .announcement-content a:focus {
    opacity: 0.7;
}
/* Mobile */
header.header-mobile {
    background: linear-gradient(135deg, #f5f7fa 0%, #e6ecf5 100%);
    border-bottom: 2px solid var(--color-blue);
    box-shadow: 0 1px 3px rgba(0,40,150,0.6);
}
header.header-mobile .top-section {
    margin-top: 12px;
}
header.header-mobile .top-section .mobile-nav-toggle {
    color: var(--color-blue);
    display: block;
    font-size: 30px;
    left: 21px;
    position: absolute;
    bottom: 21px;
    transition: 300ms color ease;
    z-index: 1;
}
header.header-mobile .top-section .mobile-nav-toggle:hover,
header.header-mobile .top-section .mobile-nav-toggle:active,
header.header-mobile .top-section .mobile-nav-toggle:focus {
    color: #333;
}
header.header-mobile .top-section .logo-column {
    margin-bottom: 10px;
}
header.header-mobile .top-section .logo-column .logo {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    opacity: 1;
    text-align: center;
    transition: 300ms opacity ease;
}
header.header-mobile .top-section .logo-column .logo:hover,
header.header-mobile .top-section .logo-column .logo:active,
header.header-mobile .top-section .logo-column .logo:focus {
    opacity: 0.8;
}
header.header-mobile .top-section .logo-column .logo .logo-img {
}
header.header-mobile .bottom-section {
    background-color: var(--color-blue);
    display: none;
    height: calc(100vh);
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 50px 5px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100vw;
}
header.header-mobile.mobile-nav-open .bottom-section {
    display: block;
}
header.header-mobile .bottom-section nav > ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
header.header-mobile .bottom-section nav > ul > li {
    margin-left: 0;
}
header.header-mobile .bottom-section nav > ul > li:last-of-type a {
    margin-bottom: 0;
}
header.header-mobile .bottom-section nav > ul > li > a {
    color: var(--color-green);
    display: block;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
header.header-mobile .bottom-section nav > ul > li > a.phone {
    color: #FFF;
    margin-top: 20px;
}
header.header-mobile .bottom-section nav > ul > li > a:hover,
header.header-mobile .bottom-section nav > ul > li > a:active,
header.header-mobile .bottom-section nav > ul > li > a:focus {
    color: #333;
}
header.header-mobile .bottom-section nav > ul > li > a i.fa-shopping-cart {
    font-size: 18px;
    position: relative;
    top: -2px;
}
header.header-mobile .bottom-section nav > ul > li > ul {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}
header.header-mobile .bottom-section nav > ul > li > ul > li {
    margin-left: 0;
}
header.header-mobile .bottom-section nav > ul > li > ul > li > a {
    color: #FFF;
    display: block;
    font-family: var(--font-heading);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 5px;
    transition: 300ms color ease;
}
header.header-mobile .bottom-section nav > ul > li > ul > li > a:hover,
header.header-mobile .bottom-section nav > ul > li > ul > li > a:active,
header.header-mobile .bottom-section nav > ul > li > ul > li > a:focus {
    color: #333;
}
header.header-mobile .bottom-section nav > ul > li > ul > li.menu-item-has-children > a {
    cursor: default;
}
header.header-mobile .bottom-section nav > ul > li > ul > li > ul {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
}
header.header-mobile .bottom-section nav > ul > li > ul > li > ul > li {
    margin-left: 0;
}
header.header-mobile .bottom-section nav > ul > li > ul > li > ul > li > a {
    color: #FFF;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
    transition: 300ms color ease;
}
header.header-mobile .bottom-section nav > ul > li > ul > li > ul > li > a:hover,
header.header-mobile .bottom-section nav > ul > li > ul > li > ul > li > a:active,
header.header-mobile .bottom-section nav > ul > li > ul > li > ul > li > a:focus {
    color: #333;
}
/* Desktop */
header.header-desktop {
    background: linear-gradient(135deg, #f5f7fa 0%, #e6ecf5 100%);
    border-bottom: 2px solid var(--color-blue);
    box-shadow: 0 1px 3px rgba(0,40,150,0.6);
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}
header.header-desktop .top-section {
}
header.header-desktop .bottom-section {
    display: block;
    padding-bottom: 10px;
}
header.header-desktop .bottom-section .logo-column {
    margin-bottom: 0;
}
header.header-desktop .bottom-section .logo-column .logo {
    display: inline-block;
    margin-top: 10px;
    opacity: 1;
    text-align: left;
    transition: 300ms opacity ease;
}
header.header-desktop .bottom-section .logo-column .logo:hover,
header.header-desktop .bottom-section .logo-column .logo:active,
header.header-desktop .bottom-section .logo-column .logo:focus {
    opacity: 0.8;
}
header.header-desktop .bottom-section .logo-column .logo .logo-img {
    height: auto;
    max-width: 110px;
}
header.header-desktop .bottom-section nav {
    margin-top: 22px;
    position: relative;
    text-align: right;
}
header.header-desktop .bottom-section nav ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
header.header-desktop .bottom-section nav ul li {
    position: relative;
}
header.header-desktop .bottom-section nav > ul > li {
    display: inline-block;
    height: 19px;
    margin-right: 10px;
    padding-right: 20px;
    position: relative;
}
header.header-desktop .bottom-section nav > ul > li:last-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
header.header-desktop .bottom-section nav > ul > li > a {
    display: block;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 24px;
    transition: 300ms color ease;
}
header.header-desktop .bottom-section nav > ul > li > a.phone {
    color: var(--color-magenta);
}
header.header-desktop .bottom-section nav > ul > li > a:hover,
header.header-desktop .bottom-section nav > ul > li > a:active,
header.header-desktop .bottom-section nav > ul > li > a:focus {
    color: #333;
}
header.header-desktop .bottom-section nav > ul > li > a i.fa-shopping-cart {
    font-size: 16px;
    position: relative;
    top: -1px;
}
header.header-desktop .bottom-section nav > ul > li > ul {
    border: 2px solid var(--color-blue);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    display: none;
    left: -16px;
    position: absolute;
    top: 41px;
    text-align: left;
    width: auto;
    z-index: 1;
}
header.header-desktop .bottom-section nav > ul > li:last-of-type > ul {
    left: auto;
    right: 0;
    width: 356px;
}
header.header-desktop .bottom-section nav > ul > li:hover > ul {
    display: block;
}
header.header-desktop .bottom-section nav > ul > li > ul > li {
    position: relative;
}
header.header-desktop .bottom-section nav > ul > li > ul > li > a {
    background-color: #FFF;
    border-bottom: 1px solid var(--color-blue);
    display: block;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    transition: 300ms background-color ease;
    white-space: nowrap;
}
header.header-desktop .bottom-section nav > ul > li > ul > li.menu-item-object-product:nth-of-type(1) > a,
header.header-desktop .bottom-section nav > ul > li > ul > li.menu-item-object-product:nth-of-type(2) > a,
header.header-desktop .bottom-section nav > ul > li > ul > li.menu-item-object-product:nth-of-type(3) > a,
header.header-desktop .bottom-section nav > ul > li > ul > li.menu-item-object-product:nth-of-type(4) > a {
    padding: 0 15px 0 44px;
}
header.header-desktop .bottom-section nav > ul > li > ul > li.menu-item-object-product:nth-of-type(1) > a::before,
header.header-desktop .bottom-section nav > ul > li > ul > li.menu-item-object-product:nth-of-type(2) > a::before,
header.header-desktop .bottom-section nav > ul > li > ul > li.menu-item-object-product:nth-of-type(3) > a::before,
header.header-desktop .bottom-section nav > ul > li > ul > li.menu-item-object-product:nth-of-type(4) > a::before {
    border: 1px solid #777;
    content: "";
    display: block;
    height: 20px;
    left: 13px;
    position: absolute;
    top: 14px;
}
header.header-desktop .bottom-section nav > ul > li > ul > li.menu-item-object-product:nth-of-type(1) > a::before {
    background-color: #42A2D2;
    border-radius: 50%;
    width: 20px;
}
header.header-desktop .bottom-section nav > ul > li > ul > li.menu-item-object-product:nth-of-type(2) > a::before {
    background-color: #C22B68;
    border-radius: 3px;
    width: 20px;
}
header.header-desktop .bottom-section nav > ul > li > ul > li.menu-item-object-product:nth-of-type(3) > a::before {
    background-color: #FDF269;
    border-radius: 3px;
    left: 10px;
    width: 26px;
}
header.header-desktop .bottom-section nav > ul > li > ul > li.menu-item-object-product:nth-of-type(4) > a::before {
    background-color: #333;
    border-radius: 50% 50%;
    left: 10px;
    width: 26px;
}
header.header-desktop .bottom-section nav > ul > li > ul > li:nth-of-type(2n+1) > a {
    background: var(--color-blue-gray);
}
header.header-desktop .bottom-section nav > ul > li > ul > li > a:hover,
header.header-desktop .bottom-section nav > ul > li > ul > li > a:active,
header.header-desktop .bottom-section nav > ul > li > ul > li > a:focus {
    background: #EEE;
}
header.header-desktop .bottom-section nav > ul > li > ul > li:last-child > a {
    border-bottom: none;
}
header.header-desktop .bottom-section nav > ul > li > ul > li > ul {
    box-shadow: 0 1px 15px rgba(0,0,0,0.8);
    display: none;
    left: 342px;
    position: absolute;
    top: 0;
    width: 305px;
    z-index: 1;
}
header.header-desktop .bottom-section nav > ul > li > ul > li:hover > a {
}
header.header-desktop .bottom-section nav > ul > li > ul > li:hover > ul {
    display: block;
}
header.header-desktop .bottom-section nav > ul > li > ul > li > ul > li > a {
    border-bottom: 1px solid #B9B4B3;
    color: #FFF;
    display: block;
    font-size: 18px;
    height: 51px;
    line-height: 51px;
    padding: 0 22px;
    transition: 300ms background-color ease;
}
header.header-desktop .bottom-section nav > ul > li > ul > li > ul > li:last-child > a {
    border-bottom: none;
}
header.header-desktop .bottom-section nav > ul > li > ul > li > ul > li:hover > a {
}

/* HERO */
.hero {
    background-position: center top;
}
@media (min-width: 992px) {
    .hero {
        position: relative;
    }
}
/* .hero .container {
    height: 100%;
    max-height: 24vw;
    padding: 0;
    position: relative;
}
@media (min-width: 992px) {
    .hero .container {
        max-height: 320px;
    }
}
body .hero .container .hero-inner-wrapper {
    padding: 0;
}
@media (min-width: 992px) {
    body .hero .container .hero-inner-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.hero .container .hero-inner-wrapper img,
.hero .container .hero-inner-wrapper video {
    height: 24vw;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) {
    .hero .container .hero-inner-wrapper img,
    .hero .container .hero-inner-wrapper video {
        height: 320px;
    }
}
.hero .container .hero-inner-wrapper video {
    display: block;
    width: 100%;
} */
.hero .hero-inner-wrapper {
    padding: 0;
}
.hero .hero-inner-wrapper img,
.hero .hero-inner-wrapper video {
    display: block;
    height: 37vw;
    object-fit: cover;
    width: 100%;
}
.hero .hero-inner-wrapper video {
    height: 55vw;
}
@media (min-width: 768px) {
    .hero .hero-inner-wrapper video {
        height: 44vw;
    }
}
@media (min-width: 992px) {
    .hero .hero-inner-wrapper img,
    .hero .hero-inner-wrapper video {
        max-height: 600px;
        min-height: 320px;
    }
    .hero .hero-inner-wrapper img {
        height: 30vw;        
    }
    .hero .hero-inner-wrapper video {
        height: 30vw;
        max-height: 800px;
        min-height: 550px;
    }
}
.hero .hero-inner-wrapper .content-wrapper {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;;
    left: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
.hero .hero-inner-wrapper .content-wrapper .title {
    animation: 2000ms ease-out 500ms 1 both fadeSlideIn;
    color: #333;
    font-family: var(--font-heading);
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0;
    text-shadow: 0 0 15px #FFF;
}
@media (min-width: 992px) {
    .hero .hero-inner-wrapper .content-wrapper .title {
        font-size: 50px;
        line-height: 54px;
    }
}
.hero .hero-inner-wrapper .content-wrapper .cta-wrapper {
}
.hero .hero-inner-wrapper .content-wrapper .cta-wrapper .cta {
}

/* MAIN */
main {
    background-color: #FFF;
    min-height: 300px;
    padding: 50px 15px;
}
/* @media (min-width: 992px) {
    main {
        min-height: 700px;
    }
} */
footer {
    /* background: linear-gradient(180deg, var(--color-blue) 0%, var(--color-blue-alt) 100%); */
    background-color: var(--color-blue);
    color: #FFF;
    padding: 20px 15px;
}
footer .top-section {
    text-align: center;
}
footer .top-section .credit-card-icons {
    display: block;
    margin: 0 auto 10px;
    max-width: 192px;
}
footer .top-section .copyright {
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
}
footer .bottom-section .links {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
footer .bottom-section .links a,
footer .bottom-section .links .separator {
    display: inline-block;
}
footer .bottom-section .links a {
    color: var(--color-green);
    opacity: 1;
    transition: 300ms opacity ease;
}
footer .bottom-section .links a:hover,
footer .bottom-section .links a:active,
footer .bottom-section .links a:focus {
    opacity: 0.8;
}
footer .bottom-section .links .separator {
    padding: 0 5px;
}

/* PAGE/TEMPLATE-SPECIFIC */
/* HOME */
/* body.home .hero .hero-inner-wrapper .content-wrapper {
    background-color: rgba(255, 255, 255, 0.8);
} */
body.home main {
    background-color: var(--color-blue-gray);
}
@media (min-width: 768px) {
    body.home .product-tiles {
        margin: 0 -30px;
    }
}
body.home .product-tiles .product-tile {
    background-color: #FFF;
    box-shadow: 0 1px 2px 0 rgba(80,87,91,.24);
    display: block;
    margin-bottom: 20px;
    transform: translateY(0);
    transition: 300ms transform ease, 300ms box-shadow ease;
}
@media (min-width: 768px) {
    body.home .product-tiles .product-tile {
        margin-bottom: 30px;
    }
}
body.home .product-tiles .product-tile:hover,
body.home .product-tiles .product-tile:active,
body.home .product-tiles .product-tile:focus {
    box-shadow: 0 2px 8px 0 rgba(80,87,91,.5);
    transform: translateY(-10px);
}
body.home .product-tiles .product-tile .image {
    /* border: 1px solid var(--color-blue); */
    border-radius: 0;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    margin-bottom: 0;
    transition: 300ms border-color ease;
    width: 100%;
}
body.home .product-tiles .product-tile:hover .image,
body.home .product-tiles .product-tile:active .image,
body.home .product-tiles .product-tile:focus .image {
    border-color: var(--color-blue-alt);
}
body.home .product-tiles .product-tile .title {
    align-items: center;
    color: var(--color-blue);
    display: flex;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 94px;
    padding: 10px;
    text-align: center;
    transition: 300ms color ease;
}
/* @media (min-width: 768px) {
    body.home .product-tiles .product-tile .title {
        font-size: 26px;
        line-height: 30px;
    }
}
@media (min-width: 992px) {
    body.home .product-tiles .product-tile .title {
        font-size: 20px;
        line-height: 24px;
    }
} */
body.home .product-tiles .product-tile:hover .title,
body.home .product-tiles .product-tile:active .title,
body.home .product-tiles .product-tile:focus .title {
    color: var(--color-blue-alt);
}
body.home .splide-banners {
    margin-bottom: 30px;
}
body.home .splide-banners a {
    display: block;
}
body.home .get-custom-quote-link-wrapper {
    text-align: center;
}
body.home .get-custom-quote-link-wrapper .get-custom-quote-link {
    display: inline-block;
}
/* ABOUT */
body.about h2 {
    color: var(--color-blue);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
body.about h3 {
    color: var(--color-magenta);
    margin-top: 30px;
}
body.about .hero .hero-inner-wrapper video {
    height: 40vw;
}
@media (min-width: 992px) {
    body.about .hero .hero-inner-wrapper video {
        height: 30vw;
        max-height: none;
        min-height: auto;
    }
}
/* PRODUCTS */
body.products main {
    background-color: var(--color-blue-gray);
}
body.products .product-tiles {
    margin-bottom: 20px;
}
body.products .product-tiles .product-tile {
    align-items: center;
    display: flex;
    background-color: #FFF;
    /* border: 1px solid var(--color-blue); */
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(80,87,91,.24);
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: translateY(0);
    transition: 300ms box-shadow ease;
}
@media (min-width: 992px) {
    body.products .product-tiles .product-tile {
        margin-bottom: 30px;
    }
}
body.products .product-tiles .product-tile:hover,
body.products .product-tiles .product-tile:active,
body.products .product-tiles .product-tile:focus {
    box-shadow: 0 2px 8px 0 rgba(80,87,91,.5);
}
body.products .product-tiles .product-tile .title {
    color: var(--color-blue);
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 20px 0 20px 20px;
    line-height: 32px;
    text-align: right;
    transition: 300ms color ease;
    width: 50%;
}
body.products .product-tiles .product-tile:hover .title,
body.products .product-tiles .product-tile:active .title,
body.products .product-tiles .product-tile:focus .title {
    color: var(--color-blue-alt);
}
@media (min-width: 768px) {
    body.products .product-tiles .product-tile .title {
        /* font-size: 34px;
        line-height: 38px; */
        text-align: center;
    }
}
body.products .product-tiles .product-tile .image {
    margin-bottom: 0;
    padding: 20px;
    width: 140px;
}
@media (min-width: 992px) {
    body.products .product-tiles .product-tile .image {
        /* padding: 30px; */
        width: 200px;
    }
}
/* PRODUCT */
body.single-product.woocommerce .product-description {
    border-bottom: 1px dashed #DDD;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
/* body.single-product.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    background-color: #FFF;
    border-top: none;
    border-bottom: var(--border-form-inputs);
} */
@media (min-width: 768px) {
    body.single-product.woocommerce div.product {
        display: flex;
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    body.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
        margin-top: 26px;
    }
}
body.single-product.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image .wp-post-image {
    animation: 500ms ease-out 500ms 1 both fadeIn;
    opacity: 0;
}
body.single-product.woocommerce div.product .summary {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    body.single-product.woocommerce div.product .summary {
        width: 50%;
    }
}
body.single-product.woocommerce div.product .summary .cta.not-allowed {
    background-color: var(--color-blue) !important;
    cursor: not-allowed;
    opacity: 0.5 !important;
    pointer-events: none;
}
body.single-product.woocommerce div.product p.price {
    display: none !important;
}
body.single-product.woocommerce div.product form.cart p.price-dynamic {
    display: block !important;
    text-align: right;
}
body.single-product.woocommerce div.product form.cart p.special-price {
    display: none;
    line-height: 20px;
    text-align: right;
}
body.single-product.woocommerce div.product form.cart p.special-price .title-1 {
    color: red;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}
body.single-product.woocommerce div.product form.cart p.special-price .title-2 {
    color: var(--color-magenta);
}
body.single-product.woocommerce div.product form.cart .variations {
    margin-bottom: 15px;
}
body.single-product.woocommerce div.product form.cart .variations .form-item {
    margin-bottom: 15px;
    position: relative;
}
body.single-product.woocommerce div.product form.cart .variations .form-item:last-of-type {
    margin-bottom: 0;
}
body.single-product.woocommerce div.product form.cart .variations .form-item.disabled {
    opacity: 0.3;
    pointer-events: none;
}
body.single-product.woocommerce div.product form.cart .variations .form-item::after {
    content: "\f0dd";
    color: var(--color-blue);
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    pointer-events: none;
    right: 12px;
    top: 28px;
    transition: 300ms color ease;
}
body.single-product.woocommerce div.product form.cart .variations .form-item:hover::after,
body.single-product.woocommerce div.product form.cart .variations .form-item:active::after,
body.single-product.woocommerce div.product form.cart .variations .form-item:focus::after {
    color: #333;
}
body.single-product.woocommerce div.product form.cart .variations .form-item label {
    color: var(--color-blue);
    display: inline-block;
    margin-bottom: 2px;
}
body.single-product.woocommerce div.product form.cart .variations .form-item select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs);
    border-radius: 0;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    cursor: pointer;
    font-family: var(--font-heading);
    height: 42px;
    margin-right: 0;
    padding: 5px;
    transition: 300ms background-color ease;
    width: 100%;
}
body.single-product.woocommerce div.product form.cart .variations .form-item select:hover,
body.single-product.woocommerce div.product form.cart .variations .form-item select:active,
body.single-product.woocommerce div.product form.cart .variations .form-item select:focus {
    background-color: var(--color-blue-gray);
}
body.single-product.woocommerce div.product form.cart .variations .form-item .paper-type-note,
body.single-product.woocommerce div.product form.cart .variations .form-item .processing-time-note {
    font-size: 15px;
    font-style: italic;
    margin-top: 2px;
}
body.single-product.woocommerce div.product form.cart .variations .form-item .paper-type-note .info-file,
body.single-product.woocommerce div.product form.cart .variations .form-item .paper-type-note .specs-file {
    text-decoration: underline;
}
@media (min-width: 992px) {
    body.single-product.woocommerce div.product form.cart .variations .form-item #paper-type-modal.modal .modal-dialog {
        margin-top: 0;
        max-width: 600px;
    }
}
body.single-product.woocommerce div.product form.cart .variations .form-item #paper-type-modal.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
body.single-product.woocommerce div.product form.cart .variations .form-item .custom-quote-modal-trigger,
body.single-product.woocommerce div.product form.cart .variations .form-item .wind-modal-trigger {
    position: relative;
    font-size: 14px;
    top: -1px;
}
@media (min-width: 992px) {
    body.single-product.woocommerce div.product form.cart #custom-quote-modal.modal .modal-dialog {
        max-width: 600px;
    }
}
@media (min-width: 992px) {
    body.single-product.woocommerce div.product form.cart .variations .form-item #wind-modal.modal .modal-dialog {
        max-width: 500px;
    }
}
body.single-product.woocommerce div.product form.cart .variations .form-item #wind-modal.modal .modal-dialog .modal-body .wind-position-information {
    border-bottom: 1px dashed #DDD;
    margin-bottom: 20px;
    padding-bottom: 18px;
}
body.single-product.woocommerce div.product form.cart .variations .form-item #wind-modal.modal .modal-dialog .modal-body .wind-positions {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
body.single-product.woocommerce div.product form.cart .variations .form-item #wind-modal.modal .modal-dialog .modal-body .wind-positions .wind-position {
    background: transparent url(img/wind-positions-explained-2.png) no-repeat 0 0;
    display: inline-block;
    height: 94px;
    opacity: 1;
    transition: 300ms opacity ease;
    width: 87px;
}
body.single-product.woocommerce div.product form.cart .variations .form-item #wind-modal.modal .modal-dialog .modal-body .wind-positions .wind-position:hover,
body.single-product.woocommerce div.product form.cart .variations .form-item #wind-modal.modal .modal-dialog .modal-body .wind-positions .wind-position:active,
body.single-product.woocommerce div.product form.cart .variations .form-item #wind-modal.modal .modal-dialog .modal-body .wind-positions .wind-position:focus {
    opacity: 0.8;
}
body.single-product.woocommerce div.product form.cart .variations .form-item #wind-modal.modal .modal-dialog .modal-body .wind-positions .wind-position:nth-of-type(1) {
    background-position: 0 0;
}
body.single-product.woocommerce div.product form.cart .variations .form-item #wind-modal.modal .modal-dialog .modal-body .wind-positions .wind-position:nth-of-type(2) {
    background-position: -87px 0;
}
body.single-product.woocommerce div.product form.cart .variations .form-item #wind-modal.modal .modal-dialog .modal-body .wind-positions .wind-position:nth-of-type(3) {
    background-position: -174px 0;
}
body.single-product.woocommerce div.product form.cart .variations .form-item #wind-modal.modal .modal-dialog .modal-body .wind-positions .wind-position:nth-of-type(4) {
    background-position: -261px 0;
}
body.single-product.woocommerce div.product form.cart .single_variation_wrap {
    display: none;
}
body.single-product.reorder.woocommerce div.product form.cart .single_variation_wrap {
    display: block !important;
    position: relative;
}
body.single-product.reorder.woocommerce div.product form.cart .single_variation_wrap .reorder-preview {
    border: 2px solid var(--color-blue);
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: 300ms opacity ease;
}
body.single-product.reorder.woocommerce div.product form.cart .single_variation_wrap .reorder-preview:hover,
body.single-product.reorder.woocommerce div.product form.cart .single_variation_wrap .reorder-preview:active,
body.single-product.reorder.woocommerce div.product form.cart .single_variation_wrap .reorder-preview:focus {
    opacity: 0.8;
}
body.single-product.reorder.woocommerce div.product form.cart .single_variation_wrap .reorder-preview img {
    display: block;
    height: 92px;
    width: auto;
}
body.single-product.woocommerce div.product form.cart .preview-image-field-wrapper {
    display: none;
}
body.single-product.woocommerce div.product form.cart .title-field-wrapper {
    margin-bottom: 15px;
    position: relative;
}
body.single-product.woocommerce div.product form.cart .title-field-wrapper label {
    color: var(--color-blue);
    display: inline-block;
    margin-bottom: 2px;
}
body.single-product.woocommerce div.product form.cart .title-field-wrapper #title-field {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs);
    border-radius: 0;
    color: #333;
    font-family: var(--font-heading);
    height: 42px;
    margin-right: 0;
    padding: 5px 10px;
    transition: 300ms background-color ease;
    width: 100%;
}
body.single-product.woocommerce div.product form.cart .title-field-wrapper #title-field:hover,
body.single-product.woocommerce div.product form.cart .title-field-wrapper #title-field:active,
body.single-product.woocommerce div.product form.cart .title-field-wrapper #title-field:focus {
    background-color: var(--color-blue-gray);
}
body.single-product.woocommerce div.product form.cart .additional-notes-field-wrapper {
    margin-bottom: 15px;
    position: relative;
}
body.single-product.woocommerce div.product form.cart .additional-notes-field-wrapper label {
    color: var(--color-blue);
    display: inline-block;
    margin-bottom: 2px;
}
body.single-product.woocommerce div.product form.cart .additional-notes-field-wrapper #additional-notes-field {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs);
    border-radius: 0;
    color: #333;
    font-family: var(--font-heading);
    height: 42px;
    margin-right: 0;
    padding: 5px 10px;
    transition: 300ms background-color ease;
    width: 100%;
}
body.single-product.woocommerce div.product form.cart .additional-notes-field-wrapper #additional-notes-field:hover,
body.single-product.woocommerce div.product form.cart .additional-notes-field-wrapper #additional-notes-field:active,
body.single-product.woocommerce div.product form.cart .additional-notes-field-wrapper #additional-notes-field:focus {
    background-color: var(--color-blue-gray);
}
body.single-product.woocommerce div.product form.cart .reorder-file-field-wrapper {
    display: none;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload {
    margin-bottom: 20px;
    padding: 0;
}
body.single-product.reorder.woocommerce div.product form.cart .wc-dnd-file-upload {
    display: none !important;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload label {
    color: var(--color-blue);
    cursor: pointer;
    display: inline-block;
    margin-bottom: 2px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload label:first-of-type {
    margin-right: 10px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload label:input[type="radio"] {
    cursor: pointer;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper {
    position: relative;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper::before,
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper::after {
    display: none;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper.uploading::before {
    align-items: center;
    background-color: rgba(255,255,255,0.9);
    bottom: 0;
    color: var(--color-blue);
    content: '';
    display: flex;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper.uploading::after {
    align-items: center;
    background: transparent url(img/preloader-text.gif) no-repeat 0 0;
    background-position: center;
    background-size: 84px auto;
    bottom: 0;
    color: var(--color-blue);
    content: '';
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz-upload-handler {
    border: 2px dashed #DDD;
    border-radius: 0;
    transition: 300ms opacity ease;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz-upload-handler.codedropz-dragover {
    background-color: var(--color-blue-gray);
    border-color: var(--color-green);
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz-upload-handler.disabled {
    display: none;
    /* opacity: 0.3; */
    pointer-events: none;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-label {
    color: var(--color-blue);
    font-family: var(--font-heading);
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-label span.cd-icon {
    font-size: 36px;
    margin-top: 8px;
    padding-right: 10px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-label .cd-upload-btn {
    background-color: var(--color-green);
    border-radius: 0;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 12px 20px;
    transition: 300ms background-color ease;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-label .cd-upload-btn:hover,
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-label .cd-upload-btn:active,
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-label .cd-upload-btn:focus {
    background-color: var(--color-green-alt);
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter {
    display: none;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status {
    padding-bottom: 0;
    margin-bottom: 10px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .dnd-upload-image {
    display: none;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .dnd-upload-details {
    padding-left: 0;
    width: 100%;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .dnd-upload-details .name span,
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .dnd-upload-details .name em {
    color: #333;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .dnd-upload-details span.has-error {
    color: var(--color-magenta);
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .dnd-upload-details .remove-file {
    color: var(--color-magenta);
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    background: #999 url(img/preloader-bar.gif) no-repeat 0 0;
    background-position: center;
    background-size: cover;
    border-radius: 0;
    height: 26px;
    position: relative;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .dnd-upload-details .dnd-progress-bar::after {
    background: var(--color-blue);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background-color: var(--color-green);
    font-size: 14px;
    height: 26px;
    line-height: 24px;
    padding-right: 7px;
    position: relative;
    text-align: right;
    transition: 300ms width ease;
    z-index: 1;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper span.has-error-msg {
    color: var(--color-magenta);
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper .file-specifications {
    border-bottom: 1px dashed #DDD;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper .need-help {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 20px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper .need-help .download-template {
    text-decoration: underline;
}
@media (min-width: 992px) {
    body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper #download-template-modal.modal .modal-dialog {
        max-width: 350px;
    }
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper #download-template-modal.modal .modal-dialog .modal-body {
    text-align: center;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper #download-template-modal.modal .modal-dialog .modal-body .format-icons {
    border-bottom: 1px dashed #CCC;
    margin-bottom: 14px;
    padding-bottom: 14px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper #download-template-modal.modal .modal-dialog .modal-body .format-icons .format-icon {
    background-size: cover;
    display: inline-block;
    height: 70px;
    margin-right: 10px;
    opacity: 1;
    transition: 300ms opacity ease;
    width: 57px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper #download-template-modal.modal .modal-dialog .modal-body .format-icons .format-icon:last-of-type {
    margin-right: 0;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper #download-template-modal.modal .modal-dialog .modal-body .format-icons .format-icon:hover,
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper #download-template-modal.modal .modal-dialog .modal-body .format-icons .format-icon:active,
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper #download-template-modal.modal .modal-dialog .modal-body .format-icons .format-icon:focus {
    opacity: 0.7;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper #download-template-modal.modal .modal-dialog .modal-body .format-icons .format-icon.ai {
    background-image: url(img/ai-logo);
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper #download-template-modal.modal .modal-dialog .modal-body .format-icons .format-icon.pdf {
    background-image: url(img/pdf-logo);
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .need-help-wrapper #download-template-modal.modal .modal-dialog .modal-body .file-setup {
    margin-bottom: 0;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper {
    text-align: right;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper .show-preview {
    background-color: var(--color-blue);
    border-radius: 0;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    color: #FFF;
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 12px 20px;
    transition: 300ms background-color ease;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper .show-preview:hover,
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper .show-preview:active,
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper .show-preview:focus {
    background-color: var(--color-blue-alt);
}
@media (min-width: 992px) {
    body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog {
        margin-top: 0;
        max-width: 500px;
    }
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-guide-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-guide-wrapper .show-guide-checkbox-label {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    user-select: none;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-guide-wrapper .show-guide-checkbox-label input {
    margin-right: 2px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-guide-wrapper .rotate-guide {
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    user-select: none;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-guide-wrapper .rotate-guide .title {
    color: var(--color-blue);
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-guide-wrapper .rotate-guide a {
    font-size: 20px;
    margin-left: 10px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-guide-wrapper .rotate-guide a.active {
    color: #333;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-guide-wrapper .preview-guide-image {
    position: absolute;
    width: 100%; /* TODO: needed? */
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-guide-wrapper .preview-designed-image {
    width: 100%;
}
@media (min-width: 992px) {
    body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-color-key-and-details {
        align-items: center;
        display: flex;
        flex-direction: row;
    }
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-color-key-and-details .preview-color-key {
    margin-bottom: 20px;
    text-align: center;
}
@media (min-width: 992px) {
    body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-color-key-and-details .preview-color-key {
        text-align: left;
    }
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-color-key-and-details .preview-color-key p {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-color-key-and-details .preview-color-key p::before {
    content: "";
    display: inline-block;
    height: 3px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 30px;
}
@media (min-width: 992px) {
    body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-color-key-and-details .preview-color-key p::before {
        margin-right: 15px;
        width: 60px;
    }
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-color-key-and-details .preview-color-key p:nth-of-type(1)::before {
    background-color: #1C1B1A;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-color-key-and-details .preview-color-key p:nth-of-type(2)::before {
    background-color: #E6007E;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-color-key-and-details .preview-color-key p:nth-of-type(3)::before {
    background-color: #009FE4;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-color-key-and-details .preview-details {
    margin-bottom: 20px;
    text-align: center;
}
@media (min-width: 992px) {
    body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-color-key-and-details .preview-details {
        text-align: left;
    }
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .preview-color-key-and-details .preview-details p {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .print-disclaimer {
    color: var(--color-magenta);
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .print-disclaimer i {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .print-approve-checkbox-label {
    cursor: pointer;
    display: block;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-body .print-approve-checkbox-label .print-approve-checkbox {
    margin-right: 2px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-footer .cta.go-back-button {
    background-color: var(--color-magenta);
    margin-right: 10px;
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-footer .cta.go-back-button:hover,
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-footer .cta.go-back-button:active,
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-footer .cta.go-back-button:focus {
    background-color: var(--color-magenta-alt);
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-footer .cta.add-to-cart-button {
    background-color: var(--color-blue);
}
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-footer .cta.add-to-cart-button:hover,
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-footer .cta.add-to-cart-button:active,
body.single-product.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .preview-wrapper #preview-modal.modal .modal-dialog .modal-footer .cta.add-to-cart-button:focus {
    background-color: var(--color-blue-alt);
}
body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
    display: none;
}
body.single-product.reorder.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    text-align: right;
}
body.single-product.reorder.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    display: inline-block !important;
    float: none;
    margin-bottom: 8px;
}
body.single-product.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}
body.single-product.woocommerce div.product div.quantity {
    display: none !important;
}
body.single-product.woocommerce div.product .product_meta {
    display: none;
}
body.single-product.woocommerce div.product .set-container {
    margin-bottom: 20px;
}
body.single-product.woocommerce div.product .set-container .set-tab-names-section {
    display: block;
    font-size: 0;
    height: 46px;
    margin-bottom: -2px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
body.single-product.woocommerce div.product .set-container .set-tab-names-section .set-tab-names {
    display: inline-block;
}
body.single-product.woocommerce div.product .set-container .set-tab-names-section .set-tab-names .set-tab-name {
    background-color: var(--color-blue);
    border: 2px solid var(--color-blue);
    border-right: none;
    border-bottom: none;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin-right: 1px;
    padding: 12px 20px;
    transition: 300ms background-color ease;
}
body.single-product.woocommerce div.product .set-container .set-tab-names-section .set-tab-names .set-tab-name:hover,
body.single-product.woocommerce div.product .set-container .set-tab-names-section .set-tab-names .set-tab-name:active,
body.single-product.woocommerce div.product .set-container .set-tab-names-section .set-tab-names .set-tab-name:focus {
    background-color: var(--color-blue-alt);
    border-right: none;
}
body.single-product.woocommerce div.product .set-container .set-tab-names-section .set-tab-names .set-tab-name.active {
    background-color: #FFF;
    border: var(--border-form-inputs);
    color: #333;
    transition: none;
}
body.single-product.woocommerce div.product .set-container .set-tab-names-section .set-tab-add {
    background-color: #FFF;
    border: var(--border-form-inputs);
    color: var(--color-blue);
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 16px;
    transition: 300ms background-color ease;
    vertical-align: top;
}
body.single-product.woocommerce div.product .set-container .set-tab-names-section .set-tab-add:hover,
body.single-product.woocommerce div.product .set-container .set-tab-names-section .set-tab-add:active,
body.single-product.woocommerce div.product .set-container .set-tab-names-section .set-tab-add:focus {
    background-color: var(--color-blue-gray);
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section {
    border: var(--border-form-inputs);
    padding: 20px;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content {
    display: none;
    position: relative;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content.active {
    display: block;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-upload-section {
    padding-bottom: 15px;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-upload-section .set-tab-drop-zone {
    border: 2px dashed #DDD;
    border-radius: 0;
    padding: 20px 20px 25px;
    text-align: center;
    transition: 300ms opacity ease;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-upload-section .set-tab-drop-zone.dragover {
    background-color: var(--color-blue-gray);
    border-color: var(--color-green);
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-upload-section .set-tab-drop-zone .set-tab-drop-zone-label {
    color: var(--color-blue);
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 0;
    margin-right: 20px;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-upload-section .set-tab-drop-zone .set-tab-drop-zone-label i {
    font-size: 32px;
    margin-right: 10px;
    position: relative;
    top: 6px;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-upload-section .set-tab-drop-zone .set-tab-file {
    display: none;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-upload-section .set-tab-drop-zone .set-tab-file-nice {
    background-color: var(--color-green);
    border-radius: 0;
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 12px 20px;
    text-decoration: none;
    transition: 300ms background-color ease;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-upload-section .set-tab-file-nice:hover,
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-upload-section .set-tab-file-nice:active,
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-upload-section .set-tab-file-nice:focus {
    background-color: var(--color-green-alt);
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-quantity-section {
    width: 150px;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-quantity-section label {
    color: var(--color-blue);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
    width: 100%;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-quantity-section select {
    display: block;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs);
    border-radius: 0;
    color: #333;
    cursor: pointer;
    font-family: var(--font-heading);
    font-weight: normal;
    height: 42px;
    margin-right: 0;
    margin-top: 3px;
    padding: 5px;
    transition: 300ms background-color ease;
    width: 100%;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-quantity-section select:hover,
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-quantity-section select:active,
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-quantity-section select:focus {
    background-color: var(--color-blue-gray);
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-quantity-section {
    position: relative;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-quantity-section::after {
    content: "\f0dd";
    color: var(--color-blue);
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    pointer-events: none;
    right: 12px;
    top: 28px;
    transition: 300ms color ease;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-quantity-section:hover::after,
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-quantity-section:active::after,
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-quantity-section:focus::after {
    color: #333;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-remove {
    bottom: 0;
    color: var(--color-magenta);
    position: absolute;
    right: 0;
}
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-remove:hover,
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-remove:active,
body.single-product.woocommerce div.product .set-container .set-tab-contents-section .set-tab-content .set-tab-remove:focus {
    color: var(--color-magenta-alt);
}
body.single-product.woocommerce .product-additional-information-wrapper {
}
body.single-product.woocommerce .product-additional-information-wrapper h2 {
    background-color: var(--color-blue);
    color: #FFF;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 15px 25px 12px;
}
@media (min-width: 992px) {
    body.single-product.woocommerce .product-additional-information-wrapper h2 {
        display: inline-block;
    }
}
body.single-product.woocommerce .product-additional-information-wrapper .details {
    background: var(--color-blue-gray);
    border: 1px solid #DDD;
    padding: 25px 20px;
}
@media (min-width: 992px) {
    body.single-product.woocommerce .product-additional-information-wrapper .details {
        column-count: 2;
    }
}
body.single-product.woocommerce .product-additional-information-wrapper .details ul {
    margin-bottom: 0;
    padding-left: 20px;
}
body.single-product.woocommerce .product-additional-information-wrapper .details ul li {
    margin-bottom: 10px;
}
body.single-product.woocommerce .product-additional-information-wrapper .details ul li:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    body.single-product.woocommerce .product-additional-information-wrapper .details ul li {
        break-inside: avoid-column;
    }
}
/* PRODUCT (SPECIAL/SIMPLE ONES LIKE "SAMPLE PACK") */
body.single-product.woocommerce.free-sample-pack div.product .summary {
    text-align: center;
}
@media (min-width: 768px) {
    body.single-product.woocommerce.free-sample-pack div.product .summary {
        align-items: center;
        display: flex;
        justify-content: center;
    }
}
body.single-product.woocommerce.free-sample-pack div.product form.cart .title-field-wrapper {
    display: none;
}
@media (min-width: 992px) {
    body.single-product.woocommerce.free-sample-pack div.product .summary #free-sample-pack-modal.modal .modal-dialog {
        max-width: 470px;
    }
}
body.single-product.woocommerce.free-sample-pack div.product .summary #free-sample-pack-modal.modal .modal-dialog .modal-body {
    text-align: center;
}
body.single-product.woocommerce.free-sample-pack div.product .summary #free-sample-pack-modal.modal .modal-dialog .modal-body .intro {
}
body.single-product.woocommerce.free-sample-pack div.product .summary #free-sample-pack-modal.modal .modal-dialog .modal-body .user-address {
}
body.single-product.woocommerce.free-sample-pack div.product .summary #free-sample-pack-modal.modal .modal-dialog .modal-footer .cta.cancel-button {
    background-color: var(--color-magenta);
    margin-right: 10px;
}
body.single-product.woocommerce.free-sample-pack div.product .summary #free-sample-pack-modal.modal .modal-dialog .modal-footer .cta.cancel-button:hover,
body.single-product.woocommerce.free-sample-pack div.product .summary #free-sample-pack-modal.modal .modal-dialog .modal-footer .cta.cancel-button:active,
body.single-product.woocommerce.free-sample-pack div.product .summary #free-sample-pack-modal.modal .modal-dialog .modal-footer .cta.cancel-button:focus {
    background-color: var(--color-magenta-alt);
}
/* CUSTOM ROLL LABEL */
body.single-product.custom-roll-labels {
    visibility: hidden;
}
body.single-product.custom-roll-labels.admin-has-been-logged-in-as-a-user {
    visibility: visible;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .single_variation_wrap {
    display: block !important;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper {
    margin: 0;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper .wapf-field-container {
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper .wapf-field-container .wapf-field-label {
    margin-bottom: 0;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper .wapf-field-container .wapf-field-label label {
    color: var(--color-blue);
    display: inline-block;
    margin-bottom: 2px;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper .wapf-field-container .wapf-field-input {
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper .wapf-field-container .wapf-field-input input[type="text"],
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper .wapf-field-container .wapf-field-input input[type="number"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs);
    border-radius: 0;
    color: #333;
    font-family: var(--font-heading);
    height: 42px;
    margin-right: 0;
    padding: 5px 10px;
    transition: 300ms background-color ease;
    width: 100%;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper .wapf-field-container .wapf-field-input input[type="text"]:hover,
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper .wapf-field-container .wapf-field-input input[type="text"]:active,
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper .wapf-field-container .wapf-field-input input[type="text"]:focus,
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper .wapf-field-container .wapf-field-input input[type="number"]:hover,
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper .wapf-field-container .wapf-field-input input[type="number"]:active,
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wapf-wrapper .wapf-field-container .wapf-field-input input[type="number"]:focus {
    background-color: var(--color-blue-gray);
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz-upload-handler {
    margin-bottom: 15px;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status {
    border-bottom: 1px solid #DDD;
    margin-top: 12px;
    padding: 0 0 12px 62px;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status:last-of-type {
    border-bottom: none;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .dnd-upload-details .remove-file {
    top: 0;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .preview-wrapper {
    left: 0;
    position: absolute;
    top: 0;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .preview-wrapper .preview-designed-image-link {
    background-color: #EEE;
    display: block;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .wc-dnd-file-upload .codedropz-upload-wrapper .codedropz--results .dnd-upload-status .preview-wrapper .preview-designed-image-link .preview-designed-image {
    display: block;
    height: 53px;
    object-fit: contain;
    width: 53px;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: flex-end;
}
body.single-product.custom-roll-labels.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    display: block;
    width: 100%;
}
@media (min-width: 992px) {
    body.single-product.custom-roll-labels.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        width: auto;
    }
}
/* CART */
body.woocommerce-cart .woocommerce  .woocommerce-notices-wrapper {
    clear: both;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table {
    border-radius: 0;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item:nth-of-type(2n) {
    background-color: var(--color-blue-gray);
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table thead tr th {
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td {
    padding: 20px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper {
    text-align: left !important;
}
@media (min-width: 992px) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper {
        /* align-items: center; */
        display: flex;
        flex-direction: row;
    }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-thumbnail {
    align-items: center;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}
@media (min-width: 768px) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-thumbnail {
        align-items: flex-start;
        margin-top: 0;
        text-align: left;
    }
}
@media (min-width: 992px) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-thumbnail {
        border-right: 1px solid #CCC;
        margin-bottom: 0;
        margin-right: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1200px) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-thumbnail {
    }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-thumbnail img {
    width: 186px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-details {
    text-align: center;
}
@media (min-width: 768px) {
    body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-details {
        text-align: left;
    }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-details .product-title-link a {
    color: var(--color-magenta);
    display: block;
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;;
    margin-bottom: 5px;
    pointer-events: none;;
    transition: 300ms color ease;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-details .product-title-link a:hover,
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-details .product-title-link a:active,
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-details .product-title-link a:focus {
    color: var(--color-magenta-alt);
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-details .product-detail {
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .title {
    color: var(--color-blue);
    font-family: var(--font-heading);
    font-weight: bold;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .value a {
    color: var(--color-blue);
    text-decoration: underline;
    transition: 300ms color ease;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .value a:hover,
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .value a:active,
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .value a:focus {
    color: var(--color-blue-alt);
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-price {
    font-family: var(--font-heading);
    font-weight: bold;
    vertical-align: top;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove {
    vertical-align: top;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove a {
    background: transparent !important;
    color: var(--color-magenta) !important;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove a:hover,
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove a:active,
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.product-remove a:focus {
    background: transparent !important;
    color: var(--color-magenta-alt) !important;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions {
    background-color: var(--color-blue-gray);
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon #coupon_code {
    height: 44px;
    margin-right: 9px;
    min-width: 130px;
    text-align: center;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .points-and-rewards-wrapper {
    display: none;
    opacity: 1;
    transition: 300ms opacity ease;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .points-and-rewards-wrapper.locked {
    opacity: 0.3;
    pointer-events: none;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .points-and-rewards-wrapper .points-and-rewards-information {
    border-top: 1px solid rgba(0,0,0,.1);
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
    text-align: left;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .points-and-rewards-wrapper .points-and-rewards-information .title {
    color: var(--color-magenta);
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .points-and-rewards-wrapper .points-and-rewards-information .points {
    /* color: var(--color-green); */
    font-weight: bold;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .points-and-rewards-wrapper .points-and-rewards-information + .wps_wpr_apply_custom_points {
    display: block;/* TODO: JS will enable this if points are available */
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .points-and-rewards-wrapper .wps_wpr_apply_custom_points #wps_cart_points {
    background-color: #FFF;
    border: 1px solid #D3CED2;
    border-radius: 0;
    height: 43px !important;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .points-and-rewards-wrapper .wps_wpr_apply_custom_points #wps_cart_points_apply {
    font-size: 18px;
    line-height: 20px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td.actions .points-and-rewards-wrapper .wps_wpr_apply_custom_points .wps_wpr_show_restrict_message {
    display: none;
}
@media (min-width: 1200px) {
    body.woocommerce-cart .woocommerce .cart-collaterals {
        width: 33.33333333%;
    }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: auto;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    display: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
    border-radius: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-destination,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    display: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals #shipping_method input[type="radio"] {
    margin-top: 5px;
}
/* body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals #shipping_method #shipping_method_0_flexible_shipping_ups403,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals #shipping_method label[for="shipping_method_0_flexible_shipping_ups403"] {
    display: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals  .woocommerce-shipping-totals #shipping_method label[for="shipping_method_0_flexible_shipping_ups403"] + .ups-delivery-time {
    margin-top: -0.5em;
} */
/* CHECKOUT */
body.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
    display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-additional-fields {
    display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields {
    display: block !important;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping_address {
    display: block !important;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields h3 {
    color: var(--color-magenta);
    margin-top: 0;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details label {
    color: var(--color-blue);
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details select,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details select.select2-hidden-accessible,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .input-text {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs) !important;
    border-radius: 0;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    clip: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    color: #333;
    font-family: var(--font-heading);
    height: auto !important;
    margin: 0 !important;
    overflow: auto !important;
    padding: 5px 10px !important;
    position: static !important;
    transition: 300ms background-color ease;
    width: 100% !important;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details select:active,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details select:focus,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .input-text:active,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .input-text:focus {
    background-color: var(--color-blue-gray);
    border-color: var(--color-green);
    color: #333;
    outline: initial;
    transition: initial;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details select,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details select.select2-hidden-accessible {
    height: 42px !important;
    padding: 5px !important;
}
/* body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #billing_country_field .woocommerce-input-wrapper, */
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #billing_state_field .woocommerce-input-wrapper,
/* body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #shipping_country_field .woocommerce-input-wrapper, */
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #shipping_state_field .woocommerce-input-wrapper {
    position: relative;
}
/* body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #billing_country_field .woocommerce-input-wrapper::after, */
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #billing_state_field .woocommerce-input-wrapper::after,
/* body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #shipping_country_field .woocommerce-input-wrapper::after, */
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #shipping_state_field .woocommerce-input-wrapper::after {
    bottom: 5px;
    content: "\f0dd";
    color: var(--color-blue);
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    pointer-events: none;
    right: 12px;
    transition: 300ms color ease;
    z-index: 3;
}
/* body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #billing_country_field .woocommerce-input-wrapper:hover::after,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #billing_country_field .woocommerce-input-wrapper:active::after,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #billing_country_field .woocommerce-input-wrapper:focus::after, */
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #billing_state_field .woocommerce-input-wrapper:hover::after,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #billing_state_field .woocommerce-input-wrapper:active::after,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #billing_state_field .woocommerce-input-wrapper:focus::after,
/* body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #shipping_country_field .woocommerce-input-wrapper:hover::after,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #shipping_country_field .woocommerce-input-wrapper:active::after,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #shipping_country_field .woocommerce-input-wrapper:focus::after, */
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #shipping_state_field .woocommerce-input-wrapper:hover::after,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #shipping_state_field .woocommerce-input-wrapper:active::after,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #shipping_state_field .woocommerce-input-wrapper:focus::after {
    color: #333;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #billing_country_field .woocommerce-input-wrapper strong,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details #shipping_country_field .woocommerce-input-wrapper strong {
    font-weight: normal;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .input-text {
    height: 42px !important;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details textarea.input-text {
    height: 200px !important;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details select:hover,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details select:active,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details select:focus {
    background-color: var(--color-blue-gray);
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .billing-info-block,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping-info-block,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .drop-shipping-info-block {
    background-color: var(--color-blue-gray);
    border: 1px solid #CCC;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .drop-shipping-info-wrapper {
    display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .drop-shipping-info-block {
    text-align: left;
}
@media (min-width: 992px) {
    body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .billing-info-block,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping-info-block,
    body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .drop-shipping-info-block {
        text-align: left;
    }
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .billing-info-block h2,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping-info-block h2,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .drop-shipping-info-block h2 {
    color: var(--color-magenta);
    margin-bottom: 10px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row {
    margin: 0 0 15px;
    padding: 0;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields #billing_address_1_field.form-row,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields #shipping_address_1_field.form-row {
    margin-bottom: -2px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row .select2-container,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row .select2-container {
    display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
    display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address-checkbox {
    margin-left: 0;
    position: static;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping-info-block .drop-shipping-checkbox-wrapper {
    margin-top: 12px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping-info-block .drop-shipping-checkbox-wrapper .drop-shipping-checkbox {
    cursor: pointer;
    height: 18px;
    margin: 0 2px 0 0;
    width: 18px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .shipping-info-block .drop-shipping-checkbox-wrapper label {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: -1px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-additional-fields #order_comments_field {
    padding: 0;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .drop-shipping-info-block .drop-shipping-field-group {
    margin-bottom: 15px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .drop-shipping-info-block .drop-shipping-field-group:last-of-type {
    margin-bottom: 0;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .drop-shipping-info-block .drop-shipping-field-group .drop-shipping-label {
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .drop-shipping-info-block .drop-shipping-field-group .drop-shipping-field {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs);
    border-radius: 0;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    color: #333;
    font-family: var(--font-heading);
    height: 42px;
    margin-right: 0;
    padding: 5px 10px;
    transition: 300ms background-color ease;
    width: 100%;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .drop-shipping-info-block .drop-shipping-field-group .drop-shipping-field:hover,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .drop-shipping-info-block .drop-shipping-field-group .drop-shipping-field:active,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .drop-shipping-info-block .drop-shipping-field-group .drop-shipping-field:focus {
    background-color: var(--color-blue-gray);
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review_heading {
    color: var(--color-magenta);
    display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .shop_table {
    border-radius: 0;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method input[type="radio"] {
    margin-top: 5px;
}
/* body.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method #shipping_method_0_flexible_shipping_ups403,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method label[for="shipping_method_0_flexible_shipping_ups403"] {
    display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method label[for="shipping_method_0_flexible_shipping_ups403"] + .ups-delivery-time {
    margin-top: -0.5em;
} */
body.woocommerce-checkout .woocommerce .woocommerce-checkout #payment {
    background-color: #DDD;
    border-radius: 0;
    width: 100%;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #payment .payment_box {
    background-color: #FFF;
    padding-bottom: 6px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #payment .payment_box::before {
    border-color: transparent;
    border-bottom-color: #FFF;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #payment .payment_box label {
    color: var(--color-blue);
    font-family: var(--font-heading);
    line-height: normal;
    margin-bottom: 2px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #payment .payment_box label .required {
    color: var(--color-blue);
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #payment .payment_box input:not([type="checkbox"]) {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs) !important;
    border-radius: 0;
    box-sizing: border-box;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    clip: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    color: #333;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: normal;
    height: 42px !important;
    line-height: 22px;
    margin: 0 !important;
    overflow: auto !important;
    padding: 5px 10px !important;
    position: static !important;
    transition: 300ms background-color ease;
    width: 100% !important;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #payment .payment_box input:hover,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #payment .payment_box input:active,
body.woocommerce-checkout .woocommerce .woocommerce-checkout #payment .payment_box input:focus {
    background-color: var(--color-blue-gray);
    color: #333;
    outline: initial;
    transition: initial;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #payment .payment_box .save-cc-section {
    margin-left: 4px;
    margin-bottom: 8px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #payment .payment_box .save-cc-section #save-cc-checkbox {
    margin-right: 5px;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #payment .payment_box .save-cc-section label {
    cursor: pointer;
}

/* Save cards feature */
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    margin: 0;
}
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .credit-card-field {
    margin-bottom: 10px;
    padding: 3px;
    position: relative;
}
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .credit-card-field::after {
    content: "\f0dd";
    color: var(--color-blue);
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    pointer-events: none;
    right: 15px;
    top: 15px;
    transition: 300ms color ease;
}
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .credit-card-field:hover::after,
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .credit-card-field:active::after,
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .credit-card-field:focus::after {
    color: #333;
}
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .credit-card-field label {
    color: var(--color-blue);
    display: block;
    font-size: 1em;
    font-family: var(--font-heading);
    line-height: normal;
    margin-bottom: 2px;
}
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .credit-card-field .credit-card {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs);
    border-radius: 0;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    color: #333;
    cursor: pointer;
    font-family: var(--font-heading);
    height: 42px;
    margin-right: 0;
    padding: 5px 10px;
    transition: 300ms background-color ease;
    width: 100%;
}
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .credit-card-field .credit-card:hover,
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .credit-card-field .credit-card:active,
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .credit-card-field .credit-card:focus {
    background-color: var(--color-blue-gray);
}
/* body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .add-credit-card {
    color: var(--color-magenta);
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 5px;
    transition: 300ms color ease;
}
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .add-credit-card:hover,
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .add-credit-card:active {
    color: var(--color-magenta-alt);
} */
body.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row:first-of-type {
    border-top: 1px dashed #CCC;
    margin-top: 15px;
    padding-top: 15px;
}



/* ORDER RECEIVED (CONFIRMATION) */
body.woocommerce-order-received .woocommerce-notice {
    color: var(--color-magenta);
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}
@media (min-width: 992px) {
    body.woocommerce-order-received .woocommerce-notice {
        margin-bottom: 20px;
    }
}
body.woocommerce-order-received .woocommerce-order-overview {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    margin: 0 auto 50px;
    text-align: center;
    padding: 0;
}
@media (min-width: 992px) {
    body.woocommerce-order-received .woocommerce-order-overview {
        flex-direction: row;
    }
}
body.woocommerce-order-received .woocommerce-order-overview li {
    border: 0;
    margin: 0;
    padding: 0;
}
@media (min-width: 992px) {
    body.woocommerce-order-received .woocommerce-order-overview li {
        border-right: 1px dashed #D3CED2;
        margin-left: 0;
        margin-right: 2em;
        padding-left: 0;
        padding-right: 2em;
    }
}
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name {
    padding: 20px;
}
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper {
    text-align: left !important;
}
@media (min-width: 992px) {
    body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper {
        align-items: center;
        display: flex;
        flex-direction: row;
    }
}
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-thumbnail {
    display: block !important;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}
@media (min-width: 768px) {
    body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-thumbnail {
        margin-top: 0;
        text-align: left;
    }
}
@media (min-width: 992px) {
    body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-thumbnail {
        margin-bottom: 0;
        margin-right: 20px;
    }
}
@media (min-width: 1200px) {
    body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-thumbnail {
    }
}
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-thumbnail img {
    width: 186px;
}
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details {
    text-align: center;
}
@media (min-width: 768px) {
    body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details {
        text-align: left;
    }
}
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-title-link a {
    color: var(--color-magenta);
    display: block;
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;;
    margin-bottom: 5px;
    transition: 300ms color ease;
}
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-title-link a:hover,
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-title-link a:active,
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-title-link a:focus {
    color: var(--color-magenta-alt);
}
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-detail:last-of-type {
    margin-bottom: 10px;
}
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .title {
    color: var(--color-blue);
    font-family: var(--font-heading);
    font-weight: bold;
}
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .value a {
    color: var(--color-blue);
    text-decoration: underline;
    transition: 300ms color ease;
}
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .value a:hover,
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .value a:active,
body.woocommerce-order-received .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .value a:focus {
    color: var(--color-blue-alt);
}
body.woocommerce-order-received #points-earned-modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
}
body.woocommerce-order-received #points-earned-modal .modal-dialog .modal-content .modal-header {
    background-color: var(--color-green);
}
body.woocommerce-order-received #points-earned-modal .modal-dialog .modal-content .modal-body p.description {
    margin-bottom: 20px;
}
body.woocommerce-order-received #points-earned-modal .modal-dialog .modal-content .modal-body p.description .points-earned,
body.woocommerce-order-received #points-earned-modal .modal-dialog .modal-content .modal-body p.description .dollars-earned {
    color: var(--color-green);
    font-weight: bold;
}
body.woocommerce-order-received #points-earned-modal .modal-dialog .modal-content .modal-body p.disclaimer {
    color: #999;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}
body.woocommerce-order-received #points-earned-modal .modal-dialog .modal-content .modal-footer .ok-button {
    background-color: var(--color-green);
}
body.woocommerce-order-received #points-earned-modal .modal-dialog .modal-content .modal-footer .ok-button:hover,
body.woocommerce-order-received #points-earned-modal .modal-dialog .modal-content .modal-footer .ok-button:active,
body.woocommerce-order-received #points-earned-modal .modal-dialog .modal-content .modal-footer .ok-button:focus {
    background-color: var(--color-green-alt);
}
/* CONTACT */
body.contact .form-wrapper .intro {
    margin-bottom: 20px;
}
body.contact .address-wrapper {
    margin-top: 30px;
}
@media (min-width: 992px) {
    body.contact .address-wrapper {
        margin-top: 24px;
    }
}
body.contact .address-wrapper .map {
    height: 364px;
    width: 100%;
}
/* GET CUSTOM QUOTE */
@media (min-width: 992px) {
    body.get-custom-quote form {
        column-count: 2;
        column-gap: 30px;
    }
}
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-10-wrap::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-11-wrap::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-17-wrap::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-21-wrap::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-22-wrap::after {
    content: "\f0dd";
    color: var(--color-blue);
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    pointer-events: none;
    right: 12px;
    top: 28px;
    transition: 300ms color ease;
    z-index: 3;
}
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-10-wrap:hover::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-10-wrap:active::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-10-wrap:focus::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-11-wrap:hover::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-11-wrap:active::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-11-wrap:focus::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-17-wrap:hover::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-17-wrap:active::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-17-wrap:focus::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-21-wrap:hover::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-21-wrap:active::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-21-wrap:focus::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-22-wrap:hover::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-22-wrap:active::after,
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-22-wrap:focus::after {
    color: #333;
}
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-11-wrap::after {
    content: '';
}
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-11-wrap #nf-field-11 {
    border: none !important;
    padding: 0;
    pointer-events: none;
}
body.get-custom-quote .form-wrapper .nf-form-content #nf-field-11-wrap #nf-field-11 option {
    margin: 0;
    padding: 0;
}
/* MY ACCOUNT */
body.page-template-template-my-account .welcome-text {
    margin-bottom: 0;
    text-align: center;
}
@media (min-width: 992px) {
    body.page-template-template-my-account .welcome-text {
        text-align: left;
    }
}
body.page-template-template-my-account .rewards-points {
    margin-bottom: 20px;
    text-align: center;
}
@media (min-width: 992px) {
    body.page-template-template-my-account .rewards-points {
        text-align: left;
    }
}
body.page-template-template-my-account .rewards-points .points {
    color: var(--color-green);
    font-weight: bold;
}
/* body.my-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}
body.my-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}
body.my-account .woocommerce-MyAccount-navigation ul li {
}
body.my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
body.my-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
} */
body.my-account .nav-tabs {
}
/* Orders */
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders {
    font-size: 16px;
    margin-bottom: 0;
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-number a {
    display: block;
    font-weight: bold;
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-number a .job-names {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 16px;
}
@media (min-width: 768px) {
    body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-number a .job-names {
        list-style-type: square;
    }
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-number a .job-names .job-name {
    color: #333;
    /* font-size: 14px; */
    font-weight: normal;
    /* line-height: 20px; */
    max-width: 320px;
    transition: 300ms opacity ease;
    /* white-space: nowrap; */
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-number a:hover .job-names .job-name,
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-number a:active .job-names .job-name,
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-number a:focus .job-names .job-name {
    opacity: 0.7;
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions {
    font-size: 0;
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a {
    margin: 2px 5px 2px 0;
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a.reorder-link {
    background-color: var(--color-magenta);
    display: inline-block;
    font-size: 0;
    padding: 0;
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a.reorder-link:hover,
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a.reorder-link:active,
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a.reorder-link:focus {
    background-color: var(--color-magenta-alt);
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a.reorder-link .preview-image {
    border: 2px solid var(--color-magenta);
    display: inline-block;
    height: 44px;
    margin: 0;
    width: auto;
}
/* @media (min-width: 768px) {
    body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a.reorder-link .preview-image {
        margin: 5px 0 5px 10px;
    }
} */
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a.reorder-link .reorder-title {
    font-size: 18px;
    line-height: 44px;
    margin: 0 20px 0 18px;
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders .woocommerce-button {
    margin-right: 5px;
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders .woocommerce-button:last-of-type {
    margin-right: 0;
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders .woocommerce-button.cancel {
    background-color: var(--color-magenta);
}
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders .woocommerce-button.cancel:hover,
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders .woocommerce-button.cancel:active,
body.woocommerce-orders .tab-content .woocommerce-MyAccount-orders .woocommerce-button.cancel:focus {
    background-color: var(--color-magenta-alt);
}
/* View Order */
body.woocommerce-view-order .tab-content .back-to-orders-link {
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}
body.woocommerce-view-order .tab-content .back-to-orders-link + p {
    margin-bottom: 30px;
}
body.woocommerce-view-order .tab-content .back-to-orders-link + p mark {
    background-color: #F7E922;
}
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name {
    padding: 20px;
}
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper {
    text-align: left !important;
}
@media (min-width: 992px) {
    body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper {
        align-items: center;
        display: flex;
        flex-direction: row;
    }
}
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-thumbnail {
    display: block !important;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
}
@media (min-width: 768px) {
    body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-thumbnail {
        margin-top: 0;
        text-align: left;
    }
}
@media (min-width: 992px) {
    body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-thumbnail {
        margin-bottom: 0;
        margin-right: 20px;
    }
}
@media (min-width: 1200px) {
    body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-thumbnail {
    }
}
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-thumbnail img {
    width: 186px;
}
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details {
    text-align: center;
}
@media (min-width: 768px) {
    body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details {
        text-align: left;
    }
}
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-title-link a {
    color: var(--color-magenta);
    display: block;
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;;
    margin-bottom: 5px;
    transition: 300ms color ease;
}
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-title-link a:hover,
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-title-link a:active,
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-title-link a:focus {
    color: var(--color-magenta-alt);
}
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-detail:last-of-type {
    margin-bottom: 10px;
}
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .title {
    color: var(--color-blue);
    font-family: var(--font-heading);
    font-weight: bold;
}
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .value a {
    color: var(--color-blue);
    text-decoration: underline;
    transition: 300ms color ease;
}
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .value a:hover,
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .value a:active,
body.woocommerce-view-order .tab-content .woocommerce-order-details table.woocommerce-table tbody tr td.product-name .product-details-wrapper .product-details .product-detail .value a:focus {
    color: var(--color-blue-alt);
}
/* Profile */
@media (min-width: 992px) {
    body.profile form {
        column-count: 2;
        column-gap: 30px;
    }
}
body.profile .nf-form-content #nf-field-87-wrap .nf-field-element h2,
body.profile .nf-form-content #nf-field-88-wrap .nf-field-element h2 {
    margin-bottom: 10px;
}
body.profile .nf-form-content #nf-field-84-wrap::after,
body.profile .nf-form-content #nf-field-86-wrap::after,
body.profile .nf-form-content #nf-field-92-wrap::after,
body.profile .nf-form-content #nf-field-94-wrap::after  {
    content: "\f0dd";
    color: var(--color-blue);
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    pointer-events: none;
    right: 12px;
    top: 28px;
    transition: 300ms color ease;
    z-index: 3;
}
body.profile .nf-form-content #nf-field-84-wrap:hover::after,
body.profile .nf-form-content #nf-field-84-wrap:active::after,
body.profile .nf-form-content #nf-field-84-wrap:focus::after,
body.profile .nf-form-content #nf-field-86-wrap:hover::after,
body.profile .nf-form-content #nf-field-86-wrap:active::after,
body.profile .nf-form-content #nf-field-86-wrap:focus::after,
body.profile .nf-form-content #nf-field-92-wrap:hover::after,
body.profile .nf-form-content #nf-field-92-wrap:active::after,
body.profile .nf-form-content #nf-field-92-wrap:focus::after,
body.profile .nf-form-content #nf-field-94-wrap:hover::after,
body.profile .nf-form-content #nf-field-94-wrap:active::after,
body.profile .nf-form-content #nf-field-94-wrap:focus::after {
    color: #333;
}
body.profile .nf-form-content #nf-field-87-wrap .nf-field-element .copy-address i {
    display: none;
}
@media (min-width: 992px) {
    body.profile .nf-form-content #nf-field-87-wrap .nf-field-element .copy-address i {
        display: inline-block;
    }
}

/* Password Reset */
@media (min-width: 992px) {
    body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm {
        width: 410px;
    }
}
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row {
    margin-bottom: 15px;
    padding: 0;
}
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row label {
    color: var(--color-blue);
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 2px;
}
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs);
    border-radius: 0;
    color: #333;
    font-family: var(--font-heading);
    height: 42px;
    margin-right: 0;
    padding: 5px 10px;
    transition: 300ms background-color ease;
    width: 100%;
}
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row input:hover,
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row input:active,
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row input:focus {
    background-color: var(--color-blue-gray);
}
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .woocommerce-Button {
    background-color: var(--color-blue);
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 12px 20px;
    transition: 300ms background-color ease;
}
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .woocommerce-Button:hover,
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .woocommerce-Button:active,
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .woocommerce-Button:focus {
    background-color: var(--color-blue-alt);
    color: #FFF;
}
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row .show-password-input::after {
    content: '\f070';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 0;
    top: 2px;
}
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row .show-password-input.display-password::after {
    content: '\f06e';
}
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row .woocommerce-password-strength.short,
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row .woocommerce-password-strength.bad,
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row .woocommerce-password-strength.strong,
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row .woocommerce-password-strength.good {
    border: none;
    color: #FFF;
}
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row .woocommerce-password-strength.short,
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row .woocommerce-password-strength.bad {
    background-color: var(--color-magenta);
}
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row .woocommerce-password-strength.strong {
    background-color: var(--color-green);
}
body.woocommerce-edit-account .tab-content .woocommerce-EditAccountForm .form-row .woocommerce-password-strength.good {
    background-color: var(--color-yellow);
}
body.profile .tab-content .nf-form-cont .nf-form-content .nf-field-container.submit-container {
    margin-bottom: 0;
}
/* REGISTER, LOGIN, PASSWORD RECOVERY */
body.register .form-wrapper .um,
body.login .form-wrapper .um,
body.password-recovery .form-wrapper .um {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    max-width: none;
}
body.register .form-wrapper .um .um-form .um-field,
body.login .form-wrapper .um .um-form .um-field,
body.password-recovery .form-wrapper .um .um-form .um-field {
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}
body.register p.um-notice,
body.login p.um-notice,
body.password-recovery p.um-notice {
    border-radius: 0;
    margin-bottom: 20px !important;
}
body.login p.um-notice.err {
    background-color: var(--color-magenta);
}
body.login .form-wrapper .um .um-form .um-field.um-field-c {
    display: none;
}
body.register .form-wrapper .um .um-form .um-field.um-field-user_state::after,
body.register .form-wrapper .um .um-form .um-field.um-field-user_country::after,
body.register .form-wrapper .um .um-form .um-field.um-field-user_how_did_you_hear_about_us::after {
    content: "\f0dd";
    color: var(--color-blue);
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    pointer-events: none;
    right: 12px;
    top: 28px;
    transition: 300ms color ease;
    z-index: 3;
}
body.register .form-wrapper .um .um-form .um-field.um-field-user_state:hover::after,
body.register .form-wrapper .um .um-form .um-field.um-field-user_state:active::after,
body.register .form-wrapper .um .um-form .um-field.um-field-user_state:focus::after,
body.register .form-wrapper .um .um-form .um-field.um-field-user_country:hover::after,
body.register .form-wrapper .um .um-form .um-field.um-field-user_country:active::after,
body.register .form-wrapper .um .um-form .um-field.um-field-user_country:focus::after,
body.register .form-wrapper .um .um-form .um-field.um-field-user_how_did_you_hear_about_us:hover::after,
body.register .form-wrapper .um .um-form .um-field.um-field-user_how_did_you_hear_about_us:active::after,
body.register .form-wrapper .um .um-form .um-field.um-field-user_how_did_you_hear_about_us:focus::after {
    color: #333;
}
body.register .form-wrapper .um .um-form .um-field#um_field_3570_user_tax_exempt .um-field-area .um-field-checkbox .um-field-checkbox-state i {
    color: var(--color-blue);
}
body.register .form-wrapper .um .um-form .um-field#um_field_3570_user_tax_exempt .um-field-area .um-field-checkbox .um-field-checkbox-option {
    color: #999;
    cursor: pointer;
    margin-left: 30px;
}
body.register .form-wrapper .um .um-form .um-field#um_field_3570_user_tax_exempt_documents .um-field-area,
body.login .form-wrapper .um .um-form .um-field#um_field_3570_user_tax_exempt_documents .um-field-area {
    text-align: left !important;
}
body.register .form-wrapper .um .um-form .um-field#um_field_3570_user_tax_exempt_documents .um-field-area .um-button {
    background-color: #999;
    border-radius: 0 !important;
    box-shadow: none;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    max-width: none;
    min-width: 0;
    padding: 12px 20px;
    transition: 300ms background-color ease;
}
body.register .form-wrapper .um .um-form .um-field#um_field_3570_user_tax_exempt_documents .um-field-area .um-button:hover,
body.register .form-wrapper .um .um-form .um-field#um_field_3570_user_tax_exempt_documents .um-field-area .um-button:active,
body.register .form-wrapper .um .um-form .um-field#um_field_3570_user_tax_exempt_documents .um-field-area .um-button:focus {
    background-color: #777;
}
body.register .form-wrapper .um .um-form .um-field select,
body.register .form-wrapper .um .um-form .um-field select.select2-hidden-accessible {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs) !important;
    border-radius: 0;
    box-sizing: border-box;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    clip: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    color: #333;
    cursor: pointer;
    font-family: var(--font-heading);
    height: auto !important;
    margin: 0 !important;
    overflow: auto !important;
    padding: 5px 10px !important;
    position: static !important;
    transition: 300ms background-color ease;
    width: 100% !important;
}
body.register .form-wrapper .um .um-form .um-field select:hover,
body.register .form-wrapper .um .um-form .um-field select:active,
body.register .form-wrapper .um .um-form .um-field select:focus {
    background-color: var(--color-blue-gray);
    border-color: var(--color-green);
    color: #333;
    outline: initial;
    transition: initial;
}
body.register .form-wrapper .um .um-form .um-field select,
body.register .form-wrapper .um .um-form .um-field select.select2-hidden-accessible {
    height: 42px !important;
    padding: 5px !important;
}
body.register .form-wrapper .um .um-form .um-field .select2 {
    display: none !important;
}
body.register .form-wrapper .um .um-form .um-field .um-field-block div,
body.password-recovery .form-wrapper .um .um-form .um-field .um-field-block div {
    color: var(--color-blue);
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: left !important;
}
body.register .form-wrapper .um .um-form .um-field .um-field-label,
body.login .form-wrapper .um .um-form .um-field .um-field-label,
body.password-recovery .form-wrapper .um .um-form .um-field .um-field-label {
    color: var(--color-blue);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 2px !important;
    padding: 0;
}
body.register .form-wrapper .um .um-form .um-field .um-field-label label,
body.login .form-wrapper .um .um-form .um-field .um-field-label label,
body.password-recovery .form-wrapper .um .um-form .um-field .um-field-label label {
    font-family: var(--font-body);
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px !important;
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: auto !important;
}
body.register .form-wrapper .um .um-form .um-field .um-field-label label span.um-req,
body.login .form-wrapper .um .um-form .um-field .um-field-label label span.um-req,
body.password-recovery .form-wrapper .um .um-form .um-field .um-field-label label span.um-req {
    color: var(--color-blue);
    font-size: 16px;
    margin: 0 0 0 5px;
}
body.register .form-wrapper .um .um-form .um-field input[type="text"],
body.register .form-wrapper .um .um-form .um-field input[type="password"],
body.login .form-wrapper .um .um-form .um-field input[type="text"],
body.login .form-wrapper .um .um-form .um-field input[type="password"],
body.password-recovery .form-wrapper .um .um-form .um-field input[type="text"],
body.password-recovery .form-wrapper .um .um-form .um-field input[type="password"] {
    background-color: #FFF;
    border: var(--border-form-inputs) !important;
    border-radius: 0;
    color: #333;
    font-family: var(--font-heading);
    height: 42px !important;
    padding: 5px 10px !important;
    transition: 300ms background-color ease;
}
body.register .form-wrapper .um .um-form .um-field input[type="text"]:hover,
body.register .form-wrapper .um .um-form .um-field input[type="text"]:active,
body.register .form-wrapper .um .um-form .um-field input[type="text"]:focus,
body.register .form-wrapper .um .um-form .um-field input[type="password"]:hover,
body.register .form-wrapper .um .um-form .um-field input[type="password"]:active,
body.register .form-wrapper .um .um-form .um-field input[type="password"]:focus,
body.login .form-wrapper .um .um-form .um-field input[type="text"]:hover,
body.login .form-wrapper .um .um-form .um-field input[type="text"]:active,
body.login .form-wrapper .um .um-form .um-field input[type="text"]:focus,
body.login .form-wrapper .um .um-form .um-field input[type="password"]:hover,
body.login .form-wrapper .um .um-form .um-field input[type="password"]:active,
body.login .form-wrapper .um .um-form .um-field input[type="password"]:focus,
body.password-recovery .form-wrapper .um .um-form .um-field input[type="text"]:hover,
body.password-recovery .form-wrapper .um .um-form .um-field input[type="text"]:active,
body.password-recovery .form-wrapper .um .um-form .um-field input[type="text"]:focus,
body.password-recovery .form-wrapper .um .um-form .um-field input[type="password"]:hover,
body.password-recovery .form-wrapper .um .um-form .um-field input[type="password"]:active,
body.password-recovery .form-wrapper .um .um-form .um-field input[type="password"]:focus {
    background-color: var(--color-blue-gray);
}
body.register .form-wrapper .um .um-form .um-field .um-field-error,
body.login .form-wrapper .um .um-form .um-field .um-field-error,
body.password-recovery .form-wrapper .um .um-form .um-field .um-field-error {
    background-color: var(--color-magenta);
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
}
body.register .form-wrapper .um .um-form .um-field .um-field-error .um-field-arrow,
body.login .form-wrapper .um .um-form .um-field .um-field-error .um-field-arrow,
body.password-recovery .form-wrapper .um .um-form .um-field .um-field-error .um-field-arrow {
    color: var(--color-magenta);
    font-size: 32px;
    top: -21px;
}
body.password-recovery .form-wrapper .um .um-form .um-field.um-field-username_b {
    padding-bottom: 30px;
}
body.register .form-wrapper .um .um-form .um-col-alt,
body.login .form-wrapper .um .um-form .um-col-alt,
body.password-recovery .form-wrapper .um .um-form .um-col-alt {
    margin: 0;
    padding: 0;
}
body.register .form-wrapper .um .um-form .um-col-alt .um-center,
body.login .form-wrapper .um .um-form .um-col-alt .um-center,
body.password-recovery .form-wrapper .um .um-form .um-col-alt .um-center {
    text-align: left;
}
body.register .form-wrapper .um .um-form .um-col-alt .um-center .um-button,
body.login .form-wrapper .um .um-form .um-col-alt .um-center .um-button,
body.password-recovery .form-wrapper .um .um-form .um-col-alt .um-center .um-button {
    background-color: var(--color-blue);
    border-radius: 0 !important;;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    color: #FFF;
    cursor: pointer !important;;
    display: inline-block !important;;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: normal !important;
    height: 50px !important;
    line-height: 20px !important;
    min-width: 0 !important;
    padding: 12px 20px !important;
    text-transform: capitalize !important;
    transition: 300ms background-color ease;
    width: auto !important;
}
body.register .form-wrapper .um .um-form .um-col-alt .um-center .um-button:hover,
body.register .form-wrapper .um .um-form .um-col-alt .um-center .um-button:active,
body.register .form-wrapper .um .um-form .um-col-alt .um-center .um-button:focus,
body.login .form-wrapper .um .um-form .um-col-alt .um-center .um-button:hover,
body.login .form-wrapper .um .um-form .um-col-alt .um-center .um-button:active,
body.login .form-wrapper .um .um-form .um-col-alt .um-center .um-button:focus,
body.password-recovery .form-wrapper .um .um-form .um-col-alt .um-center .um-button:hover,
body.password-recovery .form-wrapper .um .um-form .um-col-alt .um-center .um-button:active,
body.password-recovery .form-wrapper .um .um-form .um-col-alt .um-center .um-button:focus {
    background-color: var(--color-blue-alt);
    color: #FFF;
}
body.register .form-wrapper .um .um-form .um-col-alt .um-center .um-button,
body.login .form-wrapper .um .um-form .um-col-alt .um-center .um-button {
    display: none;
}
body.login .form-wrapper .um .um-form .um-col-alt-b {
    display: none;
}
/* REPORTS */
body.reports .filter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (min-width: 992px) {
    body.reports .filter-form {
        flex-direction: row;
        gap: 6px;
        justify-content: flex-end;
        margin-bottom: -44px;
        position: relative;
        z-index: 1;
    }
}
body.reports .filter-form .form-field {
    display: flex;
    flex-direction: column;;
}
body.reports .filter-form .form-field label {
    margin-bottom: 2px;
}
body.reports .filter-form .form-field input[type="text"] {
    border: 1px solid #DDD;
    border-radius: 0;
    height: 44px;
    padding: 10px;
    width: 100%;
}
@media (min-width: 992px) {
    body.reports .filter-form .form-field input[type="text"] {
        width: 110px;
    }
}
body.reports .filter-form input[type="submit"] {
    appearance: none;
    background-color: var(--color-green);
    border: none;
    border-radius: 0;
    color: #FFF;
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 12px 20px;
    transition: 300ms background-color ease;
}
body.reports .filter-form input[type="submit"]:hover {
    background-color: var(--color-green-alt);
}
@media (min-width: 992px) {
    body.reports .filter-form input[type="submit"] {
        margin-top: 24px;
    }
}
body.reports .nav-tabs {
}
@media (min-width: 992px) {
    body.reports .nav-tabs {
        position: relative;
        width: 60%;
        z-index: 1;
    }
}
body.reports .tab-content table {
    border: 1px solid rgba(0,0,0,.1);
    display: block;
    overflow: auto;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
@media (min-width: 576px) {
    body.reports .tab-content table {
        display: table;
    }
}
body.reports .tab-content table thead tr th,
body.reports .tab-content table tbody tr td {
    line-height: 1.5em;
    padding: 4px 8px;
    vertical-align: middle;
    white-space: nowrap;
}
body.reports .tab-content table thead tr th {
    font-weight: 700;
}
body.reports .tab-content table tbody tr td {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/* PLUGIN OVERRIDES */
/* POINTS AND REWARDS */
#wps_wpr_order_notice {
    display: none;
}
/* UM */
div.um .g-recaptcha {
    max-width: none !important;
}
/* LIVECHAT */
/* The "disable on mobile if not logged in" plugin option doesn't work, so forcing via CSS. */
/* #chat-widget-container {
    display: none !important
}
body.logged-in #chat-widget-container {
    display: block !important
} */
/* DATE PICKER */
.datepicker-dropdown {
    padding-top: 0;
}
.datepicker-dropdown .datepicker-picker {
    padding: 6px 2px 10px;
}
.datepicker-dropdown .datepicker-picker .datepicker-view {
    width: 230px;
}
.datepicker-dropdown .datepicker-picker .datepicker-controls .button {
    color: var(--color-blue);
    font-size: 16px;
}
.datepicker-dropdown .datepicker-picker .datepicker-cell {
    height: 28px;
}
.datepicker-dropdown .datepicker-picker .datepicker-cell.selected,
.datepicker-dropdown .datepicker-picker .datepicker-cell.selected:hover {
    background-color: var(--color-green);
    border-radius: 0;
    font-weight: normal;
}
.datepicker-dropdown .datepicker-picker .datepicker-header .datepicker-controls {
    padding: 0;
}
.datepicker-dropdown .datepicker-picker .datepicker-main {
    padding: 0;
}
.datepicker-dropdown .datepicker-picker .dow {
    font-size: 14px;
    height: 28px;
}
/* WOOCOMMERCE */
.woocommerce .woocommerce-notices-wrapper {
    padding: 0 15px;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    background-color: transparent;
}
.woocommerce .woocommerce-message {
    border-top-color: var(--color-green);
}
.woocommerce .woocommerce-message::before {
    color: var(--color-green);
}
.woocommerce .woocommerce-info {
    border-top-color: var(--color-blue);
}
.woocommerce .woocommerce-info::before {
    color: var(--color-blue);
}
.woocommerce .woocommerce-error {
    border-top-color: var(--color-magenta);
}
.woocommerce .woocommerce-error::before {
    color: var(--color-magenta);
}
.woocommerce .woocommerce-message .restore-item,
.woocommerce .woocommerce-info .restore-item,
.woocommerce .woocommerce-error .restore-item {
    color: var(--color-magenta);
    display: none;
    transition: 300ms color ease;
}
.woocommerce .woocommerce-message .restore-item:hover,
.woocommerce .woocommerce-info .restore-item:hover,
.woocommerce .woocommerce-error .restore-item:hover,
.woocommerce .woocommerce-message .restore-item:active,
.woocommerce .woocommerce-info .restore-item:active,
.woocommerce .woocommerce-error .restore-item:active,
.woocommerce .woocommerce-message .restore-item:focus,
.woocommerce .woocommerce-info .restore-item:focus,
.woocommerce .woocommerce-error .restore-item:focus {
    color: var(--color-magenta-alt);
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: var(--color-green);
    border-radius: 0;
    color: #FFF !important;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    opacity: 1;
    padding: 12px 20px;
    text-transform: capitalize;
    transition: 300ms background-color ease;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
    background-color: var(--color-green-alt);
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    opacity: 1 !important;
    pointer-events: none;
}
.woocommerce div.product form.cart .variations label {
    color: #333;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: block;
    margin: 0 auto;
    /* max-width: 200px; */
}
@media (min-width: 768px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        /* max-width: 400px; */
    }
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    border: 2px solid #333;
    display: none;
    z-index: 1;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--color-green);
    font-size: 40px;
    font-family: var(--font-heading);
    font-weight: bold;
    line-height: 44px;
}
.woocommerce div.product form.cart .woocommerce-variation.single_variation {
    display: none !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--color-blue);
    border-radius: 0;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 12px 20px;
    transition: 300ms background-color ease;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--color-blue);
    border-radius: 0;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    opacity: 0.4;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: var(--color-blue-alt);
}
.woocommerce div.product .woocommerce-tabs {
    display: none;
}
/* NINJA FORMS */
nf-form-cont {
}
.nf-form-cont .nf-form-content {
    max-width: none;
    padding: 0;
}
.nf-form-cont .nf-form-fields-required {
    display: none;
}
.nf-form-cont .nf-form-content .label-above .nf-field-label,
.nf-form-cont .nf-form-content .label-below .nf-field-label,
.nf-form-cont .nf-form-content .label-hidden .nf-field-label {
    color: var(--color-blue);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 2px !important;
}
.nf-form-cont .nf-form-content .label-above .nf-field-label .ninja-forms-req-symbol,
.nf-form-cont .nf-form-content .label-below .nf-field-label .ninja-forms-req-symbol,
.nf-form-cont .nf-form-content .label-hidden .nf-field-label .ninja-forms-req-symbol {
    color: var(--color-blue);
}
.nf-form-cont .nf-form-content input:not([type="button"]),
.nf-form-cont .nf-form-content textarea.ninja-forms-field {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs);
    border-radius: 0;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    color: #333;
    font-family: var(--font-heading);
    margin-right: 0;
    padding: 5px 10px;
    transition: 300ms background-color ease;
    width: 100%;
}
.nf-form-cont .nf-form-content input:not([type="button"]) {
    height: 42px;
}
.nf-form-content select.ninja-forms-field:not([multiple]) {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: var(--border-form-inputs) !important;
    border-radius: 0;
    /*box-shadow: 1px 1px 1px rgba(0,0,0,0.4) !important;*/
    color: #333;
    cursor: pointer;
    font-family: var(--font-heading);
    height: 42px !important;
    margin-right: 0;
    padding: 5px;
    transition: 300ms background-color ease;
    width: 100%;
}
.nf-form-content select.ninja-forms-field:not([multiple]):hover,
.nf-form-content select.ninja-forms-field:not([multiple]):active,
.nf-form-content select.ninja-forms-field:not([multiple]):focus {
    background-color: var(--color-blue-gray);
}
.nf-form-content .list-select-wrap .nf-field-element > div {
    display: none;
}
.nf-form-cont .nf-form-content textarea.ninja-forms-field {
    height: 100px;
}
@media (min-width: 1200px) {
    .nf-form-cont .nf-form-content textarea.ninja-forms-field {
        height: 122px;
    }
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div:hover,
.nf-form-cont .nf-form-content input:not([type="button"]):hover,
.nf-form-cont .nf-form-content textarea:hover,
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div:active,
.nf-form-cont .nf-form-content input:not([type="button"]):active,
.nf-form-cont .nf-form-content textarea:active,
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.nf-form-cont .nf-form-content input:not([type="button"]):focus,
.nf-form-cont .nf-form-content textarea:focus {
    background-color: var(--color-blue-gray);
    border-color: var(--color-green);
    color: #333;
    outline: initial;
    transition: initial;
}
.nf-form-cont .nf-form-content button,
.nf-form-cont .nf-form-content input[type="button"],
.nf-form-cont .nf-form-content input[type="submit"] {
    background-color: var(--color-blue);
    border-radius: 0;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.4); */
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 12px 20px;
    transition: 300ms background-color ease;
}
.nf-form-cont .nf-form-content button:hover,
.nf-form-cont .nf-form-content button:active,
.nf-form-cont .nf-form-content button:focus,
.nf-form-cont .nf-form-content input[type="button"]:hover,
.nf-form-cont .nf-form-content input[type="button"]:active,
.nf-form-cont .nf-form-content input[type="button"]:focus,
.nf-form-cont .nf-form-content input[type="submit"]:hover,
.nf-form-cont .nf-form-content input[type="submit"]:active,
.nf-form-cont .nf-form-content input[type="submit"]:focus {
    background-color: var(--color-blue-alt);
    color: #FFF;
}
.nf-form-cont .nf-form-content button.nf-fu-button-cancel {
    display: none !important;
}
.nf-form-cont .nf-form-content label {
    font-size: 16px;
    line-height: 22px;
}
.nf-form-cont .nf-form-content .nf-field-container {
    margin-bottom: 15px;
}
.nf-form-cont .nf-form-content .nf-error .ninja-forms-field,
.nf-form-cont .nf-form-content .nf-error .ninja-forms-field:hover,
.nf-form-cont .nf-form-content .nf-error .ninja-forms-field:active,
.nf-form-cont .nf-form-content .nf-error .ninja-forms-field:focus {
    border-color: var(--color-magenta) !important;
}
.nf-form-cont .nf-form-content .ninja-forms-field,
.nf-form-cont .nf-form-content .nf-pass .ninja-forms-field,
.nf-form-cont .nf-form-content .nf-pass .ninja-forms-field:hover,
.nf-form-cont .nf-form-content .nf-pass .ninja-forms-field:active,
.nf-form-cont .nf-form-content .nf-pass .ninja-forms-field:focus {
    border-color: #DDD !important;
}
.nf-form-cont .nf-form-content .nf-error.field-wrap .nf-field-element::after,
.nf-form-cont .nf-form-content .nf-pass.field-wrap .nf-field-element::after {
    display: none;
}
.nf-form-cont .nf-form-content .nf-error .nf-error-msg {
    color: var(--color-magenta);
}
.nf-form-cont .nf-after-form-content .nf-form-errors .nf-error-msg {
    color: var(--color-magenta);
}
.nf-form-cont .nf-fu-progress {
    background-color: #FFF;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 10px;
    margin-bottom: 10px;
}
.nf-form-cont .nf-fu-progress .nf-fu-progress-bar {
    background-color: var(--color-green);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.nf-form-cont .files_uploaded .delete {
    color: var(--color-magenta);
    transition: 300ms color ease;
}
.nf-form-cont .files_uploaded .delete:hover,
.nf-form-cont .files_uploaded .delete:active,
.nf-form-cont .files_uploaded .delete:focus {
    color: var(--color-magenta-alt);
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #333 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}



/* TEMP: remove below and flip on plugin and also JS uncomment 102 - 112, 119 - 123 */
body.cart .points-and-rewards-wrapper {
    display: none !important;
}

body.my-account .rewards-points,
body.profile .rewards-points {
    opacity: 0 !important;
}

/* TEMP: remove below once Clear BOPP is back in stock */
body.single-product.woocommerce div.product form.cart .variations .form-item select option[value="Clear BOPP"] {
    display: none;
}
