@import url(./variables.css);

/* Edited By Manisha */

/* Header */

.header {
  background: var(--light-alt);
}

.header .top-nav {
  padding: 20px 0;
}

.header .top-nav {
  background: var(--light);
}

.header .top-nav .navbar-brand img {
  width: 250px !important;
}

.header .top-nav .search-bar-nav {
  gap: 20px;
}

.header .top-nav .search-bar-nav .dropdown .dropdown-menu {
  padding: 0;
  border: 0;
  box-shadow: 0 0 10px #b8b8b854;
  overflow: hidden;
  border-radius: 0;
}

.header .top-nav .search-bar-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  color: var(--dark-alt);
}

.header .top-nav .search-bar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--primary);
  background: var(--light-alt);
}

.header .top-nav .search-bar-nav input {
  box-shadow: none;
  border-radius: 0;
  border-right-color: var(--primary);
}

.header .top-nav .search-bar-nav input:focus {
  border-color: var(--primary);
}

.header .top-nav .search-bar-nav .input-group button {
  border: 1px solid var(--primary);
  background: var(--primary);
  color: var(--light);
  padding: 0 12px;
}

.header .top-nav .search-bar-nav .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: var(--dark-alt);
  font-size: 25px;
  text-align: center;
  position: relative;
}

.header .top-nav .search-bar-nav .icon .cart-num {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--light);
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.header .main-nav {
  background: var(--light);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  /* position: sticky;
  top: 0;
  z-index: 10; */
}

.header .main-nav .bar-toggle {
  background: var(--primary);
  border: 0 !important;
  color: var(--light);
  border-radius: 0;
  outline: 0;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -150px;
  right: 20px;
  z-index: 5;
}

.header .main-nav .close-toggle {
  background: var(--primary);
  border: 0 !important;
  color: var(--light);
  border-radius: 0;
  outline: 0;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  z-index: 10;
  left: -50px;
  display: none;
}

.header .navbar .container {
  position: relative;
}

.header .navbar .navbar-nav .drop-category {
  position: absolute;
  left: 0;
  width: 250px;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

.header .navbar .navbar-nav .drop-category .dropdown-menu {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.header .navbar-nav .drop-category .dropdown-menu .dropdown-item {
  padding: 15px 20px;
  text-transform: capitalize;
}

.header .navbar-nav .drop-category .dropdown-menu .dropdown-item:hover {
  color: var(--primary);
  background: var(--light-alt);
}

.header .navbar .navbar-nav .drop-category:hover .dropdown-menu {
  display: block;
  top: 102%;
}

.header .navbar .navbar-nav .drop-category .nav-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header .navbar .navbar-nav {
  margin-left: 280px;
}

.header .navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}

.header .navbar .navbar-nav .nav-link {
  color: var(--dark-alt);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 18px 15px;
}

.header .navbar .navbar-nav .nav-link.active,
.header .navbar .navbar-nav .nav-link.active:hover {
  color: var(--primary);
}

.header .navbar .navbar-nav .nav-link:hover {
  color: var(--secondary);
}

/* .header .bottom-nav .search-bar-nav {
  background: var(--primary);
  padding: 10px 20px;
} */

/* Hero Section */
/* .hero {
  position: relative;
  min-height: 500px;
  height: 95vh;
}
.hero .carousel,
.hero .carousel .carousel-inner,
.hero .carousel .carousel-inner .carousel-item {
  min-height: 500px;
  height: 95vh;
} */

.hero .carousel .carousel-item .image {
  height: 100%;
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}
.image img{
  width: 100%;
  /* height: 500px!important; */
}

.hero .carousel .carousel-control-prev {
  height: 50px;
  width: 50px;
  line-height: 50px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 1;
  color: var(--light);
  background: #0000004b;
  transition: 0.5s all ease;
}

.hero .carousel .carousel-control-next {
  height: 50px;
  width: 50px;
  line-height: 50px;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--light);
  opacity: 1;
  background: #0000004b;
  transition: 0.5s all ease;
}

.hero .carousel .carousel-control-next:hover {
  background: var(--primary);
}
.hero .carousel .carousel-control-prev:hover {
  background: var(--primary);
}

/* .hero .carousel .carousel-item .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000052;
} */

.hero .carousel .carousel-item .image img {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
  object-position: center;
  transition: 0.5s all ease;
}

/* .hero .carousel .carousel-item:hover .image img {
  transform: scale(1.07);
} */

.hero .carousel .carousel-item .text {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  z-index: 4;
  max-width: 450px;
}

.hero .carousel .carousel-item .text h5 {
  color: var(--light);
  font-size: 18px;
  margin-bottom: 15px;
}

.hero .carousel .carousel-item .text .heading {
  font-size: 30px;
  margin-bottom: 15px;
}

/* Edited By Manisha */

.user-icon-box {
  width: 35px;
  height: 35px;
  /* background-color: rgb(214, 214, 214); */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid gray;
  /* margin: auto; */
}
.user-icon {
  color: black;
}
.btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid gray;
  color: rgb(100, 100, 100);
  font-size: 24px;
  border-radius: 50px;
}
.badge-cus {
  position: relative;
  top: -15px;
  left: -7px;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #646464;
  border-radius: 50px;
  /* position: absolute;
    right:0 ; */
  /* top: 0; */
}

.search-box {
  border: 1px solid rgb(122, 122, 122);
  border-radius: 20px;
  overflow: hidden;
}

/* slider */

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  /* border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; */
  opacity: 0.5;
  transition: opacity 0.6s ease;
  /* padding:2px; */
}
.carousel-item {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 32, 32, 0.422);
}
.circle-slide {
  border-radius: 50px !important;
}

.circle-slide.active {
  background-color: rgb(255, 255, 255);
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  /* opacity: 0!important; */
  transition: opacity.15s ease;
}

/* .carousel-item :hover.carousel-control-next,.carousel-control-prev {
    opacity:1!important;
} */

/* product-heading */
/* .heading {
  color: #a9a4a4;
  text-align: center;
} */
.title-box span:nth-child(2) {
  color: #e95024;
}
.title-box {
  text-align: center;
}
.price_box {
  text-align: center;
}

.old_price {
  color: #999;
  text-decoration: line-through;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.new_price {
  color: #7a7a7a;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.product-card {
  box-shadow: 0px 0px 15px 0px #0000003d;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
}
.product-img {
  position: relative;
  top: 0;
  width: 100%;
  height: 260px;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
}
.product-card:hover .product-img img {
  transform: scale(0.9);
}
.product-img img {
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  /* background-size: cover; */
  transition: all 0.4s;
  /* object-fit:contain; */
}
.more-btn {
  padding: 3px 10px;
  background-color: #e95024;
  color: #fff !important;
  border-radius: 20px;
  font-size: 12px;
}
.product-btnbox {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.product-card:hover .product-btnbox {
  opacity: 1;
}
/* .heading {
  position: relative;
  margin: 30px 0px;
} */

/* 
footer */

ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta {
  display: flex;
  margin-bottom: 10px;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  font-family: var(--serif);
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-text {
  display: flex;
  /* align-items: center; */
}
.footer-text i {
  font-size: 16px;
  color: #fff;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: var(--serif);
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.instagram-bg {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  font-family: var(--serif);
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/* cart */

.cart-img {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;

  /* border: 1px solid gainsboro; */
  padding: 10px;
}
.cart-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* border-radius: 10px; */
}
.delete-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.delete-icon i {
  background-color: #e95024;
  /* box-shadow: 0px 0px 15px 0px #0000003d; */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #ffff;
}

.cart-card {
  /* box-shadow: 0px 0px 15px 0px #0000003d; */
  margin-bottom: 10px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--border-color);
}

/* Edited Manisha */

.quantity {
  display: flex;
  align-items: center;
  padding: 0;
}

.quantity__minus,
.quantity__plus {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--primary);
  color: var(--light);
  text-decoration: none;
  text-align: center;
  transition: 0.5s all ease;
  border-radius: 0;
}
.quantity__minus:hover,
.quantity__plus:hover {
  background: var(--secondary);
  color: #fff;
}

.quantity__input {
  width: 35px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: none;
  border-right: none;
  background: var(--light);
  color: var(--dark-alt);
}
.quantity__input:focus {
  outline: none;
}
.quantity__minus:link,
.quantity__plus:link {
  color: var(--light);
}
.quantity__minus:visited,
.quantity__plus:visited {
  color: #fff;
}

/* Edited Manisha */
.cart-box {
  border: 1px solid rgb(209, 209, 209);
  padding: 10px;
}

.card-main-box {
  width: 100%;
  max-height: 370px;
  overflow: scroll;
  overflow-x: hidden;
  /* border:1px solid red */
}
.cart-title-box p {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.cart-price-box p {
  font-size: 14px;
}
.cart-price-box p:nth-child(2) {
  color: green;
}
.paybtn {
  padding: 5px 10px;
  background-color: #f08566;
  color: #fff !important;
  border-radius: 0px;
}

@media screen and (max-width: 600px) {
  .product-img {
    position: relative;
    top: 0;
    width: 100%;
    height: 200px;
    text-align: center;
  }
}

/* product page */
.productd-details h2 {
  font-size: 24px;
  color: #666262;
}
.product-imgd {
  position: relative;
  top: 0;
  width: 100%;
  height: 400px;
  border: 1px solid rgb(225, 225, 225);
  padding: 10px 0px;
  border-radius: 10px;
}
.product-imgd img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-imgd {
  margin-bottom: 15px;
}
.productd-details span:nth-child(1) {
  text-decoration: line-through;
}
.productd-price span:nth-child(2) {
  color: red;
}
.productd-price span:nth-child(3) {
  color: red;
  border: 1px solid red;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 5px;
}
.includtxt {
  font-size: 12px;
  margin: 20px 0px;
  line-height: 29px;
  border-bottom: 1px solid var(--border-color);
}
.cartaddbtn {
  padding: 4px 20px;
  background-color: #e95024;
  color: #dfff;
}

.cartaddbtn:hover {
  padding: 4px 20px;
  background-color: #e95024;
  color: #dfff;
}
.outlinebtn {
  padding: 4px 20px;
  border: 1px solid #e95024;
  color: #e95024;
}
.outlinebtn-heart {
  padding: 3px 8px;
  /* padding:5px 8px; */
  border: 1px solid #e95024;
  color: #e95024;
}
.paymentmethot-box {
  /* display: flex;
    align-items: center; */
  margin: 20px 0px;
}
.paymentmethot-box p {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.paymentmethot-box i {
  font-size: 9px;
  margin: 0px 5px;
  /* display: flex;
    align-items: center;  */
}
/* prdocut-end */

/* product-cart */

.product-titlebox p {
  margin-bottom: 0;
  color: #000000;
}
.clr {
  color: green;
}
.prductcart-img {
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
}
.prductcart-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.deletebtn-cart {
  color: rgb(220, 62, 62);
}
.deletebtn-cart:focus {
  box-shadow: none;
}
.cus-select {
  padding: 3px 10px;
  /* background-color: rgb(238, 238, 238); */
  outline: none;
  border-color: gainsboro;
}

.table {
  white-space: nowrap;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit !important;
  color: #8a8a8a;
  font-weight: 500;
}
.price-card {
  box-shadow: 0px 0px 15px 0px #0000003d;
}

/* Code By Manisha */

.products {
  background: var(--light-alt);
}

/* .products h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
} */

.products .main-card .card {
  background: var(--light);
  border: 0;
  border-right: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  border-radius: 0;
  padding: 15px;
}

.products .main-card .card .image {
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products .main-card .card .image img {
  width: 200px;
  transition: 0.5s all ease;
}

.products .main-card .card:hover .image img {
  transform: scale(1.1);
}

.products .main-card .card .text h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 14px;
  color: var(--dark-alt);
  transition: 0.3s all ease;
}

.products .main-card .card .text h4:hover {
  color: var(--primary);
}

.products .main-card .card .text h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--dark-alt);
}

.products .main-card .card .text h6 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--primary);
}

/* Vision Page */

.vision .main-card .text {
  padding: 25px;
}

.vision .main-card .card {
  border: 0;
  padding: 30px 25px 40px 25px;
  border-right: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  border-radius: 0;
  background: none;
}

.vision .main-card .card h4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--dark);
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: var(--serif);
  border-left: 3px solid var(--primary);
}

.vision .main-card .card ul li p {
  display: flex;
}

.vision .main-card .card ul li p i {
  margin-top: 7px;
  margin-right: 7px;
  font-size: 14px;
}

/* Contact Page */

.contact .card .image {
  width: 300px;
  margin-bottom: 40px;
}

.contact .card .image img {
  width: 120px;
}

.contact .card h5 {
  font-size: 16px;
  color: var(--dark-alt);
  margin-bottom: 15px;
}

.contact .card h5 span {
  display: inline-block;
  width: 150px;
}

.contact .contact-info {
  padding: 40px 0;
}

.contact .contact-info i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--primary);
  color: var(--light);
  font-size: 20px;
  text-align: center;
}

.contact .contact-info .text {
  padding: 0;
}

.contact .contact-info h4 {
  font-size: 22px;
  font-family: var(--serif);
  font-weight: 600;
  margin-bottom: 10px;
}

/* Cart Page */
.cart .table tr th,
.cart .table tr td {
  padding: 20px;
}

.cart .table thead tr th {
  color: var(--dark-alt) !important;
  font-weight: 600 !important;
}

.cart .price-card {
  padding: 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Product Details */
.product-detail .card {
  border: 0;
  padding: 30px;
  border-radius: 0;
}

.product-detail .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail .image img {
  width: 250px;
}

.product-detail .productd-details h2 {
  font-size: 28px;
  color: var(--dark-alt);
  margin-bottom: 15px;
  font-weight: 500;
}

.product-detail .detail-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.product-detail .detail-buttons .icons {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: var(--light);
  background: var(--primary);
  border: 0;
  outline: 0;
}

/* Video */
.video .card {
  border: 0;
  background: var(--light);
  padding: 30px;
  border-radius: 0;
}

.video .card .youtube-videos {
  height: 300px;
}

.video .card .youtube-videos iframe {
  height: 100%;
  width: 100%;
  border: 3px solid var(--primary);
}

/* Login Page */
.login-page .card {
  border: 0;
  border-radius: 0;
  padding: 25px 30px;
}

.form .form-control,
.form .form-select {
  border-radius: 0;
  border-color: var(--border-color);
}

.form .form-control:focus,
.form .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px #ffbda94a;
}

.form label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.form label span {
  color: var(--primary);
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-check-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px #ffbda94a;
}

/* Register */
.register-page .logo {
  width: 250px;
  margin: auto;
  margin-bottom: 25px;
}

.register-page .reg-heading {
  font-size: 26px;
  color: var(--dark);
  font-weight: bold;
  margin-bottom: 25px;
  font-family: var(--serif);
  border-left: 5px solid var(--primary);
  padding-left: 15px;
}

.register-page .accordion {
  border-radius: 0;
}

.register-page .accordion .accordion-header {
  border-radius: 0;
}

.register-page .accordion-item {
  border-radius: 0;
  border: 0;
  background: #fff6f3;
}

.register-page .accordion-button {
  border-radius: 0 !important;
  background: var(--dark);
  color: var(--light);
  box-shadow: none;
}

.register-page .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

.register-page .accordion-button::after {
  filter: invert(1);
}

.register-page .accordion-item .accordion-body p {
  margin-bottom: 15px;
}

.register-page .accordion-item .accordion-body p span {
  font-weight: bold;
}

.register-page .accordion-item .accordion-body ul li p span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--dark-alt);
  border-radius: 50%;
  margin-right: 7px;
  margin-top: 4px;
}

/* Legal */
.legal .image {
  border: 2px solid var(--border-color);
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .header .navbar .navbar-nav {
    margin-left: 0;
  }

  .header .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    right: -300px;
    width: 250px;
    text-align: center;
    background: var(--light);
    height: 100vh;
    z-index: 10;
    transition: 0.5s all ease;
  }

  .header .main-nav .close-toggle {
    display: block;
  }

  .header .navbar .navbar-collapse.show {
    right: 0;
    top: 0;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(2) {
    margin-top: 150px;
  }

  .header .navbar .navbar-nav .drop-category {
    border: 0;
    position: absolute;
    left: 0;
    width: 250px;
    height: 120px;
    background: var(--dark);
  }

  .header .navbar .navbar-nav .drop-category .nav-link {
    color: var(--light);
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header .navbar .navbar-nav .drop-category:hover .dropdown-menu {
    margin-top: 120px;
  }

  .header .top-nav .navbar-brand {
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .header .main-nav .bar-toggle {
    right: 15px;
  }

  .header .top-nav .search-bar-nav {
    gap: 5px;
  }

  .hero .carousel .carousel-item .text {
    width: 100%;
    padding: 20px;
    left: 0;
  }

  .hero {
    position: relative;
    min-height: 500px;
    height: 70vh;
  }

  .hero .carousel,
  .hero .carousel .carousel-inner,
  .hero .carousel .carousel-inner .carousel-item {
    height: 70vh;
  }

  .products .main-card .card {
    border-right: 0;
  }
}
/* Code By Manisha */


.cus-iconui i{
 font-size:20px;
}
.search-btn{
  background-color: orangered;
  color: #fff;
}

.search-btn:hover{
  background-color: rgba(255, 68, 0, 0.836)!important;
  color: #fff!important;
}
.search-btn:focus{
  background-color: rgba(255, 68, 0, 0.836);
  color: #fff;
}