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

.container-nav {
    width: 90%;
    min-width: 40%;
    margin: 0 auto;
    padding: 0 0px;
    flex-wrap: wrap;
}

.logocontainer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
}

.image-center {
    text-align: center;
}
   
.container1 {
    max-width: 100%;
}
.container2 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;

}

.container3 {
display: flex;
vertical-align: middle; 
justify-content: space-evenly;
align-items: center;
width: 100%;
background-color: #374043;
}

.transparent-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    font-family: "Poppins", sans-serif;
    background-color: rgba(255,255,255, 1); 
    color: #000000;
    backdrop-filter: blur(0px); 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: background 0.1s ease, box-shadow 0.3s ease; 
}

.logo, .transparent-header li a{
    color: #555;
}

.solid-header {
    background-color:rgba(255, 255, 255, 1); 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 1); 
    color: #000000;
}

 #search {
    padding: 5px;
    width: 45%;
    height: 30px;
    border-radius: 4px;
    margin-bottom: 4px;
    margin-left: 6px;
    font-size: 15px;
  }

.nav-icons a {
    color: #555;
    text-decoration:none;
    font-weight: 350;
}
 
.solid-header li a{
    color: #555;
}

.transparent-header .container-nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 0 0 0 ;
}

.logo img{
    width: 160px;
    margin-left: 0px;
    padding-bottom: 0px;
}

@media (max-width: 1400px) {
    .nav-links {
   
        list-style: none;
        font-size: clamp(8px 12px 14px)n !important;
        padding: 0px 10px 0px 10px;
        display: flex;
       padding: 0rem 3rem;
        gap: 30px !important;
    }
}
.nav-links {
   
    list-style: none;
    font-size: clamp(8px 12px 14px)n !important;
    padding: 0px 10px 0px 10px;
    display: flex;
   padding: 0rem 3rem;
    gap: 40px;
}

.nav-links a {
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(8px 12px 14px)n !important;

}

.fa-user a{
    font-weight: 300;
    text-transform: lowercase !important;
}

.nav-links a:hover {
    color: rgba(251,203,4, 1)
}

.navcontainer {

    width: 100%;
    text-align: center;
}

/*hamburger*/
.hamburger {
    display: none;
    flex-direction: column;
   
}
.hamburger span {
    height: 2px;
    width: 20px;
    background: #54504a;
    margin: 3px;
    transition: 0.3s;
}

@media (max-width: 937px) {
 .container-nav {
        justify-content:flex-start; 
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        background-color:  #54504a;
        position: absolute;
        top: 168px; 
        color: #FFFFFF;
        
        right: 0;
        width: 100%;
        height: 10000px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        
        gap: 0;
        padding: 0px 0;
    }

    .nav-links a:hover {
        color: rgba(251,203,4, 1)
    }

    .transparent-header a{
        color: rgba(255, 255, 255, 0.5) !important;
    }
    .transparent-header a:hover{
        color: rgba(217, 217, 217, 0.5) !important;
    }
    .nav-links li a {
        margin-left: 25px;
        
    }

    .nav-links.active {
        display: flex;
       
        width: 100%;
        gap: 0px;
        font-size: clamp(10px,12px,16px);
    }
    .hamburger {
        display: flex;
    }

    .nav-links.active a {
        font-size: calc(14px + 1vw);
    }

    .container-nav {
        justify-content: space-evenly; 
    }

    .category-container1 {
        position: relative;
        padding: 0px ;
    }
    
    .subcategories-menu {
        list-style: none;
        margin-top: 5px;
        padding: 0 3px 3px 0;
        display: none; 
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #000000 !important;
        
        z-index: 1000;
        width: 100% !important; 
    }
    
    .subcategory-item {
        padding: 10px;
    }
    
    .subcategory-item a {
        text-decoration: none;
        color: #333;
        display: block;
    }

    .subcategory-item a:hover{
        background-color: #000000 !important;
        }
    
    .category-container1:hover .subcategories-menu {
        display: block; 
    }

}

body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    background-color: #Fefefe;
}
.welcome {
    height: 65%;
    min-width: 400px;
    background-image: url(../images/content/tradenestBG1.png); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.welcome1 {
    height: 80vh;
    background-color: #333;
    background-image: url(../images/content/darkkitchen.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
}

.aboutwelcome {
    height: 48vh;
    background-color: #333;
    background-image: url(../images/content/tradenestBG3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px; 
    background-attachment: fixed;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
}

.aboutwelcome1 {
    height:75vh;
    background-color: #333;
    background-image: url(../images/content/tradenestfooterBG.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
   
}

.headerspace {
    height:15vh;
    background-color: #Fefefe;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
}
.headerspace1 {
    height:32vh;
    background-color: #Fefefe;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
}

.headerspace2 {
    height:15dvh;
    background-color: #Fefefe;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
}

.headerspace3 {
    min-height: clamp(50px, 17vh, 300px);
    background-color: #Fefefe;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
}

@media (max-width: 1158px) {
    .headerspace3 {
        min-height: clamp(50px, 22vh, 300px);
    }
}
@media (max-width: 836px) {
  .nav-icons {
    padding: 0rem 0rem 0.8rem 0rem !important;
  }
}

@media (max-width: 820px) {
  .category-container1 {
    padding: 0px !important;
    }
}
.aboutwelcome2 {
    height:75vh;
    background-color: #333;
    background-image: url(../images/content/all/tradesmeninverter.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
}

.about {
    height: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
}

.howitworks {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding-bottom: 60px;
    padding-top: 40px;
    height: 70vh;

}

.fontclamp {
    font-size: calc(120% - 3px);
}

.welcome h1 {
    font-size: clamp(26px,3vw, 55px);
    letter-spacing: 5px;
    font-weight: 500;
    margin-bottom: 1px;
    font-family: "Poppins", sans-serif;
}

.welcome p {
    font-size: 28px;
    letter-spacing: 2.5px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-top: 0%;
}

.aboutwelcome h1 {
    font-size: clamp(34px,3vw, 72px);
    letter-spacing: 1.2px;
    margin-bottom: 1px;
    font-family: "Poppins", sans-serif;
}

.aboutwelcome p {
    font-size: 28px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    margin-top: 0%;
}

h1 {
    margin-bottom: 20px;
    font-size: clamp(22px, 30px, 42px);
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
}

h2 {
    margin-bottom: 20px;
    font-size: clamp(22px, 35px, 40px);
    font-family: "Poppins", sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
}
h3 {
    margin-bottom: 18px;
    font-size: clamp(14px, 15px, 16px);
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.07px;
    font-weight: 400;
}
h4 {
    margin-bottom: 10px;
    font-size: clamp(16px, 20px, 22px);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
 p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
    font-weight: 400;
}
.biofont {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 300;
}
  
  .button {
    background-color: #65818e;
    color: #FFFFFF !important;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.9px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border: solid 0px #f4b52a;
    
  }

  .button2 {
    background-color: #526289;
    color: #FFFFFF !important;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.9px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border: solid 0px #f4b52a;
  }
  .nearfooterbio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
}

/* footer section */

footer {
    background-color: #111112;
    color: #fff;
    padding: 40px 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    margin: 20px;
    min-width: 150px;
}

.footer-section h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-section p, .footer-section ul {
    font-size: 14px;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #f3b52a;
}

.footer-section ul li i {
    margin-right: 10px;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 20px;
    font-size: 14px;
}

/* footer section */

/* responsive @media */

@media all and (max-width: 1000px){
    .tableComponent td::before {
      vertical-align: top;
    }

  @media (max-width: 768px) {
    .image-text-container,.image-grid .image-grid1 .footer-section, .image-flex, .image-text-container1, .image-text-container2, .image-text-container3 , .shop-container, .shop-containercoloured, .image-text-containercart, .main-containerlogin, .main-containerprofile, .main-containerform, .profile-details {
        flex-direction: column;
        align-items: flex-start;
    }

    .image-grid, .text-content {
        max-width: 100%;
    }

    .text-content {
        padding-left: 0;
        padding-top: 30px;
        overflow:hidden;
    }

    .raise {
        margin-bottom: 30px;
    }

    .text-content2 {
        flex: 1;
        max-width: 100%;
        padding: 2px !important; 
    }

    .shop-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
        gap: 5px !important;
        margin: auto;
    }

    .shop-gridcart {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 5px !important;
    }

    .button {
        background-color: #65818e;
        color: #FFFFFF !important;
        border-radius: 20px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 12px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        letter-spacing: 1.2px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        border: solid 4px #65818e;
        margin-bottom: 7px;
      }


    .shop-container1 {
        position: relative;
        top: 20px; 
    }

    .profile-section {
        display: flex;
        align-items: center !important;
        margin-left: 20px;
    }

    .profile-info {
        display: flex;
        gap: 10px; 
    }

    .containerprofile {
        width: clamp(200px, 100%, 1200px)!important;
        background-color: #FFFFFF;
        text-align: center !important;
        margin: auto !important;
        padding: 1px !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
        border-radius: 1px;
       
    }
    
    .containerprofile1 {
        width:clamp(200px, 100%, 1200px) !important;
        margin: 20px;
        background-color: #FFFFFF;
        padding: 27px 20px 27px 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
        border-radius: 1px;
    }

    #search {
        padding: 5px;
        width: 80%;
        height: 30px;
        border-radius: 4px;
        margin-bottom: 20px;
        margin-left: 6px;
        font-size: 15px;
      }

    .bar {
        width: 100% !important;
        position: relative;
        bottom: 20px;
    }

    .search-bar {
        width: 100% !important;
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 4px;
        overflow: hidden;
        margin-top: 30px;
    }

    .headerspace {
        height:0vh;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        text-align: center;
    }
    .headerspace1 {
        height:5vh;
        background-color: #Fefefe;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        text-align: center;
    }

    .headerspace2 {
        height:0vh;
        background-color: #Fefefe;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        text-align: center;
    }

    .headerspace3 {
        min-height:0vh ;
        background-color: #Fefefe;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        text-align: center;
    }
    
    .cat-container1 {
        
        width: clamp(98%,98%,99%)!important;
        justify-content: center!important;
        text-align: center !important;
        align-items: center !important;
        margin: auto auto auto 4px !important;
        padding: 0 2px !important;
        
    }
    .image-text-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
        width: clamp(85%,90%,92%) !important;
        gap: 0px 20px;
        margin: 0 auto;
    }

    .image-text-container3 {
        display: flex;
        justify-content: center ;
        align-items: center;
       
        padding: 10px !important;
        width: clamp(85%,88%,92%) !important;
        margin: 0 auto;
    }

    .image-text-containercart {
        display: flex;
        justify-content:space-between;
        align-items: center;
        padding: 10px;
        
        width: clamp(90%, 92%, 94%) !important;
        gap: 10px;
        margin: 0 auto;
        
    }
    #title {
   
        width: 25%;
        height: 30px;
        padding: 0 2px;
        border: 0;
        border-radius: 4px;
        background-color: #FFFFFF;
        box-shadow: 3px 3px  rgba(0,0,0,0.1);
    
    }

    .containerform {
        align-items: center;
        width: 50%;
    }

    .logo img{
        width: 150px;
        margin-right: 15px;
    }
        
    .cart-container {
        width:clamp(200px, 90%, 1200px) !important;
        margin: 2px 2px !important;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    }

    .cart-container1 {
        width:clamp(200px, 85%, 1200px) !important;
        margin: 20px auto;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
        align-self: flex-start; 
    }

    .quantity-input {
        width: 50px;
        height: 18px;
        padding: 4px;
        margin: 0 10px;
    }
}

@media (max-width: 600px) {
    .profile-info {
        flex-direction: column; 
    }
    .profile-button {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #header {
        position: relative;
    }

    .hamburger {
        position: absolute;
        top: 40px; 
        left: 28px; 
        cursor: pointer;
        z-index: 10;
    }


    .fa-user {
        position: absolute;
        top: 40px; 
        right: 55px; 
        cursor: pointer;
        z-index: 10;
        font-size: clamp(12px, 18px, 22px);
    }

    .fa-sign-in {
        position: absolute;
        top: 40px; 
        right: 75px; 
        cursor: pointer;
        z-index: 10;
        font-size: 20px;
    }

    .fa-shopping-cart {
        position: absolute;
        top: 40px; 
        right: 30px; 
        cursor: pointer;
        z-index: 10;
        font-size: clamp(12px, 18px, 22px);
    }

.hide {
    display: none; 
    visibility: hidden;
}

.full {
    width: 55% !important;
}

.tablink {
    background-color: rgba(0, 0, 0, 0.0);
    color: #FFFFFF important;
    border-radius: 2px;
    padding: 6px 8px !important;
    font-weight: 400;
    font-size: clamp(12px, 14px, 16px) !important;
    letter-spacing: 0.8px;
    transition: background-color 0.3s;
    border: none;
    font-family: "Poppins", sans-serif;
   
}
.tablink.active {
    background-color: #225BA6;
    color: #FFFFFF !important;
}

.prev {
    left: 5px !important; 
}

.next {
    right: 5px !important; 
}


.imageshow-container {
    max-width: 99% !important; 
    height: 200px !important;
    margin: 0 auto; 
    position: relative;
}

.imageClass img {
    width: 100%; 
    height: 200px !important;
    border-radius: 4px; 
}


.dropIcon {
    position: relative;
    top: 20px;
    color: #53504A !important;
}

.dropBox{
    position: relative;
    top: 5px;
}



.cart-containerOrder {
    width:clamp(200px, 90%, 1200px) !important;
    margin: auto !important;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    align-self: flex-start; 

}

.cart-containerOrder1 {
    width:clamp(200px, 90%, 1200px) !important;
    margin: auto !important;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    align-self: flex-start; 
}


.shop-container {
    width: clamp(76%,78%,80%) !important;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    padding: 0 0px !important;
    text-align: center;
}

#defaultImage {
    display: block;
    argin: auto !important;
 }
 [class^="onClickImage"] {
    padding-top: 15px;
    height: 30px !important;
    width: 25px !important;
    cursor: pointer;
 }
 
 .shop-containerpage {
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    width: clamp(85%, 88%, 90%) !important;
    
    margin: 0px auto;
    }
    .image-grid1 {

        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0px; 
        flex: 1;
        max-width: 100%; 
        display: flex;
        gap: 10px; 
        width: 100%;
        max-width: 1200px; 
        margin: 0 auto; 
        
      
        
    }

   
}
}

@media (min-width: 768px) {

  .hidden {
    display: none; 
    visibility: hidden;
    color: #555;
}
  }

typed {
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    animation: typing;
    animation-duration: 1.5s;
    animation-timing-function: steps(30, end);
    animation-fill-mode: forwards;
  }
    
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }

  @keyframes write {
    0% { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
    30% { clip-path: polygon(0 0, 0 50%, 0 100%, 0 100%); }
    60% { clip-path: polygon(0 0, 0 50%, 0 100%, 0 100%); }
    100% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  }
  
  write {
    animation: write linear both;
    view-timeline-name: --written-text;
    view-timeline-axis: block;
    animation-timeline: --written-text;
    animation-range: entry-crossing 20% contain 60%;
  }


  a {
    text-decoration: none;
    color: #000000;
}

button a {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    color: #f3b52a;
}

#title {
    height: 30px;
    padding: 0 2px;
    border: 0;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 3px 3px  rgba(0,0,0,0.1);
}
.prizefont {

    background: -webkit-linear-gradient(#DCCE6D, #DFDFAD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
  }

/*@media (max-width: 768px) {
    .borderleft {
        visibility: hidden;
    }
}*/

  
/* responsive @media */


/* image-containers-layout */


  .parallax {
   
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.image-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: clamp(80%,82%,86%);
    gap: 0px 20px;
    margin: 0 auto;
}

.image-text-containercart {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 10px;
    width: clamp(60%,68%,72%);
    gap: 30px;
    margin: 0 auto;
}

.image-text-containerposter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20%;
    width: clamp(100px, 40vw + 200px, 60%);
    gap: 15px;
    margin: 0 auto;
}

.image-text-container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    width: clamp(50%,50%,65%);
    margin: 0 auto;
    gap: 15px;
}

.image-text-container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    width: clamp(500px, 40vw + 200px, 70%);
    margin: 0 auto;
}

.image-text-container3 {
    display: flex;
    justify-content: center ;
    align-items: center;
    padding: 20px;
    width: clamp(80%,82%,86%);
    margin: 0 auto;
}

.center {
    justify-content: center ;
    align-items: center;
    text-align: center;
}

.resize {
    height: 40px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: repeat(2, 1fr); 
    gap: 15px; 
    flex: 1;
    max-width: 100%; 
}

.image-grid1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px; 
    flex: 1;
    max-width: 100%; 
    display: flex;
    gap: 10px; 
    width: 100%;
    max-width: 1200px; 
    margin: 0 auto;   
}
.image-flex {
    display: flex;
    grid-template-columns: (3,1fr); 
    grid-template-rows: (1, 1fr); 
    gap: 20px; 
    flex: 1;
    max-width: 100%; 
}

.text-content {
    flex: 1;
    max-width: 100%;
    padding: 20px; 
    margin-left: px;
}

.image-gridsmall{
    flex: 1;
    max-width: 100%;
}
.text-content1 {
    flex: 1;
    max-width: 70%;
    padding: 5px; 
    margin-top: 20px;
}

.text-content2 {
    flex: 1;
    max-width: 100%;
    padding: 50px; 
    margin-left: px;
}
.borderleft {
    border-left: solid 0.5px #FFFFFF;
    border-bottom: solid 0.5px #FFFFFF;
}

.grid {
    display: grid;
    grid-template-columns: (2, 1fr); 
    grid-template-rows: (2, 1fr); 
  
}
.imagewin0 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.imagewin img {
    width: 60%;
    height: auto;
    margin: auto;
    border-radius: 4px; 
}
    .imagewinposter img {
        width: 100%;
        height: auto;
        display: flex;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
    }
    
    #defaultImage {
        display: block;
        argin: auto;
        max-height: 950px;
        adding: 5% 1% 1% 0%;
     }
     [class^="onClickImage"] {
        height: 60px !important;
        width: 50px !important;
        padding: 10px 5px;
        margin-left: 0px;
        cursor: pointer;
       
     }


     #defaultImage {
        transition: transform 0.3s ease; 
        cursor: pointer; 
    }
    
    #defaultImage.enlarged{
        transform: scale(2) !important;
        z-index: 10 !important; 
        position: relative !important;
    }
    
     

   
        
/* image-containers-layout */



/* box-BG-style */


    .infobox {
        background-color:rgba(255,255,255, 0.9);
        padding: 5px 10px 5px  15px;
        border-radius: 4px;
        box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
        transition: box-shadow 0.3s ease;
    }
       

    .text-shrink {

        font-size: clamp(28px, 40px, 50px);
    }
    
    .text-shrink1 {
    
        font-size: clamp(50%, 70%, 70%);
    }
    
    .bold {
        font-weight: 700;
    }
        
    
    .shadow {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);

    }
    
    .pricebold {
        font-size: 110% !important;
    font-weight: 550 !important;
     }

    .infobox1 {
        background-color: #f7f8fc;
        padding: 10px;
    }

    h3, h2 {
        text-transform: uppercase;
        font-weight: 400;
    }

    .infobox2 { 
        background-color: rgba(27,28,33, 0.6); 
        padding: 15px; 
        border-radius: 4px; 
        margin-top: 150px;
    }

    .bluefont {
        color: #225BA6;
    }

    .bluefont1 {
        color: #225BA6;
        padding: 15px 5px 5px 10px;
        margin-left: 10px;
    }
    .whitefont {
        color: #FFFFFF;
        font-weight: 200;
    }

    strong {
        font-weight: 450;
    }


    .bluebg {
        background-color: #374043;
        width: auto;
    }

    .icon {
        width: 73px;
        padding: 5px;
    }

    a:hover {
        cursor: default;
       }

       .drop {

        position: relative;
        top: 30px;
       }

       .dropIcon {
        position: relative;
        top: 2px;
        color: #53504A !important;

       }
     

    /*--------------------shop layout----------------------------------*/
    
.shop-container {
    width: clamp(80%,82%,86%);
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    padding: 0 10px;
    text-align: center;
}
.shop-container1 {
    width: clamp(75%,78%,80%);
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    padding: 0 10px;
    text-align: center;
}

.shop-containercoloured {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    padding: 0 0px;
    background-color:#53504A ;
}

.shop-containercat {
    width: clamp(70%,80%,100%);
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    padding: 0 10px;
    text-align: center;
}

.shop-containercat1 {
    width: clamp(80%,90%,100%);
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    padding: 0 10px;
}

.shop-containerpage {
justify-content: center;
align-items: center;
padding: 0 10px;
width: clamp(68%,70%,72%);
margin: 0px auto;
}


.shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 12px;
    margin: auto;
}

.shop-gridX {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin: auto;
}

.shop-gridcat {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.shop-gridcat1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    padding-bottom: 10px;
}
.shop-gridcat2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    padding-bottom: 10px;
}


.shop-item {
    width: clamp(250px,300px,320px);
    background-color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    padding: 1rem;
    transition: box-shadow 0.3s ease;
    margin: auto;
    display: grid;
    grid-template-rows: auto 3rem min-content auto ;
    margin-bottom: 0px;
}

.shop-itemcat {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.shop-itemcat:hover {
background-color: #FFFFFF;
}

.shop-itemcat img {
    max-width: 100%;
    border-radius: 4px;
}

.shop-item img {
    max-width: 100%;
    height: clamp(30vh, 32vh, 35vh);
    border-radius: 4px;
}

.shop-item h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.shop-item h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.shop-item p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.shop-item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}


/*--------------------shop layout----------------------------------*/


/*--------------------login/password page----------------------------------*/


.main-containerlogin {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 10px;
    width: clamp(100px, 40vw + 300px, 90%);
    gap: 10px;
    margin: 0 auto;
}

.containerlogin {
    width:clamp(300px, 50%, 1200px);
    background-color: #f8f8f8;
    margin: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    border-radius: 1px;
}

.containerlogin1 {
    width:clamp(300px, 50%, 1200px);
    margin: 20px;
    background-color: #f8f8f8;
    padding: 27px 20px 27px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    border-radius: 1px;
}

.containerlogin2 {
    width:clamp(300px, 50%, 1200px);
    align-items: center;
    margin: auto;
    background-color: #f8f8f8;
    padding: 27px 20px 27px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    border-radius: 1px;
}


/*--------------------login page----------------------------------*/

/*--------------------form page----------------------------------*/

.main-containerform {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 10px;
    width: clamp(100px, 30vw + 300px, 90%);
    gap: 10px;
    margin: 0 auto;
}


.containerform {
    justify-content: center !important;
    width:clamp(300px, 100%, 1200px);
    background-color: #f8f8f8;
    margin: 20px;
    padding: 40px 40px 40px 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    border-radius: 2px;
}

.containerform1 {
    width:clamp(300px, 50%, 1200px);
    margin: 20px;
    background-color: #f8f8f8;
    padding: 27px 20px 27px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    border-radius: 1px;
}

/*--------------------form page----------------------------------*/



/*--------------------profile page----------------------------------*/

.main-containerprofile {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 10px;
    width: clamp(100px, 60vw + 300px, 90%);
    gap: 10px;
    margin: 0 auto;
}

.containerprofile {
    width:clamp(300px, 20%, 1200px);
    background-color: #fbfbfb;
    margin: 2px;
    padding: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    border-radius: 1px;
    margin-top: 20px;
    align-self: flex-start;
    
}

.containerprofile li {
    position: relative;
    right: 20px;
}

.containerprofile1 {
    width:clamp(300px, 80%, 1200px);
    margin: 20px;
    background-color: #fbfbfb;
    padding: 27px 20px 27px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    border-radius: 1px;
}

.containerprofileOrderinfo {
    width:clamp(300px, 80%, 1200px);
    margin: auto;
    background-color: #f8f8f8;
    padding: 27px 20px 27px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    border-radius: 1px;
}

ul {
    list-style-type: none;
   
}

li {
    position: relative;
    right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.profile-section {
    display: flex;
    align-items: center !important;
    margin-left: 18px;
}

.profile-section h3{
    font-size: clamp(100%, 120%,140%);
}


.profile-item {
    padding: 10px;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    box-sizing: border-box;
    overflow: hidden; 
}

.profile-details {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.profile-info {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
}

.profile-info b {
    min-width: 0px; 
    white-space: nowrap; 
}

.profile-info span {
    white-space: normal; 
}

.profile-button {
    padding: 8px 20px;
    background-color: #d9d9d9;
    color: #000000;
    border: none;
    border-radius: 2px;
    margin-right: 10px;
}

.profile-button:hover {
    background-color: #65818e;
    color: #ddd;
}


/*--------------------profile page----------------------------------*/


/* homepage image grid*/

.image-gridcat1 {
    display: flex;
    gap: 14px; 
    width: 100%;
   
    margin: 0 auto; 
}

.small-box {
    display: flex;
    flex-wrap: wrap; 
    flex: 1 1; 
    gap: 14px; 
}

.small-image1 {
    flex: 1 1 calc(50% - 20px); 
}

.small-image img, .small-image1 img,
.large-image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
}

.large-image {
    flex: 1 1; 
    
    max-width: 100%; 
}

.category-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-container h3,
.category-container p {
    margin: 0;
}


@media (max-width: 768px) {
    .image-gridcat1 {
        flex-direction: column; 
    }

    .large-image,
    .small-box {
        flex: none; 
        width: 100%; 
    }

    .small-image {
        flex: 1 1 100%; 
    }

}



@media (max-width: 768px) {
    .category-container {
        flex-direction: column;
        align-items: center;
    }

    .category-container p {
        margin-top: 5px;
    }
}


@media (max-width: 768px) {
    
    .large-image {
        flex: none; 
        width: 100%; 
    }
   
    .small-box, .small-box1 {
        width: 100%; 
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
        padding-bottom: 10px;
    }

    .tabs {
        display: flex;
        flex-direction: column;
        background-color: #f1f1f1;
        width: 100% !important; 
        color: #000000 !important;
        margin-bottom: 0 !important;
        font-size: 34% !important;
        position: relative !important;
        bottom: 100px !important;
    }

    .text-box {
        flex: 4;
        width: 90% !important;
        padding: 4px !important;
        border: none;
        
    }

    .tabs1 {
        
        width: 100%; 
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 10px;
        padding-bottom: 10px;
        color: #FFFFFF;
    }

    .small-image, .small-image1 {
        flex: 1 1 100%; 
    }

    .shop-item {
    width: 275px !important;
}
}
/* homepage image grid*/

/* category textbox & styling*/
.containertextbox {
    display: flex;
    width: 99%;
}
.text-box {
    flex: 4;
    width: 70%;
    padding: 10px 20px 6px 4px;
    border: none;
}
.end-row-image {
    flex: 1;
    width: 18%;
    min-width: 18%;
    object-fit: cover;
    border-radius: 4px;
}

.catheader {
font-size: clamp(25px,36px,38px);
font-weight: 400;
color: #54504a;
letter-spacing: 1px;
}

.catheader1 {
    font-size: clamp(20px,26px,30px);
    font-weight: 400;
    color: #54504a;
    letter-spacing: 1px;
    }

.catheadersmall {
    font-size: 22px;
    font-weight: 500;
    color: #54504a;
    letter-spacing: 1px;
}

@media screen and (max-width: 800px) {
    .end-row-image {display:none;}
}
.cat-container1 {
    width: clamp(80%,82%,86%);
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    padding: 0 35px;
}


.cat-container2 {
    width: clamp(90%,95%,100%);
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    padding: 5px;
}

.tabs {
    margin-bottom: 26px;
    margin-left: 0px;
    width: 100%;
    position: relative;
    bottom: 47px;
}

.lift {
    position: relative;
    bottom: 65px;
}

.lift2 {
    position: relative;
    bottom: 45px;
}

.tablink {
    background-color: rgba(0, 0, 0, 0.0);
    color: #000000;
    border-radius: 2px;
    padding: 14px 20px;
    font-weight: 400;
    font-size: clamp(10px, 16px, 20px);
    letter-spacing: 1.2px;
    transition: background-color 0.3s;
    border: none;
    font-family: "Poppins", sans-serif;
}

.full {
    width: 100%;
}

.center {
    text-align: center;
}

.goback:hover {
color: #225BA6 !important;
}

.active-category {
    color: #f4b52a !important; 
    font-weight: 600 !important;
}

@media (max-width: 168px) {
    .tablink {
        flex-direction: column; 
    }
}

.pad {
    padding-bottom: 20px;
}

.tablink.active {
    background-color: #374043;
    color: #FFFFFF;
}

.tablink1.active {
    background-color: #f4b52a;
    color: #FFFFFF;
}

.tabcontent {
    display: none;
    padding: 20px;
}
.tabcontent1 {
    width: clamp(90%,95%,100%);
     display: none;
     padding: 20px;
 }

/* slideshow carousel*/
.imageshow-container {
   width: 100%;
   align-items: center !important;
}


.imageClass {
    display: none;
}

.shopCarousel {
    display: none;
}

.fade {
    animation-name: fade;
    animation-duration: 2s;
}

@keyframes fade {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.imageshow-container {
    position: relative;
}

/* cartpage*/

.cart-container {
    width:clamp(200px, 55%, 1200px);
    margin: 20px auto;
    background-color: #fbfbfb;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    align-self: flex-start;
}

.cart-container1 {
    width:clamp(200px, 45%, 1200px);
    margin: 20px auto;
    background-color: #fbfbfb;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    align-self: flex-start; 
}

.cart-containerOrder {
    width:clamp(200px, 60%, 1200px);
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    align-self: flex-start; 
}

.cart-containerOrder1 {
    width:clamp(200px, 40%, 1200px);
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    align-self: flex-start; 
}

.cart-items {
    border-top: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    margin-bottom: 20px;
}

.cart-item {
    display: flex;
    align-items: end;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.cart-summary {
    padding: 10px;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    box-sizing: border-box;
    overflow: hidden; 
}

.success {
    color: #4BB543;
}

.product-image {
    width: 100px;
    height: 100px;
    margin-right: 30px;
}

.product-details {
    flex: 1;
}

.end {
    display: flex;
    justify-content: space-between;
  }

.product-details h3 {
    margin: 0;
    font-size: clamp(16px, 20px, 22px);
}

.product-details p {
    margin: 5px 0;
    font-size: 15px;
}

.quantity-input {
    width: 50px;
    padding: 5px;
    margin: 0 10px;
}

.remove-btn {
    background-color: rgba(220,32,32, 0.7);
    color: white;
    border: none;
    border-radius: 2px;
    padding: 4px 8px;
}

.remove-btn:hover {
    background-color: #ff1f1f;
}

.cart-total {
    text-align: center;
}

.cart-total h2 {
    margin: 20px 0;
}

.checkout-btn {
    background-color: #225BA6;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
}

.checkout-btn:hover {
    background-color: #FCCB06;
    color: #000000;
    border: solid 3px #225BA6;
}

.details-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.details-section {
    flex: 1;
    margin: 20px;
    min-width: 150px;
}

.details-section h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.details-section p, .details-section ul {
    font-size: 14px;
    line-height: 1.6;
}

.details-section ul {
    list-style: none;
    padding: 0;
}

.details-section ul li {
    margin-bottom: 10px;
}
.details-section ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}
.details-section ul li a:hover {
    color: #f3b52a;
}
.details-section ul li i {
    margin-right: 10px;
}
/* error response */

input {
    width: 55%;
    height: 30px;
    padding: 0 2px;
    border: 0;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 3px 3px  rgba(0,0,0,0.1);
}

.input-error {
    border: 2px solid red; 
    background-color: #ffe6e6;
}

form.input-error {
    border: 2px solid red;
    padding: 20px;
    background-color: #ffe6e6;
}

.bar {
    width: 45%;
}

.search-bar {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.search-bar input[type="text"] {
    border: none;
    padding: 8px 12px;
    outline: none;
    flex-grow: 1;
}

.search-bar button {
    background-color: #f7f8fc;
    color: #000000;
    border: none;
    padding: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar button:hover {
    background-color: #f4b52a;
    color: #FFFFFF;
}

.containerHP {
    display: flex;
    gap: 20px 20px;
    flex-wrap: wrap;
    margin: auto;
    flex: 1;
    width: clamp(80%,87.5%,88%);
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    padding: 40px 5px 5px 20px;
    text-align: center;
    position: relative;
    bottom: 25px;
}

.box {
    border: 0px solid #ddd;
    padding-top: 0px;
    text-align: center;
    width: clamp(180px, 200px, 220px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.box h2 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0px;
    font-size: clamp(50%, 85%, 130%);
    padding: 0px 25px;
}
.box p {
    font-size: 14px;
    color: #555;
    font-size: clamp(50%, 85%, 130%);
   
}
.padbottom {
    padding-bottom: 20px;
}
.box:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
 .fa-truck, .fa-credit-card-alt, .fa-envelope, .fa-map-marker{
    font-size: 30px !important;
 }

 .hamburger, .fa-user, .fa-shopping-cart {
    color: #555 !important;
 }

@media (max-width: 800px) {
    .containerHP {
        padding: 10px 0px 0px 0px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px;
        width: 99%;
    }
    .box {
        width: calc(50% - 5px); 
        padding: 0px;
    }
    .fa-truck, .fa-credit-card-alt, .fa-envelope, .fa-map-marker{
        font-size: 20px !important;
     }
}

@media (max-width: 380px) {
    .box {
        width: 40%; 
    }
}

.imageshow-container {
    max-width: 99%; 
    margin: 0 auto; 
    position: relative;
}
.imageClass img {
    width: 100%; 
    border-radius: 4px; 
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 34px; 
    color: #333; 
    padding: 8px;
    color: rgba(255, 255, 255, 1); 
    border-radius: 50%; 
    
}
.prev {
    left: 30px; /
}
.next {
    right: 30px; 
}
.dot {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    position: relative;
    bottom: 10px;
}
.dot:hover, .dot.active {
    background-color: #f4b52a;
}

.brandradius {
    border-radius: 2px;
    border: solid 0.5px #d9d9d9;
}
.order-details {
    max-width: 1000px;
    min-width: 300px;
    margin: 10px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.order-details h2 {
    text-align: center;
    margin-bottom: 10px;
}
.order-info,
.shipping-info {
    margin-bottom: 20px;
    font-size: 1rem;
}
.order-info p {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    flex-wrap: wrap;
}
.order-info span.value {
    font-weight: 400;
    margin-left: 10px;
}
.order-items {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}
.order-items th,
.order-items td {
    border: 1px solid #f2f2f2;
    padding: 8px;
    text-align: end;
}
.order-items th {
    background-color: #f2f2f2;
}
.product-imageHistory {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .order-items {
        width: 100%;
        border: none;
    }

    .order-items thead {
        display: none;
    }

    .order-items tr {
        display: flex;
        flex-direction: column;
        border: 1px solid #ccc;
        margin-bottom: 15px;
        padding: 10px;
        background: #fafafa;
        border-radius: 6px;
    }

    .order-items td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 0;
        position: relative;
    }

    .order-items td::before {
        content: attr(data-label);
        font-weight: 600;
        flex: 1;
        text-align: left;
        color: #444;
    }

    .product-imageHistory {
        width: 80px;
        height: 80px;
        object-fit: cover;
        margin: 0;
    }

    .order-items td img {
        margin: 0 auto;
    }
}

@keyframes fadeInUp {
    from {
      transform: translateY(220px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .fade-in-up {
    animation: 1s both fadeInUp;
  }

.img-hover-zoom--slowmo img {
    transform-origin: 50% 65%;
    transition: transform 4s, filter 3s ease-in-out;
    filter: brightness(80%);
   
  }
  
  .img-hover-zoom--slowmo:hover img {
    filter: brightness(100%);
    transform: scale(1.2);
    
  }

  .img-hover-zoom--point-zoom img {
    transform-origin: 75% 85%;
    transition: transform 2s, filter .5s ease-out;
  }
  

  .img-hover-zoom--point-zoom:hover img {
    transform: scale(1.25);
  }
  
  .category-container1 {
    position: relative;
    padding: 10px 0px 10px 0px ;

    }

.subcategories-menu {
    list-style: none;
    margin: 0;
    padding: 0 5px 5px 0;
    display: none; 
    position: absolute;
    top: 105%;
    left: 0;
    background-color: #374043;
    color: #FFFFFF !important;
    z-index: 1000;
    width: 240px; 
}

.subcategory-item {
    padding: 15px;
}

.subcategory-item a {
    text-decoration: none;
    color: #333;
    display: block;
}
.subcategory-item a:hover{
ackground-color: #D6D7D8;
color: #d9d9d9 !important;
width: 100%;
}

.category-container1:hover .subcategories-menu {
    display: block; 
}