@import url('https://fonts.googleapis.com/css?family=Rubik');

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: ace;
    src: url(fonts/ace-sans.woff);
    font-weight: bold;
  }

html, body {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden;
  background: #f1951c;
  
}

/* HEADER SECTION----------------------------*/

.header1-right{
  display: flex;
  padding-left: 400px;
  float: left;  
}

.info{
    display: flex;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
     
  }

  .info p{
   padding-left: 20%;
    text-align: center;
    padding-right: 10%;   
  }
  .alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-success2 {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-success3 {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert2 {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert3 {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-danger2 {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-danger3 {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-danger2 {
    border-color: #dc3545 !important;
}
.border-danger3 {
    border-color: #dc3545 !important;
}
.border-success {
    border-color: #198754 !important;
}
.border-success2 {
    border-color: #198754 !important;
}
.border-success3 {
    border-color: #198754 !important;
}

.float-end {
    float: right !important;
  }
.header .search {
  box-shadow:10px 10px 10px rgb(24, 23, 23);
  background: rgba(5, 5, 5, 0.80);
  backdrop-filter: blur(7px);
  box-sizing: border-box;
  padding: 20px 10px 20px;
  font-size: 15px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  grid-column-gap: 10px;
  position: absolute;
  margin-right: 30px;
  z-index: 1;
  max-height: 400px; 
}

.header .search-form{
  font-family: 'Rubik', sans-serif;
  padding-top: 10px; 
}


.search-box{
    display: flex;
    width: 300px;
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 15px 5px 5px;
    color: #ffffff;
}
.logindiv{
    display: flex;
    padding-left: 40px;
    }

.logindiv2{
display: none;
}

.search-right {
  padding-top: 20px;
  padding-left: 20px; 
}
.search-box img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.search a:hover{
  font-family: 'Rubik', sans-serif;
  color: #000000;
  background-color: #f1951c;
}

.search-box1{
  display: flex;
  flex-direction: column;
  overflow: auto; 
}

.search-right  a:hover{
  text-decoration: underline;
}

.mainReg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 10px;
}

.registrationForm{
  margin: 0 auto 10px auto;
 }

 .mandatory:before {
    content: "* ";
    color: #c00;
}

.registrationFormimput{
    display: flex;
    font-size: 15px;
    color: #000000;
    width: 300px;
    border: 1px solid #d3d3d3;
    padding: 12px 12px 12px 16px;
    outline: none;
      
}
.form-control{
    font-size: 1rem;
    line-height: 14px;
    color: #9f9f9f;
    width: 100%;
    border: 1px solid #d3d3d3;
   

    outline: none;
}

.form-control2{
    display: flex;
    font-size: 15px;
    color: #000000;
    width: 100%;
    padding: 12px 5px 12px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}

.modal-content2 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    padding-right: 30px;
    border: 1px solid #888;
    width: 20%;
    border-radius: 10px;
    font-family: 'Rubik', sans-serif;
}
.modal-title{
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 40px;
    
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 10px;
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

button {
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: inherit;
}

input[type=text]:focus {
    border: 1px solid #0c77f1;
  }

h3{
    color: #9f9f9f;
    font-style: normal;
    font-weight: 400;
}

header{   
    width: 100%;
        
}

.dropbtn {
    display: none;
 }

 ::-ms-input-placeholder { /* Edge 12-18 */
    color: #dfdbdb;
  }
  
  ::placeholder {
    color: #dfdbdb;
  }

  .container{
  max-width: 700px;
  width: 100%;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.mainReg2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 50px;
}
p {
    margin-bottom: 20px;
}
.container2 {
    max-width: 100%;
    width: 80%;
    background-color: #fff;
    padding: 25px 40px;
    border-radius: 5px;
    font-size: 20px;
    font:inherit ;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.container2 .title{
    font-size: 25px;
    font-weight: 500;
    position: relative;
  }
.container .title{
  font-size: 25px;
  font-weight: 500;
  position: relative;
}
.container2 .title::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    border-radius: 5px;
    background:  #f1951c;
  }
.container .title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  border-radius: 5px;
  background:  #f1951c;
}
.content form .user-details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}
form .user-details .input-box{
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
}
form .input-box span.details{
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.user-details .input-box input{
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding: 0;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}
.user-details .input-box input:focus{
  border-color: #f1951c;
}
 form .gender-details .gender-title{
  font-size: 20px;
  font-weight: 500;
 }
 form .category{
   display: flex;
   width: 80%;
   margin: 14px 0 ;
   justify-content: space-between;
 }
 form .category label{
   display: flex;
   align-items: center;
   cursor: pointer;
 }
 form .category label .dot{
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d9d9d9;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}

 form .button{
   height: 45px;
   margin: 35px 0
 }

 @media(max-width: 584px){
 .container{
  max-width: 100%;
  padding: 25px 10px;
}
form .user-details .input-box{
    margin-bottom: 15px;
    width: 100%;
  }
  form .category{
    width: 100%;
  }
  .content form .user-details{
    max-height: 300px;
    overflow-y: scroll;
  }
  .user-details::-webkit-scrollbar{
    width: 5px;
  }
  .user-details .input-box input {
    width: 95%;   
  }
  }
  @media(max-width: 459px){
  .container .content .category{
    flex-direction: column;
  }
}

.header{
    padding:  10px 20px 20px;
    background-color:  #f1951c;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    width: 100%;
    display: flex;     
}
    
.header .sub-title{
    margin-top: 20px;
    line-height: 28px;
}

 header .right{
    display: flex;
    font-family: 'Rubik', sans-serif;
    color: #000;
    padding-left: 50px;
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
    height: 60px;         
}

.welcome{
    color: #eee;
    font-size: 15px;
    padding-top: 25px;
}

.logoutbutton {
    color: #fff;
    padding-left: 20px;
    padding-bottom: 10px;
}
.logoutbutton img{
    width:25px;
    height:25px;
}

.loginbutton{
    color: #fff;
    padding-bottom: 10px;
    
}
.loginbutton img{    
    width:25px;
    height:25px;
}

.registerbutton{
    color: #fff;  
    padding-left: 20px;
    padding-right: 20px;
    
}
.registerbutton img{
    width:25px;
    height:25px;
}
            
a {
    text-decoration: none;
    color: #fff;
}
#header {
    background: #000;
    width: 100%;
    position: relative;
    height: 50px;
    padding-top: 30px;
    border-bottom: 2px solid #f1951c;
}
#header:after {
    content: "";
    clear: both;
    display: block;
}
.search {
    float: right;
    padding: 30px;
}

.minmax{
    display: flex;   
}

.pricemax{
    display: flex;
    float:left;
    padding-right: 5px;    
}

.pricemin{
    display: flex;
    float: left;
    padding-right: 10px;    
}

.minmaxbutton{
    float: right;
    display: flex;
    padding-left: 4px;   
}

.submitbutton{
    display: flex;
    color: #fff;
    font-size: 13px;
    height: 28px;
    line-height: 22px;
    padding: 2px;
    border-radius: 10px;
    font-family: 'Rubik', sans-serif;
    background-color: #00000e;
}

input {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #c7c6c6;
    width: 60px;
    
}
.logo {
    float: right;
    height: 100px;
    padding-left: 50px;
    padding-right: 150px;  
}

.logo a {
    font-size: 28px;
    display: block;
    padding: 0 0 0 20px;
}

.logo2 {
    float: right;
    height: 50px;
}
.logo2 a {
    font-size: 28px;
    display: block;
    padding: 0 0 0 20px;
}
img.logo2 {
    height: 200px;
    position: absolute;
    z-index: 1;
}
nav {
    padding-left: 10px;
    float: left;
    font-family: 'ace', sans-serif;
    font-size: 18px;
    color: #fff;
}

nav > ul {
    float: left;
    position: relative;
    text-transform: uppercase;
    padding-left: 150px;
}

nav li {
    list-style: none;
    float: left;
}

nav .dropdown {
    position: relative;
}

nav li a {
    float: left;
    padding-right: 33px;
}

nav li a:hover {
    background: transparent;
    color: #f1951c;
    text-decoration: underline;
}

nav li ul {
    display: none;
}

nav li:hover ul {
    display: inline;
}

nav li li {
    float: none;
}

nav .dropdown ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 20px 0;
    border-bottom: 3px solid #f1951c;
}

nav .dropdown li {
    white-space: nowrap;
}

nav .dropdown li a {
    padding: 10px 35px;
    font-size: 13px;
    min-width: 200px;
}

nav .mega-dropdown {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(5, 5, 5, 1);
    backdrop-filter: blur(7px);
    overflow: hidden;
    padding: 20px 0;
    z-index: 1;
}

nav li li a {
    float: none;
    color: #fffefe;
    display: block;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 15px;
}

.mega-col {
    width: 25%;
    float: left;
}

#menu-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    margin-right: 50px;
    display: none;
}

#menu-icon span {
    border: 2px solid #fff;
    width: 30px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.1s;
}

@media only screen and (min-width: 960px) {
    nav {
        display: block !important;
    }
}
@media only screen and (max-width: 959px) {
    nav {
        display: none;
        width: 100%;
        clear: both;
        float: none;
        max-height: 400px;
        overflow-y: scroll;
    }
    #menu-icon {
        display: inline;
        top: 45px;
        cursor: pointer;
    }
    #menu-icon.active .first {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: 10px;
    }
    #menu-icon.active .second {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        position: relative;
        top: -9px;
    }
    #menu-icon.active .third {
        display: none;
    }
    .search {
        float: none;
    }
    .search input {
        width: 100%;
    }
    nav {
        padding: 10px;
    }
    nav ul {
        float: none;
        padding-left: 20px;
    }
    nav li {
        float: none;
    }
    nav ul li a {
        float: none;
        padding: 8px;
        display: block;
    }
    #header nav ul ul {
        display: block;
        position: static;
        background: none;
        border: none;
        padding: 0;
    }
    #header nav a {
        color: #fff;
        
    }
    
    #header nav ul li li a:before {
        content: "- ";
    }
    .mega-col {
        width: 100%;
    }
}

              


header .right .section-title{
    padding-top: 23px;
    color: #9b9b9b;
    font-size: 13px; 
}


/* The navigation menu */
.navbar {
    overflow: hidden;
    background-color: #333;
  }
  
  /* Navigation links */
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* The subnavigation menu */
  .subnav {
    float: left;
    overflow: hidden;
  }
  
  /* Subnav button */
  .subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  /* Add a red background color to navigation links on hover */
  .navbar a:hover, .subnav:hover .subnavbtn {
    background-color: red;
  }
  
  /* Style the subnav content - positioned absolute */
  .subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: red;
    width: 100%;
    z-index: 1;
  }
  
  /* Style the subnav links */
  .subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
  }
  
  /* Add a grey background color on hover */
  .subnav-content a:hover {
    background-color: #eee;
    color: black;
  }
  
  /* When you move the mouse over the subnav container, open the subnav content */
  .subnav:hover .subnav-content {
    display: block;
  }
/* MAIN SECTION----------------------------*/

main{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    width: 100%;
    padding: 40px 180px 40px;
}

main .section-title{
    font-size: 15px;
    margin-bottom: 30px;
    font-family: 'Rubik', sans-serif;
    padding-left: 15px;
}

main .right .section-title{
    display: flex;
    font-size: 15px;
    margin-bottom: 50px;
    font-family: 'Rubik', sans-serif;
    color: #9b9b9b;
}

main .left{
    border-right: thin solid #d4d4d4;
    width: 220px;
    padding-right: 20px;
}

main .left a{
    display: block;
    text-decoration: none;
    color: #555;
    font-size: 18px;
    margin-bottom: 10px;
}

main .left a:hover{
    text-decoration: underline;
}

main .right{
    padding: 0 24px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    border: 1px solid transparent;
    transition: border .2s;
    text-align: left;
   
}

main .right .product{
    display: flex;
   flex-direction: column;
   padding: 20px;
   
}


a {
    text-decoration: none; /* Remove underline */
    color: inherit; /* Inherit color from parent */
}
.product-item {
    border: 1px solid transparent;
}

.product-item:hover {
    transition: transform .2s;
    border: 1px solid #d3d3d3;
}

.product-item:hover {
    /* Your styles for the product item on hover */
    /* For example, change background color, add box shadow, etc. */ 
    transform: scale(1.1); /* Change background color on hover */
}



main .right .product-left img{
    display: block;
    margin: 0 auto;
    max-height: 150px;
    
}



.product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 52px;
    row-gap: 52px;
    
}

.product-left img {
    max-width: 100%;
    height: auto;
}

.title {
    font-weight: bold;
}

.importid {
    font-style: italic;
}

.price {
    font-weight: bold;
}

main .right .title{
    font-weight: bold;
    font-size:  18px;
    text-decoration: none;
    color: #000000;
    
}

main .right .title a{
    font-weight: bold;
    font-size:  18px;
    text-decoration: none;
    color: #555;
    line-height: 26px;
}

main .right .title a:hover{
    text-decoration: underline;
}

main .right .importid{
    font-weight: 600;
    font-size:  14px;
    font-style: normal;
    font-family: "Public Sans", sans-serif;
    
}

main .right .description{
    margin-top: 10px;
    margin-right: 200px;
    font-family: 'Rubik', sans-serif;
    max-width: 60%;
    
}

main .right .price1{
    font-weight: 600;
    font-size:  14px;
    margin-top: 30px;
    margin-bottom: 3px;
    font-style: normal;
    font-family: "Public Sans", sans-serif;
    
}
main .right .price2{
    display: none;
    font-weight: 600;
    font-size:  18px;
    margin-top: 0;
    color: darkred;
    margin-bottom: 0;
    font-style: normal;
    font-family: "Public Sans", sans-serif;
    
}
.btnLogin{
   height: 50px;
   width: 100%;
   border-radius: 5px;
   border: none;
   color: #fff;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 1px;
   cursor: pointer;
   transition: all 0.3s ease;
   background: linear-gradient(135deg, #000000, #000000);

}
.btnLogin:hover{
    color: #f7d309;   
    background-color: #f1951c;

}

main .right .price{
    font-size: 24px;
    margin-top: 0;
    color: darkred;
    font-weight: bold;
}

.main-product {
    padding: 20px;
    display: flex;
    padding: 40px 180px 40px;
    justify-content: center;
}

.subcategory {
    display: none;
}

/* Show subcategories when the "show" class is added */
.subcategory.show {
    display: block;
}

main .section-title .title-font-breadcrumb{
    color: #000000;
}

.main-product .section-title{
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'Rubik', sans-serif;
    padding-left: 15px;   
}

.main-product .right .section-title{
    display: flex;
    font-size: 15px;
    margin-bottom: 30px;
    font-family: 'Rubik', sans-serif;
    color: #9b9b9b;
}

.main-product .section-title .title-font-breadcrumb{
    color: #000000;
}

.main-product .left{
    border-right: thin solid #d4d4d4;
    padding-right: 20px;
}



.main-product .right{
    padding: 0 24px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    border: 1px solid transparent;
    transition: border .2s;
    text-align: left;
   
}

.main-product .right .product{
   display: grid;
   grid-template-columns: auto 1fr;
   grid-column-gap: 50px;
   grid-row-gap: 50px;
}

.main-product .right .product-left1 img{
    display: block;
    margin: 0 auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-width: 550px;
}
 
.main-product .right .product-details{
    font-weight: bold;
    padding-top: 40px;
    font-size:  20px;
    text-decoration: none;
    color: #000000;
    line-height: 26px;
    font-family: "Public Sans", sans-serif;
}
.main-product .right .description{
    margin-top: 10px;
    margin-right: 200px;
    font-weight:normal;
    font-family: 'Rubik', sans-serif;
    max-width: 60%;
    font-size:  15px;
    
}

.main-product .right .title{
    font-weight: bold;
    font-size:  30px;
    text-decoration: none;
    color: #000000;
    line-height: 26px;
}

.main-product .right .title a{
    font-weight: bold;
    font-size:  18px;
    text-decoration: none;
    color: #555;
    line-height: 26px;
}

.main-product .right .title a:hover{
    text-decoration: underline;
}

.main-product .right .importid{
    font-weight: 600;
    font-size:  18px;
    font-style: normal;
    font-family: "Public Sans", sans-serif;
    
}


.main-product .right .price{
    font-size: 34px;
    margin-top: 30px;
    color: darkred;
    font-weight: bold;
}

/* FOOTER SECTION----------------------------*/
.footer-distributed{
    background: #f1951c;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px 'Rubik';
    padding: 5px 50px;
    
}
  
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
    padding:10px 0 ;
    color: #fff;
    font-family: 'Rubik', sans-serif;
}
  
  /* Footer left */
  
.footer-distributed .footer-left{
    width: 40%;
}
  
  /* The company logo */
  
.footer-distributed h3{
    color:  #ffffff;
    font: normal 36px 'ace', cursive;
    margin: 0;
}
  
.footer-distributed h3 span{
    color:  lightseagreen;
}
  
  /* Footer links */
  
.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}
  
.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    font-weight:400;
    text-decoration: none;
    color:  inherit;
}
  
.footer-distributed .footer-company-name{
    color:  #d3df30;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    
  }

.footer-oib {
        color:  #ffffff;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
}
  
  /* Footer Center */
  
.footer-distributed .footer-center{
    width: 30%;
}
  
.footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }
  
.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}
  
.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    font-weight:400;
    vertical-align: middle;
    margin:0;
}
  
.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}
  
.footer-distributed .footer-center p a{
    color:  rgb(255, 255, 255);
    text-decoration: none;;
}
  
.footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}
  
.footer-distributed .footer-links .link-1:before {
    content: none;
}
  
  /* Footer Right */
  
.footer-distributed .footer-right{
    width: 28%;
}
  
.footer-distributed .footer-company-about{
    line-height: 30px;
    color:  #ffffff;
    font-size: 15px;
    font-weight:500;
    margin: 0;
    padding: 5px;
  
}
  
.footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
.footer-distributed .footer-icons{
    margin-top: 25px;
}
  
.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;
  
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
  
    margin-right: 3px;
    margin-bottom: 5px;
}
.pagination {
    margin-top: 40px;
    font-family: 'Rubik', sans-serif;
    display: flex;
    gap: 4px;
}

.pagination a {
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #9f9f9f;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in;
    border-radius: 50%;
}

.pagination a:hover {
    background-color: #f5f5f5;
}

.pagination a.active {
   background-color:#f5f5f5;
}

.dropbtn {
   display: none;
}
/* Dropdown container (hidden by default) */
.dropdown {
   position: relative;
   display: inline-block;
}

/* Dropdown content */
.dropdown-content {
   display: block;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: #f1951c;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

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

.menu .category {
    margin-bottom: 10px;
}

.menu .category-toggle {
    border: 1px solid transparent;
    font-family: 'Rubik', sans-serif;
    display: block;
    padding: 10px;
    color: #000000;
    font-size: 23px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.menu .category-toggle:hover {
    text-decoration: none;
    color: #f1951c;
   
}

.menu .submenu {
    display: none;
    margin-left: 10px;
    padding-left: 0;
}

.menu .submenu li {
    margin-bottom: 5px;
}

.menu .submenu li a {
    font-family: 'Rubik', sans-serif;
    display: block;
    padding: 5px;
    color: #555;
    font-size: 18px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: background-color 0.3s;
    border-radius: 3px;
}

.menu .submenu li a:hover { 
    text-decoration: underline;
    color: #f1951c;
}

ul ul {
    list-style-type: none;
}

#menuToggle {
    display: none;
}


/* Media query for mobile */
@media screen and (max-width: 600px) {

header {
      padding: 0;  
}
header .right {
    padding-left: 0;

}
.info{   
    height: 120px;   
  }

#header {  
    height:auto;
    padding-left: 5px;
}
.header1-right {
    float: left;
    padding-left: 10px;
    position: static;
    font-size: 12px;
    padding-top: 12px;
    flex-wrap: wrap;
    display: flex;

}

.header .search-form {
      float: right;
      padding-right: 10px;
      padding-bottom: 30px;
  }
  .form-control {
    font-size: 15px;
    color: #9f9f9f;
    width: 300px;
    border: 1px solid #d3d3d3;
    padding: 5px 20px 5px 5px;
    outline: none;
}


.logindiv{
    display: flex;
    padding-top: 20px;
    padding-left: 10px;
    float: left;
}

.header .search {
    margin-left: 0px;
}
.search-box {
    font-size: 15px;
    width: 320px;
}
.logoutbutton {
    padding-left: 50px;
    
}

.header .search-form2 {
    font-family: 'Rubik', sans-serif;
    padding-top: 10px;
    display: flex;
    padding-left: 20px;
}

.registerbutton {
    padding-left: 50px;
}

.registerbutton a:hover{
    background-color: none;
}

.modal-content2 {
    margin: 40% auto;
    width: 70%;
}


.dropbtn {
     display:flex;
     background-color: #f1951c;
     color: black;
     font-family: 'Rubik', sans-serif;
     padding: 16px;
     font-size: 16px;
     border: none;
     cursor: pointer;
     border-radius: 12px;
}

.dropdown-content {
     display: none;
     position: absolute;
     background-color: #f9f9f9;
     min-width: 160px;
     z-index: 1;
     box-shadow:10px 10px 10px rgb(24, 23, 23);
}

.menu{
    display: none;
}

.product-grid {
    grid-template-columns: repeat(1, 1fr); /* One columns with equal width */
    border-bottom: 1px solid transparent;
}

main {
      padding: 20px;
      display:inline;
      grid-template-columns: auto 1fr;
      grid-column-gap: 30px;
      margin-bottom: 30px;
      width: 100%;
}

main .left .section-title{
      display: none;     
}

main .left{
      border-right: none;
      padding-left: 50px;
      padding-bottom: 30px;
}
  
main .left a{
      display: block;
      text-decoration: none;
      color: #555;
      font-size: 20px;
      margin-bottom: 10px;
}
  
main .left a:hover{
      text-decoration: underline;
}


main .right{
      padding: 1px 1px 1px;
      display: flex;
      flex-direction: column;
      position: relative;
      z-index: 0;
      border: 1px solid transparent;
      transition: border .2s;
      text-align: left;
      max-width: 100%;
}
  
main .right .product{
     display: grid;
     grid-template-columns: auto 1fr;
     grid-column-gap: 10px;
     grid-row-gap: 10px;
     border-bottom: 1px solid #d3d3d3;
}
  
main .right .product-left img{
      height: 90px;
      display: block;
      margin: 0 auto;
}

   
main .right .section-title {
      font-size: 12px;
    
} 

main .right .title{
      font-weight: bold;
      font-size:  18px;
      text-decoration: none;
      color: #000000;
      line-height: 15px;
}
  
main .right .title a{
      font-weight: bold;
      font-size:  18px;
      text-decoration: none;
      color: #555;
      line-height: 10px;
}
.main-product .right .section-title {
      font-size: 12px;
}
  
main .right .title a:hover{
      text-decoration: underline;
}
  
main .right .importid{
      font-weight: 600;
      font-size:  12px;
      font-style: normal;
      font-family: "Public Sans", sans-serif;
      
}
  
main .right .description{
      margin-top: 10px;     
      font-family: 'Rubik', sans-serif;
      max-width: 100%;
      margin-right: unset;
      
}
  
main .right .price{
      font-size: 18px;
      margin-top: 10px;
      color: darkred;
      font-weight: bold;
}

.main-product {
      padding: 20px;
      display:inline;
      grid-template-columns: auto 1fr;
      grid-column-gap: 30px;
      margin-bottom: 30px;
}

.main-product .left .section-title{
      display: none;
      
      
}

.main-product .left{
      border-right: none;
      padding-left: 100px;
      padding-bottom: 30px;
}
  
.main-product .left a{
      display: block;
      text-decoration: none;
      color: #555;
      font-size: 20px;
      margin-bottom: 10px;
}
  
.main-product .left a:hover{
      text-decoration: underline;
}


.main-product .right{
      padding: 1px 1px 1px;
      display: flex;
      flex-direction: column;
      position: relative;
      z-index: 0;
      border: 1px solid transparent;
      transition: border .2s;
      text-align: left;
      max-width: 100%;
}
  
.main-product .right .product{
     display: flex;
     grid-column-gap: 10px;
     grid-row-gap: 10px;
}
  
.main-product .right .product-left1 img{
      height: 200px;
      display: block;
      margin: 0 auto;
}
   
.product-item:hover {
    transition: none;
    border: 1px solid transparent;
    transform:none;
}

.main-product .right .title{
      font-weight: bold;
      font-size:  18px;
      text-decoration: none;
      color: #000000;
      
}
.info p {
    padding-left: 10%;
    padding-right: 10%;
}

.main-product .right .title a{
      font-weight: bold;
      font-size:  18px;
      text-decoration: none;
      color: #555;
      line-height: 10px;
}
  
.main-product .right .title a:hover{
      text-decoration: underline;
}
  
.main-product .right .importid{
      font-weight: 600;
      font-size:  12px;
      font-style: normal;
      font-family: "Public Sans", sans-serif;
      
}
  
.main-product .right .description{
      margin-top: 10px;     
      font-family: 'Rubik', sans-serif;
      max-width: 100%;
      margin-right: unset;
      
}
  
.main-product .right .price{
      font-size: 18px;
      margin-top: 10px;
      color: darkred;
      font-weight: bold;   
}

.footer-distributed{
      font: bold 14px 'Rubik';
}
  
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
      
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
      padding: 10px 0;
}
  
.footer-distributed .footer-center i{
      margin-left: 0;
}

#menuToggle {
    display: block;
    position: relative;
    top: 20px;
    left: 20px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #cdcdcd;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 400px;
    margin: -47px 0 0 -50px;
    padding: 50px;
    padding-top: 100px;

    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 20px 0;
    
}
#menu li a{
    
    font-size: 17px;
}
#menu a {
    padding-bottom: 10px;
    font-size: 22px;
}

#menu a:hover {
    color: #f1951c;
}

#menu .category {
    padding-bottom: 30px;
    
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: none;
}

ul ul {
    list-style-type:none;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.onclick-menu:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none;
}

.onclick-menu:focus .onclick-menu-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;
    display: inherit;
    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}

.onclick-menu-content {
   /* use opacity to fake immediate toggle */
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}

.onclick-menu-content li{
    list-style: none;
}

header .header1-left img{
    height: 40px;
    padding-right: 120px;
    padding-left: 20px 

}
.welcome {
    font-size: 15px;
}

.header {
    display: flex;
    flex-direction: column;
}


.header {
    display: flex;
    flex-direction: column;
}

  }
  
@media only screen and (max-width: 1000px) and (min-width: 600px) {

main{     
    padding: 40px 50px;
}
.info{   
    height: 80px;   
}
.product-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.main-product .right .product-left img {
    height: 280px;
}
    
    
.main-product .right .title {
    font-size: 20px;   
}
    
.main-product .right .importid {
    font-size: 15px;   
}
    
.main-product .right .price {
    font-size: 20px;    
}
.logo{
    height: 70%;
    padding-top: 20px;
 }

  }


@media screen and (max-width: 1200px) and (min-width: 1000px) {

    
main{     
    padding: 40px 50px;
}

.info{   
    height: 80px;   
}
.product-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.main-product .right .product-left img {
     height: 380px;
}
    
    
.main-product .right .title {
    font-size: 25px;    
}
    
.main-product .right .importid {
    font-size: 15px;   
}
    
.main-product .right .price {
     font-size: 25px;     
}

.header1-right {
   
    padding-left: 0%;
    
}

.header .search-form {
    padding-right: 50px;    
}

nav {
   
    font-size: 15px;
}

.logo {
    height: 40px;
    padding-left: 10px;
    padding-right: 50px;
}

  }

@media screen and (max-width: 1400px) and (min-width: 1200px) {

main{     
     padding: 40px 50px;
}
  
.info{   
    height: 80px;   
}

.product-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) ;
}

.main-product .right .product-left img {
     height: 480px;
}
    
    
.main-product .right .title {
    font-size: 25px;
    
}
    
.main-product .right .importid {
    font-size: 15px;
    
}
    
.main-product .right .price {
    font-size: 25px;
       
}
.header1-right {
   
    padding-left: 50px;
    
}
nav {
    width: 100%;
}

.logo {
    padding-left: 50px;
    
}
  }

  @media screen and (max-width: 1700px) and (min-width: 1400px) {

    .logo {
        padding-left: 200px;
    }


    .header1-right {     
        padding-left: 150px;       
    }

      }




  
