.card-slidebar-outer{
  width: 40rem;
}
.card-slidebar{
  width: 100%;
  background: var(--white);
  border-radius: 0.8rem;
  padding: 4rem;
}
.card-sliderbar-icon{
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 0.8rem;
}
.card-sidebar-bar{
  width: 100%;
  height: 0.4rem;
  border-radius: 100rem;
  background: #009C00;
}
.card-sidebar-list{
  padding: 2rem 0;
  border-bottom: 1px solid #EBECED;
}
.card-slidebar-item{
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0.4rem;
  font-weight: normal;
  border-right: 0 !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.card-slidebar-item:last-child{
  margin-bottom: 0;
}
.card-slidebar-item p{
  font-weight: 300;
  /* width: 12rem; */
  margin-bottom: 0;
  padding-left: 0.8rem;
  text-align: right;
}
.card-slidebar-item strong{
  font-weight: 600;
}
.card-sidebar-coupon .btn-link img{
  margin-right: 0.8rem;
}
.card-sidebar-coupon-input .form-control{
  height: 5.6rem;
  padding-right: 10.6rem;
}
.card-sidebar-coupon-input .btn {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  height: 4rem !important;
  padding: 0 2.4rem !important;
  font-size: 1.4rem !important;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .card-slidebar-outer {
    width: 38rem;
  }
  .card-slidebar {
    padding: 3.2rem;
  }
  /* .card-slidebar-item p {
    width: 10rem;
  } */
}
@media(min-width:1200px) and (max-width:1359.98px){
  .card-slidebar-outer {
    width: 38rem;
  }
  .card-slidebar {
    padding: 3.2rem;
  }
  /* .card-slidebar-item p {
    width: 10rem;
  } */
}
@media(min-width:992px) and (max-width:1199.98px){
  .card-slidebar-outer {
    width: 35rem;
  }
  .card-slidebar {
    padding: 2.4rem;
  }
  .card-sidebar-list {
    padding: 1.6rem 0;
  }
  .card-slidebar-item {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  /* .card-slidebar-item p {
    width: 11rem;
  } */
}
@media(min-width:768px) and (max-width:991.98px){
  .card-slidebar-outer {
    width: 100%;
    height: initial !important;
    margin-top: 2.4rem;
  }
  .card-slidebar-outer .inner-wrapper-sticky{
    top: initial !important;
    left: initial !important;
    bottom: initial !important;
    width: 100% !important;
    position: relative !important;
    transform: initial !important;
  }
  .card-slidebar {
    padding: 2.4rem;
  }
}
@media(max-width:767.98px){
  .card-slidebar-outer {
    width: 100%;
    height: initial !important;
    margin-top: 2rem;
  }
  .card-slidebar-outer .inner-wrapper-sticky{
    top: initial !important;
    left: initial !important;
    bottom: initial !important;
    width: 100% !important;
    position: relative !important;
    transform: initial !important;
  }
  .card-slidebar {
    padding: 2rem;
  }
  .card-sidebar-list {
    padding: 1.6rem 0;
  }
  .card-slidebar-item {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  /* .card-slidebar-item p {
    width: 11rem;
  } */
}
.ywdpd_subtotal_row {
	text-align: right !important;
}