/* تنسيق إضافي لمحاكاة التصميم */
.search-input {
  border-radius: 30px;
  max-width: 500px;
}

.banners {
  height: 473px;
  aspect-ratio: 20/7;
  object-fit: cover;
}

.custom-img {
    width: 192px;
    height: 288px;
    object-fit: cover;
    aspect-ratio: 3/ 4;
}

.logo_footer {
  width: 356px;
  height: 120px;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.icon-container a {
  text-decoration: none;
  color: black;
}

.icon-container {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-inline-end: 50px;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border-radius: 25px;
}


.cart-badge {
  position: absolute;
  top: -6px;
  right: -11px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  font-size: 0.7rem;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-bar {
  background-color: var(--primary-color);
  color: white;
  font-size: 0.9rem;
  padding: 5px 0;
}

li {
  display: block;
}

.lang-select {
  display: flex;
  align-items: center;
}

.lang-select img {
  width: 20px;
  height: 15px;
  margin-left: 5px;
}

.lang-dropdown {
  display: flex;
  align-items: center;
}

#flag {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}

.logo {
  height: 34px;
  margin-inline-start: 67px;
}

.search-box {
  font-size: 20px;
  padding: 0px 19px;
  border: 2px solid #eaeff3;
  background-color: white;
  width: 20.8em;
  border-radius: 30px;
  height: 41px;
}

.but_search {
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  z-index: 9;
  background-color: #eaeff3 !important;
  /* border-top-right-radius: 30px;
    border-bottom-right-radius: 30px; */
  border-radius: 30px;
  padding: 10px 24px;
  line-height: 1;
  border: 1px solid #eaeff3;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

}

.te_header_search {
  width: 35%
}

input {

  border: none;


}

#search2 {
  display: none;
}

.dropdown-menu[data-bs-popper] {
  right: 0 !important;
  left: auto;
}

.dropdown_img {
  aspect-ratio: 3/4;
  max-height: 65px;
  width: 49px;
}

.dropdown_contain {
  display: inline-block;
  margin: 0% 5px;
  padding: 0 5px;
  text-align: center;
  width: max-content;
}

.title_section {
  text-align: center;
  font-weight: normal;

  padding-bottom: 4%;
}

/* تنسيق الصور داخل الدائرة */
.circle-img {
  width: 120px;
  height: 120px !important;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* عنوان القسم */
.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 28px;
}

/* العناصر */
.occasion-item,.occasion-item-category {
  text-align: center;
  margin-bottom: 20px;
  height: 195px;
}


/* السهم */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

/* نصوص تحت الصور */
.occasion-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 13px;
}

.occasion-count {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}

.card3 {
  width: 100%;
  background-color: #F5F5F5;
  height: 200px;
  padding-top: 18%;
}

.zoom-img img {
  width: 100%;
  transition: all .3s ease;
}

.img3_card_owl-item {
  display: block;
  margin-left: auto;
  margin-right: auto;

  height: 128px !important;
  width: 96px !important;

}

.title_card_owl-item {
  padding: 7px;
  font-size: 16px;
  text-align: center;
  color: var(--primary-color);
  font-weight: 400;
}

.div_on_card {
  background-color: #B0B1AE;
  height: 120px;
  position: absolute;

  bottom: 0%;
  width: 96%;
  opacity: 0.8;
  left: 2%;
  right: 2%;
  ;
}

.button_on_card {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px;
  border: transparent;
  font-size: 18px;
  position: absolute;
  top: 40px;
  left: 30px;
  font-size: 1rem;

}

[dir="rtl"] .button_on_card {
  left: auto !important;
  right: 30px !important;
}


.image_card {
  object-fit: cover;
  aspect-ratio: 1 / 1.5;
}


.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}

.card4 {
  width: 100%;
  height: 200px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog_post {
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding-top: 4%;
}


.icon_footer {
  font-size: 22px;

  margin: 15px;
}

a {
  text-decoration: none !important;
  color: #000 !important;
}


.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* Style the pop-up content */
.popup-content {
  position: absolute;
  top: 0;
  left: 30%;
  /* transform: translate(-50%, -50%); */
  background-color: #fff;
  ;
  padding: 20px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 33%;

}

.login_button {
  padding: 11px 150px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #6B8D53;
  color: white;
  cursor: pointer;
}

.input_login {


  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.login_link {
  width: 50%;
  padding: 1rem;
  text-align: center;
  color: #555;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  line-height: 1.6;
  margin-bottom: 2px;
}

.login_active {
  background: #eaeaea;
}

.popup-content2 {
  position: absolute;
  top: 0%;
  right: 0%;
  /* transform: translate(-50%, -50%); */

  padding: 10px;
  border-radius: 2px;
  background-color: #fff;
  width: 28%;
  padding-top: 20px;
  padding-right: 20px;

}

.popup-content3 {
  position: absolute;
  top: 45%;
  right: -15%;
  transform: translate(-50%, -50%);

  padding: 10px;
  border-radius: 2px;
  background-color: #fff;
  width: 28%;
  padding-top: 20px;
  padding-right: 20px;

}

.popup-content4 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  ;
  padding: 20px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 33%;



}

.popup-content5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  ;
  padding: 20px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 70%;

}



.clear_cart {
  border: 1px solid #ff3535;
  color: #ff3535;
  background-color: transparent;
  border-radius: 5px;
  float: right;
  font-size: 14px;
  line-height: 21px;


}

/* .pluse {
      padding: 3px 10px;
      border-radius: 50px;
      border: 1px solid rgb(221, 221, 221);
      ;
    
    } */
.div_cart {

  background-color: #bbc3cc3d;
  border-radius: 5px;
  padding: 10px;

}

.btn_cart_check {
  background-color: #5B7847;
  border: none;
  color: white;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
  direction: rtl;
  padding-left: 15px;
  padding-right: 15px;
}

.imge_button {
  width: 40px;
  height: 100%;
  object-fit: cover;
  margin: 0px 0px;

}

.overflow-auto {
  scrollbar-width: thin;
  /* تمرير رفيع */
  -webkit-overflow-scrolling: touch;
  /* تحسين تجربة التمرير في iOS */
}

/* منع التفاف النص على الأزرار */
.category-item {
  height: 40px;
  padding: 0 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.myDIV:hover .hide {
  display: block;
  color: red;
}


.card_section_list {
  border: 1px solid rgb(219, 219, 219);
  width: 100%;
  height: 100%;
  margin-top: 4%;

}

#card_list {
  padding-bottom: 120px;
}

.div_sort {
  display: inline-block;
  border: 1px solid rgb(236, 221, 221);
  font-size: 15px;
  padding-left: 15px;
  height: 33px;
  padding-top: 3px;

}

#country-select_sort {
  border: 1px solid transparent !important;
  font-size: 14px;



}

.img_mini {
  width: 64px;
  height: 64px;
  object-fit: cover;
  margin-bottom: 10%;
  aspect-ratio: 1 / 1;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
  /* width:fit-content; */

}

/* إخفاء زر الراديو */
.card input[type="radio"] {
  display: none;
  /* إخفاء الزر */
}

/* أيقونة عند التحديد */
.card input[type="radio"]:checked+img+p::before {
      content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 20px;
    color: white;
    background-color: rgb(18, 5, 65);
    padding: 1px 6px;
    border-radius: 6px;
}


/* تصميم الأيقونة */
.btn-shopping i {
  margin-right: 8px;
  /* إضافة مسافة بين الأيقونة والنص */
}

.card_cart {
  background-color: #F6F6F6;
  width: 70px;

  border: 1px solid #F6F6F6;
}

.cart_img {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-fit: scale-down;

}

.truch_icon {
  background-color: transparent;
  border: transparent;
  font-size: 20px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: transparent;
  text-align: center;

  border-bottom: 1px solid #c9c9c9;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;

}

#order_total_untaxed td {
  font-size: 16px;
  padding-left: 20px;
}

#order_total_taxes td {
  font-size: 16px;
  padding-left: 20px;
}

.fa-angle-left {
  font-weight: 600;
  font-size: 22px;
}

.fa-angle-right {
  font-weight: 600;
  font-size: 22px;
}

.card_checkout {
  border: 1px solid rgb(233, 225, 225);
  background-color: transparent;
  box-shadow: 1px 1px 2px 2px #d1cfcf;
  height: 359px;

}

.copon_input {

  border: 1px solid #dedfe0;

  font-size: 17px;
  height: 47px;
  padding-left: 6%;
  width: 80%;
}

.title_cart {
  text-align: right;
  margin-right: 2%;
  padding-top: 3%;
}

.step:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.step:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

input:focus {
  outline: transparent;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #eaeff3;


}

.progress-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  max-width: 500px;

}

.step {
  flex: 1;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #d3dbe0;
  color: var(--primary-color);
  background-color: #fff;
  position: relative;
}

.step.active {
  background-color: var(--primary-color);
  color: #fff;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);

  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

#col_cart {
  margin-top: 83px;
}

.d {
  background-color: #00B115;
  color: #fff;
  border-color: transparent;
}

.copon_button {
  background-color: #5B7847;
  border-color: transparent;
  color: white;
  padding: 10px;
}

#title_page {
  display: none;
}

.title_h2 {
  font-size: 33px;
  font-weight: 200;
}

.custom-select-container {
  max-width: 300px;
  /* تحديد عرض القائمة */

}

/* تنسيق عنوان القائمة */
.select-label {
  display: block;
  /* جعل العنوان في سطر منفصل */
  margin-bottom: 8px;
  /* مسافة بين العنوان والقائمة */
  font-size: 14px;
  color: #00263E;
  /* لون النص */
  font-weight: bold;
}

/* تنسيق القائمة المنسدلة */
.custom-select {
  width: 100%;
  /* جعل العرض كاملاً */
  padding: 10px;
  /* مسافة داخلية لتحسين المظهر */
  font-size: 16px;
  /* حجم النص */
  color: #333;
  /* لون النص */
  border: 1px solid #ccc;
  /* حدود خفيفة */
  border-radius: 8px;
  /* زوايا مستديرة */
  background-color: #fff;
  /* لون الخلفية */
  appearance: none;
  /* إزالة التنسيق الافتراضي */
  -webkit-appearance: none;
  /* دعم متصفح Safari */
  -moz-appearance: none;
  /* دعم متصفح Firefox */
  cursor: pointer;
  /* تغيير المؤشر إلى يد */
}

/* تنسيق القائمة عند التمرير */
.custom-select:focus {
  outline: none;
  /* إزالة الإطار الأزرق الافتراضي */
  border-color: var(--primary-color);
  /* تغيير لون الحدود عند التركيز */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  /* ظل خفيف */
}

/* تنسيق الخيارات */
.custom-select option {
  padding: 10px;
  /* تحسين التباعد بين الخيارات */
}

.Change_Password {
  background-color: #5B7847;
  color: #ffff;
  border-radius: 0px;
  border: transparent;
}

.Change_Password:hover {
  background-color: #5B7847;
  color: white;
}

/* تصميم متجاوب مع الشاشات الصغيرة */
@media (max-width: 768px) {
  .card-hover-effect{
    height:210px;
  }
  .card-hover-effect:hover .circle-img {
    margin: 0 2% !important;
}
.card-hover-effect:hover{
  padding:10px 3px !important;
}
  .title_h2{
    margin-top:5px;
  }
  #col_cheakout {
    /* display: none; */
  }
.checkout_page{
  display: flex;
  flex-direction: column-reverse;
}
  .btn_cart_check {

    font-size: 15px;
  }

  #col_cart {
    margin-top: 1px;
  }

  #title_page {
    display: block;
  }

  /* ضبط حجم الـ carousel-item */
  .carousel-item {
    /* محاذاة الصورة عمودياً في المنتصف */
    width: 100%;
    /* تأكيد أن العرض يملأ الحاوية */
    height: auto;
    /* لا تحدد الارتفاع بشكل ثابت حتى تكون الصورة مرنة */
  }

  .carousel-item {
    /* height: 300px; */
    /* تصغير ارتفاع السلايدر على الموبايل */
  }

  .carousel-item img {
    max-width: 100%;
    /* جعل الصورة تتناسب مع العرض */
    height: auto;
    /* الحفاظ على التناسب */
  }

  .imge_slider {
    width: 200px;
    /* تصغير العرض على الموبايل */
    height: 400px;
    /* تصغير الارتفاع على الموبايل */
  }

  .card img {
    /* width: 67px;
    /* Ensure image fills the card 
    max-height: 82px;
    Ensure image fills the card */

  }

  .card {
    /* width: 82px; */
    /* Set width of the card */
    /* height: 140px; */
    /* Set height of the card */

  }

  .img_mini {
    display: none;
  }

  #card_list {
    padding-bottom: 20px;
  }

  .custom-img {
    width: 100%;
    height: 100%;


  }

  .category-container {
    overflow-x: auto;
    /* السماح بالتمرير الأفقي */
  }

  .popup-content3 {
    width: 78%;
  }

  .popup-content2 {
    width: 78%;
    right: 0px;
    top: 0%
  }

  .login_button {
    padding: 10px 100px;
    font-size: 14px;
    width: 100%;
  }

  .popup-content {
    width: 90%;
    top: 0%;
    left: 5%;

  }

  .logo {
    margin-right: 50px;
    margin-inline-start: 1px;
  }

  .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .search-box {
    display: none;
  }

  .icon-container {
    gap: 10px;
    margin-inline-end: 1px
  }


  .but_search {
    display: none;
  }

  #search2 {
    display: block;
  }

  .fa-chevron-down {
    display: none;
  }

  .te_header_search {
    display: none
  }

}

.div_sort {
  margin-left: 5px;
  margin-right: 5px;
}

.category-item {
  padding: 0px 0px;
}

.section_header_item {
  width: fit-content;
  position: fixed;
  z-index: 99999;
  height: 140px;
}

/*  */
.payment_radio {
  padding: 1.14em !important;
  border: 1px solid #e9eff3;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #212529;
}

.payment_radio>input[type="radio"],
.o_payment_form input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 5px;
}

/*  */

.dropdown-menu.lang {
  min-width: 0rem;
  text-align: right;
}

[dir="ltr"] .dropdown-menu.lang {
  min-width: 0rem;
  text-align: left;
}



@keyframes spin {
  from {
    transform: rotatey(0deg);
  }

  to {
    transform: rotatey(180deg);
  }
}

.dropdown_contain:hover .dropdown_img {
  animation: spin 2s linear infinite;

}

.dropdown_contain:hover .dropdown_text {
  border-bottom: 3px solid var(--primary-color);
}

.card3.zoom-img:hover img {
  transform: scale(1.05);
}

.occasion-item,.occasion-item-category {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.occasion-item,.occasion-item-category {
  text-align: center;
  padding: 10px;
  height: 200px
}



.circle-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin: 0 10%;
}

.occasion-item:hover {
  -webkit-box-shadow: 0 1px 10px #ddd;
  -moz-box-shadow: 0 1px 10px #ddd;
  -ms-box-shadow: 0 1px 10px #ddd;
  -o-box-shadow: 0 1px 10px #ddd;
  box-shadow: 0 1px 10px #ddd;

}

.div_cart {
  margin: 5% 0px
}

.popup-content2 {
  height: 100%;
}

.div_cart_header {
  overflow-y: scroll;
  height: 240px;
}

.item_images_product {
  /* width: 100%; */
  height: 512px;
  aspect-ratio: 3 / 4;
}


.add_cart_product {
  font-size: 0.7rem;
  padding-top: 12px;
  background-color: #52794a;
  color: white;
  text-align: center;
  padding: 12px 30px;
}

.add_cart_product:hover {
  color: white;
}

img.card-img-top.grid_product_img {
  width: 284px;
  height: 427px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.container_products {
  max-width: 1200px !important;
}

.container_products .card-body {
  flex: 1 1 auto;
  padding: 0.5rem 0.5rem;
}

.container_products .card {
  width: 100%;
}

.one_product_grid .card {
  width: fit-content !important;
}


.card_option_product {
  position: relative;
  width: 120px;
  padding: 10px;
  margin: 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border: 1px solid transparent;
}

.card_option_product img {
  width: 100px;
  max-height: 100px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
}


.option_product_title {
  /* display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}

.fav_product {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px 0px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(240, 240, 240);
  border-image: initial;
  padding: 8px;
  background: rgb(255, 255, 255);
  text-align: center;
}

.is_fav_product {
  color: #ff0000a6 !important;
}

.image_items {
  width: fit-content;
  height: fit-content;
}

.product_list_button {
  /* display: none; */
}

.one_product_grid:hover .product_list_button {
  opacity: 1;
}

.product_list_button:hover {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
}

.product_list_button {
  color: var(--primary-color);
  margin-top: 10px;
  transform: unset;
  opacity: 0;
  background: #ffffff;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.lang_btn {
  border: none;
  background-color: transparent;
}

.lang_menue {
  width: fit-content;
  min-width: 0px !important;
}

.paginate13 nav {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2% 0px;
}

.pagination-sm .page-link {
  color: var(--primary-color) !important;
  pointer-events: none;
  border-color: transparent !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: transparent !important;
  text-decoration: underline;
}

.orders table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  text-align: center;
  background-color: #f2f2f2;
}

.orders th,
.orders td {
  padding: 15px;
  border: none;
}

.orders th {
  background-color: #f2f2f2;
  border-bottom: 1px solid #d8d0d0;
  font-weight: 100;
}

.invoice_number:hover {
  text-decoration: underline !important;
}

.icon_footer_arrow {
  opacity: 0 !important;
  display: inline;
}

.list_footer:hover .icon_footer_arrow {
  opacity: 1 !important;
  margin-right: 1%;
}

li.list_footer {
  text-align: left;
}

.welcome-box {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: right;
  margin-top: 5%;
}

[dir="ltr"] .welcome-box {

  text-align: left;
}

.card_dashboard {
  float: right;
  padding: 14px 18px !important;
  min-height: 100px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
  border-radius: 15px !important;
  border: 0px;
  margin: 0px 0px 1rem 1rem;

}

.title-header-dashboard {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.75rem;
}

#portal_grid span {
  margin-left: 10px;
  font-weight: normal;
  padding: 0px 5px;
  min-width: 30px;
  height: 20px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 20px;
  transition: color 0.35s, background-color 0.35s, border-color 0.35s;
}

.count_dashboard {
  background-color: var(--primary-color) !important;
  border-radius: 50rem !important;

}

.details {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.details_profile {
  padding: 14px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
  border-radius: 15px;
}

.details div {
  margin: 10px 0;
}

.details .label {
  font-weight: bold;
}

.profile_div {
  padding-bottom: 0.25rem !important;
  grid-template-columns: 25% 1fr;
  border-bottom: 1px solid rgb(237, 237, 237) !important;
  display: grid;
}

.d-block.ps-xl-2 {
  font-size: 0.875rem;
  color: rgb(0, 0, 0);
  font-family: inherit;
  word-break: break-all;
  display: inline-block !important;
}

.offcanvas .offcanvas-header {
  justify-content: center !important;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

.icon_user_header {
  display: flex !important;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 84px;
  margin: 0px auto 0.7rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
  background-color: rgba(230, 230, 230, 0.35) !important;
  color: rgb(33, 37, 42) !important;
}

.te_user_drop_item {
  text-align: center;
  display: block;
  text-decoration: none;
}

.te_user_drop_item_message {
  position: absolute;
  right: 54px;
  font-size: 12px;
  top: 10%;
  bottom: 0px;
  border: 1px solid;
  line-height: 9px;
  border-radius: 25px;
  margin-left: 10px;
  font-weight: normal;
  width: max-content;
  height: 19px;
  text-align: center;
  background: rgb(33, 33, 33);
  padding: 5px;
  color: rgb(255, 255, 255);
}

.offcanvas .offcanvas-header .te_user_name {
  text-decoration: none;
}

.s_about_us_text_2 span,
.s_title_thin,
.s_title>div>h1>font,
a.rounded-circle,
#top span,
.azeret-thin,
.s_mega_menu_menu_image_menu a {
  font-family: "Azeret Thin" !important;
}

.offcanvas .offcanvas-header .te_user_drop_item_message {
  position: absolute;
  right: 54px;
  font-size: 12px;
  top: 10%;
  bottom: 0px;
  border: 1px solid;
  line-height: 9px;
  border-radius: 25px;
  margin-left: 10px;
  font-weight: normal;
  width: max-content;
  height: 19px;
  text-align: center;
  background: rgb(33, 33, 33);
  padding: 5px;
  color: rgb(255, 255, 255);
}

.offcanvas .offcanvas-header .te_user_drop_item {
  text-align: center;
  display: block;
  text-decoration: none;
}

.offcanvas .offcanvas-body .scrollbar {
  overflow-y: auto;
  scrollbar-color: currentcolor rgba(20, 27, 31, 0.05);
}

.card_header_item a.list-group-item {
  background-color: rgb(241, 241, 241) !important;
  margin-bottom: 0.7rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 3px;
  border-radius: 15px;
  align-items: center;
  border: 1px solid transparent;
  display: flex !important;
  text-decoration: none;
  padding: 0.25rem;
}

.icon_pop3 {
  width: 36px;
  height: 36px;
  line-height: 36px;
  justify-content: center;
  display: flex !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: rgb(255, 255, 255);
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.my_cart_quantity {
  display: flex !important;
  position: absolute;
  justify-content: center;
  right: 85%;
  left: 0px;
  top: auto;
  margin-left: 10px;
  font-weight: normal;
  padding: 3px 5px;
  min-width: 30px;
  height: 18px;
  text-align: center;
  line-height: 9px;
  border: 1px solid;
  font-size: 12px;
  width: max-content;
  border-radius: 20px;
}


[dir="ltr"] .my_cart_quantity {
  left: 85% !important;
  right: 0px;

}

.div_home_section:hover .div_on_card {
  bottom: 4%;
}

footer.container.mt-5 {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] li.list_footer {
  text-align: right;
}

[dir="rtl"] .fa-long-arrow-right:before {
  content: "\f177";
}

.loading_card {
  min-height: 600px;
  bottom: 0;
  height: 100%;
  right: 0;
  background-color: white;
  box-shadow: 0 0 5px 5px rgb(0 0 0 / 10%);
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 0;

  width: 100%;
  z-index: 1062;
}

.loading_card_spinner {
  position: fixed;
  top: 40%;
  left: 40%
}

[dir="rtl"] .div_sort {
  padding: 0px 15px !important;
}

[dir="rtl"] .btn-group-sm>.btn,
.btn-sm {
  margin: 0px 5px !important;
}

.contact_cart_product {
  display: none;
}

      .btn-shopping {
            margin: 5px;
        background-color: #5B7847 !important; /* لون الزر أخضر */
        color: white !important; /* لون النص أبيض */
        padding: 10px 20px !important; /* حشو الزر */
        border: none; /* إزالة الحدود */
        border-radius: 5px; /* زوايا دائرية */
        display: inline-flex; /* محاذاة الأيقونة والنص في نفس السطر */
        align-items: center; /* محاذاة العناصر عموديًا */
        font-size: 16px; /* حجم النص */
        cursor: pointer; /* تغيير المؤشر إلى يد عند التمرير */
        transition: background-color 0.3s !important; /* حركة سلسة عند تغيير اللون */
    }

    /* تأثير عند التمرير فوق الزر */
    .btn-shopping:hover {
        background-color: #218838; /* تغيير اللون إلى أخضر داكن عند التمرير */
        cursor: pointer;
    }

    /* تصميم الأيقونة */
    .btn-shopping i {
        margin-right: 8px; /* إضافة مسافة بين الأيقونة والنص */
    }

@media only screen and (max-width: 600px) {

  .modal-mask {
    right: 10%;
    top: 40% !important;}
#occasionCarousel .carousel-control-prev {
    right: -10% !important;
    left: auto !important;
}

#occasionCarousel .carousel-control-next {
    left: -3% !important;
    right: auto !important;
}
  .title_card_owl-item {
  font-size: 14px !important;
  
}
    .fa-bars:before {
    content: "" !important;}
  .div_sort {
   
    font-size: 0px !important;
  
}

  .product_mobile {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    position: fixed;
    bottom: 20%;
    left: 10%;
    z-index: 1500;
}
  .product_images {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .contact_cart_product {
    display: inline
  }

  .item_images_product {
    width: 100%;
    height: 400px;
    aspect-ratio: 3 / 4;
    /* margin:2% 10%; */
    object-fit: cover;
  }

  .products .slick-slide {
    width: 350px;
  }

  .card img.card-img-top.grid_product_img {
    width: 100% !important;
    height: 278px !important;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }

  .card img {
    /* width: 67px; */
    /* Ensure image fills the card */
    max-height: 100%;
    /* Ensure image fills the card */

  }

  .product_list_button {
    opacity: 1;
  }

  .container_products .card {
    width: fit-content !important;
    height: fit-content !important;
  }
  #list .container_products .card {
    width: 100% !important;
    height: fit-content !important;
  }


  .div_button_list {
    position: absolute !important;
    top: 60% !important;
    left: 2px !important;
  }

  .collapse.navbar-collapse {
    display: none;
  }

  .collapse.navbar-collapse.show {
    display: none;
  }

  .lang_select {
    display: none !important;
  }

  .icon-container {
    gap: 30px;
    margin-inline-end: 1px;
  }


  .section_header_item {
    width: 80%;
  }

  .popup-content4 {
    width: 100%;
    right: 0px;
    margin-top: 30% !important;
    min-height: 800px !important;

  }

  [dir="rtl"] .popup-content4 {
    left: 50% !important;
    right: auto
  }

  .header_mobile_list li {
    padding: 5% 0px;
    border-bottom: 1px solid #bbbaba;

  }


  .header_mobile_list {
    margin-top: 20%;
  }

  .logo_mobile {

    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10%
  }

  .logo_mobile img {
    width: 100%;
  }

  .banners img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 3;
    object-fit: cover;
    height:150px;
  }

.card-footer {
    padding: 6px 0 !important;
}

  .card {
        width: 100% !important;
        height: 100% !important;
    }

    .image_card {
      width:100%;
  object-fit: cover;
  aspect-ratio: 1 / 1.5;
} 

.custom-carousel-style .img3_card_owl-item {
    max-width: 80%;
    height: auto;
    object-fit: contain;
    margin-top: 60px;
}

}

a.dropdown-item.country_item {
  text-align: right;
}

[dir='ltr'] a.dropdown-item.country_item {
  text-align: left;
}

.form-control:focus {
  border-radius: 25px !important;
  box-shadow: 0 0 0 0.1rem rgb(215 218 223 / 25%);
}


/* تخصيص أسهم كارو‌سيل المناسبات فقط */
#occasionCarousel .carousel-control-prev-icon,
#occasionCarousel .carousel-control-next-icon {
  background-image: none;
  /* إزالة الخلفية الافتراضية */
  color: black;
  /* لون السهم */
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

/* نستخدم رموز FontAwesome أو أسهم CSS مخصصة */
#occasionCarousel .carousel-control-prev::after,
#occasionCarousel .carousel-control-next::after {
  content: '‹';
  /* سهم لليسار */
  color: black;
  font-size: 2.5rem;
  font-weight: bold;
}

#occasionCarousel .carousel-control-next::after {
  content: '›';
  /* سهم لليمين */
}

/* تعديل مكان الأسهم */
#occasionCarousel .carousel-control-prev {
  left: -20px;
}

#occasionCarousel .carousel-control-next {
  right: -20px;
}

/* مسافة من المحتوى الداخلي */
#occasionCarousel .carousel-inner {
  padding: 0 40px;
}

/* لضبط موضع النقاط */
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  gap: 8px;
  z-index: 5;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* نقطة غير مفعلة */
.slick-dots li button:before {
  font-size: 10px;
  color: white;
  opacity: 0.5;
  content: '●';
}

/* نقطة مفعلة */
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/* إزالة الخلفية الزرقاء */
.slick-dots li button {
  background: none;
  border: none;
}

/* #occasionCarousel .carousel-control-next::after{
      content: '<';

}

#occasionCarousel .carousel-control-prev::after{
      content: '>';

} */


#occasionCarousel .carousel-control-prev {
  right: -8%;
  left: auto;
}

#occasionCarousel .carousel-control-next {
  left: -8%;
  right: auto;

}

.card-hover-effect {
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  cursor: pointer;
}

.card-hover-effect:hover {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  padding: 10px;
  transform: scale(1.0);
  cursor: pointer;
}
.card-hover-effect:hover .circle-img {
  margin:0 5% !important;
}

.list_footer a:hover::before {
  content: "\f30a";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}

[dir="ltr"] .list_footer a:hover::before {
  content: "\f178";
  font-family: "FontAwesome";
}

footer {
  margin-bottom: 70px;
  margin-top: 30px;
}

.icon-circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.icon-circle:hover {
  background-color: #5A5A5A;
}

.one_product_grid{
  cursor: pointer;
}
.related_products img.card-img-top.grid_product_img{
  width:100% !important;
}
.icon_loading{
  display:none;
}


.product_details .slick-prev, .product_details .slick-next,
.product_details .slick-prev:hover, .product_details .slick-next:hover
{
    background-color: black !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'arial' !important;
}

.product_details .slick-prev:before{
content: ">" !important;
 z-index: 9999;
    left:0px !important;
}
[dir="ltr"] .product_details .slick-next {
    right: auto;
    left: 0;
}

[dir="ltr"] .product_details .slick-prev {
    left: auto;
    right: 45px;
    z-index: 99999;
}
.product_details .slick-next:before{
content: "<" !important;
    z-index: 9999;
    right:0px !important;
}

.product_details .slick-prev:before:hover{
color:white}
.product_details .slick-next:before:hover{
content: "<" !important;
color:white
}

/* لتخصيص نقاط التنقل */
.slick-dots.custom-dot-product {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    bottom: -25px;
    position: absolute;
    width: 100%;
}

.slick-dots.custom-dot-product li {
    width: 30px;
    height: 4px;
    background-color: #d8d8d8;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.slick-dots.custom-dot-product li.slick-active {
    background-color: #9e1313; /* لون النقطة النشطة */
}

[dir='rtl'] .product_details .slick-next {
    left: 0px;
    z-index:999;
}

[dir='rtl'] .product_details .slick-prev {
    right: 50px;
        z-index:999;

}
.countries_menue{
  padding:0px !important
}

.img-fluid {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;}

    .btn-close {
    width: 20px; /* تحديد العرض */
    height: 20px; /* تحديد الارتفاع */
    border-radius: 50%; /* يجعل الزر دائري */
    display: flex; /* استخدام flexbox لتوسيط المحتوى داخل الزر */
    justify-content: center; /* توسيط الرمز × داخل الزر */
    align-items: center; /* توسيط عمودي */
    padding: 0; /* إزالة الحشو الداخلي */
   
    background-color: #f0f0f0; /* خلفية الزر بلون رمادي فاتح */
    border: none; /* إزالة الحدود */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* إضافة ظل بسيط للزر */
    cursor: pointer; /* تغيير المؤشر عند المرور فوق الزر */
    transition: background-color 0.3s ease; /* إضافة تأثير عند التمرير */
}


.btn-close:hover {
    background-color: #e0e0e0; /* تغيير لون الخلفية عند التمرير */
    cursor: pointer;
}
.cart_title_header{
      display: flex
;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.remove-item {
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 1.2rem;
    background-color: white;
    border: none;
    cursor: pointer;
}

[dir="rtl"] .remove-item {
    position: absolute;
    top: -10px;
    right: auto;
    left:-9px;
    font-size: 1.2rem;
    background-color: white;
    border: none;
    cursor: pointer;
}

/* [dir="rtl"] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: calc(var(--bs-border-width) * -1);
    margin-left:0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
} */

[dir="rtl"] button.btn.btn-outline-secondary{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  [dir="rtl"] button.btn.btn-outline-secondary.plus{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }


  .progress-container {
  display: flex;
  direction: rtl;
  position: relative;
}

.step {
  position: relative;
  background-color: #ccc;
  color: white;
  border: none;
  cursor: pointer;
  margin-right: -1px; /* التداخل */
  z-index: 1;
}

/* مثلث في الجهة اليسرى */
.step::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 10px solid #ccc;
  z-index: -1;
}

/* ترتيب الظهور */
.progress-container .step:nth-child(1) {
  z-index: 3;
}
.progress-container .step:nth-child(2) {
  z-index: 2;
}
.progress-container .step:nth-child(3) {
  z-index: 1;
}

/* تلوين الأزرار */
.step.active {
  background-color: #2196f3;
}
.step.active::before {
  border-right-color: #2196f3;
}

.step.d {
  background-color: #4caf50;
}
.step.d::before {
  border-right-color: #4caf50;
}

td, th {
    border: transparent;
    text-align: center;
    border-bottom: 1px solid #c9c9c9 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

.custom-radio + .checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: white;
    transition: background-color 0.3s ease;
}
.custom-radio{
  display:none;
}
.custom-radio:checked + .checkmark::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #5b7847;
}

[dir="rtl"] .text-start{
  text-align: right !important;
}
[dir="rtl"] .text-xl-end{
  text-align: left !important;
}
[dir="rtl"]  #order_total_untaxed td{
  padding-left: 5px !important;
}


element.style {
}
.custom-carousel-style .title_card_owl-item {
    font-size: 15px;
    color: #333;
    margin: 0;
    padding: 0;
    text-align: center;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.custom-carousel-style .card3 div {
    background-color: rgb(224, 219, 219);
    width: 100%;
    padding: 8px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-top: auto;
    text-align: center;
}

element.style {
}
.custom-carousel-style .title_card_owl-item {
    font-size: 15px;
    color: #333;
    margin: 0;
    padding: 0;
    text-align: center;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.custom-carousel-style .card3 div {
    background-color: rgb(224, 219, 219);
    width: 100%;
    padding: 8px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-top: auto;
    text-align: center;
}
.card-footer {
    background-color: rgb(224, 219, 219) !important;
    width: 100%;
    /* padding: 8px 0 !important; */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-top: auto;
    text-align: center;
}
.title_card_owl-item{
  margin-bottom: 0px !important;
}
.card{
  cursor: pointer;
}

.container_products .col-12 {
    margin: 5% 0px;
}

.paginate_theme13 .page-link {
    background-color: #ffffff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin: 0 3px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.paginate_theme13 .page-link:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}




.gird_product .card {
    width: fit-content !important;
}
.container_products.product_details .col-12 {
    margin: 0% 0px !important;
}
.paginate_theme13 .page-link {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    margin: 0 4px;
    transition: all 0.3s ease;
    padding: 8px 14px;
    font-weight: 500;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.paginate_theme13 .page-link:hover {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.paginate_theme13 .page-item.active .page-link {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 100%);
    color: #fff !important;
    font-weight: bold;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.paginate_theme13 .page-item.disabled .page-link {
    background-color: #e0e0e0;
    color: white !important;
    box-shadow: none;
    cursor: not-allowed;
}

[dir="rtl"] .me-2 {
    margin-left: .5rem !important;
}

a,button,div{
  cursor:pointer
}

#country-select_sort,#country-select_sort:,#country-select_sort:focus-visible {

    outline: none !important;
}
.product_details a.router-link-active:after {
    content: "/";
}

.modal-mask {
    width: 300px;
    text-align: center;
    border: 1px solid black;
    box-shadow: 2px 2px grey;
    border-radius: 10px;
    padding: 2%;
    right: 40%;
    position: fixed;
    background-color: #fafafa;
    top:30%;
}

.modal-footer {
justify-content: space-around !important;}

button.modal-default-button.close {
    background-color: green;
    padding: 2px 5%;
    border-radius: 10px;
    border: none;
}

button.modal-default-button.cancel {
    background-color: red;
    padding: 2px 5%;
    border-radius: 10px;
    border: none;
}
.btn_cart_check{
  margin:8px 0px;
}

[dir="rtl"] .vs__dropdown-option
{
  text-align:right;
}

ul.pagination.paginate_theme13.b-pagination.pagination-sm.b-pagination-pills{
  margin:10px 2px !important;
}

[dir="ltr"] #occasionCarousel .carousel-control-prev::after{
  content:">" !important;
}
[dir="ltr"] #occasionCarousel .carousel-control-next::after{
  content:"<" !important;
}

[dir="ltr"] footer h4{
  text-align:left;
}

[dir="ltr"] #occasionCarousel .carousel-control-next::after {
    content: "<" !important;
    
}
.title_card_owl-item{
    font-size:14px;
}
.btn_cart_check {
 
  margin:10px 0px !important;
}
.slick-slide img {
    overflow: hidden !important;
}
@media only screen and (min-width: 1000px) {
     .carousel-control-next,.carousel-control-prev{
         display:none !important;
     }
     .sections_div_home{
      min-height:250px;
     }
     #popupContainer3 .popup-content2{
      min-width:400px;
     }
     .text-center nav {
    display: flex;
    text-align: center !important;
    flex-wrap: nowrap;
    justify-content: center;
}
}

@media only screen and (max-width: 600px) {
      .reset_btn_moile{
    width:150px;
  }
.icon-container a{
    font-size:14px !important;
    
}
.container_products.product_details .col-12 {
    margin: 2% 0px !important;
}
.occasion-title {
    font-size: 11px;}
    
    [dir="ltr"] .product_details .slick-prev {
    left: auto;
    right: 0px !important;
    z-index: 10 !important;
}
    
    .product_mobile {
        display: flex
;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        position: fixed;
        bottom: 5%;
        left: 8%;
                right: 8%;

        z-index: 1500;
    }

    .circle-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    margin: 0 0% !important;
}
}
@media only screen and (max-width: 600px) {
    .card.cart-item {
        width: 100% !important;
        height:fit-content !important;
        /* height: 100% !important; */
    }
    
    #occasionCarousel .carousel-control-prev {
        right: -1% !important;
        left: auto !important;
    }
    
        #occasionCarousel .carousel-control-next {
        left: -10% !important;
        right: auto !important;
    }
    
    .btn.btn-outline-secondary.category-item{
        font-size:10px !important;
    }
}
.product_home img.card-img-top.grid_product_img{
    width: 100% !important;
    height: auto !important;
}

[dir="ltr"] .title_cart {
    text-align: left !important;
 
}
.table_products_confirm th {
    text-align: center !important;
}
@media only screen and (min-width: 1200px) {

.popup-content2 {
    height: 100%;
    width: fit-content;
}
}


.validate_message{
  position: fixed;
  z-index: 100;
  width: 320px;
  top: 15%;
  left: 50px;
  border-radius: 8px;
  background-color: white;
  border: 2px solid var(--primary-color);
  text-align: center;
  padding: 10px;
  color: black;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

[dir="ltr"] .validate_message{
 
  right: 50px;
  left:auto;
 
}