@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.active {
  font-weight: 400;
}

html {
  font-family: 'Kumbh Sans','poppins',Georgia,sans-serif;
  box-sizing: border-box;
  font-size: 16px;
}

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

body {
  min-width: 100vw;
  min-height: 100vh;
  overflow-x: scroll;
}

img {
  width: 100%;
}

p {
  margin: 0.75rem;
  padding: 0.5rem;
}

a {
  text-decoration: none;
}

.text-primary {
  color: hsl(26, 100%, 55%);
}

.bg-primary {
  background-color: hsl(26, 100%, 55%);
}

.bg-secondary {
  background-color: hsl(25, 100%, 94%);
}

.text-grayish-blue {
  color: hsl(220, 14%, 75%);
}

.bg-light-grayish-blue {
  background-color: hsl(223, 64%, 98%);
}

.text-white {
  color: hsl(0, 0%, 100%);
}

.bg-white {
  background-color: hsl(0, 0%, 100%);
}

.text-black {
  color: hsl(0, 0%, 0%);
}

.ml-1 {
  margin-left: 0.75rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mb-1 {
  margin-bottom: 0.75rem;
}

.mb-2 {
  margin-bottom: 1.125rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2.25rem;
}

.mt-1 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1.875rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 0.75rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.5rem;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.mx-2 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.my-5 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.px-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.py-2 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.py-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-center {
  text-align: center;
}

.font-normal {
  font-size: 16px;
}

.font-sm {
  font-size: 12px;
}

.font-md {
  font-size: 20px;
}

.font-lg {
  font-size: 28px;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.h-100 {
  height: 100%;
}

.sticky-top-0 {
  position: sticky;
  top: 0;
  z-index: 8000;
}

.border {
  border: 1.5px solid hsl(223, 64%, 98%);
}

.border-bottom {
  border-bottom: 1.5px solid hsl(223, 64%, 98%);
}

.rounded-1 {
  border-radius: 5px;
}

.rounded-2 {
  border-radius: 10px;
}

.rounded-3 {
  border-radius: 15px;
}

.rounded-circle {
  border-radius: 50%;
}

.bg-hover-primary:hover {
  background: hsl(26, 100%, 55%);
}

.container-full {
  width: 100%;
}

 .carousel-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.5rem;
}

@media (min-width: 475px) {
   .carousel-container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
   .carousel-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .carousel-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .carousel-container {
    max-width: 1140;
  }
}
@media (min-width: 1400px) {
   .carousel-container {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-flow: row wrap;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

@media (min-width: 0) {
  .col-xs-1 {
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-xs-9 {
    flex-grow: 0;
    width: 75%;
  }
  .col-xs-12 {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-md-6 {
    flex-grow: 0;
    width: 50%;
  }
  .col-md-12 {
    flex-grow: 0;
    width: 100%;
  }
}
.animation-slide-in-right {
  animation: slide-in-right 0.5s ease forwards;
}

.animation-slide-out-left {
  animation: slide-out-left 0.5s ease forwards;
}

.animation-grow {
  animation: grow 0.3s ease forwards;
}

.animation-shrink {
  animation: shrink 0.3s ease forwards;
}

@keyframes slide-in-right {
  from {
    transform: translateX(-100vw);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-out-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100vw);
  }
}
@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shrink {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.navbar .navbar-items, .navbar .container-full, .navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar a {
  text-decoration: none;
}
.navbar ul {
  list-style: none;
  margin: 0;
}
.navbar .navbar-items {
  justify-content: flex-end;
}
.navbar .navbar-items .nav-item {
  transition: all 0.5s;
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 0.75rem;
}
.navbar .navbar-items .nav-item:hover {
  font-size: 17.6px;
}
.navbar .navbar-items .nav-item .notification {
  position: absolute;
  padding: 4px;
  left: 16px;
  top: -11px;
}
.navbar .site-title {
  margin: 0.75rem;
  padding: 0.5rem;
}
.navbar .navbar-toggler-icon {
  box-sizing: border-box;
  border: none;
  background: transparent;
  margin: 0.375rem;
}
.navbar .collapse {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 70%;
  min-height: 100vh;
}
.navbar .collapse ul li {
  margin: 0;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .navbar-expand-md .collapse {
    display: flex;
    position: static;
    min-height: 100%;
    background: transparent;
  }
  .navbar-expand-md .collapse .close-icon {
    display: none;
  }
  .navbar-expand-md .collapse ul {
    padding: 0.5rem;
    margin: 0 1.125rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .navbar-expand-md .navbar-toggler-icon {
    display: none;
  }
  .navbar-expand-md .active {
    color: hsl(0, 0%, 0%);
  }
  .navbar-expand-md .active::before {
    content: "";
    border: 1px solid hsl(26, 100%, 55%);
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 25%;
  }
}

.btn-primary {
  background: hsl(26, 100%, 55%);
  border-color: hsl(26, 100%, 55%);
  box-shadow: 0px 3px 1px #d0d0d0, inset 0px 0px 1px white, 1px -1px 1px #eaeaea;
}
.btn-primary:hover {
  background: #ff9748;
}

.carousel-container .carousel {
  overflow: hidden;
  position: relative;
  /*	display: flex;*/
}
.carousel-container .carousel .controls {
  position: absolute;
  z-index: 6000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 45%;
}
@media (min-width: 768px) {
  .carousel-container .carousel .controls[d-md-none] {
    display: none;
  }
}
.carousel-container .carousel .controls .control-prev,
.carousel-container .carousel .controls .control-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
}
.carousel-container .carousel .slides {
  display: flex;
  transition: transform 0.3s;
}
.carousel-container .carousel .slides .slide {
  padding-right: 5px;
  flex: 0 0 100%;
}
.carousel-container .thumbnails {
  display: none;
}
.carousel-container .thumbnails > * {
  padding: 4px;
}
.carousel-container .thumbnails .thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.carousel-container .thumbnails .thumbnail:hover {
  opacity: 0.4;
}
@media (min-width: 768px) {
  .carousel-container .thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.active-thumbnail {
  background-color: hsl(26, 100%, 55%);
  opacity: 0.6;
}

.cart-container {
  width: 90%;
  position: fixed;
  min-height: 250px;
  box-shadow: 0px 3px 1px #d0d0d0, inset 0px 0px 1px white, 0px -1px 2px #d0d0d0;
  left: 5%;
  z-index: 7000;
}
@media (min-width: 768px) {
  .cart-container {
    width: 350px;
    left: 53%;
  }
}
@media (min-width: 992px) {
  .cart-container {
    width: 400px;
    left: 60%;
  }
}
.cart-container .items-container .delete {
  opacity: 0.8;
}

#lightbox {
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: 10rem;
  display: none;
  justify-content: center;
  align-items: flex-start;
  z-index: 15000;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px) grayscale(70%);
}

#primaryCarousel {
  pointer-events: none;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  #primaryCarousel {
    pointer-events: auto;
  }
  #primaryCarousel:hover {
    opacity: 0.6;
  }
}

.user-profile > img:hover {
  border: 2px solid hsl(26, 100%, 55%);
  border-radius: 50%;
}

@media (min-width: 768px) {
  .product-info {
    margin-bottom: 8rem;
  }
}

footer a {
  color: hsl(228, 100%, 44%);
}
footer .year {
  font-family: poppins;
  font-size: 10px;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}
