body {
    direction: rtl;
}
p {
    font-size: 14px;
}
.fs-11 {
    font-size: 11px;
}
.address-item {
    background: #F7F7F7;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 0px;
}
.address-header {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    margin-bottom: 10px;
}
.address-header img{
    width: 20px;
}
.address-header b {
    color:  #393939;
}
.address-header span.badge {
    border-radius: 15px;
border: 0.75px solid #ffb8b8;
background: #ffb8b8;
color: #af0000;
}
.address-header span.badge.sucsess {
    border-radius: 15px;
border: 0.75px solid rgba(68, 39, 106, 0.00);
background: #DDF7D4;
color: #0B853E;
}
.address-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.address-body p{
    color: #6C6C6C;
}
.address-body .actions-address{
    display: inline-flex;
    gap: 10px;
}
.address-body .edit-address {
    color:  #44276A;
    text-decoration: none;
    font-size: 15px;

}
.address-body .delete-address {
    color: #FF5A5A;
    text-decoration: none;
    font-size: 15px;
}
.address-container .btn-style {
    color: #44276A;
    border-radius: 10px;
    border: 1px solid #44276A;
    height: 48px;
    display: block;
    width: 180px;
    line-height: 34px;
}


.branches-item {
    background: #F7F7F7;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 15px;
}
.branches-item .branches-header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
}
.branches-item .branches-header img{
  width: 20px;
}
.branches-item .branches-header b{
 margin: 0 4px;
 font-size: 14px;
}
.branches-item .branches-header a{
    font-size: 14px;
    font-weight: 600;
    margin: 0 15px;
    cursor: pointer;
    text-decoration: none;
   }
.branches-item .branches-header span{
    color:  #44276A;
    font-weight: 600;
}
.branches-item .branches-body{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.branches-item .branches-body.wallet-body {
  border-radius: 10px;
  border: 0.5px solid #44276A;
  background: #ECE6F5;
  padding: 15px;
}
.branches-item .branches-body.wallet-body a {
  text-decoration: none;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  display: block;
}
.branches-item .branches-body p{
    width: 300px;
    font-size: 14px;
    max-width: 70%;
    margin-bottom: 0;
}
.branches-item .branches-body a.badge{
    border-radius: 25px;
    background: #ECE6F5;
    color:  #44276A;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
}
.branches-item .branches-body a.badge img{
   width: 18px;
   margin-left: 2px;
}
.branches-item-details {
    display: none;
}
.branches-item-details.active {
    display: block;
}
.branches-item-details .details-container {
     width: 500px;
     max-width: 100%;
}
.branches-item-details .details-container .branches-body {
     padding-bottom: 20px;
     border-bottom: 1px solid #39393945;
     margin-bottom: 20px;
}
.branches-item-details .title-address {
 color: #44276A;
 margin-bottom: 10px;
 font-weight: 600;
 font-size: 17px;
}
.details-hour {
  margin-bottom: 20px;
}
.hours-days {
    color: #44276A;
    font-size: 14px;
    padding: 7px;
}
.hours-days span {
 display: inline-block;
 width: 150px;
 font-weight: 600;
}
.hours-days b {
    display: inline-block;
}
.contact-container {
    color: #44276A;
    font-size: 14px;
    padding: 7px;
}
.contact-item {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 25px;
}
.contact-item img {
    width: 22px;
}
.contact-item span {
    font-size: 16px;
    min-width: 80px;
}
.contact-item span.number {
  font-weight: 600;
  margin: 0 10px;
}
.contact-item a{
    border-radius: 7px;
    background: #ECE6F5;
    border-radius: 7px;
    background: #ECE6F5;
    text-decoration: none;
    display: inline-block;
    color: #393939;
    padding: 6px 15px;
    font-weight: 600;
}
.call-links img {
    width: 16px;
    margin: 0 4px;
}
.productCard > img {
    height: 185px;
    width: auto !important;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
}
.productPount a {
    font-size: 13px;
}
.productCard p {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.price-section p{
    margin-bottom: 10px;
    font-size: 15px;
}
.price-section span {
    color: #6C6C6C;
    text-decoration: line-through;
    font-size: 12px;
    position: relative;
    top: 3px;
}
 /* p {
  font-size: 15px;
} */
.details-product h6{
  margin: 20px 0;
}
.price-section-details p {
  font-size: 26px;
}
.price-section-details span {
  font-size: 21px;
}
.productCard .btn-product {
  border-radius: 10px;
}
.btn-product{
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 45px;
    font-size: 13px;
}
.btn-product i {
    font-size: 13px;
}
.call-footer {
    font-size: 14px;
}
.call-footer img {
    width: 16px;
    margin: 0 4px;
}
.call-footer i {
    width: 16px;
}
.subscribe-form button {
    background-color: #EED484;
    color: #44276a;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
}
.subscribe-form input{
    font-size: 13px;
    line-height: 16px;
}
.title-footer {
    font-size: 18px;
}
.status-withlist {
    font-size: 25px;
    position: relative;
    top: -5px;
}
.status-withlist.active {
color: #DB161B;
}
.status-withlist.active::before {
  font-weight: 900;
}
.disList {
    padding: 4px 0;
}
.disList img {
    width: auto;
    max-width: 38px;
    padding: 9px;
}
.disList img.small{
    transform: scale(1.3);
}
.disList .d-flex {
    align-items: center;
}
.disList .d-flex p{
    margin-bottom: 0;
}
.list-item li{
    border-right: 4px solid transparent;
}
.list-item li .fs-10 {
    padding: 0 10px;
}
.list-item.active li{
    /*background: #161117;*/
    border-color:#161117 !important;
}
.details-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.arrow-collapse {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}
.collapse-container {
    display: none;

}
.order-row {
    justify-content: space-around;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
}
.col-3.bgLigth.rounded-10 {
    height: max-content;
}
.order-row {
}
.arrow-collapse.active i::before{
        content: "\f077";
}
.btn-location p{
    max-width: 107px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
img.flag {
    width: 26px;
    margin: 0 5px;
}
.overflow-slider {
    overflow: hidden;
}
.owl-carousel {
   display: block;
}
.owl-dots {
    display: none;
}
.owl-nav {
    position: absolute;
    top: -78px;
    left: 0;
}
.owl-nav button {
    border: none;
    background-color: unset;
}
.title-section {
    font-size: 23px !important;
}
.header-accord {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.link-product,
.link-product:hover {
    text-decoration: none;
    color: #44276A;
}
/* ====================== slider Sec =============== */
.slider-range {
    padding: 35px 25px;
  }
  .slider-labels {
    margin-top: 10px;
  }
  
  /* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
  .noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .noUi-target {
    position: relative;
    direction: ltr;
  }
  
  .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  /* Fix 401 */
  }
  
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  
  .noUi-handle {
    position: relative;
    z-index: 1;
  }
  
  .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
  }
  
  .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
  }
  
  .noUi-state-drag * {
    cursor: inherit !important;
  }
  
  /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
  .noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  /* Slider size and handle placement;
   */
  .noUi-horizontal {
    height: 4px;
  }
  
  .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -13px;
    top: -5px;
    background-color: transparent;
    border: 3px solid #000;
    box-sizing: border-box !important;
  }
  .noUi-horizontal .noUi-handle.noUi-handle-lower {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -2px;
    top: -5px;
    background-color: transparent;
    border: 3px solid #000;
    box-sizing: border-box !important;
  }
  .noUi-horizontal .noUi-handle.noUi-handle-upper{
    left: -15px;
  }
  /* Styling;
   */
  .noUi-background {
    background: #D6D7D9;
  }
  
  .noUi-connect {
    background: #1d1d1d;
    -webkit-transition: background 450ms;
    transition: background 450ms;
  }
  
  .noUi-origin {
    border-radius: 2px;
  }
  
  .noUi-target {
    border-radius: 2px;
  }
  
  .noUi-target.noUi-connect {
  }
  
  /* Handles and cursors;
   */
  .noUi-draggable {
    cursor: w-resize;
  }
  
  .noUi-vertical .noUi-draggable {
    cursor: n-resize;
  }
  
  .noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  
  .noUi-handle:active {
  }
  
  /* Disabled state;
   */
  [disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
  }
  
  [disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
  }
  /* ====================== End slider Sec =============== */
  .btn-user {
    margin: -5px;
    position: relative;
    top: -4px;
  }
  .navbar-header-mobile,
  .Header-mobile {
    display: none;
  }
  .categories-slider {
    overflow: hidden;
  }
  .discoverImg {
    width: 100%;
    margin-bottom: 15px;
  }
  .category-menu {

  }
  .list-container {
    display: flex;
    text-align: start;
    gap: 50px;
  }
  .category-menu .dropdown-menu {
    padding: 0;
    width: 1200px;
    right: 0;
  }
  .sidebar-menu ul {
    padding: 0;
    margin: 30px 0;
    border-left: 1px solid #ccc;
  }
  .sidebar-menu ul li {
    list-style: none;
  }
  .sidebar-menu ul li a {
    padding: 5px;
    display: block;
    cursor: pointer;
}
  .content-menu-list {
    display: none;
    padding-bottom: 15px;
  }
  .content-menu-list h5 {
    margin: 20px 0 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .content-menu-list.active {
    display: block;
  }
  .content-menu-list a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 0;
    font-size: 14px;
  }
  .content-menu-list h6{
    color: #44276A;
    font-weight: 600;
    font-size: 17px;
  }
 .sidebar-menu {
    width: 200px;
    text-align: center;
  }
  .content-menu {
    width: calc(100% - 200px);
  }
  .container-control {
    border-radius: 10px;
    background: #FFF;
    padding: 7px 15px;
    margin-bottom: 10px;
    position: relative;
  }
  .container-control.without-label {
    padding: 13px 15px;
  }
  .container-control.dark,
  .container-control.dark .form-control {
    background-color: #f7f7f7;
  }
  .container-control label{
    font-size: 12px;
    margin-bottom: 5px;
  }
  .container-control .form-control,
  .container-control .form-control:focus { 
       border: none;
    padding: 0;
    font-size: 13px;
    box-shadow: none !important;
}
.logo-payment img {
  height: 22px;
}
.bottom-logo-bank {
  gap: 15px;
}
.bottom-logo-bank img {
  height: 22px;
}
.row-item-in-cart {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
}
.image-item-in-cart .img-container{
  width: 100px;
  position: relative;
  border-radius: 10px;
  background-color: #F7F7F7;
  padding: 5px;
}
.image-item-in-cart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.image-item-in-cart .img-container img{
 width: 100%;
} 
.image-item-in-cart .img-container .count {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #D9D9D9;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  line-height: 25px;
  left: -9px;
  top: -9px;
}
.form-switch .form-check-input {
  width: 40px;
    height: 20px;
}
.form-switch .form-check-input + label {
  margin: 0 30px;
}
.nav-pills .nav-link {
  font-size: 12px;
  min-width: 80px;
}
.btn-check + label.nav-link {
  border: 2px solid transparent;
}
.btn-check:checked + label.nav-link{
  color: var(--mainTextColor);
    background-color: var(--bg-ligth);
    border: 2px solid var(--mainTextColor);
}
.btn-theme {
  background-color: #161117;
  font-size: 14px;
  border-radius: 10px;
  color: #eed484 !important;
  padding: 15px;
  margin: 16px 0;
  width: 100%;
}
.btn-theme-light.btn-theme {
  border-color: #eed484;
  color: #161117 !important;
  background-color: #fff;
}
.theme-gray {
  background-color: #161117 !important;
  color: #eed484 !important;
}
.text-right {
  text-align: right;
}
.btn-theme.btn-gray {
  color: var(--mainTextColor) !important;
  background-color: #f7f7f7;
  font-weight: 600;
}
.btn-delete {
  padding: 15px;
  margin: 16px 0;
  width: 100%;
  color: #FF5A5A !important;
  text-decoration: underline;
  text-align: center;
}
.forget-btn {
  color: var(--mainTextColor);
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
}
.showPass {
  position: absolute;
  left: 10px;
  bottom: 6px;
  z-index: 2;
  cursor: pointer;
}
.container-control.without-label .showPass{
  bottom: 12px;
}
.showPass img {
 width: 18px;
}
.container-btn-login {
  margin: 30px 0 10px;
}
.container-btn-login .btn{
  border-radius: 10px;
  background: #F7F7F7;
  font-size: 14px;
  min-width: 214px;
  margin: 0 5px;
  padding: 10px;
}
.container-btn-login .btn img{
  width: 20px;
}
.product-count {
  display: flex;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  width: 90px;
}
.product-count-details {
  zoom: 1.2;
}
.product-count input{
  width: calc(100% - 44px);
  text-align: center;
  border-bottom: 0;
  border-top: 0;
}
.product-count button{
  border: none;
  width: 22px;
    text-align: center;
}
.table-cart {
  overflow: auto;
  margin-bottom: 20px;
}
.table>tbody td {
    vertical-align: middle;
}
.custom-row {
  width: 25%;
}
.custom-row  p{
  display: flex;
  justify-content: space-between;
}


.question-section {
  position: relative;
  padding: 10px 0 80px;
}
.question-section .water-mark {
  position: absolute;
  z-index: -1;
  transform: translate(-50%, 0);
  left: 50%;
  zoom: 1.3;
  top: 40px;
}
.question-section .collapse-card{
  border-radius: 20px;
  background-color: #F7F7F7;
  color: #000;
  margin-bottom: 25px;
}
.question-section .collapse-card{
  padding: 25px 30px;
  display: block;
  color: #000;
  font-size: 19px;
  text-decoration: none;
}
.question-section .collapse-card i{
  float: left;
  font-size: 25px;
}
.question-section .collapse-card i{
  transform: rotate(0deg);
}
.question-section .collapse-card.collapsed i{
  transform: rotate(180deg);
}
.question-section .collapse-card.collapsed {
  border: 3px solid transparent;
}
.question-section .collapse-card p {
  padding: 20px 60px;
  margin-bottom: 0;
  font-size: 15px;
}
.box-about {
  border-radius: 10px;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 396px;
  padding: 50px;
  margin-bottom: 30px;
}
.box-about p {
  margin-bottom: 30px;
  line-height: 29px;
  font-size: 16px;
}
.question-section-social  {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 600px;
  max-width: 100%;
}
.question-section-social .collapse-card{
  width: calc(50% - 5px);
    padding: 20px 30px;
    border: none;
    font-size: 17px;
    margin-bottom: 5px;
}
.question-section-social.wallet-width .collapse-card {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.question-section-social.wallet-width .collapse-card .right-section {
  display: flex;
  align-items: center;
  gap: 5px;
}
.question-section-social.wallet-width .collapse-card .right-section span {
  font-size: 13px;
  display: block;
}
.question-section-social.wallet-width .collapse-card i{
  font-size: 18px;
}
.question-section-social i {
  color: #555;
}
.question-section-social img {
  width: 24px;
  margin: 0 3px;
}
.wallet-section {
  background: #F7F7F7;
  margin-bottom: 15px;
  border-radius: 15px;
  text-align: center;
  padding: 25px 0;
}
.wallet-section h5{
  margin-bottom: 15px;
}
.wallet-section h4 {
  font-weight: 600;
}
.title-wallet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.title-wallet h5{
 font-weight: 600;
 font-size: 16px;
 margin-bottom: 0;
 
}
.form-check-custom {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin: 10px 0;
}
.form-check-custom span {
  margin-right: auto
}
.form-check-custom input {
  width: 20px;
    height: 20px;
}
.addtion-details {
  padding: 25px 0;
  background-color: #f7f7f7;
  margin: 30px 0;
}
.list-details {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.list-details ul{
  margin-bottom: 5px !important;
}
.btn-nav {
  border: none;
  background-color: transparent;
  padding-bottom: 5px;
  border-bottom: 4px solid transparent;
  position: relative;
  top: 7px;
}
.btn-nav.active {
  border-color:#44276A;
}
.form-check-custom-container {
  padding: 0 30px;
}
.branches-item .wallet-body.wallet-transaction {
  border: none;
  background: #ffffff;
  margin-bottom: 10px;
}
.branches-item .wallet-body.wallet-transaction > span {
  color: #31AF67;
}
.branches-item .wallet-body.wallet-transaction.Withdraw > span{
 color: #FF5A5A;
}
.branches-item .wallet-body.wallet-transaction.Withdraw  .flex-child img{
  transform: rotate(180deg);
}
.branches-item .wallet-body .flex-child{
  display: flex;
  align-items: center;
  gap: 10px;
}
.branches-item .wallet-body .flex-child span {
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.branches-item .wallet-body .flex-child .small-span {
  font-weight: 400;
}
.branches-item .wallet-body .flex-child img {
 width: 23px;
}

 .sliderImg .item {
  height: 80px;
}

   .sliderImg .item img {
      width: 100%;
  }
  .ImgSlider_review {
    background-color: #f7f7f7;
    border-radius: 10px;
    position: relative;
  }
  .ImgSlider_review img {
    width: 100%;
  }
  .ImgSlider_review .icons{
  position: absolute;
    left: 15px;
    top: 30px;
    text-align: center;
}
.ImgSlider_review .icons a {
  display: block;
  font-size: 25px;
}
.Header--category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header--category  .select-filter {
  display: flex;
  align-items: center;
  gap: 5px;
}
.Header--category  .select-filter label {
  font-size: 15px;
}
.Header--category  .select-filter select{
  border-radius: 5px;
  font-size: 14px;
  padding: 9px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-container {
  width: 50%;
  position: relative;
}
.offcanvas-body .search-container {
  width: 100%;
}
.list-product .col-6 {
  padding: 5px;
}
.list-product {
  position: absolute;
  background-color: #fff;
  margin: 0;
  z-index: 9;
  max-height: 350px;
  overflow: auto;
}
.search-container .list-product .productCard > img {
  height: 126px;
}
.search-container .list-product .productCard {
  zoom: 0.8;
}

.loaderContainer {
  position: fixed;
    z-index: 99999999;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.loaderContainer.active {
  display: block;
}
.loaderContainer::before {
  content: '';
  background-color: #fffffffc;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 9;
}
.loader svg {
  width: 150px;
}
.loader img {
  width: 150px;
}



  @media (min-width: 768px) {
    .imgTitle {
      transform: scale(1.7);
    }
    .contact-item div{
      display: flex;
      gap: 10px;
      align-items: center;
    }
  }
  @media (max-width: 570px) {
    .footer .col-sm-6, .footer .col-sm-3 {
      flex: 0 0 auto;
      width: 50%;
      zoom: 0.8;
  }
  }
    @media (max-width: 768px) {
      .list-sidebar {
        margin-bottom: 30px;
      }
      .content-accord {
        display: none;
      }
      .services p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
    }
      .btn-product {
        font-size: 11px;
        padding: 6px 0;
        height: 37px;
    }
    .productPount a {
      font-size: 11px;
  }
  .price-section p {
    font-size: 12px;
}
.price-section span {
  font-size: 10px;
}
      .Header--category {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
    }
    .Header--category  .select-filter label {
     margin-bottom: 5px;
    }
    .discountCard {
      padding: 15px !important;
    }
    .discound-card,
    .branch-item  {
      flex-direction: column;
      gap: 10px;
      width: 100% !important;
    }
    .nav-theme-round {
      gap: 3px !important;
    }
    .nav-pills {
      width: 100% !important;
    }
    body {
      /* padding-bottom: 50px; */
    }
    header .bg-yellow {
      /* display: none; */
    }
    .col-9 > * {
      zoom: 0.8;
  }
  .col-9 .container {
    padding: 4px;
  }
  .custom-row {
    width: 100%;
}
  .custom-row p{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 15px !important;
  }
  .details-collapse {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
    .disList {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 10px;
  }
  .details-collapse-section .inner,
  .collapse-container .d-flex {
    flex-direction: column;
    gap: 10px;
  }
  .disList .d-flex ,  .disList .d-flex  p{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
    .title-section {
      width: 90% !important;
      margin: 10px 0 !important;
    }
    .discover  {
        margin-top: 0 !important;
    }
    .fontWithMwdia {
        justify-content: space-between !important;
    }
    .discoverImg {
        height: 100px;
    }
    .offers p {
      font-size: 12px !important;
  }
  .offers {
    position: relative;
  }
  .offersContainerBtn {
    margin-top: 0 !important;
    position: absolute;
    top: 58px;
    zoom: 0.75;
    left: 35px;
  }
    .title-offer-header {
        display: block;
        text-align: center;
        margin: auto !important;
        font-size: 12px;
    }
    .navbar-brand {
      padding: 0;
      margin: 0;
    }
    .navbar-brand img{
        width: 105px;
        padding: 0 10px;
    }
    .hide-in-mobile {
        display: none;
    }
    .navbar-header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar-header-mobile > * {
      display: flex;
      align-items: center;
      width: 33%;
      text-align: center;
      justify-content: space-around;
    }
    .navbar-header-mobile a {
      color: #000;
      text-decoration: none;
    }
    .left-btn {
      margin: 0 4px;
      position: relative;
    }
    .left-btn img {
      width: 19px;
  }
  .language-btn {
    margin: 0 11px;
    border: 1px solid #000;
    padding: 2px;
    display: inline-block;
  }
  .left-btn span {
    position: absolute;
    right: -5px;
    font-size: 10px;
    background-color: #eed484;
    width: 15px;
    display: inline-block;
    height: 15px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-weight: 600;
    line-height: 16px;
  }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .Header-mobile {
        position: fixed;
        z-index: 9999999999;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        /* display: none; */
        justify-content: space-around;
        background: #44276a;
        box-shadow: rgb(0 0 0 / 10%) 0px 1px 4px 3px;
        z-index: 99999999999999;
        padding: 8px 0 4px;
    }
    .Header-mobile > a,
    .Header-mobile .part-footer {
       text-align: center;
       font-size: 13px;
       position: relative;
       zoom: 0.85;
       text-decoration: none;
    }
    .Header-mobile .part-footer i {
      color:#383838;
      font-size: 22px;
    }
    .Header-mobile > a,
    .Header-mobile .user-dropdown {
      width: 24%;
      text-align: center;
    }
    .Header-mobile > a > strong{
        display: inline-flex;
        border-radius: 300px;
        cursor: unset;
        box-shadow: unset;
        transition: all 150ms ease-in-out 0s;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        background-color: rgb(233, 69, 96);
        color: rgb(255, 255, 255);
        position: absolute;
        top: -4px;
    left: calc(50% + 9px);
        font-weight: 600;
    }
    .Header-mobile > a img {
      height: 24px;
    }
    .Header-mobile > a img.user {
        transform: scale(1.6);
    }
    .nav-pills .nav-link {
        font-size: 12px;
        border: 2px solid transparent;
    }
    .nav-pills {
        padding: 0;
    }
    .title-section {
        font-size: 17px !important;
    }
    .owl-nav {
        top: -56px;
        transform: scale(0.7);
    }
    .offersContainer {
        display: block !important;
        width: calc(100% - 30px);
    }
    .offers .offersContainerImg1, .offers .offersContainerImg2 {
      width: 49%;
      margin-top: 10px;
      display: inline-flex;
      height: 112px;
  }
  .productCard > img {
    height: 99px;
  }
  .productCard p {
    font-size: 12px;
  }

    .fontWithMwdia .fs-14 {
        font-size: 11px;
    }
    .Header-mobile > a.Fund-icon img {
      position: relative;
      top: -17px;
      transform: scale(2.2);
      border-radius: 50%;
    }
    .Header-mobile > a.Fund-icon span {
      font-weight: 600;
    }
    .Header-mobile > a > svg,
    .Header-mobile .part-footer > svg {
        display: block;
        margin: auto;
        height: 24px;
    }
    .Header-mobile > a > svg path ,
    .Header-mobile .part-footer > svg path{
      fill: #383838;
    }
    .Header-mobile > a > span,
    .Header-mobile .part-footer > span {
        display: block;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 2px;
        color: #fff;
        height: 19px;
        overflow: hidden;
        font-size: 14px;
    }
    .modal {
      padding: 0 !important;
    }
    .modal-content {
      width: 90%;
      margin: auto
    }
  }