@charset "UTF-8";
/* التصميم الافتراضي (الهاتف) يبقى كما هو */
comment-section {
    padding: 20px;
    font-size: 16px;
    line-height: 100%;
     background-color: #f9f9f9; /* تغيير الخلفية */
}

/* تغييرات العرض على الكومبيوتر */
@media (min-width: 768px) {
comment-section {
        padding: 40px;        /* زيادة الحشو */
        font-size: 18px;      /* تكبير حجم الخط */
        max-width: 800px;     /* تحديد العرض الأقصى */
        margin: auto;         /* توسيط القسم */
        background-color: #f9f9f9; /* تغيير الخلفية */
        border-radius: 8px;   /* إضافة زوايا مستديرة */
    }

comment-section p {
        margin-bottom: 15px;  /* زيادة المسافة بين الفقرات */
    }
comment-section .font-weight-bold {
        color: #333;          /* تغيير لون النص */
        font-size: 20px;      /* تكبير النص العريض */
    }
}




/* CSS Document */

     

.container1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.category {
    text-align: center;
   
    color: white;
    padding: 15px;
    border-radius: 15px;
    transition: transform 0.3s;
}

.category:hover {
    transform: scale(1.05);
}

.avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.avatar img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}


.bs-slider .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 90vh; /* استخدم وحدة vh لجعل الارتفاع متجاوب */
}

.carousel-inner {
    width: 90%;
    max-height: 90vh; /* استخدم وحدة vh لجعل الارتفاع متجاوب */
}

.slide-text {
    text-align: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5); /* خلفية شفافة لتحسين القراءة */
}

.slide-text h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.slide-text p {
    font-size: 1em;
}

.slide-text a {
    margin-top: 10px;
    display: inline-block;
}

/* تحسين استجابة الأزرار */
.carousel-control {
    width: 5%;
}

/* تحسين استجابة المؤشرات */
.carousel-indicators {
    bottom: 10px;
}

/* تحسين استجابة الصور المصغرة */
@media (max-width: 767px) {
    .bs-slider .item {
        height: 40vh;
    }

    }
    .carousel-inner {
        max-height: 40vh;
    }

    .slide-text h1 {
        font-size: 1.5em;
    }

    .slide-text p {
        font-size: 0.9em;
    }

    .slide-text a {
        font-size: 0.9em;
    }


 hr {
            border: 0;
            border-top: 1px solid #04c3ab; /* تخصيص الخط الأفقي */
            margin: 20px 0;
        }
.btn-primary {
    background-color: #04c3ab; /* لون الخلفية للزر */
	width:100%;
	
    color: #fff; /* لون النص للزر */
    border: none; /* إزالة الحدود الافتراضية */
    padding: 10px 20px; /* إضافة حشوة داخلية للزر */
    border-radius: 5px; /* زوايا دائرية للزر */
    text-decoration: none; /* إزالة التسطير من الرابط */
    display: inline-block; /* جعل الزر مثل العنصر البيني */
}
.card-title a {
    text-decoration: none; /* إزالة التسطير من الرابط */
    color: #333; /* لون النص للرابط */
}

.card-text {
    margin-bottom: 1px; /* مسافة أسفل المحتوى النصي */
}

.card-actions {
    text-align: center; /* توسيط الأزرار داخل card-actions */
}

card-figcaption {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-title {
    font-size: 1.25em;
    margin: 0 0 10px 0;
}

.card-text {
    margin-bottom: 15px;
}

.price-section {
    font-size: 1.2em;
    color: #04c3ab;
    margin-bottom: 15px;
}

.card-actions {
    text-align: center;
}

.card-actions .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #04c3ab;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.card-actions .btn:hover {
    background-color: #029b85;
}

.card-image {
    width:100%; /* أو الطول الذي تريده */
    height: 100%;/* للحفاظ على نسبة العرض إلى الارتفاع */
}

.card-image {
    width: 100%;
    aspect-ratio: 16 / 9; /* تحديد النسبة التي تفضلها */
    object-fit: cover; /* لتغطية المساحة بالكامل دون تشويه */
}


hr {
            border: 0;
            border-top: 1px solid #04c3ab; /* تخصيص الخط الأفقي */
            margin: 20px 0;
        }
.btn-primary {
    background-color: #04c3ab; /* لون الخلفية للزر */
	width:100%;
    color: #fff; /* لون النص للزر */
    border: none; /* إزالة الحدود الافتراضية */
    padding: 10px 20px; /* إضافة حشوة داخلية للزر */
    border-radius: 5px; /* زوايا دائرية للزر */
    text-decoration: none; /* إزالة التسطير من الرابط */
    display: inline-block; /* جعل الزر مثل العنصر البيني */
}
.card-title a {
    text-decoration: none; /* إزالة التسطير من الرابط */
    color: #333; /* لون النص للرابط */
}

.card-text {
    margin-bottom: 1px; /* مسافة أسفل المحتوى النصي */
}

.card-actions {
    text-align: center; /* توسيط الأزرار داخل card-actions */
}

.card-figcaption {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-title {
    font-size: 1.25em;
    margin: 0 0 10px 0;
}

.card-text {
    margin-bottom: 15px;
}

.price-section {
    font-size: 1.2em;
    color: #04c3ab;
    margin-bottom: 15px;
}

.card-actions {
    text-align: center;
}

.card-actions .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #04c3ab;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.card-actions .btn:hover {
    background-color: #029b85;
}
.card-figcaption-button {
    display: block; /* يجعل الزر عنصراً بلوك */
    margin: 0 auto; /* يضبط الهامش التلقائي لتوسيع الزر إلى الوسط */
    text-align: center; /* يضبط النص داخل الزر إلى الوسط */
}



/* يمكنك تعديل القيم حسب احتياجاتك */


.card-img-container {
    position: relative;
}

.promotion-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff0000; /* اللون الأحمر */
    color: #ffffff; /* اللون الأبيض للنص */
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    border-radius: 3px;
}

.del{
    color: #ff0000; /* اللون الأحمر */
    font-size: 14px; /* حجم الخط */
    text-decoration: line-through; /* خط فوق النص */
    margin-right: 5px; /* مسافة صغيرة على اليمين */
    font-weight: bold; /* الخط العريض */
}
  card-img-container {
    position: relative;
}

.promotion-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff0000; /* اللون الأحمر */
    color: #ffffff; /* اللون الأبيض للنص */
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    border-radius: 3px;
}

.del{
    color: #ff0000; /* اللون الأحمر */
    font-size: 14px; /* حجم الخط */
    text-decoration: line-through; /* خط فوق النص */
    margin-right: 5px; /* مسافة صغيرة على اليمين */
    font-weight: bold; /* الخط العريض */
}         
.promotion-label {
    background-color: #ff4c4c; /* Red background to make the label stand out */
    color: #fff; /* White text color */
    font-size: 12px; /* Small text size */
    padding: 5px 10px; /* Padding for the label */
    position: absolute;
    top: 10px; /* Position the label near the top of the image */
    right: 10px; /* Align the label to the right side */
    border-radius: 3px; /* Slightly rounded corners */
    font-weight: bold; /* Bold text for emphasis */
    z-index: 10; /* Ensures the label appears above other content */
}



card-img-container {
    position: relative;
}

promotion-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff0000; /* اللون الأحمر */
    color: #ffffff; /* اللون الأبيض للنص */
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    border-radius: 3px;
}

del{
    color: #ff0000; /* اللون الأحمر */
    font-size: 14px; /* حجم الخط */
    text-decoration: line-through; /* خط فوق النص */
    margin-right: 5px; /* مسافة صغيرة على اليمين */
    font-weight: bold; /* الخط العريض */
}











































		
		


















		/* إضافة تنسيقات إضافية لجعل العمود الأيمن ثابتًا */

        /* تخصيصات أخرى لتنسيق المنتج */
.card {
            margin-bottom: 20px;
        }
		
		
		
		
		

			/* General form styles */
.popco_instant_order {
    max-width: 100%;
	max-height 80%;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #04c3ab;
    font-family: Arial, sans-serif;
}

.popco_instant_order_form p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.popco_information_title {
    font-weight: bold;
    margin-bottom: 20px;
}	



	
	.popco_instant_order_form p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.popco_information_title {
    font-weight: bold;
    margin-bottom: 20px;
}

.popco_instant_order_form input[type="text"],
.popco_instant_order_form input[type="tel"],
.popco_instant_order_form select {
    width: 100%;
    padding: 10px;
    margin: 1px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.popco_quantity {
    display: flex;
    align-items: center;
    margin: 20px 0;
}






.popco_minus,
.popco_plus {
    padding: 10px;
    background: #eee;
    cursor: pointer;
    border: 1px solid #ccc;
}

.popco_quantity input[type="number"] {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px;
}


.popco_order_summary {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.popco_order_summary_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.popco_order_summary_title {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.popco_order_summary_title i {
    margin-right: 10px;
}

.popco_price_table {
    margin-top: 20px;
}

.popco_price_table table {
    width: 100%;
    border-collapse: collapse;
}

.popco_price_table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.popco_row_total_price {
    font-weight: bold;
}

.popco_sticky_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px;
}

.popco_buy_now {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s;
}

.popco_buy_now:hover {
    background: #0056b3;
}









    .image-container {
        position: relative;
    }
    
    .promotion-badge {
        position: absolute;
        top: 10px; /* تعديل حسب الحاجة */
        left: 10px; /* تعديل حسب الحاجة */
        background-color: red; /* لون خلفية الشعار */
        color: white; /* لون النص */
        padding: 5px 10px; /* تنسيق الشعار */
        border-radius: 5px; /* زوايا مستديرة */
        font-weight: bold;
        font-size: 14px; /* حجم الخط */
    }

     /* ضمان عرض الصورة بشكل كامل */
    .custom-slide {
        width: 100%;
        height: auto;
        object-fit: cover; /* يحافظ على تناسب الصورة داخل الحاوية */
    }

    /* تهيئة lightSlider لتكون مناسبة للأجهزة المحمولة */
    #lightSlider {
        width: 100%;
    }

    /* التأكد من أن جميع العناصر داخل الـ lightSlider تتناسب مع العرض */
    #lightSlider li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* تأكد من أن الصور في الـ lightSlider تتمدد لملء عرض الحاوية */
    #lightSlider img {
        width: 100%;
        height: auto; /* أو height: 100%; حسب احتياجك */
        object-fit: cover; /* الحفاظ على تناسب الصورة */
    }
    
   
   
   
      /* القواعد الأساسية */
.card {
    width: 100%; /* تأكد من أن البطاقة تأخذ العرض الكامل */
    box-sizing: border-box; /* تأكد من أن الحشو والحدود لا تؤثر على العرض الكلي */
}

.container {
    width: 100%; /* التأكد من أن العنصر يملأ العرض بالكامل */
   margin:0;
}



.product-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.product-image {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-image:hover img {
    transform: scale(1.1); /* تأثير التكبير عند تمرير الفأرة */
}

.zoomed-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: zoom-out;
}

.zoomed-img img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

  



.card {
    background-color: #fff;
    padding: 14px;
    border: none
}
#lightSlider li{}

.demo {
    width: 100%
}

ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}



.stars i {
    color: #f6d151
}

.stars span {
    font-size: 13px
}

hr {
    color: #d4d4d4
}

.badge {
    padding: 5px !important;
    padding-bottom: 6px !important
}

.badge i {
    font-size: 10px
}

.profile-image {
    width: 35px
}

.comment-ratings i {
    font-size: 13px
}

.username {
    font-size: 12px
}

.comment-profile {
    line-height: 17px
}

.date span {
    font-size: 12px
}

.p-ratings i {
    color: #f6d151;
    font-size: 12px
}

.btn-long {
    padding-left: 35px;
    padding-right: 35px
}

.buttons {
    margin-top: 15px
}

.buttons .btn {
    height: 46px
}

.buttons .cart {
    border-color: #ff7676;
    color: #ff7676
}

.buttons .cart:hover {
    background-color: #e86464 !important;
    color: #fff
}

.buttons .buy {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676
}

.buttons .buy:focus,
.buy:active {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676;
    box-shadow: none
}

.buttons .buy:hover {
    color: #fff;
    background-color: #e86464;
    border-color: #e86464
}

.buttons .wishlist {
    background-color: #fff;
    border-color: #ff7676
}

.buttons .wishlist:hover {
    background-color: #e86464;
    border-color: #e86464;
    color: #fff
}

.buttons .wishlist:hover i {
    color: #fff
}

.buttons .wishlist i {
    color: #ff7676
}

.comment-ratings i {
    color: #f6d151
}

.followers {
    font-size: 9px;
    color: #d6d4d4
}

.store-image {
    width: 42px
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.bullet-text {
    font-size: 12px
}

.my-color {
    margin-top: 10px;
    margin-bottom: 10px
}

label.radio {
    cursor: pointer
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    border: 2px solid #8f37aa;
    display: inline-block;
    color: #8f37aa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    transition: 0.5s all
}

label.radio .red {
    background-color: red;
    border-color: red
}

label.radio .blue {
    background-color: blue;
    border-color: blue
}

label.radio .green {
    background-color: green;
    border-color: green
}

label.radio .orange {
    background-color: orange;
    border-color: orange
}

label.radio input:checked+span {
    color: #fff;
    position: relative
}

label.radio input:checked+span::before {
    opacity: 1;
    content: '\2713';
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    left: 4px
}

.card-body {
    padding: 0.3rem 0.3rem 0.2rem
    
    
    
    
    	/* إضافة تنسيقات إضافية لجعل العمود الأيمن ثابتًا */
        .fixed-column {
            position: sticky;
            top: 20px;
            height: calc(60vh - 20px);
            overflow-y: auto;
        }

        /* تخصيصات أخرى لتنسيق المنتج */
        .card {
            margin-bottom: 20px;
        }
		
		
		
		
		

			/* General form styles */
.popco_instant_order {
    max-width: 100%;
	max-height 80%;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #04c3ab;
    font-family: Arial, sans-serif;
}

.popco_instant_order_form p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.popco_information_title {
    font-weight: bold;
    margin-bottom: 20px;
}	



	
	.popco_instant_order_form p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.popco_information_title {
    font-weight: bold;
    margin-bottom: 20px;
}

.popco_instant_order_form input[type="text"],
.popco_instant_order_form input[type="tel"],
.popco_instant_order_form select {
    width: 100%;
    padding: 10px;
    margin: 1px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.popco_quantity {
    display: flex;
    align-items: center;
    margin: 20px 0;
}






.popco_minus,
.popco_plus {
    padding: 10px;
    background: #eee;
    cursor: pointer;
    border: 1px solid #ccc;
}

.popco_quantity input[type="number"] {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px;
}


.popco_order_summary {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.popco_order_summary_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.popco_order_summary_title {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.popco_order_summary_title i {
    margin-right: 10px;
}

.popco_price_table {
    margin-top: 20px;
}

.popco_price_table table {
    width: 100%;
    border-collapse: collapse;
}

.popco_price_table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.popco_row_total_price {
    font-weight: bold;
}

.popco_sticky_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px;
}

.popco_buy_now {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s;
}

.popco_buy_now:hover {
    background: #0056b3;
}





  
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
body {
    background-color: #eee;
    font-family: "Poppins", sans-serif
}

.card {
    background-color: #fff;
    padding: 14px;
    border: none
}
#lightSlider li{}

.demo {
    width: 100%
}

ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}



.stars i {
    color: #f6d151
}

.stars span {
    font-size: 13px
}

hr {
    color: #d4d4d4
}

.badge {
    padding: 5px !important;
    padding-bottom: 6px !important
}

.badge i {
    font-size: 10px
}

.profile-image {
    width: 35px
}

.comment-ratings i {
    font-size: 13px
}

.username {
    font-size: 12px
}

.comment-profile {
    line-height: 17px
}

.date span {
    font-size: 12px
}

.p-ratings i {
    color: #f6d151;
    font-size: 12px
}

.btn-long {
    padding-left: 35px;
    padding-right: 35px
}

.buttons {
    margin-top: 15px
}

.buttons .btn {
    height: 46px
}

.buttons .cart {
    border-color: #ff7676;
    color: #ff7676
}

.buttons .cart:hover {
    background-color: #e86464 !important;
    color: #fff
}

.buttons .buy {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676
}

.buttons .buy:focus,
.buy:active {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676;
    box-shadow: none
}

.buttons .buy:hover {
    color: #fff;
    background-color: #e86464;
    border-color: #e86464
}

.buttons .wishlist {
    background-color: #fff;
    border-color: #ff7676
}

.buttons .wishlist:hover {
    background-color: #e86464;
    border-color: #e86464;
    color: #fff
}

.buttons .wishlist:hover i {
    color: #fff
}

.buttons .wishlist i {
    color: #ff7676
}

.comment-ratings i {
    color: #f6d151
}

.followers {
    font-size: 9px;
    color: #d6d4d4
}

.store-image {
    width: 42px
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.bullet-text {
    font-size: 12px
}

.my-color {
    margin-top: 10px;
    margin-bottom: 10px
}

label.radio {
    cursor: pointer
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    border: 2px solid #8f37aa;
    display: inline-block;
    color: #8f37aa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    transition: 0.5s all
}

label.radio .red {
    background-color: red;
    border-color: red
}

label.radio .blue {
    background-color: blue;
    border-color: blue
}

label.radio .green {
    background-color: green;
    border-color: green
}

label.radio .orange {
    background-color: orange;
    border-color: orange
}

label.radio input:checked+span {
    color: #fff;
    position: relative
}

label.radio input:checked+span::before {
    opacity: 1;
    content: '\2713';
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    left: 4px
}

.card-body {
    padding: 0.3rem 0.3rem 0.2rem


}




























































	/* General form styles */
.popco_instant_order {
    max-width: 100%;
	max-height 80%;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #04c3ab;
    font-family: Arial, sans-serif;
}

.popco_instant_order_form p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.popco_information_title {
    font-weight: bold;
    margin-bottom: 20px;
}	



	
	.popco_instant_order_form p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.popco_information_title {
    font-weight: bold;
    margin-bottom: 20px;
}

.popco_instant_order_form input[type="text"],
.popco_instant_order_form input[type="tel"],
.popco_instant_order_form select {
    width: 100%;
    padding: 10px;
    margin: 1px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.popco_quantity {
    display: flex;
    align-items: center;
    margin: 20px 0;
}






.popco_minus,
.popco_plus {
    padding: 10px;
    background: #eee;
    cursor: pointer;
    border: 1px solid #ccc;
}

.popco_quantity input[type="number"] {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px;
}


.popco_order_summary {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.popco_order_summary_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.popco_order_summary_title {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.popco_order_summary_title i {
    margin-right: 10px;
}

.popco_price_table {
    margin-top: 20px;
}

.popco_price_table table {
    width: 100%;
    border-collapse: collapse;
}

.popco_price_table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.popco_row_total_price {
    font-weight: bold;
}

.popco_sticky_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px;
}

.popco_buy_now {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s;
}

.popco_buy_now:hover {
    background: #0056b3;
}



/* تنسيق النجوم */
.fa-star {
    color: #FFD700;      /* اللون الذهبي */
    font-size: 24px;     /* حجم الأيقونة */
    margin-right: 2px;   /* مسافة بين النجوم */
    transition: transform 0.3s ease;
}

.fa-star:hover {
    transform: scale(1.2); /* تكبير النجمة عند التمرير */
}

/* تنسيق النص المجاور */
.ml-1 {
    margin-left: 10px;  /* مسافة بين النص والنجوم */
    font-size: 18px;    /* حجم النص */
    font-weight: bold;  /* سمك النص */
    color: #333;        /* لون النص */
}







