#productPagebody{
    background-color: white;
}




.product_body{
    width: 100%;
    height: fit-content;
    margin-top: 10px;
}
.imagebox{
    width: 95%;
    height: 280px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bigIMG{
    width: 90%;
    height: 95%;
    object-fit: cover;
}

.smalltab{
    width: 50%;
    height: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    object-fit: cover;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px;
  
}

.xtra{
    width: 40px;
    height: 40px;
    object-fit: cover;
    display: none;
    margin-left: 5px;
    border: 2px solid var(--background1);
    cursor: pointer;
    border-radius: 50%;
}
.information{
    width: 85%;
    height: fit-content;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--background1);
}
.txt_outline{
    width: 100%;
    height: fit-content;
    padding: 5px 0px;
    margin-top: 1%;
    display: flex;
    align-items: center
}
.txt_outline svg{
    width: 22px;
    height: 22px;
    margin-right: 5px;
    fill: var(--myColor);
    border-radius: 50%;
}
.small_net{
    font-size: 0.8rem;
    margin-left: 5px;
}
.grp{
    font-size: 1rem;
}
.txt_head{
    width: 100%;
    height: fit-content;
    margin-top: 1%;
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    color: black;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--background1);
}

.pr_c{
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    color: black;
}

.navbtn{
   width: 85%;
   height: 50px;
   margin: auto;
   margin-top: 10px;
   display: flex;
   justify-content: space-between;
}

.navbtn button{
   width: 48%;
   height: 100%;
   outline: none;
   border: none;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
}

.sws{
    background-color: var(--myColor);
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: white;
    position: relative;
    border-radius: 5px ;
}
.cnt{
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: var(--myColor); 
}
.cnt a{
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--myColor);
}
.cnt svg{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-left: 8px;
    fill: var(--myColor);
    border-radius: 50%;
    background-color: white;
    padding: 5px;
}


#reposition{
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    direction: ltr;
    text-transform: uppercase;
    color: black;
    top: 0;
    background-color: var(--background1);
    border-radius: 0;
    
}



#flow_margin{
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.flowbar-product{
    width: 90%;
    max-width: 500px;
    height: 330px;
    padding: 10px;
    background-color: white;
    border-radius: 3px;
}

  .tag-product {
    width: 90%;
    height: 35px;
    margin: 7px 0px;
    display: flex;
    padding-left: 10px;
    cursor: default;
    align-items: center;
    font-size: 15px;
    font-family: "Bebas Neue", cursive;
    font-weight: 100;
    text-transform: uppercase;
    color: black;
    border-bottom: 1px solid var(--openup);
}
.roller_pp{
    display: flex;
    align-items: center;
    width: 100%;
    height: 250px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 20px;
    background-color: white;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .roller_pp::-webkit-scrollbar{
    height: 5px;
    background-color: var(--openup);
  }
  .roller_pp::-webkit-scrollbar-thumb{
    background-color: var(--myColor) ;
  }

.glk{
    width: 160px;
}
.sm{
    font-size: 10px;
    text-overflow: clip;
}

.cheader2 svg{
   fill:  var(--openup) ;
}

.pnf{
    margin-top: 5px;
    margin-left: 4px;
    color: var(--openup);
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: .875rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}
.it-sold{
    color: black;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: .875rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}
.cz{
    height: 25px;
    border-left: 1px solid var(--openup);
    border-right: 1px solid var(--openup);
}



@media screen and (max-width:600px) {

    .imagebox{
        height: 200px;
    } 
    #pref{
        font-size: 0.7rem;
    }
    .product_body{
        width: 100%;
        height: fit-content;
        margin-top: 10px;
    }
    .sws{
        font-size: 0.9rem;
    }
    .cnt a{
        font-size: 0.9rem;
    }
    .txt_head{
        font-size: 1.1rem;
    }
    .pr_c{
        font-size: 1rem;
    }
    .navbtn{
       height: 45px;
    }
    .information{
        height: fit-content;
        margin-bottom: 30px;
    }
    
}
@media screen and (max-width:450px) {

    .pnf{
        font-size: .575rem;
        width: 40px;
    }   
    .cheader2 svg{
      margin-top: 5px;
      width: 22px;
      height: 22px;
     }    
    .cheader1{
     font-size: 1rem;
    }    
    
}

.inv{
    width: 100%;
    height: fit-content;
    margin-top: 10px;
    padding: 15px 10px;
    display: block;
    text-align: end;
    background-color: var(--background1);
    font-family : var(--font8);
    font-weight: 400;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
    color: black;
    text-align: start;
}
  



