 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
}
/*navbar*/
.navbar {
  background-color: white;
  padding: 10px 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.yamaha-logo {
  color: rgb(72, 33, 122);
  font-weight: bold;
  margin-left: 5px;
}
.logo2 {
  margin-top: 12px; 
  margin-left: 12px;
}
/* Link Style */
.nav-link {
  color: rgb(72, 33, 122) !important;
  margin: 0 10px;
  font-size: 17px;
  margin-top: 10px;
  text-decoration: none; 
  border-bottom: 2px solid transparent; 
  transition: border-color 0.3s ease-in-out; 
}
/* Remove the dropdown arrow */
.nav-link {
  display: flex;
  align-items: center;
}
.dropdown-menu {
  display: none;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  width: 1000px !important;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  padding: 20px;
  margin-left: -400px;
  padding-right: 30px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 1.6;
}
.nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.dropdown-item {
  padding: 10px;
  color: rgb(116, 111, 111);
  text-decoration: none;
  display: block;
}
.dropdown-item:hover {
  background-color: #f1f1f1;
  color: rgb(72, 33, 122);
}
.dropdown-menu .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 55px;
}
.dropdown-menu .col-3 {
  padding: 5px;
  box-sizing: border-box;
  word-wrap: break-word;
}
.nav-link:hover {
  color: rgb(72, 33, 122) !important;
  border-bottom: 2px solid rgb(72, 33, 122);
}
.icon-container {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.icon-wrapper i {
  font-size: 24px;
  color: #666;
  padding-right: 15px;
}
.icon-wrapper .dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  background-color: rgb(72, 33, 122);
  border-radius: 50%;
}
.search-icon {
  background-color: rgb(72, 33, 122);
  color: white;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.search-icon:hover {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .nav-item:hover .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .navbar-nav .nav-item.hide {
    display: none;
  }
  .dropdown-menu {
    width: 100% !important;
    position: static !important;
    margin-left: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
  }
  .dropdown-menu .row {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .dropdown-menu .col-3 {
    width: 100% !important;
    padding: 0 !important;
  }
  .dropdown-item {
    padding: 0.5rem 1rem !important;
    width: 100% !important;
  }
}



/* breadcrumb*/
.brand_shop_cover {
  padding-top: 0px; /* إضافة padding-top للحاوية */
}
.brand_shop_cover img {
  width: 100%; /* تجعل الصورة تأخذ العرض الكامل */
  height: auto; /* الحفاظ على نسبة الأبعاد */
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: -38px; /* إزالة أي مسافة من الأعلى */
}
.breadcrumb-item {
  font-size: 0.01; /* حجم النص */
  color: #666; /* لون النص */
  position: relative; /* لإضافة السهم */
  margin-right: -8px; /* مسافة بين العناصر */
}
.breadcrumb-item a {
  text-decoration: none;
  color: inherit;
}
.breadcrumb-item:not(:last-child)::after {
  content: '>'; /* رمز السهم */
  color: #999; /* لون السهم */
  margin-left: 10px; /* مسافة بين السهم والعنصر */
  font-weight: bold;
}
.breadcrumb-item.active {
  font-weight: bold;
  color: #333;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ''; /* إزالة أي رمز مثل '/' */
}



/*acordion*/
.custom-sidebar h3 {
  font-family: 'Oswald', "Lucida Grande", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: rgb(51, 51, 51);
  margin-top: 30px;
}
.accordion-button.custom-button {
  font-family: 'Oswald', "Lucida Grande", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: rgb(51, 51, 51);
  background-color: #f8f9fa; /* اللون الرمادي الفاتح */
  border: none !important;
  border-radius: 0 !important;
  text-align: left;
  transition: background-color 0.3s, color 0.3s;
  padding: 20px;
}
.accordion-button.custom-button:hover {
  background-color: #372186;
  color: white; 
}
.accordion-button.sub-menu {
  background-color: #f8f9fa; /* اللون الرمادي الفاتح */
  color: #000;
  font-size: 14px;
  padding-left: 30px;
  font-weight: bold;
  border: none;
  transition: background-color 0.3s, color 0.3s;
}
.accordion-button.sub-menu:hover {
  background-color: #372186; /* اللون البنفسجي عند تمرير الماوس */
  color: white; /* النص باللون الأبيض */
}
.accordion-link {
  display: block;
  padding: 10px 20px;
  color: #000; /* اللون الأسود */
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}
.accordion-link:hover {
  background-color: #372186; /* اللون البنفسجي عند تمرير الماوس */
  color: white; /* النص باللون الأبيض */
  text-decoration: none;
}
.accordion-body {
  padding-left: 20px;
  background-color: #fff; /* لون خلفية أبيض */
}
.list-unstyled {
  margin: 0;
  padding: 0;
}
.accordion-item:hover {
  background-color: #f3f3f3; 
}



/*custom card*/
.custom-card {
  background: #fff;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: -58px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.custom-card h5 {
  font-family: 'Oswald', "Lucida Grande", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: rgb(37, 45, 56);
}
.custom-card img {
  max-width: 100%;
  border-radius: 0px;
  margin-bottom: 15px;
  border: 1.5px solid #bbb8c2; 
  padding: 50px; 
  display: block;
}
.custom-card h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.custom-card p {
  font-size: 17px;
  color: #666;
  margin-bottom: 10px;
}
.custom-card strong {
  font-size: 18px;
  color: #372186;
}
.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}
.custom-card .prix-recommande {
  font-size: 14px;
  color: #ffc107;
  margin-bottom: -5px;
}
.no-link {
  text-decoration: none;
}



/*background*/
.background{
  margin-top: 120px;
}
section .container .row img.img-fluid.mt-3 {
  width: 120%; 
}
.custom-text {
    font-family: 'Oswald', "Lucida Grande", sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: rgb(51, 51, 51);
    line-height: 31px;
  }



/* card*/
.nouv{
  margin-bottom: 10px !important;
  margin-bottom: 30px;
  font-family: 'Oswald', "Lucida Grande", sans-serif !important;
  font-weight: 500;
  font-size: 28px !important;
  line-height: 30px;
  color: rgb(51, 51, 51) !important;
}
.text1, .text2 {
  text-align: left !important;
}
.text2{
  font-family: 'Helvetica', "Helvetica", Arial,sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px;
  color: rgb(37, 45, 56) !important; 
  align-items: left !important;
  display: block;
  margin-left: 10px;
}
.text1{
  font-family: 'Oswald', "Lucida Grande", sans-serif !important;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 26px;
  color: rgb(37, 45, 56) !important; 
  align-items: left;
  margin-left: 10px;
}
.text1:hover {
  color: rgb(37, 45, 56) !important; 
  text-decoration: underline; 
}
.text2:hover {
  color: rgb(37, 45, 56) !important; 
  text-decoration: underline; 
}
.product-row {
    display: flex;
    flex-wrap: wrap; /* يسمح بانتقال البطاقات إلى الصف التالي إذا كانت أكبر من العرض */
    gap: 0px; 
    padding: 10px 0;
}
.product-item {
    flex: 0 0 calc(33.333% - 20px); /* 3 بطاقات بحجم متساوي */
    max-width: calc(33.333% - 20px);
    background: #ffffff;
    border: none; /* إزالة الإطار العام */
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* إعداد الانتقال */
    border-right: 1px solid #ddd; /* إضافة خط فاصل */
}
.product-item:nth-last-child(-n+3) {
  border-bottom: none;
}
.product-image {
    position: relative;
    width: 100%;
    height: 150px; /* تحديد ارتفاع ثابت للصورة */
    overflow: hidden; /* لتجنب ظهور الأجزاء الزائدة من الصورة */
    display: flex;
    justify-content: center; /* محاذاة الصورة في المنتصف */
    align-items: center; /* محاذاة الصورة في المنتصف */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* تأثير سلس */
}
.product-image img {
    max-width: 80%; /* تحديد العرض الأقصى للصورة داخل البطاقة */
    max-height: 80%; /* تحديد الارتفاع الأقصى للصورة داخل البطاقة */
    object-fit: contain; /* الحفاظ على تناسب الصورة دون تشويه */
}
.product-item__title {
    font-size: 18px;
    text-align: left; 
    margin: 10px 10px 5px;
    font-weight: bold;
    color: #000000;
}
.product-item__body p {
    text-align: center;
    color: #555;
    margin: 0 10px 10px;
}
.product-price {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #ff9900;
    margin-bottom: 15px;
}
.product-price .prix{
  color: #44077e;
  text-align: left;
  font-size: 20px;
}
product-item__title,
.product-item__body p,
.product-price {
    text-align: left !important;
}
.arrow-buttons {
  position: absolute;
  top: 0.5px; /* وضع الأسهم في أعلى القسم */
  left: 94.9%; /* توسيط الأسهم في المنتصف */
  transform: translateX(-50%); /* ضمان التوسيط الكامل */
  display: flex;
  justify-content: space-between;
  width: 60px; /* تحديد عرض الحاوية لتكون مناسبة للأزرار */
  z-index: 10;
  padding: 10px;
}
.arrow-left, .arrow-right {
  font-size: 20px; 
  cursor: pointer;
  color: #000000; /* جعل لون السهم أسود */
  transition: color 0.3s ease, background-color 0.3s ease;
  background-color: #ffffff; /* خلفية بيضاء للأزرار */
  padding: 10px;
  border-radius: 0%; 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px; /* تحديد عرض الزر */
  height: 30px; /* تحديد ارتفاع الزر */
  border: 1px solid #d3d3d3; /* إضافة إطار رمادي */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* إضافة ظل خفيف */
  margin: 0 5px; /* تقليص المسافة بين الأزرار */
}
.arrow-left:hover, .arrow-right:hover {
  color: #ffffff; /* تغيير لون السهم إلى الأبيض عند التمرير */
  background-color: #4c27cf; /* تغيير الخلفية إلى اللون الأرجواني عند التمرير */
}
.product-row {
  display: flex;
  flex-wrap: nowrap; /* عدم السماح للمنتجات بالانتقال إلى السطر التالي */
  overflow-x: auto; /* السماح بالتمرير الأفقي */
  padding-top: 20px;
  width: 100%;
}
.product-item {
  width: 33%; /* تحديد عرض كل منتج ليأخذ 1/3 من العرض */
  margin-right: 20px; /* إضافة مسافة بين المنتجات */
  transition: transform 0.3s ease; /* إضافة تأثير التحريك */
  box-sizing: border-box; /* لضمان حساب الحشو داخل العرض */
  display: none; /* جعل المنتجات مخفية بشكل افتراضي */
}
.product-item.show {
  display: block; 
}
@media (max-width: 768px) {
  .product-item {
    width: 50%; /* في الشاشات الصغيرة يظهر المنتجين فقط في السطر الواحد */
  }
}
@media (max-width: 480px) {
  .product-item {
    width: 100%; /* في الشاشات الصغيرة جدًا يظهر منتج واحد في كل سطر */
  }
}
a {
  text-decoration: none; /* إزالة الخط السفلي */
}
.product a {
  text-decoration: none; /* إزالة الخط السفلي */
}




/* Login */
#newsletter-holder {
  background-color: rgb(248, 247, 247); 
  padding: 100px; 
  margin-top: 100px;
}
#newsletter-holder h6 {
  font-size: 1.9rem; 
  font-weight: bold; 
  color: #333; 
  margin-bottom: 5px; 
  padding-top: 20px;
}
#newsletter-holder p {
  font-size: 0.9rem; 
  color: #666; 
  margin: 0;
  padding-bottom: 10px;
}
#newsletter-holder .form-control {
  border: 1px solid #ddd; 
  border-radius: 5px; 
  height: 50px; 
  padding: 0 15px; 
  font-size: 1rem; 
  box-shadow: none; 
  padding-right: 50px; 
}
#newsletter-holder i {
  color: #666; 
  font-size: 1.2rem; 
  pointer-events: none; 
}
  @media (max-width: 768px) {
    #newsletter-holder .row {
      flex-direction: column; 
      text-align: center;
    }
  
    #newsletter-holder .input-group {
      margin-top: 15px; 
    }
  }



/*footer*/
  footer {
    background-color: #212529;
    color: #fff;
    padding-top: 30px;
  }
  footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
  }
  footer a:hover {
    color: #ffffff;
    text-decoration: underline; 
  }
  footer .font-weight-bold {
    padding-top: 20px;
    font-weight: bold;
    font-size: 15px;
  }
  footer .pt-8 {
    padding-top: 2rem;
  } 
  footer .pb-4 {
    padding-bottom: 1rem;
  }
  footer .mt-1 {
    margin-top: 0.5rem;
  }
  footer .mb-2,
  footer .mb-3,
  footer .mb-4 {
    margin-bottom: 1rem;
  }
  footer .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .text_ctr h6 {
    font-size: 1rem;
    margin: 0;
  }
  .text_ctr p {
    font-size: 0.9rem;
    margin: 0;
    padding-bottom: -50px;
  }
  .list-group-item {
    padding: 0.5rem 0;
    border: none;
  }
  .list-group-item:hover {
    text-decoration: underline;
  }
  .feather {
    color: #17a2b8;
  }
  .ctr_icon {
    display: flex;
    align-items: center;
  }
  .ctr_icon1 i {
    position: relative;
    top: -2px; 
}
  .text_n_title {
    margin-bottom: 1rem;
  }
  .pm_methods img {
    max-width: 35px;
    margin: 0 5px;
    display: flex;
  }
  .bg-dark {
    background-color: #212529;
    color: #fff;
  }
  .flex-center-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .list-inline-item {
    margin-right: 10px;
  }
  .list-inline-item:last-child {
    margin-right: 0;
  }
  .list-inline-item a:hover {
    background-color: transparent; /* إزالة تأثير الخلفية عند الـ hover */
    color: inherit; /* الاحتفاظ باللون الحالي للنص */
    text-decoration: none;
}
  .btn-icon {
    padding-top: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    margin: -12px;
  }
  .btn-icon:hover {
    color: inherit;
    text-decoration: none;
  } 

.produits-section ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
  }














