:root,
[data-bs-theme=light] {
  --bs-dark-rgb: 20, 20, 20;
  --bs-body-color: #f3f3f3;
  --bs-body-color-rgb: 243, 243, 243;
  --bs-body-bg: #141414;
  --bs-link-color: #f3f3f3;
}

body {
  font-family: "Montserrat" !important;
}

hr {
  opacity: 1;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: #f3f3f3;
}

.display-4 {
  font-size: 2.5rem;
}

.footer-social-media {
  font-size: 25px;
  height: 38px;
  line-height: 25px;
  width: 38px;
}

.btn {
  background-color: unset;
  background-image: linear-gradient(90deg, rgb(0, 192, 243) 0%, rgb(241, 115, 172) 50%, rgb(255, 242, 4) 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
.btn:hover {
  color: transparent;
  background-color: unset;
  transition: 0.5s ease;
}

.checkout-text {
  color: transparent !important;
}

.btn-secondary {
  background-image: linear-gradient(90deg, rgb(0, 192, 243) 0%, rgb(241, 115, 172) 50%, rgb(255, 242, 4) 100%);
  background-clip: text, border-box;
  color: transparent !important;
  transition: 0.5s ease;
  border-image-slice: 1;
  border-radius: var(--bs-border-radius-pill) !important;
}

.image-rainbow {
  height: 1px;
  width: 100%;
}

.iti {
  display: block;
}

.text-transparent {
  color: transparent !important;
  transition: 0.5s ease;
}

.dark .btn-gradient {
  color: rgba(255, 255, 255, 0.54);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.54);
}
.dark .btn-gradient:hover {
  color: #fff;
}
.dark .btn-gradient.facebook:hover {
  box-shadow: 0 5px 8px rgba(26, 35, 126, 0.5);
  background: #3949ab;
  background: linear-gradient(to right, #3949ab 0%, #2196f3 100%);
  background-size: 400%;
  animation: Gradient 1s ease infinite;
}
.dark .btn-gradient .google-plus:hover {
  box-shadow: 0 5px 8px rgba(244, 67, 54, 0.5);
  background: #f44336;
  background: linear-gradient(to right, #f44336 0%, #ff1744 100%);
  background-size: 400%;
  animation: Gradient 1s ease infinite;
}
.dark .btn-gradient .instagram:hover {
  box-shadow: 0 5px 8px rgba(63, 81, 181, 0.5);
  background: #ffc107;
  background: linear-gradient(to right, #ffc107 0%, #f50057 50%, #3f51b5 100%);
  background-size: 400%;
  animation: Gradient 1s ease infinite;
}
.dark .btn-gradient .twitter:hover {
  box-shadow: 0 5px 8px rgba(33, 150, 243, 0.5);
  background: #00bcd4;
  background: linear-gradient(to right, #00bcd4 0%, #2196f3 100%);
  background-size: 400%;
  animation: Gradient 1s ease infinite;
}
.dark .btn-gradient .linkedin:hover {
  box-shadow: 0 5px 8px rgba(3, 169, 244, 0.5);
  background: #0288d1;
  background: linear-gradient(to right, #0288d1 0%, #2196f3 100%);
  background-size: 400%;
  animation: Gradient 1s ease infinite;
}

ul li {
  list-style: none;
  display: inline-block;
}

.btn-gradient {
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  margin: 20px;
  border-radius: 2px;
  transition: all 300ms;
}
.btn-gradient.roundedicons {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.54);
}
.btn-gradient i {
  font-size: 30px;
  line-height: 2.1;
  vertical-align: middle;
}

@keyframes Gradient {
  0% {
    background-position: 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.btn-lg {
  --bs-btn-font-size: 0.9rem;
}

.text-white {
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-rainbow {
  background-image: linear-gradient(90deg, rgb(0, 192, 243) 0%, rgb(241, 115, 172) 50%, rgb(255, 242, 4) 100%);
}

.bg-immersify {
  --bs-bg-opacity: 1;
  background-image: url("../../img/nav.png");
  box-shadow: 0px 0px 10px 2px rgba(243, 243, 243, 0.5);
}

.rounded-circle {
  border: 2px solid #ffffff;
  padding: 10px;
  width: 42px;
  height: 42px;
}

.navbar {
  height: 9rem;
  background-image: url("../../img/nav.png");
}
.navbar .nav-link {
  color: white !important;
}

.table {
  border-color: transparent;
}
.table thead th {
  background-color: #141414;
  padding: 0.5rem 2rem;
}
.table .product-name {
  color: #f3f3f3;
}
.table .product-variation {
  color: #f3f3f3;
}

.badge {
  --bs-badge-font-size: 1rem;
  border-radius: 50%;
}

.hamburger.is-active .hamburger-inner {
  background-color: #ffffff;
}
.hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.calendar {
  border: 1px solid #f3f3f3;
  color: #f3f3f3;
}
.calendar ol.day-names > li {
  color: #f3f3f3;
}
.calendar ol.week > li.date > .day {
  padding: 10px;
}
.calendar ol.week > li.date.inside {
  background-color: #00C0F3;
}
.calendar ol.week > li.date.inside.selected {
  transition: 500ms ease;
  background-color: #F173AC;
}
.calendar ol.week > li.date.inside:hover {
  background-color: #F173AC;
}
.calendar ol.week > li.date.outside {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}
.calendar ol.week > li.date.disabled {
  background-color: #828282;
}

@media (max-width: 550px) {
  .table thead th {
    padding: 0.5rem 0 !important;
  }
  .table .product-variation {
    font-size: 1.03125rem !important;
    font-weight: 600 !important;
    color: #f3f3f3;
  }
  .rounded-circle {
    padding: 4px !important;
    width: 32px !important;
    height: 32px !important;
  }
  .logo {
    height: 3.5rem !important;
    width: auto;
    position: unset;
  }
  .display-redirect {
    font-size: 1.6rem !important;
  }
  .product-name {
    font-size: calc(1.269375rem + 0.2325vw);
  }
  .display-4 {
    font-size: 2rem !important;
  }
}
header {
  box-shadow: 0px 0px 20px 1px rgb(0, 0, 0);
}

.form-label {
  color: #f3f3f3;
}

.nav-pills .nav-link {
  background-color: unset;
}
.nav-pills .nav-link.active, .nav-pills .nav-link:hover, .nav-pills .nav-link:focus {
  color: #f3f3f3;
  background-color: transparent;
}

.card-title {
  letter-spacing: unset;
}

.heading-box {
  padding: 0 0.625rem 3rem 0.625rem;
}

.heading {
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}

.product-container .product-description {
  color: #f3f3f3;
}
.product-container .product-variation-label {
  color: #f3f3f3;
}

.product-quantity-selection .btn {
  background-color: unset;
}

.white-divider {
  color: #f3f3f3;
  background-color: #f3f3f3;
  height: 3px;
  box-shadow: 0px 0px 20px 1px rgba(243, 243, 243, 0.89);
}

footer {
  background-image: url("../../img/nav.png");
  background-color: #000000;
  color: #fff;
  margin-top: auto;
  border-top: 3px solid #fff204;
  box-shadow: 0px 0px 10px 1px rgb(255, 242, 4);
}

.footer-padding {
  padding-top: 60px;
  padding-bottom: 50px;
}

.border-gradient {
  border: 10px solid;
  border-width: 1px;
  -o-border-image: linear-gradient(90deg, rgb(0, 192, 243) 0%, rgb(241, 115, 172) 50%, rgb(255, 242, 4) 100%);
     border-image: linear-gradient(90deg, rgb(0, 192, 243) 0%, rgb(241, 115, 172) 50%, rgb(255, 242, 4) 100%);
  border-image-slice: 1;
}

.thead-gradient {
  background-image: linear-gradient(90deg, rgb(0, 192, 243) 0%, rgb(241, 115, 172) 50%, rgb(255, 242, 4) 100%);
  background-origin: border-box; /* set background to start from border-box */
  border-spacing: 5px; /* space between each cell */
  border: 5px solid transparent; /* optional */
}

.border-gradient-rainbow {
  background: linear-gradient(90deg, rgb(0, 192, 243) 0%, rgb(241, 115, 172) 50%, rgb(255, 242, 4) 100%);
  -o-border-image: linear-gradient(90deg, rgb(0, 192, 243) 0%, rgb(241, 115, 172) 50%, rgb(255, 242, 4) 100%);
     border-image: linear-gradient(90deg, rgb(0, 192, 243) 0%, rgb(241, 115, 172) 50%, rgb(255, 242, 4) 100%);
}

.only-topbottom {
  border-left: 0;
  border-right: 0;
}

.only-top {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.btn-rainbow {
  color: #141414;
  background: linear-gradient(90deg, rgb(0, 192, 243) 0%, rgb(241, 115, 172) 50%, rgb(255, 242, 4) 100%);
  border: transparent;
  font-weight: 600;
}
.btn-rainbow:hover {
  color: #f3f3f3 !important;
}

.width-100 {
  width: 100%;
}

.btn-cart {
  width: 100%;
}

.btn-cart:hover {
  font-weight: 600;
}

@media (min-width: 992px) {
  .product-container.product-name {
    font-size: 2rem;
  }
  .footer-link {
    font-size: 1rem;
    color: #CFCFCF;
    transition: color 0.3s;
  }
  .footer-bottom {
    font-size: 0.8rem;
    color: #A7A7A7;
    transition: color 0.3s;
  }
}
@media (max-width: 991.98px) {
  .footer-bottom {
    font-size: 0.6rem;
  }
}
