body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.fa-solid {
    margin-top: 66px;
    margin-right: 20px;
    color: gray;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 54px;
    margin-left: 10px;

}

/* Top Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #48AFFF;
    padding: 10px 20px;
    color: #fff;
}

.navbar .left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.navbar .search {
    display: flex;
    flex: 1;
    max-width: 390px;
    margin-right: 30px;
}

.navbar .search input {
    width: 100%;
    padding: 16px 10px;
    border-radius: 6px;
    border: none;
    outline: none;
    font-size: 14px;
}

.navbar .search img {
    margin-left: -30px;
    height: 48px;
    width: 16px;
}

.navbar .buttons button {
    margin-left: 5px;
    padding: 12px 22px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.navbar .buttons .login {
    background: #fff;
    color: #48AFFF;
}

.navbar .buttons .login:hover {
    background-color: #48AFFF;
    color: #fff;
    border: 1px solid #fff;
}

.navbar .buttons .register {
    background: #48AFFF;
    color: #fff;
    border: 1px solid #fff;
}

.navbar .buttons .register:hover {
    background: #fff;
    color: #48AFFF;
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    /* hidden */
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease;
    /* padding: 20px; */
    overflow-y: auto;
    z-index: 1000;
}

.sidebar.active {
    left: 0;
}

.sidebar .close-btn {
    font-size: 22px;
    cursor: pointer;
    color: #333;
    float: right;
}

.sidebar h3 {
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    clear: both;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    margin: 10px 0;
}

.sidebar ul li a {
    text-decoration: none;
    color: #333;
    display: block;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 999;
}

.overlay.active {
    display: block;
}

/* Custom Hamburger */
.hamburger {
    width: 28px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 18px;
    margin-right: -10px;
}

.hamburger span {
    display: block;
    height: 2px;
    background: #fff;
    /* border-radius: 2px; */
}

.hamburger span:nth-child(2) {
    width: 60%;
    /* half line */
}

.hamburger-nav {
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    background-color: #48AFFF;
    /* margin-left: 20px; */
}

.hamburger-nav .logo-img {
    height: 58px;
    margin-left: 25px;
    width: 110px;
}

.hamburger-nav button {
    background-color: #fff;
    color: #48AFFF;
    border: 1px solid #48AFFF;
    padding: 11px 12px;
    margin-right: 157px;
    margin-left: 20px;
    border-radius: 6px;
    border: none;
}

.hamburger-nav button:hover {
    color: #fff;
    background-color: #48AFFF;
    cursor: pointer;
    border: 1px solid #fff;
}

.hamburger-nav-inner {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
    padding-top: 50px;
    /* align-items: center; */
    justify-content: center;
}

.hamburger-nav-inner1 {
    display: flex;
    color: #fff;
    margin: 0px 16px;
}

/* **************************************************************************************************************** */

.accessories {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
}

.accessories-items a img:hover {
    border-bottom: #48AFFF !important;
}
.accessories-items a img {
    width: 60px;
    height: 55px;
}

.accessories-items p {
    font-size: 10px;
}

/* 
.ig1{
    width: 1145px ;
    height: 210px;
    border: 2px solid black;
} */

/* 
.sec-cart{
    background-color: green;
    width: 100%;
    height: 711px;
} */

.bn-1 button{
    border: none;
    border-radius: 5px;
    padding: 5px;
    width: 90px;
    background-color: white;
    color: black;
    font-size: 15px;
}

/* .crt-1{
    background-color:white;
    bottom: 2px solid black;
    width: 250px;
    height: 260px;
    border-radius: 10px;
  
} */
/* 
.crt-hd{
  display: flex;
    flex-direction: column;
    align-items: center;

}

.crt-ft{
    display: flex;
    flex-direction: column;
    align-items: start;
 
    padding-left: 20px;
   gap: 3px;
} */


.cart-1{
    background-color: #09907e;
    border-radius: 5px;
}