.loyalty-cart-drawer p{
    margin: 3px 0;
    width: 100%;
}
.loyalty-cart-drawer h1,.loyalty-cart-drawer h2,.loyalty-cart-drawer h3,.loyalty-cart-drawer h4,.loyalty-cart-drawer h5,.loyalty-cart-drawer h6{
    margin: 3px 0;
}

/* Use this CSS Start  */

:root {
    --olr-main-color: 114, 184, 0;
    --olr-border-color: 234, 234, 234;
    --olr-body-text-color: 65, 63, 66;
    --olr-placeholder-color: 137, 137, 137;
    --olr-error-text-color: 255, 81, 87;
    --olr-green-color: 35, 175, 111;
    --olr-white-color: 255, 255, 255;
}

.olr-c-wrap {
/*    padding: 50px 0;*/
    font-size: 14px;
    line-height: 1.4;
}

.olr-c-wrap .olr-c-header {
    padding-bottom: 25px;
}

.olr-c-wrap .olr-c-header h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #413F42;
}

.olr-c-wrap .olr-body {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}


.olr-c-wrap .olr-reward-bal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
    max-width: 100%;
}

.olr-c-wrap .olr-reward-bal .olr-reward-total {
    padding: 10px 15px;
    background-color: rgba(var(--olr-main-color), .1);
    width: max-content;
}
.olr-c-wrap .olr-reward-bal .olr-reward-total {
    padding: 10px 15px;
    width: max-content;
}
.olr-c-wrap .olr-reward-bal span {
    color: rgba(var(--olr-main-color), 1);
    font-weight: 600;
}

/*.olr-c-wrap .olr-reward-rede-point {
    margin-top: 15px;
}*/

.olr-c-wrap input::-webkit-input-placeholder {
    color: rgba(var(--olr-placeholder-color), 1);
}

.olr-c-wrap input::-moz-placeholder {
    color: rgba(var(--olr-placeholder-color), 1);
}

.olr-c-wrap input:-ms-input-placeholder {
    color: rgba(var(--olr-placeholder-color), 1);
}

.olr-c-wrap input:-moz-placeholder {
    color: rgba(var(--olr-placeholder-color), 1);
}

.olr-c-wrap input::-webkit-outer-spin-button,
.olr-c-wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.olr-c-wrap input[type=number] {
    -moz-appearance: textfield;
}

.olr-error {
    position: absolute;
    font-size: 12px;
    color: rgba(var(--olr-error-text-color), 1);
    left: 0;
    bottom: 100%;
}

/*.olr-reward-coupon {
    padding-top: 20px;
}*/

.olr-reward h3 {
    color: rgba(var(--olr-body-text-color), 1);
    font-weight: 500;
}

.olr-reward-coupon-list {
    max-height: 270px;
    overflow: auto;
}

.olr-reward-coupon-list::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px;
}

.olr-reward-coupon-list::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
}

.olr-reward-coupon-list .olr-reward-coupon-code {
    margin-top: 10px;
}

.olr-reward-coupon-code {
    background-color: rgba(var(--olr-main-color), 0.07);
    position: relative;
    padding: 7px 15px;
    display: flex;
    align-items: center;
}

.olr-reward-coupon-code input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
    z-index: 1;
}

.olr-reward-coupon-code-text {
    margin-right: auto;
}

.olr-reward-coupon-code-text label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(var(--olr-main-color), 1);
}

.olr-reward-coupon-code-text p {
    font-size: 12px;
    color: rgba(var(--olr-placeholder-color), 1);
}

/* .olr-reward-coupon-code-check {
    margin-right: 3px;
    display: none;
}

.olr-reward-coupon-code-check svg {
    display: block;
    height: 15px;
    width: auto;
} */

.olr-reward-coupon-code-selected,
.olr-reward-coupon-code-select {
    color: rgba(var(--olr-main-color), 1);
    line-height: 19px;
    text-decoration: underline;
    cursor: pointer;
}

.olr-reward-coupon-code-selected {
    /*display: none;*/
    color: rgba(var(--olr-placeholder-color), 1);
}

.olr-reward-coupon-box-border {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: solid 1px rgba(var(--olr-main-color), 0);
    transition: all ease-in-out 0.1s;
    z-index: -1;
}

.olr-reward-coupon-checkbox:checked~.olr-reward-coupon-box-border {
    border-color: rgba(var(--olr-main-color), 1);
}

/* .olr-reward-coupon-checkbox:checked~.olr-reward-coupon-code-check, */
.olr-reward-coupon-checkbox:checked~.olr-reward-coupon-code-selected {
    display: block;
}

/*.olr-reward-coupon-checkbox:checked~.olr-reward-coupon-code-select {
    display: none;
}*/

.olr-reward-enter-coupon {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.olr-reward input {
    border: solid 1px rgba(var(--olr-border-color), 1);
    outline: unset;
    box-shadow: unset;
    font-family: inherit;
    width: 100%;
    padding: 10px 15px;
}

.olr-feel-button {
    padding: 10px 20px;
    color: rgba(var(--olr-white-color), 1);
    background-color: rgba(var(--olr-main-color), 1);
    font-weight: 500;
    white-space: nowrap;
    font-family: inherit;
    cursor: pointer;
    border: solid 1px rgba(var(--olr-main-color), 1);
    transition: all ease-in-out 0.2s;
}

.olr-feel-button:hover {
    opacity: 0.7;
}

.olr-reward-guest-login {
    margin-top: 10px;
}

.olr-reward-guest-login-form {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding-top: 10px;
}

.olr-reward-enter-coupon input {
    border-right: unset;
}

.olr-reward-join {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}

.olr-reward-join p {
    font-size: 14px;
    color: rgba(var(--olr-error-text-color), 1);
    padding-right: 15px;
}

.olr-reward-amount {
    width: 100%;
    max-width: calc(45% - 2.5px);
}

.olr-reward-user-info {
    border: solid 1px rgba(var(--olr-border-color), 1);
    padding: 20px;
}

.olr-reward-user-info table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;

}

.olr-reward-user-info table tr:not(:last-child) th,
.olr-reward-user-info table tr:not(:last-child) td {
    padding-bottom: 10px;
}

.olr-reward-user-info table th {
    text-align: left;
}

.olr-reward-user-info table th p {
    font-weight: normal;
}

.olr-reward-user-info table td {
    text-align: right;
}

.olr-reward-user-info table td p {
    font-weight: 600;
}

.olr-reward-main-total {
    padding: 20px;
    border: solid 1px rgba(var(--olr-border-color), 1);
    /*margin-top: 20px;*/
}

.olr-reward-main-total table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.olr-reward-main-total table thead span {
    color: rgba(var(--olr-placeholder-color), 1);
    
    font-weight: normal;
    padding-right: 5px;
}
.olr-reward-main-total table thead span.strick-amount {
    text-decoration: line-through;
}
.olr-reward-main-total table thead th {
    border-bottom: solid 1px rgba(var(--olr-border-color), 1);
}

.olr-reward-main-total table thead th,
.olr-reward-main-total table td {
    text-align: right;
    padding-bottom: 10px;
}

.olr-reward-main-total table tfoot td {
    padding-bottom: 0;
}

.olr-reward-main-total table thead th:first-child,
.olr-reward-main-total table td:first-child {
    text-align: left;
}

.olr-reward-main-total table tbody tr:first-child td {
    padding-top: 10px;
}

.olr-reward-main-total table tbody td {
    color: rgba(var(--olr-green-color), 1);
}

.olr-reward-main-total table thead {
    display: table-header-group;
}

.olr-reward-main-total table tbody {
    display: table-row-group;
}

.olr-reward-main-total table tfoot td {
    /* border-top: solid 1px rgba(var(--olr-border-color), 1);
    padding-top: 10px; */
    font-weight: 600;
    font-size: 16px;
}

.olr-apply-discount button {
    font-size: 16px;
    color: rgba(var(--olr-main-color), 1);
    padding: 10px;
    border: solid 1px rgba(var(--olr-main-color), 1);
    width: 100%;
    font-weight: 500;
    background-color: transparent;
    font-family: inherit;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.olr-apply-discount button:hover {
    background-color: rgba(var(--olr-main-color), 1);
    color: rgba(var(--olr-white-color), 1);
}

.olr-apply-discount {
    padding-top: 20px;
}

ul.cart-totals {
    position: relative;
    z-index: 1;
}
@media only screen and (max-width:1024px){
  .olr-c-wrap .olr-reward,
    .olr-reward-amount,.olr-reward-coupon,.olr-reward-rede-point  {
        max-width: 100% !important;
    }
    .olr-reward-coupon-code,.olr-reward-enter-coupon,.olr-reward-guest-login-form{
        flex-wrap: wrap;
    }
    .olr-reward input{
            border: solid 1px rgba(var(--olr-border-color), 1);
            margin-bottom: 5px;
    }
    .olr-c-wrap .olr-reward,.olr-reward-main-total{
        padding: 10px !important;
    }

}
@media only screen and (max-width:767px) {
  
    .olr-reward-amount {
        margin-top: 20px;
    }
}

@media only screen and (max-width:550px) {

    .olr-reward-guest-login-form,
    .olr-reward-join {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .olr-reward-join p {
        padding-right: 0;
    }

    .olr-c-wrap .olr-reward,
    .olr-reward-user-info,
    .olr-reward-main-total {
        padding: 15px;
    }

    /*.olr-c-wrap .olr-reward-rede-point {
        margin-top: 10px;
    }*/

    .olr-c-wrap .olr-reward-bal {
        gap: 10px;
    }
}

/* OTP Popup */
.popup-minicart {position: fixed;top: 0;left: 0;bottom:0;right:0; padding:0 15px; max-width:450px;min-width: 320px;width:100%; height: auto;z-index: 1000000002;visibility: hidden;margin:auto;display:none;}
.popup-minicart.is-open{visibility:visible;display: block;}
.popup-minicart .popup-container{color: #000;background: #f5f5f5;position: relative;border-radius: 3px;margin: 15px auto;-webkit-transform: scale(0.9);-moz-transform: scale(0.9);-ms-transform: scale(0.9);transform: scale(0.9);opacity: 0;-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);padding:20px;max-height:60vh;overflow-y:auto; min-height:300px; -webkit-overflow-scrolling: touch;}
.popup-minicart.is-open .popup-container{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1;box-shadow:0px 10px 80px rgba(0,0,0,0.25);top:50%;transform: translateY(-50%);margin: 0;}
.popup-c-mask {visibility:hidden;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: #000;-webkit-transition: all 250ms cubic-bezier(0.57, 0.06, 0.05, 0.95);-moz-transition: all 250ms cubic-bezier(0.57, 0.06, 0.05, 0.95);-ms-transition: all 250ms cubic-bezier(0.57, 0.06, 0.05, 0.95);-o-transition: all 250ms cubic-bezier(0.57, 0.06, 0.05, 0.95);transition: all 250ms cubic-bezier(0.57, 0.06, 0.05, 0.95);z-index: 1000000001;opacity:0;}
.popup-c-mask.is-open {-webkit-transition: all 350ms cubic-bezier(0.57, 0.06, 0.05, 0.95);-moz-transition: all 350ms cubic-bezier(0.57, 0.06, 0.05, 0.95);-ms-transition: all 350ms cubic-bezier(0.57, 0.06, 0.05, 0.95);-o-transition: all 350ms cubic-bezier(0.57, 0.06, 0.05, 0.95);transition: all 350ms cubic-bezier(0.57, 0.06, 0.05, 0.95);opacity: 0.8;visibility:visible;}
.s-close-i {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 15px;
}
.s-close-i svg{height:15px; width:15px;}
.static-design {
    position: fixed;
    right: 10px;
    bottom: 41vh;
}
.otp-confrimation-div {
    padding: 10px 30px;
    max-width: 330px;
    background: #fff;
    margin: 30px auto;
    border-radius: 3px;
    line-height: 1.2;
  text-align:center;
}

.otp-confrimation-div h2{font-size:15px; margin:0 0 15px; text-transform:uppercase;}
.otp-confrimation-div form{margin:0; padding:0;}
.otp-confrimation-div form label{    margin: 0 0 4px;
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 1.2;}
.otp-confrimation-div form input{padding:10px 15px; border: 1px solid #ccc;
    background-color: rgba(0,0,0,0);
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px; margin:0; font-style: normal;
    font-weight: 400; font-size:15px; width:100%;}
.otp-countdown p{    font-size: 12px;
    text-transform: uppercase;
    margin: 15px 0 20px;
    color: #000;
    padding: 0;}

button.submit-otp {
    background: #996633;
    border: none;
    color: #fff;
    padding: 11px 25px;
    line-height: 1.2;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
  transition:all 200ms ease-in-out;
}

button.submit-otp:hover,
button.submit-otp:focus{background:#000; color:#fff;}
.resend-otp {
    margin: 25px 0 0;
    border-top: 1px solid #ccc;
    padding: 15px 0 0;
}

.resend-otp p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.2;
}

.resend-otp span a{    text-decoration: underline;
    color: #000;
    font-size: 15px;
    line-height: 1.2; transition:all 100ms ease-in-out;}
.resend-otp span a:hover{color:#996633;}

.confirmation-msg {
  display: none;
  background: #d6f6d0;
  border-radius:5px;
  margin: 10px 0px;
}
.confirmation-msg span {
    color: #28a745;
    display: block;
    padding: 15px;
    font-size: 15px;
    line-height: 1.2;
}
/* flash msg  */
.flash-msg {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    background: #fff;
    color: #666;
    padding: 7px 12px 12px;
    margin: 0;
    position: sticky;
    top: 0;
    left: 15px;
    right: 15px;
    transform: translate3d(0, -100%, 0);
    transition: all .15s ease;
    display: none;
}
.flash-msg.show {
    transform: translate3d(0, 0, 0);
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
    display: block;
}
.flash-msg span {display: block;border: 1px solid #ccc;padding: 11px 15px;border-radius: 4px;}
.flash-msg.success-txt span {background: #b8e9ef;border-color: #dae3d9; color: #1f2124;}
.flash-msg.error-txt span {background: rgba(255, 0, 0, .1);border-color: #ff0000;color: #ff0000;}
.info-text{background: #b8e9ef;border-color: #dae3d9;color: #1f2124;}

/* loader  */
.loadMe {
    position: absolute;
    background: rgba(244,246,248,0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  opacity:0;
  visibility:hidden;
}

.loadMe.active{opacity:1; visibility:visible;z-index: 2;}
.db-spinner {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #000;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}
.active .db-spinner{display: block;}
@-moz-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}

@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}

@keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}

#loyalty-cart-drawer .olr-c-wrap{
    padding: 10px 0;
    font-size: 10px;
        line-height: 1.2;
}
#loyalty-cart-drawer .olr-c-wrap .olr-c-header{    padding-bottom: 10px; }
#loyalty-cart-drawer .olr-c-wrap .olr-reward{    padding: 7px;}
#loyalty-cart-drawer .olr-reward-coupon {padding-top: 7px;}
#loyalty-cart-drawer .olr-reward-enter-coupon{padding-top: 10px;}
#loyalty-cart-drawer .olr-reward input{padding: 5px;}
#loyalty-cart-drawer .olr-feel-button{padding: 5px;}
#loyalty-cart-drawer .olr-reward-main-total {padding: 0px;}
#loyalty-cart-drawer .olr-reward-main-total table thead th,#loyalty-cart-drawer  .olr-reward-main-total table td{    padding-bottom: 5px;}
#loyalty-cart-drawer .olr-reward-coupon-list{max-height: 190px;}
#loyalty-cart-drawer .olr-c-wrap .olr-c-header h2{    font-size: 15px; font-weight: 600; line-height: 10px;}

.olr-gift-card .opt-giftcard-btn {
    display: block;
    position: relative;
    font-weight: 500;
}

.olr-gift-card .opt-giftcard-box > input:not(:first-child) {
    margin-top: 10px;
}

.opt-giftcard-box {
    margin-top: 15px;
}

.opt-giftcard-box button {
    font-weight: 500;
    padding: 10px 20px;
    border: solid 1px rgba(var(--olr-main-color), 1);
    cursor: pointer;
    background: #00FFE1 !important;
    color: #001EFF;
    border-color: #001EFF;
    font-family: inherit;
    margin-top: 12px !important;!i;!;
}

.olr-gift-card {
    padding: 15px;
    border: solid 1px rgba(var(--olr-border-color), 1);
}

.olr-gift-card .opt-giftcard-btn:after {
    content: '+';
    position: absolute;
    font-size: 22px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 300;
}

.olr-c-wrap .olr-reward {
    row-gap: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: calc(55% - 2.5px);
    border: solid 1px rgba(var(--olr-border-color), 1);
    padding: 20px;
    position: relative;
}

.opt-member-info {
    background-color: rgb(245 245 245);
    margin-top: 15px;
    padding: 15px 0;
}

.opt-member-info span {
    display: block;
}

.opt-apply-amount {
    display: flex;
    align-items: center;
}

.opt-apply-amount button {
    margin-top: 0 !important;!i;!;
    min-width: fit-content;
}

.opt-apply-amount input {
    border-right: unset;
}

.opt-enter-balnce label {
    padding-bottom: 8px;
    display: block;
    font-weight: 500;
}

.opt-enter-balnce {
    padding: 15px 15px 0;
    border-top: solid 1px rgba(0,0,0,.05);
    margin-top: 10px;
}

.opt-member-info p {
    display: flex;
    padding: 0 15px 8px;
}

.opt-member-info p span {
    font-weight: 500;
    padding-right: 5px;
    margin-right: auto;
}

