@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
a {
  color: darkgoldenrod;
}

form input.text, form select {
  max-width: unset;
}

input[type=submit] {
  margin-right: unset;
}

form .date .middleColumn input {
  width: 100%;
}

body {
  font-family: Urbanist, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.main {
  padding: 40px 0 0px;
  background: #fdfdfd;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  font-family: Urbanist, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
  font-weight: 600;
  color: #404040;
}

.typography h1 {
  font-size: 18px;
  text-transform: uppercase;
}

.typography h2 {
  font-size: 24px;
  margin-top: 15px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.typography h3 {
  font-size: 14px;
  margin-bottom: 0;
}

.section h2, .section h3 {
  font-family: Urbanist, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: white;
  margin-top: 0.5em;
}

.typography p {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.typography a, .typography a.intro, a.btn, button, input[type=submit], input[type=reset], .Actions .action {
  color: darkgoldenrod;
}

.typography a:hover, .typography a.intro:hover, a.btn:hover, button, input[type=submit]:hover, .Actions .action:hover {
  color: darkgoldenrod;
}

.typography img {
  border: none;
}

.header .inner {
  padding-top: 24px !important;
}

.brand {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

.social-links {
  display: flex;
  justify-content: center;
}

.socials {
  font-size: 3em;
  margin: 0.15em;
  margin-bottom: 2em;
}

.no-border-inner {
  padding: 0;
}

.banner-container {
  display: flex;
  justify-content: center;
}

.center-image {
  display: block;
  margin: 0 auto;
}

.white-text {
  color: white;
}

.carousel-control-prev, .carousel-control-next {
  background-color: none !important;
}

.carousel-indicators {
  position: relative;
  list-style: none; /* Remove default list styling */
  display: flex; /* Use flex display to align items */
  flex-wrap: wrap; /* Allow indicators to wrap to the next line */
  justify-content: center; /* Center the bullet points horizontally */
  align-items: center; /* Center the bullet points vertically */
  margin: 0;
  padding: 0;
}

.carousel-indicators li, .carousel-indicators[data-bs-target] li {
  width: 13px !important;
  height: 13px !important;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
}

.icon {
  color: #404040;
  font-size: 1.6em;
  margin-right: 0.5em;
}

#inline_cal {
  text-align: center;
}

.rd-back[disabled],
.rd-next[disabled] {
  cursor: default;
}

.rd-back {
  float: left;
  border-radius: 0.32em;
}

.rd-next {
  float: right;
  border-radius: 0.32em;
}

.rd-back:before {
  display: block;
  content: "←";
}

.rd-next:before {
  display: block;
  content: "→";
}

.rd-day-body {
  cursor: pointer;
  text-align: center;
  /* new */
  line-height: 2;
  width: 40px !important;
  height: 40px !important;
}

.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
  cursor: pointer;
  background-color: goldenrod;
  color: #fff !important;
}

.rd-day-prev-month,
.rd-day-next-month {
  color: #ccc;
}

.rd-day-disabled {
  cursor: default;
  color: goldenrod;
}

.rd-time {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  min-width: 80px;
}

.rd-time-list {
  display: none;
  position: absolute;
  overflow-y: scroll;
  max-height: 160px;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #333;
}

.rd-time-selected {
  padding: 5px;
}

.rd-time-option {
  padding: 5px;
}

.rd-day-concealed {
  visibility: hidden;
}

.rd-days {
  margin-top: 20px;
}

.rd-container {
  display: none;
  /*border: 1px solid #333;*/
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.rd-container-attachment {
  position: absolute;
}

.rd-month {
  display: inline-block;
  margin-right: 25px;
}

.rd-month-label {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.rd-month:last-child {
  margin-right: 0;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.separator {
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid grey;
}

.form a {
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
  -webkit-transition: font-size 1s ease;
  transition: font-size 1s ease;
}

.footer a {
  color: darkgoldenrod;
}

.footer a.brand:hover, .footer a:hover {
  color: darkgoldenrod;
  font-size: 1.2em;
}

.footer .arrow {
  color: darkgoldenrod;
}

form {
  max-width: none;
  width: 100%;
}

#result_from, #result_to {
  max-width: 19.8em !important;
}

.max-width-form {
  max-width: 19.8em !important;
}

.typography img {
  border: none;
}

.typography table tr:nth-child(even) {
  background-color: none;
}

thead {
  text-align: center;
}

.header .inner {
  padding-top: 24px !important;
}

.brand {
  font-style: italic;
}

.navbar-brand {
  margin-left: 1rem;
}

.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  font-weight: 500;
  color: #404040;
}

.navbar-nav .current {
  font-weight: 600;
  top: -1px;
  position: relative;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.socials {
  font-size: 3em;
  margin: 0.15em;
  margin-bottom: 2em;
}

.inner {
  max-width: 1200px;
}

.inner-wide {
  width: calc(100% - 1.5rem);
  max-width: calc(1920px - 1.5rem);
  margin: 0 auto;
}

.header-inner {
  padding: 0;
  margin: auto;
}

.footer-inner {
  padding: 0;
  margin: auto;
  margin-left: 2em;
  margin-right: 2em;
}

.inner-1100 {
  max-width: 1100px;
  margin: auto;
}

.banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-image {
  display: block;
  margin: 0 auto;
}

.white-text {
  color: white;
}

input.action[class] {
  width: 100%;
}

a.btn, button, input[type=submit], input[type=reset], .Actions .action {
  background-color: darkgoldenrod;
  color: #fff;
}

a.btn:hover, button, input[type=submit]:hover, .Actions .action:hover {
  background-color: darkgoldenrod;
  color: #fff;
}

.carousel-control-prev, .carousel-control-next {
  background-color: none !important;
}

.carousel-indicators {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.carousel-indicators li, .carousel-indicators[data-bs-target] li {
  width: 13px !important;
  height: 13px !important;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
}

.mobileShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 518px) {
  .mobileShow {
    display: inherit;
  }
}
.tabletShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 518px) and (max-width: 1320px) {
  .tabletShow {
    display: inherit;
  }
}
.desktopShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 1320px) {
  .desktopShow {
    display: inherit;
  }
}
.platform-icon {
  width: 150px;
}

.btn-primary {
  background-color: #03a9f4;
  font-weight: 600 !important;
}

a.btn:after {
  content: none !important;
}

.btn-primary:hover {
  color: white !important;
}

.btn-light {
  border: 1px solid gray;
}

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
  background-color: white !important;
  border-style: solid !important;
  border-width: 1px !important;
}

.btn-accept:hover {
  background-color: green !important;
}

.btn-toolbar {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.modal-footer .btn-secondary {
  padding: 1px 6px !important;
  background-color: #444 !important;
}

.original-post:hover {
  font-size: none;
}

.flatUI {
  display: block;
  height: 1.6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  text-transform: uppercase;
  background-color: black;
}

.flatUI a {
  font-size: 16px;
  line-height: 0.8em;
  color: lightgray;
}

.header .primary ul {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -0.4em;
}

.header .primary li a {
  margin-top: 24px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  text-transform: uppercase;
  font-size: 1em;
  font-size: 400;
  color: lightgray;
}

.menu-footer {
  margin-left: 1.5em;
  margin-left: 1.5em;
}

.offcanvas-bottom {
  height: 90vh;
}

@media (min-width: 1200px) {
  .offcanvas-bottom {
    height: 50vh;
  }
}
.navbar-toggler {
  font-size: 0.84rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.12rem;
}

a.icon {
  color: black;
}

a.icon:hover {
  color: darkgoldenrod;
}

.medium-icon {
  font-size: 1.32em;
  margin: 0.5em;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
  margin-left: 0.64em;
}

.btn {
  font-size: 0.8rem;
}

.reveal-all {
  position: absolute;
  z-index: 999;
  top: 1em;
  right: 1em;
  font-weight: 500;
}

.offcanvas-fullWidth {
  width: 100% !important;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: 0.5rem;
  margin-right: 1.25rem;
  margin-bottom: -0.5rem;
  /* font-weight: bold; */
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 640px !important;
    margin: 1.75rem auto;
  }
}
.modal-footer-full {
  display: block;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.page-item.active .page-link {
  /* border-color: $color-blue-BG;
   background-color: $color-blue-BG;*/
}

.page-item a {
  font-size: 0.5em !important;
}

.pagination {
  margin-bottom: 1em !important;
}

.btn-danger {
  background-color: #dc3545 !important;
}

.accordion-button {
  padding-top: 0.72rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 0.72rem !important;
  padding-left: 1.25rem !important;
}

.card-quotes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #020024;
  background: -webkit-linear-gradient(278deg, #020024 0%, #090979 35%, #00d4ff 100%);
  background: linear-gradient(172deg, #020024 0%, #090979 35%, #00d4ff 100%);
  color: white;
  background-clip: border-box;
  border: 3px solid #ffb500;
  border-radius: 0.84rem;
  margin-bottom: 1em;
}

.card-quotes .card-title {
  color: white;
}

.card-quotes .card-text {
  font-size: 1em;
}

.btn-outline-gold {
  color: darkgoldenrod;
  border-color: darkgoldenrod;
}

.btn-outline-gold:hover {
  background-color: darkgoldenrod;
  border-color: darkgoldenrod;
  color: white;
}

.rounded {
  border-radius: 1rem !important;
}

.jumbotron-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.title {
  font-size: 4em;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section {
  padding: 50px 0;
}

div#graphhopper-map {
  height: 100%;
}

.modal-lg {
  max-width: 95%;
}

.carousel-inner img {
  width: 100%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
}

.carousel-item img {
  border-radius: 10px;
}

.post-image {
  border-radius: 10px;
}

.modal-dialog {
  max-width: 95%;
}

#spinner {
  width: 100px;
  height: 100px;
  margin: auto;
}

.loading-text {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
}

.table thead th {
  border-bottom: none !important;
}

.table td, .table th {
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}

.table td {
  border-top: none;
}

.table th {
  font-weight: 600;
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}

.bg-primary {
  background-color: #024C74 !important;
}

.banner {
  text-align: center;
  padding: 30px 30px 30px 30px;
}

.quote-text {
  font-size: 1.3em;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

label {
  font-size: 1rem;
  font-weight: 500;
  color: #4e5563;
}

.col-form-label {
  font-size: 1rem;
  font-weight: 500;
  color: #4e5563;
}

.btn-cancel {
  background-color: #e0e0e0;
  color: #4e5563;
}

.btn-cancel:hover {
  background-color: #bfbfbf;
  color: #4e5563;
}

.btn-save {
  background-color: #FF8C00;
  color: #fff;
}

.btn-save:hover {
  background-color: #FF4500;
  color: #fff;
}

.btn-destroy {
  background-color: #DC3545;
  color: #fff;
}

.btn-destroy:hover {
  background-color: #C82333;
  color: #fff;
}

.btn-copy {
  background-color: #6C757D;
  color: #fff;
}

.btn-copy:hover {
  background-color: #5A6268;
  color: #fff;
}

table.dataTable thead th {
  border-bottom: 1px solid #dee2e6;
}

table.dataTable tbody td {
  vertical-align: middle;
}

.font-weight-light {
  font-weight: 300;
}

.no-hover {
  pointer-events: none !important;
  cursor: default !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #017FA1 !important;
  border-color: #017FA1 !important;
}

.btn-link {
  color: #017FA1 !important;
  text-decoration: none !important;
}

.btn-link:hover {
  color: #015F78 !important;
}

.dt-buttons {
  margin-bottom: 1em;
}

.table tr td:first-child {
  padding-left: 1.5em;
}

.table tr td:last-child {
  padding-right: 1.5em;
}

.swal2-popup {
  font-size: 1.2em !important;
}

.swal2-title {
  font-size: 1.6em !important;
}

.swal2-content {
  font-size: 1.4em !important;
}

.swal2-footer {
  font-size: 1.2em !important;
}

/* Scrollbar styling */
/* Works on Firefox, Edge, and Safari */
* {
  scrollbar-width: thin;
  scrollbar-color: darkgoldenrod transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: darkgoldenrod;
  border-radius: 20px;
  border: transparent;
}

/* Hover styling for scrollbar */
*::-webkit-scrollbar-thumb:hover {
  background-color: darkgoldenrod;
}

.rounded {
  border-radius: 0.64rem !important;
}

.team-members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2em;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 2em;
}

.team .name, .team .title {
  font-size: 0.8em;
}

.profile-picture {
  border-radius: 50%;
  margin-bottom: 1em;
}

.mobileShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 518px) {
  .mobileShow {
    display: inherit;
  }
}
.tabletShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 518px) and (max-width: 1320px) {
  .tabletShow {
    display: inherit;
  }
}
.desktopShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 1320px) {
  .desktopShow {
    display: inherit;
  }
}
.platform-icon {
  width: 150px;
}

.btn-primary {
  background-color: #03a9f4;
  font-weight: 600 !important;
}

.btn-primary:focus {
  background-color: #fdfdfd;
  color: darkgoldenrod;
  border: 1px solid darkgoldenrod;
}

a.btn:after {
  content: none !important;
}

.btn-primary:hover {
  color: white !important;
}

.btn-light {
  border: 1px solid gray;
}

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
  background-color: white !important;
  border-style: solid !important;
  border-width: 1px !important;
}

.btn-accept:hover {
  background-color: green !important;
}

.btn-toolbar {
  justify-content: space-between !important;
}

.btn-toolbar input[name=action_next] {
  margin-left: auto;
}

input[name=action_prev], input[name=action_next] {
  width: 9em !important;
}

input[name=action_finish] {
  /* Your styles here */
}

.modal-footer .btn-secondary {
  padding: 1px 6px !important;
  background-color: #444 !important;
}

.original-post:hover {
  font-size: none;
}

.flatUI {
  display: block;
  height: 1.6em;
  align-items: center;
  text-transform: uppercase;
  background-color: black;
}

.flatUI a {
  font-size: 16px;
  line-height: 0.8em;
  color: lightgray;
}

.header .primary ul {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -0.4em;
}

.header .primary li a {
  margin-top: 24px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  text-transform: uppercase;
  font-size: 1em;
  font-size: 400;
  color: lightgray;
}

.menu-footer {
  margin-left: 1.5em;
  margin-left: 1.5em;
}

.offcanvas-bottom {
  height: 90vh;
}

@media (min-width: 1200px) {
  .offcanvas-bottom {
    height: 50vh;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 640px !important;
    margin: 1.75rem auto;
  }
}
.modal-footer-full {
  display: block;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.page-item.active .page-link {
  /* border-color: $color-blue-BG;
   background-color: $color-blue-BG;*/
}

.page-item a {
  font-size: 0.5em !important;
}

.pagination {
  margin-bottom: 1em !important;
}

.btn-danger {
  background-color: #dc3545 !important;
}

.accordion-button {
  padding-top: 0.72rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 0.72rem !important;
  padding-left: 1.25rem !important;
}

.card-quotes {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: rgb(2, 0, 36);
  background: linear-gradient(172deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 35%, rgb(0, 212, 255) 100%);
  color: white;
  background-clip: border-box;
  border: 3px solid #ffb500;
  border-radius: 0.84rem;
  margin-bottom: 1em;
}

.card-quotes .card-title {
  color: white;
}

.card-quotes .card-text {
  font-size: 1em;
}

.contactform form {
  width: 100%;
}

.contactform form label.left {
  color: white;
}

.productContent {
  display: inline-block;
  margin-top: 2em;
  font-size: 0.9em;
}

/* PRODUCTS */
.Product .pageTitle {
  margin-bottom: 0.5em;
}

.Product .price {
  font-size: 0.9em;
}

.add-to-cart-btn, .action {
  margin-right: unset !important;
}

.Product .add {
  display: grid;
}

.Product .productContent ul {
  margin: 0 0 20px 0px;
  font-size: 0.9em;
}

.productContent {
  display: inline-block;
  margin-top: 2em;
  font-size: 0.9em;
}

.btn-sizeChart {
  font-weight: bold;
  font-size: 0.8em;
}

@media (min-width: 992px) {
  .Product .add {
    max-width: 20em;
  }
}
#variationDropdown {
  margin-top: 2em;
}

@media (min-width: 992px) {
  #variationDropdown {
    max-width: 20em;
  }
}
/* GALLERY PRODUCTS */
#ProductImageGallery {
  display: flex;
  justify-content: space-between;
}

.thumb-image-gallery-product {
  margin-right: 8px;
}

.thumb-image-gallery-product:last-child {
  margin-right: 0px;
}

.sidecart .image {
  height: 4em;
}

.sidecart p.subtitle {
  margin-bottom: 1.5em;
}

.btn-toolbar input.action[class] {
  margin-left: 1em;
}

#Checkout .btn-toolbar {
  margin-bottom: 2em;
}

#ForgotPassword {
  margin-left: auto;
}

.checkbox label.right {
  color: #404040;
}

#CheckoutForm_PaymentMethodForm_PaymentMethod li label {
  position: relative;
  top: -3px;
}

#Checkout form label.left {
  float: unset !important;
  width: unset !important;
}

#Checkout form input.text {
  width: 100% !important;
}

#Checkout .btn-toolbar input.action[class] {
  margin-left: 0em;
}

#CheckoutForm_ShippingAddressForm_SilverShop-Checkout-Component-ShippingAddress_Company_Holder {
  display: none;
}

.progress-bar {
  background-color: darkgoldenrod;
  color: black;
}

.progress {
  font-weight: 500;
}

#CheckoutForm_PaymentMethodForm_PaymentMethod_Holder label {
  margin-bottom: 1rem !important;
}

.AccountPage .accountnav {
  width: 100%;
}

.AccountPage .nav-list {
  flex-direction: column;
}
.AccountPage .nav-list li a .bi {
  font-size: medium;
  margin-right: 0.5em;
  position: relative;
  top: 2px;
}

.AccountPage .typography ul li {
  list-style-type: none;
  font-size: small;
}

.CheckoutPage form#CheckoutForm_ShippingAddressForm {
  width: 100% !important;
  max-width: unset !important;
}
.CheckoutPage form#CheckoutForm_ShippingAddressForm .optionset ul {
  margin-top: 1.5em;
}

#Form_ShippingMethodForm_ShippingMethodID_Holder ul li label {
  display: flex;
  margin-left: 1.5em;
  position: relative;
  top: -2px;
}

.CheckoutPage .typography table, .AccountPage .typography table {
  width: 100%;
}
.CheckoutPage dt, .AccountPage dt {
  font-size: small;
}
.CheckoutPage dd, .AccountPage dd {
  font-size: small;
}
.CheckoutPage a.btn-store, .AccountPage a.btn-store {
  margin: 0.25em !important;
}
.CheckoutPage table.infotable, .AccountPage table.infotable {
  margin-bottom: 1em;
}
.CheckoutPage table thead tr th, .AccountPage table thead tr th {
  font-size: small;
}
.CheckoutPage table tbody tr td, .AccountPage table tbody tr td {
  font-size: smaller;
  vertical-align: middle;
}
.CheckoutPage table tbody .itemrow .image, .CheckoutPage #InformationTable .image, .AccountPage table tbody .itemrow .image, .AccountPage #InformationTable .image {
  width: 56px;
  padding: 0px;
}
.CheckoutPage table.infotable td.product.title, .CheckoutPage table.infotable tr td a, .AccountPage table.infotable td.product.title, .AccountPage table.infotable tr td a {
  font-weight: normal;
}
.CheckoutPage table.infotable td.product.title a, .AccountPage table.infotable td.product.title a {
  margin-left: 1em;
}
.CheckoutPage table tfoot tr td, .AccountPage table tfoot tr td {
  font-size: smaller;
  vertical-align: middle;
}
.CheckoutPage .table > tbody, .AccountPage .table > tbody {
  border-top: 1px solid currentColor;
}
.CheckoutPage #ShopAccountForm_EditAccountForm, .CheckoutPage #ChangePasswordForm_ChangePasswordForm, .AccountPage #ShopAccountForm_EditAccountForm, .AccountPage #ChangePasswordForm_ChangePasswordForm {
  width: 100%;
}

.checkout-cart {
  position: relative;
  top: -0.8em;
}

.checkout-cart-total {
  position: relative;
  top: -0.5em;
  width: 100%;
}

.section-1 {
  height: 100vh;
  position: relative;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-1 .section-block {
  position: relative;
  opacity: 0.97;
}
.section-1 .section-title {
  background-color: #fdfdfd;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  padding: 0.3em 1em;
  width: fit-content;
  font-size: 27px !important;
  position: relative;
  right: -0.8em;
  top: 1.25em;
  z-index: 3;
  font-weight: 800;
}
.section-1 .section-text {
  background-color: darkgoldenrod;
  color: #fdfdfd;
  border-radius: 8px;
  font-size: 12px;
  padding: 3em 4em;
  width: fit-content;
  max-width: 48em;
  position: relative;
  /*bottom: 7em;
  right: 16em;*/
  box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
}
.section-1 .section-text p {
  margin: 0;
}
.section-1 .section-text p span {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 auto;
  text-transform: uppercase;
}
.section-1 .mini-logo {
  position: absolute;
  right: -1em;
  bottom: -1.2em;
}
.section-1 {
  /* DESKTOP SCREENS */
}
@media (min-width: 1200px) {
  .section-1 .section-block {
    position: absolute;
    bottom: 7em;
    right: 7em;
  }
}

.section-2 {
  height: 100vh;
  position: relative;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-2 .section-block {
  position: relative;
  opacity: 0.97;
}
.section-2 .section-title {
  background-color: #fdfdfd;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  padding: 0.3em 1em;
  width: fit-content;
  font-size: 27px !important;
  position: relative;
  right: -0.8em;
  top: 1.25em;
  z-index: 3;
  font-weight: 800;
}
.section-2 .section-text {
  background-color: darkgoldenrod;
  color: #fdfdfd;
  border-radius: 8px;
  font-size: 12px;
  padding: 3em 4em;
  width: fit-content;
  max-width: 48em;
  position: relative;
  /*bottom: 7em;
  right: 16em;*/
  box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
}
.section-2 .section-text p {
  margin: 0;
}
.section-2 .section-text p span {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 auto;
  text-transform: uppercase;
}
.section-2 .mini-logo {
  position: absolute;
  right: -1em;
  bottom: -1.2em;
}
.section-2 {
  /* DESKTOP SCREENS */
}
@media (min-width: 1200px) {
  .section-2 .section-block {
    position: absolute;
    top: 7em;
    left: 12em;
  }
}

.section-3 {
  height: 100vh;
  position: relative;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-3 .section-block {
  position: relative;
  opacity: 0.97;
}
.section-3 .section-title {
  background-color: #fdfdfd;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  padding: 0.3em 1em;
  width: fit-content;
  font-size: 27px !important;
  position: relative;
  right: -0.8em;
  top: 1.25em;
  z-index: 3;
  font-weight: 800;
}
.section-3 .section-text {
  background-color: darkgoldenrod;
  color: #fdfdfd;
  border-radius: 8px;
  font-size: 12px;
  padding: 3em 4em;
  width: fit-content;
  max-width: 48em;
  position: relative;
  /*bottom: 7em;
  right: 16em;*/
  box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
}
.section-3 .section-text p {
  margin: 0;
}
.section-3 .section-text p span {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 auto;
  text-transform: uppercase;
}
.section-3 .mini-logo {
  position: absolute;
  right: -1em;
  bottom: -1.2em;
}
.section-3 {
  /* DESKTOP SCREENS */
}
@media (min-width: 1200px) {
  .section-3 .section-block {
    position: absolute;
    top: 13em;
    right: 8em;
  }
}

.section-4 {
  height: 100vh;
  position: relative;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-4 .section-block {
  position: relative;
  opacity: 0.97;
}
.section-4 .section-title {
  background-color: #fdfdfd;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  padding: 0.3em 1em;
  width: fit-content;
  font-size: 27px !important;
  position: relative;
  right: -0.8em;
  top: 1.25em;
  z-index: 3;
  font-weight: 800;
}
.section-4 .section-text {
  background-color: darkgoldenrod;
  color: #fdfdfd;
  border-radius: 8px;
  font-size: 12px;
  padding: 3em 4em;
  width: fit-content;
  max-width: 48em;
  position: relative;
  /*bottom: 7em;
  right: 16em;*/
  box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
}
.section-4 .section-text p {
  margin: 0;
}
.section-4 .section-text p span {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 auto;
  text-transform: uppercase;
}
.section-4 .mini-logo {
  position: absolute;
  right: -1em;
  bottom: -1.2em;
}
.section-4 {
  /* DESKTOP SCREENS */
}
@media (min-width: 1200px) {
  .section-4 .section-block {
    position: absolute;
    bottom: 13em;
    left: 12em;
  }
}

.section-5 {
  height: 100vh;
  position: relative;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-5 .section-block {
  position: relative;
  opacity: 0.97;
}
.section-5 .section-title {
  background-color: #fdfdfd;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  padding: 0.3em 1em;
  width: fit-content;
  font-size: 27px !important;
  position: relative;
  right: -0.8em;
  top: 1.25em;
  z-index: 3;
  font-weight: 800;
}
.section-5 .section-text {
  background-color: darkgoldenrod;
  color: #fdfdfd;
  border-radius: 8px;
  font-size: 12px;
  padding: 3em 4em;
  width: fit-content;
  max-width: 48em;
  position: relative;
  /*bottom: 7em;
  right: 16em;*/
  box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 1px 1px 17px 9px rgba(255, 255, 255, 0.75);
}
.section-5 .section-text p {
  margin: 0;
}
.section-5 .section-text p span {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 auto;
  text-transform: uppercase;
}
.section-5 .mini-logo {
  position: absolute;
  right: -1em;
  bottom: -1.2em;
}
.section-5 {
  /* DESKTOP SCREENS */
}
@media (min-width: 1200px) {
  .section-5 .section-block {
    position: absolute;
    bottom: 10em;
    right: 13em;
  }
}

/* SEPARATORS */
.separator-1 {
  padding-top: 0em;
  background-color: darkgoldenrod;
  height: 0.2em;
}

.separator-1:after {
  content: "";
  position: relative;
  bottom: -1.5em;
  left: calc(50% - 1.5em);
  border-width: 1.5em 1.5em 0 1.5em;
  border-style: solid;
  border-color: darkgoldenrod transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 12;
}

.separator-1-simple {
  padding-top: 0em;
  background-color: darkgoldenrod;
  height: 0.2em;
}
