.support-btn {
    position: fixed;
    bottom: 80px;
    right: 10px;
    display: flex;
    align-items: center;
    z-index: 1000;
}

.main-btn {
    width: 60px;
    height: 60px;
    background-color: #007bff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.main-btn img {
    width: 40px;
    height: 40px;
}

.main-btn:hover {
    background-color: #0056b3;
}

.btn-label {
    margin-left: 10px; /* لترك مسافة بين النص والزر */
    color: white;
    font-size: 14px;
    font-weight: bold;
    transition: color 0.3s;
    white-space: nowrap; /* لمنع النص من الانتقال إلى السطر التالي */
}

.main-btn:hover + .btn-label {
    color:#100c08; /* تغيير لون النص عند التحويم فوق الزر */
}

.floating-btns {
    display: none; /* إخفاء الأزرار افتراضيًا */
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 70px; /* لجعل الأزرار تظهر فوق الزر */
    right: 0;
}
 
.floating-btn {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7); /* خلفية شفافة */
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.floating-btn img {
    width: 40px;
    height: 40px;
}

.floating-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}


body {
    font-family: Arial, sans-serif;
    margin:100;
    padding:100;
}
body {
    margin-left: 100;
    margin-right: 100;
    padding-left: 50;
    padding-right: 50;

}

.container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.category-scroll {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 5px;
    background-color: #f8f8f8;
}

.category-item {
    flex: 0 0 auto;
    width: 70px; /* Adjust as needed */
    text-align: center;
    margin-right: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for effects */
    text-decoration: none; /* Remove default link underline */
}

.category-item img {
    width: 70px; /* Adjust size */
    height: 70px; /* Adjust size */
    border-radius: 60%; /* Makes the image circular */
    object-fit: cover;
    border: 3px solid #ddd; /* Optional: Add a border */
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
    transition: box-shadow 0.3s ease; /* Smooth transition for shadow */
}

.category-item:hover img {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Darker shadow on hover */
}

.category-item:active {
    transform: scale(0.95); /* Slightly reduce size on click */
}

.category-item span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #333;
}

    
.slider-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    display: block;
       /* styles.css */
}
   #homepage-1 .ps-home-banner {
    margin-bottom: 0px;
    padding-top: 3px
}
@media (max-width: 1199px) {
    .ps-carousel--nav {
        margin-bottom: 0rem;
        padding-bottom: 0px;
    }
  .ps-product-list .ps-section__content {
    padding-top: 5px;
}

.mt-40 {
    margin-top: 0px;
}

.mr-40 {
    margin-right: 0px
}

.mb-40 {
    margin-bottom: 0px;
}
  #homepage-1 .ps-home-banner {
    margin-bottom: 0px;
    padding-top: 0px;
}
  
@media (max-width: 479px) {
    .ps-container {
        padding: 0 02px;
    }
}
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -00px;
    margin-left: -00px
}
  
.ps-page--product {
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    padding-top: 2px;
}
  
@media screen and (max-width: 1365px) {
    .ps-product--detail .ps-product__shopping .ps-btn,.ps-product--detail .ps-product__shopping figure {
        margin-left:0px;
        margin-right: 0
    }
}
  html {
    scroll-behavior: smooth;
}