/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
/*!
Theme Name: _tw
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _tw
Tags:

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

_tw is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
:root, :host {
   --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
       "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
       "Liberation Mono", "Courier New", monospace;
   --color-gray-50: oklch(0.985 0.002 247.839);
   --color-gray-100: oklch(0.967 0.003 264.542);
   --color-gray-500: oklch(0.551 0.027 264.364);
   --color-gray-600: oklch(0.446 0.03 256.802);
   --color-gray-700: oklch(0.373 0.034 259.733);
   --color-gray-800: oklch(0.278 0.033 256.848);
   --color-gray-900: oklch(0.21 0.034 264.665);
   --color-neutral-900: oklch(0.205 0 0);
   --color-black: #000;
   --color-white: #fff;
   --spacing: 0.25rem;
   --container-7xl: 80rem;
   --text-base: 1rem;
   --text-base--line-height: calc(1.5 / 1);
   --text-3xl: 1.875rem;
   --text-3xl--line-height: calc(2.25 / 1.875);
   --font-weight-medium: 500;
   --font-weight-extrabold: 800;
   --radius-md: 0.375rem;
   --default-transition-duration: 150ms;
   --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   --default-font-family: var(--font-sans);
   --default-font-feature-settings: var(--font-sans--font-feature-settings);
   --default-font-variation-settings: var(--font-sans--font-variation-settings);
   --default-mono-font-family: var(--font-mono);
   --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
   --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
   --color-background: var(--wp--preset--color--background);
   --color-foreground: var(--wp--preset--color--foreground);
   --color-primary: var(--wp--preset--color--primary);
   --container-content: var(--wp--style--global--content-size);
   --container-wide: var(--wp--style--global--wide-size);
 }
 div#page {
   padding: 20px;
 }
 *, ::after, ::before, ::backdrop, ::file-selector-button {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0 solid;
 }
 html, :host {
   line-height: 1.5;
   -webkit-text-size-adjust: 100%;
   tab-size: 4;
   font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' );
   font-feature-settings: var(--default-font-feature-settings, normal);
   font-variation-settings: var(--default-font-variation-settings, normal);
   -webkit-tap-highlight-color: transparent;
 }
 body {
   line-height: inherit;
 }
 hr {
   height: 0;
   color: inherit;
   border-top-width: 1px;
 }
 abbr:where([title]) {
   -webkit-text-decoration: underline dotted;
   text-decoration: underline dotted;
 }
 h1, h2, h3, h4, h5, h6 {
   font-size: inherit;
   font-weight: inherit;
 }
 a {
   color: inherit;
   -webkit-text-decoration: inherit;
   text-decoration: inherit;
 }
 b, strong {
   font-weight: bolder;
 }
 code, kbd, samp, pre {
   font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace );
   font-feature-settings: var(--default-mono-font-feature-settings, normal);
   font-variation-settings: var(--default-mono-font-variation-settings, normal);
   font-size: 1em;
 }
 small {
   font-size: 80%;
 }
 sub, sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
 }
 sub {
   bottom: -0.25em;
 }
 sup {
   top: -0.5em;
 }
 table {
   text-indent: 0;
   border-color: inherit;
   border-collapse: collapse;
 }
 :-moz-focusring {
   outline: auto;
 }
 progress {
   vertical-align: baseline;
 }
 summary {
   display: list-item;
 }
 ol, ul, menu {
   list-style: none;
 }
 img, svg, video, canvas, audio, iframe, embed, object {
   display: block;
   vertical-align: middle;
 }
 img, video {
   max-width: 100%;
   height: auto;
 }
 button, input, select, optgroup, textarea, ::file-selector-button {
   font: inherit;
   font-feature-settings: inherit;
   font-variation-settings: inherit;
   letter-spacing: inherit;
   color: inherit;
   border-radius: 0;
   background-color: transparent;
   opacity: 1;
 }
 :where(select:is([multiple], [size])) optgroup {
   font-weight: bolder;
 }
 :where(select:is([multiple], [size])) optgroup option {
   padding-inline-start: 20px;
 }
 ::file-selector-button {
   margin-inline-end: 4px;
 }
 ::placeholder {
   opacity: 1;
   color: color-mix(in oklab, currentColor 50%, transparent);
 }
 textarea {
   resize: vertical;
 }
 ::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 ::-webkit-date-and-time-value {
   min-height: 1lh;
   text-align: inherit;
 }
 ::-webkit-datetime-edit {
   display: inline-flex;
 }
 ::-webkit-datetime-edit-fields-wrapper {
   padding: 0;
 }
 ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
   padding-block: 0;
 }
 :-moz-ui-invalid {
   box-shadow: none;
 }
 button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
   appearance: button;
 }
 ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
   height: auto;
 }
 [hidden]:where(:not([hidden='until-found'])) {
   display: none !important;
 }
 body {
   background-color: var(--color-background);
   font-family: var(--font-sans);
   color: var(--color-foreground);
 }
 .form-control::-webkit-input-placeholder {
   opacity: 0.6;
   font-weight: 300;
 }
 .form-control:-moz-placeholder {
   opacity: 0.6;
   font-weight: 300;
 }
 .form-control::-moz-placeholder {
   opacity: 0.6;
   font-weight: 300;
 }
 .form-control:-ms-input-placeholder {
   opacity: 0.6;
   font-weight: 300;
 }
 
 .catMenu {
   margin: 0;
   padding: 0;
 }
 .catMenuItem {
   list-style: none;
   margin: 10px 0 4px 0;
 }
 .groupName {
   border-bottom: 1px solid #AAA;
   display: inline-block;
   width: 100%;
 }
 .catSubMenu {
   margin: 0 0 0 5px;
   padding: 0;
 }
 .catSubMenu.active {
   height: auto;
   overflow: visible;
 }
 .catSubMenuItem {
   border-bottom: 1px dotted #CCC;
   list-style: none;
   padding: 0 4px 0 2px;
   margin: 0;
 }
 #pageOverlay {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 9800;
   background: #000;
   opacity: 0.05;
 }
 #header {
   background: #fff;
 }
 #header .navbar-toggle {
   border: none;
 }
 #header .navbar-toggle .icon-bar {
   background: #222;
 }
 .hdrCartQty {
   
 }
 #searchWrapper {
   background: #fff;
   border: 1px solid #ccc;
   border-radius: 9px;
   padding: 0 8px;
 }
 .hdrCartTotals {
   margin: 10px 0;
 }
 #hdrSearchInput {
   
 }
 #searchWrapper .form-control-feedback {
   top: 10px;
 }
 @media (min-width: 768px) {
   #hdrSearchInput {
     
   }
   #hdrNavCollapse .navbar-nav li a {
     padding-left: 10px;
     padding-right: 10px;
   }
 }
 @media (min-width: 992px) {
   #hdrNavCollapse .navbar-nav li a {
     padding: 15px;
   }
   #hdrSearchInput {
     
   }
 }
 #socialNav {
   float: right;
   margin: 11px 0 0 0;
   text-transform: capitalize;
   white-space: nowrap;
 }
 #hdrCart {
   position: relative;
   z-index: 10;
 }
 #hdrCartDetail {
   margin-top: 30px;
   z-index: 15;
 }
 #hdrCartAddOuter {
   height: 0;
   max-height: 0;
   margin: 0;
   padding: 0;
   border: 0;
   overflow: hidden;
   position: absolute;
   top: 1.5em;
   z-index: 15;
   -webkit-transition: max-height 0.6s;
   -moz-transition: max-height 0.6s;
   transition: max-height 0.6s;
 }
 #hdrCartAddOuter.showCartAdd {
   height: auto;
   max-height: 500px;
   -webkit-transition: max-height 0.6s;
   -moz-transition: max-height 0.6s;
   transition: max-height 0.6s;
   overflow: auto;
   border: 1px solid #ccc;
   border-radius: 0 0 6px 6px;
   background: #eee;
   min-width: 175px;
   text-align: center;
   padding: 8px;
   margin-top: 29px;
 }
 #hdrCartLines {
   margin: 0;
   padding: 2px;
   clear: both;
   font-size: 90%;
 }
 #hdrCartLines li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #ccc;
 }
 #hdrCartLines li .hdrCartProdDesc {
   float: left;
 }
 #hdrCartLines li .hdrCartProdQty {
   float: left;
   display: inline-block;
   min-width: 30px;
 }
 #hdrCartLines li .hdrCartProdPrice {
   float: right;
 }
 a.wambtn {
   display: inline-block;
   background: #666;
   color: #eee;
   text-shadow: 0 -1px 0 #333;
   padding: 1px 8px;
   margin: 0 2px;
   box-shadow: 0 0 13px #333 inset;
   text-decoration: none;
   border-radius: 5px;
   font-variant: small-caps;
   font-size: 16px;
 }
 .wamTitle {
   border-left: 0 none;
   border-radius: 5px 5px 0 0;
   border-right: 0 none;
   border-top: 0 none;
   font-size: 16px;
   font-variant: small-caps;
   letter-spacing: 3px;
   line-height: 24px;
   text-align: center;
   text-shadow: 0 1px 0 #EEEEEE;
   text-transform: capitalize;
   background: #e9e9e9;
   background: -moz-linear-gradient(top, #e9e9e9 0%, #e3e3e3 50%, #f1f1f1 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(50%, #e3e3e3), color-stop(100%, #f1f1f1));
   background: -webkit-linear-gradient(top, #e9e9e9 0%, #e3e3e3 50%, #f1f1f1 100%);
   background: -o-linear-gradient(top, #e9e9e9 0%, #e3e3e3 50%, #f1f1f1 100%);
   background: -ms-linear-gradient(top, #e9e9e9 0%, #e3e3e3 50%, #f1f1f1 100%);
   background: linear-gradient(top, #e9e9e9 0%, #e3e3e3 50%, #f1f1f1 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#e9e9e9', endcolorstr='#f1f1f1', GradientType=0);
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
 }
 .inputError {
   background-color: #FFFFCC;
   border: 1px solid #AA0000;
 }
 .inputWarning {
   background-color: #FFFFEE;
   border: 1px solid #FFDD33;
 }
 #msgArea.bg-danger {
   border: 1px solid red;
   padding: 6px;
 }
 #msgArea.bg-warning {
   border: 1px solid yellow;
   padding: 6px;
 }
 #msgArea.bg-success {
   border: 1px solid green;
   padding: 6px;
 }
 .errorList {
   margin: 0;
   padding: 0;
 }
 .errorList li {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 #ambigAddrOverlay {
   position: absolute;
   z-index: 9810;
   background: #fff;
   box-shadow: 0 0 75px #000;
   border: 1px solid #666;
   border-radius: 6px;
   text-align: center;
   padding: 15px;
 }
 #ambigAddrOverlay h2 {
   margin: 0;
   padding: 0 0 10px 0;
 }
 #ambigAddrOverlay hr {
   width: 80%;
   margin: 5px auto;
 }
 #ambigAddrOverlay ul {
   margin: 0;
   padding: 0;
 }
 #ambigAddrOverlay li {
   list-style: none;
 }
 #hdrLang {
   padding: 14px 0 0 5px;
   float: right;
   position: relative;
 }
 #hdrChangeLang {
   cursor: pointer;
   display: inline-block;
 }
 #hdrChangeLang .fa-language {
   font-size: 25px;
 }
 #userLang {
   margin: 0 5px;
   text-transform: uppercase;
 }
 #hdrLangWrapper {
   position: absolute;
   top: 53px;
   right: -8px;
   padding: 8px;
   background: #fff;
   border: 1px solid #ccc;
   display: none;
 }
 #hdrLangSelect {
   width: auto;
 }
 body.noscroll {
   overflow: hidden;
 }
 body.noscroll .hamburger-holder {
   display: none;
 }
 .hdrMenu {
   display: block;
   position: fixed;
   padding: 0px;
   top: 0;
   bottom: 0;
   width: 80%;
   max-width: 500px;
   background: #2b2829;
   z-index: 1050;
   overflow-y: auto;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition:all 0.5s ease-in-out;
 }
 .hdrMenu h3 {
   margin: 0;
 }
 .hdrMenu.open {
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition:all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
 }
 #cartSidebar {
   right: -84%;
 }
 #cartSidebar.open {
   right: 0;
 }
 .offCanvasCover {
   opacity: 0.2;
   background: #333;
   z-index: 9999;
   position: absolute;
   display: block;
 }
 .overlayMenu {
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 0;
   background: rgba(47, 47, 47, 0.57);
   opacity: 0;
   z-index: -1;
   visibility: hidden;
   -webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1);
   -moz-transition: all 1s cubic-bezier(.23, 1, .32, 1);
   -o-transition: all 1s cubic-bezier(.23, 1, .32, 1);
   transition: all 1s cubic-bezier(.23, 1, .32, 1);
 }
 .overlayMenu.in {
   opacity: 1;
   visibility: visible;
   z-index: 1;
 }
 .form-control, .container, .container-fluid, .row, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
   -webkit-box-sizing: border-box !important;
   -moz-box-sizing: border-box !important;
   box-sizing: border-box !important;
 }
 .form-control.k-textbox {
   width: 100%;
 }
 .form-group input.k-textbox {
   height: auto;
 }
 .control-required .control-label:before {
   content: "*" !important;
   margin-right: 5px;
   color: red;
 }
 ._client_msg {
   display: none;
 }
 .footer-container {
   margin: 45px 0 0 0;
   padding: 25px;
 }
 .footerTitle {
   color: #a3a3a3;
   font-size: 14px;
   font-weight: bold;
   margin: 10px 0px;
   display: block;
   text-transform: uppercase;
 }
 .right-border {
   border-right: 1px solid #eee;
   height: 100%;
 }
 .footerLink {
   font-size: 13px;
   color: #a3a3a3;
 }
 a.footerLink:hover {
   color: #6c6c6c;
 }
 @media (max-width: 767px) {
   .no-xs-padding {
     padding: 0 !important;
   }
 }
 @import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=1af287d6-dfd4-452b-b16f-1890ba228e77");
 @font-face {
   font-family: "Eurostile Next LT W04 Rg Ex";
   src: url("/fonts/d0cc84e8-827b-48ea-af98-989c84d5c8cc.eot?#iefix");
   src: url("/fonts/d0cc84e8-827b-48ea-af98-989c84d5c8cc.eot?#iefix") format("eot"), url("/fonts/136c7532-1c5b-4125-b5cd-75c7d798dea8.woff2") format("woff2"), url("/fonts/d25fe497-c289-48e1-9edd-7654ff356d65.woff") format("woff"), url("/fonts/5c120dc2-c836-4d5d-ac39-ff6497c0f17c.ttf") format("truetype"), url("/fonts/01bc91bb-ac5a-45b6-b937-5d272f38bf0f.svg#01bc91bb-ac5a-45b6-b937-5d272f38bf0f") format("svg");
 }
 @font-face {
   font-family: "Eurostile Next LT W04 SmBd Ex";
   src: url("/fonts/556f3555-20df-40fc-b8c6-c9bf5c9ec712.eot?#iefix");
   src: url("/fonts/556f3555-20df-40fc-b8c6-c9bf5c9ec712.eot?#iefix") format("eot"), url("/fonts/9a5c9543-2419-4117-be9c-7a3519f1ba0b.woff2") format("woff2"), url("/fonts/0dd619a9-8b4a-4ebd-a8eb-f5836a258db1.woff") format("woff"), url("/fonts/6ee66c11-a633-4ce3-ae60-81f6337536fd.ttf") format("truetype"), url("/fonts/7153135e-d98d-4a17-88de-2eedea7a262d.svg#7153135e-d98d-4a17-88de-2eedea7a262d") format("svg");
 }
 @font-face {
   font-family: "Eurostile Next LT W04 Bold Ext";
   src: url("/fonts/1ea6a294-8ef3-41ee-b68b-9dde02605c4b.eot?#iefix");
   src: url("/fonts/1ea6a294-8ef3-41ee-b68b-9dde02605c4b.eot?#iefix") format("eot"), url("/fonts/3da99f8b-e09c-41b9-9dbe-792e3b30ccfc.woff2") format("woff2"), url("/fonts/e51f4e6c-000f-4943-be82-a34176c467aa.woff") format("woff"), url("/fonts/01dde620-1fe4-4907-9415-51f708ab0bcc.ttf") format("truetype"), url("/fonts/a21b2f11-46e5-44dd-bbae-d7c689892cd5.svg#a21b2f11-46e5-44dd-bbae-d7c689892cd5") format("svg");
 }
 @font-face {
   font-family: "Univers LT W01_45 Light1475944";
   src: url("/fonts/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix");
   src: url("/fonts/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix") format("eot"), url("/fonts/9fa24f1f-00d8-4d28-910f-78e925eaead6.woff2") format("woff2"), url("/fonts/d64e7bbc-e9ea-46ad-982c-6195ae4a3c61.woff") format("woff"), url("/fonts/d270a34d-b6b8-4c07-8454-03a6a3db7603.ttf") format("truetype"), url("/fonts/b2ea19ff-0237-4d94-a107-eaa12af161ef.svg#b2ea19ff-0237-4d94-a107-eaa12af161ef") format("svg");
 }
 @font-face {
   font-family: "Univers LT W01_55 Roman1475956";
   src: url("/fonts/6510377f-160a-4f66-aec0-2b71f05e9736.eot?#iefix");
   src: url("/fonts/6510377f-160a-4f66-aec0-2b71f05e9736.eot?#iefix") format("eot"), url("/fonts/5c8d59c2-9c85-4a22-88e3-bf3fba01dcd8.woff2") format("woff2"), url("/fonts/fc51d03b-0d7d-45df-9415-3c6270c80749.woff") format("woff"), url("/fonts/74bdff6d-c5de-42e8-a4d8-11ea14eddb22.ttf") format("truetype"), url("/fonts/bd04ae3d-23dc-4975-9967-e21c43e5b59f.svg#bd04ae3d-23dc-4975-9967-e21c43e5b59f") format("svg");
 }
 @font-face {
   font-family: "Univers LT W01_65 Bold1475968";
   src: url("/fonts/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix");
   src: url("/fonts/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix") format("eot"), url("/fonts/8a711a0d-3f17-4bfe-887b-6229858332b3.woff2") format("woff2"), url("/fonts/05a79c4b-9e9d-46e4-9d4b-610be05371c4.woff") format("woff"), url("/fonts/4e00405b-a96d-4972-bdff-2d55e1066c45.ttf") format("truetype"), url("/fonts/1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e.svg#1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e") format("svg");
 }
 @font-face {
   font-family: "Univers LT W01_85 Extra Black";
   src: url("/fonts/19f50488-ebc6-4208-82c1-f8279c6766c6.eot?#iefix");
   src: url("/fonts/19f50488-ebc6-4208-82c1-f8279c6766c6.eot?#iefix") format("eot"), url("/fonts/13ffbad7-98b4-44e1-b6de-c0ef3cccd7d7.woff2") format("woff2"), url("/fonts/2ca77b3f-158f-41da-a6a1-2de1e93aae30.woff") format("woff"), url("/fonts/e95e2b72-5ea6-4133-b8a6-a7e4535dbb00.ttf") format("truetype"), url("/fonts/1037f2b1-b528-4b4e-964b-56cf9bd5cbd2.svg#1037f2b1-b528-4b4e-964b-56cf9bd5cbd2") format("svg");
 }




 
 body {
   font-family: ibm-plex-sans, sans-serif;
   font-weight: 300;
   font-style: normal;
   font-variant: normal;
   background: #241f21;
   font-size: 1rem;
   color: #fff;
   padding: 0px;
 }
 html, body {
   text-rendering: optimizeLegibility !important;
   -webkit-font-smoothing: antialiased !important;
   -moz-osx-font-smoothing: grayscale;
 }
 h1, h2, h3 {
   font-size: 2.3rem;
   font-family: "Eurostile Next LT W04 Bold Ext";
   text-transform: uppercase;
   line-height: 1;
   letter-spacing: .1px;
   font-style: normal;
   font-variant: normal;
   color: #fff;
 }
 
 .p {
   font-family: ibm-plex-sans, sans-serif;
   font-weight: 300;
   font-style: normal;
   font-variant: normal;
   font-size: 1rem;
  text-transform: none;
 }

.l-font {
 font-family: ibm-plex-sans, sans-serif;
   font-weight: 300;
   font-style: normal;
   font-variant: normal;
 
}
  
  
  
 
 h4, .h4 {
   font-size: 1.3rem;
  line-height: 1.2;
   letter-spacing: .1px;
   font-family: "Eurostile Next LT W04 Bold Ext";
   font-style: normal;
   font-variant: normal;
   color: #fff;
 }
 p {
   line-height: 1.2;
   letter-spacing: 0.7px;
 }
 .no-gutter>[class*='col-'] {
   padding-right: 0;
   padding-left: 0;
 }
 .sm-gutter>[class*='col-'] {
   padding-right: 7.5px;
   padding-left: 7.5px;
 }
 .container-fluid {
   
 }
 a {
   color: #fff;
 }
 a:hover {
   color: #fff;
 }
 a:hover, a:focus {
   text-decoration: none;
 }
 :focus {
   outline: none;
 }
 a:focus {
   color: #ffffff;
   text-decoration: none;
 }
 .grid-flex {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
 }
 .grid-flex .col-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
   -webkit-box-flex: 4;
   -ms-flex: 4 1 0;
   flex: 4 1 0;
 }
 #site-wrapper {
  
   margin: 0px;
   position: relative;
  
   
   padding: 0;
   min-height: calc(100vh - 0px);
 }
 .main.wrapper {
  
 }
 .thumbnail {
   padding: 0;
   background-color: transparent;
   border: none;
   border-radius: 0;
 }
 .video_wrapper {
   position: relative;
   padding-bottom: 56.7% !important;
   height: 0;
   margin-bottom: 30px;
 }
 .video_wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }
 .modal-content {
   -webkit-box-shadow: none;
   box-shadow: none;
   background: none;
   border: 0px solid #fff;
   border-radius: 0;
 }
 .modal-footer {
   padding: 15px;
   text-align: right;
   border-top: 2px solid #fff;
 }
 .close {
   float: right;
   font-size: 30px;
   color: #fff;
   text-shadow: none;
   filter: alpha(opacity=100);
   opacity: 1;
 }
 .close:hover, .close:focus {
   color: #d4d4d4;
   text-decoration: none;
   cursor: pointer;
   filter: alpha(opacity=100);
   opacity: 1;
 }
 .modal.fade .modal-dialog {
   
 }
 .modal.fade.in .modal-dialog {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transform: translate3d(0, -300px, 0);
   transform: translate3d(0, -300px, 0);
   opacity: 1;
 }
 .modal-content {
   background: #000;
 }
 .modal_close {
   position: absolute;
   top: 20px;
   right: 20px;
   background: none;
   border: none;
   z-index: 99;
 }
 .modal_close {
   color: #fff;
   width: 30px;
   height: 30px;
 }
 .modal_close::before, .modal_close::after {
   content: '';
   position: absolute;
   height: 2px;
   width: 100%;
   top: 50%;
   left: 0;
   margin-top: -1px;
   background: #fff;
 }
 .modal_close::before {
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 .modal_close::after {
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
 }
 .modal_close.thick::before, .modal_close.thick::after {
   height: 4px;
   margin-top: -2px;
 }
 .social-list ul {
   margin: 0;
   padding: 0;
   text-align: left;
 }
 .social-list ul li a span {
   width: 35px;
   height: 35px;
   background: rgba(0, 0, 0, 0);
   display: block;
   line-height: 42px;
   border: 1px solid #787d82;
   border-radius: 1px;
   transition: all .5s ease;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   text-align: center;
 }
 .social-list ul li a i {
   font-size: 22px;
   line-height: 1;
 }
 
 .mainTitle {
   max-width: 660px;
   margin: 1.5rem 0 30px;
 
 }
 .header {
   
 }
 .logo {
   margin-top: 0px;
   float: left;
 }
 .tool-cart .shopping-cart {
   margin-left: 20px;
 }
 #navbar .navbar-nav {
   margin: 0;
   width: 100%;
   text-align: left;
 }
 #navbar .navbar-nav>li {
   display: inline-block;
   float: none;
 }
 #navbar .navbar-nav li a {
   line-height: 1;
   font-size: 16px;
   padding-left: 14px;
   padding-right: 14px;
   padding-top: 0px;
   padding-bottom: 0px;
   position: relative;
   transition: 0.5s ease;
   -o-transition: 0.5s ease;
   -webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
   -ms-transition: 0.5s ease;
 }
 #navbar .navbar-nav li:nth-child(2) .dropdown-menu a {
   font-size: 16px;
 }
 #navbar .navbar-nav li a.active {
   color: #0072d4;
 }
 #navbar .nav>li>a:hover, #navbar .nav>li>a:focus {
   text-decoration: none;
   background-color: transparent;
 }
 #navbar .nav>li>a:hover, #navbar .nav>li>a:focus {
   color: #0072d4;
 }
 #navbar .navbar-nav>li:first-child>a {
   padding-left: 0;
   margin-right: 14px;
 }
 #navbar svg#_consumer_arrow {
   width: 10px;
   height: 11px;
   display: inline-block;
   position: relative;
   top: -2px;
 }
 svg#_consumer_arrow .st0 {
   fill: #FFFFFF;
   transition: 0.5s ease;
   -o-transition: 0.5s ease;
   -webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
   -ms-transition: 0.5s ease;
 }
 #navbar .nav>li>a:hover svg#_consumer_arrow .st0 {
   fill: #0072d4;
 }
 #navbar .navbar-nav>li:last-child>a {
   padding-right: 0;
 }
 #navbar .navbar-nav>li.active>a {
   color: #0072d4;
 }
 .nav-holder {
   float: right;
   width: 100%;
   margin-top: 15px;
 }
 @media (max-width: 1170px) {
   #navbar .navbar-nav li a {
     padding-left: 8px;
     padding-right: 10px;
     font-size: 16px;
   }
   
  
 }
 .nav-holder .dropdown>a:hover {
   color: #0072d4;
 }
 .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
   background-color: transparent;
   border: none;
 }
 #navbar .dropdown-menu li a {
   padding: 3px 15px;
 }
 .dropdown-menu li a {
   padding: 3px 15px;
 }
 .nav-holder .bootstrap-select .dropdown-menu>li>a:hover, .nav-holder .dropdown-menu>li>a:focus {
   background-color: transparent;
   background-image: inherit;
   color: #fff;
 }
 .dropdown-menu {
  
   
 
 }
 .dropdown-menu ul {
  
 }
 .dropdown-menu ul li {
  
 }
 #navbar .dropdown-menu ul li a {
   padding: 0 15px;
   margin: 0 0 7px;
 }
 .dropdown-menu>li>a {
   color: #252525;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
 }
 .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
   background-color: transparent;
   background-image: none;
 }
 #navbar .dropdown-menu li a {
   display: block;
   padding: 3px 15px;
   color: #fff;
   margin: 0 0 7px;
 }
 #navbar .dropdown-menu li a:hover {
   color: #0072d4;
 }
 #navbar .dropdown-menu li:last-child a {
   margin: 0;
 }
 form#hdrSearchForm {
   
 }
 #searchWrapper {
   background: none;
   border: none;
   border-radius: 0;
   padding: 0;
   position: relative;
 }
 form#hdrSearchForm input {
   -webkit-transition-duration: 400ms;
   -webkit-transition-property: width, background;
   -webkit-transition-timing-function: ease;
   -moz-transition-duration: 400ms;
   -moz-transition-property: width, background;
   -moz-transition-timing-function: ease;
   -o-transition-duration: 400ms;
   -o-transition-property: width, background;
   -o-transition-timing-function: ease;
   transition-duration: 400ms;
   transition-property: width, background;
   transition-timing-function: ease;
   width: 23px;
   cursor: pointer;
   -webkit-appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
   -o-appearance: none;
   appearance: none;
   background: none;
   outline: 0;
   color: #fff;
   border-bottom: 1px solid transparent;
 }
 .hdrSearchIcon {
   
 }

 input:focus+.hdrSearchIcon {
   z-index: 1;
   opacity: 1;
   transition: z-index 1s step-end, opacity 1s linear;
   -moz-transition: z-index 1s step-end, opacity 1s linear;
   -webkit-transition: z-index 1s step-end, opacity 1s linear;
 }
 form#hdrSearchForm ::-webkit-input-placeholder {
   color: #fff;
 }
 form#hdrSearchForm ::-moz-placeholder {
   color: #fff;
 }
 form#hdrSearchForm :-ms-input-placeholder {
   color: #fff;
 }
 form#hdrSearchForm :-moz-placeholder {
   color: #fff;
 }
 #errorSummary ul {
   padding: 0;
   margin: 0;
 }
 #errorSummary ul li {
   line-height: 1.2;
   list-style: none;
 }
 .btn-arrow {
   -webkit-transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
   transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
   display: inline-block;
   position: relative;
 }
 .btn-arrow span {
   display: inline-block;
   position: relative;
   -webkit-transition: all 300ms ease-out;
   transition: all 300ms ease-out;
   will-change: transform;
 }
 .btn-arrow:hover:after {
   opacity: 1;
   right: -30px;
 }
 .btn-arrow:after {
   position: absolute;
   width: 1.1em;
   right: 0px;
   right: 0rem;
   opacity: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: all 300ms ease-out;
   transition: all 300ms ease-out;
   will-change: right, opacity;
   content: '\e800';
   font-family: "thatsla";
   font-size: 18px;
   line-height: 1;
   color: #fff;
 }
 div#registrationSuccess {
   font-family: "Eurostile Next LT W04 Bold Ext";
   text-transform: uppercase;
   display: block;
 }
 #form_styles .bootstrap-select.form-control {
   padding: 4px 0 4px 0px;
   border-bottom: none;
 }
 .bootstrap-select.form-control {
   border: none;
   background: none;
 }
 .btn-info {
   text-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   color: #fff;
   background-color: #424242;
   background-image: none;
   border-radius: 0;
   border: none;
 }
 .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
   color: #fff;
   background-color: transparent;
   border-color: transparent;
   background-image: none;
   background: #333;
 }
 .bootstrap-select .dropdown-toggle:focus {
   outline: none;
   outline-offset: 0;
 }
 input:focus, textarea:focus, select:focus {
   outline-offset: 0;
 }
 user agent stylesheet input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
   background-color: #000;
   background-image: none;
   color: #fff;
 }
 :focus {
   outline: none;
 }
 #form_styles fieldset {
   margin: 0 0 30px;
 }
 form.well {
   background-image: none;
   border-radius: 0;
   background: none;
   border: none;
   padding: 0;
   margin: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .alert-danger {
   background-image: none;
   font-family: "Eurostile Next LT W04 Bold Ext";
   text-transform: uppercase;
   line-height: .95;
   letter-spacing: .1px;
   font-style: normal;
   font-variant: normal;
   color: #fff;
   background: none;
   border: none;
   text-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   color: #ff4c4c;
 }
 #form_styles::-webkit-input-placeholder {
   color: #aaa;
 }
 #form_styles::-moz-placeholder {
   color: #aaa;
 }
 #form_styles:-ms-input-placeholder {
   color: #aaa;
 }
 #form_styles:-moz-placeholder {
   color: #aaa;
 }
 .antispam {
   display: none;
 }
 #form_styles .form-control {
   display: inline-block;
    height: inherit;
    padding: 5px 12px 6px 3px;
    margin-top: 5px;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: none;
    border-bottom: 1px solid #969696;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
 }
 #form_styles label {
   display: block;
   max-width: 100%;
   margin-top: 20px;
  font-family: ibm-plex-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    font-size: 1rem;
   
 }
 #form_styles select.form-control {
   border: 1px solid #fff;
   height: 35px;
 }
 #form_styles .form-control:focus {
   background: #3c3c3c;
 }
 #form_styles .btn-contact {
   background: none;
   color: #fff;
   padding: 0;
   margin: 2px 0 0;
   font-size: 36px;
   font-family: "Eurostile Next LT W04 Bold Ext";
   line-height: .85;
   letter-spacing: .1px;
   display: block;
   text-transform: uppercase;
   border: none;
   opacity: 1;
   -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -ms-transition: all .2s linear;
   -o-transition: all .2s linear;
   transition: all .2s linear;
 }
 @media (max-width: 992px) {
   #form_styles .btn-contact {
     font-size: 34px;
     line-height: .85;
   }
 }
 @media (max-width: 668px) {
   #form_styles .btn-contact {
     font-size: 24px;
     line-height: .9;
   }
 }
 @media (max-width: 320px) {
   #form_styles .btn-contact {
     font-size: 20px;
     line-height: .9;
   }
 }
 #form_styles .btn-contact:hover {
   color: #0072d4;
   background: none;
 }
 #form_styles.sent .btn-contact {
   background-color: transparent;
 }
 #form_styles .has-error .form-control, #form_styles .has-error .form-control {
   border-color: #ff4c4c;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 #form_styles .help-block, #form_styles .help-block {
   display: none;
 }
 #form_styles .btn.disabled, #sign_up_form .btn.disabled, #form_styles .btn[disabled], #sign_up_form .btn[disabled], #form_styles fieldset[disabled] .btn, #sign_up_form fieldset[disabled] .btn {
   opacity: 1;
   filter: alpha(opacity=1);
 }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
   cursor: not-allowed;
}

 #form_styles .has-error .help-block, #sign_up_form .has-error .help-block, #form_styles .has-error .control-label, #sign_up_form .has-error .control-label, #form_styles .has-error .radio, #sign_up_form .has-error .radio, #form_styles .has-error .checkbox, #sign_up_form .has-error .checkbox, #form_styles .has-error .radio-inline, #sign_up_form .has-error .radio-inline, #form_styles .has-error .checkbox-inline, #sign_up_form .has-error .checkbox-inline, #form_styles .has-error.radio label, #sign_up_form .has-error.radio label, #form_styles .has-error.checkbox label, #sign_up_form .has-error.checkbox label, #form_styles .has-error.radio-inline label, #sign_up_form .has-error.radio-inline label, #form_styles .has-error.checkbox-inline label, #sign_up_form .has-error.checkbox-inline label {
   color: #ff4c4c;
 }
 #form_styles .text-danger, #sign_up_form .text-danger {
   color: #ff4c4c;
 }
 #form_styles #msgSubmit, #sign_up_form #msgSubmit {
   display: block;
   margin-top: 3px;
   font-size: 44px;
   font-family: "Eurostile Next LT W04 Bold Ext";
   text-transform: uppercase;
   line-height: .75;
   letter-spacing: .1px;
 }
 @media (max-width: 992px) {
   #form_styles #msgSubmit,	#sign_up_form #msgSubmit {
     font-size: 34px;
     line-height: .85;
   }
 }
 @media (max-width: 668px) {
   #form_styles #msgSubmit,	#sign_up_form #msgSubmit {
     font-size: 24px;
     line-height: .9;
   }
 }
 @media (max-width: 320px) {
   #form_styles #msgSubmit,	#sign_up_form #msgSubmit {
     font-size: 20px;
     line-height: .9;
   }
 }
 @media (max-width: 668px) {
   #form_styles .form-control {
     display: inline-block;
     height: auto;
     padding: 6px 12px 4px 3px;
     margin: 0 0 3px;
     width: 100%;
   }
 }
 .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
   outline: none;
 }
 legend {
   border-color: #fff;
   font-family: ibm-plex-sans, sans-serif;
  font-weight: 300;
   line-height: 1;
   letter-spacing: .1px;
   font-style: normal;
   font-variant: normal;
   margin: 0 0 10px;
   padding: 0 0 10px;
   color: #fff;
   text-transform: uppercase;
   font-size: 1rem;
 }
 .btn.btn-default {
    border: 1px solid white;
   color: #fff;
   padding: 0.5rem 1rem;
   border: none;
  
  font-family: ibm-plex-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    font-size: 1rem;
   display: block;
   border: none;
   text-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   text-align: left;
 }
 .btn.btn-primary {
     background: none;
     color: #fff;
     padding: 0.5rem 1rem 0.55rem;
     border: none;
     font-family: ibm-plex-sans, sans-serif;
     font-weight: 300;
     font-style: normal;
     font-variant: normal;
    font-size: 1rem;
     text-transform: uppercase;
     line-height: 1.3;
     border: 1px solid #eee;
     text-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     text-align: inherit;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
     border-radius: 4rem;
 }
 .btn.btn-primary:hover {
   color: #636363;
 }
 .btn.btn-primary.btn-sm {
   font-family: ibm-plex-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    font-size: 1rem;
 }
 .bootstrap-select .dropdown-menu {
   margin: 0px 0 0;
   font-size: 14px;
   background-color: #333;
   border-radius: 0;
   left: 0;
 }
 .bootstrap-select .dropdown-toggle:focus {
   outline: 0px;
 }
 .bootstrap-select .dropdown-menu>li>a {
   padding: 8px 10px;
   color: #fff;
 }
 .bootstrap-select .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
   background-color: #656262;
   background-image: inherit;
   color: #fff;
 }
 a:focus {
   outline: 0px;
 }
 div#msgArea {
   padding: 0 0px;
   background: none;
   border: none;
   display: block;
   width: 100%;
   font-size: 16px;
   font-family: "Eurostile Next LT W04 Bold Ext";
   text-transform: uppercase;
   line-height: 1.2;
   letter-spacing: .1px;
   color: #ff4b4b;
   text-align: left;
   border: none;
   text-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .footer {
   position: relative;
   background: none;
   padding: 30px 20px 30px;
   background: #231f20;
  border-color: #787d84;
 }

 .footer .antispam {
   display: none;
 }
 .footer .form-control {
   color: #555;
   background-color: transparent;
   background-image: none;
   border: none;
   border-bottom: 1px solid red;
   border-radius: 0px;
   box-shadow: none;
 }
 .footer .help-block {
   display: none;
 }
 .footer .inner {
   color: white;
   
 }
 .footer .inner .social-list {
   margin: 20px 0 0;
 }
 .footer .social-list ul li a i {
   font-size: 16px;
    line-height: 32px;
 }
 .footer .social-list ul li a:hover span {
   background: #fff;
   color: #000;
 }
 .footer .social-list ul li:first-child {
   padding-left: 0;
 }
 .footer .inner h4 {
   font-size: 1rem;
    font-family: "Eurostile Next LT W04 Bold Ext";
    text-transform: uppercase;
    line-height: .95;
    letter-spacing: 0;
    color: #787d82;
    margin: 0 0 1rem;
 }
 @media (max-width: 992px) {
  
   .footer .inner {
     margin-bottom: 40px;
   }
 }
 @media (max-width: 668px) {
   
 }
 .footer .inner ul {
   padding: 0;
   margin: 0;
 }
 .footer .inner ul li {
  list-style: none;
    color: #787d82;
    font-size: 1rem;
    line-height: 1.4;
  
 }
 .footer .inner ul li span {
   display: inline-block;
   margin-right: 0px;
   font-size: 14px;
   line-height: 1;
 }
 .footer .inner ul li a {
   color: #787d82;
 }
 .footer .inner ul li a:hover {
   color: #d2d2d2;
 }
 .footer .signup_form_footer {
   margin: 20px 0;
 }
 .footer .signup_form_footer h4 {
   font-size: 28px;
   font-family: "Eurostile Next LT W04 Bold Ext";
   text-transform: uppercase;
   line-height: .95;
   letter-spacing: .1px;
   margin: 0;
   color: #fff;
 }
 @media (max-width: 992px) {
   .footer .signup_form_footer h4 {
     font-size: 22px;
     
   }
 }
 @media (max-width: 668px) {
   .footer .signup_form_footer h4 {
     font-size: 18px;
     line-height: 1;
   }
 }
 @media (max-width: 320px) {
   .footer .signup_form_footer h4 {
     font-size: 18px;
     line-height: 1;
   }
 }
 .footer .signup_form_footer .form-group {
   margin-bottom: 0;
 }
 .footer .signup_form_footer .form-control {
   display: inline-block;
   height: inherit;
   padding: 0px;
   font-family: "Eurostile Next LT W04 Bold Ext";
   text-transform: uppercase;
   font-size: 14px;
   line-height: 1.6;
   color: #fff;
   background-color: rgba(255, 255, 255, 0);
   background-image: none;
   border: none;
   border-bottom: 2px solid #fff;
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   width: 245px;
 }
 .footer .signup_form_footer .btn.btn-contact {
   background: none;
   color: #fff;
   padding: 0;
   border: none;
   margin: 7px 0 0;
   font-size: 28px;
   font-family: "Eurostile Next LT W04 Bold Ext";
   text-transform: uppercase;
   line-height: .95;
   letter-spacing: .1px;
   display: block;
 }
 @media (max-width: 992px) {
   .footer .signup_form_footer .btn.btn-contact {
     font-size: 22px;
     line-height: .85;
   }
 }
 @media (max-width: 668px) {
   .footer .signup_form_footer .btn.btn-contact {
     font-size: 18px;
     line-height: 1;
   }
 }
 @media (max-width: 320px) {
   .footer .signup_form_footer .btn.btn-contact {
     font-size: 18px;
     line-height: 1;
   }
 }
 .footer .signup_form_footer .btn.btn-contact:hover {
   background: none;
   color: #eee;
 }
 .footer span {
   color: #fff;
   display: block;
   padding: 0;
   font-size: 1rem;
   font-family: "Eurostile Next LT W04 Bold Ext";
   text-transform: uppercase;
   line-height: 1;
  
   bottom: 0;
   height: initial;
   color: #787d83;
   
 }

 @media (max-width: 668px) {
   .footer {
     position: relative;
     left: 0;
     right: 0;
     bottom: 0;
   }
   .footer .inner {
     margin-bottom: 40px;
   }
   .footer .signup_form_footer .form-control {
     display: inline-block;
     height: auto;
     padding: 0 12px 0 0px;
     width: 100%;
   }
   .footer .signup_form_footer .btn.btn-contact {
     margin: 6px 0 0;
   }
 }
 #hdrCartLines li {
   list-style: none;
   margin: 0 0 3px;
   border: none;
   font-size: 16px;
   line-height: 1.3;
 }
 #hdrCartLines li .hdrCartProdQty {
   float: none;
   display: block;
   min-width: 30px;
 }
 hdrCartLines li .hdrCartProdDesc {
   float: none;
   display: block;
   border: none;
   margin: 0 0 10px;
   font-family: "Eurostile Next LT W04 SmBd Ex";
 }
 #hdrCartLines span.inner_desc {
   display: block;
 }
 #hdrCartLines li .hdrCartProdDesc {
   float: none;
 }
 #hdrCartLines li .hdrCartProdPrice {
   float: none;
   text-align: right;
   display: block;
   border-top: 1px solid #fff;
   padding: 5px 0 0;
   margin: 5px 0 0;
   font-size: 18px;
 }
 .hdrCartTotals {
   margin: 10px 0 15px;
   font-size: 1rem;
   line-height: 1.3;
 }
 .panel {
   margin-bottom: 20px;
   background-color: rgba(255, 255, 255, 0);
   border: 1px solid rgb(255, 255, 255);
   border-radius: 0px;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .panel-heading {
   padding: 10px 6px;
 }
 .panel-default>.panel-heading {
   background: none;
 }
 .panel-group .panel {
   margin-bottom: 30px;
   border-radius: 0;
 }
 .panel-title {
   margin-top: 0;
   margin-bottom: 0;
   font-size: 16px;
   color: #fff;
 }
 .cart_summary {
   padding: 6px;
   font-family: "Eurostile Next LT W04 SmBd Ex";
 }
 .lineOuter {
   margin: 0 0 10px;
 }
 .cSummary {
   padding: 0px 0 3px;
 }
 .alert-warning {
   background: none;
   border: none;
   padding: 0;
 }
 .alert {
   text-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .alert-warning {
   font-family: "Eurostile Next LT W04 Bold Ext";
   text-transform: uppercase;
   line-height: .95;
   letter-spacing: .1px;
   color: #ffc000;
   background-color: transparent;
   border-color: transparent;
 }
 .alert-success {
   font-family: "Eurostile Next LT W04 Bold Ext";
   text-transform: uppercase;
   line-height: .85;
   letter-spacing: .1px;
   border: none;
   background: none;
   color: #f7f334;
   padding: 0;
   
 }
 .noscroll .hamburger-cart {
   opacity: 1;
   z-index: 9999;
 }
 .hamburger-cart {
   width: 29px;
    height: 20px;
   position: fixed;
   top: 22px;
   right: 20px;
   border: none;
   background: transparent;
   cursor: pointer;
   opacity: 0;
   z-index: -1;
 }
 .hamburger-cart:focus {
   outline: none;
 }
 .hamburger-cart.menu:after, .hamburger-cart.menu:before, .hamburger-cart.menu span {
   width: 100%;
   height: 2px;
   border-radius: 0;
   position: absolute;
   display: block;
   background: #fff;
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   -o-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
 }
 .hamburger-cart.menu:after, .hamburger-cart.menu:before {
   content: "";
   transition: 0.3s width 0.4s;
 }
 .hamburger-cart.menu:after {
   top: 0px;
   left: 0px;
   margin-top: 0px;
 }
 .hamburger-cart.menu:before {
   bottom: 0px;
   right: 0px;
   margin-bottom: 0px;
 }
 .hamburger-cart.menu span {
   left: 0;
   top: 50%;
   margin-top: -1px;
   transition: transform 0.3s;
   -webkit-transition: transform 0.3s;
 }
 .hamburger-cart.menu span:before {
   content: "";
   height: 2px;
   border-radius: 0;
   width: 100%;
   background: #fff;
   position: absolute;
   left: 0px;
   transition: transform 0.3s;
   -webkit-transition: transform 0.3s;
 }
 .hamburger-cart.menu.active:after {
   transition: all 0.2s;
   width: 0%;
   left: 0px;
 }
 .hamburger-cart.menu.active:before {
   transition: all 0.2s;
   width: 0%;
   right: 0px;
 }
 .hamburger-cart.menu.active span {
   background: #fff;
   transform: rotate(45deg);
   transition: 0.3s transform 0.4s;
   -webkit-transform: rotate(45deg);
   -webkit-transition: 0.3s transform 0.4s;
 }
 .hamburger-cart.menu.active span:before {
   background: #fff;
   transform: rotate(-90deg);
   transition: 0.3s transform 0.4s;
   -webkit-transform: rotate(-90deg);
   -webkit-transition: 0.3s transform 0.4s;
 }
 @media (max-width: 1024px) {
   h1,	h2,	h3 {
     font-size: 34px;
   }
 }
 @media (max-width: 992px) {
   h1,	h2,	h3 {
     font-size: 32px;
   }
   .logo .brand {
     font-size: 34px;
     line-height: .85;
     width: 490px;
     height: 38px;
   }
   .logo span {
     font-size: 13px;
     letter-spacing: 0.3px;
   }
   .header {
     
   }
   .header .log-in {
     display: none;
   }
   .logo {
     margin-top: 0;
     float: left;
   }
   .navbar {
     min-height: inherit;
     margin-top: 10px;
     margin-bottom: 13px;
   }
   .tool-bar {
     position: absolute;
     right: 50px;
     top: 0px;
     width: auto;
   }
   #navbar,	.nav-holder {
     display: none;
   }
   #navbar .navbar-nav>li.brand {
     display: inline-block;
   }
   .noscroll .hamburger-menu {
     opacity: 0;
   }
   .hamburger-menu {
     width: 25px;
         height: 17px;
         display: block;
         z-index: 10;
         position: relative;
         border: none;
         background: transparent;
         cursor: pointer;
         vertical-align: bottom;
         top: 0px;
   }
   .hamburger-menu:focus {
     outline: none;
   }
   .hamburger-menu.menu:after,	.hamburger-menu.menu:before,	.hamburger-menu.menu span {
     width: 100%;
     height: 2px;
     border-radius: 0;
     position: absolute;
     display: block;
     background: #fff;
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
   }
   .hamburger-menu.menu:after,	.hamburger-menu.menu:before {
     content: "";
     transition: 0.3s width 0.4s;
   }
   .hamburger-menu.menu:after {
     top: 0px;
     left: 0px;
     margin-top: 0px;
   }
   .hamburger-menu.menu:before {
     bottom: 0px;
     right: 0px;
     margin-bottom: 0px;
   }
   .hamburger-menu.menu span {
     left: 0;
     top: 50%;
     margin-top: -1px;
     transition: transform 0.3s;
     -webkit-transition: transform 0.3s;
   }
   .hamburger-menu.menu span:before {
     content: "";
     height: 2px;
     border-radius: 0;
     width: 100%;
     background: #fff;
     position: absolute;
     left: 0px;
     transition: transform 0.3s;
     -webkit-transition: transform 0.3s;
   }
   .mm-ocd-opened .hamburger-menu.menu:after {
     transition: all 0.2s;
     width: 0%;
     left: 0px;
   }
   .mm-ocd-opened .hamburger-menu.menu:before {
     transition: all 0.2s;
     width: 0%;
     right: 0px;
   }
   .mm-ocd-opened .hamburger-menu.menu span {
     background: #fff;
     transform: rotate(45deg);
     transition: 0.3s transform 0.4s;
     -webkit-transform: rotate(45deg);
     -webkit-transition: 0.3s transform 0.4s;
   }
   .mm-ocd-opened .hamburger-menu.menu span:before {
     background: #fff;
     transform: rotate(-90deg);
     transition: 0.3s transform 0.4s;
     -webkit-transform: rotate(-90deg);
     -webkit-transition: 0.3s transform 0.4s;
   }
   .submenuItems {
     margin: 0 0 0 20px;
     padding: 10px 0 0;
   }
   .menu-nav .open .ion-android-add:before {
     content: "\f2f4";
   }
 }
 .main-nav {
   position: fixed;
   z-index: 2;
   top: 0;
   left: -100%;
   height: 100%;
   width: 100%;
   background-color: #000;
   -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
   -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
   -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
   transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
 }
 .main-nav .navigation-wrapper {
   height: 100%;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   padding: 60px 20px;
 }
 .main-nav .navigation-wrapper .inner-nav {
   margin: 20px 0 0;
 }
 .main-nav .navigation-wrapper .social-list {
   margin-top: 35px;
 }
 .main-nav .navigation-wrapper .social-list ul {
   margin: 0;
   padding: 0;
   text-align: left;
 }
 .main-nav .navigation-wrapper .social-list ul li a {
   color: #fff;
 }
 .main-nav .navigation-wrapper .social-list ul li a:hover {
   color: #fff;
 }
 .main-nav .navigation-wrapper .social-list ul li a:hover span {
   background: #000;
 }
 .main-nav .navigation-wrapper .social-list ul li a span {
   width: 35px;
   height: 35px;
   background: rgba(0, 0, 0, 0);
   display: block;
   line-height: 42px;
   border: 2px solid #fff;
   border-radius: 1px;
   transition: all .5s ease;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   text-align: center;
 }
 .main-nav .navigation-wrapper .social-list ul li a i {
   font-size: 22px;
   line-height: 1;
 }
 .main-nav .navigation-wrapper .menu-nav {
   padding: 0;
   margin: 0;
 }
 .main-nav .navigation-wrapper .menu-nav li {
   display: block;
   padding: 0 0 10px;
   margin: 0px;
   font-size: 44px;
   font-family: "Eurostile Next LT W04 Bold Ext";
   text-transform: uppercase;
   line-height: .75;
   letter-spacing: .1px;
   text-align: left;
 }
 .main-nav .navigation-wrapper .menu-nav li ul li ul {
   padding: 10px 0 0 20px;
 }
 .main-nav .navigation-wrapper .menu-nav li ul li ul li:last-child {
   padding: 0;
 }
 .main-nav .navigation-wrapper .user_wrapper {
   margin-top: 35px;
   padding: 0;
 }
 .navigation-wrapper .user_wrapper .user_name {
   color: #656262;
 }
 @media (max-width: 992px) {
   .main-nav .navigation-wrapper .menu-nav li {
     font-size: 34px;
     line-height: 1;
   }
 }
 @media (max-width: 668px) {
   .main-nav .navigation-wrapper .menu-nav li {
     font-size: 18px;
     line-height: 1;
   }
 }
 @media (max-width: 320px) {
   .main-nav .navigation-wrapper .menu-nav li {
     font-size: 20px;
     line-height: 1;
   }
 }
 .main-nav .navigation-wrapper .menu-nav li a.active {
   color: #0072d4;
 }
 .main-nav .navigation-wrapper .menu-nav li a {
   color: #fff;
   position: relative;
   -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -ms-transition: all .2s linear;
   -o-transition: all .2s linear;
   transition: all .2s linear;
 }
 .main-nav .navigation-wrapper .menu-nav li a:hover {
   text-decoration: none;
   color: #0072d4;
 }
 .main-nav .navigation-wrapper .menu-nav li a:hover span {
   width: 100%;
 }
 .main-nav .navigation-wrapper .menu-nav li.active a {
   color: #aaa;
 }
 .navigation-is-open .main-nav {
   left: 0;
 }
 .no-js #page {
   height: auto;
   overflow: visible;
 }
 .no-js .main-nav {
   position: static;
   visibility: visible;
 }
 .no-js .main-nav .navigation-wrapper {
   height: auto;
   overflow: visible;
   padding: 100px 5%;
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -ms-transform: translateX(0);
   -o-transform: translateX(0);
   transform: translateX(0);
 }
 @media (max-width: 767px) {
   
   h1,	h2,	h3 {
     font-size: 32px;
     line-height: .95;
   }
   .logo .brand {
     width: 375px;
     height: 30px;
   }
   .hamburger-menu {
     
   }
   #cartSidebar {
     right: -100%;
   }
   .hdrMenu {
     display: block;
     position: fixed;
     padding: 30px;
     top: 0;
     bottom: 0;
     width: 100%;
   }
   .tool-bar {
     right: 50px;
     top: 0px;
   }
   .mainTitle {
     text-align: center;
   }
   .footer {
      padding: 1.5rem 0;
        margin-top: 2rem;
   }
   form#hdrSearchForm {
     border: none;
     box-shadow: none;
   }
   form#hdrSearchForm input:focus {
     
   }
   .tt-menu {
    
   }
 }
 @media (max-width: 668px) {
   .logo .brand {
     width: 285px;
     height: 23px;
   }
   .hamburger-menu {
     
   }
   .hamburger-cart {
     top: 30px;
     right: 40px;
     width: 22px;
     height: 16px;
   }
   .tool-bar {
     right: 26px;
     top: 2px;
   }
   .tool-bar .fa-shopping-cart {
     display: none;
   }
   
   .footer .inner h4 {
     
   }
   .footer .inner ul li span {
     
   }
   .footer .inner ul li {
     
   }
   .footer .inner ul li a {
    
   }
   .btn.btn-default {
     font-size: 16px;
     line-height: .95;
   }
   .btn.btn-primary {
     font-size: 16px;
     line-height: .95;
   }
   
   #hdrCartLines li {
     font-size: 14px;
     line-height: 1.3;
   }
   #hdrCartLines li .hdrCartProdPrice {
     font-size: 14px;
   }
 }
 @media (max-width: 400px) {
   
  
   .header {
     
   }
   .logo .brand {
     width: 211px;
     height: 17px;
     font-size: inherit;
     line-height: 1;
     top: 0;
   }
   .main-nav .navigation-wrapper .menu-nav li {
     font-size: 15px;
     line-height: 1;
   }
   .hamburger-menu {
    
   }
   .tool-bar {
    
   }
 }
 .form-control::-webkit-input-placeholder {
   color: white;
   transition: opacity 250ms ease-in-out;
 }
 .form-control:focus::-webkit-input-placeholder {
   opacity: 0.5;
 }
 .form-control:-ms-input-placeholder {
   color: white;
   transition: opacity 250ms ease-in-out;
 }
 .form-control:focus:-ms-input-placeholder {
   opacity: 0.5;
 }
 .form-control::-moz-placeholder {
   color: white;
   opacity: 1;
   transition: opacity 250ms ease-in-out;
 }
 .form-control:focus::-moz-placeholder {
   opacity: 0.5;
 }
 .form-control:-moz-placeholder {
   color: white;
   opacity: 1;
   transition: opacity 250ms ease-in-out;
 }
 .form-control:focus:-moz-placeholder {
   opacity: 0.5;
 }
 span.twitter-typeahead .tt-menu, span.twitter-typeahead .tt-dropdown-menu {
   cursor: pointer;
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 14px;
   text-align: left;
   background-color: #ffffff;
   border: none;
   border-radius: 0px;
   -webkit-box-shadow:none;
   box-shadow: none;
   background-clip: padding-box;
 }
 span.twitter-typeahead .tt-suggestion {
   display: block;
   padding: 3px 10px;
   clear: both;
   font-weight: normal;
   line-height: 1.42857143;
   color: #333333;
   white-space: nowrap;
   width: 275px;
  font-family: ibm-plex-sans, sans-serif;
    font-weight: 300;
 }
 span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus {
   color: #ffffff;
   text-decoration: none;
   outline: 0;
   background-color: #337ab7;
 }
 .input-group.input-group-lg span.twitter-typeahead .form-control {
   height: 46px;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.3333333;
   border-radius: 6px;
 }
 .input-group.input-group-sm span.twitter-typeahead .form-control {
   height: 30px;
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
   border-radius: 3px;
 }
 span.twitter-typeahead {
   width: 100%;
 }
 .input-group span.twitter-typeahead {
   display: block !important;
   height: 34px;
 }
 .input-group span.twitter-typeahead .tt-menu, .input-group span.twitter-typeahead .tt-dropdown-menu {
   top: 32px !important;
 }
 .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
   border-radius: 0;
 }
 .input-group span.twitter-typeahead:first-child .form-control {
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
 }
 .input-group span.twitter-typeahead:last-child .form-control {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
 }
 .input-group.input-group-sm span.twitter-typeahead {
   height: 30px;
 }
 .input-group.input-group-sm span.twitter-typeahead .tt-menu, .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
   top: 30px !important;
 }
 .input-group.input-group-lg span.twitter-typeahead {
   height: 46px;
 }
 .input-group.input-group-lg span.twitter-typeahead .tt-menu, .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
   top: 46px !important;
 }
 span.twitter-typeahead .tt-suggestion.tt-heading, span.twitter-typeahead .tt-suggestion.tt-heading:hover, span.twitter-typeahead .tt-suggestion.tt-heading:focus {
   background: #333;
   color: #fff;
   font-weight: normal;
    cursor: default;
    font-family: ibm-plex-sans, sans-serif;
    margin: .5rem 0;
 }

	span.twitter-typeahead .tt-suggestion.tt-heading h4 {
     font-family: ibm-plex-sans, sans-serif;
     font-weight: normal;
}

 span.twitter-typeahead .tt-suggestion.acProductResult {
   white-space: normal;
 }
 .acProductResult img {
   float: left;
   width: 75px;
   margin-right: 10px;
 }
 #modalSearch i.fa-search {
   position: absolute;
   padding: 10px;
   min-width: 40px;
   color: #000000;
   cursor: pointer;
 }
 #modalSearchInput {
   padding-left: 30px;
 }
 .page-title, .entry-title {
   margin-inline: auto;
   margin-bottom: calc(var(--spacing) * 6);
   max-width: var(--container-content);
   font-size: var(--text-3xl);
   line-height: var(--tw-leading, var(--text-3xl--line-height));
   --tw-font-weight: var(--font-weight-extrabold);
   font-weight: var(--font-weight-extrabold);
   color: var(--color-neutral-900);
 }
 .page-content > *, .entry-content > * {
   margin-inline: auto;
   max-width: var(--container-content);
 }
 .entry-content > .alignwide {
   max-width: var(--container-wide);
 }
 .entry-content > .alignfull {
   max-width: none;
 }
 .entry-content > .alignleft {
   float: left;
   margin-right: calc(var(--spacing) * 8);
 }
 .entry-content > .alignright {
   float: right;
   margin-left: calc(var(--spacing) * 8);
 }
 .collapse {
   visibility: collapse;
 }
 .visible {
   visibility: visible;
 }
 .sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border-width: 0;
 }
 .absolute {
   position: absolute;
 }
 .fixed {
   position: fixed;
 }
 .relative {
   position: relative;
 }
 .sticky {
   position: sticky;
 }
 .inset-y-0 {
   inset-block: calc(var(--spacing) * 0);
 }
 .end-0 {
   inset-inline-end: calc(var(--spacing) * 0);
 }
 .top-1\/2 {
   top: calc(1/2 * 100%);
 }
 .top-50 {
   top: calc(var(--spacing) * 50);
 }
 .right-0 {
   right: calc(var(--spacing) * 0);
 }
 .right-4 {
   right: calc(var(--spacing) * 4);
 }
 .left-0 {
   left: calc(var(--spacing) * 0);
 }
 .z-10 {
   z-index: 10;
 }
 .z-50 {
   z-index: 50;
 }
 .order-1 {
   order: 1;
 }
 .col-6 {
   grid-column: 6;
 }
 .col-12 {
   grid-column: 12;
 }
 .float-right {
   float: right;
 }
 .container {
   width: 100%;
 }
 @media (width >= 40rem) {
   .container {
     max-width: 40rem;
   }
 }
 @media (width >= 48rem) {
   .container {
     max-width: 48rem;
   }
 }
 @media (width >= 64rem) {
   .container {
     max-width: 64rem;
   }
 }
 @media (width >= 80rem) {
   .container {
     max-width: 80rem;
   }
 }
 @media (width >= 96rem) {
   .container {
     max-width: 96rem;
   }
 }
 .m-0 {
   margin: calc(var(--spacing) * 0);
 }
 .mx-auto {
   margin-inline: auto;
 }
 .prose {
   color: var(--tw-prose-body);
   max-width: none;
 }
 .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 1.25em;
   margin-bottom: 1.25em;
 }
 .prose :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-lead);
   font-size: 1.25em;
   line-height: 1.6;
   margin-top: 1.2em;
   margin-bottom: 1.2em;
 }
 .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-links);
   text-decoration: underline;
   font-weight: 500;
 }
 .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-bold);
   font-weight: 600;
 }
 .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: inherit;
 }
 .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: inherit;
 }
 .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: inherit;
 }
 .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   list-style-type: decimal;
   margin-top: 1.25em;
   margin-bottom: 1.25em;
   padding-inline-start: 1.625em;
 }
 .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   list-style-type: upper-alpha;
 }
 .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   list-style-type: lower-alpha;
 }
 .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   list-style-type: upper-alpha;
 }
 .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   list-style-type: lower-alpha;
 }
 .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   list-style-type: upper-roman;
 }
 .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   list-style-type: lower-roman;
 }
 .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   list-style-type: upper-roman;
 }
 .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   list-style-type: lower-roman;
 }
 .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   list-style-type: decimal;
 }
 .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   list-style-type: disc;
   margin-top: 1.25em;
   margin-bottom: 1.25em;
   padding-inline-start: 1.625em;
 }
 .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
   font-weight: 400;
   color: var(--tw-prose-counters);
 }
 .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
   color: var(--tw-prose-bullets);
 }
 .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-headings);
   font-weight: 600;
   margin-top: 1.25em;
 }
 .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   border-color: var(--tw-prose-hr);
   border-top-width: 1;
   margin-top: 3em;
   margin-bottom: 3em;
   border-bottom: none;
 }
 .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   font-weight: 500;
   font-style: italic;
   color: var(--tw-prose-quotes);
   border-inline-start-width: 0.25rem;
   border-inline-start-color: var(--tw-prose-quote-borders);
   quotes: "\201C""\201D""\2018""\2019";
   margin-top: 1.6em;
   margin-bottom: 1.6em;
   padding-inline-start: 1em;
   border-left-style: solid;
 }
 .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
   content: open-quote;
 }
 .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
   content: close-quote;
 }
 .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-headings);
   font-weight: 800;
   font-size: 2.25em;
   margin-top: 0;
   margin-bottom: 0.8888889em;
   line-height: 1.1111111;
 }
 .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   font-weight: 900;
   color: inherit;
 }
 .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-headings);
   font-weight: 700;
   font-size: 1.5em;
   margin-top: 2em;
   margin-bottom: 1em;
   line-height: 1.3333333;
 }
 .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   font-weight: 800;
   color: inherit;
 }
 .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-headings);
   font-weight: 600;
   font-size: 1.25em;
   margin-top: 1.6em;
   margin-bottom: 0.6em;
   line-height: 1.6;
 }
 .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   font-weight: 700;
   color: inherit;
 }
 .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-headings);
   font-weight: 600;
   margin-top: 1.5em;
   margin-bottom: 0.5em;
   line-height: 1.5;
 }
 .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   font-weight: 700;
   color: inherit;
 }
 .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 2em;
   margin-bottom: 2em;
 }
 .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   display: block;
   margin-top: 2em;
   margin-bottom: 2em;
 }
 .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 2em;
   margin-bottom: 2em;
 }
 .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   font-weight: 500;
   font-family: inherit;
   color: var(--tw-prose-kbd);
   box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
   font-size: 0.875em;
   border-radius: 0.3125rem;
   padding-top: 0.1875em;
   padding-inline-end: 0.375em;
   padding-bottom: 0.1875em;
   padding-inline-start: 0.375em;
 }
 .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-code);
   font-weight: 600;
   font-size: 0.875em;
 }
 .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
   content: "`";
 }
 .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
   content: "`";
 }
 .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: inherit;
 }
 .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: inherit;
 }
 .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: inherit;
   font-size: 0.875em;
 }
 .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: inherit;
   font-size: 0.9em;
 }
 .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: inherit;
 }
 .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: inherit;
 }
 .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: inherit;
 }
 .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-pre-code);
   background-color: var(--tw-prose-pre-bg);
   overflow-x: auto;
   font-weight: 400;
   font-size: 0.875em;
   line-height: 1.7142857;
   margin-top: 1.7142857em;
   margin-bottom: 1.7142857em;
   border-radius: 0.375rem;
   padding-top: 0.8571429em;
   padding-inline-end: 1.1428571em;
   padding-bottom: 0.8571429em;
   padding-inline-start: 1.1428571em;
 }
 .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   background-color: transparent;
   border-width: 0;
   border-radius: 0;
   padding: 0;
   font-weight: inherit;
   color: inherit;
   font-size: inherit;
   font-family: inherit;
   line-height: inherit;
 }
 .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
   content: none;
 }
 .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
   content: none;
 }
 .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   width: 100%;
   table-layout: auto;
   margin-top: 2em;
   margin-bottom: 2em;
   font-size: 0.875em;
   line-height: 1.7142857;
 }
 .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   border-bottom-width: 1px;
   border-bottom-color: var(--tw-prose-th-borders);
 }
 .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-headings);
   font-weight: 600;
   vertical-align: bottom;
   padding-inline-end: 0.5714286em;
   padding-bottom: 0.5714286em;
   padding-inline-start: 0.5714286em;
 }
 .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   border-bottom-width: 1px;
   border-bottom-color: var(--tw-prose-td-borders);
 }
 .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   border-bottom-width: 0;
 }
 .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   vertical-align: baseline;
 }
 .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   border-top-width: 1px;
   border-top-color: var(--tw-prose-th-borders);
 }
 .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   vertical-align: top;
 }
 .prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   text-align: start;
 }
 .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 0;
   margin-bottom: 0;
 }
 .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-captions);
   font-size: 0.875em;
   line-height: 1.4285714;
   margin-top: 0.8571429em;
 }
 .prose {
   --tw-prose-body: oklch(0.373 0.034 259.733);
   --tw-prose-headings: oklch(0.21 0.034 264.665);
   --tw-prose-lead: oklch(0.446 0.03 256.802);
   --tw-prose-links: oklch(0.21 0.034 264.665);
   --tw-prose-bold: oklch(0.21 0.034 264.665);
   --tw-prose-counters: oklch(0.551 0.027 264.364);
   --tw-prose-bullets: oklch(0.872 0.01 258.338);
   --tw-prose-hr: oklch(0.928 0.006 264.531);
   --tw-prose-quotes: oklch(0.21 0.034 264.665);
   --tw-prose-quote-borders: oklch(0.928 0.006 264.531);
   --tw-prose-captions: oklch(0.551 0.027 264.364);
   --tw-prose-kbd: oklch(0.21 0.034 264.665);
   --tw-prose-kbd-shadows: NaN NaN NaN;
   --tw-prose-code: oklch(0.21 0.034 264.665);
   --tw-prose-pre-code: oklch(0.928 0.006 264.531);
   --tw-prose-pre-bg: oklch(0.278 0.033 256.848);
   --tw-prose-th-borders: oklch(0.872 0.01 258.338);
   --tw-prose-td-borders: oklch(0.928 0.006 264.531);
   --tw-prose-invert-body: oklch(0.872 0.01 258.338);
   --tw-prose-invert-headings: #fff;
   --tw-prose-invert-lead: oklch(0.707 0.022 261.325);
   --tw-prose-invert-links: #fff;
   --tw-prose-invert-bold: #fff;
   --tw-prose-invert-counters: oklch(0.707 0.022 261.325);
   --tw-prose-invert-bullets: oklch(0.446 0.03 256.802);
   --tw-prose-invert-hr: oklch(0.373 0.034 259.733);
   --tw-prose-invert-quotes: oklch(0.967 0.003 264.542);
   --tw-prose-invert-quote-borders: oklch(0.373 0.034 259.733);
   --tw-prose-invert-captions: oklch(0.707 0.022 261.325);
   --tw-prose-invert-kbd: #fff;
   --tw-prose-invert-kbd-shadows: 255 255 255;
   --tw-prose-invert-code: #fff;
   --tw-prose-invert-pre-code: oklch(0.872 0.01 258.338);
   --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
   --tw-prose-invert-th-borders: oklch(0.446 0.03 256.802);
   --tw-prose-invert-td-borders: oklch(0.373 0.034 259.733);
   font-size: 1rem;
   line-height: 1.75;
 }
 .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 0;
   margin-bottom: 0;
 }
 .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 0.5em;
   margin-bottom: 0.5em;
 }
 .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   padding-inline-start: 0.375em;
 }
 .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   padding-inline-start: 0.375em;
 }
 .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 0.75em;
   margin-bottom: 0.75em;
 }
 .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 1.25em;
 }
 .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-bottom: 1.25em;
 }
 .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 1.25em;
 }
 .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-bottom: 1.25em;
 }
 .prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 0.75em;
   margin-bottom: 0.75em;
 }
 .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 1.25em;
   margin-bottom: 1.25em;
 }
 .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 0.5em;
   padding-inline-start: 1.625em;
 }
 .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 0;
 }
 .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 0;
 }
 .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 0;
 }
 .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 0;
 }
 .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   padding-inline-start: 0;
 }
 .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   padding-inline-end: 0;
 }
 .prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   padding-top: 0.5714286em;
   padding-inline-end: 0.5714286em;
   padding-bottom: 0.5714286em;
   padding-inline-start: 0.5714286em;
 }
 .prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   padding-inline-start: 0;
 }
 .prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   padding-inline-end: 0;
 }
 .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 2em;
   margin-bottom: 2em;
 }
 .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-top: 0;
 }
 .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   margin-bottom: 0;
 }
 .prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   color: var(--tw-prose-body);
   font-style: normal;
   font-weight: 400;
 }
 .prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
   content: "\2014";
 }
 .prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
   table-layout: fixed;
   width: 100%;
 }
 .mt-2 {
   margin-top: calc(var(--spacing) * 2);
 }
 .mt-3 {
   margin-top: calc(var(--spacing) * 3);
 }
 .mr-1 {
   margin-right: calc(var(--spacing) * 1);
 }
 .mr-2 {
   margin-right: calc(var(--spacing) * 2);
 }
 .mb-0 {
   margin-bottom: calc(var(--spacing) * 0);
 }
 .mb-3 {
   margin-bottom: calc(var(--spacing) * 3);
 }
 .mb-4 {
   margin-bottom: calc(var(--spacing) * 4);
 }
 .mb-5 {
   margin-bottom: calc(var(--spacing) * 5);
 }
 .ml-2 {
   margin-left: calc(var(--spacing) * 2);
 }
 .ml-auto {
   margin-left: auto;
 }
 .block {
   display: block;
 }
 .collapse {
   display: none;
 }
 .contents {
   display: contents;
 }
 .flex {
   display: flex;
 }
 .grid {
   display: grid;
 }
 .hidden {
   display: none;
 }
 .inline-block {
   display: inline-block;
 }
 .inline-flex {
   display: inline-flex;
 }
 .h-6 {
   height: calc(var(--spacing) * 6);
 }
 .h-16 {
   height: calc(var(--spacing) * 16);
 }
 .w-6 {
   width: calc(var(--spacing) * 6);
 }
 .w-48 {
   width: calc(var(--spacing) * 48);
 }
 .w-64 {
   width: calc(var(--spacing) * 64);
 }
 .w-full {
   width: 100%;
 }
 .max-w-7xl {
   max-width: var(--container-7xl);
 }
 .max-w-none {
   max-width: none;
 }
 .flex-1 {
   flex: 1;
 }
 .caption-bottom {
   caption-side: bottom;
 }
 .border-collapse {
   border-collapse: collapse;
 }
 .-translate-y-1\/2 {
   --tw-translate-y: calc(calc(1/2 * 100%) * -1);
   translate: var(--tw-translate-x) var(--tw-translate-y);
 }
 .transform {
   transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
 }
 .grid-cols-1 {
   grid-template-columns: repeat(1, minmax(0, 1fr));
 }
 .flex-row {
   flex-direction: row;
 }
 .flex-row-reverse {
   flex-direction: row-reverse;
 }
 .flex-nowrap {
   flex-wrap: nowrap;
 }
 .flex-wrap {
   flex-wrap: wrap;
 }
 .flex-wrap-reverse {
   flex-wrap: wrap-reverse;
 }
 .items-center {
   align-items: center;
 }
 .items-start {
   align-items: flex-start;
 }
 .justify-between {
   justify-content: space-between;
 }
 .justify-center {
   justify-content: center;
 }
 .justify-start {
   justify-content: flex-start;
 }
 .gap-1 {
   gap: calc(var(--spacing) * 1);
 }
 .gap-2 {
   gap: calc(var(--spacing) * 2);
 }
 :where(.space-y-1 > :not(:last-child)) {
   --tw-space-y-reverse: 0;
   margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
   margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
 }
 :where(.space-x-3 > :not(:last-child)) {
   --tw-space-x-reverse: 0;
   margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
   margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
 }
 :where(.space-x-4 > :not(:last-child)) {
   --tw-space-x-reverse: 0;
   margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
   margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
 }
 .rounded {
   border-radius: 0.25rem;
 }
 .rounded-md {
   border-radius: var(--radius-md);
 }
 .border {
   border-style: var(--tw-border-style);
   border-width: 1px;
 }
 .border-0 {
   border-style: var(--tw-border-style);
   border-width: 0px;
 }
 .border-1 {
   border-style: var(--tw-border-style);
   border-width: 1px;
 }
 .bg-black {
   background-color: var(--color-black);
 }
 .bg-transparent {
   background-color: transparent;
 }
 .bg-white {
   background-color: var(--color-white);
 }
 .p-0 {
   padding: calc(var(--spacing) * 0);
 }
 .p-1 {
   padding: calc(var(--spacing) * 1);
 }
 .p-2 {
   padding: calc(var(--spacing) * 2);
 }
 .p-4 {
   padding: calc(var(--spacing) * 4);
 }
 .px-0 {
   padding-inline: calc(var(--spacing) * 0);
 }
 .px-2 {
   padding-inline: calc(var(--spacing) * 2);
 }
 .px-3 {
   padding-inline: calc(var(--spacing) * 3);
 }
 .px-4 {
   padding-inline: calc(var(--spacing) * 4);
 }
 .py-1 {
   padding-block: calc(var(--spacing) * 1);
 }
 .py-2 {
   padding-block: calc(var(--spacing) * 2);
 }
 .pt-2 {
   padding-top: calc(var(--spacing) * 2);
 }
 .pr-2 {
   padding-right: calc(var(--spacing) * 2);
 }
 .pb-3 {
   padding-bottom: calc(var(--spacing) * 3);
 }
 .text-center {
   text-align: center;
 }
 .text-left {
   text-align: left;
 }
 .text-right {
   text-align: right;
 }
 .text-base {
   font-size: var(--text-base);
   line-height: var(--tw-leading, var(--text-base--line-height));
 }
 .font-medium {
   --tw-font-weight: var(--font-weight-medium);
   font-weight: var(--font-weight-medium);
 }
 .text-gray-500 {
   color: var(--color-gray-500);
 }
 .text-gray-600 {
   color: var(--color-gray-600);
 }
 .text-gray-700 {
   color: var(--color-gray-700);
 }
 .uppercase {
   text-transform: uppercase;
 }
 .underline {
   text-decoration-line: underline;
 }
 .shadow-lg {
   --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
   box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
 }
 .outline {
   outline-style: var(--tw-outline-style);
   outline-width: 1px;
 }
 .blur {
   --tw-blur: blur(8px);
   filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
 }
 .grayscale {
   --tw-grayscale: grayscale(100%);
   filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
 }
 .filter {
   filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
 }
 .transition {
   transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
   transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
   transition-duration: var(--tw-duration, var(--default-transition-duration));
 }
 .content-none {
   --tw-content: none;
   content: none;
 }
 .prose-neutral {
   --tw-prose-body: oklch(0.371 0 0);
   --tw-prose-headings: oklch(0.205 0 0);
   --tw-prose-lead: oklch(0.439 0 0);
   --tw-prose-links: oklch(0.205 0 0);
   --tw-prose-bold: oklch(0.205 0 0);
   --tw-prose-counters: oklch(0.556 0 0);
   --tw-prose-bullets: oklch(0.87 0 0);
   --tw-prose-hr: oklch(0.922 0 0);
   --tw-prose-quotes: oklch(0.205 0 0);
   --tw-prose-quote-borders: oklch(0.922 0 0);
   --tw-prose-captions: oklch(0.556 0 0);
   --tw-prose-kbd: oklch(0.205 0 0);
   --tw-prose-kbd-shadows: NaN NaN NaN;
   --tw-prose-code: oklch(0.205 0 0);
   --tw-prose-pre-code: oklch(0.922 0 0);
   --tw-prose-pre-bg: oklch(0.269 0 0);
   --tw-prose-th-borders: oklch(0.87 0 0);
   --tw-prose-td-borders: oklch(0.922 0 0);
   --tw-prose-invert-body: oklch(0.87 0 0);
   --tw-prose-invert-headings: #fff;
   --tw-prose-invert-lead: oklch(0.708 0 0);
   --tw-prose-invert-links: #fff;
   --tw-prose-invert-bold: #fff;
   --tw-prose-invert-counters: oklch(0.708 0 0);
   --tw-prose-invert-bullets: oklch(0.439 0 0);
   --tw-prose-invert-hr: oklch(0.371 0 0);
   --tw-prose-invert-quotes: oklch(0.97 0 0);
   --tw-prose-invert-quote-borders: oklch(0.371 0 0);
   --tw-prose-invert-captions: oklch(0.708 0 0);
   --tw-prose-invert-kbd: #fff;
   --tw-prose-invert-kbd-shadows: 255 255 255;
   --tw-prose-invert-code: #fff;
   --tw-prose-invert-pre-code: oklch(0.87 0 0);
   --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
   --tw-prose-invert-th-borders: oklch(0.439 0 0);
   --tw-prose-invert-td-borders: oklch(0.371 0 0);
 }
 @media (hover: hover) {
   .group-hover\:block:is(:where(.group):hover *) {
     display: block;
   }
 }
 @media (hover: hover) {
   .hover\:bg-gray-50:hover {
     background-color: var(--color-gray-50);
   }
 }
 @media (hover: hover) {
   .hover\:bg-gray-100:hover {
     background-color: var(--color-gray-100);
   }
 }
 @media (hover: hover) {
   .hover\:text-gray-700:hover {
     color: var(--color-gray-700);
   }
 }
 @media (hover: hover) {
   .hover\:text-gray-800:hover {
     color: var(--color-gray-800);
   }
 }
 @media (hover: hover) {
   .hover\:text-gray-900:hover {
     color: var(--color-gray-900);
   }
 }
 .focus\:outline-none:focus {
   --tw-outline-style: none;
   outline-style: none;
 }
 @media (width >= 40rem) {
   .sm\:inline-block {
     display: inline-block;
   }
 }
 @media (width >= 40rem) {
   .sm\:w-1\/2 {
     width: calc(1/2 * 100%);
   }
 }
 @media (width >= 48rem) {
   .md\:flex {
     display: flex;
   }
 }
 @media (width >= 48rem) {
   .md\:hidden {
     display: none;
   }
 }
 
 @media (min-width: 768px) {
   .md\:justify-center {
     justify-content: center;
   }
 }
 
 .prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
   color: var(--color-primary);
 }
 @property --tw-font-weight {
   syntax: "*";
   inherits: false;
 }
 @property --tw-translate-x {
   syntax: "*";
   inherits: false;
   initial-value: 0;
 }
 @property --tw-translate-y {
   syntax: "*";
   inherits: false;
   initial-value: 0;
 }
 @property --tw-translate-z {
   syntax: "*";
   inherits: false;
   initial-value: 0;
 }
 @property --tw-rotate-x {
   syntax: "*";
   inherits: false;
   initial-value: rotateX(0);
 }
 @property --tw-rotate-y {
   syntax: "*";
   inherits: false;
   initial-value: rotateY(0);
 }
 @property --tw-rotate-z {
   syntax: "*";
   inherits: false;
   initial-value: rotateZ(0);
 }
 @property --tw-skew-x {
   syntax: "*";
   inherits: false;
   initial-value: skewX(0);
 }
 @property --tw-skew-y {
   syntax: "*";
   inherits: false;
   initial-value: skewY(0);
 }
 @property --tw-space-y-reverse {
   syntax: "*";
   inherits: false;
   initial-value: 0;
 }
 @property --tw-space-x-reverse {
   syntax: "*";
   inherits: false;
   initial-value: 0;
 }
 @property --tw-border-style {
   syntax: "*";
   inherits: false;
   initial-value: solid;
 }
 @property --tw-shadow {
   syntax: "*";
   inherits: false;
   initial-value: 0 0 #0000;
 }
 @property --tw-shadow-color {
   syntax: "*";
   inherits: false;
 }
 @property --tw-inset-shadow {
   syntax: "*";
   inherits: false;
   initial-value: 0 0 #0000;
 }
 @property --tw-inset-shadow-color {
   syntax: "*";
   inherits: false;
 }
 @property --tw-ring-color {
   syntax: "*";
   inherits: false;
 }
 @property --tw-ring-shadow {
   syntax: "*";
   inherits: false;
   initial-value: 0 0 #0000;
 }
 @property --tw-inset-ring-color {
   syntax: "*";
   inherits: false;
 }
 @property --tw-inset-ring-shadow {
   syntax: "*";
   inherits: false;
   initial-value: 0 0 #0000;
 }
 @property --tw-ring-inset {
   syntax: "*";
   inherits: false;
 }
 @property --tw-ring-offset-width {
   syntax: "<length>";
   inherits: false;
   initial-value: 0px;
 }
 @property --tw-ring-offset-color {
   syntax: "*";
   inherits: false;
   initial-value: #fff;
 }
 @property --tw-ring-offset-shadow {
   syntax: "*";
   inherits: false;
   initial-value: 0 0 #0000;
 }
 @property --tw-outline-style {
   syntax: "*";
   inherits: false;
   initial-value: solid;
 }
 @property --tw-blur {
   syntax: "*";
   inherits: false;
 }
 @property --tw-brightness {
   syntax: "*";
   inherits: false;
 }
 @property --tw-contrast {
   syntax: "*";
   inherits: false;
 }
 @property --tw-grayscale {
   syntax: "*";
   inherits: false;
 }
 @property --tw-hue-rotate {
   syntax: "*";
   inherits: false;
 }
 @property --tw-invert {
   syntax: "*";
   inherits: false;
 }
 @property --tw-opacity {
   syntax: "*";
   inherits: false;
 }
 @property --tw-saturate {
   syntax: "*";
   inherits: false;
 }
 @property --tw-sepia {
   syntax: "*";
   inherits: false;
 }
 @property --tw-drop-shadow {
   syntax: "*";
   inherits: false;
 }

.table > :not(caption) > * > * {
   color: #FFF;
}

 /*!
  *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  */
 /* FONT PATH
  * -------------------------- */
  @font-face {
   font-family: 'FontAwesome';
   src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
   src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
   font-weight: normal;
   font-style: normal;
 }
 .fa {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   transform: translate(0, 0);
 }
 /* makes the font 33% larger relative to the icon container */
 .fa-lg {
   font-size: 1.33333333em;
   line-height: 0.75em;
   vertical-align: -15%;
 }
 .fa-2x {
   font-size: 2em;
 }
 .fa-3x {
   font-size: 3em;
 }
 .fa-4x {
   font-size: 4em;
 }
 .fa-5x {
   font-size: 5em;
 }
 .fa-fw {
   width: 1.28571429em;
   text-align: center;
 }
 .fa-ul {
   padding-left: 0;
   margin-left: 2.14285714em;
   list-style-type: none;
 }
 .fa-ul > li {
   position: relative;
 }
 .fa-li {
   position: absolute;
   left: -2.14285714em;
   width: 2.14285714em;
   top: 0.14285714em;
   text-align: center;
 }
 .fa-li.fa-lg {
   left: -1.85714286em;
 }
 .fa-border {
   padding: .2em .25em .15em;
   border: solid 0.08em #eeeeee;
   border-radius: .1em;
 }
 .pull-right {
   float: right;
 }
 .pull-left {
   float: left;
 }
 .fa.pull-left {
   margin-right: .3em;
 }
 .fa.pull-right {
   margin-left: .3em;
 }
 .fa-spin {
   -webkit-animation: fa-spin 2s infinite linear;
   animation: fa-spin 2s infinite linear;
 }
 .fa-pulse {
   -webkit-animation: fa-spin 1s infinite steps(8);
   animation: fa-spin 1s infinite steps(8);
 }
 @-webkit-keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }
   100% {
     -webkit-transform: rotate(359deg);
     transform: rotate(359deg);
   }
 }
 @keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }
   100% {
     -webkit-transform: rotate(359deg);
     transform: rotate(359deg);
   }
 }
 .fa-rotate-90 {
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 .fa-rotate-180 {
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
 }
 .fa-rotate-270 {
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
   -webkit-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   transform: rotate(270deg);
 }
 .fa-flip-horizontal {
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
   -webkit-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
 }
 .fa-flip-vertical {
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
   -webkit-transform: scale(1, -1);
   -ms-transform: scale(1, -1);
   transform: scale(1, -1);
 }
 :root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical {
   filter: none;
 }
 .fa-stack {
   position: relative;
   display: inline-block;
   width: 2em;
   height: 2em;
   line-height: 2em;
   vertical-align: middle;
 }
 .fa-stack-1x,
 .fa-stack-2x {
   position: absolute;
   left: 0;
   width: 100%;
   text-align: center;
 }
 .fa-stack-1x {
   line-height: inherit;
 }
 .fa-stack-2x {
   font-size: 2em;
 }
 .fa-inverse {
   color: #ffffff;
 }
 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
 .fa-glass:before {
   content: "\f000";
 }
 .fa-music:before {
   content: "\f001";
 }
 .fa-search:before {
   content: "\f002";
 }
 .fa-envelope-o:before {
   content: "\f003";
 }
 .fa-heart:before {
   content: "\f004";
 }
 .fa-star:before {
   content: "\f005";
 }
 .fa-star-o:before {
   content: "\f006";
 }
 .fa-user:before {
   content: "\f007";
 }
 .fa-film:before {
   content: "\f008";
 }
 .fa-th-large:before {
   content: "\f009";
 }
 .fa-th:before {
   content: "\f00a";
 }
 .fa-th-list:before {
   content: "\f00b";
 }
 .fa-check:before {
   content: "\f00c";
 }
 .fa-remove:before,
 .fa-close:before,
 .fa-times:before {
   content: "\f00d";
 }
 .fa-search-plus:before {
   content: "\f00e";
 }
 .fa-search-minus:before {
   content: "\f010";
 }
 .fa-power-off:before {
   content: "\f011";
 }
 .fa-signal:before {
   content: "\f012";
 }
 .fa-gear:before,
 .fa-cog:before {
   content: "\f013";
 }
 .fa-trash-o:before {
   content: "\f014";
 }
 .fa-home:before {
   content: "\f015";
 }
 .fa-file-o:before {
   content: "\f016";
 }
 .fa-clock-o:before {
   content: "\f017";
 }
 .fa-road:before {
   content: "\f018";
 }
 .fa-download:before {
   content: "\f019";
 }
 .fa-arrow-circle-o-down:before {
   content: "\f01a";
 }
 .fa-arrow-circle-o-up:before {
   content: "\f01b";
 }
 .fa-inbox:before {
   content: "\f01c";
 }
 .fa-play-circle-o:before {
   content: "\f01d";
 }
 .fa-rotate-right:before,
 .fa-repeat:before {
   content: "\f01e";
 }
 .fa-refresh:before {
   content: "\f021";
 }
 .fa-list-alt:before {
   content: "\f022";
 }
 .fa-lock:before {
   content: "\f023";
 }
 .fa-flag:before {
   content: "\f024";
 }
 .fa-headphones:before {
   content: "\f025";
 }
 .fa-volume-off:before {
   content: "\f026";
 }
 .fa-volume-down:before {
   content: "\f027";
 }
 .fa-volume-up:before {
   content: "\f028";
 }
 .fa-qrcode:before {
   content: "\f029";
 }
 .fa-barcode:before {
   content: "\f02a";
 }
 .fa-tag:before {
   content: "\f02b";
 }
 .fa-tags:before {
   content: "\f02c";
 }
 .fa-book:before {
   content: "\f02d";
 }
 .fa-bookmark:before {
   content: "\f02e";
 }
 .fa-print:before {
   content: "\f02f";
 }
 .fa-camera:before {
   content: "\f030";
 }
 .fa-font:before {
   content: "\f031";
 }
 .fa-bold:before {
   content: "\f032";
 }
 .fa-italic:before {
   content: "\f033";
 }
 .fa-text-height:before {
   content: "\f034";
 }
 .fa-text-width:before {
   content: "\f035";
 }
 .fa-align-left:before {
   content: "\f036";
 }
 .fa-align-center:before {
   content: "\f037";
 }
 .fa-align-right:before {
   content: "\f038";
 }
 .fa-align-justify:before {
   content: "\f039";
 }
 .fa-list:before {
   content: "\f03a";
 }
 .fa-dedent:before,
 .fa-outdent:before {
   content: "\f03b";
 }
 .fa-indent:before {
   content: "\f03c";
 }
 .fa-video-camera:before {
   content: "\f03d";
 }
 .fa-photo:before,
 .fa-image:before,
 .fa-picture-o:before {
   content: "\f03e";
 }
 .fa-pencil:before {
   content: "\f040";
 }
 .fa-map-marker:before {
   content: "\f041";
 }
 .fa-adjust:before {
   content: "\f042";
 }
 .fa-tint:before {
   content: "\f043";
 }
 .fa-edit:before,
 .fa-pencil-square-o:before {
   content: "\f044";
 }
 .fa-share-square-o:before {
   content: "\f045";
 }
 .fa-check-square-o:before {
   content: "\f046";
 }
 .fa-arrows:before {
   content: "\f047";
 }
 .fa-step-backward:before {
   content: "\f048";
 }
 .fa-fast-backward:before {
   content: "\f049";
 }
 .fa-backward:before {
   content: "\f04a";
 }
 .fa-play:before {
   content: "\f04b";
 }
 .fa-pause:before {
   content: "\f04c";
 }
 .fa-stop:before {
   content: "\f04d";
 }
 .fa-forward:before {
   content: "\f04e";
 }
 .fa-fast-forward:before {
   content: "\f050";
 }
 .fa-step-forward:before {
   content: "\f051";
 }
 .fa-eject:before {
   content: "\f052";
 }
 .fa-chevron-left:before {
   content: "\f053";
 }
 .fa-chevron-right:before {
   content: "\f054";
 }
 .fa-plus-circle:before {
   content: "\f055";
 }
 .fa-minus-circle:before {
   content: "\f056";
 }
 .fa-times-circle:before {
   content: "\f057";
 }
 .fa-check-circle:before {
   content: "\f058";
 }
 .fa-question-circle:before {
   content: "\f059";
 }
 .fa-info-circle:before {
   content: "\f05a";
 }
 .fa-crosshairs:before {
   content: "\f05b";
 }
 .fa-times-circle-o:before {
   content: "\f05c";
 }
 .fa-check-circle-o:before {
   content: "\f05d";
 }
 .fa-ban:before {
   content: "\f05e";
 }
 .fa-arrow-left:before {
   content: "\f060";
 }
 .fa-arrow-right:before {
   content: "\f061";
 }
 .fa-arrow-up:before {
   content: "\f062";
 }
 .fa-arrow-down:before {
   content: "\f063";
 }
 .fa-mail-forward:before,
 .fa-share:before {
   content: "\f064";
 }
 .fa-expand:before {
   content: "\f065";
 }
 .fa-compress:before {
   content: "\f066";
 }
 .fa-plus:before {
   content: "\f067";
 }
 .fa-minus:before {
   content: "\f068";
 }
 .fa-asterisk:before {
   content: "\f069";
 }
 .fa-exclamation-circle:before {
   content: "\f06a";
 }
 .fa-gift:before {
   content: "\f06b";
 }
 .fa-leaf:before {
   content: "\f06c";
 }
 .fa-fire:before {
   content: "\f06d";
 }
 .fa-eye:before {
   content: "\f06e";
 }
 .fa-eye-slash:before {
   content: "\f070";
 }
 .fa-warning:before,
 .fa-exclamation-triangle:before {
   content: "\f071";
 }
 .fa-plane:before {
   content: "\f072";
 }
 .fa-calendar:before {
   content: "\f073";
 }
 .fa-random:before {
   content: "\f074";
 }
 .fa-comment:before {
   content: "\f075";
 }
 .fa-magnet:before {
   content: "\f076";
 }
 .fa-chevron-up:before {
   content: "\f077";
 }
 .fa-chevron-down:before {
   content: "\f078";
 }
 .fa-retweet:before {
   content: "\f079";
 }
 .fa-shopping-cart:before {
   content: "\f07a";
 }
 .fa-folder:before {
   content: "\f07b";
 }
 .fa-folder-open:before {
   content: "\f07c";
 }
 .fa-arrows-v:before {
   content: "\f07d";
 }
 .fa-arrows-h:before {
   content: "\f07e";
 }
 .fa-bar-chart-o:before,
 .fa-bar-chart:before {
   content: "\f080";
 }
 .fa-twitter-square:before {
   content: "\f081";
 }
 .fa-facebook-square:before {
   content: "\f082";
 }
 .fa-camera-retro:before {
   content: "\f083";
 }
 .fa-key:before {
   content: "\f084";
 }
 .fa-gears:before,
 .fa-cogs:before {
   content: "\f085";
 }
 .fa-comments:before {
   content: "\f086";
 }
 .fa-thumbs-o-up:before {
   content: "\f087";
 }
 .fa-thumbs-o-down:before {
   content: "\f088";
 }
 .fa-star-half:before {
   content: "\f089";
 }
 .fa-heart-o:before {
   content: "\f08a";
 }
 .fa-sign-out:before {
   content: "\f08b";
 }
 .fa-linkedin-square:before {
   content: "\f08c";
 }
 .fa-thumb-tack:before {
   content: "\f08d";
 }
 .fa-external-link:before {
   content: "\f08e";
 }
 .fa-sign-in:before {
   content: "\f090";
 }
 .fa-trophy:before {
   content: "\f091";
 }
 .fa-github-square:before {
   content: "\f092";
 }
 .fa-upload:before {
   content: "\f093";
 }
 .fa-lemon-o:before {
   content: "\f094";
 }
 .fa-phone:before {
   content: "\f095";
 }
 .fa-square-o:before {
   content: "\f096";
 }
 .fa-bookmark-o:before {
   content: "\f097";
 }
 .fa-phone-square:before {
   content: "\f098";
 }
 .fa-twitter:before {
   content: "\f099";
 }
 .fa-facebook-f:before,
 .fa-facebook:before {
   content: "\f09a";
 }
 .fa-github:before {
   content: "\f09b";
 }
 .fa-unlock:before {
   content: "\f09c";
 }
 .fa-credit-card:before {
   content: "\f09d";
 }
 .fa-rss:before {
   content: "\f09e";
 }
 .fa-hdd-o:before {
   content: "\f0a0";
 }
 .fa-bullhorn:before {
   content: "\f0a1";
 }
 .fa-bell:before {
   content: "\f0f3";
 }
 .fa-certificate:before {
   content: "\f0a3";
 }
 .fa-hand-o-right:before {
   content: "\f0a4";
 }
 .fa-hand-o-left:before {
   content: "\f0a5";
 }
 .fa-hand-o-up:before {
   content: "\f0a6";
 }
 .fa-hand-o-down:before {
   content: "\f0a7";
 }
 .fa-arrow-circle-left:before {
   content: "\f0a8";
 }
 .fa-arrow-circle-right:before {
   content: "\f0a9";
 }
 .fa-arrow-circle-up:before {
   content: "\f0aa";
 }
 .fa-arrow-circle-down:before {
   content: "\f0ab";
 }
 .fa-globe:before {
   content: "\f0ac";
 }
 .fa-wrench:before {
   content: "\f0ad";
 }
 .fa-tasks:before {
   content: "\f0ae";
 }
 .fa-filter:before {
   content: "\f0b0";
 }
 .fa-briefcase:before {
   content: "\f0b1";
 }
 .fa-arrows-alt:before {
   content: "\f0b2";
 }
 .fa-group:before,
 .fa-users:before {
   content: "\f0c0";
 }
 .fa-chain:before,
 .fa-link:before {
   content: "\f0c1";
 }
 .fa-cloud:before {
   content: "\f0c2";
 }
 .fa-flask:before {
   content: "\f0c3";
 }
 .fa-cut:before,
 .fa-scissors:before {
   content: "\f0c4";
 }
 .fa-copy:before,
 .fa-files-o:before {
   content: "\f0c5";
 }
 .fa-paperclip:before {
   content: "\f0c6";
 }
 .fa-save:before,
 .fa-floppy-o:before {
   content: "\f0c7";
 }
 .fa-square:before {
   content: "\f0c8";
 }
 .fa-navicon:before,
 .fa-reorder:before,
 .fa-bars:before {
   content: "\f0c9";
 }
 .fa-list-ul:before {
   content: "\f0ca";
 }
 .fa-list-ol:before {
   content: "\f0cb";
 }
 .fa-strikethrough:before {
   content: "\f0cc";
 }
 .fa-underline:before {
   content: "\f0cd";
 }
 .fa-table:before {
   content: "\f0ce";
 }
 .fa-magic:before {
   content: "\f0d0";
 }
 .fa-truck:before {
   content: "\f0d1";
 }
 .fa-pinterest:before {
   content: "\f0d2";
 }
 .fa-pinterest-square:before {
   content: "\f0d3";
 }
 .fa-google-plus-square:before {
   content: "\f0d4";
 }
 .fa-google-plus:before {
   content: "\f0d5";
 }
 .fa-money:before {
   content: "\f0d6";
 }
 .fa-caret-down:before {
   content: "\f0d7";
 }
 .fa-caret-up:before {
   content: "\f0d8";
 }
 .fa-caret-left:before {
   content: "\f0d9";
 }
 .fa-caret-right:before {
   content: "\f0da";
 }
 .fa-columns:before {
   content: "\f0db";
 }
 .fa-unsorted:before,
 .fa-sort:before {
   content: "\f0dc";
 }
 .fa-sort-down:before,
 .fa-sort-desc:before {
   content: "\f0dd";
 }
 .fa-sort-up:before,
 .fa-sort-asc:before {
   content: "\f0de";
 }
 .fa-envelope:before {
   content: "\f0e0";
 }
 .fa-linkedin:before {
   content: "\f0e1";
 }
 .fa-rotate-left:before,
 .fa-undo:before {
   content: "\f0e2";
 }
 .fa-legal:before,
 .fa-gavel:before {
   content: "\f0e3";
 }
 .fa-dashboard:before,
 .fa-tachometer:before {
   content: "\f0e4";
 }
 .fa-comment-o:before {
   content: "\f0e5";
 }
 .fa-comments-o:before {
   content: "\f0e6";
 }
 .fa-flash:before,
 .fa-bolt:before {
   content: "\f0e7";
 }
 .fa-sitemap:before {
   content: "\f0e8";
 }
 .fa-umbrella:before {
   content: "\f0e9";
 }
 .fa-paste:before,
 .fa-clipboard:before {
   content: "\f0ea";
 }
 .fa-lightbulb-o:before {
   content: "\f0eb";
 }
 .fa-exchange:before {
   content: "\f0ec";
 }
 .fa-cloud-download:before {
   content: "\f0ed";
 }
 .fa-cloud-upload:before {
   content: "\f0ee";
 }
 .fa-user-md:before {
   content: "\f0f0";
 }
 .fa-stethoscope:before {
   content: "\f0f1";
 }
 .fa-suitcase:before {
   content: "\f0f2";
 }
 .fa-bell-o:before {
   content: "\f0a2";
 }
 .fa-coffee:before {
   content: "\f0f4";
 }
 .fa-cutlery:before {
   content: "\f0f5";
 }
 .fa-file-text-o:before {
   content: "\f0f6";
 }
 .fa-building-o:before {
   content: "\f0f7";
 }
 .fa-hospital-o:before {
   content: "\f0f8";
 }
 .fa-ambulance:before {
   content: "\f0f9";
 }
 .fa-medkit:before {
   content: "\f0fa";
 }
 .fa-fighter-jet:before {
   content: "\f0fb";
 }
 .fa-beer:before {
   content: "\f0fc";
 }
 .fa-h-square:before {
   content: "\f0fd";
 }
 .fa-plus-square:before {
   content: "\f0fe";
 }
 .fa-angle-double-left:before {
   content: "\f100";
 }
 .fa-angle-double-right:before {
   content: "\f101";
 }
 .fa-angle-double-up:before {
   content: "\f102";
 }
 .fa-angle-double-down:before {
   content: "\f103";
 }
 .fa-angle-left:before {
   content: "\f104";
 }
 .fa-angle-right:before {
   content: "\f105";
 }
 .fa-angle-up:before {
   content: "\f106";
 }
 .fa-angle-down:before {
   content: "\f107";
 }
 .fa-desktop:before {
   content: "\f108";
 }
 .fa-laptop:before {
   content: "\f109";
 }
 .fa-tablet:before {
   content: "\f10a";
 }
 .fa-mobile-phone:before,
 .fa-mobile:before {
   content: "\f10b";
 }
 .fa-circle-o:before {
   content: "\f10c";
 }
 .fa-quote-left:before {
   content: "\f10d";
 }
 .fa-quote-right:before {
   content: "\f10e";
 }
 .fa-spinner:before {
   content: "\f110";
 }
 .fa-circle:before {
   content: "\f111";
 }
 .fa-mail-reply:before,
 .fa-reply:before {
   content: "\f112";
 }
 .fa-github-alt:before {
   content: "\f113";
 }
 .fa-folder-o:before {
   content: "\f114";
 }
 .fa-folder-open-o:before {
   content: "\f115";
 }
 .fa-smile-o:before {
   content: "\f118";
 }
 .fa-frown-o:before {
   content: "\f119";
 }
 .fa-meh-o:before {
   content: "\f11a";
 }
 .fa-gamepad:before {
   content: "\f11b";
 }
 .fa-keyboard-o:before {
   content: "\f11c";
 }
 .fa-flag-o:before {
   content: "\f11d";
 }
 .fa-flag-checkered:before {
   content: "\f11e";
 }
 .fa-terminal:before {
   content: "\f120";
 }
 .fa-code:before {
   content: "\f121";
 }
 .fa-mail-reply-all:before,
 .fa-reply-all:before {
   content: "\f122";
 }
 .fa-star-half-empty:before,
 .fa-star-half-full:before,
 .fa-star-half-o:before {
   content: "\f123";
 }
 .fa-location-arrow:before {
   content: "\f124";
 }
 .fa-crop:before {
   content: "\f125";
 }
 .fa-code-fork:before {
   content: "\f126";
 }
 .fa-unlink:before,
 .fa-chain-broken:before {
   content: "\f127";
 }
 .fa-question:before {
   content: "\f128";
 }
 .fa-info:before {
   content: "\f129";
 }
 .fa-exclamation:before {
   content: "\f12a";
 }
 .fa-superscript:before {
   content: "\f12b";
 }
 .fa-subscript:before {
   content: "\f12c";
 }
 .fa-eraser:before {
   content: "\f12d";
 }
 .fa-puzzle-piece:before {
   content: "\f12e";
 }
 .fa-microphone:before {
   content: "\f130";
 }
 .fa-microphone-slash:before {
   content: "\f131";
 }
 .fa-shield:before {
   content: "\f132";
 }
 .fa-calendar-o:before {
   content: "\f133";
 }
 .fa-fire-extinguisher:before {
   content: "\f134";
 }
 .fa-rocket:before {
   content: "\f135";
 }
 .fa-maxcdn:before {
   content: "\f136";
 }
 .fa-chevron-circle-left:before {
   content: "\f137";
 }
 .fa-chevron-circle-right:before {
   content: "\f138";
 }
 .fa-chevron-circle-up:before {
   content: "\f139";
 }
 .fa-chevron-circle-down:before {
   content: "\f13a";
 }
 .fa-html5:before {
   content: "\f13b";
 }
 .fa-css3:before {
   content: "\f13c";
 }
 .fa-anchor:before {
   content: "\f13d";
 }
 .fa-unlock-alt:before {
   content: "\f13e";
 }
 .fa-bullseye:before {
   content: "\f140";
 }
 .fa-ellipsis-h:before {
   content: "\f141";
 }
 .fa-ellipsis-v:before {
   content: "\f142";
 }
 .fa-rss-square:before {
   content: "\f143";
 }
 .fa-play-circle:before {
   content: "\f144";
 }
 .fa-ticket:before {
   content: "\f145";
 }
 .fa-minus-square:before {
   content: "\f146";
 }
 .fa-minus-square-o:before {
   content: "\f147";
 }
 .fa-level-up:before {
   content: "\f148";
 }
 .fa-level-down:before {
   content: "\f149";
 }
 .fa-check-square:before {
   content: "\f14a";
 }
 .fa-pencil-square:before {
   content: "\f14b";
 }
 .fa-external-link-square:before {
   content: "\f14c";
 }
 .fa-share-square:before {
   content: "\f14d";
 }
 .fa-compass:before {
   content: "\f14e";
 }
 .fa-toggle-down:before,
 .fa-caret-square-o-down:before {
   content: "\f150";
 }
 .fa-toggle-up:before,
 .fa-caret-square-o-up:before {
   content: "\f151";
 }
 .fa-toggle-right:before,
 .fa-caret-square-o-right:before {
   content: "\f152";
 }
 .fa-euro:before,
 .fa-eur:before {
   content: "\f153";
 }
 .fa-gbp:before {
   content: "\f154";
 }
 .fa-dollar:before,
 .fa-usd:before {
   content: "\f155";
 }
 .fa-rupee:before,
 .fa-inr:before {
   content: "\f156";
 }
 .fa-cny:before,
 .fa-rmb:before,
 .fa-yen:before,
 .fa-jpy:before {
   content: "\f157";
 }
 .fa-ruble:before,
 .fa-rouble:before,
 .fa-rub:before {
   content: "\f158";
 }
 .fa-won:before,
 .fa-krw:before {
   content: "\f159";
 }
 .fa-bitcoin:before,
 .fa-btc:before {
   content: "\f15a";
 }
 .fa-file:before {
   content: "\f15b";
 }
 .fa-file-text:before {
   content: "\f15c";
 }
 .fa-sort-alpha-asc:before {
   content: "\f15d";
 }
 .fa-sort-alpha-desc:before {
   content: "\f15e";
 }
 .fa-sort-amount-asc:before {
   content: "\f160";
 }
 .fa-sort-amount-desc:before {
   content: "\f161";
 }
 .fa-sort-numeric-asc:before {
   content: "\f162";
 }
 .fa-sort-numeric-desc:before {
   content: "\f163";
 }
 .fa-thumbs-up:before {
   content: "\f164";
 }
 .fa-thumbs-down:before {
   content: "\f165";
 }
 .fa-youtube-square:before {
   content: "\f166";
 }
 .fa-youtube:before {
   content: "\f167";
 }
 .fa-xing:before {
   content: "\f168";
 }
 .fa-xing-square:before {
   content: "\f169";
 }
 .fa-youtube-play:before {
   content: "\f16a";
 }
 .fa-dropbox:before {
   content: "\f16b";
 }
 .fa-stack-overflow:before {
   content: "\f16c";
 }
 .fa-instagram:before {
   content: "\f16d";
 }
 .fa-flickr:before {
   content: "\f16e";
 }
 .fa-adn:before {
   content: "\f170";
 }
 .fa-bitbucket:before {
   content: "\f171";
 }
 .fa-bitbucket-square:before {
   content: "\f172";
 }
 .fa-tumblr:before {
   content: "\f173";
 }
 .fa-tumblr-square:before {
   content: "\f174";
 }
 .fa-long-arrow-down:before {
   content: "\f175";
 }
 .fa-long-arrow-up:before {
   content: "\f176";
 }
 .fa-long-arrow-left:before {
   content: "\f177";
 }
 .fa-long-arrow-right:before {
   content: "\f178";
 }
 .fa-apple:before {
   content: "\f179";
 }
 .fa-windows:before {
   content: "\f17a";
 }
 .fa-android:before {
   content: "\f17b";
 }
 .fa-linux:before {
   content: "\f17c";
 }
 .fa-dribbble:before {
   content: "\f17d";
 }
 .fa-skype:before {
   content: "\f17e";
 }
 .fa-foursquare:before {
   content: "\f180";
 }
 .fa-trello:before {
   content: "\f181";
 }
 .fa-female:before {
   content: "\f182";
 }
 .fa-male:before {
   content: "\f183";
 }
 .fa-gittip:before,
 .fa-gratipay:before {
   content: "\f184";
 }
 .fa-sun-o:before {
   content: "\f185";
 }
 .fa-moon-o:before {
   content: "\f186";
 }
 .fa-archive:before {
   content: "\f187";
 }
 .fa-bug:before {
   content: "\f188";
 }
 .fa-vk:before {
   content: "\f189";
 }
 .fa-weibo:before {
   content: "\f18a";
 }
 .fa-renren:before {
   content: "\f18b";
 }
 .fa-pagelines:before {
   content: "\f18c";
 }
 .fa-stack-exchange:before {
   content: "\f18d";
 }
 .fa-arrow-circle-o-right:before {
   content: "\f18e";
 }
 .fa-arrow-circle-o-left:before {
   content: "\f190";
 }
 .fa-toggle-left:before,
 .fa-caret-square-o-left:before {
   content: "\f191";
 }
 .fa-dot-circle-o:before {
   content: "\f192";
 }
 .fa-wheelchair:before {
   content: "\f193";
 }
 .fa-vimeo-square:before {
   content: "\f194";
 }
 .fa-turkish-lira:before,
 .fa-try:before {
   content: "\f195";
 }
 .fa-plus-square-o:before {
   content: "\f196";
 }
 .fa-space-shuttle:before {
   content: "\f197";
 }
 .fa-slack:before {
   content: "\f198";
 }
 .fa-envelope-square:before {
   content: "\f199";
 }
 .fa-wordpress:before {
   content: "\f19a";
 }
 .fa-openid:before {
   content: "\f19b";
 }
 .fa-institution:before,
 .fa-bank:before,
 .fa-university:before {
   content: "\f19c";
 }
 .fa-mortar-board:before,
 .fa-graduation-cap:before {
   content: "\f19d";
 }
 .fa-yahoo:before {
   content: "\f19e";
 }
 .fa-google:before {
   content: "\f1a0";
 }
 .fa-reddit:before {
   content: "\f1a1";
 }
 .fa-reddit-square:before {
   content: "\f1a2";
 }
 .fa-stumbleupon-circle:before {
   content: "\f1a3";
 }
 .fa-stumbleupon:before {
   content: "\f1a4";
 }
 .fa-delicious:before {
   content: "\f1a5";
 }
 .fa-digg:before {
   content: "\f1a6";
 }
 .fa-pied-piper:before {
   content: "\f1a7";
 }
 .fa-pied-piper-alt:before {
   content: "\f1a8";
 }
 .fa-drupal:before {
   content: "\f1a9";
 }
 .fa-joomla:before {
   content: "\f1aa";
 }
 .fa-language:before {
   content: "\f1ab";
 }
 .fa-fax:before {
   content: "\f1ac";
 }
 .fa-building:before {
   content: "\f1ad";
 }
 .fa-child:before {
   content: "\f1ae";
 }
 .fa-paw:before {
   content: "\f1b0";
 }
 .fa-spoon:before {
   content: "\f1b1";
 }
 .fa-cube:before {
   content: "\f1b2";
 }
 .fa-cubes:before {
   content: "\f1b3";
 }
 .fa-behance:before {
   content: "\f1b4";
 }
 .fa-behance-square:before {
   content: "\f1b5";
 }
 .fa-steam:before {
   content: "\f1b6";
 }
 .fa-steam-square:before {
   content: "\f1b7";
 }
 .fa-recycle:before {
   content: "\f1b8";
 }
 .fa-automobile:before,
 .fa-car:before {
   content: "\f1b9";
 }
 .fa-cab:before,
 .fa-taxi:before {
   content: "\f1ba";
 }
 .fa-tree:before {
   content: "\f1bb";
 }
 .fa-spotify:before {
   content: "\f1bc";
 }
 .fa-deviantart:before {
   content: "\f1bd";
 }
 .fa-soundcloud:before {
   content: "\f1be";
 }
 .fa-database:before {
   content: "\f1c0";
 }
 .fa-file-pdf-o:before {
   content: "\f1c1";
 }
 .fa-file-word-o:before {
   content: "\f1c2";
 }
 .fa-file-excel-o:before {
   content: "\f1c3";
 }
 .fa-file-powerpoint-o:before {
   content: "\f1c4";
 }
 .fa-file-photo-o:before,
 .fa-file-picture-o:before,
 .fa-file-image-o:before {
   content: "\f1c5";
 }
 .fa-file-zip-o:before,
 .fa-file-archive-o:before {
   content: "\f1c6";
 }
 .fa-file-sound-o:before,
 .fa-file-audio-o:before {
   content: "\f1c7";
 }
 .fa-file-movie-o:before,
 .fa-file-video-o:before {
   content: "\f1c8";
 }
 .fa-file-code-o:before {
   content: "\f1c9";
 }
 .fa-vine:before {
   content: "\f1ca";
 }
 .fa-codepen:before {
   content: "\f1cb";
 }
 .fa-jsfiddle:before {
   content: "\f1cc";
 }
 .fa-life-bouy:before,
 .fa-life-buoy:before,
 .fa-life-saver:before,
 .fa-support:before,
 .fa-life-ring:before {
   content: "\f1cd";
 }
 .fa-circle-o-notch:before {
   content: "\f1ce";
 }
 .fa-ra:before,
 .fa-rebel:before {
   content: "\f1d0";
 }
 .fa-ge:before,
 .fa-empire:before {
   content: "\f1d1";
 }
 .fa-git-square:before {
   content: "\f1d2";
 }
 .fa-git:before {
   content: "\f1d3";
 }
 .fa-hacker-news:before {
   content: "\f1d4";
 }
 .fa-tencent-weibo:before {
   content: "\f1d5";
 }
 .fa-qq:before {
   content: "\f1d6";
 }
 .fa-wechat:before,
 .fa-weixin:before {
   content: "\f1d7";
 }
 .fa-send:before,
 .fa-paper-plane:before {
   content: "\f1d8";
 }
 .fa-send-o:before,
 .fa-paper-plane-o:before {
   content: "\f1d9";
 }
 .fa-history:before {
   content: "\f1da";
 }
 .fa-genderless:before,
 .fa-circle-thin:before {
   content: "\f1db";
 }
 .fa-header:before {
   content: "\f1dc";
 }
 .fa-paragraph:before {
   content: "\f1dd";
 }
 .fa-sliders:before {
   content: "\f1de";
 }
 .fa-share-alt:before {
   content: "\f1e0";
 }
 .fa-share-alt-square:before {
   content: "\f1e1";
 }
 .fa-bomb:before {
   content: "\f1e2";
 }
 .fa-soccer-ball-o:before,
 .fa-futbol-o:before {
   content: "\f1e3";
 }
 .fa-tty:before {
   content: "\f1e4";
 }
 .fa-binoculars:before {
   content: "\f1e5";
 }
 .fa-plug:before {
   content: "\f1e6";
 }
 .fa-slideshare:before {
   content: "\f1e7";
 }
 .fa-twitch:before {
   content: "\f1e8";
 }
 .fa-yelp:before {
   content: "\f1e9";
 }
 .fa-newspaper-o:before {
   content: "\f1ea";
 }
 .fa-wifi:before {
   content: "\f1eb";
 }
 .fa-calculator:before {
   content: "\f1ec";
 }
 .fa-paypal:before {
   content: "\f1ed";
 }
 .fa-google-wallet:before {
   content: "\f1ee";
 }
 .fa-cc-visa:before {
   content: "\f1f0";
 }
 .fa-cc-mastercard:before {
   content: "\f1f1";
 }
 .fa-cc-discover:before {
   content: "\f1f2";
 }
 .fa-cc-amex:before {
   content: "\f1f3";
 }
 .fa-cc-paypal:before {
   content: "\f1f4";
 }
 .fa-cc-stripe:before {
   content: "\f1f5";
 }
 .fa-bell-slash:before {
   content: "\f1f6";
 }
 .fa-bell-slash-o:before {
   content: "\f1f7";
 }
 .fa-trash:before {
   content: "\f1f8";
 }
 .fa-copyright:before {
   content: "\f1f9";
 }
 .fa-at:before {
   content: "\f1fa";
 }
 .fa-eyedropper:before {
   content: "\f1fb";
 }
 .fa-paint-brush:before {
   content: "\f1fc";
 }
 .fa-birthday-cake:before {
   content: "\f1fd";
 }
 .fa-area-chart:before {
   content: "\f1fe";
 }
 .fa-pie-chart:before {
   content: "\f200";
 }
 .fa-line-chart:before {
   content: "\f201";
 }
 .fa-lastfm:before {
   content: "\f202";
 }
 .fa-lastfm-square:before {
   content: "\f203";
 }
 .fa-toggle-off:before {
   content: "\f204";
 }
 .fa-toggle-on:before {
   content: "\f205";
 }
 .fa-bicycle:before {
   content: "\f206";
 }
 .fa-bus:before {
   content: "\f207";
 }
 .fa-ioxhost:before {
   content: "\f208";
 }
 .fa-angellist:before {
   content: "\f209";
 }
 .fa-cc:before {
   content: "\f20a";
 }
 .fa-shekel:before,
 .fa-sheqel:before,
 .fa-ils:before {
   content: "\f20b";
 }
 .fa-meanpath:before {
   content: "\f20c";
 }
 .fa-buysellads:before {
   content: "\f20d";
 }
 .fa-connectdevelop:before {
   content: "\f20e";
 }
 .fa-dashcube:before {
   content: "\f210";
 }
 .fa-forumbee:before {
   content: "\f211";
 }
 .fa-leanpub:before {
   content: "\f212";
 }
 .fa-sellsy:before {
   content: "\f213";
 }
 .fa-shirtsinbulk:before {
   content: "\f214";
 }
 .fa-simplybuilt:before {
   content: "\f215";
 }
 .fa-skyatlas:before {
   content: "\f216";
 }
 .fa-cart-plus:before {
   content: "\f217";
 }
 .fa-cart-arrow-down:before {
   content: "\f218";
 }
 .fa-diamond:before {
   content: "\f219";
 }
 .fa-ship:before {
   content: "\f21a";
 }
 .fa-user-secret:before {
   content: "\f21b";
 }
 .fa-motorcycle:before {
   content: "\f21c";
 }
 .fa-street-view:before {
   content: "\f21d";
 }
 .fa-heartbeat:before {
   content: "\f21e";
 }
 .fa-venus:before {
   content: "\f221";
 }
 .fa-mars:before {
   content: "\f222";
 }
 .fa-mercury:before {
   content: "\f223";
 }
 .fa-transgender:before {
   content: "\f224";
 }
 .fa-transgender-alt:before {
   content: "\f225";
 }
 .fa-venus-double:before {
   content: "\f226";
 }
 .fa-mars-double:before {
   content: "\f227";
 }
 .fa-venus-mars:before {
   content: "\f228";
 }
 .fa-mars-stroke:before {
   content: "\f229";
 }
 .fa-mars-stroke-v:before {
   content: "\f22a";
 }
 .fa-mars-stroke-h:before {
   content: "\f22b";
 }
 .fa-neuter:before {
   content: "\f22c";
 }
 .fa-facebook-official:before {
   content: "\f230";
 }
 .fa-pinterest-p:before {
   content: "\f231";
 }
 .fa-whatsapp:before {
   content: "\f232";
 }
 .fa-server:before {
   content: "\f233";
 }
 .fa-user-plus:before {
   content: "\f234";
 }
 .fa-user-times:before {
   content: "\f235";
 }
 .fa-hotel:before,
 .fa-bed:before {
   content: "\f236";
 }
 .fa-viacoin:before {
   content: "\f237";
 }
 .fa-train:before {
   content: "\f238";
 }
 .fa-subway:before {
   content: "\f239";
 }
 .fa-medium:before {
   content: "\f23a";
 }

/* Cart Header */
#hdrCart {
   position: relative;
   z-index: 10;
}

#hdrCartDetail {
   margin-top: 1.5em;
  
   z-index: 15;
}

/* Header Cart Styles */
.header-cart-container {
   display: flex;
   flex-direction: column;
   height: 100vh;
}

.header-cart-header {
   flex: 0 0 60px;
   padding: 15px;
   
   position: relative;
}

.header-cart-title {
   margin: 0;
   text-align: left;
}

.header-cart-close {
   position: absolute;
   top: 1.5em;
   right: 0;
   background: none;
   border: none;
}

.header-cart-content {
   flex: 1 1 auto;
   overflow-y: auto;
   padding: 15px;
   min-height: 0;
}

.header-cart-product {
   display: flex;
   flex-direction: column;
   padding: 0 0 15px;
}

.header-cart-product-top {
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
}

.header-cart-product-image {
   flex: 0 0 auto;
   max-width: 100px;
   padding-top: 3px;
}

.header-cart-product-image img {
   width: 100%;
   height: auto;
   max-height: 80px;
   object-fit: cover;
}

.header-cart-product-details {
   flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
 	line-height: 1.3;
}

.header-cart-style-code {
   display: block;
   font-weight: bold;
   text-align: center;
}

.header-cart-color-desc {
   display: block;
   text-align: center;
}

.header-cart-warehouse {
   width: 100%;
   text-align: left;
}

.header-cart-sizes {
   width: 100%;
 border: 1px solid white;
    padding: .35rem .35rem .35rem;
    margin: 9px 0 0;
   
}

.header-cart-size {
  
   align-items: center;
   
}

.header-cart-size-desc {
   font-weight: bold;
   margin-bottom: 0px;
   font-size: 0.9em;
}

.header-cart-qty {
   margin-bottom: 0px;
   font-size: 0.9em;
}

.header-cart-price {
   font-size: 0.9em;
}

.header-cart-product-total {
   display: block;
    text-align: right;
    margin-top: 5px;
    font-size: 0.9em;
}

.header-cart-footer {
   position: relative;
   width: 100%;
   border-top: 1px solid white;
}

.header-cart-footer-content {
   display: inline-flex;
   flex-direction: column;
   width: 100%;
}

.header-cart-totals {
  
   padding: 1rem;
   text-align: right;
}

.header-cart-actions {
   display: flex;
   justify-content: space-between;
   padding: 0 1rem 1rem;
   gap: 10px;
}

.header-cart-action-button {
   flex: 1;
   text-align: center;
}

.header-cart-action-button a {
   width: 100%;
   padding: 12px;
   font-size: 90%;
}

#hdrCartAddOuter {
   height: 0;
   max-height: 0;
   margin: 0;
   padding: 0;
   border: 0;
   overflow: hidden;
   position: absolute;
   top: 1.5em;
   z-index: 15;
   -webkit-transition: max-height 0.6s;
   -moz-transition: max-height 0.6s;
   transition: max-height 0.6s;
}

#hdrCartAddOuter.showCartAdd {
   height: auto;
   max-height: 500px;
   /* Can't transition height: auto ... */
   -webkit-transition: max-height 0.6s;
   -moz-transition: max-height 0.6s;
   transition: max-height 0.6s;
   overflow: auto;
   border: 1px solid #e5e5e5;
   border-radius: 0 0 6px 6px;
   background: #fff;
   text-align: center;
   padding: 8px;
   margin-top: 83px;
   margin-left: -379px;
   min-width: 425px;
}

#hdrCartLines {
   margin: 0;
   padding: 2px;
   clear: both;
   font-size: 90%;
}

#hdrCartLines li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #ccc;
}

#hdrCartLines li .hdrCartProdDesc {
   float: left;
}

#hdrCartLines li .hdrCartProdQty {
   display: inline-block;
   min-width: 30px;
}

#hdrCartLines li .hdrCartProdPrice {
   float: right;
}
