html {
  scroll-behavior: smooth;
}
body{
  font-family: 'DINNextLTArabic-Regular', sans-serif;
  overflow-x: hidden!important;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
}
.overflow__hidden {
  overflow: hidden;
}
*{
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
}
@font-face {
  font-family: 'DINNextLTArabic-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('DINNextLTArabic-Regular'), url('../fonts/DINNextLTArabic-Regular.woff') format('woff');
}
body::-webkit-scrollbar {
    width: 8px;
}
body.thin::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #f6f6f6;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgba(33, 37, 41, 1);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(33, 37, 41, 1);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  line-height: normal;
  text-transform: capitalize;
  color: rgba(17, 24, 39, 1);
}
a{
  text-decoration: none !important;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
 iframe, video{
    max-width:100%;
}
p{
  color: #64748b;
  font-size: 16px;
  margin-bottom: 0;
}
button:focus {
  outline: none;
}
textarea {
  resize: none;
}
.loader-container {
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #b89e77;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader,
.loader::before,
.loader::after {
    width: 40px;
    height: 40px;
    animation: load 1.8s ease-in-out infinite;
    -webkit-animation: load 1.8s ease-in-out infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.16s;
    color: #fff;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}
.loader::before,
.loader::after{
    content: '';
    position: absolute;
    top: 0;
}
.loader::before{
    left: -56px;
    animation-delay: 0.32s;
}
.loader::after {
    left: 56px;
}

@keyframes load{
    0%, 80%, 100%{
        box-shadow: 0 40px 0 -20px;
    }
    40%{
       box-shadow: 0 40px 0 0;
    }
}
/*start header navbar */
.mob-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #000 !important;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 2900;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.mob-overlay.active {
  opacity: 0.5;
  visibility: visible;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.sidebar-wrapper {
  display: none;
}


/*page*/
.hdBorder_bttom {
  border-bottom: 1px solid rgba(226, 232, 240, 1);
}
.header_Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-toggler {
  background-color: transparent;
  border: none;
  font-size: 26px;
  color: #d2b87f;
}
.navbar-brand {
  margin: 0;
}
.navbar-brand img {
  width: 60px;
}
.countD_btn {
  background-color: transparent;
  border: none;
  color: rgba(100, 116, 139, 1);
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.delv_count {
  display: block;
  color: rgba(33, 37, 41, 1);
}
.countD_img {
  width: 22px;
  margin-inline-end: 4px;
}
.Search__group {
  display: flex;
  align-items: center;
  background-color: rgba(241, 245, 249, 1);
  height: 58px;
  flex: 1;
}
.search__btn {
  border: none;
  background-color: transparent;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(100, 116, 139, 1);
  font-size: 18px;
}
.search_input {
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  font-size: 12px;
  color: rgba(117, 117, 117, 1);
  padding-inline-start: 12px;
}
.search_input::placeholder {
  font-size: 12px;
  color: rgba(117, 117, 117, 1);
}
.tax_Flex {
  display: flex;
  align-items: center;
}
.tax_icon {
  width: 40px;
  min-width: 40px;
  margin-inline-end: 4px;
}
.tax_title {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px;
}
.tax_number {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

/***header ***/
.myLang_btn {
  background-color: transparent;
  border: none;
  color: rgba(51, 65, 85, 1);
  font-size: 15px;
  padding: 26px 10px;
}
.bordr_Start {
  border-inline-start: 1px solid rgba(0, 0, 0, 0.1);
  padding-inline-start: 19px;
}
.bordr_End {
  border-inline-end: 1px solid rgba(0, 0, 0, 0.1);
  padding-inline-end: 19px;
}
.langTh_img {
  min-width: 22px;
  margin-inline-end: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.dropdown-toggle::after {
  display: none;
}
.myLang_Dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0px 10px 0px 10px;
  -webkit-border-radius: 0px 10px 0px 10px;
  -moz-border-radius: 0px 10px 0px 10px;
  -ms-border-radius: 0px 10px 0px 10px;
  -o-border-radius: 0px 10px 0px 10px;
}
.myLang_Dropdown .dropdown-item {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  border-radius: 0px 10px 0px 10px;
  -webkit-border-radius: 0px 10px 0px 10px;
  -moz-border-radius: 0px 10px 0px 10px;
  -ms-border-radius: 0px 10px 0px 10px;
  -o-border-radius: 0px 10px 0px 10px;
}
.myLang_Dropdown .dropdown-item:hover {
  background-color: rgba(29, 31, 31, 1);
  color: #fff;
}
.cart_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(248, 250, 252, 1);
  margin: 0 12px;
}
.nav-item {
  position: relative;
}
.my__navbar .nav-link {
  color: rgba(33, 37, 41, 1);
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
.my__navbar .nav-link:hover {
  color: #000;
}
.dropdown__Firstmenu {
  padding: 0;
  background-color: rgba(210, 184, 127, 1);
  width: 240px;
  position: absolute;
  top: 100%;
  z-index: 1000;
  transform-origin: top;
  transform-style: preserve-3d;
}

.msg_modal {
  background-color: #b89e77;
  text-align: center;
  color: #fff;
}
.msg_modal p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.relative_cont {
  position: relative;
  padding: 8px 0;
}
.close_alertMSG {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.36);
  position: absolute;
  top: 8px;
}

/* Start intro section*/
.seC_Padding {
  padding: 80px 0 90px 0;
}
.spacMain_card {
  margin: 120px auto;
  text-align: center;
}
.spacMain_card h3 {
  font-size: 32px;
  color: #b89e77;
  font-weight: 500;
  margin-bottom: 16px;
}
.spacMain_card p {
  font-size: 16px;
  margin-bottom: 32px;
}
.spacMain_card p a {
  color: #b89e77;
}
.main__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 100%;
  background-color: #000;
  border: 1px solid rgba(210, 184, 127, 1);
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.hvr-shutter-in-horizontal:before {
  background: rgba(210, 184, 127, 1);
}
.footer {
  padding: 48px 0;
  background-color: #b89e77;
}
.footer_title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer p {
  color: #fff;
  font-size: 16px;
}
.footer_link {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-bottom: 12px;
}
.footer_link:hover {
  color: #000;
}
.footer_logo img {
  width: 60px;
  display: block;
  margin-bottom: 20px;
}
.social__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.social__link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  margin-inline-end: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.social__link:hover {
  color: #000;
  background-color: #fff;
}
.payment_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.visa__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-inline-end: 4px;
  margin-bottom: 4px;
}
.go-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  background: #d89000;
  color: #fff;
  text-align: center;
  bottom: 60px;
  z-index: 2500;
  line-height: 46px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.go-top:hover {
  background-color: #1e1e1e;
  color: #fff;
}

/*** start favourits pag ***/
.mainSide_title {
  font-size: 24px;
  color: #b89e77;
  margin-bottom: 32px;
}
.favourite__card {
  position: relative;
  padding: 20px;
  background: rgba(250, 250, 250, 1);
  border: 1px solid rgba(203, 213, 225, 0.6);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 18px;
}
.mProd_img {
  min-width: 96px;
  width: 96px;
  height: 96px;
}
.favCard_cont {
  padding-top: 12px;
}
.fproduct_name {
  font-size: 16px;
  font-weight: 500;
  color: #334155;
  margin-bottom: 4px;
}
.favCard_cont > p {
  font-size: 16px;
  font-weight: 400;
  color: #64748b;
  margin-bottom: 8px;
}
.favCard_price {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgba(245, 81, 87, 1);
}
.addCart__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 180px;
  background-color: #b89e77;
  border: 1px solid rgba(210, 184, 127, 1);
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
}
.addC_thumb {
  margin-inline-end: 20px;
}
.deleteFav_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
}
.number__spinner {
  width: 97px;
  height: 33px;
  color: #334155;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(203, 213, 225, 1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.number__spinner .pl-ns-value {
  font-size: 14px;
  font-weight: 700;
  width: 33px;
  height: 20px;
  text-align: center;
  border: none;
  border-inline: 1px solid rgba(203, 213, 225, 1);
  flex: 1;
}
.number__spinner .ns-btn {
  color: #334155;
  font-size: 14px;
  width: 30px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.number__spinner .ns-btn a {
  display: inline-flex; 
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #334155;
  font-size: 14px;
}
.flextitle_wrap {
  display: flex;
  justify-content: space-between;
}
.underLine_fav {
  font-size: 16px;
  color: #334155;
  text-decoration: underline !important;
}
.medPgrey__card {
  padding: 16px;
  background: rgba(250, 250, 250, 1);
  border: 1px solid rgba(203, 213, 225, 0.6);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 16px;
}
.bold_title {
  font-size: 16px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 16px;
}
.appsForm_group {
  display: flex;
  background-color: #fff;
  border: 1px solid rgba(203, 213, 225, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 100%;
  height: 45px;
}
.charct_input {
  height: 40px;
  border: none;
  flex: 1;
  font-size: 16px;
  color: #000;
  padding-inline-start: 16px;
}
.charct_input::placeholder {
  font-size: 16px;
  color: rgba(203, 213, 225, 1);
}
.width_md {
  width: 100px;
}
.orderSum_table {
  margin-bottom: 8px;
}
.orderSum_line {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid rgba(203, 213, 225, 0.6);
  font-size: 15px;
  font-weight: 400;
  color: #64748b;
}
.redC_price {
  font-size: 16px;
  font-weight: 500;
  color: rgba(245, 81, 87, 1);
}
.orderBold_line {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}
.height_md {
  height: 52px;
}

/*** start order page ***/
.productSH__Thumb {
  position: relative;
  width: 100%;
  height: auto;
}
.main_title {
  font-size: 32px;
  color: #b89e77;
  font-weight: 500;
  margin-bottom: 16px;
}
.mbttom_LG {
  margin-bottom: 32px;
}
.sizeBoder_card {
  border: 1px solid rgba(203, 213, 225, 0.5);
}
.size_title {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 8px;
}
.msP_size {
  font-size: 15px;
  margin-bottom: 16px;
}
.sizeMap {
  border: 1px solid rgba(203, 213, 225, 0.5);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #334155;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.sizeMP_icon {
  min-width: 13px;
  width: 13px;
  margin-inline-end: 8px;
}
.allSize_link {
  font-size: 13px;
  font-weight: 400;
  color: #b89e77;
  text-decoration: underline !important;
  margin-inline-start: 20px;
}
.clrFlex_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.justify__center {
  justify-content: center;
}
.myRelative_Color {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-inline-end: 8px;
  border: 1px solid rgba(203, 213, 225, 0.4);
  cursor: pointer;
  margin-bottom: 11px;
}
.oneOrder_colr {
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
/* .OColor_one1X {
  background-color: rgba(171, 49, 46, 1);
}
.OColor_two2X {
  background-color: rgba(236, 235, 223, 1);
}
.OColor_three3X {
  background-color: rgba(248, 216, 92, 1);
}
.OColor_four4X {
  background-color: rgba(215, 147, 78, 1);
}
.OColor_fifth5X {
  background-color: rgba(227, 206, 210, 1);
}
.OColor_sXth6X {
  background-color: rgba(165, 186, 220, 1);
}
.OColor_seven7X {
  background-color: rgba(21, 20, 100, 1);
}
.OColor_eight8X {
  background-color: rgba(245, 241, 230, 1);
}
.OColor_nine9X {
  background-color: #fff;
}
.OColor_ten10X {
  background-color: rgba(152, 156, 152, 1);
}
.OColor_elevn11X {
  background-color: rgba(65, 109, 87, 1);
} */
.abSu_oRadio {
  position: absolute;
  inset: 0;
  width: 34px;
  height: 34px;
  opacity: 0;
  cursor: pointer !important;
}
.abSu_oRadio:checked+.oneOrder_colr {
  min-width: 26px;
  width: 26px;
  height: 26px;
}
.myRelative_Color:has(.abSu_oRadio:checked) {
  border: 1px solid #000;
}
.boRange_title {
  font-size: 16px;
  font-weight: 700;
  color: #b89e77;
  margin-bottom: 24px;
}
.options_fleX {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 600;
  margin-bottom: 16px;
}
.chsType_label {
  position: relative;
  font-size: 15px;
  color: #334155;
  padding-inline-start: 20px;
}
.chsType_label::before {
  position: absolute;
  content: '';
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #334155;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.ChsType_select {
  width: 100%;
  height: 45px;
  border: 1px solid rgba(203, 213, 225, 0.7);
  color: #334155;
  font-size: 15px;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.nice-select:after {
  height: 7px;
  width: 7px;
}
.mbttom_95 {
  margin-bottom: 95px;
}
.nice-select .list {
  width: 100%;
}
.check_ADDs {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #334155;
  margin-bottom: 20px;
}
.brown_checkbox {
  width: 20px;
  height: 20px;
  margin-inline-end: 8px;
}
.mbttom_24 {
  margin-bottom: 24px;
}
.file__group {
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(203, 213, 225, 0.5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.profileAvatarPreview {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.uploadAvatar {
  z-index: 3;
  width: 100%;
  position: absolute;
  height: 100%;
}
.file__group .lg__control {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.icon__user {
  display: block;
  margin-bottom: 20px;
}
.remove__img {
  display: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 14px;
  z-index: 9;
}
.full__width {
  width: 120px;
  height: 120px;
}
.notes_input {
  height: 45px;
  width: 100%;
  border: 1px solid rgba(203, 213, 225, 1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding-inline-start: 20px;
  color: #334155;
  font-size: 13px;
}
.notes_input::placeholder {
  font-size: 13px;
  color: rgba(203, 213, 225, 1);
}
textarea.notes_input {
  min-height: 186px;
  padding-top: 20px;
  padding-inline-start: 36px;
}
.relative_area {
  position: relative;
}
.relative_area::before{
  position: absolute;
  content: url(../img/rsh.png);
  top: 20px;
  z-index: 3;
}
.width__70 {
  width: 70px !important;
}
.border_spinner {
  height: 45px;
  width: 100%;
  border: 1px solid rgba(203, 213, 225, 1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.buttons_wrapper {
  display: flex;
  align-items: center;
}
.addCart__LG {
  height: 65px;
  flex: 1;
}
.addFAV__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(203, 213, 225, 1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  color: rgba(203, 213, 225, 1);
  font-size: 20px;
  margin-inline-start: 16px;
  background-color: #fff;
}
.titleFlex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.priceTop_abs del {
  font-size: 13px;
  font-weight: 500;
  color: rgba(203, 213, 225, 1);
}
.priceTop_abs strong {
  font-size: 20px;
  font-weight: 500;
  color: rgba(245, 81, 87, 1);
}
.ourPayment_CardLG {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  border: 1px solid rgba(184, 158, 119, 1);
  margin: 120px 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.ourPayment_CardLG h3 {
  font-size: 40px;
  font-weight: 500;
  color: #b89e77;
}
.viCard_flexwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mdVisa_link {
  display: inline-flex;
  width: 120px;
  height: 74px;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
.mdVisa_img {
  max-width: 77px;
}
.share__Flex {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  font-size: 22px;
  font-weight: 500;
  color: #334155;
}
.shreS_link {
  margin: 0 4px;
}
.absChoose_modal {
  display: none;
  position: fixed;
  padding: 20px;
  padding-top: 60px;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.overflow__hidden .absChoose_modal{
  overflow-x: hidden;
  overflow-y: auto;
}
.modalfade__in {
  display: block !important;
}
.absChoose_overlay {
  cursor: pointer;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.closeMY_modal {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  z-index: 11;
}
.absChoose_MContent {
  position: relative;
  min-height: 500px;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 720px;
}
.chseComFlex_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}

.myRelative_Com1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-inline-end: 8px;
  border: 1px solid rgba(203, 213, 225, 0.4);
  cursor: pointer;
  margin-bottom: 11px;
}
.oneOrc_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  width: 28px;
  height: 28px;
}
.abSCom1_Radio {
  position: absolute;
  inset: 0;
  width: 48px;
  height: 48px;
  opacity: 0;
  cursor: pointer !important;
}
.myRelative_Com1:has(.abSCom1_Radio:checked) {
  border: 1px solid #B89E77;
}
.myFluid_thumbC {
  max-width: 100%;
  max-height: 100%;
}
.choose__Com, .choose__Gib {
  cursor: pointer;
}
.WH_fitcontent {
  height: 50px;
  width: 200px;
  margin: 40px auto;
}
.relative_title {
  position: relative;
}
.absDet_link {
  position: absolute;
  top: 0;
  font-size: 15px;
  font-weight: 500;
  color: #b89e77;
  text-decoration: underline !important;
}
.Cform__row {
  display: flex;
  flex-wrap: wrap;
}
.contact__input {
  font-weight: 400;
  font-size: 16px;
  color: rgba(142, 142, 169, 0.7);
  text-transform: capitalize;
  height: 60px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(165, 165, 186, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-inline-start: 20px;
  margin-bottom: 20px;
}
.contact__input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: rgba(142, 142, 169, 0.7);
  text-transform: capitalize;
}
textarea.contact__input {
  min-height: 286px;
  padding-top: 24px;
}
.contact__input:focus {
  border: 1px solid rgba(165, 165, 186, 0.7);
}
textarea.contact__input {
  min-height: 140px;
  padding-top: 24px;
}
.form__group {
  position: relative;
  height: 60px;
  margin-bottom: 20px;
}
.password__icon {
  color: rgba(142, 142, 169, 0.7);
  cursor: pointer;
  position: absolute;
  font-size: 18px;
  width: 24px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mbttop__50 {
  margin-top: 50px;
}
.mbttom__50 {
  margin-bottom: 50px;
}
.forget_pass {
  display: block;
  text-align: end;
  color: #b89e77;
}
.code__flex {
  display: flex;
  justify-content: center;
}
.code__input {
  width: 74px;
  height: 74px;
  border: 1px solid #b89e77;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 0 13px;
  text-align: center;
  color: #2B403B;
  font-size: 40px;
}
.hidden_ttr {
  display: none;
}
.save_AbShape {
  cursor: pointer;
  font-size: 22px;
  margin: 20px auto;
}
.save_AbShape i {
  margin-inline-end: 10px;
}
.mbottom_20 {
  margin-bottom: 20px;
}
.hidden_selectOne {
  display: none;
}
.SizeABY_wrap {
  margin: 20px 0;
}
.myRelative_ِABsize {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 10px 0;
  color: #64748b;
  font-size: 15px;
}
.myRelative_ِABsize span {
  margin-inline-end: 20px;
}
.abSize1_oRadio {
  width: 16px;
  height: 16px;
  margin-inline-end: 16px;
  accent-color:#b89e77;
}
.sizeAB_wrap {
  display: flex;
  flex: 1;
  text-transform: capitalize;
}
.sizeAB_title {
  font-weight: 600;
  width: 20%;
}