* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    top: 0 !important;
    position: relative;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

.skiptranslate::after {
    content: "Powered by";
    display: none;
}

.goog-te-combo {
    width: 60px;
}

/* Hide Google branding if necessary (use respectfully) */
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

/* Remove underline from translated elements */
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

/* Top bar */
.top-bar {
    background-color: #222;
    color: rgb(83, 82, 82);
    font-size: 14px;
    padding: 5px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.top-bar a {
    color: rgb(172, 172, 172);
    text-decoration: none;
}

.top-bar a:hover {
    text-decoration: underline;
}

.top-bar .user {
    color: lightgreen;
}

/* Search bar */
.search-bar {
    flex-grow: 1;
    display: flex;
    align-items: center;
    border: 2px solid #d3231d;
    border-radius: 2px;
    overflow: hidden;
}

.search-bar input {
    flex-grow: 1;
    padding: 8px;
    /* padding: 10px; */
    border: none;
    outline: none;
}

.search-bar button {
    background-color: #d3231d;
    color: white;
    padding: 10px 15px;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 14px;
}

.search-bar button:hover {
    background-color: #b31f19;
}

.shopping-cart-btn {
    border: 1px solid #eee;
    padding: 10px 15px;
    background: white;
    color: #d3231d;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.shopping-cart-btn:hover {
    background: #f9f9f9;
}


.log-icon {
    color: green;
}

.headerD .nav-link {
    color: rgb(158, 158, 158) !important;
}

.headerD .nav-link:hover {
    cursor: pointer;
}

.bi-globe {
    color: #c40000;
}

.search-container {
    display: flex;
    border: 3px solid #c40000;
    /* width: 500px; */
    height: 40px;
}

a {
    text-decoration: none;
    color: rgb(158, 158, 158);
}

a:hover {
    color: #c40000;
}

.search-input {
    flex: 2;
    width: 500px;
    border: none;
    padding: 8px;
    font-size: 16px;
    outline: none;
}

.search-buttons {
    display: flex;
    background-color: #c40000;
}

.search-button {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: none;
    background: #c40000;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.search-button:hover {
    background: darkred;
}

.cartBTN {
    border: 2px solid gray;
}

.allCate {
    background-color: #c40000;
    color: white;
    padding: 0.7rem;
    width: 18%;
}

.navbar {
    font-weight: bold;
    font-size: 17px;
}

.navbar div {
    cursor: pointer;
}

.navbar div:hover {
    color: #c40000;
}

.sidebar {
    flex: 1;
    width: 16%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0%;
    z-index: 1000;
    position: absolute;
    height: 75vh;
}

.sidebar .row {
    padding: 1px;
    cursor: pointer;
    /* display: flex; */
}

.sidebar .row:hover {
    background: #c40000;
}

.banner {
    flex: 1;
    /* max-width: 1000px; */
    position: relative;
    margin: auto;
}

.parentContainer {
    display: flex;
}

.slideF {
    display: none;
}

.slideF img {
    width: 100%;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


/* for footer */
.icon-container {
    border: 2px solid;
    padding: 2%;
    padding-top: 5%;
    text-align: center;
    border-radius: 50%;
    margin-right: 5%;
}

.icon-container-first {
    padding-top: 6%;
}

.footer-text {
    font-size: 15px;
    font-weight: bolder;
    color: rgb(37, 37, 37);
}

.inner-footer-content {
    display: flex;
    ;
}

.icon-footer {
    font-size: 30px;
}

.footer {
    background-color: #c5c4c4;
    /* margin-top: 10%; */
}

.footer-content {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    color: rgb(37, 37, 37);
    font-size: 14px;
    font-weight: bolder;
}

/* login in  */
.form-container {
    /* height: 100vh; */
    background-color: white;
    border-radius: 0.5rem;
    padding: 5%;
}

.container-over {
    background-image: url("../assets/images/login-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding: 1%;
}



.footer-section {
    background-color: #f2f2f2;
    padding: 20px 0;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
}

.footer-item i {
    font-size: 24px;
    color: #4a4a4a;
    border: 1px solid #bbb;
    border-radius: 50%;
    padding: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.footer-text {
    font-weight: 600;
    color: #2e2e2e;
    font-size: 15px;
}