.cart-sec {
  padding-top: 50px;
  max-width: 1500px;
  margin: 0 auto;
}

.cart-sec .top-steps-bar {
  display: flex;
  width: fit-content;
  margin: 0 auto 25px;
}

.cart-sec .top-steps-bar > .step-bx {
  text-align: center;
  width: 125px;
  max-width: 100%;
  position: relative;
}

.cart-sec .top-steps-bar > .step-bx::before {
  content: " ";
  position: absolute;
  width: 100%;
  background-color: var(--theme-color);
  height: 5px;
  left: 0;
  top: 22px;
  z-index: -1;
}

.cart-sec .top-steps-bar > .step-bx > .c {
  --s: 45px;
  width: var(--s);
  height: var(--s);
  line-height: 42px;
  text-align: center;
  border: 3px solid var(--theme-color);
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.cart-sec .top-steps-bar > .step-bx.done > .c {
  background-color: var(--theme-color);
  color: #fff;
  font-weight: bold;
}

.cart-sec .top-steps-bar > .step-bx > .t {
  font-size: 14px;
}

.cart-sec .cardd-cntr {
  margin-bottom: 30px;
}

.cart-sec .cardd-cntr > .head {
  background-color: #9a602e;
  color: #fff;
  padding: 10px 15px;
}

.cart-sec .cardd-cntr > .head .t {
  margin: 0;
}

.cart-sec .cardd-cntr > .body {
  border: 1px solid #c6c6c6;
  padding: 10px;
  background-color: #faf7ef;
}

.cart-sec .cardd-cntr > .body > .carti-bx {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #9a602e;
}
.cart-sec .cardd-cntr > .body > .carti-bx:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart-sec .cardd-cntr > .body > .carti-bx > .row {
  align-items: center;
}

.cart-sec .cardd-cntr > .body .pdtal-bx {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-sec .cardd-cntr > .body .pdtal-bx > .img-bx {
  width: 65px;
  height: 65px;
}

.cart-sec .cardd-cntr > .body .pdtal-bx > .img-bx .img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.cart-sec .cardd-cntr > .body .pdtal-bx > .dbx {
}

.cart-sec .cardd-cntr > .body .pdtal-bx > .dbx > a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.cart-sec .cardd-cntr > .body .pdtal-bx > .dbx .ti {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.cart-sec .cardd-cntr > .body .pdtal-bx > .dbx .s {
  margin: 0;
  font-size: 14px;
}

.cart-sec .cardd-cntr > .body .pdtal-bx .t {
}

.cart-sec .cardd-cntr > .body .mob {
  display: none;
}
.cart-sec .cardd-cntr > .body .t {
  margin: 0;
}

.cart-sec .cardd-cntr > .body .qbx {
  border: 1px solid #c6c6c6;
  display: flex;
  width: fit-content;
  align-items: center;
  border-radius: 15px;
}

.cart-sec .cardd-cntr > .body .qbx > .i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.cart-sec .cardd-cntr > .body .qbx > .c {
}

.cart-sec .cardd-cntr > .body .btn {
  display: block;
  padding: 0px;
  width: fit-content;
  margin: 0 auto;
}

.cart-sec .cardd-cntr > .body .btn.del > .icon {
  width: 100%;
  border: 1px solid #000;
  border-radius: 100%;
  width: 20px;
}

.cart-sec .cart-price-cntr {
  margin-bottom: 30px;
}

.cart-sec .cart-price-cntr > .head {
  background-color: #9a602e;
  padding: 10px 15px;
  color: #fff;
}

.cart-sec .cart-price-cntr > .head > .t {
  margin: 0;
}

.cart-sec .cart-price-cntr > .body {
  background-color: #faf7ef;
  padding: 10px;
}

.cart-sec .cart-price-cntr > .body > .price-table {
}

.cart-sec .cart-price-cntr > .body > .price-table > .price-bx {
  display: flex;
  justify-content: space-between;
}

.cart-sec .cart-price-cntr > .body > .price-table > .price-bx > .k {
  margin-bottom: 12px;
}

.cart-sec .cart-price-cntr > .body > .price-table > .price-bx > .v {
  margin-bottom: 12px;
}

.cart-sec .cart-price-cntr > .body > .price-table > .price-bx.ttl {
  border-top: 2px solid #9a602e;
  padding-top: 8px;
  font-size: 20px;
}

.cart-sec .cart-price-cntr > .body > .price-table > .price-bx.ttl > .k {
}

.cart-sec .cart-price-cntr > .body > .price-table > .price-bx.ttl > .v {
}

.cart-sec .cart-price-cntr > .body > .coupon-cntr {
  margin-bottom: 15px;
}

.cart-sec .cart-price-cntr > .body > .coupon-cntr > .coupon{
  display: flex;
  align-items: center;
  color: #00b737;
  justify-content: center;
}
.cart-sec .cart-price-cntr > .body > .coupon-cntr > .coupon img{
  width: 25px;
}
.cart-sec .cart-price-cntr > .body > .coupon-cntr > .coupon .btn{
  background-color: skyblue;
  color: #000;
  padding: 2px 8px;
  margin-left: 9px;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.cart-sec .cart-price-cntr > .body > .coupon-cntr > .coupon .btn>img{
  width: 17px;
  margin-left: 7px;
}

.cart-sec .cart-price-cntr > .body > .coupon-cntr > .coupon-bx {
}
.cart-sec .cart-price-cntr > .body > .coupon-cntr > .coupon-bx {
}
.cart-sec .cart-price-cntr > .body > .coupon-cntr > .coupon-bx .dbx {
  display: flex;
  border: 1px dashed #9a602f;
}
.cart-sec
  .cart-price-cntr
  > .body
  > .coupon-cntr
  > .coupon-bx
  .dbx
  > .form-control {
  background-color: transparent;
  border: 0;
}
.cart-sec
  .cart-price-cntr
  > .body
  > .coupon-cntr
  > .coupon-bx
  .dbx
  > .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: initial;
  }
.cart-sec .cart-price-cntr > .body > .coupon-cntr > .coupon-bx .dbx > .btn {
  width: fit-content;
  text-wrap: nowrap;
  color: #9a602f;
}

.cart-sec .cart-price-cntr > .body > .payment-method {
}
.cart-sec .cart-price-cntr > .body > .payment-method > .t {
  text-align: center;
  color: #9a602e;
  font-weight: bold;
}
.cart-sec .cart-price-cntr > .body > .payment-method > .pbtn {
  display: flex;
  justify-content: space-evenly;
}
.cart-sec .cart-price-cntr > .body > .payment-method > .pbtn > .btn {
  border: 1px solid #9a602e;
  color: #9a602e;
  font-size: 14px;
  width: 135px;
  margin-bottom: 15px;
  font-weight: bold;
}
.cart-sec .cart-price-cntr > .body > .payment-method > .pbtn > .btn.active {
  background-color: #9a602e;
  color: #fff;
}
.cart-sec .cart-price-cntr > .body > .btns {
}

.cart-sec .cart-price-cntr > .body > .btns > .btn {
  display: block;
  width: 100%;
  border: 1px solid #d3b300;
  color: #d3b300;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px;
}

.cart-sec .cart-price-cntr > .body > .btns > .btn.pc {
  margin-bottom: 15px;
  background-color: #d3b300;
  color: #fff;
}

.cart-sec .cart-price-cntr > .body > .btns > .btn.cs {
}

.cart-sec .addrs-cntr {
  margin-bottom: 25px;
}

.cart-sec .addrs-cntr > .head {
  background-color: #9a602e;
  color: #fff;
  padding: 10px 15px;
}

.cart-sec .addrs-cntr > .head > .t {
  margin: 0;
}

.cart-sec .addrs-cntr > .body {
  border: 1px solid #c6c6c6;
  padding: 10px;
}

.cart-sec .addrs-cntr > .body .addbx {
  border: 2px solid var(--theme-color);
  padding: 8px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.cart-sec .addrs-cntr > .body .addbx > .na {
  font-weight: bold;
  margin-bottom: 0;
}

.cart-sec .addrs-cntr > .body .addbx > .ad {
  margin-bottom: 0;
  font-size: 14px;
}

.cart-sec .addrs-cntr > .body .addbx > .ad:last-child {
}

.cart-sec .addrs-cntr > .body .addbx.active::after {
  content: " ";
  background-image: url("../../assets/img/icons/tick-white.svg");
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: 80%;
}

.cart-sec .odls-cntr {
  margin-bottom: 25px;
}

.cart-sec .odls-cntr > .t {
  color: #d3b300;
}

.cart-sec .odls-cntr > .d {
}

.cart-sec .odsum-cntr {
  margin-bottom: 25px;
}

.cart-sec .odsum-cntr > .tb {
  background: #c6c6c6;
  height: 10px;
  width: 100%;
  border-radius: 10px;
}

.cart-sec .odsum-cntr > .top {
  background-color: #d3b300;
  color: #fff;
  padding: 20px;
  border-bottom: 1px dashed #fff;
  border-top: 1px dashed #fff;
  position: relative;
  width: calc(100% - 50px);
  margin: 0 auto;
  margin-top: -5px;
}

.cart-sec .odsum-cntr > .top::before,
.cart-sec .odsum-cntr > .top::after {
  content: " ";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  bottom: -20px;
  left: -20px;
}

.cart-sec .odsum-cntr > .top::after {
  left: unset;
  right: -25px;
}

.cart-sec .odsum-cntr > .top > .t {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.cart-sec .odsum-cntr > .top .dbx {
}

.cart-sec .odsum-cntr > .top .dbx > .t {
  margin: 0;
  font-size: 12px;
}

.cart-sec .odsum-cntr > .top .dbx > .v {
  font-size: 14px;
  margin: 0;
}

.cart-sec .odsum-cntr > .bottom {
  background-color: #d3b300;
  color: #fff;
  padding: 20px;
  position: relative;
  width: calc(100% - 50px);
  margin: 0 auto;
  background-image: url("<?php echo base_url("assets/img/background/bottom-border.png") ?>");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.cart-sec .odsum-cntr > .bottom::before,
.cart-sec .odsum-cntr > .bottom::after {
  content: " ";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  top: -20px;
  left: -20px;
}

.cart-sec .odsum-cntr > .bottom::after {
  left: unset;
  right: -25px;
}

.cart-sec .odsum-cntr > .bottom > .items-cntr {
}

.cart-sec .odsum-cntr > .bottom > .items-cntr > .item-bx {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.cart-sec .odsum-cntr > .bottom > .items-cntr > .item-bx:last-child {
  /* margin-bottom: 0; */
}

.cart-sec .odsum-cntr > .bottom > .items-cntr > .item-bx > .img-bx {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 10px;
}

.cart-sec .odsum-cntr > .bottom > .items-cntr > .item-bx > .img-bx > .img {
  width: 100%;
  object-fit: contain;
}

.cart-sec .odsum-cntr > .bottom > .items-cntr > .item-bx > .dbx {
  width: calc(100% - 200px);
}

.cart-sec .odsum-cntr > .bottom > .items-cntr > .item-bx > .dbx > .t {
  margin: 0;
  text-transform: uppercase;
}

.cart-sec .odsum-cntr > .bottom > .items-cntr > .item-bx > .dbx > .s {
  font-size: 12px;
  font-weight: 200;
  margin: 0;
}

.cart-sec .odsum-cntr > .bottom > .items-cntr > .item-bx > .dbx > .q {
  font-size: 12px;
  font-weight: 200;
  margin: 0;
}

.cart-sec .odsum-cntr > .bottom > .items-cntr > .item-bx > .pbx {
  text-align: right;
  width: 100px;
}

.cart-sec .odsum-cntr > .bottom > .items-cntr > .item-bx > .pbx > .p {
  margin: 0;
}

.cart-sec .odsum-cntr > .bottom > .prcng-cntr {
  border-top: 2px solid #fff;
  padding: 10px 0 30px;
}

.cart-sec .odsum-cntr > .bottom > .prcng-cntr .pbx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-sec .odsum-cntr > .bottom > .prcng-cntr .pbx > .t {
  font-size: 14px;
}

.cart-sec .odsum-cntr > .bottom > .prcng-cntr .pbx > .v {
  text-align: right;
  font-size: 14px;
}

.cart-sec .odsum-cntr > .bottom > .prcng-cntr .pbx.ttl {
  border-top: 2px solid #fff;
  padding-top: 8px;
  margin-top: 10px;
}

.cart-sec .odsum-cntr > .bottom > .prcng-cntr .pbx.ttl > .t {
  font-size: 16px;
  font-weight: bold;
}

.cart-sec .odsum-cntr > .bottom > .prcng-cntr .pbx.ttl > .v {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 576px) {
  .cart-sec .top-steps-bar > .step-bx {
    width: 120px;
  }
  .cart-sec .cardd-cntr > .head .des {
    display: none;
  }
  .cart-sec .cardd-cntr > .body .mob {
    display: block;
    margin: 0;
    font-weight: 500;
  }
  .cart-sec .cardd-cntr > .body > .carti-bx {
    position: relative;
  }
  .cart-sec .cardd-cntr > .body > .carti-bx .btn.del {
    position: absolute;
    top: -8px;
    right: 0;
  }
}
