/*nav bar*/

.navbar {
  position: relative;
}

.img-fluid {
  width: 50px;
  height: 50px;
}

#navbarText {
  position: relative;
  top: 8px;
}

.form-popup {
  display: none;
  position: fixed;
  top: 60px;
  right: 15px;
  border: 0px solid #f1f1f1;
  z-index: 9;
  background-color: transparent;
}

.close {
  position: absolute;
  cursor: pointer;
  color: red;
  text-align: right;
}

.fa.fa-times {
  position: relative;
  left: 355px;
}

#navbarDropdownMenuLink {
  position: relative;
  top: -4.99432px;
}

.navbar.navbar-expand-lg.navbar-light.bg-light {
  background-color: rgb(76, 82, 112);
  background-image: linear-gradient(rgb(54, 238, 224) 0%, rgb(76, 82, 112) 89%);
  background-blend-mode: normal;
}

.fa.fa-shopping-cart {
  color: rgb(0, 0, 0);
  position: relative;

  left: -20px;
}

.carousel1 {
  min-height: 360px;
  position: relative;
  left: 25px;
}

.carousel-cell1 {
  width: 35%;
  margin-right: 3%;
  border-radius: 5px;
  counter-increment: carousel-cell;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 2px solid #000;
  height: 340px;
}

#caruo_img {
  margin-left: 11%;
  height: 300px;
  margin-top: 4%;
}

.carousel-indicators {
  opacity: 0;
}

.dropdown-menu.show {
  min-width: 100px;
  background-color: rgb(35, 234, 241);
  background-blend-mode: normal;
}

.dropdown-item a {
  color: #000;
  text-decoration: none;
}

.input-group.mb-3 {
  position: relative;
  left: 50px;
  top: -2px;
}

.nav-link {
  font-size: 30px;
  position: relative;
  top: -10px;
}

.dropdown-menu {
  font-size: 15px;
  position: relative;
  top: -6.99716px;
}

.fa.fa-user {
  left: 1px;
  position: relative;
  top: -2px;
}

.sb-example-1 .search {
  width: 100%;
  position: relative;
  display: flex;
  border: white 1px;
}

.sb-example-1 .searchTerm {
  width: 100%;
  padding: 5px;
  border: white 1px;
}

.sb-example-1 .searchTerm:focus {
  color: #000;
  border: white 1px;
}

.sb-example-1 .searchButton {
  width: 40px;
  height: 50px;
  background: white;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  border: white 1px;
}

.sb-example-1 .searchButton i {
  color: #000;
}

.carousel {
  background-color: transparent;
}

.caption {
  position: relative;
  top: -2px;
  text-align: center;
}

.carousel-cell {
  width: 22%;
  height: 235px;
  margin-right: 10px;
  background-color: transparent;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-cell img {
  position: relative;
  top: 5px;
  left: 45px;
}

/* slide*/

.carousel-item {
  height: 300px;
  position: relative;
  left: 1px;
}

.page-footer {
  background-color: black;
  color: white;
}

.col-lg-3 {
  width: 220px;
}

.containerb {
  position: relative;
  left: 0px;
  min-width: 100%;
  background-color: rgb(251, 251, 251);
}

.container {
  position: relative;
  left: 0px;
  min-width: 100%;
}

.grid-container1 {
  display: grid;
  grid-template-columns: 10% 60% 20%;
  padding: 10px;
  background-color: transparent;
  position: relative;
  left: 30px;

}

.grid-item1 {
  padding: 0px;
  text-align: center;
  background-color: transparent;
}


.grid-container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  padding: 10px;
  background-color: transparent;
  position: relative;
  left: 30px;
  width: 97%;
}

.new {
  max-width: 99%;
}

.grid-item {
  padding: 20px;
  font-size: 30px;
  text-align: center;
  background-color: transparent;
}

.grid-item img:hover {
  transform: scale(1.1);
}

.cardb {
  position: relative;
  top: 20px;
}

.cardit {
  height: 450px;
  width: 350px;
}

.cardcat {
  height: 300px;
  width: 350px;
}

.cardcat1 {
  height: 270px;
  width: 350px;
}

.cardit:hover {
  background-color: rgb(14, 187, 218);
}

.cardcat:hover {
  background-color: rgb(14, 187, 218);
}

.cardcat1:hover {
  background-color: rgb(14, 187, 218);
}

#cat1 {
  position: relative;
  background-color: rgba(61, 97, 234, 0.6);
  background-blend-mode: normal;
  display: inline-block;
}

/* modal*/



.form-popup {
  display: none;
  position: fixed;
  top: 100px;
  left: 500px;
  z-index: 9;
  max-width: 600px;
}

.form-container {
  max-width: 400px;
  padding: 10px;
  background-color: rgb(248, 192, 200);
  background-image: linear-gradient(rgb(54, 238, 224) 0%, rgb(101, 113, 173) 89%);
  background-blend-mode: normal;
  border-radius: 2%;
  -webkit-border-radius: 2%;
  -moz-border-radius: 2%;
  -ms-border-radius: 2%;
  -o-border-radius: 2%;
}

.form-container input[type="text"],
.form-container input[type="password"] {
  width: 100%;
  padding: 7px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  background-color: rgb(4, 170, 109);
  padding: 8px 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 1;
}

.form-container .cancel {
  background-color: red;
}

.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

* {
  box-sizing: border-box;
}

.tags {
  flex-basis: calc(33% - 10px);
  height: 200px;
  margin: 20px 0px;
}

.rest {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 98%;
  background-color: #fff;
}



.caption {
  position: relative;
  bottom: 20px;
  text-align: center;
}




.page-footer {
  background-color: black;
  color: white;
}

.col-lg-3 {
  width: 220px;
}

.col-sm-12 {
  height: 85px;
}

.category li {
  list-style: none;
}

.category ul {
  justify-content: center;
}

.category {
  display: flex;
  width: 100px;
  margin: 0 -5px;
}

.item {
  width: 100px;
  height: 50px;
  margin: 0 10px;
}

.cat {
  margin-top: 25px;
  align-items: center;
}

.cat-button {
  --bs-text-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  border: none;
  color: whitesmoke;
  border-radius: 5px;
  font-size: 18px;

}

.cat-button:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb),
      var(--bs-bg-opacity)) !important;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.hadding {
  text-align: center;
  padding-top: 10px;
}

.hadding-line {
  font-size: 35px;
}

.hadding-line span {
  color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}



.page-footer {
  background-color: black;
  color: white;
}

.col-lg-3 {
  width: 220px;
}

.col-sm-12 {
  height: 85px;
}

.category li {
  list-style: none;
}

.category ul {
  justify-content: center;
}

.d-flex {
  top: -2px;
  position: relative;
  left: 142.109px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.category {
  display: flex;
  width: 100px;
  margin: 0 -5px;
}

.item {
  width: 100px;
  height: 50px;
  margin: 0 10px;
}

.cat {
  margin-top: 25px;
  align-items: center;
}

.cat-button {
  --bs-text-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  border: none;
  color: whitesmoke;
  border-radius: 5px;
  font-size: 18px;
  width: 100px;
}

.cat-button:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb),
      var(--bs-bg-opacity)) !important;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.hadding {
  text-align: center;
  padding-top: 10px;
}

.hadding-line {
  font-size: 35px;
}

.hadding-line span {
  color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.column {
  float: left;
  padding: 1px;
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}




.cat-button {
  position: relative;
  padding: 7px;
  margin: 5px;
  left: 10px;
}

.txth {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin-left: 30%;

}

.column {
  text-align: center;
}

.column input {
  background-color: transparent;
  width: 58px;
  text-align: center;
}

.column button {
  border-radius: 12px;
}

.bg-warning {
  text-align: center;
}

.head {
  position: relative;
  top: 50px;
}

.wrapper {
  padding-top: 30px;
}



.page-footer {
  background-color: black;
  color: white;
}

.col-lg-3 {
  width: 220px;
}

.col-sm-12 {
  height: 85px;
}

.category li {
  list-style: none;
}

.category ul {
  justify-content: center;
}

.category {
  display: flex;
  width: 100px;
  margin: 0 -5px;
}

.item {
  width: 100px;
  height: 50px;
  margin: 0 10px;
}

.cat {
  margin-top: 25px;
  align-items: center;
}

.cat-button {
  --bs-text-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  border: none;
  color: whitesmoke;
  border-radius: 5px;
  font-size: 18px;
  width: 100px;
}

.cat-button:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb),
      var(--bs-bg-opacity)) !important;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.hadding {
  text-align: center;
  padding-top: 10px;
}

.hadding-line {
  font-size: 35px;
}

.hadding-line span {
  color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.tags {
  flex-basis: calc(50% - 10px);
  height: 200px;
  margin: 20px 0px;
}



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {}



.cat-button {
  position: relative;
  padding: 7px;
  margin: 5px;
  left: 10%;
}

.tags {
  flex-basis: calc(50% - 10px);
  height: 20px;
  margin: 20px 0px;
}

.rest {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.txth {
  font-weight: bold;
  font-size: 20px;

}

.column input {
  background-color: transparent;
  width: 58px;
  text-align: center;
}

.column button {
  border-radius: 12px;
}

.bg-warning {
  text-align: center;
}

.head {
  position: relative;
  top: 50px;
}

#btn {}

.btn .btn-outline-primary {
  padding: 0;
  margin-left: 5px;
}

#img:hover {
  transform: scale(1.1);
}