.cen{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: center;
}
.in-btn{
    width: 200px; 
    height: 40px; 
    border-radius: 20px;
    border: 2px solid #547792;
    margin: 10px 0px;
    outline: none;
    font-size: 20px;
}
.inp-btn{
    width: 150px; 
    height: 40px; 
    border-radius: 20px;
    border: 2px solid #547792;
    margin: 10px 0px;
    outline: none;
    font-size: 20px;
    background-color: #ECEFCA;
    cursor: pointer;
}
.inpp-btn{
    width: 200px; 
    height: 60px; 
    border-radius: 20px;
    border: 2px solid #547792;
    margin: 10px 0px;
    outline: none;
    font-size: 20px;
    background-color: #ECEFCA;
    cursor: pointer;
}
.cenn{
    display: none;
    background-color: #94B4C1;
    padding: 50px;
    border-radius: 20px;
}
nav{
    background-color: #ECEFCA; 
    width: 100%;
    margin-bottom: 25px;
}
.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030; /* تأكد من ظهوره فوق كل العناصر */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
.nav-link{
    color: #547792;
    font-size: 20px;
    font-weight: bold;
}
.nav-link:hover{
    padding: 5px;
    border-radius: 20px;
    background-color: #547792;
    color: #fff;
}
.logout{
    text-align: center;
    margin: 0px 10px;
    padding: 5px;
    border-radius: 20px;
}
.go-to{
    text-align: center;
    border-radius: 20px;
    width: 80%;
    margin: auto;
}
.logout:hover ,
.go-to:hover{
    background-color: #547792;
    color: #fff;
}
.logout:hover a{
    background-color: #547792;
    color: #fff;
}
.sec{
    text-align: center;
}
.makhzan{
    display: flex;
    gap: 1%; 
    margin-top: 20px; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 1%; 
    margin-top: 20px;
}
.title-div{
    display: inline-block; 
    text-align: center; 
    margin: auto;
}
.title{
    width: auto;
    color: #94B4C1;
}
.title-dash{
    display: block;
    height: 5px;
    width: 50%;
    background-color: #547792;
    margin: auto;
    border-radius: 20px;
    transition: all 0.4s ease;
}
.title-dash:hover{
    width: 90%;
}
.protect{
    flex: 0 0 calc(24% - 1%);
    margin-bottom: 35px;
    width: 24%;
    justify-content: center;
    background-color: #ECEFCA;
    border-radius: 5px 40px 5px 40px;
}
.img{
    width: 100% ;
    height: 200px;
   margin: auto;
   transition: all 0.4s ease;
}
.img img{
    width: 100% ;
    height: 100%;
}
.btn-cart{
    border-radius: 0 0 5px 40px;
    border: none;
    width: 100%;
    outline: none;
    font-size: 25px;
    background-color: #94B4C1;
    color: #fff;
    font-weight: bold;
}
.img:hover {
    transform: translate(0, -20%) rotate(-30deg);
}
.sale{
    display: flex;
    justify-content: space-between;
}
.price{
    color: goldenrod;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}
.dis{
    color: goldenrod;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}

/* ////////////////// */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #94B4C1; /* لون الزر */
    color: white;
    border: none;
    cursor: pointer;
    font-size: 24px;
    display: none; /* مخفي بشكل افتراضي */
    z-index: 99;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  }
  
  .back-to-top:hover {
    background-color: #547792; /* لون الزر عند التحويم */
    transform: translateY(-3px);
  }
  
  .back-to-top.show {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-items{
    margin:3px 10px; 
    background-color: #abad92; 
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
  }
  .p-items:hover{
    background-color: #94B4C1; 
    color: #fff;
  }
  footer{
    background-color:  rgba(0,0,0,0.2);
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 10px 0;
  }
  .p-footer{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0;
  }
  .span-1{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
  }
  .span-2{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: none;

  }
  .protect:hover .span-2{
    display: inline;
  }
  .protect:hover .span-1{
    display: none;
  }

  /* //////////////////////////////media Query/////////////////////////////// */
  @media screen and (max-width : 1405px) {
    .span-2{
        font-size: 13px;
      }
}

@media screen and (max-width : 1200px) {
    .span-2{
        font-size: 11px;
      }
}
  
@media screen and (max-width : 1100px) {
    .protect{
        flex: 0 0 calc(33% - 1%);
        width: 33%;
    }
    .span-2{
        font-size: 14px;
      }
}
@media screen and (max-width : 993px) {
    .span-2{
        font-size: 12px;
      }
}
@media screen and (max-width : 800px) {
    .protect{
        flex: 0 0 calc(49% - 1%);
        width: 49%;
    }
    .span-2{
        font-size: 14px;
      }
}
/* للشاشات الصغيرة (أقل من 500px) */
@media screen and (max-width: 780px) {
    /* جعل الجدول متجاوباً */
    .table-responsive {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* لتحسين الأداء على iOS */
    }
    
    /* تعديل حجم الخط والأعمدة */
    .table {
        font-size: 14px;
    }
    
    .table th, .table td {
        padding: 8px 4px;
        white-space: nowrap;
    }
    
    /* تعديل أزرار الحذف */
    .remove-item {
        padding: 3px 6px;
        font-size: 12px;
    }
    
    /* تعديل الصور */
    .table img {
        width: 40px;
        height: 40px;
    }
    
    /* إخفاء بعض الأعمدة غير الضرورية */
    .table th:nth-child(4), /* عمود الخصم */
    .table td:nth-child(4) {
        display: none;
    }
}
@media screen and (max-width : 550px) {
    .protect{
        flex: 0 0 calc(97% - 1%);
        width: 97%;
    }
    .span-2{
        font-size: 17px;
      }
}

/* ////////////////// */
.dropdown-menu-2 {
    max-height: 200px; /* ارتفاع ثابت للقائمة */
    overflow-y: auto; /* إظهار شريط التمرير عند الحاجة */
    width: 220px; /* عرض مناسب لعرض المحتوى */
}