.rs-cm-item-wrapper {
    padding: 25px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.22);
    border-radius: 15px;
}
.rs-checkout-main-title-box .rs-checkout-main-title {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #0f2041;
    padding: 10px;
    border-radius: 10px;
    width: 165px;
    margin: 0 auto;
    background: #f7f7f7;
}
.rs-cm-item-title-box .rs-cm-item-title {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.rs-cm-item-wrapper .rs-cm-item-left {
    flex-basis: 58%;
}
.rs-cm-item-wrapper .rs-cm-item-right {
    flex-basis: 40%;
}










/* order details */

/* From Uiverse.io by SSpisso */ 
/* Body */
.ck-order-overview {
    display: grid;
    grid-template-columns: auto;
    gap: 0px;
  }
  
  .ck-order-overview hr {
    height: 1px;
    background-color: rgba(16, 86, 82, .75);
    border: none;
  }
  
  .ck-order-overview .card {
    background: rgb(255 255 255);
}
.ck-order-overview .title {
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-bottom: 1px solid rgb(15 32 65 / 16%);
    font-weight: 700;
    font-size: 15px;
    color: #0f2041;
}
  
  /* Cart */
  .ck-order-overview .cart {
    border-radius: 19px 19px 0px 0px;
  }
  
  .ck-order-overview .cart .steps {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  
  .ck-order-overview .cart .steps .step {
    display: grid;
    gap: 10px;
  }
  
  .ck-order-overview .cart .steps .step span {
    font-size: 14px;
    font-weight: 600;
    color: #3F51B5;
    margin-bottom: 8px;
    display: block;
}
  
  .ck-order-overview .cart .steps .step p {
    font-size: 11px;
    font-weight: 600;
    color: #000000;
  }
  
  /* Promo */
  .ck-order-overview .promo form {
    display: grid;
    grid-template-columns: 1fr 80px;
    gap: 10px;
    padding: 0px;
  }
  
  .ck-order-overview .input_field {
    width: auto;
    height: 36px;
    padding: 0 0 0 12px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgb(200 207 206);
    background-color: rgb(255 255 255);
    transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
}
  
.ck-order-overview .input_field:focus {
    border: 1px solid #a7823b;
    background-color: rgb(255 255 255);
}
  .ck-order-overview .promo form button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 18px;
    gap: 10px;
    width: 100%;
    height: 36px;
    background: rgb(167 130 59);
    box-shadow: 0px 0.5px 0.5px #F3D2C9, 0px 1px 0.5px rgba(239, 239, 239, 0.5);
    border-radius: 5px;
    border: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
}
.rs-delbi-item-wrapper .rs-dlb-item label {
    font-size: 14px;
    color: #0f2041;
    font-weight: 600;
}

.rs-delbi-item-wrapper .rs-dlb-item input.form-control {
    width: 100%;
    min-height: 45px !important;
    padding: 0 0 0 12px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgb(200 207 206);
    background-color: rgb(255 255 255);
    transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
    font-size: 15px;
    font-weight: 600;
}


.rs-product-cart-box-wrapper .rs-pcb-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    flex-basis: 50px;
}
.rs-product-cart-box-wrapper .rs-pcb-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rs-product-cart-box-wrapper {
    padding: 20px;
    height: 235px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 30px;
}


.rs-product-cart-box-wrapper .rs-pcb {
    gap: 10px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.rs-product-cart-box-wrapper .rs-pcb:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rs-product-cart-box-wrapper .rs-pcb-details {
    flex-basis: 80%;
}
.rs-product-cart-box-wrapper .rs-pcb-details .rs-pcb-title h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    width: 95%;
}
.rs-product-cart-box-wrapper .rs-pcb-price h4 {
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 4px;
}
.rs-pcb-action a {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
}

.rs-product-cart-box-wrapper .rs-pcb-price .discount-price {
    color: #4CAF50;
}
.rs-product-cart-box-wrapper .rs-pcb-price .regular-price {
    color: #0f2041;
    text-decoration: line-through;
    margin-right: 5px;
}

.rs-product-cart-box-wrapper .rs-pcb-variable h4 {
    font-size: 13px;
    color: #403b3b;
    font-weight: 500;
}
.ck-order-overview .checkout .checkout-btn:hover {
    background: #a7823b;
    color: #fff;
}
.rs-dela-item h4 {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-top: 25px;
    text-transform: uppercase;
}

.rs-on-item h4 {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-top: 25px;
    text-transform: uppercase;
}

.rs-on-item textarea.form-control {
    width: 100%;
    min-height: 100px !important;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgb(200 207 206);
    background-color: rgb(255 255 255);
    transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
    font-size: 15px;
    font-weight: 600;
}














/* Check deliver start */

/* From Uiverse.io by Shoh2008 */ 
.checkbox-wrapper-35 .switch {
    display: none;
  }
  
  .checkbox-wrapper-35 .switch + label {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0f2041;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 15px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
  .checkbox-wrapper-35 .switch + label::before,
    .checkbox-wrapper-35 .switch + label::after {
    content: '';
    display: block;
  }
  
  .checkbox-wrapper-35 .switch + label::before {
    background-color: #00bb08;
    border-radius: 500px;
    height: 30px;
    margin-right: 8px;
    -webkit-transition: background-color 0.125s ease-out;
    transition: background-color 0.125s ease-out;
    width: 70px;
}
  
.checkbox-wrapper-35 .switch + label::after {
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0 3px 1px 0 rgba(37, 34, 71, 0.05), 0 2px 2px 0 rgba(37, 34, 71, 0.1), 0 3px 3px 0 rgba(37, 34, 71, 0.05);
    height: 26px;
    left: 2px;
    position: absolute;
    top: 2px;
    -webkit-transition: -webkit-transform 0.125s ease-out;
    transition: -webkit-transform 0.125s ease-out;
    transition: transform 0.125s ease-out;
    transition: transform 0.125s ease-out, -webkit-transform 0.125s ease-out;
    width: 30px;
}
  
  .checkbox-wrapper-35 .switch + label .switch-x-text {
    display: block;
    margin-right: .3em;
  }
  
  .checkbox-wrapper-35 .switch + label .switch-x-toggletext {
    display: block;
    font-weight: bold;
    height: 15px;
    overflow: hidden;
    position: relative;
    width: auto;
    min-width: 63px;
}
  
  .checkbox-wrapper-35 .switch + label .switch-x-unchecked,
    .checkbox-wrapper-35 .switch + label .switch-x-checked {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
    transition: opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
    transition: transform 0.125s ease-out, opacity 0.125s ease-out;
    transition: transform 0.125s ease-out, opacity 0.125s ease-out, -webkit-transform 0.125s ease-out;
  }
  
  .checkbox-wrapper-35 .switch + label .switch-x-unchecked {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    color: #00bb08;
}


  .checkbox-wrapper-35 .switch + label .switch-x-checked {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  
  .checkbox-wrapper-35 .switch + label .switch-x-hiddenlabel {
    position: absolute;
    visibility: hidden;
  }
  
  .checkbox-wrapper-35 .switch:checked + label::before {
    background-color: #673ab7;
}
  
  .checkbox-wrapper-35 .switch:checked + label::after {
    -webkit-transform: translate3d(36px, 0, 0);
    transform: translate3d(36px, 0, 0);
}
  
  .checkbox-wrapper-35 .switch:checked + label .switch-x-unchecked {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  
  .checkbox-wrapper-35 .switch:checked + label .switch-x-checked {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    color: #673ab7;
}





/* Check deliver End */

/* radio start */

.radio-icon img {
    width: 73px;
    height: 50px;
    object-fit: contain;
}


.radio-inputs {
    display: flex;
    justify-content: start;
    align-items: center;
    /* max-width: 350px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 10px;
}
  
.radio-inputs > * {
    margin: 0;
}


  
  .radio-input:checked + .radio-tile {
    border-color: #a7823b;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #a7823b;
  }
  
  .radio-input:checked + .radio-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #a7823b;
    border-color: #a7823b;
}
  
  .radio-input:checked + .radio-tile .radio-icon svg {
    fill: #2260ff;
  }
  
  .radio-input:checked + .radio-tile .radio-label {
    color: #ffffff;
    background: #a7823b;
}
  
  .radio-input:focus + .radio-tile {
    border-color: #a7823b;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc; */
  }
  
  .radio-input:focus + .radio-tile:before {
    transform: scale(1);
    opacity: 1;
  }
  
  .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95px;
    min-height: 70px;
    border-radius: 0.5rem;
    border: 2px solid #d7d7d7;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

  
  .radio-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
  }
  
  .radio-tile:hover {
    border-color: #a7823b;
  }
  
  .radio-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }
  
  .radio-icon svg {
    width: 2rem;
    height: 2rem;
    fill: #494949;
  }
  
  .radio-label {
    color: #000000;
    transition: 0.375s ease;
    text-align: center;
    font-size: 9px;
    /* margin-bottom: 5px; */
    background: #f1f1f1;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    font-weight: 700;
} 
  .radio-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

/* radio End */









  
  /* Checkout */
  .ck-order-overview .payments .details {
    display: grid;
    grid-template-columns: 6fr 6fr;
    padding: 0px;
    gap: 5px;
}
  
.ck-order-overview .payments .details span:nth-child(odd) {
    font-size: 14px;
    font-weight: 600;
    color: #009688;
    margin: auto auto auto 0;
}
  
  .ck-order-overview .payments .details span:nth-child(even) {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin: auto 0 auto auto;
  }
  
  .ck-order-overview .checkout .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
    background-color: rgb(15 32 65);
}
  
.ck-order-overview .price {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 0;
}
.ck-order-overview .checkout .checkout-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 36px;
    background: rgb(255 255 255);
    border-radius: 7px;
    border: 1px solid rgb(15 32 65);
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
}





/* scroll bar */

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #397524 #DFE9EB;
}*/

/* Chrome, Edge and Safari */
.rs-product-cart-box-wrapper::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .rs-product-cart-box-wrapper::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #DFE9EB;
  }
  
  .rs-product-cart-box-wrapper::-webkit-scrollbar-track:hover {
    background-color: #DFE9EB;
  }
  
  .rs-product-cart-box-wrapper::-webkit-scrollbar-track:active {
    background-color: #DFE9EB;
  }
  
  .rs-product-cart-box-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #397524;
  }
  
  .rs-product-cart-box-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #397524;
  }
  
  .rs-product-cart-box-wrapper::-webkit-scrollbar-thumb:active {
    background-color: #397524;
  }




  /* media query max 767px */

  @media only screen and (max-width: 767px) {
    .radio-inputs{
        flex-wrap: wrap;
    }
    .rs-cm-item-wrapper .rs-cm-item-left {
        flex-basis: 100%;
    }
    .rs-cm-item-wrapper .rs-cm-item-right {
        flex-basis: 100%;
        margin-top: 20px;
    }
    .rs-product-cart-box-wrapper {
        padding: 20px;
        height: 294px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-right: 15px;
    }
    .rs-product-cart-box-wrapper .rs-pcb-details {
        flex-basis: 77%;
    }
    .ck-order-overview .price {
        position: relative;
        font-size: 16px;
    }
    .ck-order-overview .checkout .checkout-btn{
        width: 120px;
    }
    .radio-tile{
        width: 150px;
    }
    .rs-delbi-item-wrapper .rs-dlb-item {
        margin-bottom: 10px;
    }
    .rs-cm-item-wrapper {
        padding: 15px;
    }    
    
  }
