/*----global-css----*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px){
    .col-lg-9{
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-sm-12 {
    flex: 0 0 auto;
    width:100%;
}
.flex {
    display: flex;
}
.align-items{
    align-items: flex-start;
}
.align-items-center{
    align-items: center;
}
.justify-content-space-between {
    justify-content: space-between;
}
.text-end{
    text-align: right;
}
.text-center{
    text-align: center;
}
.rounded-circle{
    border-radius: 50%;
}
.pd-2{
    padding: 1.5rem;
}
.pd-4{
    padding: 2rem;
}
.me-15{
    margin-right: 15px;
}
.mb-2{
    margin-bottom:2rem;
}
.pt-1{
    padding-top:0.5rem;
}
.pt-2{
    padding-top:1rem;
}
.user-dashboard-wrapper{
    font-family: 'Roboto', sans-serif;
    background-color:#F8F9FB;
    padding: 20px 20px 0px 20px;
    margin-right: auto;
    margin-left: auto;
}
.user-dashboard-wrapper,
.user-dashboard-wrapper * {
    box-sizing: border-box;
}
.box-bg{
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 19px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 40px 0px #0000000A;
    box-shadow: 0px 2px 40px 0px #0000000A;
}
/*----left_side-menu----*/
.height-100{
    height: calc(100% - 100px);
}
ul.sidebar-menu {
    padding: 0;
}
ul.sidebar-menu li{
    list-style: none;
    margin: 5px 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 5px solid transparent;
    cursor: pointer;
}
ul.sidebar-menu li div{
    font-size: 16px;
    color:#404B5A;
    font-weight: 500;
    line-height: 25px;
    display: block;
    padding: 10px 10px;
    text-decoration: none !important;
}
ul.sidebar-menu li a{
    font-size: 16px;
    color:#404B5A;
    font-weight: 500;
    line-height: 25px;
    display: block;
    padding: 10px 10px;
    text-decoration: none !important;
}
ul.sidebar-menu li img {
    width: 18px;
    margin-right: 10px;
}
ul.sidebar-menu li.active{    
    border-left: 5px solid var(--rpress-theme-primary, #4E4BF5);
    background-color: var(--rpress-theme-section-bg-strong, #DCDBFD);
}
ul.sidebar-menu li.active img,
ul.sidebar-menu li:hover img{
    filter: brightness(50%) sepia(100) saturate(100) hue-rotate(220deg);
}
ul.sidebar-menu li.active span,
ul.sidebar-menu li:hover span{
    color: var(--rpress-theme-primary, #4E4BF5);
}
/*----right_side-user-profile-page----*/
.user-profile .border-solid-bg {
    border:1.5px solid rgb(230 230 230 / 50%);
    border-radius: 18px;
    margin-bottom: 1.5rem;
}
.user-profile .avtar-header .avtar-image img{
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.286rem;
    padding:0.25rem;
    background-color: #e4e6ef;
    border-radius: 50%;
}
.user-profile .avtar-header .avtar-details-wrap h2.avtar-name{
    font-size:19px;
    color: #0E0E23;
    font-weight: 600;
    margin: 0;
}
.user-profile .avtar-header .avtar-details-wrap p.avtar-email {
    font-size:15px;
    color: #7e8299;
    margin: 0;
}
/*----all_page----*/
.box-header {
    color: #0E0E23;
    display: block;
    position: relative;
    border-bottom:1.5px solid #E6E6E6;
}
.user-profile .box-header,
.user-saved-address .box-header{  
    border-bottom:0;
}
#user-my-address .box-header .box-title {
    margin: 0;
}
#user-my-address div#add-address-bg .box-title {
    margin: 40px 0;
}
/*----form----*/
#user-profile .box-header .box-title {
    font-size: 15px;
    color: #292929;
    padding-bottom: 20px;
    border-bottom: 1.6px solid #E6E6E6;
}
div#user-profile .box-body{
    padding: 1.5rem;
}
.input-wrap {
    position: relative;
    width: 100%;
}
.input-wrap .form-control {
    font-size: 16px;
    font-weight: 500;
    color: #646464;
    background: rgba(0,0,0,0);
    border: 1.6px solid #E6E6E6;
    padding: 1.5rem 1rem;
    border-radius: 7px;
    box-shadow: none;
    transition: all .2s linear;
    height: 40px;
    width: 100%;
}
.input-wrap .form-control:focus,
input.search__input:focus{
    border: 1.6px solid var(--rpress-theme-primary, #4E4BF5);
}
.input-wrap .form-control:focus~.form-label{
    color: var(--rpress-theme-primary, #4E4BF5);
}
.input-wrap .form-control~.form-label {
    color: #ABB4BE;
    font-size: 16px;
    font-weight:500;
    background-color: #fff;
    position: absolute;
    top: 3px;
    left: 0.75rem;
    margin-bottom: 0;
    padding: 0.37rem 0.37rem;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
}
.user-profile .box-body button.btn.btn-primary,
.save-address,
form.profile-form-wrap input[type="submit"]{
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    padding: 1.2rem 1.8rem;
    background-color: var(--rpress-theme-primary, #4E4BF5);
    border: 1px solid var(--rpress-theme-primary, #4E4BF5);
    color: var(--rpress-theme-primary-contrast, #fff);
}
#user-my-address button{    
    border-radius: 4px;
    text-transform: uppercase;
    padding: 1rem 1.8rem;
}
.user-profile .box-body button.btn.btn-primary:hover,
.save-address:hover{
    background-color: var(--rpress-theme-primary-dark, #4643ee);
}
.save-address{
    border-radius: 10px;
}
/*----user-order_page----*/
.light-gray-bg{
    background-color: #FBFBFB;
    border: 1.6px solid #E2E2E2;
    border-radius: 14px;
}
div#user-my-orders h4.box-title{
    font-size:22px;
    color: #292929;
    margin: 0;
}
table{
    background-color: #FBFBFB;
    border: 0;
    margin: 0;  
    border-radius: 14px;
}
table.dataTable.no-footer#user-orders {
    border-bottom:0px solid rgba(0, 0, 0, 0.3);
}
table#user-orders thead th {
    padding: 0.4em 1em;
    background-color: #EEEEEE;
    border:0;
    border-top:1.6px solid #E2E2E2;
    border-bottom:1.6px solid #E2E2E2 !important;
    text-align: left;
}
table#user-orders thead th::before,
table#user-orders thead th::after{
    display:none;
}
div#user-orders_filter {
    position: absolute;
    right: 1.5rem;
    top:-69px;
}
.table tbody tr:nth-child(even) {
    background-color: #F2F2F2;
}
table#user-orders tbody td{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding:1.4em 1em;
    border: 0;
}
h6.rp-order-id {
    margin: 0;
}
.viewbg {
    background-color: #EEEEEE;
    border-radius: 5px;
    text-align: center;
    height: 25px;
    line-height: 24px;
    display: inline-block;
    width: 38px;
}
.order-status{
    font-size:8px;
    border-radius: 100%;
    margin-right: 10px;
}
.order-status-wrap {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}
.order-status-label {
    min-width: 0;
    overflow-wrap: anywhere;
}
.order-status-completed{
    color:#2EBF72;
    box-shadow: 0 0 0 2px #B5DCC8;
}
.order-status-pending{
    color: orange;
    box-shadow: 0 0 0 2px #ffd96652;
}
.order-status-cancelled{
   color: darkred;
   box-shadow: 0 0 0 2px #FF8787;  
}
.order-status-processing{
    color: #fff;
    box-shadow: 0 0 0 2px #f7ae18;
}
.order-status-transit{
    color: #464343;
    box-shadow: 0 0 0 2px #cac300;
}
.order-status-ready{
    color: #fff;
    box-shadow: 0 0 0 2px #75A84C;
}
.order-status-accepted{
   color: #92531b;
   box-shadow: 0 0 0 2px #ffcd85;
}
div#user-orders_filter input[type="search"]{
    width: 100%;
    max-width: 250px;
    height: 47px;
    padding:8px 24px 8px 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;        
    color: #575756;
    background-color: #EEEEEE; 
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position:8px 50%;
    border-radius: 5px;
    border: 1.6px solid #E2E2E2;
    transition: all 250ms ease-in-out;
}
div#user-orders_filter input[type="search"]::placeholder {
    color:#000000;
}
div#user-orders_paginate{
    padding:3em 1em 1em;
}
div#user-orders_info{
    padding:4em 1em 0em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0.1em 0.8em !important;
}
/*----user-address_page----*/
.user-saved-address .box-title-description{
    color: #9A9A9A;
    font-size: 15px;
}
.address-wrap {
    color: #6C6C6C;
    border:1.5px solid #E1E1E1;
    padding:20px 30px;
    border-radius:5px;
    margin-bottom:30px;
    position: relative;
    display: inline-block;
}
.address-wrap .type-of-address {
    font-size: 16px;
    font-weight: 500;
}
.address-wrap.default .type-of-address{
    color: var(--rpress-theme-primary, #4E4BF5);
}
.address-wrap .user-name{
    font-size:18px;
    font-weight: 400;
}
.address-wrap .user-address {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-right: 30px;
}
.user-contact{
    font-size: 14px;
    font-weight: 500;
}
.address-wrap.default button.btn.btn-primary,
.address-wrap button.btn.btn-primary:hover{
    background-color: var(--rpress-theme-primary, #4E4BF5) !important;
    border-color: var(--rpress-theme-primary, #4E4BF5);
    color: var(--rpress-theme-primary-contrast, #fff) !important;
    transition: 0.5s all;
}
.address-wrap button.btn.btn-primary,
button.btn.btn-primary.add-new-address-btn{
    border: 1.6px solid var(--rpress-theme-primary, #4E4BF5);
    background-color: transparent !important;
    color: var(--rpress-theme-primary, #4E4BF5) !important;
}
.add-address-wrap .box-header .box-title,
.edit-address-wrap .box-header .box-title{
    font-size: 15px;
    color: #292929;
    padding-bottom: 20px;
    margin:40px 0;
    border-bottom: 1.6px solid #E6E6E6;
}
#add-address-bg,
#edit-address-bg{
    height: 0;
    overflow: hidden;
    -webkit-transition: height 200ms;
    transition: height 200ms;
    transition: all 1s ease-in-out;
}
#add-address-bg.active,
#edit-address-bg.active{
    height:100%;
    transition: all 1s ease-in-out;
}
/*----radio-button----*/
h6.address-type{
    margin-bottom: 10px;
}
.radio-custom {
  opacity: 0;
  position: absolute;
}
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.radio-custom-label {
  position: relative;
  align-items: center;
  display: flex;
  margin: 0;
  margin-right:18px;
  color: #9C9A9A;
  font-size: 16px;
}
.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #9C9A9A;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  margin-right: 5px;
  margin-top: 2px;
  text-align: center;
}
.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label{
    color: var(--rpress-theme-primary, #029141);
}
.radio-custom:checked + .radio-custom-label svg path{
    fill: var(--rpress-theme-primary, #029141);
}
.radio-custom:checked + .radio-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  background-color: var(--rpress-theme-primary, #029141);
  border: 2px solid var(--rpress-theme-primary, #029141);
}
.radio-custom-label svg{
    margin-right: 5px;
}
/*----check-box----*/
.default-address-checkbox{
    position: relative;
    display: flex;
    align-items: center;
}
.default-address-checkbox label{
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    background: #fff;
    border: 1.6px solid #9C9A9A;
    border-radius: 3px;
}
.default-address-checkbox label:after{
    opacity: 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 5px;
    background: transparent;
    top: 5px;
    left: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.default-address-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1; 
}
.default-address-checkbox input[type=checkbox]:checked + label {
    background-color: #9C9A9A;
    border: 1px solid #9C9A9A;
}
.default-address-checkbox span.default-add-text {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
}
/*---dropdown-menu---*/
.rp-order-dropdown{
    position: relative;
    filter: url(#goo);
    background-color: #F5F5F5;
    width: 34px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-radius: 50px;
}
.rp-order-dropdown .dropdown__items{
    background-color: #fff;
    padding: 10px 15px;
    border-radius: .375rem;
  }
.rp-order-dropdown .dropdown__items{
    margin: 0;
    position: absolute;
    right: 38px;
    top: 0;
    width: 150px;
    list-style: none;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.93, 0.88, 0.1, 0.8);
    box-shadow: 0px 3px 10px #00000017;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
  }
.rp-order-dropdown input {
    opacity: 0;
    height: 20px;
    width: 50px;
    position: absolute;
    left: -7px;
    top: 6px;
  }
.rp-order-dropdown input:checked ~ .dropdown__items {
    visibility: visible;
    opacity: 1;
}
.rp-order-dropdown i.fa-solid.fa-ellipsis-vertical{
    color:#D1D1D1;
    font-size: 18px;
}
.rp-order-dropdown .dropdown__items li a{
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 15px;
    color: #959595;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}
.rp-order-dropdown .dropdown__items li a:focus {
    outline: 0;
}
.rp-order-dropdown .dropdown__items li:last-child a{
    margin-bottom: 0px;
}
.rp-order-dropdown .dropdown__items li a:hover{
    color: var(--rpress-theme-primary, #4E4BF5);
}
.rp-order-dropdown .dropdown__items li a:hover svg path{
    fill: var(--rpress-theme-primary, #4E4BF5);
} 
/*----address-not-found---*/
div#user-my-address .box-bg.pd-2 {
    padding-bottom:120px;
}
.address-not-found-wrap img {
    max-width: 280px;
    margin:0px auto 30px;
    text-align: center;
    display: block;
}
.address-not-found-wrap h2{
    color: #595A5C;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 12px;
}
.address-not-found-wrap p{
    color: #9A9A9A;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    padding: 0 25%;
}
.add-address-wrap button.add-new-address-btn{
    border-radius: 4px !important;
}
/*-----login/register_page/forgot-password-----*/
body form#rpress_login_form,
body form#rpress_register_form,
body .custom-reset-password
{
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #191919;
    max-width: 438px;
    margin: 0 auto;
}
form.rpress_form h1.rpress-login-hd,
.custom-reset-password h2
{
    font-size: 40px;
    color: #191919;
    margin-bottom: 10px;
}
form.rpress_form .welcome-text-wrap,
.custom-reset-password>p
{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
form.rpress_form .gmail-login-link-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* border: 1.6px solid #ECECEC; */
    text-align: center;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}
form.rpress_form .hr-lines{
    position: relative;
    margin: 50px auto 40px;
    text-align: center;
    font-size: 14px;
    color: #ABACAC;
}
form.rpress_form .hr-lines:before{
    content:" ";
    height:1.5px;
    width: 130px;
    background: #ECECEC;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
form.rpress_form .hr-lines:after{
    content:" ";
    height: 1.5px;
    width: 130px;
    background: #ECECEC;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
form.rpress_form p{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
form.rpress_form p label,
.custom-reset-password form label
{
    margin-bottom: 10px;
    display: block;
}
form.rpress_form p input,
.custom-reset-password form input
{
    box-shadow: none;
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1.6px solid #ECECEC;
}
form.rpress_form p input:focus{
    outline: 0;
    border: 1px solid var(--rpress-theme-primary, #CD3857);
}
form.rpress_form p input[type="password"]{
    background-image: url("../../assets/images/eye.svg");
    background-repeat: no-repeat;
    background-position: 98% 50%;
}
form.rpress_form p input::placeholder{
    color: #ABACAC;
}
form.rpress_form p input[type="submit"],
.custom-reset-password form input[type="submit"]
{
    border: 1px solid var(--rpress-theme-primary, #CD3857);
    background: var(--rpress-theme-primary, #ED5575);
    color: var(--rpress-theme-primary-contrast, #fff);
    width: 100%;
    height: 54px;
    border-radius: 27px;
    font-size: 18px;
    cursor: pointer;
}
.custom-reset-password form input[type="submit"]{
    margin-top: 20px;
}
form.rpress_form p input[type="submit"]:hover,
.custom-reset-password form input[type="submit"]:hover{
    border: 1px solid var(--rpress-theme-primary-dark, #CD3857);
    background: var(--rpress-theme-primary-dark, #CD3857);
}
form.rpress_form p.rpress-login-remember{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
form.rpress_form p.rpress-login-remember input {
    border-radius: 2px;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;
    outline: 0;
    box-shadow: none;
}
form.rpress_form .rpress-login-remember{
    position: relative;
}
form.rpress_form .rpress-login-remember label {
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
}
form.rpress_form .rpress-login-remember label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
form.rpress_form .rpress-login-remember input[type=checkbox]:checked + label:after {
	opacity: 1; 
}
form.rpress_form .rpress-login-remember input[type=checkbox]:checked + label {
    background-color: var(--rpress-theme-primary, #000000);
    border: 1px solid var(--rpress-theme-primary, #000000);
}
form.rpress_form .rpress-login-remember a{
    color: var(--rpress-theme-primary, #ED5575);
    text-decoration: none;
}
form.rpress_form p.register-link-wrap,
.custom-reset-password .login-link a
{
    color: #3D3C3F;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    text-align: center;
    display: block;
}
.custom-reset-password .login-link a{
    margin-top: 30px;
    text-decoration: none;
}
form.rpress_form p.register-link-wrap .reglink {
    color: var(--rpress-theme-primary, #f20d22);
    font-weight: bold;
    text-decoration: none;
}
form.rpress_form p.register-link-wrap .reglink:hover,
form.rpress_form p.register-link-wrap .reglink:focus{
    text-decoration: underline;
    outline: 0;
}
@media screen and (max-width: 768px){
    .user-dashboard-wrapper.user-profile {
        width: 100%;
        max-width: 100%;
        padding: 12px;
        overflow-x: hidden;
    }
    .user-dashboard-wrapper.user-profile > .row {
        --bs-gutter-x: 0;
        flex-direction: column;
        gap: 12px;
        margin-left: 0;
        margin-right: 0;
    }
    .user-dashboard-wrapper.user-profile > .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
    .user-dashboard-wrapper .box-bg,
    .user-dashboard-wrapper .light-gray-bg,
    .user-profile .border-solid-bg {
        border-radius: 12px;
    }
    .user-dashboard-wrapper .height-100 {
        height: auto;
    }
    .user-dashboard-wrapper .pd-2 {
        padding: 14px;
    }
    .user-dashboard-wrapper .pd-4 {
        padding: 14px;
    }
    .user-dashboard-wrapper ul.sidebar-menu {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        margin: 0;
        padding: 6px;
    }
    .user-dashboard-wrapper ul.sidebar-menu li {
        min-width: 0;
        margin: 0;
        padding: 0;
        border-left-width: 3px;
        border-radius: 8px;
        overflow: hidden;
    }
    .user-dashboard-wrapper ul.sidebar-menu li div,
    .user-dashboard-wrapper ul.sidebar-menu li a {
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 8px 10px;
        font-size: 13px;
        line-height: 1.25;
    }
    .user-dashboard-wrapper ul.sidebar-menu li img {
        flex: 0 0 16px;
        width: 16px;
        margin-right: 8px;
    }
    .user-dashboard-wrapper ul.sidebar-menu li span {
        min-width: 0;
        overflow-wrap: anywhere;
    }
    .user-profile .avtar-header .flex {
        align-items: center;
    }
    .user-profile .avtar-header .avtar-details-wrap {
        min-width: 0;
    }
    .user-profile .avtar-header .avtar-details-wrap h2.avtar-name {
        font-size: 16px;
        overflow-wrap: anywhere;
    }
    .user-profile .avtar-header .avtar-details-wrap p.avtar-email {
        font-size: 13px;
        overflow-wrap: anywhere;
    }
    #user-profile .box-header .box-title,
    .add-address-wrap .box-header .box-title,
    .edit-address-wrap .box-header .box-title,
    #user-my-address div#add-address-bg .box-title {
        margin: 0 0 18px;
        padding-bottom: 14px;
    }
    div#user-profile .box-body {
        padding: 0;
    }
    .user-dashboard-wrapper .profile-form-wrap .row,
    .user-dashboard-wrapper #add-address-bg .row {
        --bs-gutter-x: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .user-dashboard-wrapper #add-address-bg.active {
        margin-top: 14px;
    }
    .user-dashboard-wrapper .profile-form-wrap .col-6,
    .user-dashboard-wrapper #add-address-bg .col-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .input-wrap .form-control {
        min-height: 54px;
        height: auto;
        padding: 20px 12px 8px;
        font-size: 14px;
        line-height: 1.25;
    }
    .input-wrap .form-control~.form-label {
        max-width: calc(100% - 24px);
        font-size: 13px;
        line-height: 1.1;
        white-space: normal;
    }
    .user-profile .box-body button.btn.btn-primary,
    .save-address,
    form.profile-form-wrap input[type="submit"],
    #user-my-address button,
    .add-address-wrap button.add-new-address-btn {
        width: 100%;
        max-width: 100%;
        min-height: 46px;
        padding: 12px 16px;
        font-size: 14px;
    }
    .text-end {
        text-align: left;
    }
    div#user-my-orders h4.box-title {
        font-size: 18px;
    }
    #user-my-orders .table-responsive {
        overflow: visible;
    }
    #user-orders_wrapper {
        width: 100%;
    }
    div#user-orders_filter {
        position: static;
        margin: 0 0 12px;
        text-align: left;
    }
    div#user-orders_filter label {
        display: block;
        width: 100%;
        font-size: 0;
    }
    div#user-orders_filter input[type="search"] {
        width: 100%;
        max-width: none;
        height: 44px;
        font-size: 14px;
        margin: 0;
    }
    table#user-orders,
    table#user-orders thead,
    table#user-orders tbody,
    table#user-orders tr,
    table#user-orders td {
        display: block;
        width: 100% !important;
    }
    table#user-orders thead {
        position: absolute;
        width: 1px !important;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }
    table#user-orders tbody tr {
        margin: 0 0 12px;
        padding: 12px;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    }
    table#user-orders tbody tr:nth-child(even) {
        background: #fff;
    }
    table#user-orders tbody td {
        display: grid;
        grid-template-columns: minmax(92px, 38%) minmax(0, 1fr);
        align-items: center;
        gap: 10px;
        padding: 8px 0;
        border: 0;
        font-size: 13px;
        text-align: left !important;
        word-break: break-word;
    }
    table#user-orders tbody td::before {
        content: attr(data-label);
        color: #6b7280;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }
    table#user-orders tbody td.dataTables_empty {
        display: block;
        padding: 14px 0;
        text-align: center !important;
    }
    table#user-orders tbody td.dataTables_empty::before {
        content: none;
    }
    table#user-orders tbody td:last-child {
        align-items: start;
    }
    .viewbg {
        justify-self: start;
    }
    div#user-orders_info,
    div#user-orders_paginate {
        padding: 10px 0 0;
        font-size: 12px;
        text-align: left;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.15em 0.45em !important;
        margin-left: 0;
    }
    .address-wrap {
        display: block;
        width: 100%;
        padding: 16px;
        margin-bottom: 14px;
    }
    .address-wrap .user-address {
        padding-right: 0;
        overflow-wrap: anywhere;
    }
    .rp-order-dropdown {
        position: absolute;
        top: 14px;
        right: 14px;
    }
    .rp-order-dropdown .dropdown__items {
        right: 0;
        top: 38px;
        width: min(220px, calc(100vw - 56px));
    }
    .user-saved-address .box-title-description,
    .address-not-found-wrap p {
        padding: 0;
        font-size: 14px;
    }
    .address-not-found-wrap img {
        max-width: min(220px, 100%);
    }
    .radio-custom-label {
        margin: 0 12px 10px 0;
        font-size: 14px;
    }
    .default-address-checkbox {
        align-items: flex-start;
    }
    .default-address-checkbox span.default-add-text {
        margin-left: 10px;
        font-size: 14px;
        line-height: 1.35;
    }
}
@media screen and (max-width: 420px){
    .user-dashboard-wrapper ul.sidebar-menu {
        grid-template-columns: 1fr;
    }
    .user-dashboard-wrapper .box-bg.pd-2,
    .user-dashboard-wrapper .light-gray-bg .box-body {
        padding: 12px;
    }
    table#user-orders tbody td {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 8px;
    }
}
@media screen and (min-width:320px) and (max-width:768px){
    form.rpress_form p.rpress-login-remember{
        font-size: 13px;
    }
    form.rpress_form p.rpress-login-remember input,
    form.rpress_form .rpress-login-remember label{
        top: 5px;
    }
    form.rpress_form p label {
        margin-bottom: 10px;
        font-size: 13px;
    }
    form.rpress_form p.register-link-wrap {
        line-height: 20px;
        font-size: 12px;
    }
    form.rpress_form p input[type="submit"] {
        height: 50px;
        font-size: 16px;
    }
    form.rpress_form .hr-lines:before,
    form.rpress_form .hr-lines:after{
        width: 50px;
    }
    form.rpress_form .gmail-login-link-wrap {
        padding: 15px 20px;
    }
   form.rpress_form  h1.wp-block-post-title {
        font-size: 35px;
    }
    form.rpress_form p.rpress-login-remember label {
        margin-bottom: 0;
    }
    form.rpress_form h1.rpress-login-hd {
        font-size: 28px;
    }

}
.micromodal-slide {
	display: none;
}
.micromodal-slide.is-open {
	display: block;
	z-index: 99;
    position: absolute;
}
#rpressModal.micromodal-slide,
#rpressDateTime.micromodal-slide {
	display: none !important;
	position: fixed !important;
	inset: 0;
}
#rpressModal.micromodal-slide.is-open,
#rpressDateTime.micromodal-slide.is-open {
	display: block !important;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

/* Order-details modal styles scoped to dashboard/history context only */
#rpressModal.show-order-details.rpress-order-details-context {
	display: none !important;
	position: fixed !important;
	inset: 0;
	z-index: 999999;
}
#rpressModal.show-order-details.rpress-order-details-context.is-open {
	display: block !important;
}
#rpressModal.show-order-details.rpress-order-details-context .modal__overlay {
	position: fixed;
	inset: 0;
	background: rgba(12, 20, 33, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	overflow-y: auto;
}
#rpressModal.show-order-details.rpress-order-details-context .modal__container {
	background: #ffffff;
	width: min(920px, calc(100vw - 30px));
	max-height: calc(100vh - 30px);
	border-radius: 20px;
	overflow: auto;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.28);
	padding: 0;
}
#rpressModal.show-order-details.rpress-order-details-context .modal-header {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 24px 32px 18px;
	border-bottom: 1px solid #e6ebf2;
}
#rpressModal.show-order-details.rpress-order-details-context .modal-header .modal-title {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin: 0;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.08;
	color: #262b3a;
}
#rpressModal.show-order-details.rpress-order-details-context .modal-header .rpress-status {
	margin-left: auto;
	padding: 10px 18px;
	border-radius: 12px;
	font-size: 16px;
	line-height: 1.2;
}
#rpressModal.show-order-details.rpress-order-details-context .modal__close {
	margin-left: 12px;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 999px;
	background: #eef2f7;
	position: relative;
	opacity: 1;
	right: auto;
	top: auto;
}
#rpressModal.show-order-details.rpress-order-details-context .modal__close:before,
#rpressModal.show-order-details.rpress-order-details-context .modal__close:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 2px;
	background: #3b3f4a;
	transform-origin: center;
}
#rpressModal.show-order-details.rpress-order-details-context .modal__close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
#rpressModal.show-order-details.rpress-order-details-context .modal__close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
#rpressModal.show-order-details.rpress-order-details-context .modal-body {
	padding: 22px 32px 26px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
#rpressModal.show-order-details.rpress-order-details-context .rp-order-section-md-data {
	background: #ffffff;
	border: 1px solid #e8eef6;
	border-radius: 16px;
	padding: 18px 20px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}
#rpressModal.show-order-details.rpress-order-details-context .rp-detils-content-view .rp-detail-row {
	display: grid;
	grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
	gap: 14px;
	padding: 8px 0;
}
#rpressModal.show-order-details.rpress-order-details-context .rp-detils-content-view .rp-detail-label {
	font-size: 15px;
	font-weight: 700;
	color: #31394a;
	letter-spacing: 0.02em;
}
#rpressModal.show-order-details.rpress-order-details-context .rp-detils-content-view .rp-detail-value {
	font-size: 15px;
	font-weight: 500;
	color: #4b5565;
}
#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap h3 {
	margin: 18px 0 14px;
	font-size: 36px;
	line-height: 1.12;
	color: #262b3a;
}
#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap ul.rpress-cart {
	margin: 0;
	padding: 0;
	list-style: none !important;
	background: #ffffff;
	border: 1px solid #e8eef6;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}
#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap ul.rpress-cart > li {
	list-style: none !important;
}
#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap ul.rpress-cart > li::before {
	content: none !important;
	display: none !important;
}
#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap .rpress-cart-item {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 10px;
	padding: 14px 18px;
	border-bottom: 1px solid #eef3f9;
	align-items: start;
}
#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap .rpress-cart-item-title {
	padding-left: 2px;
	font-weight: 600;
	color: #2b3445;
}
#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap span.rpress-cart-item-qty.qty-class {
	min-width: 34px;
	display: inline-block;
	font-weight: 700;
	color: #0f172a;
}
#rpressModal.show-order-details.rpress-order-details-context .rp-addons-ht-wrap {
	display: block;
	grid-column: 2 / 4;
	padding: 0 0 0 2px;
	font-size: 13px;
	color: #6a7384;
}
#rpressModal.show-order-details.rpress-order-details-context .rpress-cart-item .cart-item-quantity-wrap {
	align-self: start;
}
#rpressModal.show-order-details.rpress-order-details-context .rpress-cart-item .rpress-cart-item-price.qty-class {
	font-weight: 700;
	color: #0f172a;
}
#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap li.rpress-cart-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 18px;
	border-top: 1px solid #f1f5f9;
	background: #fcfdff;
	font-weight: 600;
	color: #374151;
}
#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap li.rpress-cart-meta span {
	font-weight: 700;
	color: #0f172a;
}
#rpressModal.show-order-details.rpress-order-details-context .modal-footer {
	position: sticky;
	bottom: 0;
	background: #fff;
	padding: 18px 32px 22px;
	border-top: 1px solid #e6ebf2;
	font-size: 42px;
	line-height: 1;
	color: #1f2937;
}
#rpressModal.show-order-details.rpress-order-details-context .modal-footer span {
	font-weight: 700;
}
@media (max-width: 768px) {
	#rpressModal.show-order-details.rpress-order-details-context .modal__overlay {
		padding: 12px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .modal-header {
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 16px 18px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .modal-header .modal-title {
		flex: 1 1 calc(100% - 58px);
		min-width: 0;
		font-size: 30px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .modal-header .rpress-status {
		margin-left: 0;
		font-size: 14px;
		padding: 8px 12px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .modal__close {
		width: 40px;
		height: 40px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .modal-body {
		padding: 16px 18px 20px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .rp-order-section-md-data,
	#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap ul.rpress-cart {
		border-radius: 14px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap h3,
	#rpressModal.show-order-details.rpress-order-details-context .modal-footer {
		font-size: 30px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap .rpress-cart-item {
		grid-template-columns: auto 1fr;
	}
	#rpressModal.show-order-details.rpress-order-details-context .rpress-cart-item .cart-item-quantity-wrap {
		grid-column: 2 / 3;
	}
	#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap li.rpress-cart-meta {
		padding: 10px 14px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .rp-detils-content-view .rp-detail-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .modal-footer {
		padding: 14px 18px 18px;
	}
}
@media (max-width: 420px) {
	#rpressModal.show-order-details.rpress-order-details-context .modal__overlay {
		padding: 8px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .modal__container {
		width: calc(100vw - 16px);
		max-height: calc(100vh - 16px);
		border-radius: 14px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .modal-header {
		gap: 10px;
		padding: 14px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .modal-header .modal-title,
	#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap h3,
	#rpressModal.show-order-details.rpress-order-details-context .modal-footer {
		font-size: 24px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .modal__close {
		width: 36px;
		height: 36px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .modal-body {
		padding: 14px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .rp-order-section-md-data {
		padding: 14px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .rp-order-list-main-wrap .rpress-cart-item {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 12px 14px;
	}
	#rpressModal.show-order-details.rpress-order-details-context .rp-addons-ht-wrap,
	#rpressModal.show-order-details.rpress-order-details-context .rpress-cart-item .cart-item-quantity-wrap {
		grid-column: auto;
	}
	#rpressModal.show-order-details.rpress-order-details-context .modal-footer {
		padding: 12px 14px 14px;
	}
}
