h1, h2, h3, h4, h5, h6, a, li, label {
  font-family: 'Inter', sans-serif;
}

h3 {
  font-size: 24px;
}

p, input, input::-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
}

p, input, input:-ms-input-placeholder {
  font-family: 'Quicksand', sans-serif;
}

p, input, input::-ms-input-placeholder {
  font-family: 'Quicksand', sans-serif;
}

p, input, input::placeholder {
  font-family: 'Quicksand', sans-serif;
}

@-webkit-keyframes fade {
  0% {
    -webkit-text-decoration-color: #16ecac;
            text-decoration-color: #16ecac;
  }
  100% {
    -webkit-text-decoration-color: #1d1d1d;
            text-decoration-color: #1d1d1d;
  }
}

@keyframes fade {
  0% {
    -webkit-text-decoration-color: #16ecac;
            text-decoration-color: #16ecac;
  }
  100% {
    -webkit-text-decoration-color: #1d1d1d;
            text-decoration-color: #1d1d1d;
  }
}

.loaderHolder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}

.ctaButtons {
  outline: none;
  border: none;
  background-color: #16ecac;
  color: #1d1d1d;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  padding: 1rem 3rem 1rem 3rem;
  -webkit-transition: color 1s, background-color 1s;
  transition: color 1s, background-color 1s;
}

.ctaButtons:hover {
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
  cursor: pointer;
  color: #16ecac;
  background-color: #1d1d1d;
}

body, html {
  height: 100%;
}

body {
  background-color: white;
}

.bodyWrapper {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

main {
  margin-left: 10rem;
  margin-right: 10rem;
}

@media only screen and (max-width: 1400px) {
  main {
    margin-left: 0px;
    margin-right: 0px;
  }
}

a {
  text-decoration: none;
}

.custom-shape-divider-top-1652717578 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-shape-divider-top-1652717578 svg {
  position: relative;
  display: block;
  width: calc(184% + 1.3px);
  height: 95px;
}

@media only screen and (max-width: 1400px) {
  .custom-shape-divider-top-1652717578 svg {
    height: 120px;
  }
}

.custom-shape-divider-top-1652717578 .shape-fill {
  fill: #16ECAC;
}

.navbar {
  margin-left: 10rem;
  margin-right: 4rem;
  background-color: transparent !important;
}

@media only screen and (max-width: 1400px) {
  .navbar {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

@media only screen and (max-width: 1400px) {
  .navbar ul {
    margin-left: 2rem !important;
    margin-right: auto !important;
  }
}

.navbarContainer {
  padding: 0rem !important;
  margin: 0rem !important;
}

@media only screen and (max-width: 992px) {
  .navbar-collapse {
    background-color: #16ecac !important;
  }
}

.mainlogo {
  max-width: 200px;
  height: auto;
  margin-right: 2rem;
}

@media only screen and (max-width: 1400px) {
  .mainlogo {
    margin-right: 0rem;
  }
}

.navbar-brand {
  z-index: 9999;
}

@media only screen and (max-width: 1400px) {
  .navbar-brand {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 360px) {
  .navbar-brand {
    margin-left: 1rem;
  }
}

.nav-link {
  -webkit-transition: none !important;
  transition: none !important;
  color: #1d1d1d !important;
}

.navLinkShoppingcart, .navLinkLogin, .navLinkLogout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1400px) {
  .navLinkShoppingcart, .navLinkLogin, .navLinkLogout {
    margin: 0rem 0rem 1rem 0rem;
  }
}

.navLinkShoppingcart:hover i, .navLinkLogin:hover i, .navLinkLogout:hover i {
  color: #10bf8b;
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
}

.nav-item a:hover, .nav-item .active {
  color: #10bf8b !important;
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
          text-decoration-style: wavy;
  text-underline-offset: 5px;
  -webkit-animation: fade 0.5s ease-in-out 1;
          animation: fade 0.5s ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.active {
  color: black !important;
}

.navbar-toggler {
  margin-right: 2rem;
  outline: none;
  border: none;
  z-index: 9999;
}

.cartItemNumberHolder {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  color: #1d1d1d;
  background-color: orange;
  border-radius: 100%;
  position: relative;
  right: 10px;
  top: -10px;
}

.cartItemNumberHolder p {
  margin: 0px;
  padding: 0px;
}

.navLinkLogout {
  display: none;
}

.navLinkLogout:hover {
  cursor: pointer;
}

.navbar-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 2rem;
  margin-left: 2rem;
}

@media only screen and (max-width: 576px) {
  .navbar-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer {
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

footer img {
  z-index: 9999;
  position: relative;
  left: 50%;
  bottom: -100px;
}

.custom-shape-divider-bottom-1652751118 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1652751118 svg {
  position: relative;
  display: block;
  width: calc(123% + 1.3px);
  height: 124px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1652751118 .shape-fill {
  fill: #16ECAC;
}

#homepageMain, #productSpecificMain, #adminLoginMain, #adminHomeMain, #adminNewProductMain, #adminEditProductMain {
  min-height: 100%;
  height: auto;
}

.heroBannerHolder {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 500px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
  background-color: #1d1d1d;
}

.heroBannerHolder img {
  max-width: 1600px;
}

.heroBannerHolder h1 {
  position: absolute;
  margin: 3rem;
  left: 250px;
  color: #16ecac;
  max-width: 300px;
}

@media only screen and (max-width: 1280px) {
  .heroBannerHolder h1 {
    left: 50px;
  }
}

.carousel {
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
}

.carousel-item {
  max-height: 500px;
}

.carousel-item img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-caption {
  color: #1d1d1d;
  background-color: #16ecacab;
}

.carousel-control-prev-icon {
  background-image: url(/images/arrowleft.png);
  height: 114.5px;
  width: 70.5px;
}

.carousel-control-next-icon {
  background-image: url(/images/arrowright.png);
  height: 114.5px;
  width: 70.5px;
}

#productsMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  height: auto;
}

.productsPageTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5rem;
}

@media only screen and (max-width: 1400px) {
  .productsPageTop {
    padding-left: 5rem;
  }
}

.productFilterInput {
  display: none;
  border: none;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
  padding: 1rem;
  width: 10rem;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.productFilterInput:focus {
  outline: none;
  width: 25rem;
}

@media only screen and (max-width: 1400px) {
  .productFilterInput:focus {
    width: 14rem;
  }
}

.productsHolder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 0px !important;
}

.productsHolder a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 4rem;
}

.productsHolder a:hover img, .productsHolder .active img {
  outline: 3px solid #16ecac;
}

.productsHolder a:hover .card-body, .productsHolder .active .card-body {
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
          text-decoration-style: wavy;
  text-underline-offset: 5px;
  -webkit-animation: fade 0.5s ease-in-out 1;
          animation: fade 0.5s ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-direction: reverse;
}

.card {
  border: none;
}

.card img {
  border-radius: 0px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
}

.card .card-body {
  color: black;
  margin-top: 1rem;
  padding: 0px;
}

.card .card-text {
  max-height: 100px;
  overflow: hidden;
}

.breadcrumb-item a {
  color: black;
}

.breadcrumb-item a:hover, .breadcrumb-item .active {
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
          text-decoration-style: wavy;
  text-underline-offset: 5px;
  -webkit-animation: fade 0.5s ease-in-out 1;
          animation: fade 0.5s ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-direction: reverse;
}

.breadcrumbActive {
  color: #16ecac !important;
}

.messageHolderStatic, .messageHolder {
  display: none;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
  padding: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10rem;
}

.messageHolderStatic p, .messageHolder p {
  margin: 0px;
}

.messageHolder {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1400px) {
  #productSpecificMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.productSpecificProductBlock {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productSpecificProductBlock div {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media only screen and (max-width: 1400px) {
  .productSpecificProductBlock {
    margin: 0rem !important;
    padding: 0rem !important;
  }
}

.productSpecificImageHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 500px;
}

.productSpecificImageHolder img {
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
}

@media only screen and (max-width: 1400px) {
  .productSpecificImageHolder {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.productSpecificImage {
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1400px) {
  .productSpecificImage {
    width: 300px;
  }
}

.productSpecificProductBlockRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.productSpecificProductBlockRight h2 {
  margin-bottom: 2rem;
}

.productSpecificProductBlockRight h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1400px) {
  .productSpecificProductBlockRight {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.productSpecificDescription {
  word-break: break-word;
}

.productSpecificAddToCart {
  width: 100%;
  margin-top: 2rem;
  text-align: center;
}

#cartMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  height: auto;
  margin-bottom: 5rem;
}

.cartProductHolder {
  background-color: white;
  margin-top: 10rem;
}

.cartProductBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #f8f9fa;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
}

.cartProductBlock .cartProductBlockImageHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 200px;
  overflow: hidden;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.cartProductBlock .cartProductBlockImageHolder img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
}

@media only screen and (max-width: 768px) {
  .cartProductBlock .cartProductBlockImageHolder img {
    height: 350px;
  }
}

.cartProductBlock .cartProductBlockInfo {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  margin-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .cartProductBlock .cartProductBlockInfo {
    margin-left: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}

.cartProductBlock .cartProductBlockRemoveHolder .cartProductBlockRemove {
  cursor: pointer;
  color: black;
}

@media only screen and (max-width: 768px) {
  .cartProductBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.loginFormHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loginFormHolder .loginFormWhole {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loginFormHolder .loginFormWhole section {
  width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.loginFormHolder .loginFormWhole section label {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.loginFormHolder .loginFormWhole section input {
  width: 100%;
  border: none;
  padding: 1rem;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
}

.loginFormHolder .loginFormWhole section input:focus {
  outline: none;
}

.loginFormHolder .loginFormWhole section:focus-within {
  width: 15rem;
}

#adminHomeMain, #adminNewProductMain, #adminEditProductMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem !important;
}

.adminHomeNewProductButtonHolder {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adminHomeProductsHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

.adminHomeProductCard {
  margin: 0rem 1rem 4rem 1rem;
}

.card-text {
  height: 15rem !important;
}

.adminHomeProductCardInfoHolder {
  border-top: 2px solid #16ecac;
  border-bottom: 2px solid #16ecac;
  padding-top: 1rem;
  margin-top: 1rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.adminHomeProductCardInfoRight {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.adminHomeProductCardInfoRight p {
  text-align: center;
  font-weight: bold;
}

.adminHomeProductCardBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adminNewProductFormHolder {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newProductFormWhole, .updateProductFormWhole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newProductFormWhole .adminNewProductUploadImageSection, .updateProductFormWhole .adminNewProductUploadImageSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newProductFormWhole .adminNewProductUploadImageSection input[type=file], .updateProductFormWhole .adminNewProductUploadImageSection input[type=file] {
  margin-left: 9.5rem;
  width: 20rem;
}

.newProductFormWhole .adminNewProductFeaturedSection, .updateProductFormWhole .adminNewProductFeaturedSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newProductFormWhole section, .updateProductFormWhole section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}

.newProductFormWhole section #title, .updateProductFormWhole section #title, .newProductFormWhole section #price, .updateProductFormWhole section #price, .newProductFormWhole section #description, .updateProductFormWhole section #description {
  width: 15rem !important;
  width: 100%;
  border: none;
  padding: 1rem;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.newProductFormWhole section #description, .updateProductFormWhole section #description {
  width: 20rem !important;
}

@media only screen and (max-width: 768px) {
  .newProductFormWhole section #description, .updateProductFormWhole section #description {
    width: 18rem !important;
  }
}

.newProductFormWhole section #featured, .updateProductFormWhole section #featured {
  height: 2rem;
  width: 2rem;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0px 5px 6px #16ecac45;
          box-shadow: 0px 5px 6px #16ecac45;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.newProductFormWhole section #featured:checked, .updateProductFormWhole section #featured:checked {
  background-color: #16ecac;
}

.newProductFormWhole section #title:focus, .updateProductFormWhole section #title:focus, .newProductFormWhole section #price:focus, .updateProductFormWhole section #price:focus {
  outline: none;
  width: 20rem !important;
}

@media only screen and (max-width: 768px) {
  .newProductFormWhole section #title:focus, .updateProductFormWhole section #title:focus, .newProductFormWhole section #price:focus, .updateProductFormWhole section #price:focus {
    width: 17rem !important;
  }
}

.newProductFormWhole section #description:focus, .updateProductFormWhole section #description:focus {
  outline: none;
  width: 30rem !important;
}

@media only screen and (max-width: 1400px) {
  .newProductFormWhole section #description:focus, .updateProductFormWhole section #description:focus {
    width: 25rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .newProductFormWhole section #description:focus, .updateProductFormWhole section #description:focus {
    width: 20rem !important;
  }
}

.modal-dialog {
  top: 25%;
}

.modal-content {
  background-color: #f8f9fa;
  border-radius: 0%;
}

.modal-content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-footer button {
  border-radius: 0%;
}

.modalCloseButton {
  background-color: #ff999e;
}

.updateProductDeleteProductButton {
  border-radius: 0%;
  margin-top: 5rem;
}

.adminEditProductImageHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 50rem;
  height: 25rem;
  overflow: hidden;
  margin-bottom: 5rem;
}

.adminEditProductImageHolder img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 25rem;
  width: auto;
}

@media only screen and (max-width: 1400px) {
  .adminEditProductImageHolder {
    max-width: 30rem;
  }
}
/*# sourceMappingURL=styles.css.map */