section p {
  font-weight: 300;
}

.dashboard {
  max-width: 680px;
  margin: 0 auto;
  padding: 45px 0px;
}

.sticky-box {
  position: sticky;
  top: 125px;
  z-index: 9;
}

.dashboard-left-side {
  background: #fc6057;
  padding: 20px;
  min-height: calc(100vh - 150px);
  display: flex;
  flex-flow: column;
}

.dashboard-right-side-top {
  margin-top: 45px;
  margin-bottom: 30px;
}

.dashboard-right-side-top h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.dashboard .add-address-link {
  font-weight: 600;
  line-height: 1.4;
}

.dashboard-left-side-top {
  display: flex;
  align-items: center;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  margin-bottom: 15px;
}

.user-image {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  line-height: 43px;
  font-weight: 500;
  margin-right: 15px;
}

.user-name span {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
}

.user-name h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}

.dashboard-left-side-bottom {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 1;
}

.dashboard-left-side-bottom ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.dashboard-left-side-bottom li {
  padding: 15px 0;
}

.dashboard-left-side-bottom li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  opacity: 0.7;
  display: flex;
  align-items: center;
}

.dashboard-left-side-bottom li a.logout {
  opacity: 1;
}

.dashboard-left-side-bottom li a svg {
  margin-right: 17px;
}

.dashboard-left-side-bottom li a:hover {
  opacity: 1;
}

.dashboard-left-side-bottom li a.active,
.dashboard-left-side-bottom li a.active:hover {
  font-weight: 700;
  opacity: 1;
}

.dashboard h3 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
}

.profile-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.form-control {
  height: 45px;
  border: 1px solid rgb(0, 0, 0, 0.3);
  border-radius: 0;
  background-color: transparent;
}

.form-control::placeholder {
  color: rgb(0, 0, 0, 0.4);
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
}

label {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.phone-group {
  display: flex;
  align-items: center;
  border: 1px solid rgb(0, 0, 0, 0.3);
  background-color: transparent;
}

.phone-group input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.phone-group span {
  background-color: #b9bfc500;
  padding: 0px 0px 0px 12px;
}

.phone-group input#phone {
  border: 0;
}

.birth-select {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 10px;
}

select.form-control {
  background-image: url("../images/down-arrow.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
}

.address-type {
  margin-top: 10px;
}

.address-type .label {
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
}

.address-type label {
  padding-bottom: 0;
}

.radio-group {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.radio-group label {
  margin-right: 20px;
}

.radio-group label input {
  position: absolute;
  text-indent: -9999;
  opacity: 0;
  visibility: hidden;
}

.radio-group label input + span {
  font-size: 16px;
  position: relative;
  display: block;
  padding-left: 25px;
  cursor: pointer;
}

.radio-group label input + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  border: 1px solid #d9d9d9;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.radio-group label input + span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  background-color: #fc7057;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: none;
}

.radio-group label input:checked + span:before {
  border-color: #fc7057;
}

.radio-group label input:checked + span::after {
  display: block;
}

.edit-form .yellow-btn {
  padding: 15px 20px;
  width: 100%;
  max-width: 215px;
}

.btn:hover {
  background-color: var(--redtext);
  color: #fff;
}

.single-address {
  border: 1px solid rgb(0, 0, 0, 0.3);
  padding: 20px;
  margin-bottom: 20px;
}

.single-address-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.single-address-top p {
  font-weight: 300;
  line-height: 22px;
}

.single-address-top p span {
  font-weight: 600;
}

.single-address-top .default-label {
  background-color: #fc7057;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  padding: 2px 14px;
  font-weight: 600;
  margin-left: 10px;
}

.address-content {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
  padding-left: 25px;
}

.custom-checkbox input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.custom-checkbox input + span {
  position: relative;
  color: rgb(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 300;
  padding-left: 25px;
  cursor: pointer;
}

.custom-checkbox input + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5px;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(0, 0, 0, 0.54);
}

.custom-checkbox input:checked + span::before {
  border-color: #fc7057;
  background-color: #fc7057;
}

.custom-checkbox input + span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 5px;
  border: 1px solid white;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  opacity: 0;
}

.custom-checkbox input:checked + span::after {
  opacity: 1;
}

.single-order {
  background-color: #fff;
  box-shadow: 0 0 9.3px 0 rgb(0, 0, 0, 0.15);
}

.single-order-header-top {
  padding: 15px 20px;
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.single-order-header-top label,
.single-order-header-bottom label {
  margin-bottom: 0;
  padding: 0;
  color: rgb(0, 0, 0, 0.5);
  font-weight: 600;
  margin-right: 5px;
}

.single-order-header-top span,
.single-order-header-bottom span {
  font-weight: 600;
}

.single-order-header-bottom {
  padding: 15px 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-order-header-bottom .btn {
  min-width: 145px;
  max-width: 145px;
  padding: 7px 12px;
}

.accordion-btn {
  cursor: pointer;
}

.accordion-btn svg {
  transition: all 0.2s ease-in-out;
}

.accordion-btn:not(.collapsed) svg {
  transform: rotate(90deg);
}

.single-order-main {
  padding: 0 0px 20px;
}

.product-box {
  display: flex;
  align-items: stretch;
  border: 1px solid rgb(0, 0, 0, 0.2);
  padding: 20px;
}

.product-box-img {
  background-color: #fafafa;
  padding: 11px 22px;
  display: flex;
  align-items: center;
}

.product-box-detail {
  display: flex;
  flex-flow: column;
  font-weight: 600;
  padding: 15px;
}

.product-box-detail h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.product-box-detail .price {
  font-size: 20px;
  margin-right: 10px;
}

.product-box-detail .old-price {
  font-size: 16px;
  color: rgb(0, 0, 0, 0.5);
  text-decoration: line-through;
}

.product-box-detail span {
  display: inline-block;
}

.product-box-detail .qty {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 15px 0px 0;
}

.product-box-detail span.title {
  font-weight: 300;
  font-size: 16px;
  margin-right: 20px;
  line-height: 1.4;
  display: block;
  margin-left: 10px;
  display: inline-block;
}

.product-box-detail .qty .qty-btn-plus,
.product-box-detail .qty .qty-btn-minus {
  padding: 0;
  border: 1px solid #000;
  height: 20px;
  width: 20px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.product-box-detail .qty .input-qty {
  text-align: center;
  padding: 0;
  border: 0;
  max-width: 100%;
  width: 30px;
}

.promo-box {
  /* border: 1px solid rgb(0, 0, 0, 0.2); */
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.promo-box input {
  border: 1px solid rgb(0, 0, 0, 0.2); 
  border-right: 0;
  flex: 1;
  border-right: none;
  padding: 10px;
  height: 50px;
}

.promo-box input:focus {
  outline: none;
}

.promo-box button {
  max-width: 170px;
  padding: 15px;
  min-width: 170px;
  height: 50px;
}

.view-offers,
.view-offer {
  color: #fc7057;
  border-bottom: 1.5px solid #fc6057;
  cursor: pointer;
}

.view-offer {
  display: none;
}

.product-summary {
  border: 1px solid rgb(0, 0, 0, 0.2);
  padding-top: 10px;
}

.product-summary h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding: 10px 20px;
}

.product-summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-summary ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-summary ul.item-total li {
  font-weight: 300;
  padding: 5px 20px;
}

.discount {
  color: #00af93;
}

.product-summary ul.item-shipping {
  border-top: 1.5px dashed rgb(0, 0, 0, 0.2);
  border-bottom: 1.5px dashed rgb(0, 0, 0, 0.2);
  margin: 10px 20px;
  padding: 10px 0;
  font-weight: 300;
}

.product-summary ul.order-total li {
  font-weight: 600;
  padding: 5px 20px;
}

.offered {
  background-color: rgba(0, 175, 147, 0.1);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #00af93;
  margin-top: 10px;
}

.offered svg {
  margin-right: 15px;
}

.offered p {
  line-height: 22px;
  margin-bottom: 0;
}

.offered span {
  font-weight: 600;
}

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

.timeline .common {
  display: flex;
  gap: 15px;
  color: var(--redtext);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  align-items: center;
}

.timeline .number {
  display: flex;
  width: 30px;
  height: 30px;
  background-color: var(--redtext);
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}

.timeline .divider {
  display: block;
  height: 1.5px;
  background-color: var(--redtext);
  width: 100%;
  margin: 0px 20px;
}

.dashboard .yellow-btn {
  font-size: 16px;
  height: 50px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.dashboard .divider.dashed {
  border: 1.5px dashed rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.dashboard .timeline .pending .number {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.2);
  border: 1.5px solid rgba(0, 0, 0, 0.2);
}

.dashboard .timeline .pending .title {
  color: rgba(0, 0, 0, 0.2);
}

.dashboard .single-address .delivery-to {
  position: relative;
}

.dashboard .single-address .radio-group label {
  padding-bottom: 0;
}

.apply-coupon {
  transition: all 300ms linear;
}

.apply-coupon-box {
  background-color: #fff;
  min-width: 600px;
  max-width: 600px;
  height: 100%;
  top: 0;
  bottom: 0;
  position: fixed;
  right: -100%;
  transition: all 300ms linear;
  padding: 30px;
  z-index: 100;
  overflow-y: auto;
}

.accordion-button {
  padding: 0;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  background: transparent;
  box-shadow: none;
}

.accordion-button::after {
  margin-left: 13px;
}

.accordion-body {
  padding: 0;
  padding-top: 15px;
}

.single-coupon.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.apply-coupon.open .apply-coupon-box {
  right: 0;
}

.apply-coupon::before {
  position: fixed;
  content: "";
  visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.6);
  z-index: 100;
  transition: all 300ms linear;
}

.apply-coupon.open::before {
  visibility: visible;
  transition: all 300ms ease-in-out;
}

.custom-close {
  position: fixed;
  top: 30px;
  right: -100%;
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 300ms ease-in-out;
}

.apply-coupon.open .custom-close {
  right: 630px;
}

.custom-close .btn-close {
  width: 12px;
  height: 12px;
  padding: 0;
  opacity: 1;
}

.custom-close .btn-close:focus {
  box-shadow: none;
}

.apply-coupon-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.apply-coupon-box-header h3 {
  font-size: 30px;
}

.apply-coupon-box-header span {
  color: rgb(0, 0, 0, 0.5);
}

.single-coupon {
  padding: 20px;
  border: 1px solid #000;
  margin-top: 20px;
}

.single-coupon-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.single-coupon-code {
  display: flex;
  align-items: center;
}

.coupon-code {
  border: 1px dashed #000;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.coupon-code svg {
  min-width: 20px;
}

.coupon-code span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid;
}

.single-coupon-code .discount {
  font-weight: 600;
  font-size: 16px;
  color: #fc7057;
}

.single-coupon-head button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.single-coupon p {
  font-weight: 300;
}
.checkout {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(0, 0, 0, 0.2);
}
.checkout .sub-title {
  color: #00af93;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout button.btn.black-btn {
    height: 70px;
    padding: 15px 58px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    max-width: 100%;
    width: 270px;
}
.checkout button.btn.black-btn:focus-visible {
  background-color: #000;
  color: #fff;
}
.checkout button.btn.black-btn:focus {
  background-color: #000;
  color: #fff;
}
.product-box {
    position: relative;
}

.cross-icon {
    position: absolute;
    display: flex;
    top: 20px;
    right: 20px;
    width: 15px; 
    height: 15px; 
    cursor: pointer; 
}
.product-box-detail .qty .input-qty:focus-visible{
  outline: none;
}
/* media css */

@media screen and (max-width: 1365px) {
}

@media screen and (min-width: 1366px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 991px) {
  .promo-box button {
    min-width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard {
    padding: 30px 0;
  }

  .timeline .common {
    gap: 5px;
    flex-direction: column;
  }

  .timeline {
    align-items: baseline;
    max-width: 275px;
    margin: 0 auto;
  }

  .timeline .divider {
    display: block;
    height: 1.5px;
    background-color: var(--redtext);
    width: 100%;
    margin: 0 -10px;
    position: relative;
    top: -5px;
  }

  .timeline .common {
    flex: 0 0 65px;
  }

  .apply-coupon {
    display: none;
  }

  /* .single-order-main {
    padding: 0;
  } */

  .product-box {
    padding: 10px;
  }

  .product-box-img {
    padding: 6px 11px;
    max-width: 70px;
    max-height: 70px;
  }

  .product-box-detail {
    padding: 0;
    padding-left: 15px;
  }

  .apply-coupon-box {
    position: static;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }

  .single-coupon-code {
    flex-wrap: wrap;
  }

  .coupon-code {
    flex: 1 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .view-offer {
    display: block;
  }

  .view-offers {
    display: none;
  }
  .checkout button.btn.black-btn {
    padding: 15px 20px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: inherit;
    text-transform: uppercase;
    max-width: 100%;
    width: 130px;
    height: 40px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout .sub-title {
    font-size: 14px;
}
.total-price .heading-two{
  margin-bottom: 0;
  line-height: normal;
}
.single-order-main {
    padding: 0 0px 70px;
}
.checkout {
    padding: 20px 0px 50px;
}

.cross-icon{
  display: none;
}
.promo-box input{
  border-right: 1px solid rgb(0, 0, 0, 0.2);
  width: 100%;
  height: 50px;
   padding: 14px 10px;
}
.promo-box {
    flex-direction: column;
    gap: 10px;
}
.promo-box button {
    max-width: 100%;
    width: 100%;
    display: flex;
    height: 40px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
}

@media screen and (max-width: 425px) {
}

@media screen and (max-width: 374px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 320px) {
}
