.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;
}
.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%;
}

.custom-order-overview-height {
  height: 250px !important;
}



/* delivery area */
.main-delivery-title {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}





/* 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 Lmickk2 */ 
/* From Uiverse.io by victoryamaykin */ 
.rs-dela-item {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.switch {
  position: relative;
  display: inline-block;
  width: 156px;
  height: 34px;
  font-size: 13px;
 }
 
.switch input {
  display: none;
 }
 
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3C3C3C;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
 }
 
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
 }
 
 .switch input:checked + .slider {
  background-color: #0E6EB8;
 }
 
 .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
 }
 
 .switch input:checked + .slider:before {
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
}
 
 /*------ ADDED CSS ---------*/
 .switch .slider:after {
  content: "";
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 47%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
 }
 
 .switch input:checked + .slider:after {
  content: "";
 }
 
 .outside-switch {
  position: relative;
  display: inline-block;
  width: 156px;
  height: 34px;
 }
 
 .outside-switch input {
  display: none;
 }
 
 .outside-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3C3C3C;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
 }
 
 .outside-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
 }
 
 .outside-switch input:checked + .slider {
  background-color: #0E6EB8;
 }
 
 .outside-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
 }
 
 .outside-switch input:checked + .slider:before {
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
} 

.outside-switch .slider:after {
  content: 'OUTSIDE DHAKA';
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 47%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
 }
 
 .outside-switch input:checked + .slider:after {
  content: 'OUTSIDE DHAKA';
 }
 /*--------- END --------*/





/* 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;
    }    
    
  }
