@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto", sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
}
#root {
  position: relative;
  height: 100vh;
}
.top_header {
  background-color: #e5c1b1;
  padding: 8px 0px;
}
.top_header .top_content p,
.top_header .top_right_content p {
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  text-transform: uppercase;
}
.top_right_content p span i {
  font-size: 16px;
}
.search_box {
  position: relative;
}
.search_box input {
  border-radius: 15px;
  width: 75%;
  margin: 0 auto;
}
.search_box button {
  position: absolute;
  top: 1px;
  right: 53px;
  width: 85px;
  background: #e5c1b1;
  border: 1px solid #e5c1b1;
  border-radius: 15px;
  padding: 2px;
}
.top_menu nav {
  justify-content: flex-end;
}
.logo_area h2 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 2px;
}
.top_menu nav ul li a,
.main_menu nav ul li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.top_menu nav ul li,
.child_menu nav ul li {
  margin-left: 15px;
}
.top_menu nav ul li a span i {
  margin-left: 4px;
}
.main_menu .menu_category {
  background-color: #e6c1b4;
}
.child_menu {
  background-color: #faf3f2;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: #000000 !important;
}
.ecom_title h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.ecom_title p {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.ecom_title {
  margin: 45px 0px 24px 0px !important;
}
.category_content .swiper .swiper-wrapper {
  height: 500px !important;
}
.category_content .swiper .swiper-wrapper a h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.category_content .swiper .swiper-wrapper a {
  text-decoration: none;
  color: #000000;
}
.category_content .swiper .swiper-wrapper a .product_image {
  overflow: hidden;
  height: 372px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_content .swiper .swiper-wrapper a:hover .product_image img {
  transform: scale(1.2);
  transition: all 0.5s linear;
}
.category_content .swiper .swiper-wrapper a .product_image img {
  transition: all 0.5s linear;
  width: 50%;
}
.category_content .swiper-button-prev,
.category_content .swiper-button-next {
  position: absolute;
  top: -40px;
  color: #000000;
}
.category_content .swiper-button-prev.prev-button {
  left: 95%;
}
.category_content .swiper-button-prev:after,
.category_content .swiper-button-next:after {
  font-size: 15px;
  font-weight: 500;
}
.category_content,
.swiper_container,
.card_container {
  position: relative;
}
.copyright p {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}
.copyright {
  background-color: #e5c1b1;
  padding: 10px 0px;
}
.card_container .card_image img {
  width: 40%;
}
.card_container .card_image {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  position: relative;
}
.card_container .card_image .overlay {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  flex-direction: column;
  transition: all 0.5s linear;
}
.card_container .card_image .overlay button {
  width: 25px;
  text-align: center;
  background-color: #ffffff;
  height: 25px;
  border-radius: 50%;
  border: transparent;
}
.card_container .card_image .overlay a:first-child {
  margin-bottom: 10px;
}
.card_container .card_image .overlay a i {
  color: #000000;
}
.bSelling .col-lg-3:nth-child(3n) .card_container .card_image img {
  width: 35%;
}
.card_container a {
  text-decoration: none;
}
.card_container a:hover .card_image .overlay {
  display: flex;
  transition: all 0.5s linear;
}
.product_category h4 {
  color: #cdcdcd;
}
.product_rating p span i {
  color: #e4ba84;
}
.card_container .product_desc {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.card_container .product_desc p {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.qty input {
  width: 40px;
  height: inherit;
  text-align: center;
  border: 2px solid #000;
}
.addCart .qty input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}
.addCart .qty input[type="number"]:focus-visible {
  outline: none;
}
.add_cart button {
  width: 165px;
  height: 36px;
  border-radius: 4px;
  background-color: #000000;
}
.cart_list table tr th {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #000000;
  color: #ffffff;
}
.cart_list table tr th:first-child {
  width: 400px;
}
.checkout .checkout_title h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0px;
}
.checkout {
  background-color: #faf3f2;
}
.checkout .checkout_title {
  padding: 15px 0px 15px 30px;
  border-bottom: 1px solid #e9e9e9;
}
.checkout .row .col-lg-8 .checkout_label {
  padding: 10px 0px 5px 30px;
}
.checkout_label label {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.checkout .row .col-lg-8:nth-child(3) .checkout_label {
  padding: 0px 0px 0px 30px;
}
.checkout .row .col-lg-4 .checkout_value p,
.grand_total h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
.grand_total {
  padding: 15px 0px 15px 30px;
}
.g_toal_wrapper {
  border-top: 1px solid #e9e9e9;
}
.grand_total h3 {
  font-size: 18px;
}
.checkout_btn button {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  background-color: #4f954f;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 30px;
}
.top_menu nav ul li:nth-child(3n) a {
  position: relative;
}
.top_menu nav ul li:nth-child(3n) a .mybadge {
  position: absolute;
  top: -3px;
  left: 13px;
  width: 18px;
  height: 15px;
  background-color: #cb3522;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.result_list {
  position: absolute;
  height: 250px;
  width: 60%;

  overflow: hidden;
  left: 18%;
}
.result_list ul {
  padding: 0px;
  margin: 0px;
  position: absolute;
  z-index: 2;
}
.result_list ul li {
  line-height: 24px;
  background-color: #faf3f2;
  margin-bottom: 2px;
  list-style-type: none;
  padding: 5px 10px;
}
.result_list ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
#searchIcon {
  position: absolute;
  right: 65px;
  top: 1px;
  color: #000000;
}
.search_box input::placeholder {
  font-size: 15px;
  text-transform: capitalize;
}

.loader {
  width: 50px !important;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid lightblue;
  border-right-color: #e5c1b1;
  animation: l2 1s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
}
@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
.loggin_section {
  position: relative;
  height: 100vh;
  background-color: #feeeca;
}
.login_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}
.user_input input::placeholder,
.pass_input input::placeholder {
  text-transform: capitalize;
}
.pop_up {
  position: absolute;
  width: 50%;
  top: 30%;
  background-color: #4f954f;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.pop_up p {
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
}
.pop_up button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
  color: #ffffff;
  background-color: transparent;
  border: none;
}
.P_title h5{
  font-size: 14px;
  font-weight: 400;
}