body {
    color: #131313;

}


.myheader {
    background-color: #fbe50a;
    color: #000;
}

.dezeni {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}


.dezen {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    margin-top: 15px;
}

.dezen a.dezen_title {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.dezen .dezen_description {
  font-size: 14px;
}


.dezen a.mybtn {
   float: right;
}


a.mybtn {
  background-color: #fbe50a;
  border: 1px solid #fbe50a;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

a.mybtn-sm {
    padding: 5px;
    font-size: 14px;
}

.brands {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 30px;
}


.brands .brand {
  
}

.brands a.brand_link {
   display: block;
   text-align: center;
   text-decoration: none;
   color:  #3B5998;
   border: 2px solid #000;
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
   border-radius: 5px;
   opacity: 0.7;

}
.brands a.brand_link:hover {
    display: block;
    text-align: center;
    text-decoration: none;
   opacity: 1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; 
 }

.brands a.brand_link span {
    display: block;
    font-weight: 700;
    text-align: center;
 }
 
 .brands a.brand_link img {
    max-height: 70px;
    max-width: 250px;

}


a.sezona_link {
    text-decoration: none;
    width: 90%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5px 20px;
    color: #131313;
    gap:10px;
    font-size: 32px;

    background-color: ghostwhite;
    display: block;
    border-radius: 5px;
}

a.sezona_link:hover {

    background-color: #000;
    color: #fff;
  
}

.mysearch {
 display: flex;
 justify-content: center;
 gap:10px;
 align-items: end;
 flex-wrap: wrap;
}

.mysearch > div {
  align-items: baseline;
}

.tags {
    max-width: 1400px;
    margin: 10px auto;
    padding: 3px;
    color: #fff;
}

a.tag-link {
    background-color: #F4F4F4;
    color: #000;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 13px;
}

a.tag-link:hover {
    background-color: #dad9d9;
    color: #000;
}

.dimenzije_div {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    gap:20px;
}

.dimenzija_column {
    flex: 1;
    border-right:1px solid #bababa;
    padding-right: 15px;
}

.dimenzija_column h3 {
 background-color: #FFE400;
 color:#000;
 text-align: left;
 font-weight: bold;
 font-size: 24px;
}

.dimenzija_column h3 a {
 display: block;
 text-decoration: underline;
 color:#000;
 text-align: left;
 font-weight: bold;
 font-size: 24px;
 padding: 10px;
}

.dimenzije_items {
    margin-top: 15px;
}

.dimenzije_items a {
 display:block;
 text-decoration: none;
 color:#000;
}
.dimenzije_items a:hover {
 display:block;
 text-decoration: none;
 color:#E6C100;
}

.dimenzije_items a em {
 text-decoration: none;
 color:#A9A9A9;
}

.dimenzije_div table {
 border-collapse: collapse;
 width:99%;
}

.dimenzije_div table tr th {
 background-color: #FFE400;
 color:#000;
 text-align: left;
 font-weight: bold;
 font-size: 24px;
 padding: 10px;
}
.dimenzije_div table tr th a {
 display: block;
 text-decoration: underline;
 color:#000;
 text-align: left;
 font-weight: bold;
 font-size: 24px;
 padding: 10px;
}


.dimenzije_div table tr td {
    border: 1px solid #dadada;
    padding: 10px;
}

.dimenzije_div table tr td a {
 display:block;
 text-decoration: none;
 color:#000;

}

.dimenzije_div table tr td a:hover {
 text-decoration: underline;
 color: #00529B;
}

.dimenzije_div table tr td a em {
 color: #696969;
}

.dimenzija_column {

}


#dimensions {
    background-color: #F4F4F4;
    padding: 30px 0px;
}
#dimensions h2{
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
#dimensions p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}


.dimension-grid {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }

  .dimension-link {
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #1E293B;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #DFE1E5;
    transition: all 0.2s;
    padding: 3px 5px;
    background-color: #FFFFFF;
  }


  .dimension-link:hover {
    border: 1px solid #1E293B;
  }


.brands-promo {
    background-color: #F4F4F4;
    padding: 10px 10px;
    margin: auto;
}

.brands-promo .item{
    height: 70px;
    text-align: center;
  
}

.brands-promo .item a{
      text-align: center;
  }

.brands-promo .item img {
  width: auto;
  margin: auto;
  height: 65px;
  
}

.section-products {
    background-color: #fff;
}

.section-products h2 {
    margin: 10px 0px;
    border-bottom: 2px solid #FFE400;
}


.section-products .container {
    background-color: #f7f7f7;
    padding-top: 20px;
}

.card-product {
 
}

img.card-product-img {
    max-width: 100%;
    height: 200px;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
}








