          /* Global styles */
            body {
                font-family: Arial, sans-serif;
                margin: 0;
                padding: 0;
                background-color: #f5f8fa;
            }


            /* Tweet container */
            .tweet {
                background-color: white;
                border: 1px solid #e1e8ed;
                border-radius: 10px;
                padding: 20px;
                margin-bottom: 20px;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }

            /* Tweet author's name */
            .author {
                font-weight: bold;
                color: #1DA1F2;
            }

            /* Tweet content */
            .content {
                margin-top: 10px;
                font-size: 18px;
            }

            /* Tweet actions (e.g., like, retweet) */
            .actions {
                margin-top: 20px;
                display: flex;
                justify-content: space-between;
            }

            .action {
                display: flex;
                align-items: center;
                color: #1DA1F2;
                cursor: pointer;
            }

            .action i {
                margin-right: 5px;
            }

            /* Departments and Topics */
            .section-title {
                font-size: 22px;
                font-weight: bold;
                margin-bottom: 10px;
            }

            .lines {
                border-top: 2px solid #1DA1F2;
                margin-top: 5px;
                margin-bottom: 15px;
            }

            .client-logo.item {
                background-color: white;
                border: 1px solid #e1e8ed;
                border-radius: 10px;
                padding: 15px;
                text-align: center;
                color: black;
                transition: background-color 0.3s;
            }

            .client-logo.item:hover {
                background-color: #1DA1F2;
                color: white;
                text-decoration: none;
            }

            /* New Arrivals */
            #new-products {
                margin-top: 20px;
            }



            .view-details-button {
                background-color: #1DA1F2;
                border: none;
                border-radius: 999px;
                color: white;
                padding: 10px 20px;
                font-size: 16px;
                margin-top: 15px;
                cursor: pointer;
            }

            .view-details-button:hover {
                background-color: #0073e6;
            }
            .flexslider {

                /*background: #eee;*/
                /*border: 4px solid #fff;*/
        
            }
        
            main {
                padding: 0px;
            }
        
            .my-favorites-btn {
                background-color: #02bd2b;
                /* Amazon orange color */
                color: #FFFFFF;
                /* White text color */
                border: none;
                padding: 10px 20px;
                font-size: 12px;
                font-weight: bold;
                border-radius: 20px;
                cursor: pointer;
                transition: background-color 0.3s ease;
            }
        
            .my-favorites-btn:hover {
                background-color: #FFBD33;
                /* Lighter orange on hover */
            }
        
            #myImg {
                border-radius: 5px;
                cursor: pointer;
                transition: 0.3s;
            }
        
            #successMessage {
                color: green;
                font-size: 18px;
                margin-top: 10px;
        
            }
        
            #myImg:hover {
                opacity: 0.7;
            }
        
            /* The Modal (background) */
            .modalzoom {
                display: none;
                /* Hidden by default */
                position: fixed;
                /* Stay in place */
                z-index: 5;
                /* Sit on top */
                padding-top: 100px;
                /* Location of the box */
                left: 0;
                top: 0;
                width: 100%;
                /* Full width */
                height: 100%;
                /* Full height */
                overflow: auto;
                /* Enable scroll if needed */
                background-color: rgb(0, 0, 0);
                /* Fallback color */
                /*background-color: rgba(0,0,0,0.9); */
            }
        
            /* Modal Content (image) */
            .modal-content {
                margin: auto;
                display: block;
                width: 80%;
                max-width: 700px;
            }
        
            /* Caption of Modal Image */
            #caption {
                margin: auto;
                display: block;
                width: 80%;
                max-width: 700px;
                text-align: center;
                color: #ccc;
                padding: 10px 0;
                height: 150px;
            }
        
            /* Add Animation */
            .modal-content,
            #caption {
                -webkit-animation-name: zoom;
                -webkit-animation-duration: 0.6s;
                animation-name: zoom;
                animation-duration: 0.6s;
            }
        
            @-webkit-keyframes zoom {
                from {
                    -webkit-transform: scale(0)
                }
        
                to {
                    -webkit-transform: scale(1)
                }
            }
        
            @keyframes zoom {
                from {
                    transform: scale(0)
                }
        
                to {
                    transform: scale(1)
                }
            }
        
            /* The Close Button */
            .close {
                position: absolute;
        
        
                color: #fff;
                font-size: 40px;
                font-weight: bold;
                transition: 0.3s;
            }
        
            .close:hover,
            .close:focus {
                color: #000;
                text-decoration: none;
                cursor: pointer;
            }
        
            /* 100% Image Width on Smaller Screens */
            @media only screen and (max-width: 700px) {
                .modal-content {
                    width: 100%;
                }
            }
        
            .stars {
                display: inline-block;
            }
        
            .stars input {
                display: none;
            }
        
            .stars label {
                float: right;
                padding: 0 1px;
                cursor: pointer;
                font-size: 24px;
            }
        
            .stars label:before {
                content: "\2605";
            }
        
            .stars input:checked~label {
                color: gold;
            }
        
            .stars label:hover,
            .stars label:hover~label {
                color: gold;
            }
        
        
        
        
            .product-star {
                font-size: 12px;
            }
        
            .icon-star {
                color: #ccc;
            }
        
            .icon-star.active {
                color: rgb(238, 205, 17);
            }
        
            .ratting {
                display: inline-block;
                font-size: 18px;
                color: #555555;
                margin-top: 10px;
            }
        
            .info-panel .price-ratting .active {
                color: #b91c1c;
            }