/* ----------LOGIN-START--------- */
/* MOBILE-NUMBER-COUNTRY-START */
/* .mobile_number_country_box {
    position: relative;
    max-width: 480px;
    margin: 0 0 20px 0;
} */
.mobile_number_country_box .iti--allow-dropdown {
    width: 100%;
}
.register_continue_text {
  float: left;
  width: 100%;
  font-size: 25px;
  color: #ccc;
  text-transform: uppercase;
  position: relative;
  margin: 30px 0 40px 0;
  text-shadow: 0px 2px 0 #d5c983;
}
.register_continue_text::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #686868;
  bottom: 0;
  margin: 0;
}
.register_continue_text span {
  font-size: 16px;
  color: #000;
  position: absolute;
  width: 160px;
  text-align: center;
  margin: -13px auto 0;
  left: 0;
  right: 0;
  z-index: 5;
  text-transform: none;
  background-color: #FFFBF7;
  text-shadow: none;
}
.login_submit_btn {
  background-color: #8b4a26;
  color: #fff;
  border: 0;
  border-radius: 100px;
  line-height: normal;
  padding: 10px 30px;
  text-decoration: none;
  transition-duration: 0.3s;
  text-transform: uppercase;
}
.login_submit_btn:hover {
  background-color: #bb8039;
  color: #fff;
}
.userprofile_box .label_list2 {
  margin: 0px 0px 40px 0px;
}
.label_list2 select:focus~.label_position {
  margin: -10px 0 0 4px;
  font-size: 13px;
}
.login_number_box label{
    width: 100%;
    font-family: Raleway-Regular;
    padding: 0 0 5px 20px;
    font-size: 16px;
}
/* ----------LOGIN-END--------- */
/* Sign Up Start */
.sign_up_page{

}
.sign_up_page .userform_data_inner .input_filed_box {
    width: 47%;
}
.sign_up_page .notification_whatsapp_text{
    margin: 14px 0 0px 0;
}
.notification_whatsapp_text input[type="checkbox" i]:disabled {
    background-color: initial;
    filter: opacity(0.3);
}

.sign_up_page .red_button {
    background-color: #8A4A25;
    color: #fff !important;
    padding: 9px 30px;
    border-radius: 100px;
    text-decoration: none;
    transition-duration: 0.1s;
    text-transform: uppercase;
    line-height: normal;
    font-size: 16px;
    border: none;
    margin: 25px 0 0px 0;
}
/* Sign Up End */
.outfitfont{
    font-family: 'Outfit-Light' !important;
}
.profile_menu_mobile {
  display: none;
}
.profile_menu {
  display: block;
  background-color: #E6D5C3;
  height: 100%;
}
.aboutuser_pages{
    position: relative;
    padding: 0 0 50px 0;
}
.aboutuser_pages:after{
    position: absolute;
    content: "";
    left:0;
    bottom:0;
    top:0;
    background-color:#E6D5C3;
    z-index:-1;
    width:70%;
}
.user_rightside{
    background-color:#F8F5F2;
    height:100%;
    width:100%;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #0000000D;
    padding: 40px 50px;
}
.user_rightside .heading{
    margin: 0 0 20px 0;
    color:#3A1E14;
}
.user_rightside hr{
    border-bottom:1px solid #F2E5DE;
    margin:1rem 0 2rem 0;
}
.profile_name_heading{
    padding: 20px 0 20px 0;
}
.profile_name_heading .heading{
    color:#FFF8F1;
}
.profile_name_heading .heading span{
    color:#FFFFFF;
    font-family: 'Raleway-SemiBold';
}
.updatemobilenumber_img{
    width:70%;
}


/* left sidebar Start */
.profile_leftbox_inner {
    background-repeat: repeat-y;
    background-position: right top;
    width: 100%;
    height: 100%;
    min-height: 500px;
    padding: 20px 0 0 0;
}
.profile_menu {
  position: sticky;
  top: 120px; /* adjust based on your header height */
  height: calc(100vh - 100px); /* full viewport height minus header */
  padding: 15px 0;
  z-index: 10;
}
.profile_leftlink ul{
    margin: 0;
    padding: 0 0 0 0px;
}
.profile_leftlink ul li {
    padding: 0;
    margin: 0 0 3px 0;
    list-style-type: none;
    position: relative;
    border-radius: 50px;
}
.profile_leftlink ul li:hover{
    background-color: #8B4A26;
    transition-duration: 0.3s;
    color:#fff;
}
.profile_leftlink ul li:hover ::after{
    content: '';
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    right: 16px;
    top:15px;
    width:7px;
    height:7px;
}
.profile_leftlink ul .active{
    background-color: #8B4A26;
    transition-duration: 0.3s;
}
.profile_leftlink ul .active a{
    color:#fff;
}
.profile_leftlink ul .active::after{
    content: '';
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    right: 16px;
    top:15px;
    width:7px;
    height:7px;
}
.profile_leftlink ul li::before{
    content: '';
    background-color:#C69763;
    border-radius: 50px;
    position: absolute;
    right: 19px;
    top:16px;
    width:5px;
    height:5px;
}

.profile_leftlink ul li a {
  line-height: normal;
  padding: 10px 34px 10px 10px;
  font-size: 15px;
  color: #3A1E14;
  text-decoration: none;
  text-align: right;
  position: relative;
  z-index: 5;
  transition-duration: 0.3s;
  font-family: 'Raleway-Regular';
  display:block
}
.profile_leftlink ul li a:hover {
  color: #fff;
}



/* Userprofile Start */
.error_msg_box{
    color: green;
    margin-bottom: 10px;
    font-size: 15px;
}
.error_msg_box .error-message{
    margin-bottom: 20px;
}
.error_msg_box .success-message{
    margin-bottom: 20px;
    color:green
}
.userform_data_inner .label_list2 label{
    width: 100%;
    font-family: Raleway-Regular;
    padding: 0 0 5px 20px;
    font-size: 16px;
}
.input_text, .input_textarea, .input_select {
  border: 1px solid #D6D6D6;
  width: 100%;
  line-height: normal;
  padding: 10px 10px 10px 20px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 6px;
  min-height: 40px;
  height: 40px;
  color: #3A1E14;
  font-family: 'Raleway-Regular';
}
:focus-visible{
    outline: 1px solid #8B4A26;
    outline-offset: 0px;
}
.userform_data_inner {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.userform_data_inner .input_filed_box{
    width:48%;
}
.mobile_number_box{
    position: relative;
}
.input_filed_box label{
    width: 100%;
    font-family: Raleway-Regular;
    padding: 0 0 5px 20px;
    font-size: 16px;
}
.mobile_number_country_box .email_textbox {
    padding: 8px 20px !important;
    width: 100%;
    border-radius: 6px;
    float: right;
    border: 1px solid #868686;
    background: #fff;
    font-family: 'Outfit-Light';
}
.mobile_number_country_box .iti__selected-flag {
    font-family: 'Outfit-Medium';
}
.mobile_number_country_box .input_text {
    font-family: 'Outfit-Light';
    margin: 0 0 20px 0px;
}
.email_textbox {
    font-family: 'Outfit-Light';
}
.mobile_textbox {
    font-family: 'Outfit-Light';
}
#countryMessage{
    color:#3A1E14;
    margin: 5px 0 10px 0;
    font-size: 10px;
}
#otp-messagemobile{
    font-size: 14px;
    margin: 0 0 12px 0;
}
.otpmessage{
    color: #8B4A26;
    margin-bottom: 10px;
    font-size: 14px;
}
.otpmessagephone{
    margin-bottom: 10px;
    font-size: 14px
}
/* .updatemobilenum{
    margin:15px 0px 0px 0px;
} */
#otpmessagephone{
    color:#3A1E14;
    margin-bottom: 10px;
    font-size: 15px;
}
.otp-verification-boxemail{
    float: left;
    width: 100%; 
    display: none;
}
.otp-input{

}
.otp-verification-boxemail .otp-message{
    color:green;
    font-size: 14px;
    margin: 0 0 10px 0;
}
.otp-verification-boxemail
.otp-input{
    width:180px;
    margin:0 20px 0 0;
}
.gender_box .male_female input {
    display: none;
}
/* Default style for all labels */
.gender_box .male_female label {
    cursor: pointer;
    border: 1px solid #D6D6D6;
    margin: 0px 0px 0px 0px;
    padding: 8px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    opacity: 0.6; /* default opacity */
    transition: opacity 0.3s ease, transform 0.3s ease;
}
/* When radio is checked → full opacity */
.gender_box .male_female input[type="radio"]:checked ~ label {
    opacity: 1;
    
}
.gender_box {
    display: flex;
    gap: 20px;
    margin: 20px 0 25px 0;
}
.gender_box .male_female span {
    font-size: 15px;
    line-height: normal;
    color: #3A1E14;
}
.gender_box .male_female img{
    max-height: 23px;
}
.gender_box .male_female .dot {
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}
.gender_box .male_female input[type="radio"]:checked ~ label .dot {
    border: 4px solid #fff;
    background-color: #B15D2E;
    box-shadow: 0 0 0 1px #D6D6D6;
}
/* Hide the default checkbox visually but keep it clickable */
.notification_whatsapp_text input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 19px;
    height: 19px;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    vertical-align: middle;
    transition: all 0.3s ease;
}
/* Checked state — show tick image */
.notification_whatsapp_text input[type="checkbox"]:checked {
    background:#fff url("../assets/images/user_profile_pages/checkbox.png") center/15px no-repeat;
    transform: scale(1.05);
}
/* Optional hover effect */
.notification_whatsapp_text input[type="checkbox"]:hover {
    transform: scale(1.05);
}
/* Align checkbox and text properly */
.notification_whatsapp_text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #3A1E14;
    margin: 0 0 25px 0;
}
.date_of_birth .input_text{
    position: relative;
}
.date_of_birth .input_text::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  opacity: 0;        
  cursor: pointer;         
  z-index: 2;                
}
.date_of_birth .input_text::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../assets/images/user_profile_pages/date.webp");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  pointer-events: none; 
  z-index: 1;
}
.aboutuser_pages .red_button{
    background-color: #8A4A25;
    color: #fff !important;
    padding: 9px 30px;
    border-radius: 100px;
    text-decoration: none;
    transition-duration: 0.1s;
    text-transform: uppercase;
    line-height: normal;
    font-size: 16px;
    border:none;
}
.aboutuser_pages .red_button:hover {
  background-color: #8B4A26;
  color: #ffffff !important;
  margin-left: 0px;
  box-shadow:none;
}
.aboutuser_pages .heading .red_button{
    margin: 0px 0 0 0;
}
.mobile_number_box .iti--allow-dropdown{
    font-family: 'Outfit-Medium';
}
.updatenumber_box {
    display: flex;
}
.updatenumber_box .red_button{
    font-size: 10px;
    padding: 4px 13px;
    margin: 10px 0 15px 0px;
}
.date_of_birth .input_text{
    font-family: 'Outfit-light';
}
.mobile_number_box .input_text{
    font-family: 'Outfit-light';
}
.label_list2 .iti{
    width:100%;
}
/* Userprofile End */
/* ----------ADDRESS-START--------- */
.current_address_box span {
  font-family: 'Raleway-Medium';
  padding: 0 0 0px 0;
  float: left;
  width: 100%;
  color: #3A1E14;
}
.current_address_box_list input {
  display: none;
}
.current_address_box_list label {
  opacity: 1;
  width: 100%;
  cursor: pointer;
  background-color: #FFFFFF;
  padding: 20px 20px;
  border-radius: 20px;
  font-size: 14px;
  box-shadow: 5px 5px 10px #F4F4F4;
  border: 1px solid #E8E3CD;
  min-height: 330px;
  position: relative;
}
.current_address_box_list {
  position: relative;
}
.current_address_box_list::after {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 80px;
  height: 90px;
  content: "";
  background-image: url(../assets/images/special_days/show-address.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  opacity: 0.2;
}
.current_address_box_list input[type="radio"]:checked~label {
  opacity: 1;
  background-color: #fff;
}
.current_address_box_list .addresscard_heading {
    font-size: 12px;
    font-family: 'Raleway-Medium';
    color: #8B4A26;
    font-weight: bold;
    background-color: #F5F5F6;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 20px;
    margin: 0 0 15px 0;
}
.current_address_box_list p {
  margin: 0px 0px 5px 0px;
  display: flex;
  gap: 10px;
  font-size: 13px;
}
.current_address_box_list p b {
    font-weight: inherit;
    width: 100%;
    font-family: 'Raleway-SemiBold';
}
.address_heading {
  position: absolute;
  top: 0;
  background-color: #8B4A26;
  line-height: normal;
  color: #fff;
  padding: 6px 18px;
  border-radius: 40px;
  margin: -10px 0 0 -10px;
}
.new_address_btn {
  background-image: url(images/address/location_icon.png);
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 15px;
  padding: 15px 20px 15px 40px;
  background-color: #8B4A26;
  color: #fff;
  border-radius: 110px;
  font-size: 19px;
}
.new_address_btn:hover {
  background-color: #3A1E14;
  color: #fff;
}
.edit_icon_box {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 10px 0 0;
  width: auto;
  transition-duration: 0.3s;
  opacity: 0;
}
.current_address_box_list:hover .edit_icon_box {
  opacity: 1;
}
.edit_address_icon {
  position: relative;
  right: 0;
  top: 0;
  padding: 0 6px;
  float: right;
}
.edit_address_icon img {
  max-width: 20px;
}
.current_address_box_list input[type="radio"]:checked~label .edit_icon_box {
  opacity: 1;
}
.address_right_productshow_box {
  background-color: #F8F3D4;
  border-radius: 10px;
  margin: 0 0 7px 0;
  padding: 5px 10px 5px 0px;
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: left;
  box-shadow: 0 3px 0 #ECE4AF;
}
.address_right_productshow_img {
  float: left;
  width: 70px;
  text-align: center;
}
.address_right_productshow_img img {
  max-height: 40px;
  max-width: 100%;
  border-radius: 6px;
}
.address_right_productshow_heading {
  float: left;
  padding: 8px 0 0 10px;
  width: 60%;
}
.address_right_productshow_qyt {
  float: right;
  margin: 8px 0 0 0;
  font-weight: bold;
}
.aboutuser_pages .address_type_box .red_button{
    background-color: #FFFAF5;
    display: inline-block;
    font-family: var(--font-raleway-medium);
    color: var(--color-black) !important;
    padding: 6px 20px;
    border-radius: 40px;
    border: 1px solid #F0CFC4;
    background-color: var(--color-white);
    font-size: 14px;
    position: relative;
    transition: background-color 0.4s ease, color 0.4s ease;
}
.label_heading {
  font-size: 16px;
}
.login_page .input_text, .input_textarea, .input_select {
  background-color: #fffbf7;
}
.login_page_inner {
  padding: 40px 50px 40px 50px;
  border-radius: 280px 280px 40px 40px;
  background-color: #fffbf7;
}
.login_page .label_list .label_position {
  background-color: #fffbf7;
}
.personal_details_box .userform_data_inner{
    margin: 0 0 30px 0;
}
.address_type_box input {
  display: none;
}
/* ----------ADDRESS-END--------- */
/* Special Days Add Start */
.relationship_box {
    display: flex;
    flex-wrap:wrap;
    gap: 25px;
    justify-content: space-between;
}
.relationship_box .input_text{
    width:46%;
}
.select_special_day{
    display: flex;
    flex-wrap:wrap;
    gap: 25px;
    /* justify-content: space-between; */
}
.select_special_day .input_filed_box{
    width:23%;
}
.specialdayadd .input_filed_box{
    width: 48%;
}
.select_special_day .Relationship_box{
    width:46%;
}
.special_day_add .userform_data_inner .input_filed_box {
    margin: 0 0 30px 0;
}
.specialday_list {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px 20px 20px;
  font-size: 15px;
  position: relative;
  font-size: 14px;
  border: 1px solid #fff4e9;
  height:100%
}
.special_day_heading {
  color: #8B4A26;
  font-size: 18px;
  font-family: 'Raleway-Medium';
  line-height: normal;
  margin: 0 0 10px 0;
}
.Relationshiptext {
  float: left;
  width: 100%;
  padding: 10px 20px 10px 0px;
  line-height: normal;
  border-radius: 0px;
  margin: 0 0 0px 0;
  font-size: 13px;
  border-bottom: 1px dashed #e6d5c3;
}
.nextdays {
  color: #3A1E14;
  font-weight: bold;
  font-size: 13px;
  background-color: #FFFAF5;
  border-radius: 100px;
  padding: 5px 10px;
  width: auto;
  margin: 0 auto;
}
.specialday_list_icon {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}
.specialday_list_icon span {
  float: left;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #e6d5c3;
  margin: 0 15px 0 0px;
  border-radius: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.specialday_list_icon span:hover {
  background-color: #e6d5c3;
}
.specialday_list_icon img {
  max-height: 16px;
}
/* Special Days Add End */
/* Address Page Start */
.new_address_box .userform_data_inner .input_filed_box {
    width: 48%;
    margin: 0 0 0px 0;
}
.new_address_box .userform_data_inner {
    gap: 10px;
}
.mobile_textbox{
  border: 1px solid #D6D6D6;
  width: 100%;
  line-height: normal;
  font-size: 16px;
  background-color:#fff;
  border-radius: 6px;
  height: 40px;
}
.userform_data_inner label{
    font-size: 16px;
    padding: 0 0 5px 20px;
}
.address_type_box input[type="radio"]:checked+label {
  background-color: #8A4A25;
  border: 1px solid #8A4A25;
  color: #fff !important;
}
.locationwith_address{
    padding: 6px 10px 6px 20px;
    border-radius: 5px;
    background: #e6d5c32b;
    margin: 5px 0 30px 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}
/* ------REFERRAL-PAGE-START------ */
.referearn_boxinner{
    display: flex;
    align-items: center;
    gap: 20px;
}
.referearn_left{
    width: 58%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.referearn_right{
    width:42%;
}
.referearn_box{
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1.5px dashed #E6D5C3;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
}
.refer_icons img {
    max-height: 50px;
}
.refer_icons{
    background: #FFFFFF;
    padding: 13px;
    border-radius: 80px;
}
.refer_earn_box_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: #E6D5C3;
    border-radius: 10px;
    padding:0px 10px 40px 10px;
}
.refer_earn_box {
  display: flex;
  justify-content: center;
}
.refer_earn_box span {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 29px;
    line-height: normal;
    margin: 25px 6px;
    font-size: 15px;
}
.refer_earn_box span b{
    font-family: 'Outfit-Medium';
}
.Copied_box{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Copied_box span {
    font-size: 14px;
    padding: 7px 13px;
    background: #fff;
    border-radius: 30px;
    line-height: normal;
}
.refer_code_box span {
  font-family: 'Raleway-Medium';
  font-size: 21px;
}
.refer_now_text p {
    margin: 0;
    font-size: 16px;
    color: #3A1E14;
    font-family: 'Raleway-SemiBold';
}
.refer_now_text p small {
  font-size: 13px;
    font-family: 'Raleway-Regular';
}
.refer_code_box .refer_heading{
    font-size: 16px;
    color: #fff;
    background: #8B4A26;
    text-align: center;
    padding: 9px 20px;
    border-radius: 30px;
    line-height: normal;
    margin: 0 0 30px 0;
    font-family: 'Raleway-Medium';
}
.refer_code_box .refer_code{
    color:#8B4A26;
    font-size:16px;
    border:1.5px dashed #FFFFFF;
    padding:8px 20px;
    border-radius: 7px;
    line-height: normal;
    text-align: center;
    font-family: 'Outfit-Medium';
}
.refer_code_box{
    margin: -16px 0 0 0;
}
.aed_amount {
  font-family: 'Outfit-Medium';
}
/* GIFT-VOUCHER-START */
.gift_voucher_box{
    background-image: url(../assets/images/giftvoucher/gift-voucher_main.webp);
    background-size: 35%;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    padding: 40px 0 40px 0;
    height: 100%;
}
.giftvoucher_img_box {
  background-image: url(../assets/images/giftvoucher/giftvoucher_img.webp);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center top;
  min-height: 160px;
  background-size: contain;
  width: 440px;
  text-align: center;
  padding: 20px 0 0 100px;
  border-radius: 20px;
  background-color: #fff;
  margin:30px 0px 0px 0px;
}
.giftvoucher_img_box .red_button {
  color: #fff !important;
}
.gift_voucher_main .user_rightside hr{
    margin: 1rem 0 0rem 0;
}
/* GIFT-VOUCHER-END */

/* Wallet Start */

.wallet_box {
  background-color: #e6d5c352;
  padding: 10px 20px;
  border-radius: 10px;
}
.available_balance_box {
  padding: 5px 0 5px 0;
}
.success_msg_inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.success_msg_inner_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.success_inner_box span {
  width: 100%;
}
.wallet_tabbing {
  gap: 20px;
}
.wallet_tabbing .nav-link {
    background: #E6D5C3 !important;
    color: #3A1E14 !important;
    border-radius: 100px;
    padding: 9px 30px;
    font-size: 16px;
    margin: 10px 0 10px 0;
}
.wallet_tabbing .nav-link.active, .wallet_tabbing .nav-pills .show>.nav-link {
    background: #8B4A26 !important;
    color: #fff !important;
}
.wallet_strip_inner{
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 15px;
}
#walletContainer .wallet_record:nth-child(odd){
  background-color: #fff;
}
#walletContainer .wallet_record:nth-child(even){
  background-color: #e6d5c357;
}
.wallet_record{
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 15px;
  margin:0px 0px 10px 0px;
  background-color: #fff;
}

#walletContainer .wallet_strip_pending:nth-child(odd){
  background-color: #fff;
}
#walletContainer .wallet_strip_pending:nth-child(even){
  background-color: #e6d5c357;
}
.wallet_strip_pending{
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 15px;
  margin:0px 0px 10px 0px;
  background-color: #fff;
}
/* Wallet End */



/* My Order Start */
.transaction_his_list a{
    display: flex;
    flex-wrap:wrap;
    gap: 2%;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
    margin: 0 0 18px 0;
}
.orderd_product_img{
    width: 15%;
    text-align: center;
}
.orderd_product_img img{
    /* max-height: 80px;
    border: 3px solid #f8f8f8; */
    aspect-ratio: 1 / 1;
    border-radius: 100% 100% 0 0;
    background: rgb(248 245 242);
}
.myorder_list {
    width: 66%;
    padding: 0 0 0 10px;
}
.order_bottom_top{
    color: #3A1E14;
    font-size: 21px;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 7px 0;
    margin: 0 0 12px 0;
    font-family: 'Raleway-Medium';
}
.order_bottom_box{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.order_bottom_box b{
    font-family: 'Raleway-Medium';
}
.order_id_box{
    width:48%;
}
.order_date_box{
    width: 48%;
}
.order_time_box{
    width:100%;
}
.order_status_box {
    width: 15%;
    display: flex;
    align-items: center;
}
.history_status{
    background-color: #F5F5F5;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.history_status span{
    color: #3A1E14;
}
/* My Order End */

/* Order Details Start */
.order_details_main .shipping_address_box {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    font-size: 14px;
}
.order_details_box{
    display:flex;
    gap:15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.order_detailsimg{
    width:12%;
}
.order_detailsimg img{
    border-radius: 100px 100px 0px 0px;
}
.order_detaillast{
    width:36%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.order_detailmiddle{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 48%;
    align-content: flex-start;
    justify-content: space-between;
}
.orderdetailstop{
    width:100%;
    font-family: 'Raleway-Medium';
    font-size:18px;
}
.orderdetails1{
    width:48%;
}
.orderdetails2{
    width:48%;
}
.shippingaddress_box{
    background-color: #f8f5f2c4;
    padding: 10px;
    border-radius: 10px;
    line-height: normal;
}
.order_details_box p {
    font-family: 'Raleway-Regular';
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    margin:2px 0px 0px 0px;
}
.shipping_address_box .order_details_box span{
    font-family: 'Raleway-Medium';
}
.order_details_main .shipping_address_box .sub_heading{
    margin: 0 0 5px 0;
}
.order_details_main .sub_heading{
    font-size: 18px;
    font-family: 'Raleway-SemiBold';
    line-height: normal;
    margin: 0 0 10px 0;
}
.order_track_sec{
    margin:30px 0px;
}
.track_list_main {
    display: flex;
    align-items: center;
    gap: 10px;
}
.track_list {
    width: 19%;
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 6px 7px #0000000a;
}
.track_list_arrow {
    margin: 0px 0px 15px 0px;
}
.track_list_arrow img{
    max-height:40px;
}
.payment_summary_box {
    padding: 20px 30px;
    border-radius: 15px;
    background-color: #e6d5c352;
}
.track_list span{
    font-family: 'Raleway-SemiBold';
}
.payment_summary_inner{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: space-between;
}
.payment_summarytext{
    width:32%;
}
.payment_summarytext span{
    font-family: 'Raleway-SemiBold';
}
/* Order Details End */


/* User Contact Us Start */
.contact_list_mainbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.contact_list a{
    aspect-ratio: 1 / 1;
    width: 100%;
    text-align: center;
    background: #ccc;
    border-radius: 100% 100% 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(360deg, rgba(255, 250, 243, 1) 0%, rgba(255, 255, 255, 1) 90%);
    font-size: 16px;
    color: #3A1E14;
    text-decoration: none;
    font-family: 'Raleway-Medium';
    transition-duration: 0.5s;
}
.contact_list img {
    max-width: 35px;
    margin: 0 0 10px 0;
}
.contact_iconbox {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_list img {
    max-width: 35px;
    margin: 0 0 10px 0;
}
.contact_list a:hover {
    color: #8B4A26;
    background-color: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 100%);
}
/* User Contact Us End */

/* ----------MY-COUPONS-START--------- */
.mycoupons_list {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 20px;
  font-family: 'Raleway-Medium';
  font-size: 18px;
  position: relative;
  min-height: 150px;
}

.coupons_off_img {
  background-image: url(images/profile/mycoupons_gift_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Raleway-Medium';
  font-size: 26px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 0 0 0;
  margin: -30px 0 -10px -40px;
}

.coupons_off_img span {
  color: #ffee8c;
  font-size: 18px;
}

.mycoupons_list a {
  float: left;
  width: auto;
  color: #000;
  text-decoration: dashed;
}

.mycoupons_list:hover a {
  opacity: 1;
}

.coupon_tandc {
  position: absolute;
  right: 0;
  background-color: #8b4b25;
  border-radius: 10px 0px 10px 0;
  padding: 5px 8px 3px 8px;
  line-height: normal;
  font-size: 12px;
  bottom: 0;
  font-family: 'Raleway-Regular';
  color: #fff;
}

.coupon_tandc_popup {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 250px;
  background-color: var(--color-background);
  padding: 20px;
  font-size: 13px;
  text-align: left;
  line-height: normal;
  border-radius: 10px;
  margin: 0;
  overflow-y: auto;
  right: 0px;
  margin: 5px 0 0 0;
  z-index: 1;
}

.mycoupons_list:hover .coupon_tandc_popup {
  display: block;
}

.coupon_text_extra {
  padding: 0 0 0 10px;
  margin: 0;
}

.applycoupon_box {
  float: left;
  background-color: #f8f7ef;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #ccc;
}

.applycoupon_box input[type="text"] {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 16px;
}

.applycoupon_box .applybtn {
  float: left;
  background-color: var(--color-button);
  border: 1px solid var(--color-button);
  border-radius: 7px;
  font-size: 15px;
  height: 35px;
  padding: 0 10px;
  color: var(--color-white);
}

.mycoupons_list .coupon_expiry_box {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  background-color: #e5d36a;
  width: 59%;
  text-align: center;
  margin: 0 0 27px 0;
  padding: 5px 0;
  border-radius: 0 0 10px 0;
  font-family: 'Raleway-Regular';
}

/* ----------MY-COUPONS-END--------- */



@media screen and (max-width:1199.98px) {
    .user_rightside{
        padding: 30px 30px;
    }
    /* Userprofile Start */
    .userform_data_inner .input_filed_box {
        width: 48%;
    }
    /* Userprofile End */
    /* New Address Start */
    .userform_data_inner .label_list2 label {
        padding: 0 0 5px 14px;
        font-size: 15px;
    }
    .gender_box .male_female label{
        padding: 8px 8px;
    }
    .userform_data_inner label{
        padding: 0 0 5px 14px;
    }
    .input_text, .input_textarea, .input_select{
        padding: 10px 10px 10px 14px;
    }
    .userform_data_inner {
        gap: 15px;
    }
    /* New Address End */
    /* Referral Earn Start */
    .refer_earn_box{
        flex-wrap: wrap;
        gap: 0px;
    }
    .refer_earn_box span{
        margin: 20px 6px 0px 6px;
        width: 100%;
    }
    .aboutuser_pages .red_button{
        margin: 20px 0 0 0;
        padding: 9px 15px;
        font-size: 15px;
    }
    /* Referral Earn End */
}

@media screen and (max-width:991.98px) {
    /* --------PROFILE-MENU-START-------- */
    .profile_menu_mobile {
		display: block;
		background-image: url(images/menudown-arrow.webp);
		background-repeat: no-repeat;
		background-size: 13px;
		background-position: 86% 50%;
		background-color: #8B4A26;
		color: #fff;
		padding: 8px 20px 8px 20px;
		line-height: normal;
		margin: 0px 0 10px 0;
		cursor: pointer;
		border-radius: 100px;
		width: 26%;
		float: right;
		font-family: 'Raleway-Medium';
	}
    .profile_menu{
        padding: 0px 0 15px 0;
    }
    .profile_leftlink ul li::before{
        left:15px;
    }
    .profile_leftlink ul li::after{
        left:15px;
    }
    .profile_leftlink ul li a{
        padding: 10px 20px 10px 30px;
        text-align: left;
        border-bottom: 1px solid #e8e8e8;
    }
    .profile_menu {
        display: none;
        background-color: transparent;
    }
    .profile_menu_open {
        display: block;
    }
    .profile_leftlink ul {
        padding: 0;
    }
    .profile_leftlink ul .active::after {
        border-radius: 100px;
    }
    /* --------PROFILE-MENU-END-------- */

    /* Userprofile Start */
    .profile_leftbox_inner {
        background-image: none;
        background-color: #fff;
        padding: 20px 30px !important;
        min-height: inherit !important;
        border-radius: 20px;
        margin: 38px 0 0 0;
        height: auto;
    }
    .updatemobilenumber_img {
        width: 50%;
    }
    .updatenumber .heading{
        text-align: center;
    }
    .updatenumber .label_list2{
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .updatemobilenum{text-align: center;}
    .updatenumber{
        text-align: center;
    }
    .update_email{
        display: flex;
        justify-content: center;
    }
    /* Userprofile End */
    /* Add Specialday Start */
    .special_day_add .userform_data_inner .input_filed_box {
        margin: 0 0 10px 0;
    }
    .relationship_box {
        gap: 10px;
    }
    .userform_data_inner {
        gap: 23px;
    }
    .select_special_day {
        gap: 20px;
    }
    .userform_data_inner .input_filed_box {
        width: 48%;
    }
    .select_special_day .Relationship_box {
        width: 100% !important;
    }
    .user_rightside hr {
        border-bottom: 1px solid #F2E5DE;
        margin: 1rem 0 1rem 0;
    }
    .relationship_box .input_text {
        width: 48%;
    }
    /* Add Specialday End */
    /* New Address Start */
    .new_address_box .userform_data_inner .input_filed_box {
        width: 48%;
        margin: 0 0 10px 0;
    }
    .current_address_box_list label{
        min-height:inherit;
    }
      .current_address_box_list label {
        min-height: inherit;
    }
    .edit_icon_box {
        opacity: 1;
    }
    /* New Address End */
    /* Gift Voucher Start */
    .giftvoucherimg {
        display: none;
    }
    /* Gift Voucher End */
    /* Myorders Start */
    .order_bottom_top{
        font-size:17px;
    }
    .myorder_list{
        width: 62%;
    }
    .order_status_box{
        width: 19%;
    }
    /* Myorders End */
    /* Wallet Start */
        #walletContainer{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .wallet_record{
            width: 49%;
        }
        /* Wallet End */
    }

@media screen and (max-width:767.98px) {
    /* Userprofile Start */
    .userform_data_inner .input_filed_box {
        width: 100%;
    }
    .profile_name_heading .heading {
        color: #8B4A26;
    }
    .profile_name_heading .heading span {
        color: #8B4A26;
        font-family: 'Raleway-SemiBold';
    }
    .aboutuser_pages:after{
        width: 100%;
    }
    /* Userprofile End */
    /* Add Specialday Start */
    .userform_data_inner {
        gap: 0px;
    }
    .select_special_day{
        gap: 0px;
    }
    /* Add Specialday End */
    /* New Address Start */
    .new_address_box .userform_data_inner .input_filed_box {
        width: 48%;
        margin: 0 0 10px 0;
    }
    /* New Address End */
    /* Referral Earn Start */
    .referearn_boxinner {
        flex-wrap: wrap;
    }
    .referearn_left{
        width: 100%;
    }
    .referearn_right {
        width: 100%;
    }
    .refer_earn_box {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .refer_earn_box_inner{
        padding: 20px 10px 40px 10px;
    }
    .refer_code_box .refer_heading{
        margin: 0 0 10px 0;
    }
    .refer_earn_box span{
        text-align: center;
    }
    /* Referral Earn End */

    /* User Contact Us Start */
    .contact_list_mainbox{
        gap:15px;
    }
    .contact_list a{
        font-size:14px;
    }
    /* Myorders Start */
    .myorder_list {
        text-align: center;
    }
    .myorder_list {
        width: 100%;
        padding: 0 0 0 0px;
    }
    .order_status_box {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .orderd_product_img {
        border-radius: 100% 100% 0 0;
        padding: 0px 0px 0px 0px;
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0px;
    }
    .history_status{
        gap:15px;
    }
    /* Myorders End */
    /* Order details Start */
    .track_list {
        width: 30%;
        text-align: center;
    }
    .track_list_main {
        flex-wrap: wrap;
        justify-content: center;
    }
    /* Order details End */
    /* Login Start */
    .login_page_inner{
        border-radius: 340px 340px 40px 40px;
    }
    .sign_up_page .userform_data_inner{
        gap: 15px;
    }
    .sign_up_page .userform_data_inner .input_filed_box{
        width: 48%;
    }
    .gender_box .male_female label{
        gap:10px;
    }
    .gender_box .male_female img {
        max-height: 20px;
    }
    .gender_box{
        gap: 10px;
    }
    /* Login End */
}

@media screen and (max-width:575.98px) {
    .user_rightside{
        padding: 20px 15px;
    }
    .aboutuser_pages .red_button{
        font-size: 14px;
        padding: 6px 15px;
    }
    /* Specialdayadd Start */
    .relationship_box .input_text {
        width: 100%;
    }
    /* Specialdayadd End */
    /* New Address Start */
    .new_address_box .userform_data_inner .input_filed_box {
        width: 100%;
        margin: 0 0 10px 0;
    }
    /* New Address End */

    /* User Profile Start */
    .userprofile_box .label_list2 {
        margin: 10px 0px 20px 0px;
    }
    .giftvoucher_img_box {
        width: 100%;
    }
    .mobile_number_country_box .label_position {
        margin: -30px 0 0 0%;
    }
    .track_list {
        width: 45%;
    }
    /* User Profile End */
    .login_page_inner {
        padding: 70px 45px 40px 45px;
        border-radius: 280px 280px 40px 40px;
        background-color: #fffbf7;
    }
    .contact_list_mainbox{
        grid-template-columns:1fr;
    }
    .contact_list a {
        font-size: 16px;
    }
    .sign_up_page .userform_data_inner .input_filed_box {
        width: 100%;
    }
    .sign_up_page #countryMessage{
        margin: 37px 0 0 0 !important;
    }
}
@media screen and (max-width:479.98px) {
    /* Wallet Start */
    .wallet_record {
        width: 100%;
    }
    .wallet_tabbing {
        gap: 7px;
    }
    /* Wallet End */
}