@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  --pop:"Poppins", sans-serif;
  --os:"Open Sans", sans-serif;
  --primary:#BA3085;
  --secondary:#0971CE;
 
  --textwhite:#F6F8EB;
  --landing-width:68.89vw;
  --landing-width-mobile:86vw;
  --boxshadow:0px 0px 30px 0px #0000000F;


    --fw-thin: 100;
    --fw-extralight: 200;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-extrabold: 800;
    --fw-black: 900;

    
    --m10:1.18vw;
    --m11:1.30vw;
    --m12:1.42vw;
    --m13:1.54vw;
    --m14:1.65vw;
    --m15:1.77vw;
    --m16:1.89vw;
    --m18:2.13vw;
    --m20:2.36vw;
    --m24:2.84vw;
    --m25:2.96vw;
    --m32:3.78vw;
    --m36:4.26vw;
    --m40:4.73vw;
    --m48:5.67vw;
    --m64:7.57vw;
  
  



 



  
  






 

}
/* width */
::-webkit-scrollbar {
    width: 10px;
    font-size: var(--outfit);
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: white;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--primary);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
  }
.pcshow{
  display: block;
}

.pchide{
  display: none;
}
body{
    margin: 0;
    padding: 0;
    font-family: var(--pop);
    overflow-x: hidden;
}








/*****  Listing Start *****/


.filters {
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: sans-serif;
  }
  .filters .dropdown{
    display: flex;
  }
  .filters .dropdown .sort{
    border: none;
  }
  
  .dropdown label {
    display: block;
    font-size: 15px;
    
    font-weight: var(--fw-light);
    font-family: var(--pop);  
    color: black;
    padding: 6px 12px;
}
  
  .dropdown select {
    padding: 6px 12px;
    font-weight: var(--fw-light);
    font-family: var(--pop);  
    border: none;
    font-size: 15px;
    width: 170px;
  }
  
  /* Custom color box inside select (not fully styleable cross-browser) */
  .color-dropdown {
    width: 260px;
    position: relative;
    font-family: sans-serif;
    display: flex;
  }
  
  .color-selected {
    
    background: transparent;
    cursor: pointer;
    border: none;
    margin-left: 25px;
    font-size: 15px;
    
    font-weight: var(--fw-light);
    font-family: var(--pop);  
    color: black;

  }
  .color-dropdown label{
    font-size: 15px;
    
    font-weight: var(--fw-light);
    font-family: var(--pop);  
    color: black;
  }
  .color-inner{
    width: 25px;
    height: 25px;
    margin-left: 30px;
  }
  
  .color-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(5, 24px);
    gap: 8px;
    z-index: 100;
  }
  
  .color-option {
    width: 20px;
    height: 20px;
    cursor: pointer;
    
    box-sizing: content-box;
   
  }
  



  .heading-main{
    width: 1238px;
    margin: auto;
    color: black;
    font-weight: var(--fw-light);
    font-size: 36px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 86px;

  }

  .listing-main{
    margin: auto;
    width: 1238px;
  }


  .interested{
    width: 1238px;
    margin: auto;
    
  }

  .interested-products{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .interested-products .interested-product{
    width: 207px;
  }

  .interested h2{
    margin-top: 109px;
    margin-bottom: 47px;
    font-size: 15px;
    color: black;
    font-weight: var(--fw-light);
    text-align: center;
  }

  .interested-product p{
    font-weight: var(--fw-light);
    font-size: 15px;
    max-width: 262px;
  }
  
  



  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.22vw;
    margin: auto;
    margin-top: 2.29vw;
}

.pagination a {
    text-decoration: none;
    margin: 0 10px;
    font-size: 15px;
    font-weight: var(--fw-light);
    color: #000;
}


.pagination .prev, .pagination .next {
    width: 1.09vw;
    height: 0.63vw;
    display: block;
}


.pagination .page-number {
    font-family:var(--pop) ;
    color: #000000;
    font-size: 15px;
    font-weight: var(--fw-light);
  
    
    
    
    
}




.pagination .page-number.active {
    font-family:var(--pop) ;
    color: #ffffff;
    font-size: 15px;
    background-color: black;
   
    padding: 2px 15px 2px 6px;

    

}

.dropdown-toggle {
    position: relative;
    padding-right: 36px; /* prostor za strelicu */
    cursor: pointer;
  }
  
  .dropdown-toggle::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333; /* boja strelice */
  }




/*****  Listing End *****/











  @media screen and (max-width:900px){


    .interested-products .interested-product {
      width: 37.00vw;
  }
  .listing-main {
    margin: auto;
    width: 100vw;
}
.interested{
  width: 82.86vw;
}

.interested-products .interested-product img{

  width: 37vw;

}

.heading-main{
  width: 100vw;
}
    


.interested-product {
  display:none;
  
}
.totop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}
.totop a {
  display: none;
}

a:hover {
  text-decoration: none;
}
#loadMore {
  width: 40vw;
  margin-left: 21vw;
  height: 8.39vw;
  border-radius: var(--m10);
  background-color: #B7B7B8;
  color: black;
  font-size: var(--m20);
  font-weight: var(--fw-light);
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  align-content: center;
  text-align-last: center;
  margin-top: 7.33vw;
  text-decoration: none;
}


.filters{
  width: 82.86vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.color-dropdown {
  width: auto;
  position: relative;
  font-family: sans-serif;
  display: flex
;
}

.color-dropdown label {
  font-size: var(--m20);
  font-weight: var(--fw-light);
  font-family: var(--pop);
  color: black;
}

.dropdown label {
  display: block;
  font-size: var(--m20);
  font-weight: var(--fw-light);
  font-family: var(--pop);
  color: black;
  padding: 6px 12px;
}

.dropdown select {
  padding: 6px 12px;
  font-weight: var(--fw-light);
  font-family: var(--pop);
  border: none;
  font-size: var(--m20);
  width: 170px;
}
.color-selected {
  background: transparent;
  cursor: pointer;
  border: none;
  margin-left: 25px;
  font-size: var(--m20);
  font-weight: var(--fw-light);
  font-family: var(--pop);
  color: black;
}


   .main-description {
      color: black;
      font-size: var(--m20);
      font-weight: var(--fw-light);
     
      width: 67vw;
      margin:auto;
       margin-top: 20px;
      margin-bottom: 11.23vw;
      text-align:center;
  }







    

    
  }

  