@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

/* *{
    padding: 0;
    margin: 0;
} */

/* ==================== Top Wrap (Logo,search-bar,icons) ====================*/

#blue-strip{
    height: 35px;
    width: 100%;
    background-color: rgb(240, 240, 250);
}
.wrap{
    display: flex;
    height: 80px;
    align-items: center;    
}
.mobile-start{
    width: 22.5%;
}
.burger{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 25px;
    display: none;
}
.burger div{
    height: 2px;
    width: 20px;
    background-color: gray;
}
.mobile-search{
    display: none;
}
.logo{
    width: 60%;
    text-align: center;
}
.logo img{
    height: 35px;
    margin: auto;
}
.end_nav_icons{
    display: flex;
    width: 22.5%;
    justify-content: space-around;
    margin-top: -8px;
}
.search-bar{
    height: 30px;
}
.search-bar input{
    height: 100%;
    padding: 0 0 0 10px;
}

.search-bar button{
    position: absolute;
    margin-left:-2%;
    margin-top: 5px;
    background-color: transparent;
    border: none;
}
.search-bar button img{
    height: 20px;
}
 #myAccount img{
    height: 35px;
}
#cart img{
    height: 30px;
}
.account{
    height: 150px;
    width: 230px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    margin-top:35px;
    margin-left: -43px;
    border: 1px solid rgb(195, 195, 195);
    display: none;
}
.open_account{
    display: block;
}

.account ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.account ul li{
    list-style: none;
    margin-left: 20px;
}
.account ul li a{
    color: black;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}
#top-offers{
    display: none;
}

/*Responsive to mobile*/

@media only screen and (max-width: 600px) {

    #blue-strip{
        display: none;
    }
    .wrap{
        display: flex;
        height: auto;
        padding: 10px 0 10px 0;
        align-items: center;
    }

    .burger{
        align-items: center;
        display: flex;
    }
    .mobile-start{
        display: flex;
        width: 20%;
        justify-content: space-evenly;
    }
     /* .burger div{
       
     } */
     .mobile-search{
        display: block;
    }
    .mobile-search button{
        background-color: transparent;
        border: none;
    }
     .logo{
        width: 60%;
        text-align: center;
     }
    .logo img{
        height: 22px;
        margin: auto;
    }
    #myAccount{
        display: none;
    }
    .search-bar button{
        display: none;
    }
    .end_nav_icons{
        width: 20%;
        justify-content: space-around;
        margin-top: 0px;
    }
    .search-bar input{
        display: none;
    }
    #top-offers{
        display: block;
    }
}

/* ============================ Nav (Nav-links) =============================*/

nav{
    border-bottom: 1px solid rgb(206, 205, 205);
}
#close-btn{
    display: none;
}
.nav-links{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 40px;
    width: 80%;
    margin: auto;
}
@media only screen and (max-width: 600px) {
    nav{
        margin-top: -55px;
    }
    #close-btn{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        height: 20px;
        width: 30px;
    }
    .nav-links{
        position: absolute;
        flex-direction: column;
        transform: translateX(-120%);
        background-color: rgb(255, 255, 255);
        -webkit-box-shadow: 2px 0px 15px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px 0px 15px -3px rgba(0,0,0,0.75);
        box-shadow: 2px 0px 15px -3px rgba(0,0,0,0.75);
        height: 600px;
        width: 65%;
        top: 0;
    }
    .open-nav{
        transform: translateX(0%);
    }
    .pos {
        position: fixed;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
}
.nav-links li{
  z-index: 500;
   list-style: none;
   font-size: 13px;
   font-family: 'Roboto Condensed', sans-serif;
   height: 20px;
   padding: 10px 0 10px 0;
   text-align: center;
}

.nav-links li a{
    text-decoration: none;
    color: black;
 }

 .nav-links li::after{
    content:'';
    display: block;
    width: 0;
    height: 4px;
    background: #3763b4;
    margin-top: 11px;
}
.nav-links li:hover::after{
    width: inherit;
}

 .drop{
     height: 300px;
     width: 100%;
     -webkit-box-shadow: 0px 4px 11px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 4px 11px -3px rgba(0,0,0,0.75);
        box-shadow: 0px 4px 11px -3px rgba(0,0,0,0.75);
     position: absolute;
     background-color: white;
     margin:1% 0 0 0;
     left: 0;
     display: none;
     padding:20px 0 20px 0; 
 }

 .open-dropdown{
     display: flex;
 }

 .drop .category{
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-around;
     padding:0 0 0 20px;
     margin-left: 100px;
     /* background-color: rgb(238, 238, 238); */
     width: 20%;
     border-right: 1px solid rgb(218, 218, 218);
     animation: smooth 1s;
 }
 .drop .category:hover {
     animation: expand 1s ease;
     -webkit-animation-fill-mode: forwards;
 }
 .cat-col-2{
     /* display: flex;
     flex-direction: column; */
     line-height: 2;
     align-items: center;
     width: 300px;
     animation: smooth 0.5s;
 }
 .drop .category .nav-sub-dropdown{
    cursor: pointer;
    /* border:1px solid black; */
    width: 250px;
    /* width: 100%; */
}
.drop .category li:nth-child(8){
    cursor: pointer;
    /* border:1px solid black; */
    width: 250px;
    /* width: 100%; */
}
.drop .category li::after{
    display: none;
}

 .sub-category{
     position: absolute;
     top: 20px;
     /* top:0; */
     display: none;
     width: 200px;
     left:360px;
     /* background-color: lavender; */
     animation: smooth 0.5s;
 }

 .open-sub-category{
    display: block;
}

@keyframes smooth{
    0%   {opacity: 0;}
    25%  {opacity: 0.3;}
    50%   {opacity: 0.5;}
    75%  {opacity: 0.7;}
    100%  {opacity: 1;}
}

@keyframes expand{
    0%   {width: 30%;}
    100%   {width: 34%;}
}


/*Responsive to mobile*/

@media only screen and (max-width: 600px) {
    /* .drop{
        position: relative;
    } */

    .cat-col-2{
        display: none;
    }
    .drop .category{
        position: relative;
        margin-left: 0;
        padding: 0;
        width: 100%;
        border-right: none;
    }
    .sub-category {
        position: relative;
        top: 0px;
        /* top: 0; */
        display: none;
        /* width: 200px; */
        width: 100%;
        left: 0px;
        background-color: rgb(241, 241, 241);
        animation: smooth 0.5s;
    }
    .open-sub-category{
        display: block;
    }
    .nav-links li:hover::after{
        width: 0px;
    }
    .drop .category .nav-sub-dropdown{
        cursor: pointer;
        /* border:1px solid black; */
        width: auto;
    } 
    .drop .category:hover {
        animation: none;
        -webkit-animation-fill-mode: forwards;
    }

}


/* ====================================whole page============================== */
#whole_page{
    width: 100%;
    display: grid;
    grid-template-columns: 19% 80%;
}
/* ==============================left part========================================= */
#left_src{
    padding:  5%;
}
#left_src>div{
    max-width: 75%;
}
#left_src>div>h5{
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;    
}
#left_src>div>p{
    color: rgb(156, 155, 155);
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
#left_src>div>p:hover{
    cursor: pointer;
    color: rgb(0, 102, 255);
}
/* ================================right part=================================== */

#head{
    display: grid;
    /* grid-template-columns:30% 43% 10% 8%; */
    /* gap: 3%; */
    border-bottom: 1px solid black;
}
#head>div>p{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 1%;
}
/* =============================filter part======================================== */

#filter{
    display: grid;
    grid-template-columns: 81% 17%;
    gap: 2%;
}
#filter>div:nth-child(2)>select{
    margin-top: 17%;
    border: none;
    width: 100%;
}
#filter>div:nth-child(2){
    border-bottom: 2px solid black;
}
#filter>div:nth-child(1){
    display: grid;
    grid-template-columns: 10% 27% 27% 27%;
    gap: 1.8%;
    background-color: rgb(242, 242, 242);
    height: 40px;
    margin-top: 10px;
    padding: 5px;
    /* margin-top: 50% ; */
}
#filter>div:nth-child(1)>:nth-child(1){
    margin-top: -7px;
    margin-left: 10px;
}
.ptmultiselect {
    width: 100%;
  }
  
  .ptselectBox {
    border-bottom: 2px solid black;
        position: relative;
  }
  
  .ptselectBox select {
    width: 100%;
    margin-top: 8px;
    height: 30px;
    background-color:rgb(242, 242, 242); ;
    font-weight: bold;
    border: none;
  }
  
  .ptoverSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  #ptcheckboxes {
    display: none;
    width: 17%;
    border: 1px #dadada solid;
  }
  
  #ptcheckboxes label {
    display: block;
    padding: 8px;
  }
  
  #ptcheckboxes label:hover {
    background-color: #1e90ff;
  }
  .fnmultiselect {
    width: 100%;
  }
  
  .fnselectBox {
    border-bottom: 2px solid black;
        position: relative;
  }
  
  .fnselectBox select {
    width: 100%;
    margin-top: 8px;
    height: 30px;
    background-color:rgb(242, 242, 242); ;
    font-weight: bold;
    border: none;
  }
  
  .fnoverSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  #fncheckboxes {
    display: none;
    width: 17%;
    border: 1px #dadada solid;
  }
  
  #fncheckboxes label {
    display: block;
    padding: 8px;
  }
  
  #fncheckboxes label:hover {
    background-color: #1e90ff;
  }
  
.fcmultiselect {
    width: 100%;
  }
  
  .fcselectBox {
    border-bottom: 2px solid black;
        position: relative;
  }
  
  .fcselectBox select {
    width: 100%;
    margin-top: 8px;
    height: 30px;
    background-color:rgb(242, 242, 242); ;
    font-weight: bold;
    border: none;
  }
  
  .fcoverSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  #fccheckboxes {
    display: none;
    width: 17%;
    border: 1px #dadada solid;
  }
  
  #fccheckboxes label {
    display: block;
    padding: 8px;
  }
  
  #fccheckboxes label:hover {
    background-color: #1e90ff;
  }

/* ===========================================products================================ */

.list>div>p{
    font-family: 'Open Sans', sans-serif;
}
.list{
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    gap: 2%;
    /* border: 1px solid black; */
}
.list>div{
    /* height: 200px; */
    text-align: center;
    margin-top: 20%;
    /* border: 1px solid black; */
}
.list>div>div>h3{
    font-family: 'Open Sans', sans-serif;
    margin-top: -3%;
    margin-bottom: -3%;
    font-size: 15px;
}
.list>div>div>:nth-child(2),.list>div>div>:nth-child(4){
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}
.list>div>button{
    width: 100%;
    height: 7%;
    background-color: black;
    color: whitesmoke;
    border: 0px;
}
.list>div>button:hover{
    color: black;
    cursor: pointer;
    background-color:rgb(202, 202, 202);
}
.list>div>div{
    width: 65%;
    margin: auto;
}
.list>div>div>:nth-child(4){
    color: rgb(204, 0, 0);
}
#mrgn{
    margin-top: 16%;
}
#products{
    border-bottom: 1px solid black;
}
#paras{
    max-width: 75%;
    padding: 3%;
    line-height: 170%;
}
#paras>p,#paras>ul>li{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 100;
}
#paras>:nth-child(1){
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 200;
    /* opacity: 0.5%; */
}
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
  /* Modal Content */
.modal-content1 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}
  
  /* The Close Button */
.close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.cartAdd{
    display: flex;
    gap: 30px;
}
.img{
  height: 120px;
  width: 120px
}



@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap");

/*=====================================Footer===============================*/

footer {
  border-top: 2px solid rgb(233, 230, 230);
}
.footer-links {
  display: flex;
  justify-content: space-around;
  width: 75%;
  margin-left: 120px;
  padding-top: 30px;
}
.col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 300px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}
.col-2 ul,
.col-3 ul,
.col-4 ul,
.col-5 ul {
  line-height: 2;
}
.col li {
  list-style: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}
.col p {
  font-family: sans-serif;
  font-size: 14px;
}
.footer-form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  line-height: 2;
}
.footer-form input {
  height: 32px;
  width: 200px;
  border: 1px solid rgb(212, 205, 205);
}
.footer-form .email {
  display: flex;
}
.footer-form button {
  float: left;
  width: 80px;
  /* height: 20px; */
  padding: 10px;
  background-color: rgb(29, 28, 28);
  color: white;
  border: none;
}
.social-media {
  line-height: 2;
}
.social-media-icon {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.social-media-icon li {
  list-style: none;
}

.footer-img {
  position: absolute;
  right: 0;
  margin-top: -100px;
  padding-right: 130px;
  padding-top: 20px;
}

.footer-img img {
  height: 80px;
}

.end {
  background-color: rgb(233, 229, 229);
  padding: 30px;
  line-height: 2;
  margin-top: 30px;
}
.end ul {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  font-size: 12px;
  height: 30px;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
}
.end ul li {
  list-style: none;
  border-right: 1px solid grey;
  padding: 0 5px 0 5px;
}

#copy {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.help-btn {
  width: 100%;
  background-color: rgb(233, 229, 229);
  padding: 20px 0 20px 0;
  font-family: sans-serif;
  display: none;
}

/*Responsive TO mobile*/

@media only screen and (max-width: 600px) {
  .footer-links {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
  .footer-form input {
    width: 100%;
  }

  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    padding: 10px;
    /* background-color: hotpink; */
  }

  .footer-img {
    position: relative;
    right: 0;
    margin-top: 20px;
    padding-right: 0px;
    padding-top: 0px;
  }
  .end ul {
    display: block;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .end {
    padding: 0px;
    margin-top: 30px;
    height: 100%;
  }
  #copy {
    text-align: left;
  }
  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    line-height: 2;
    display: none;
  }
  .open-end-nav {
    display: block;
  }

  .help-btn {
    display: block;
  }
}
