.chekout-coupon {
    width: 100%;
    /* margin: 45px auto 5px; */
    text-align: center;
    display: grid;
    justify-content: end;
}
.checkout-charge {
    width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}
.checkout-charge ul {
    border-top: 3px solid var(--primary);
    width: 400px;
}
.checkout-charge ul li {
    padding: 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--border)
}
.checkout-charge ul li:last-child {
    border-bottom: none
}
.checkout-charge ul li:last-child span {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary)
}
.checkout-charge ul li span {
    font-weight: 500;
    color: var(--heading);
    text-transform: capitalize
}
.checkout-charge ul li span small {
    font-size: 14px;
    font-weight: 400;
    margin-left: 3px
}
.checkout-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
    margin-top: 50px
}
.checkout-check input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 4px;
    cursor: pointer
}
.checkout-check label {
    line-height: 22px
}
.checkout-check label a {
    color: var(--primary)
}
.checkout-check label a:hover {
    text-decoration: underline
}
.checkout-proced .btn {
    width: 100%
}
.table-action .view i, .table-action .trash i {
    background: var(--chalk)
}
section.inner-section.checkout-part {
    border-bottom: 1px solid #8888;
    padding-bottom: 50px;
}
/*Coupon card in coupon modal*/

.coupon-card {
    border: 1px solid #dcd0d054;
    margin-bottom: 10px;
    border-radius: 7px;
    /* box-shadow: 0px 9px 44px -11px rgba(0,0,0,0.1); */
    position: relative;
    overflow: hidden;
    background: #fff;
}
.coupon-content {
    height: 500px;
    overflow-x: hidden;
    background: #dcd0d04a;
}
.applyArea {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dashed #dcd0d070;
    position: relative;
    margin: 12px;
    padding: 0px 7px 30px;
}
.couponCode {
    width: fit-content;
    background: #4359a833;
    color: #4359a8 !important;
    border-radius: 4px;
    padding: 0px 9px;
    border: 1px solid #4359a8;
    font-size: 12px;
    height: fit-content;
}
.coupon-btn {
    background: #ff4e07;
    color: #fff;
    width: 60px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
}
.coupon-btn:hover {
    background: #fff;
    color: #ff4e07;
    width: 60px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff4e07;
}
.coupon-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.coupon-card::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #dcd0d070;
    z-index: 99999;
    left: -8px;
    top: 59px;
    position: absolute;
    border-radius: 50%;
}
.coupon-card::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #dcd0d070;
    z-index: 1;
    top: 62px;
    position: absolute;
    border-radius: 50%;
    right: -8px;
}
.apply-btn {
    width: 60px;
    height: auto;
    cursor: pointer;
}
.coupon-card .content p {
    font-size: 14px;
    color: #9e9e9ee3;
}
.coupon-card .content {
    margin: 12px;
    padding: 0;
}
.cart_product {
  width: 100%;
  height: auto;
  background: transparent;
  border: 1px solid #88888888 !important;
  padding: 18px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
}
a.product_preview {
  width: 30%;
  height: 150px;
  overflow: hidden;
  margin-right: 10px;
}
a.product_preview video, a.product_preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart_content {
  width: 70%;
}
.product_name h6, .product_name span {
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
}
.product-price {
  margin-bottom: 10px;
}
.product_total {
  font-size: 20px;
  font-weight: inherit;
}
.product_remove {
  width: 10%;
}
a.remove_item {
  display: flex;
  justify-content: center;
  gap: 5px;
  color: #dc3545 !important;
}
a.remove_item i {
  line-height: 26px;
}
.product_remove a {
    cursor: pointer;
    color: #d70c0c !important;
    display: flex;
    gap: 10px;
    font-size: 12px;
}
.product_remove a span {
    margin: -5px;
    color: #d70c0c !important;
}
.deliver-section {
    border: 1px solid #8888;
    padding: 10px;
    border-radius: 4px;
}
.address-padding{
    padding: 0rem 29px !important;
}
button.change-btn {
    background: transparent;
    color: var(--primary);
    width: fit-content;
    cursor: pointer;
    position: absolute;
    left: 54%;
    top: 23em;
}
button.change-btn:hover{
    background: transparent;
    color: var(--primary);
    width: fit-content;
}
.address-content {
    height: 400px;
    overflow-x: auto;
}
span.country {
    text-transform: capitalize;
}
@media(max-width:1200px){
    button.change-btn {
        background: transparent;
        color: var(--primary);
        width: fit-content;
        cursor: pointer;
        position: relative;
        left: 0;
        top: 0;
    }
}
@media (max-width: 767px) {
    .chekout-coupon, .checkout-charge {
        width: 100%
    }
    .checkout-check {
        margin-top: 15px
    }
    .cart_content {
        width: 50%;
    }
    .product_name h6, .product_name span {
        text-transform: none;
        font-weight: inherit;
        font-size: 12px;
        flex-direction: column;
    }
    .product-price {
        margin-bottom: 10px;
        display: flex;
    }
    .product_remove a span {
        margin: -5px;
        display: none;
    }
}