.alert-warning {
  display: none; }

html {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto; }

body {
  color: #efefef;
  background-color: #040404; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600; }

.section h2, .section h3 {
  font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: white;
  margin-top: 0.5em; }

.typography h1 {
  font-size: 24px; }

.typography h3 {
  font-size: 20px; }

.typography h4 {
  color: #efefef; }

.typography a, .typography a.intro {
  color: orange; }

.typography a:hover, .typography a.intro:hover {
  color: orange; }

.typography img {
  border: none; }

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

.brand {
  font-style: italic; }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #040404;
  margin-top: 3em;
  margin-bottom: 1.5em; }
  .social-links a {
    color: orange; }

.socials {
  font-size: 1.75em;
  margin: 0.15em;
  margin-top: 3em;
  margin-bottom: 1.5em; }

.main {
  background-color: #040404;
  padding-bottom: 0; }

html, .footer {
  background-color: #242424; }

.footer .brand {
  color: white;
  margin-bottom: 3em; }

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

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

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

.white-text {
  color: #efefef; }

a.btn, button, input[type="submit"], input[type="reset"], .Actions .action {
  background-color: orange;
  color: #161616;
  font-weight: bold; }

a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
  background-color: orange;
  color: #efefef;
  font-weight: bold; }

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

.carousel-indicators {
  position: relative;
  list-style: none;
  /* Remove default list styling */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Use flex display to align items */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Allow indicators to wrap to the next line */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Center the bullet points horizontally */
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -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;
      -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; }

.screen-mode-toggle {
  font-size: 1.32em;
  top: -0.16em;
  position: relative; }

.mobile-menu .screen-mode-toggle {
  font-size: 1.32em;
  top: 0.03em;
  position: relative; }

.dropdown-toggle::after {
  position: absolute;
  right: 1em;
  top: 1em; }

@media (min-width: 992px) {
  .dropdown-toggle::after {
    position: relative;
    right: 0em;
    top: 0.2em; } }
.navbar-toggler {
  background-color: #242424; }

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.navbar-expand-lg .navbar-nav {
  font-size: 0.75em;
  font-weight: 600; }

.navbar {
  padding-top: 0.25rem; }

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  padding-left: 0.8em !important;
  padding-right: 0.8em;
  -webkit-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  color: #efefef;
  text-transform: uppercase; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #242424;
  color: #efefef; }

.navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .show > .nav-link:hover {
  color: orange !important; }

.nav-item {
  color: #efefef;
  font-size: 1.32em; }

.nav-item:hover {
  background-color: #242424;
  color: #efefef; }

.dropdown-menu {
  padding: 0.16em 0.16em;
  background-color: black; }

.dropdown-item {
  font-size: 0.96em;
  padding-left: 0.5em !important; }

.main .secondary h3 {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif; }

.main .secondary li a {
  color: #efefef;
  font-family: 'Raleway' !important; }

.main .secondary li .text {
  padding-left: 0; }

.nav-item .bi {
  position: relative;
  top: 0.05em;
  padding: 0.8em;
  font-size: 1.5em;
  color: #efefef; }

.nav-item .bi:hover {
  color: orange; }

.icon-cart-mobile .bi {
  right: 0.5em;
  position: relative;
  font-size: 1.5em; }

.icon-cart-mobile .bi:hover {
  color: orange; }

.sidecart .item .title {
  font-weight: 600; }

.sidecart .remove {
  top: 10px !important;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 1.25em; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 640px !important;
    margin: 1.75rem auto; } }
.modal-footer-full {
  display: block;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.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 {
  background-color: #242424; }

.card-title {
  color: orange !important; }

.card-quotes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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; }

form .good {
  background-color: #b5d9c6;
  color: black;
  border-color: #8fbe00; }

form .info {
  color: black; }

.top-banner {
  margin-bottom: 2em; }

.dojo {
  margin-bottom: 2em; }

.dojo h2 {
  color: white;
  margin-top: 0.5em; }

.contactform form {
  width: 100%; }

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

.ProductCategory, .Product, .typography h1, .sidecart h3 {
  color: white !important; }

/*.productItem .details{
	margin-left: 1.5em;
    margin-right: 1.5em; 
}*/
.swatch {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 2px solid lightgrey;
  margin-left: 0.32em; }

.productContent {
  font-size: 0.8em;
  margin-top: 3em; }
  .productContent ul {
    padding-left: 0; }

.order-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Horizontally center */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Vertically center */
  height: 100%;
  border: 2px solid #efefef;
  border-radius: 0.5em;
  height: 3em;
  margin-bottom: 1em; }

#content-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Horizontally center */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Vertically center */
  height: 100%; }

.variation {
  text-align: center;
  margin-bottom: 1em; }

@media (min-width: 768px) {
  .variation {
    text-align: inherit; } }
.quantity input {
  display: inline-table;
  text-align: center; }

#ProductImageGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

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

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

.Product .btn-close {
  background-color: orange; }

.modal-content {
  background-color: #242424;
  color: #efefef;
  border: 2px solid orange; }

.Product .typography .modal-content ul li {
  list-style-type: none;
  margin-bottom: 0; }

.Product .typography .modal-content ul {
  margin-left: 0px; }

.Product .modal-content .nav-tabs .nav-link {
  font-weight: 600;
  background-color: unset;
  color: #efefef; }

.Product .modal-content .nav-tabs .nav-link.active,
.Product .modal-content .nav-tabs .nav-link:focus {
  font-weight: 600;
  color: orange; }

.Product .table {
  color: #efefef; }

.Product .typography table th {
  background-color: #242424; }

.Product .table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #efefef; }

.Product .typography table tr:nth-child(even) {
  background-color: #161616;
  color: #efefef; }

.Product .table > :not(:first-child) {
  border-top: 0; }

.modal-content .nav-item:hover {
  background-color: #161616; }

.offcanvas {
  background-color: #242424; }

.offcanvas .item a {
  color: orange; }

.offcanvas .bi-arrow-right {
  color: #161616; }

.sidecart .item {
  padding-bottom: 1em; }

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

#ForgotPassword {
  margin-left: auto; }

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

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

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

#Checkout form input.text, #Checkout form textarea, #Checkout form select {
  width: 100% !important;
  border-radius: 0.25em;
  max-width: unset; }

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

.progress-bar {
  background-color: orange;
  color: #161616; }

.progress {
  font-weight: 500; }

.AccountPage .accountnav {
  width: 100%; }

.AccountPage .nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

.CheckoutPage .typography table, .AccountPage .typography table {
  width: 100%;
  margin-top: 2em; }
.CheckoutPage .typography table th, .AccountPage .typography table th {
  background-color: #161616; }
.CheckoutPage table.infotable, .AccountPage table.infotable {
  background: #484848;
  margin-bottom: 1em; }
.CheckoutPage table thead tr th, .AccountPage table thead tr th {
  background: #242424 !important;
  color: #efefef; }
.CheckoutPage table tbody tr td, .AccountPage table tbody tr td {
  background: #161616;
  color: #efefef; }
.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 {
  color: #efefef;
  font-weight: 600; }
.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 {
  background: #161616;
  color: #efefef; }
.CheckoutPage table tbody .summary .threeColHeader, .AccountPage table tbody .summary .threeColHeader {
  background: #242424;
  color: #efefef; }
.CheckoutPage .table > tbody, .AccountPage .table > tbody {
  color: #d4d4d4;
  border-top: 1px solid currentColor; }

.AccountPage h2 {
  float: unset;
  color: #efefef; }
