:root {
  /* Base variables */
  /* COLORS */
  --primary-color: #c9ab5d;
  --primary-light-color: #e3d4ac;
  --black-color: #242424;
  --grey-color: #4a4a4a;
  --grey-75-color: #4a4a4a75;
  --grey-50-color: #4a4a4a50;
  --grey-20-color: #4a4a4a20;
  --grey-10-color: #4a4a4a10;
  --grey-05-color: #4a4a4a05;
  --light-grey-color: #d0d0d0;
  --faint-grey-color: #e8e8e8;
  --white-color: #fff;
  --error-color: #af0016;
  --error-50-color: #af001650;
  --error-20-color: #af001620;
  --warning-color: #e26b01;
  --warning-25-color: #fce9de;
  --success-color: #27845b;
  --info-color: #2972c4;
  --info-10-color: #2972c410;
  --info-20-color: #2972c420;
  --disabled-color: #969696;
  --activated-color: #0dcc7d;
  --grey2-color: #eeefec;

  /* FONTS */
  --primary-font: "CamptonLight";
  --primary-italic-font: "CamptonLightItalic";
  --primary-book-font: "CamptonBook";
  --primary-ibook-font: "CamptonBookItalic";
  --primary-medium-font: "CamptonMedium";
  --primary-imedium-font: "CamptonMediumItalic";
  --primary-bold-font: "CamptonBold";
  --primary-ibold-font: "CamptonBoldItalic";
  --primary-semi-bold-font: "CamptonSemiBold";
  --primary-semi-ibold-font: "CamptonSemiBoldItalic";
  --primary-extra-bold-font: "CamptonExtraBold";
  --primary-extra-ibold-font: "CamptonExtraBoldItalic";
  --primary-thin-font: "CamptonThin";
  --primary-ithin-font: "CamptonThinItalic";
  --primary-light-font: "CamptonLight";
  --primary-ilight-font: "CamptonLightItalic";
  --primary-extra-light-font: "CamptonExtraLight";
  --primary-extra-ilight-font: "CamptonExtraLightItalic";
  --primary-black-font: "CamptonBlack";
  --primary-iblack-font: "CamptonBlackItalic";
  --secondary-font: "ArnhemPro-Blond";
  --secondary-italic-font: "ArnhemPro-Blond-italic";
}

/* Font Declarations */
@font-face {
  font-family: "ArnhemPro-Blond";
  src: url("../../fonts/arnhem-pro-blond.otf");
}
@font-face {
  font-family: "ArnhemPro-Blond-Italic";
  src: url("../../fonts/arnhem-pro-blond-italic.otf");
}
@font-face {
  font-family: "CamptonBook";
  src: url("../../fonts/CamptonBook.otf");
}
@font-face {
  font-family: "CamptonBookItalic";
  src: url("../../fonts/CamptonBookItalic.otf");
}
@font-face {
  font-family: "CamptonBlack";
  src: url("../../fonts/CamptonBlack.otf");
}
@font-face {
  font-family: "CamptonBlackItalic";
  src: url("../../fonts/CamptonBlackItalic.otf");
}
@font-face {
  font-family: "CamptonBold";
  src: url("../../fonts/CamptonBold.otf");
}
@font-face {
  font-family: "CamptonBoldItalic";
  src: url("../../fonts/CamptonBoldItalic.otf");
}
@font-face {
  font-family: "CamptonExtraBold";
  src: url("../../fonts/CamptonExtraBold.otf");
}
@font-face {
  font-family: "CamptonExtraBoldItalic";
  src: url("../../fonts/CamptonExtraBoldItalic.otf");
}
@font-face {
  font-family: "CamptonExtraLight";
  src: url("../../fonts/CamptonExtraLight.otf");
}
@font-face {
  font-family: "CamptonExtraLightItalic";
  src: url("../../fonts/CamptonExtraLightItalic.otf");
}
@font-face {
  font-family: "CamptonLight";
  src: url("../../fonts/CamptonLight.otf");
}
@font-face {
  font-family: "CamptonLightItalic";
  src: url("../../fonts/CamptonLightItalic.otf");
}
@font-face {
  font-family: "CamptonMedium";
  src: url("../../fonts/CamptonMedium.otf");
}
@font-face {
  font-family: "CamptonMediumItalic";
  src: url("../../fonts/CamptonMediumItalic.otf");
}
@font-face {
  font-family: "CamptonSemiBold";
  src: url("../../fonts/CamptonSemiBold.otf");
}
@font-face {
  font-family: "CamptonSemiBoldItalic";
  src: url("../../fonts/CamptonSemiBoldItalic.otf");
}
@font-face {
  font-family: "CamptonThin";
  src: url("../../fonts/CamptonThin.otf");
}
@font-face {
  font-family: "CamptonThinItalic";
  src: url("../../fonts/CamptonThinItalic.otf");
}
/* End Font Declarations */

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* * {
    border: 1px solid #f00 !important;
  } */
html,
body {
  box-sizing: inherit;
  background-color: var(--white-color);
  font-family: var(--primary-font);
  font-size: 16px;
  color: var(--grey-color);
  scroll-behavior: smooth;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  letter-spacing: 0.1px;
  line-height: 24px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
pre,
em,
strike,
s,
strong,
sub,
sup,
b,
u,
i,
cite,
abbr,
acronym,
address,
big,
code,
ins,
kbd,
samp,
var,
center,
summary,
dl,
dt,
dd,
a,
ins,
del,
figcaption,
figure,
hr,
br,
ol,
ul,
li,
mark,
small,
div,
span,
data,
time,
wbr {
  color: inherit;
  font-family: inherit;
  font-size: 1rem;
}

h1 {
  font-family: var(--primary-medium-font);
  font-size: 2.5rem;
}

h2 {
  font-family: var(--primary-medium-font);
  font-size: 2rem;
}

h3 {
  font-family: var(--primary-medium-font);
  font-size: 1.75rem;
}

h4 {
  font-family: var(--primary-medium-font);
  font-size: 1.5rem;
}

h5 {
  font-family: var(--primary-medium-font);
  font-size: 1.25rem;
}

h6 {
  font-family: var(--primary-medium-font);
  font-size: 1rem;
}

pre,
code {
  font-family: monospace;
}

a {
  text-decoration: none;
}

small {
  font-family: var(--primary-font);
  font-size: 0.75rem;
}

.fs-16 {
  font-size: 1rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-8 {
  font-size: 0.5rem;
}

/* End Typography */
/* Section Elements */
header,
hgroup,
nav,
article,
section,
main,
aside,
footer {
  display: block;
}

/* End Section Elements */
/* Image and multimedia */
img {
  max-width: 100%;
  height: auto;
}

/* End Image and multimedia */
/* Table Content */
caption,
col,
colgroup,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
  color: inherit;
  font-size: 1rem;
}

/* End Table Content */
/* Form Elements */
form,
button,
datalist,
fieldset,
input,
label,
legend,
meter,
optgroup,
option,
output,
progress,
select,
textarea {
  color: inherit;
  font-size: 1rem;
}

button,
a {
  cursor: pointer;
}

p,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
table {
  width: 100%;
}
label {
  margin: 0;
}

/* Components - Custom classes */
/* Alignment */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/* /Alignment */

/* Layout */
.container {
  padding: 2.5rem 0;
  margin-top: 74px; /* navbar height */
}
.custom-w-800 {
  width: 800px;
  @media (max-width: 800px) {
    width: 100%;
  }
}
.custom-w-510 {
  width: 510px;
}
.spacer-1 {
  width: 100%;
  height: 1rem;
}
.spacer-2 {
  width: 100%;
  height: 2rem;
}

.component-grid {
  display: grid;
  grid-gap: 0.5rem;
  justify-items: center;
}

.gg-1 {
  grid-gap: 1rem;
}
.gg-2 {
  grid-gap: 2rem;
}

.component-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.component-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.component-flex-al-end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.component-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-flex-space-even {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.component-flex-space-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* flatpages flex-single colum */
.container-vertical-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  margin-top: 74px;
}

.item-vetical-stack {
  width: 100%;
  padding: 1rem 0;
}
.item-vetical-stack p,
.item-vetical-stack h3 {
  padding-top: 0.5rem;
}
.item-vetical-stack .component-header {
  padding-bottom: 0.5rem;
}
/* /flatpages */

.fg-1 {
  gap: 1rem;
}
.fg-2 {
  gap: 2rem;
}
.fg-3 {
  gap: 3rem;
}

.component-summary {
  width: 337px;
  background-color: var(--grey2-color);
  padding: 2rem 3rem;
}

.component-table {
  border: 2px solid var(--primary-color);
}
.component-table > thead > tr {
  border-bottom: 1px solid var(--primary-color);
}
.component-table > thead th {
  padding: 0.75rem 1rem 0.5rem 1rem;
}
.component-table > thead th:last-of-type,
.component-table > tbody td:last-of-type,
.component-table > tfoot td:last-of-type {
  border-right: 2px solid var(--primary-color);
}
.component-table > tbody td,
.component-table > tfoot td {
  padding: 0.5rem 1rem 0.25rem 1rem;
}
.component-table > tbody tr:last-of-type td {
  padding-bottom: 1rem;
}

.component-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 240px;
  height: 251px;
  border: 2px solid var(--primary-color);
  padding: 2.5rem;
  margin: 0 1rem;
}

.component-no-margin {
  margin: 0 !important;
}
.mgt-half-rem {
  margin-top: 0.5rem !important;
}
.error-span-top {
  position: absolute;
  padding-left: 1.55rem;
  width: 15rem;
  font-family: var(--primary-book-font);
  font-size: 0.875rem;
  color: var(--warning-color);
  text-transform: uppercase;
}
.error-span-top::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-image: url("../../img/icons/warning_small.png");
  background-size: 1rem 1rem;
  background-position: 0;
  background-repeat: no-repeat;
  top: calc(50% - 0.65rem);
  left: 0.5rem;
}
.hidden-display {
  display: none !important;
}
.visible-inline-display {
  display: inline !important;
}
.visible-flex-display {
  display: flex !important;
}
.visible-grid-display {
  display: grid !important;
}
.visible-display {
  display: block !important;
}
/* /Layout */

/* Typography */
.page-title {
  font-family: var(--primary-font);
  font-size: 2rem;
  line-height: 41.6px;
}
.page-second-title {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  line-height: 41.6px;
}
.page-description {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  line-height: 31.2px;
}

.page-sub-description {
  font-family: var(--primary-font);
  font-size: 1.13rem;
  line-height: 28px;
  margin: auto;
  width: 95%;
}
.component-title {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  line-height: 31.2px;
}
.component-sub-title {
  font-family: var(--primary-font);
  font-size: 1rem;
}
.component-body-item {
  font-family: var(--primary-book-font);
  font-size: 0.875rem;
}
.component-body-main-item {
  font-family: var(--primary-medium-font);
  font-size: 1rem;
}
.component-body-sub-item {
  font-family: var(--primary-font);
  font-size: 1rem;
}
.component-body-sub-sub-item {
  font-family: var(--primary-light-font);
  font-size: 0.75rem;
}
.component-header-item {
  font-family: var(--primary-medium-font);
  font-size: 1rem;
}
.component-footer-item {
  font-family: var(--primary-book-font);
  font-size: 1rem;
}
.component-footer-sub-item {
  font-family: var(--primary-light-font);
  font-size: 1rem;
}
.component-footer-main-item {
  font-family: var(--primary-font);
  font-size: 1.5rem;
}
.component-activated {
  font-family: var(--primary-semi-bold-font);
  font-size: 0.875rem;
  color: var(--activated-color);
}
.component-not-activated {
  font-family: var(--primary-semi-bold-font);
  font-size: 0.875rem;
  color: var(--error-color);
}
.component-header {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: var(--primary-font);
  color: var(--primary-color);
}
.component-sub-heading {
  font-family: var(--primary-medium-font);
  font-size: 1rem;
}
.fs-0-5 {
  font-size: 0.5rem;
}
.fs-1-5 {
  font-size: 1.5rem;
}
/* /Typography */

/* Horizontal line */
hr.large {
  border: 1px solid var(--primary-color);
}
hr.small {
  width: 6.875rem;
  border: 1px solid var(--primary-color);
}
hr.no-margin {
  margin-top: 0.5rem !important;
}
/* /Horizontal line */

/* Links */
.primary-link,
.primary-link-md,
.primary-link-sm {
  font-family: var(--primary-font);
  color: var(--primary-color);
  text-decoration: underline;
}

.primary-link:hover,
.primary-link-md:hover,
.primary-link-sm:hover,
.primary-link:active,
.primary-link-md:active,
.primary-link-sm:active {
  color: var(--grey-color);
  text-decoration: none;
}

.primary-link {
  font-size: 1rem;
}
.primary-link-md {
  font-size: 0.85rem;
}
.primary-link-sm {
  font-size: 0.75rem;
}

.wrapper-link {
  text-decoration: none !important;
  color: inherit !important;
}
.wrapper-link:active > div {
  box-shadow: inset 0 0 5px 0 var(--grey-20-color);
}
/* /Links */

/* Buttons */
.primary-btn,
.primary-btn-disabled,
.primary-btn-lg,
.primary-btn-lg-disabled,
.secondary-btn,
.secondary-btn-disabled,
.third-btn,
.third-btn-disabled,
a.primary-btn,
a.primary-btn-disabled,
a.primary-btn-lg,
a.primary-btn-lg-disabled,
a.secondary-btn,
a.secondary-btn-disabled,
a.third-btn,
a.third-btn-disabled,
.price-btn {
  /* margin: 0.25rem; */
  padding-top: 0.25rem;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color) !important;
  font-family: var(--primary-medium-font) !important;
  font-size: 0.875rem;
  color: var(--grey-color);
  text-align: center;
  text-transform: uppercase;
  outline: none !important;
  box-shadow: 0 2px 5px 0 var(--grey-10-color);
}
.price-btn {
  font-size: 1rem;
}
a.primary-btn,
a.primary-btn-disabled,
a.primary-btn-lg,
a.primary-btn-lg-disabled,
a.secondary-btn,
a.secondary-btn-disabled,
a.third-btn,
a.third-btn-disabled {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.primary-btn,
.primary-btn-disabled,
.secondary-btn,
.secondary-btn-disabled,
a.primary-btn,
a.primary-btn-disabled,
a.secondary-btn,
a.secondary-btn-disabled {
  width: 15.25rem;
  height: 3rem;
}
.primary-btn-lg,
.primary-btn-lg-disabled,
a.primary-btn-lg,
a.primary-btn-lg-disabled {
  width: 17.25rem;
  height: 3rem;
}
.primary-btn:active,
.primary-btn-lg:active,
a.primary-btn:active,
a.primary-btn-lg:active {
  outline: 2px solid var(--primary-color) !important;
}
.primary-btn-disabled,
.primary-btn-lg-disabled,
a.primary-btn-disabled,
a.primary-btn-lg-disabled {
  border: 1px solid var(--primary-light-color) !important;
  color: var(--grey-50-color);
  cursor: not-allowed;
}

.secondary-btn,
a.secondary-btn {
  border: 1px solid var(--grey-color) !important;
}
.secondary-btn:active,
a.secondary-btn:active {
  outline: 2px solid var(--grey-color) !important;
}
.secondary-btn-disabled,
a.secondary-btn-disabled {
  border: 1px solid var(--grey-20-color) !important;
  color: var(--grey-50-color);
  cursor: not-allowed;
}

.third-btn,
.third-btn-disabled,
a.third-btn,
a.third-btn-disabled {
  width: 10rem;
  height: 3rem;
  background-color: var(--primary-color);
  color: var(--white-color);
}
.third-btn:active,
a.third-btn:active {
  outline: 2px solid var(--primary-color) !important;
  background-color: var(--white-color);
  color: var(--grey-color);
}
.third-btn-disabled,
a.third-btn-disabled {
  border: 1px solid var(--primary-light-color) !important;
  background-color: var(--primary-light-color);
  cursor: not-allowed;
}

.price-btn {
  width: 6.875rem;
  height: 3.125rem;
  border: 2px solid var(--primary-color) !important;
}

.price-btn:active {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.price-btn.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.price-btn.active:active {
  background-color: var(--white-color);
  color: var(--grey-color);
}

.close {
  outline: none !important;
}

.link-btn {
  padding-top: 0.25rem;
  background-color: var(--white-color);
  border: none !important;
  font-family: var(--primary-medium-font) !important;
  font-size: 0.875rem;
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  outline: none !important;
  text-decoration: underline;
}
.link-btn:disabled {
  display: none;
}

/* /Buttons */

/* Form */
label {
  width: auto !important;
  font-family: var(--primary-font);
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="file"],
input[type="color"],
input[type="password"],
input[type="number"],
select {
  height: 3rem !important;
  border: 2px solid var(--primary-light-color) !important;
  border-radius: 0 !important;
  background-color: transparent;
  font-family: var(--primary-book-font);
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  border: 2px solid var(--primary-light-color);
  padding: 1rem;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  font-family: var(--primary-font);
}
@media (max-width: 500px) {
  input[type="text"],
  input[type="email"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="file"],
  input[type="color"],
  input[type="password"],
  input[type="number"],
  select {
    height: calc(3rem -10px) !important;
  }
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
input[type="color"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none !important;
  border: 2px solid var(--primary-color) !important;
  box-shadow: 0 2px 5px 0 var(--grey-20-color);
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

.radio-custom {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  margin-right: 0.5rem;
}

input[type="radio"]:checked ~ .radio-custom::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: calc(50% - 0.375rem);
  left: calc(50% - 0.375rem);
  border-radius: 50%;
  background-color: var(--primary-color);
}

label.form-check-label-custom {
  display: inline-flex;
  align-items: center;
}
label.form-check-label-custom-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-custom {
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary-color);
  margin-right: 0.5rem;
  cursor: pointer;
}
.checkbox-custom-sm {
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-color);
  cursor: pointer;
}
.custom-checkbox-label {
  font-family: var(--primary-font);
  font-size: 1rem;
  margin-top: 0.25rem;
}

input[type="checkbox"]:checked ~ .checkbox-custom {
  position: relative;
  background-color: var(--primary-color);
}
input[type="checkbox"]:checked ~ .checkbox-custom-sm {
  position: relative;
  background-color: var(--primary-color);
}
/* Check mark inside checkbox 

input[type="checkbox"]:checked ~ .checkbox-custom::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 3.5px);
  width: 7px;
  height: 15px;
  border: 2px solid var(--white-color);
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(45deg);
} */

select:focus {
  box-shadow: 0 2px 5px 0 var(--grey-50-color) !important;
}

.component-form-center {
  width: 290px;
  margin: 0 auto;
}

.component-form-error {
  width: 450px;
  font-family: var(--primary-font);
  font-size: 0.875rem;
  margin: 1rem auto !important;
}
@media (max-width: 500px) {
  .component-form-error {
    width: 100%;
  }
}
.component-form-error li {
  font-family: var(--primary-font);
  font-size: 0.875rem;
}
.component-price-input {
  position: relative;
}
.component-price-input::before {
  content: "$";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: calc(50% + 0.25rem);
  left: 0.5rem;
  font-family: var(--primary-book-font);
}
.component-price-input input {
  padding-left: 1.5rem;
}
.component-select {
  position: relative;
}
.component-select::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid var(--primary-color);
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-top: 5px;
  position: absolute;
  top: calc(50% + 7.5px);
  right: 1rem;
  pointer-events: none;
}

.invalid-feedback,
.invalid-feedback-visible {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
  text-align: left;
}
.invalid-feedback-visible {
  display: block;
}

.invalid-feedback img.error-icon-image,
.invalid-feedback-visible img.error-icon-image {
  position: absolute;
  top: -2.25rem;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.invalid-feedback img.error-icon-image-inline,
.invalid-feedback-visible img.error-icon-image-inline {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}

.invalid-feedback strong,
.invalid-feedback-visible strong {
  font-size: 0.875rem;
  font-family: var(--primary-light-font);
  color: var(--error-color);
}

input.error-input,
select.error-input {
  border: 2px solid var(--error-50-color) !important;
}

/* Denomination Field Padding */
.denomination-field {
  padding-top: 0.75rem;
}
/* /Denomination Field Padding */

/* /Form */

/* Cart */
.cart-icon-block {
  position: relative;
}
.cart-count,
.cart-count-absolute {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.25rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  font-family: var(--primary-medium-font);
  color: var(--white-color);
  background-color: var(--primary-color);
}
.cart-count-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}
.cart-count-absolute img {
  pointer-events: none;
}
/* /Cart */

/* CSS triangles */
.triangle-black-down {
  width: 0;
  height: 0;
  border-top: 5px solid var(--grey-color);
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-top: 5px;
}
.triangle-primary-down {
  width: 0;
  height: 0;
  border-top: 5px solid var(--primary-color);
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-top: 5px;
}
.triangle-primary-lg-right {
  width: 0;
  height: 0;
  border-left: 10px solid var(--primary-color);
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  margin-top: 10px;
}
.triangle-primary-lg-left {
  width: 0;
  height: 0;
  border-right: 10px solid var(--primary-color);
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-top: 10px;
}
/* /CSS triangles */

/* Custom Modal */
.modal__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  min-height: 100vh;
  z-index: 101;
}
.modal__wrapper .modal-overlay {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background-color: var(--grey-75-color);
}
.modal__wrapper .modal-main {
  position: relative;
  width: 500px;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-gap: 0.5rem;
  padding: 2rem 0;
  /* border-radius: 0.5rem; */
  background-color: var(--white-color);
  box-shadow: 0 0 5px 0 var(--grey-75-color);
}
@media (max-width: 768px) {
  .modal__wrapper .modal-main {
    width: 350px;
  }
}
@media (max-width: 500px) {
  .modal__wrapper .modal-main {
    width: 300px;
  }
}
.modal__wrapper .modal-main::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 0.25rem;
  bottom: -0.25rem;
  left: 10px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: var(--grey-20-color);
  z-index: 2;
}
@media (max-width: 768px) {
  .modal__wrapper .modal-main::before {
    width: 330px;
  }
}
@media (max-width: 500px) {
  .modal__wrapper .modal-main::before {
    width: 280px;
  }
}
.modal__wrapper .modal-main textarea {
  width: 75%;
  font-family: var(--primary-font);
}
.modal__wrapper .modal-main .text-14 {
  font-family: var(--primary-font);
  font-size: 0.875rem;
}
.modal__wrapper .modal-main .close-btn {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: none !important;
  outline: none !important;
  cursor: pointer;
}
.modal__wrapper .modal-main .close-btn::before {
  content: "+";
  position: absolute;
  top: 0;
  left: calc(50% - 0.5rem);
  font-size: 2rem;
  font-family: var(--primary-bold-font);
  color: var(--white-color);
  transform: rotate(45deg);
}
.modal__wrapper .modal-main img {
  width: 3rem;
  height: 3rem;
}
.modal__wrapper .modal-main .modal__title {
  text-transform: uppercase;
  text-align: center;
}
.modal__wrapper .modal-main .modal__header {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--grey-10-color);
}

.alert-modal__wrapper,
.info-modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  min-height: 100vh;
  z-index: 102;
}

.alert-modal__wrapper .alert-modal-overlay,
.info-modal__wrapper .info-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: var(--grey-50-color);
}
.alert-modal__wrapper .alert-modal-main {
  position: relative;
  width: 550px;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-gap: 0.5rem;
  padding: 2rem 0;
  /* border-radius: 0.5rem; */
  background-color: var(--white-color);
  box-shadow: 0 0 5px 0 var(--grey-50-color);
}
@media (max-width: 768px) {
  .alert-modal__wrapper .alert-modal-main {
    width: 350px;
  }
}
@media (max-width: 500px) {
  .alert-modal__wrapper .alert-modal-main {
    width: 300px;
  }
}
.alert-modal__wrapper .alert-modal-main::before {
  content: "";
  position: absolute;
  width: 530px;
  height: 0.25rem;
  bottom: -0.25rem;
  left: 10px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: var(--grey-20-color);
  z-index: 2;
}
@media (max-width: 768px) {
  .alert-modal__wrapper .alert-modal-main::before {
    width: 330px;
  }
}
@media (max-width: 500px) {
  .alert-modal__wrapper .alert-modal-main::before {
    width: 280px;
  }
}
.alert-modal__wrapper .alert-modal-main .text-14 {
  font-family: var(--primary-font);
  font-size: 0.875rem;
}
.alert-modal__wrapper .alert-modal-main .close-btn {
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border: none !important;
  outline: none !important;
  cursor: pointer;
}
.alert-modal__wrapper .alert-modal-main .close-btn::before {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
  font-size: 2.5rem;
  font-family: var(--primary-book-font);
  transform: rotate(45deg);
}
.alert-modal__wrapper .alert-modal-main img {
  /* width: 3rem; */
  /* height: 3rem; */
}
.alert-modal__wrapper .alert-modal-main .alert-modal__title {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  margin: 0;
  /* text-transform: uppercase; */
  text-align: center;
}
.alert-modal__wrapper .alert-modal-main .alert-modal__header {
  width: 100%;
  min-height: 3rem;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--grey-10-color);
}
.alert-modal__wrapper .alert-modal-main .alert-modal__icon {
  position: relative;
  height: 3rem;
}
.alert-modal__wrapper .alert-modal-main .alert-modal__header .success-icon,
.alert-modal__wrapper .alert-modal-main .alert-modal__header .warning-icon,
.alert-modal__wrapper .alert-modal-main .alert-modal__header .loader-icon,
.alert-modal__wrapper .alert-modal-main .alert-modal__icon .loader-icon {
  display: none;
  margin: 0 auto;
}
.alert-modal__wrapper .alert-modal-main .alert-modal__header .loader-icon,
.alert-modal__wrapper .alert-modal-main .alert-modal__icon .loader-icon {
  position: absolute;
  left: calc(50% - 1.5rem);
  top: 0;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  margin: 1rem 0;
  border: 0.25rem solid var(--grey-10-color);
  border-radius: 50%;
  border-top: 0.25rem solid var(--primary-color);
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.alert-modal__wrapper .alert-modal-main .alert-modal__content {
  font-family: var(--primary-font);
  margin: 0;
  padding: 0 3rem;
  text-align: center;
}
.alert-modal__wrapper .alert-modal-main .button-block {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  grid-gap: var(--gg, 1rem);
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .alert-modal__wrapper .alert-modal-main .button-block {
    grid-template-columns: 1fr;
  }
}

.info-modal__wrapper .info-modal-main {
  position: relative;
  width: 573px;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-gap: 0.5rem;
  padding: 2rem 0;
  /* border-radius: 0.5rem; */
  background-color: var(--white-color);
  box-shadow: 0 0 5px 0 var(--grey-50-color);
}
@media (max-width: 767px) {
  .info-modal__wrapper .info-modal-main {
    width: 500px;
  }
}
@media (max-width: 550px) {
  .info-modal__wrapper .info-modal-main {
    width: 339px;
  }
}
.info-modal__wrapper .info-modal-main::before {
  content: "";
  position: absolute;
  width: 553px;
  height: 0.25rem;
  bottom: -0.25rem;
  left: 10px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: var(--grey-20-color);
  z-index: 2;
}
@media (max-width: 767px) {
  .info-modal__wrapper .info-modal-main::before {
    width: 480px;
  }
}
@media (max-width: 550px) {
  .info-modal__wrapper .info-modal-main::before {
    width: 319px;
  }
}
.info-modal__wrapper .info-modal-main .text-14 {
  font-family: var(--primary-font);
  font-size: 0.875rem;
}
.info-modal__wrapper .info-modal-main .close-btn {
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border: none !important;
  outline: none !important;
  cursor: pointer;
}
.info-modal__wrapper .info-modal-main .close-btn::before {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
  font-size: 2.5rem;
  font-family: var(--primary-light-font);
  transform: rotate(45deg);
}
.info-modal__wrapper .info-modal-main img {
  width: 3rem;
  height: 3rem;
}
.info-modal__wrapper .info-modal-main .info-modal__title {
  font-family: var(--primary-light-font);
  font-size: 1.5rem;
  margin: 0;
  /* text-transform: uppercase; */
  text-align: center;
}
@media (max-width: 767px) {
  .info-modal__wrapper .info-modal-main .info-modal__title {
    padding: 0 0.5rem;
    padding-top: 0.5rem;
    font-size: 1.25rem;
  }
}
.info-modal__wrapper .info-modal-main .info-modal__header {
  width: 100%;
  min-height: 3rem;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--grey-10-color);
}

.info-modal__wrapper .info-modal-main .info-modal__content {
  font-family: var(--primary-font);
  margin: 0;
  padding: 0 3rem;
  /* text-align: center; */
  max-height: 400px;
  overflow-y: scroll;
}
.info-modal__wrapper .info-modal-main .info-modal__content .item-body,
.info-modal__wrapper .info-modal-main .info-modal__content .item-body * {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .info-modal__wrapper .info-modal-main .info-modal__content {
    font-size: 0.875rem;
    padding: 0 1.25rem;
  }
}
.info-modal__wrapper .info-modal-main .button-block {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  grid-gap: var(--gg, 1rem);
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .info-modal__wrapper .info-modal-main .button-block {
    grid-template-columns: 1fr;
  }
}

.hidden-view {
  display: none;
}

.visible-view {
  display: grid;
  align-items: center;
  text-align: left;
  font-family: var(--primary-bold-font);
  /* padding: 0 0.25rem; */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /Custom Modal */

/* Navbar */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background-color: var(--white-color);
  border-bottom: 2px solid var(--primary-color);
  z-index: 100;
}
.nav-logos__wrapper,
.nav-links__wrapper {
  height: 100%;
  margin: 0 2rem;
}
.no-fg-links a {
  margin-right: 3rem;
}
.no-fg-links a:last-of-type {
  margin-right: 0;
}
.component-nav-link {
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: var(--primary-medium-font);
  font-size: 0.875rem;
}
.component-nav-link:hover,
.component-nav-link:active {
  color: var(--primary-color);
}

nav img.header-icon {
  min-width: 146px;
}
nav img.header-icon-sm {
  min-width: 120px;
}
nav img.venue-icon {
  width: 106.78px;
  height: 30px;
}
nav img.venue-icon-sm {
  width: 86.65px;
  height: 30px;
}
nav img.cart-icon,
nav img.hamburger-icon {
  min-width: 38px;
}
nav .hamburger-menu {
  position: relative;
  margin: 0 2rem;
  cursor: pointer;
}
@media (max-width: 415px) {
  nav img.cart-icon,
  nav img.hamburger-icon {
    min-width: 25px;
  }
  nav .nav-logos__wrapper {
    margin: 0;
  }
  nav .hamburger-menu {
    margin: 0;
    margin-left: 0.75rem;
  }
  nav .nav-links__wrapper {
    margin: 0;
    margin-right: 0.75rem;
  }
}
nav .desktop-only {
  display: flex;
}
@media (max-width: 970px) {
  nav .desktop-only {
    display: none;
  }
}
nav .tablet-and-mobile-only {
  display: none;
}
@media (max-width: 970px) {
  nav .tablet-and-mobile-only {
    display: block;
  }
}
nav .desktop-and-tablet-only {
  display: block;
}
@media (max-width: 767px) {
  nav .desktop-and-tablet-only {
    display: none;
  }
}

@media (max-width: 970px) {
  nav .nav-logos__wrapper {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  nav .nav-logos__wrapper {
    gap: 0;
  }
}

nav .popup-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: auto;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 2px 5px 0 var(--grey-50-color);
  padding: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  transition: width 0.3s ease;
  transition: height 0.4s ease;
  transition: opacity 0.5s ease;
}

nav .popup-menu * {
  display: none;
}
nav .popup-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--white-color);
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  filter: drop-shadow(-2px -2px 1px var(--grey-50-color));
}

nav .hamburger-menu:hover .popup-menu {
  width: 224px;
  opacity: 1;
  padding: 1rem;
  grid-gap: 0.25rem;
}
nav .hamburger-menu:hover .popup-menu * {
  display: block;
}

nav .popup-menu-link.active {
  display: inline;
  border-bottom: 2px solid var(--primary-color);
}

nav.dashboard-navbar {
  height: 50px;
}

nav .coming-soon {
  color: var(--grey-50-color);
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: var(--primary-medium-font);
  font-size: 0.875rem;
  cursor: default;
}
/* /Navbar */

/* Main */
main {
  min-height: 100vh;
}
/* /Main */

/* Footer*/
footer {
  z-index: 100;
  width: 100%;
  height: auto;
  background-color: var(--black-color);
  padding: 21px 47px 28px;
}
footer,
footer * {
  color: var(--white-color);
}

footer .footer-links__wrapper {
  width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto;
}
@media (max-width: 1075px) {
  footer .footer-links__wrapper {
    width: 100%;
  }
}
@media (max-width: 980px) {
  footer .footer-links__wrapper {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}

footer .footer-links__wrapper .group {
  display: flex;
  justify-content: space-around;
}
footer .footer-links__wrapper .group table {
  display: inline;
  width: auto;
}

@media (max-width: 980px) {
  footer .footer-links__wrapper .group table {
    width: 340px;
  }
}
@media (max-width: 780px) {
  footer .footer-links__wrapper .group table:first-of-type {
    width: 275px;
  }
}
@media (max-width: 710px) {
  footer .footer-links__wrapper .group {
    flex-wrap: wrap;
    gap: 1rem;
  }
  footer .footer-links__wrapper .group table {
    width: 340px;
  }
  footer .footer-links__wrapper .group table * {
    display: block;
    text-align: center;
  }
}

@media (max-width: 440px) {
  footer {
    padding: 21px 20px 28px;
  }
  footer .footer-links__wrapper .group {
    width: 100%;
  }
  footer .footer-links__wrapper .group table {
    width: 100%;
  }
}
@media (max-width: 352px) {
  footer {
    padding: 21px 0 28px;
  }
}
footer .footer-links__wrapper .group td {
  display: block;
  height: 1.2rem;
  margin: 0;
  padding: 0;
}

footer .footer-link-header {
  font-family: var(--primary-medium-font);
  font-size: 0.75rem;
  text-transform: uppercase;
}

footer a.footer-link,
footer a.footer-link-sm,
footer a.footer-decorated-link {
  text-decoration: none;
  font-family: var(--primary-font);
  font-size: 0.75rem;
}
footer a.footer-link:hover,
footer a.footer-link:active,
footer a.footer-link-sm:hover,
footer a.footer-link-sm:active,
footer a.footer-decorated-link:hover,
footer a.footer-decorated-link:active {
  color: var(--primary-color);
}
footer a.footer-decorated-link {
  text-decoration: underline;
  font-size: 0.75rem;
}
footer a.footer-link-sm {
  font-size: 0.75rem;
}
footer .footer-body-text {
  width: 930px;
  margin: 0 auto;
  font-family: var(--primary-font);
  font-size: 0.75rem;
  padding-top: 1.75rem;
}

footer .reference {
  width: 800px;
}

footer .no-padding {
  padding: 0;
}
@media (max-width: 1024px) {
  footer .footer-body-text {
    width: 100%;
  }
}
/* /Footer*/

/* Breadcrumbs Bar */
.breadcrumbs-div {
  position: relative;
  top: 65px;
  left: 0;
  width: 100%;
  padding: 0 1rem;
}
.breadcrumbs-div a,
.breadcrumbs-div span {
  font-size: 0.875rem;
  font-family: var(--primary-book-font);
}
.breadcrumbs-div a {
  text-decoration: none;
}
.breadcrumbs-div span {
  color: var(--grey-75-color);
}
/* /Breadcrumbs Bar */

/* Dashboard Nav */
.dashboard-nav {
  position: relative;
  top: 75px;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  z-index: 98;
}
.dashboard-nav .nav-links__wrapper {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, auto) 1fr;
  grid-gap: 1.5rem;
}
/* .dashboard-nav hr {
  margin-top: 0.5rem;
} */
.dashboard-nav a {
  /* text-decoration: underline; */
  font-family: var(--primary-medium-font);
  font-size: 0.875rem;
  text-transform: uppercase;
  cursor: pointer;
}
.dashboard-nav a:hover,
.dashboard-nav a:active {
  color: var(--primary-color);
  text-decoration: none;
}
.dashboard-nav a.active {
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 0.25rem;
}
.dashboard-nav .dropdown {
  position: absolute;
  left: 1rem;
  top: calc(100% - 2rem);
  width: auto;
  height: auto;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 2px 5px 0 var(--grey-50-color);
  display: grid;
  align-items: center;
  padding: 0;
  opacity: 0;
  transition: all 0.2s ease;
}

.dashboard-nav .dropdown * {
  display: none;
}
.dashboard-nav .dropdown::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--white-color);
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  filter: drop-shadow(-2px -2px 1px var(--grey-50-color));
}

.dashboard-nav .nav-item__wrapper:hover .dropdown {
  padding: 1rem;
  opacity: 1;
  grid-gap: 0.5rem;
}
.dashboard-nav .nav-item__wrapper:hover .dropdown * {
  display: grid;
}
/* /Dashboard Nav */

/* /Components */
