* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    /* max-width: 1140px; */

}
/* --------header css----------- */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
*{
    font-family: 'Roboto Flex', sans-serif;
}
#body{
    background-color: rgb(240,241,247);
    
    margin: 0%;
    padding: 0%;
}
/* -------------------------------left section--------------------------------- */
header{
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}
#head-main {
    padding: 1%;
    background-color: rgb(240, 241, 247);
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#section-left {
    width: 20%;
}

#section-left-div {
    width: 100%;
}

#section-left-div img {
    width: 100%;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48
}
.material-symbols-outlined >p{
    font-size:70%;
}
#categories-tag{
    display: flex;
    margin-top: 5px;
}
#categories-tag:hover{
    color: rgb(0, 180, 197);
    cursor: pointer;
}
#categories-tag p{
    margin: 0;
    margin-top: 2px;
    margin-left: 3px;
}
/* -------------------------------right section--------------------------------- */
#section-right{
    width: 80%;
    margin-left: 50px;
    margin-right: 10px;
}
#section-right-top{
    display: flex;
    justify-content: space-between;
}
#section-right-top-left{
    width: 60%;
}
#section-right-btm{
    display: flex;
    width: 99%;
    justify-content: space-between;
}
#search-bar{
    display: flex;
    width: 100%;
    height: 43px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    border-radius: 20px;
    background-color: white;
}
#header-select{
    border: 0ch;
    margin-left: 2px;
}
#header-input-div{
    width: 73%;
    height: 28px;
}
#header-input{
    width: 100%;
    height: 98%;
    border: 0;
}
#header-input:focus{
    outline: none;
}
#header-search-button{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background-color: rgb(32,35,64);
    border: 0;
    height: 43px;
}
#header-search-button:hover{
    cursor: pointer;
}
#header-search-button .material-symbols-outlined{
    color: white;
}
#header-right-image{
    width: 25%;
    display: block;
    flex-direction: row;
}
#header-right-image img{
    width: 100%;
}
a{
    text-decoration: none;
    color: black;
}
#header-right-btm-list{
    display: flex;
    width: 50%;
    margin-top: 10px;
    justify-content: space-between;
}
#header-right-btm-list p{
    margin-bottom: 0%;
}
#header-right-btm-list a:hover{
    color: rgb(15,171,162);
}
#header-right-btm-btn{
    display: flex;
    width: 25%;
    margin-top: 10px;
    justify-content: space-between;
}
#header-right-btm-btn {
    padding-top: 7px;
    align-items: center;
}
#header-right-btm-btn > div p{
    margin-top: 3px;
}
.login-btn-text{
    margin-bottom: 0%;
}
#header-right-btm-btn > div >a{
    display: flex;
}
#header-right-btm-btn > div >a:hover{
    color: rgb(0, 180, 197);
}
/* ------------------toggle menu------------------ */
#menu{
    position: fixed;
    background-color: white;
    width: 22%;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    left: -32%;
    padding-left: 1%;
    z-index: 101;
    transition: 500ms ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#menu-cat a > p{
    margin: 0%;
    padding:10px 6px;
}
#menu-cat p:hover{
    background-color: rgb(231, 231, 231);
    color: rgb(0, 166, 182);
}
#menu.active{
    left: 0;
}
/* #mid-section.brightness{
    filter: brightness(10%);
    z-index: 50;
} */

#cat-logo{
    width: 20%;
}


#main {
    display: flex;
    flex-direction: row;
    height: 80%;
    width: 100%;
    gap: 10px;
    /* padding-top: 5%; */
    /* padding-left: 20px; */
}

#leftPortion {
    /* border: 2px solid black; */
    width: 17%;
    /* height: 500px; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}

#rightPortion {
    /* border: 2px solid red; */
    width: 80%;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */

}
.search-sort__box{
    margin-top:40%;
}
#vImage {
    width: 15px;
    height: 15px

}

.classflexRow {
    display: flex;
    flex-direction: row;
}

.classflexColumn {
    display: flex;
    flex-direction: column;
}

#urlImage {
    /* width: 388px;
    height: 388px; */
    /* border: 2px solid green; */
    margin: auto;
    width: 100%;


}

#divMain1 {
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    /* border: 2px solid purple; */
}
#divMain2 { 
    display: flex;
    flex-direction: column;
    /* border: 2px solid purple; */
    margin-top: 10px;
    gap: 5px;
    width: 90%;
}
#divMain3 { 
    display: flex;
    flex-direction: row;
    /* border: 2px solid purple; */
    margin-top: 10px;
    gap: 5px;
    width: 100%;
    height: 40px;
    align-items: center;

    background-color: #f0f1f7;
    justify-content: center;
    gap: 10px;
    
}
#divMain3>img{
    width: 30px;
    height: 30px;
    background-color: #f0f1f7;

}
#divMain4{
    background-color: #f0f1f7;
    
}
#divMain4>button{
    background-color: #f0f1f7;
    border:none;
    padding: 5px;
    width: 200px;
    border-radius: 0 0 6px 6px;
    font-size: .875rem;
    color: #202340;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    
}
#divMain4>button:hover{
    background-color: #414467;
    color:white
}
#divMain {
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* border: 2px solid rgb(46, 245, 102); */
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    
}
#divMain:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#divVendor {
    gap: 2px;
    align-items: center;
    font-size: 12px;
    height: 20px;
}

#container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 5px;  
    
}
#divCashback{
    align-items: center;
    height: 20px;
    /* margin-top: -35px; */
    gap: 5px;
    color: #202340;
    opacity: 0.8; 
    font-size: 12px;  
}
#divPrice{
    display: flex;
    flex-direction: row;
    gap: 10px;
    /* margin-top: -25px; */
    height: 20px;
    align-items: center;
}
#divbutton{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    padding-right: 20px;
    margin-top: 5px;
    
}
#sPrice{
    font-size: 12px;
    text-decoration: line-through;
    color: #202340;
    opacity: 0.8;
    
}
#fPrice{
    font-size: 15px;
    color: #202340;
}
#shipping{
    /* margin-top: -15px; */
    color: #007E97;
    font-size: 12px;
    height: 20px;
    
}
#seedetail{
    cursor: pointer;
    font-size: 15px;
    border-radius: 50px;
    min-height: 40px;
    padding: .65em;
    text-align: center; 
    background-color: white;
    
}
#seedetail:hover{
    background-color: #414467;
    color: white;
}
#addtocart{
    background-color: #414467;
    color: white;
    font-size: 10px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 50px;
    min-height: 40px;
    padding: .65em;
    text-align: center; 
    border-color: rgb(46, 46, 46);
    
}
#featureImg{
    width: 20px;
    height: 20px;
}
.custom-list{
    display: none;
    position: absolute;
    top: 70px;
    z-index: 7;
    list-style-type: none;
    /* border: 2px solid rgb(31, 245, 35); */
    width: 70%;

}
.custom-option{
    /* border: 2px solid red; */
    width: 100%;
    background-color: #f0f1f7;
    color: #2E2C38;
    font-size: 14px;
    cursor: pointer;
    border: 0.1px solid #e8e8e8;
    padding-left: 5px;
    margin-top: 0 !important;
}
.custom-option:hover{ 
    background-color: white;
}
.custom-trigger{
    float: left;
    width: auto;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom {
    width: 235px;
    height: 3rem;
    font-size: .875rem;
    line-height: 2.2em;
    cursor: pointer;
    white-space: nowrap;
    color: #202340;
    /* padding: 10px 0; */
    background-color: transparent;
    border: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    gap: 5px;
}
.label{
    float: left;
    margin-right: 5px;
    margin-top: 17.5px;
    font-size: .875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    
}
.search-sort__box{
    
    display: flex;
    padding: 10px 5px 0 10px;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.search-sort__wrapper{
    min-width: 240px;
    width: 24%;
    max-width: 275px;
    margin-top: 0;
    padding-left: 20px;
    order: 1;
}
#department,#brand{
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

ul{
    margin: 5px;
    margin-left: 30px;
    margin-top: 7px;
    font-size: 13px;
    cursor: pointer;
}
li{
   
    list-style-type: none;
    margin-top: 7px;
    font-size: 13px;
    margin-left: 10px;
    cursor: pointer;
}

#productfilter{
    transition: all;
    transition-duration: 1s;
}
#price input {
    padding: 7px 2px 7px 7px;
    margin: 0px 1px 5px 0px;
    width: 65px; 
    font-style: italic; 
}
#price{
    justify-content: flex-start;
    gap: 7px;
    margin-left:20px;
}
#price>button{
    padding: 7px 2px 7px 7px;
    margin: 0px 1px 5px 0px;
    width: 50px;  
    border-radius:50%;
    height: 50px;
}
#w3review{
    max-width: 100%;
    min-width:100%;
    margin: auto;
    margin-top: 15px;
}
#textarea{
    display: flex;
    flex-direction: column;
    /* border: 2px solid red; */
    /* text-align: center; */
    padding: 15px;
    background-color: #f0f1f7;
    color: #202340;
    margin  : 0 10px;
    gap: 10px;
    line-height: 1.5;
    margin-top: 20px;
}
#textarea p{
    font-size: 12px
}
#submitFeedback{
    padding: 10px;
    border-radius: 30px;
    width: 150px;
    margin: auto;
    margin-top: 20px;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#productName{
  cursor:pointer;
}
#productName:hover{
    color: rgb(108, 210, 210);
    /* background-color: #f0f1f7; */
}
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
    #container {
          grid-template-columns: repeat(3, 1fr);
    }
    #leftPortion{
        width: 22%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1000px) {
    #container {
          grid-template-columns: repeat(2, 1fr);
    }
    #leftPortion{
        width: 30%;
    }
}
     

@media only screen and (min-width: 280px) and (max-width: 700px) {
    #container {
          grid-template-columns: repeat(1, 1fr);
          justify-content: center;
          margin: auto;
          align-items: center;
    } 
    #rightPortion {
        margin: auto;
    } 
    #leftPortion{
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 280px) {
    #container {
          grid-template-columns: repeat(1, 1fr);
          justify-content: center;
          margin: auto;
          align-items: center;
    } 
    #rightPortion {
        margin: auto;
        justify-items: center;
        /* margin-left: 55px; */
    } 
    #leftPortion{
        display: none;
        
    }
    #body{
        margin: auto;
        justify-content: center;
    }
   
}

/* ---------footer------------ */
#footer-main{
    width: 100%;
    margin-top: 20px;
}
/* #footer-main hr{
    margin: 0%;
    color: white;
    background-color: white;
} */
#footer-div-1{
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: right;
    padding: 0 10px;
    background-color: rgb(84,88,113);
    color: white;
    border-bottom: 1px solid white;
}
#footer-div-1 button{
    border: 0ch;
    padding: 5px;
    border-radius: 12px;
    background-color: white;
    color: black;
}
#footer-div-1 button:hover{
    background-color: black;
    color: white;
}
#footer-div-2{
    display: flex;
    background-color: rgb(84,88,113);
    color: white;
    height: 50px;
    padding: 0 10px;
    align-items: center;
}
#footer-div-2 a>b{
    color: white;
}
#footer-div-3{
    border-bottom: 1px solid black;
    padding: 0 10px;
}
#footer-div-3 p{
    font-size: 80%;
}
#footer-div-4{
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer-div-4 img{
    width: 5%;
    margin: 0px 7px;
}
#footer-div-5{
    display: flex;
    justify-content: center;
}





