@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:wght@800&display=swap");
.inner {
  max-width: 1240px;
  padding-left: 12px;
  padding-right: 12px; }

.main {
  padding: 0px 0 60px; }

body {
  color: white;
  background-color: #161616; }

.brand {
  font-style: italic; }

.footer {
  background-color: #161616; }

.footer a.brand {
  color: white; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: white; }

.typography h1 {
  font-size: 1.6em; }

.typography h2 {
  font-size: 1.4em;
  margin-top: 0.4em;
  border-bottom: 1px dotted #d675e6; }

.section h2, .section h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: white;
  margin-top: 0.5em; }

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

.typography h5 {
  font-size: 0.9em; }

.typography a {
  color: #d675e6; }

.typography a:hover {
  color: #edabf8;
  border-bottom: #edabf8; }

.typography p {
  font-size: 1em; }

.typography img {
  border: none;
  background: none; }

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

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

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

.main {
  background-color: #161616; }

.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: white; }

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

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

.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; }

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

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

.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; }

/* LIGHTBOX */
.modal-previous {
  position: absolute;
  bottom: -1.5em;
  color: white !important;
  border-radius: 1em;
  font-weight: 700;
  font-size: 2em;
  left: 2.4em; }

.modal-next {
  position: absolute;
  bottom: -1.5em;
  color: white !important;
  border-radius: 1em;
  font-weight: 700;
  font-size: 2em;
  right: 2.4em; }

@media only screen and (min-width: 960px) {
  .modal-previous {
    left: -2.4em;
    bottom: 50%; }

  .modal-next {
    right: -2.4em;
    bottom: 50%; } }
.navbar > .container-fluid {
  padding-left: 1em;
  padding-right: 1em; }

.flatUI {
  display: block;
  height: 1.6em;
  -webkit-box-align: 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;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-size: 400;
  color: lightgray; }

.navbar-dark .navbar-nav .nav-link.active {
  font-family: "Montserrat", sans-serif; }

.nav-link {
  text-transform: uppercase; }

.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: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem; } }
form .good {
  color: black; }

.img-fluid {
  width: 100%; }

@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 {
  border-radius: 0; }

.card-body {
  background-color: #323232; }

.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; }

.offcanvas {
  background-color: #323232; }

.offcanvas a {
  color: #edabf8; }

.btn-store {
  color: white !important;
  text-transform: uppercase !important;
  font-weight: 800; }

#MusicText {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin-top: 1em;
  margin-bottom: 2em; }

.video-thumb {
  outline: 2px solid #323232; }

.contactform form {
  width: 100%; }

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

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

.icon-cart-mobile .bi {
  position: relative;
  top: 0.05em;
  padding: 0.8em;
  padding-left: 0;
  font-size: 1.5em;
  color: white; }

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

.productItem .productTitle {
  margin-bottom: -4px;
  width: Calc(100% - 3.2em);
  float: left; }

.productItem .productTitle a {
  color: white;
  font-size: 0.84em; }

.productItem .price {
  width: 3.2em;
  position: relative;
  right: 0;
  float: right;
  text-align: right;
  margin-top: 4px; }

#Product {
  top: 1em;
  position: relative; }

.productImage {
  width: 100%; }

.add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 2em; }

.modal-content {
  background-color: #323232; }

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

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

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

.Product .btn-close {
  background-color: #d675e6; }

.modal-content {
  background-color: rgba(10, 10, 10, 0.85);
  border: 2px solid #edabf8; }

.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: white; }

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

.Product .table {
  color: white; }

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

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

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

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

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

#ForgotPassword {
  margin-left: auto; }

.checkbox label.right {
  color: white; }

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

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

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

.progress-bar {
  background-color: #d675e6;
  color: black; }

.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 table.infotable, .AccountPage table.infotable {
  background: #323232;
  margin-bottom: 1em; }
.CheckoutPage table thead tr th, .AccountPage table thead tr th {
  background: #323232;
  color: white; }
.CheckoutPage table tbody tr td, .AccountPage table tbody tr td {
  background: #323232;
  color: white; }
.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: white;
  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: #323232;
  color: white; }
.CheckoutPage table tbody .summary .threeColHeader, .AccountPage table tbody .summary .threeColHeader {
  background: #323232;
  color: white; }
.CheckoutPage .table > tbody, .AccountPage .table > tbody {
  color: #d4d4d4;
  border-top: 1px solid currentColor; }

#Checkout form input.text {
  width: 100% !important;
  max-width: 100%;
  border-radius: 0.36em; }

.CheckoutPage form select {
  max-width: 100%; }

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

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

.checkout-cart-total tfoot tr th {
  background-color: #161616 !important; }

#PaymentForm_ConfirmationForm_Notes {
  max-width: unset !important;
  border-radius: 0.25em; }

.login-form {
  width: auto; }

.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 #d675e6;
  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; }

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

.Product .btn-close {
  background-color: #d675e6; }

.modal-content {
  background-color: #edabf8;
  color: #d675e6;
  border: 2px solid #d675e6; }

.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: #d675e6; }

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

.Product .table {
  color: #d675e6; }

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

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

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

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

#ShopAccountForm_EditAccountForm, #ChangePasswordForm_ChangePasswordForm {
  width: 100% !important;
  margin-left: 0 !important; }

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

#ForgotPassword {
  margin-left: auto; }

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

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

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

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

.progress {
  font-weight: 500; }

.AccountPage .field .checkbox:not(.field), .AccountPage .field .radio:not(.field) {
  margin-top: 0; }
.AccountPage .Paid:hover, .AccountPage .Paid .table, .AccountPage .table, .AccountPage .table-hover > tbody > tr:hover > * {
  color: #edabf8 !important; }

.AccountPage .accountnav {
  width: 100%; }

.AccountPage .nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  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%; }
.CheckoutPage dt, .AccountPage dt {
  font-size: small; }
.CheckoutPage dd, .AccountPage dd {
  font-size: small; }
.CheckoutPage table.infotable, .AccountPage table.infotable {
  background: #d675e6;
  margin-bottom: 1em; }
.CheckoutPage table.infotable tr td a, .AccountPage table.infotable tr td a {
  text-decoration: none; }
.CheckoutPage a.btn-store, .AccountPage a.btn-store {
  margin: 0.25em !important; }
.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: white;
  font-weight: normal; }
.CheckoutPage table.infotable td.product.title a, .AccountPage table.infotable td.product.title a {
  margin-left: 1em; }
.CheckoutPage .table > tbody, .AccountPage .table > tbody {
  color: #d4d4d4;
  border-top: 1px solid currentColor; }

.AccountPage h2 {
  float: unset; }

.typography table tr.even, .typography table th, .typography thead td {
  background-color: #4c4c4c; }

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

.CookiePolicyPage input[type="checkbox"], .CookiePolicyPage input.checkbox, .CookiePolicyPage .checkboxes input {
  margin: 0.67em; }
.CookiePolicyPage form label.right {
  font-size: 16px;
  color: #888;
  text-transform: uppercase; }

#CookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  background-color: #202020; }

h2.CookieConsent__title {
  font-size: 1rem; }

.CookieConsent__content {
  font-size: 0.8em;
  color: #a1a1a1; }

.CookieConsent__button {
  padding: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 0.5em;
  font-size: 0.84em;
  text-transform: uppercase;
  margin-bottom: 0.32em;
  display: inline-block;
  background-color: #4c4c4c;
  color: #e1e1e1 !important;
  text-align: center;
  display: block; }

.CookieConsent__button--highlight {
  background-color: green;
  color: white !important; }

.CookieConsent__button--highlight:active, .CookieConsent__button--highlight:focus, .CookieConsent__button--highlight:hover {
  background-color: #a49b0c;
  color: #fff; }

/* FOOTER */
.footer .CookieConsent__button {
  padding: 0.36em;
  font-size: 1.1em; }

/* VIDEOS */
.video-cookie-notice-wrapper {
  position: relative; }

.video-cookie-notice {
  margin-bottom: 1em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7); }

.video-cookie-notice .notice-text {
  position: relative;
  top: 27vh;
  max-width: 19em;
  margin: auto;
  background-color: #202020;
  padding: 1em;
  border-radius: 0.8em;
  border: 2px solid dimgrey; }
