@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,700;1,800&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}

body {
  background-color: rgba(253, 233, 195, 0.329);
  overflow-x: hidden;
}

nav {
  background-color: rgba(252, 173, 27, 0.76);
}

.navbar-brand {
  font-weight: 900;
  color: white;
  font-size: 30px;
  font-family: "Times New Roman", Times, serif;
}

.navbar-brand:hover {
  color: white;
}

.d-flex li ion-icon {
  color: black;
  font-size: 20px;
  font-weight: 900;
  padding-top: 1px;
  padding-right: 4px;
}

.d-flex li {
  list-style-type: none;
}

.d-flex li a {
  text-decoration: none;
  color: whitesmoke;
  font-weight: bolder;
}

.nav-item a:hover {
  transition: 0.3s ease-in;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.offcanvas-end {
  background-color: rgba(202, 134, 8, 0.918);
}

.offcanvas-end p {
  cursor: not-allowed;
  background-color: #00000080;
}

form input {
  font-weight: 900;
}

form button {
  color: orange !important;
  border: 2px solid white !important;
}

form button:hover {
  background-color: white !important;
}

.offcanvas-body hr {
  border: 2.2px solid black;
  font-weight: 900;
}

.offcanvas-body ul li a {
  font-weight: 500;
  color: white;
}

.d-flex-one input {
  font-weight: 700;
  box-shadow: none !important;
  border: 0 !important;
  width: 65%;
}

.d-flex-one button {
  font-weight: 900;
  font-family: "Times New Roman", Times, serif;
  color: orange !important;
  background-color: white;
  width: 16%;
}

.d-flex-one button:hover {
  background-color: rgba(0, 0, 0, 0.144) !important;
  color: white !important;
}

.d-flex-two input {
  font-weight: 700;
  box-shadow: none !important;
  border: 0 !important;
}

.d-flex-two button {
  font-weight: 900;
  font-family: "Times New Roman", Times, serif;
  color: orange !important;
  background-color: white;
}

.d-flex-two button:hover {
  background-color: rgba(0, 0, 0, 0.144) !important;
  color: white !important;
}

.access {
  display: flex;
}

.settings {
  color: white;
}

.settings h4 {
  color: black;
  font-size: 17px;
  font-weight: 700;
  cursor: not-allowed;
}

.settings ul li {
  list-style-type: disc;
  font-weight: 500;
  margin-top: 8px;
  margin-left: 0;
  font-size: 13px;
}

.settings ul li a {
  text-decoration: none;
}

.settings ul li i {
  color: black;
  font-size: 20px;
  font-weight: 800;
}

.settings h3 {
  text-align: center;
}

.settings h3 a {
  text-decoration: none;
  background-color: red;
  padding: 10px 10px;
  color: white;
  font-size: 15px;
  border-radius: 4px;
}

.settings h3 a:hover {
  transition: 2s;
}

.side-menu {
  width: 18%;
  height: 75vh;
  margin-right: 35px;
  font-size: 14px;
  float: left;
  z-index: 2;
  background-color: rgba(128, 128, 128, 0.411);
}

.side-menu ul li a {
  color: rgb(151, 99, 2);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.side-menu ul {
  margin-top: 10px;
}

.side-menu ul li {
  margin-bottom: 15px;
}

.contents {
  width: 80%;
}

.contents img {
  width: 100%;
  height: 75vh;
}

.fa-angle-right {
  margin-top: 4px;
  margin-right: 8px;
  float: right;
}

#menu-btn {
  font-size: 30px;
  margin: 10px;
  color: orange;
  display: none;
  cursor: pointer;
}

#close-btn {
  font-size: 30px;
  margin: 10px;
  color: orange;
  display: none;
  cursor: pointer;
}

.carousel-item-bg {
  background-color: rgba(128, 128, 128, 0.555);
}

.carousel-item-bg .carousel-item img {
  border: none !important;
  border-radius: 0 !important;
}

@media only screen and (min-width: 300px) and (max-width: 450px) {
  .contents{
    width: 100%;
  }
  .contents img {
    height: 300px;
  }
  .side-menu {
    width: 100% !important;
    height: auto !important;
    margin-right: 35px;
    font-size: 14px;
    float: left;
    z-index: 2;
    background-color: rgba(128, 128, 128, 0.801);
  }
  .featured-categories img {
    width: 80% !important;
    margin-bottom: 15px;
    margin-left: 30px;
    transition: 1s;
    cursor: pointer;
    border: 1px solid orange;
    border-radius: 35% !important;
    align-items: center !important;
  }
  .product-top img {
    width: 80% !important;
    margin-left: 35px;
  }
  .product-top img:hover {
    transform: scale(0.9) !important;
  }
}

@media only screen and (max-width: 980px) {
  .side-menu {
    width: 40%;
    height: 55vh;
    z-index: 20;
    top: 120px;
    position: fixed;
    font-size: 12px;
    display: none;
    background-color: rgba(80, 80, 80, 0.918);
  }

  .side-menu ul li a {
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
  }

  #menu-btn {
    display: block;
  }
}

@media only screen and (min-width: 457px) and (max-width: 1000px) {
  .contents{
    width: 100%;
  }
  .contents img {
    height: 400px;
  }
}

@media only screen and (min-width: 760px) and (max-width: 769px) {
  .contents{
    width: 100%;
  }
  .contents img {
    height: 400px;
  }
  .side-menu {
    width: 100%;
    height: auto;
    margin-right: 35px;
    font-size: 14px;
    float: left;
    z-index: 2;
  }
}
@media only screen and (min-width: 1110px) and (max-width: 1120px) {
  .contents{
    width: 100%;
  }
  .contents img {
    height: 460px;
  }
  .side-menu {
    width: 30%;
    height: auto !important;
    background-color: #555;
  }
  .side-menu ul li a {
    color: rgb(255, 253, 250);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
  }
  .contents img {
    width: 100%;
    height: 80vh;
  }
}

@media only screen and (min-width: 350px) and (max-width: 430px) {
  .d-flex-two input {
    font-weight: 700;
    box-shadow: none !important;
    border: 0 !important;
    width: 45%;
    height: 35px;
    display: none;
  }

  .d-flex-two button {
    font-weight: 900;
    font-family: "Times New Roman", Times, serif;
    color: orange !important;
    background-color: white;
    width: 10%;
    height: 35px;
    font-size: 10px;
    text-align: center;
    display: none;
  }

  .d-flex-two button:hover {
    background-color: rgba(0, 0, 0, 0.144) !important;
    color: white !important;
  }

  .access a {
    background-color: rgba(0, 0, 0, 0.438) !important;
    border: 0 !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0 !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: none !important;
  }

  .access a:hover {
    background: none !important;
    color: white !important;
    border-bottom: 2px solid white !important;
  }

  .container-form {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: ghostwhite;
    border: 4px solid rgba(219, 165, 64, 0.253);
    border-radius: 10px;
    width: 90% !important;
  }
}

@media only screen and (min-width: 720px) and (max-width: 1380px) {
  .d-flex-one input {
    font-weight: 700;
    box-shadow: none !important;
    border: 0 !important;
    width: 45%;
    height: 35px;
    display: none;
  }

  .d-flex-one button {
    font-weight: 900;
    font-family: "Times New Roman", Times, serif;
    color: orange !important;
    background-color: white;
    width: 10%;
    height: 35px;
    font-size: 10px;
    text-align: center;
    display: none;
  }

  .d-flex button:hover {
    background-color: rgba(0, 0, 0, 0.144) !important;
    color: white !important;
  }

  .access a {
    background-color: rgba(0, 0, 0, 0.438) !important;
    border: 0 !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0 !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: none !important;
  }

  .access a:hover {
    background: none !important;
    color: white !important;
    border-bottom: 2px solid white !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1580px) {
  .d-flex-one input {
    font-weight: 700;
    box-shadow: none !important;
    border: 0 !important;
    width: 45%;
    height: 35px;
    display: none;
  }

  .d-flex-one button {
    font-weight: 900;
    font-family: "Times New Roman", Times, serif;
    color: orange !important;
    background-color: white;
    width: 10%;
    height: 35px;
    font-size: 10px;
    text-align: center;
    display: none;
  }

  .d-flex button:hover {
    background-color: rgba(0, 0, 0, 0.144) !important;
    color: white !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 320px) {
  .d-flex-two input {
    font-weight: 700;
    box-shadow: none !important;
    border: 0 !important;
    width: 45%;
    height: 35px;
    display: none;
  }

  .d-flex-two button {
    font-weight: 900;
    font-family: "Times New Roman", Times, serif;
    color: orange !important;
    background-color: white;
    width: 10%;
    height: 35px;
    font-size: 10px;
    text-align: center;
    display: none;
  }

  .d-flex-two button:hover {
    background-color: rgba(0, 0, 0, 0.144) !important;
    color: white !important;
  }
}

.featured-categories {
  margin: 50px 0;
}

.featured-categories img {
  width: 75%;
  margin-bottom: 15px;
  transition: 1s;
  cursor: pointer;
  border: 1px solid orange;
  border-radius: 100%;
}

.featured-categories img:hover {
  transform: scale(0.8);
}

.modal-footer button {
  background-color: orange !important;
  outline-color: none;
  border: 0;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.modal-footer button:hover {
  background-color: grey !important;
}
.modal-header h1 {
  color: orange;
  font-size: 30px !important;
  font-weight: 800;
}

.title-box {
  background: orange;
  color: #fff;
  width: 180px;
  padding: 4px 10px;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
}

.title-box-span {
  background-color: orange;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.title-box h2 {
  font-size: 20px;
}

.title-box-span h2 {
  font-size: 25px;
  font-weight: 900;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.title-box-span h2 span {
  color: red;
  font-size: 17px;
  float: right;
  padding-right: 15px;
}

.title-box::after {
  content: "";
  border-top: 40px solid orange;
  border-right: 50px solid transparent;
  position: absolute;
  display: flex;
  margin-top: -3px;
  margin-left: 170px;
}

.product-top img {
  width: 90%;
  cursor: pointer;
  border: 3px solid orange;
  border-radius: 7px;
  transition: 1s;
  background-attachment: fixed;
}
.product-top img:hover {
  transform: scale(0.8);
}



.col-md-3 {
  padding-bottom: 30px;
}

.icon-btn .btn {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 20px;
  background-color: grey;
}

.icon-btn .btn:hover {
  background-color: orange !important;
  border: none !important;
}

.product-bottom ion-icon {
  color: orange;
  font-weight: bolder;
  font-size: 18px;
  margin-top: 13px;
}

.product-bottom h5 {
  font-size: 15px;
  font-weight: 900;
}

.title-box-span {
  display: flex;
  justify-content: space-between;
}

.launch-time {
  display: flex;
  justify-content: end;
}

.launch-time div {
  /* flex-basis: 100px; */
  margin-right: 18px;
}

.launch-time div p {
  font-size: 10px;
  margin-bottom: 2px;
  font-weight: 600;
  background-color: white;
  text-align: center;
  border-radius: 20px;
}

.launch-time div span {
  font-size: 10px;
  color: white;
  font-weight: 800;
}

.flash h6 {
  text-decoration: line-through;
  color: red;
}

.clearfix {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  background-color: rgba(92, 92, 92, 0.589);
  padding: 90px;
}

.clearfix p {
  font-weight: 500;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  word-spacing: 8px;
  font-size: 16px;
}

.clearfix span {
  font-weight: 750;
}

.clearfix h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}

.clearfix h4 {
  margin-bottom: 20px !important;
  color: black;
}

.clearfix h5 {
  font-size: 19px;
  color: white;
  font-weight: bold;
  letter-spacing: 10px;
  padding-top: 10px;
}
.clearfix img {
  border-radius: none !important;
}



@media only screen and (min-width: 319px) and (max-width: 431px) {
  .clearfix img {
    border-radius: 0 !important;
   width: 100% !important;
  }
  .clearfix img:hover {
    border-radius: 10px !important;
  }
  .clearfix {
    padding: 15px !important;
  }
}



/* READ MORE */

#ch {
  display: none;
}
#ch:checked ~ .content1 {
  display: block;
}
#ch:checked ~ label {
  display: none;
}
#ch1 {
  display: none;
}
#ch1:checked ~ .content1 {
  display: block;
}
#ch1:checked ~ label {
  display: none;
}
.card1 label {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  background-color: rgba(72, 47, 23);
  padding: 3px 13px;
  border-radius: 3px;
}
.content1 {
  display: none;
}

/* READ MORE */



.website-features {
  margin: 60px 0;
}

.website-features .fa {
  font-size: 60px;
  color: rgb(114, 77, 10);
}

.feature-text {
  margin-top: 10px;
  float: right;
  width: 100%;
  padding-left: 20px;
  text-transform: uppercase;
}

.feature-box {
  padding-top: 20px;
}

.div p {
  color: black;
  font-size: 12px;
}

.div a {
  color: orange;
  text-decoration: none;
  font-weight: 700;
}

.footer {
  margin-top: 50px;
  background: #000;
  color: #fff;
}

.footer h1 {
  font-size: 15px;
  margin: 25px 0;
}

.footer p a {
  cursor: pointer;
  text-decoration: none;
  color: white;
  font-size: 15px;
}

.copyright {
  margin-bottom: -80px;
  text-align: center;
  font-size: 15px;
  padding-bottom: 20px;
}

.copyright ion-icon {
  color: red;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer hr {
  margin-top: 10px;
  background-color: #ccc;
}

.footer-image img {
  width: 150px;
  height: 220px;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.footer-image h1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.footer .row a ion-icon {
  padding-right: 20px;
  font-size: 16px;
  color: white;
}

/* -------------- single product ------------------ */
.carousel-item img {
  border: 4px solid orange !important;
  border-bottom-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}

.single-product {
  margin-top: 70px;
}

.new-arrival {
  background: orange;
  width: 70px;
  color: white;
  font-weight: bold;
  margin-top: 20px;
  padding: 3px 17px;
}

.col-md-7 h3 {
  color: #555;
}

.single-product ion-icon {
  color: orange;
}

.single-product .price {
  color: orange;
  font-size: 26px;
  font-weight: bold;
  padding-top: 20px;
}

.single-product .price-flash {
  color: red;
  text-decoration: line-through;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.single-product .price-span {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.title-box-span {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.flash-time {
  display: flex;
  justify-content: end;
}

.flash-time div {
  /* flex-basis: 100px; */
  margin-right: 18px;
}

.flash-time div p {
  font-size: 10px;
  margin-bottom: 2px;
  font-weight: 600;
  background-color: white;
  text-align: center;
  border-radius: 20px;
}

.flash-time div span {
  font-size: 10px;
  color: white;
  font-weight: 800;
}

.single-product input {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: bold;
  height: 33px;
  text-align: center;
  width: 30px;
}

.single-product button {
  background: orange !important;
  color: #fff;
  font-size: 15px;
  margin-left: 20px;
  border: none;
  box-shadow: none !important;
}

.product-description h6 {
  padding-top: 28px;
  padding-bottom: 5px;
  font-size: 20px;
  width: 200px;
  color: rgb(0, 0, 0);
}

.product-description p {
  color: white;
  font-size: 15px;
}

.newsletter {
  /* display: flex; */
  /* justify-content: center; */
  padding-bottom: 40px;
}

.newsletter h3 {
  color: rgb(112, 75, 43);
  font-family: 'Times New Roman', Times, serif;
}

.newsletter div input {
  width: 50%;
  background-color: white;
  background: transparent;
  padding: 10px 8px;
  border: 3px solid white;
  border-radius: 10px;
  color: white;
}

.newsletter div button {
  padding: 10px 8px;
  color: black !important;
  border: 5px solid white;
  font-weight: 800;
  border-radius: 10px;
}
.newsletter div button:focus {
box-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}
.newsletter div input:focus {
  box-shadow: 9px solid white;
  outline: none !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9) !important;
}

@media screen and (min-width: 320px) {
  .clearfix img {
    margin-top: 30px;
    width: 278px;
    border-radius: 100%;
    height: 270px;
  }

  .navbar-collapse {
    margin-left: 15px;
    margin-top: 10px;
  }

  .container-fluid h1 {
    font-size: 25px;
    font-weight: 700;
    cursor: not-allowed;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 30px;
    letter-spacing: 4px;
  }
}
