/* navbar starts here */
@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;
    }

}


/* navbar ends here */

#top-cont {
    display: flex;
    width: 100%;
    height: 1000px;
    /* border: 2px solid red; */
}

#top-cont>div {
    /* margin: 20px; */
    width: 20%;
    /* border: 2px solid black; */
}

#top-cont>div:nth-of-type(2) {
    flex-grow: 3;
}

#right-cont>div {
    width: 100%;
    height: 330px;
    /* border: 1px solid blue */
}

#category-cont {
    display: flex;
}

#category-cont>div {
    width: 25%;
    height: auto;
    /* border: 1px solid gray; */
}

#category-cont  button {
    border: 2px solid black;
    background-color: white;
    color: grey;
    margin-left: 60px;
    height: 30px;
    width: 150px;
}

#text-cont {
    width: 50%;
    margin: auto;
    color: gray;
}

#left-cont>div {
    width: 100%;
    min-height: 50px;
    /* border: 1px solid cyan */
}

#left-cont a {
    text-decoration: none;
    color: gray;
    font-size: 15px;
}

#left-cont a:hover {
    color: blue;
}

#category-cont  button:hover {
    background-color: rgb(29, 26, 26);
    color: white;
}

#title {
    font-size: 25px;
    color: gray;
}

#p {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

P span {
    background: #fff;
    padding: 0 10px;
}

/* candle page */


#candle-left a {
    text-decoration: none;
    color: gray;
    font-size: 15px;
}

#candle-left a:hover {
    color: blue;
}
#candle-cont{
    display: flex;
}

#candle-cont>div {
    /* margin: 20px; */
    /* display: flex; */
    width: 20%;
    /* border: 2px solid black; */
}

#candle-cont>div:nth-of-type(2) {
    flex-grow: 3;
    /* display: flex; */
  
}

#right-cont>div {
    
    width: 100%;
    height: 360px;
    /* border: 1px solid blue; */
   
}
#candlediv{
    width: 23%;
    height: 500px;
    float: left;
    text-align: center;
    margin: 10px;
    

}
#candlediv img{
    width: 100%;
    height: 250px;
}
#candlediv button{
    border: 2px solid black;
    background-color: rgb(29, 26, 26);
    color: grey;
    width: 200px;
    height: 40px;

}
#candlediv > button:hover{
    background-color: white;
    color: #333333
}
.blue{
    color: blue;
    font-weight:bolder;
}
.price,.name{
    color: #333333;
    font-size: 16px;
    font-weight: bolder;
 
  
}
.grey{
    color: #666666;
}
.blue, .name, .price, .grey{
    line-height:5px;
}

/* checkbox */

.dropdown{
    display: flex;
    width: 100%;
    height: 80px;
    /* border: 1px solid lightcoral; */
}
#subdropBox{
    display: flex;
    width: 70%;
    height: 50px;
    /* border: 1px solid green; */
}
#sortBy{
    width: 30%;
    height: 50px;
    /* border: 1px solid green; */
}
#subdropBox > div{
    width: 33%;
    /* border: 1px solid black; */
    height: 35px;
    background-color: #66666610
}

#subdropBox button{
    background-color:rgba(0, 0, 0, 0.815);
    color: white;
    width: 100px;
    height: 35px;
    margin-left: 40px;
    margin-top: 10px;
    
}
#subdropBox button:hover{
    background-color: white;
    color: black;
}



.multipleSelection { 
    width: 200px; 
 background-color: white;
} 

.selectBox { 
    position: relative; 
} 

.selectBox select { 
    width: 100%; 
    font-weight: bold; 
} 

.overSelect { 
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
} 

#checkBoxes { 
    display: none; 
    
} 

#checkBoxes label { 
    display: block; 
} 

/* #checkBoxes label:hover { 
    background-color: #4F615E; 
}  */
#checkBoxes2 { 
    display: none; 
    border: 1px #8DF5E4 solid; 
} 

#checkBoxes2 label { 
    display: block; 
} 
#checkBoxes3 { 
    display: none; 
    border: 1px #8DF5E4 solid; 
} 

#checkBoxes3 label { 
    display: block; 
} 
#checkBoxes4 { 
    display: none; 
    border: 1px #8DF5E4 solid; 
} 

#checkBoxes4 label { 
    display: block; 
} 









/* 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;
    }
}


@media only screen and (max-width: 600px) {
    #left-cont , #candle-left{
        display: none;
    }
    #category-cont>div {
   
        width: 50%;
        height: auto;
        /* border: 1px solid gray; */
    }
}

/* 
modal box */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    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/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }




