/** @format */

.shopping-cart {
  /* margin: 20px 0; */
  float: right;
  background: rgba(255, 255, 255, 0);
  width: 370px;
  position: relative;
  border-radius: 3px;
  /* padding: 20px;   */
}

.shopping-cart-header {
  border-bottom: 1px solid #e8e8e800;
  padding-bottom: 15px;
}

.shopping-cart-total {
  float: right;
}

.shopping-cart-items {
  padding-top: 20px;
}

.li {
  margin-bottom: 18px;
}

.cart-images {
  float: left;
  margin-right: 12px;
}

.item-name {
  display: block;
  padding-top: 10px;
  font-size: 14px;
}

.item-price {
  color: #515783;
  margin-right: 2px;
  font-size: 14px;
}

.item-quantity {
  color: #000;
  font-size: 14px;
  /*padding-left: 12px;*/
  float: left;
}

.cart-icon {
  color: #515783;
  font-size: 24px !important;
  margin: 0px 20px 0px 0px !important;
  float: left;
  width: auto !important;
}

#cart-box {
  background: rgba(248, 246, 246, 0.7);
  padding: 8px;
  border-radius: 12px;
}

.checkout-btn {
  padding: 12px 110px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  transition: 0.2s;
  margin-left:30px;
  height: 40px;
}

.item-emi {
  color: #000;
  font-size: 14px;
  padding-left: 67px;
  float: left;
}

.order-summary li {
  background: rgb(213 213 213 / 70%);
  border-radius: 25px;
}

.total-payment {
  border: 1px solid #f1f5fa;
  background-color: #fff;
  border-radius: 15px;
  margin: 13px;
  padding: 10px;
  border-top: 0;
  border-bottom: 1px solid #f1f5fa;
}

.total-payment .payment-title {
  color: #303e67;
  font-weight: 500;
}

.cart-btn2 {
  float: right;
  margin-right: 20px;
  background: transparent !important;
  color: #000 !important;
  border: 2px solid black !important;
  padding: 9px 25px !important;
  text-decoration: none;
  border-radius: 15px !important;
  height: 47px;
}

.cart-btn2:hover {
  background: #ef3e23 !important;
  color: #fff !important;
  border: none !important;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: #f9f8f8;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform .action-button {
  width: 100px;
  background: linear-gradient(#000 0, #686868 100%);
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 30px 0px 10px 5px;
  width: 17%;
  border-radius: 25px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #ef3e23;
}

#msform .action-button-previous {
  width: 100px;
  background: linear-gradient(#000 0, #686868 100%);
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 30px 5px 10px 0px;
  width: 17%;
  border-radius: 25px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #ef3e23;
}

#progress-card {
  z-index: 0;
  border: none;
  position: relative;
  background-color: #f9f8f8;
}

.purple-text {
  color: #ef3e23;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: black;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: black;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: black;
}

#progressbar .active {
  color: #ef3e23;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  content: "1";
}

#progressbar #personal:before {
  content: "2";
}

#progressbar #payment:before {
  content: "3";
}

#progressbar #confirm:before {
  content: "4";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: black;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #ef3e23;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #ef3e23;
}


.checkout-carousel button {
  top: 60px !important;
}

