.cartbox {
  background: #f7f7f7;
  padding: 15px 0;
  margin: 0 0 55px 0;
}
.cartdetails {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 10px 10px;
}
.cartdetail {
  background: #ffffff;
  display: flex;
  margin: 0 0 10px 0;
}
.cartdetail figure {
  margin: 0;
  display: table;
  width: 120px;
  height: 120px;
}

.productdetail {
  margin: 0 0 0 20px;
  width: 72%;
}

.productdetail .price-detail {
  padding: 10px 0px 5px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.desktop-prefix-checkout {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0px 0px 0px !important;
  color: #9e9e9e !important;
  text-align: left;
  font-weight: 500;
  font-size: 12px !important;
  margin: 0px;
  display: block;
  width: 100%;
  padding-bottom: 0px !important;
}
.yousaved {
  font-size: 11px;
  color: #818184;
  font-weight: 500;
}
.yousaved span.offerprice {
  font-size: 11px;
  font-weight: 500;
  color: #00c853 !important;
}
.productdetail .price-detail strong {
  color: #212121;
  font-family: var(--font-global);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 137.5%;
  letter-spacing: 0.36px;
  text-transform: capitalize;
}
.productdetail .price-detail .orignalprice {
  color: #9e9e9e;
  font-family: var(--font-global);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  text-decoration: line-through;
  margin: 0px 5px;
}

.productdetail .price-detail .offerprice {
  color: #00c853;
  font-family: var(--font-global);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%;
  letter-spacing: 0.36px;
  text-transform: capitalize;
}
.productdetail .des-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #e5e5e58c;
}
.productdetail .des-product .des-product-color,
.productdetail .des-product .des-product-size,
.productdetail .des-product .des-product-text,
.productdetail .des-product .des-product-color span,
.productdetail .des-product .des-product-size span {
  font-weight: 500;
  font-size: 12px;
}

.productdetail .des-product .des-product-color,
.productdetail .des-product .des-product-size {
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 10px 5px 0;
  border-bottom: 1px solid #e5e5e58c;
}
.yousaved {
  margin-bottom: 20px !important;
}

.productdetail .des-product .des-product-text {
  padding: 5px 10px 5px 0;
}
.productdetail .des-product .des-product-color strong,
.productdetail .des-product .des-product-size strong {
  font-weight: 500;
  font-size: 12px;
  color: #a9a6a7;
}

.product-remove {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0;
  text-align: center;
  margin: 0px;
  border-top: 1px solid #ddd;
}
.cartdesktop .cartdetail a img {
  border-radius: 4px;
}

.cartdetail .qty {
  border: 1px solid #e5e5e5;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  margin: 5px auto;
  border-radius: 4px;
}

.qty select {
  padding: 5px;
  width: 100%;
  background: #fff url(../svg/down.svg) no-repeat 91%;
  font-size: 13px;
  border-radius: 4px;
  padding-right: 25px !important;
  padding-left: 10px !important;
  color: rgba(0, 0, 0, 0.6);
  font-family: var(--font-global);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.removecartpopup {
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow-y: overlay;
}
.cartremovemain {
  top: 0%;
  overflow-y: auto;
  max-height: calc(100vh - 50px);
  outline: none;
  width: 420px;
  border-radius: 5px;
  min-height: 200px;
  margin: 50px auto;
  background: #fff;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.22);
  padding: 30px 20px;
}
.remove-cloce-icon {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 13px;
  background: transparent;
  top: 26px;
}
.remove-cloce-icon button.mfp-close {
  font-size: 20px;
  color: #585858 !important;
  font-weight: 600;
}
.remove-item p.remove-heading {
  color: rgba(0, 0, 0, 0.75);
  font-family: var(--font-global);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.cartremovemain .remove-item span {
  color: rgba(0, 0, 0, 0.6);
  font-family: var(--font-global);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15px;
  margin-top: 10px;
  display: block;
}
.button-remove {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
button.removebutton {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #fff;
  box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: var(--font-global);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  text-transform: capitalize;
  padding: 8px 40px;
}
button.ADDTOWISHLIST {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #fff;
  box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: var(--font-global);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  text-transform: capitalize;
  padding: 8px 40px;
}
