/*
addify style
*/

/* wysokosc kwadratu produktu*/
.product-grid{min-height: 300px;}

/* obramowanie cien zdjec na lista-produktow.h*/
.obr {
/*display: block;*/
    margin: auto;
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   }
/* formatowanie wagi opakowania */
   .waga-ul{ 
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
   }

.waga-li a{

  display: block;
  color: black;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  float: left;
  border: 1px solid red;
  margin-right: 10px;
  }

.waga-li a:hover{
          border: 2px solid red;
          color:red;
          }
/* formatowanie opisu/skladu/analizy*/
.kat-ul{ 
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
   }
.kat-li a{
  background: silver;
  display: inline-block;
  color: black;
  text-align: center;
  padding: 10px 60px;
  text-decoration: none;
  float: left;
  text-transform: uppercase;
  margin-right: 2px;
   }
   
.kat-li a:hover, a:active{
background: #342f2b;
border: 0;
color: #ffffff;
          }

.list-product-page {

   padding-top: 10px;

}

.top-page3 {

   padding-bottom: 140px;
}

.bronz {
       color: #593f28;     
       font-size: 38px;
       font-weight: 700;
       text-transform: uppercase;
       padding-left: auto;
       text-align: right;
      
}

.reds{
   color: #E72472;
   font-size: 38px;
   font-weight: 700;
   text-transform: uppercase;
   padding-left: auto;
   text-align: right;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 140px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255, 255, 255); /* Fallback color */
  background-color: rgba(255, 255, 255, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 1200px;
 }
 
 /* Caption of Modal Image (Image Text) - Same Width as the Image */
 #caption {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 700px;
   text-align: center;
   color: white;
   padding: 10px 0;
   height: 150px;
 }
 
 /* Add Animation - Zoom in the Modal */
 .modal-content, #caption {
   animation-name: zoom;
   animation-duration: 0.6s;
 }
 
 @keyframes zoom {
   from {transform:scale(0)}
   to {transform:scale(1)}
 }
 
 /* The Close Button */
 .close {
   position:absolute;
   top: 120px;
   right: 35px;
   color: #000000;
   font-size: 40px;
   font-weight: bold;
   transition: 0.3s;
   
 }
 
 .close:hover,
 .close:focus {
   color: red;
   text-decoration: none;
   cursor: pointer;
 }
 
 /* 100% Image Width on Smaller Screens */
 @media only screen and (max-width: 700px){
   .modal-content {
     width: 100%;
   }
 }

 .katTabs  {
  top: -55px;
  display:inline-block;
  border:none;/*
  text-decoration:none;
  color:inherit;
  background-color:inherit;*/
  cursor:pointer;
  position: relative;
  
 }

 .katButton  {
  background-color: #ECE8E0;
  border-radius: 25px 25px 0px 0px;
  border:none;
  padding:8px 40px;
  float:left;
  width:auto;
  border:none;
  margin-left: 10px;
  color: #593F28;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 28px;

  }

.katButton1  {
color: #E72472;
background-color: #ECE8E5;

}