.banner img {
  width: 100%;
}

/* ---------------------------about------------------------ */
.vision-box {
  box-shadow: 1px 1px 12px 1px #cccccc;
  background-color: #ec7a16;
  color: white;
  padding: 30px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

/* ---------------------------about------------------------ */


/* ---------------------------login-form------------------------ */

.sign-box {
  background-color: white;
  box-shadow: 1px 1px 12px 1px #c9c9c9;
  padding: 30px;
}

.no-width {
  width: 5% !important;
}

.login-form input {
  width: 80%;
  padding: 8px 12px;
  border: 1px solid #bebebe;
  border-radius: 6px;
  margin-bottom: 20px;
}

.sign-btn {
  background-color: #1586d6;
  color: white;
  border: 1px solid #107cc9;
  padding: 7px 12px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.checkbox-text {
  font-size: 14px;
}

/* ---------------------------login-form------------------------ */

/* -------------------------product----------------------- */
.side-bar {
  box-shadow: 1px 1px 12px 1px #d6d6d6;
  border-radius: 6px;
  padding: 10px;
}

.side-bar ul {
  padding-left: 6px;
}

.side-bar a li {
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid #bbbbbb !important;
}

.side-bar li:last-child {
  border-bottom: none;
}

/* ----------------------------------------------------- */

/* -------------------------product----------------------- */

/* ----------------------product detail----------------------- */
.slideshow-items {
  width: 400px;
}

.slideshow-thumbnails {
  width: 100px;
}

#slideshow-items-container {
  display: inline-block;
  position: relative;
}

#lens {
  background-color: rgba(233, 233, 233, 0.4)
}

#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}

/*--------------img lens--------------------*/

.high-points {
  margin: 15px 0px;
}

.high-points ul li {
  font-size: 14px;
  color: #616161;
}

.info-mod {
  margin-top: 25px;
  margin-bottom: 25px;
}

.que {
  width: 30%;
  font-size: 14px;
  color: grey;
}

.ans {
  width: 80%;
  font-size: 14px;
  color: grey;
}

.pro-info {
  /* border-bottom: 1px solid #cecece; */
}

.pro-info p {
  margin-bottom: 6px;
  margin-top: 6px;
}

.points-info li {
  font-size: 15px;
}

.add-btn {
  background-color: #e75500;
  color: white;
  border: 1px solid #df5200;
  padding: 10px 15px;
  border-radius: 6px;
  margin-right: 20px;
}

.buy-btn {
  background-color: #1586d6;
  color: white;
  border: 1px solid #107cc9;
  padding: 7px 12px;
  border-radius: 6px;
}

/* ----------------------product detail----------------------- */


/* ------------------------contact--------------------- */

.title-contact {
  color: #c28b15;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.info img {
  /* background-color:#ec7a16;
  border-radius: 50%;
  padding: 16px;*/
  margin-right: 10px;
  width: 45px;
  height: 45%;
}

.info {
  margin-bottom: 30px;
}

/* ------------------------contact--------------------- */

/* -------------cart---------------- */

.step-indicator-responsive li {
  display: table-cell;
  float: none;
  width: 1%;
  padding: 0;
}

.step-indicator .active .step {
  background-color: #e11f27;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.step-indicator .active .caption {
  color: #181617;
}

.step-indicator .step {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
  font-size: 16px;
  color: #888888;
  background-color: #ccc;
  font-weight: 700;
}

.step-indicator-responsive .caption {
  padding-top: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #888888;
}

.step-indicator-responsive li::before {
  position: relative;
  top: 14px;
  z-index: -1;
  display: block;
  height: 1px;
  content: "";
  background-color: #ccc;
}

.step-indicator {
  z-index: 100;
  width: 100%;
}

.step-indicator-responsive li:first-child::before {
  left: 50%;
}

.step-indicator-responsive li:last-child::before {
  right: 50%;
}

@media (max-width: 575.98px) {
  .no-bg-xs {
    background-image: none !important;
  }

  .step-indicator-responsive .caption {
    font-size: 13px;
  }

  .card-describe {
    padding: 15px;
  }
}

/* -------------cart---------------- */


/* -------------view cart---------------- */
.mt190 {
  margin-top: 20px;
}

.pay-box {
  box-shadow: 1px 1px 12px 1px #dadada;
  border-radius: 8px;
  padding: 0;
}

.info-pay {
  padding: 20px;
}

.gr {
  color: grey;
  font-size: 13px;
  margin-bottom: 4px;
}

.sell {
  margin-bottom: 0 !important;
}

span.old_price {
  text-decoration: line-through;
  color: red;
}

.WMMwb0 {
  display: block;
  text-transform: uppercase;
  padding: 10px 24px;
  font-weight: 500;
  background-color: #2c7c89;
  color: #ffffff;
  min-height: 47px;
  border-radius: 8px 8px 0 0;
}

.days span {
  font-size: 25px;
}

.days {
  padding: 10px 20px;
}

.ShoppingCart_title {
  background-color: #2c7c89;
  color: white;
  margin-bottom: 20px;
  font-family: sans-serif;
  padding: 8px 15px;
  font-size: 22px;
  font-weight: 600;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

._3j-e05 {
  padding: 0 24px;
}

.HRZecL {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._6HMXbu {
  color: #388e3c;
}

.b5rp0W.WGN099 {
  margin-right: 5px;
}

.b5rp0W.qbuikV {
  color: #717478;
  text-decoration: line-through;
}

.uJ4ZKF {
  border-top: 1px dashed #e0e0e0;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 0px;
}

.PWd9A7 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin: 20px 0; */
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.IbVNxe,
.s0Of4y {
  border-radius: 2px;
}

.IbVNxe {
  border-top: 1px dashed #e0e0e0;
  padding: 12px 0;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #388e3c;
  font-weight: 500;
}

.XNAVU4 {
  font-size: 13px;
  text-align: left;
  display: inline-block;
  color: #878787;
  padding: 5px 0 5px 35px;
  background-size: 25px 31px;
  font-weight: 500;
  padding-left: 20px;
}

/* ----quantity---- */
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

a,
a:hover {
  text-decoration: none;
}

/*--------------------------*/
.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d15f1c;
  max-width: 80px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  background: #d15f1c;
  color: white;
  border: 1px solid #e79f6c;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}

.qty-container .qty-btn-plus {
  margin-left: -1px;
}

.qty-container .qty-btn-minus {
  margin-right: -1px;
}

.later h6 {
  background: #d15f1c;
  color: white;
  border: 1px solid #e79f6c;
  border-radius: 4px;
  padding: 10px 13px;
  font-size: 14px;
  margin-top: 10px;
}

/*---------------------------*/
.btn-cornered,
.input-cornered {
  border-radius: 4px;
}

.btn-rounded {
  border-radius: 50%;
}

.input-rounded {
  border-radius: 50px;
}

.qunt {
  margin: 5px 0px;
  align-items: center;
}

.later {
  margin-left: 20px;
}

.later a {
  color: #3b3b3b;
}

.place-btn {
  background-color: #1a575a;
  color: white;
  border-radius: 6px;
  border: none;
  padding: 8px 12px;
}

.right-order {
  background-color: #e9f5ff;
  text-align: end;
  margin: 10px;
  padding: 20px 10px;
}

/* ----quantity---- */
/* -------------view cart---------------- */

.abt-top-last {
  margin: 35px 0px;
}

/* ----------------about-------------------- */


/* ------------------contact------------------ */
.con-box {
  border-left: 1px solid purple;
  padding-left: 30px;
}

.contact-detail {
  box-shadow: 1px 1px 12px 1px #dadada;
  border-radius: 6px;
  padding: 30px;
}

.contact-info ul li {
  list-style: none;
  margin-bottom: 10px;
}

.contact-info ul {
  padding-left: 0;
}

/* --------------- sign ------------------- */
.sign-lr {
  padding: 3% 15%;
}

.form-title {
  color: #1caed1;
  margin-bottom: 20px;
}

.form-m {
  margin-bottom: 20px;
}

.sign-box {
  background-color: white;
  box-shadow: 1px 1px 12px 1px #d4d4d4;
  border-radius: 8px;
  padding: 20px;
}

.sign-form label {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.sn h6 {
  text-align: center;
  color: #1caed1;
  font-size: 17px;
  padding: 8px;
}

.sign-form img {
  margin-right: 4px;
}

.sign-form input {
  width: 90%;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  padding: 8px 10px;
  margin-bottom: 10px;
}

.left-space {
  padding-left: 10px;
}

.sign-form select {
  width: 90%;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  padding: 8px 10px;
  font-size: 15px;
  margin-bottom: 10px;
}

.sign-form textarea {
  width: 90%;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  padding: 8px 10px;
  font-size: 15px;
  margin-bottom: 10px;
}

.sign-btn {
  margin-top: 8px;
  background-color: #a72a2a;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 8px;
}

.sign-form p {
  font-size: 15px;
  margin: 10px 0px;
}

.sign-form a {
  text-decoration: underline;
}

::placeholder {
  font-size: 14px;
}

.cu-bs {
  justify-content: space-evenly;
  margin-bottom: 10px;
}

.cu-bs label {
  font-size: 18px;
  font-weight: 500;
}

.cu-top {
  padding-top: 3px;
}

/* --------------- sign ------------------- */

/* ------------------contact------------------ */





/* -------------profile---------------- */
.leftside-my-account {
  background: #ffffff;
  box-shadow: 1px 1px 12px 1px #cecece;
  border-radius: 4px;
  padding: 20px;
}

.userprofileleft {
  text-align: center;
  padding: 20px;
  color: #000;
  position: relative;
  border-bottom: 1px solid rgba(245, 245, 245, 1);
}

.pf-image {
  width: 80px;
  height: 80px;
  margin: auto;
  border: 1px solid rgba(116, 116, 116, 1);
  padding: 4%;
  font-size: 46px;
  text-transform: capitalize;
  border-radius: 50%;
  text-align: center;
  background: rgba(229, 229, 229, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.myacctab {
  padding-left: 3px;
}

.myacctab li {
  list-style: none;
}

.edit-profile {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.profileinfo h2 {
  margin: 10px 0 8px;
  font-size: 18px;
  color: rgba(72, 72, 72, 1);
  text-transform: capitalize;
  font-weight: 600;
}

.profileinfo .info-dash {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  flex-wrap: wrap;
  padding: 0px 15px;
}

.profileinfo .info-dash p {
  margin: 0;
  color: rgba(90, 90, 90, 1);
  font-size: 14px;
}

span.seprator {
  border-left: 1px solid;
  width: 5px;
  color: rgba(90, 90, 90, 1);
  height: 18px;
}

.myaccountnavigationtab {
  margin-top: 20px;
}

li.myaccounttabs a {
  padding: 20px 10px;
  margin: 0px 20px 15px 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 30%);
  display: block;
}

.tabmain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.svgtext {
  display: flex;
  align-items: center;
}

.tab-text-myaccount {
  color: rgba(23, 23, 23, 1);
  margin-left: 20px;
}

.tab-text-myaccount strong {
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
  font-size: 16px;
  font-weight: 100 !important;
}

/* ------------------------------------ */
.dashboard-box {
  padding: 30px;
}

.input-number {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: rgba(255, 221, 0, 0.02);
  width: 100%;
  line-height: 17px;
}

.input-number .indiannumber {
  display: flex;
  align-items: center;
  padding: 7px 12px;
  margin-bottom: 20px;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #cecece;
  justify-content: center;
}

.input-number .indiannumber span {
  padding-left: 5px;
}

.input-number .form-in.in.number {
  width: 100%;
  padding: 0px;
}

.input-number .form-in.in.number input {
  width: 100%;
  padding: 15px 10px;
  color: #808080;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.my-profile label {
  width: 100%;
  margin-bottom: 4px;
}

.my-profile input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #cecece;
  padding: 6px 12px;
  margin-bottom: 20px;
}

.my-profile select {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #cecece;
  padding: 6px 12px;
  margin-bottom: 20px;
}

.save-btn {
  background-color: #c28b15;
  color: white;
  padding: 6px 18px;
  border: none;
  border-radius: 4px;
}

.support li {
  list-style: none;
  line-height: 1.8;
}

.srch-btn {
  background-color: white;
  border: none;
  /* border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; */
  margin-left: -29px;
  height: 22px;
  margin-top: 2px;
}

.search-input {
  width: 430px;
  border-radius: 6px;
  padding: 6px;
}

.cart-no {
  margin-left: -16px;
  background-color: white;
  color: black;
  padding: 2px 6px;
  border-radius: 50%;
  font-size: 10px;
}

/* -------------profile---------------- */


/* ----------------------table----------------------- */
.sel li {
  list-style: none;
}

.seller-box {
  box-shadow: 1px 1px 12px 1px #c5c5c5;
  border-radius: 8px;
  padding: 20px;
}

.seller-img img {
  border: 1px solid #d1d1d1;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    display: none;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

.minqtytext {
  font-size: 14px;
}

.incl_gst {
  font-size: 12px;
  font-weight: 600
}

.bottom_price_txt {
  font-size: 18px;
  text-align: right;
  margin-top: 0px;
}

/* ----------------------table----------------------- */
