*{box-sizing:border-box;
padding:0;
margin:0;
}
html{
font-size:10px;
}
body{
    margin: 0;
    width: 100%;
}
img{
    max-width: 100%;
    max-height: 100%;
}
                /*Początek Header*/
header{  
    position: relative;
    width: 100%;
    height: auto;
    top: 0;  
    z-index: 9;   
}  
.header-main{    
    position: relative;
    display: block;
    width: 100%;
    height: 145px;    
    justify-content: center;   
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #CBC19D;
}
.menu_up{
    padding-right: 100px;
    margin: auto;  
	top: 0;  
	right: 0;  
	bottom: 0;  
	left: 0;
    width: 100%;
    height: auto;       
    position: relative;
    display: flex;  
    justify-content: flex-end;
    background-color: #ffffff;
    border-bottom: 1px solid #CBC19D;
}
#navbar ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
#navbar a{
    font-family: 'Jura',sans-serif;
    color: #000000;
    font-size: 17px;
    letter-spacing: 0.2px;   
    text-decoration: none;
    padding: 5px;
    padding-right: 50px;
    display: block;
    text-align: center;
}
#navbar a:hover{    
    color: #CBC19D;       
    text-shadow: 0 0 1px #CBC19D; 
}
#navbar li{
    float: left;
}
.facebook{
    display: flex;
}
.youtube{
    display: flex;
}
.ft-ico{
    width: 35px;
    height: 20px;
}
.menu_down{   
    width: 100%;
    height: auto;       
    position: relative;
    display: flex;  
    justify-content: flex-end;    
}
.logo{  
    display: flex;
    width: 50%; 
    top: 5px;    
    height: 102px;
    background-image: url(../images/logo_rsk.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    }
.logo-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}
.menu_logo{   
    height: auto;       
    position: relative;
    display: flex; 
    }
.menu_tel_ico{
    background-image: url(../images/phone_ico.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;   
    width: 40px;
}
.menu_tekst{ 
    margin-left: 30px;
    margin-top: 45px;
    font-family: '', sans-serif;
    font-size: 2.7rem;
    letter-spacing: 1px; 
    line-height: 25px;
    text-align: left;  
    color: #333333;
}
        /*Początek SZUKAJ i KOSZYK*/
.search-bar {
    height: 30px;
    display: flex;
    margin-top: 40px;
    margin-right: 100px;
}
.search-bar-input {
    min-width: 400px;
    font-size: 1.5rem;
    padding-left: 8px;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #A48E4A;
    box-shadow: 0 0 5px #d3c189;
}
.search-bar-icon {  
  padding: 2px 5px;
  display: flex;
  border-top-right-radius: 15%;
  border-bottom-right-radius: 15%;
}
.header-basket {
    margin-top: 40px;
    margin-right: 100px;
    font-family: 'Jura',sans-serif;
    height: 40px;
    display: flex;
    font-size: 17px;
    gap: 5px;
}

.basket-clear-btn {
    width: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.basket-clear-btn:hover {
  color: #c00;
}

        /*Koniec SZUKAJ i KOSZYK*/
  

                /*Koniec Header*/
                /*Początek Section*/
section{  
    padding: 0px;
    width: 100%;
    height: auto;        
}
.flex-container{
    padding: 0px;
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;    
}      
              
                /*MAIN SITE*/
.container{  
    display: flex;
    width: 90%;
    height: auto;
    margin: 50 auto;
    background-color: #fff;
}
                /*BLOK LEWY - INDEX - KATEGORIE*/
  
.side-menu{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 910px;       
    position: relative;
    display: block;  
    border-bottom: 1px solid #CBC19D;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 10%, rgba(237, 237, 237, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
#navside ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
#navside a{
    font-family: 'Jura',sans-serif;
    color: #000000;
    font-size: 2rem;
    letter-spacing: 0.2px;   
    text-decoration: none;
    padding: 5px;
    padding-right: 50px;
    display: block;
    text-align: center;
    margin-top: 20px;
}
#navside a:hover{    
    color: #CBC19D;       
    text-shadow: 0 0 1px #CBC19D; 
}
#navside li{
    float: left;
}    

/*KONIEC BLOK LEWY - INDEX - KATEGORIE*/
                /*BLOK LEWY - STRONA Z TOWARAMI - JS - KATEGORIE*/
.blok_lewy{
    width: 350px;
    height: 500px;
}
.sidebar-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;;
    background-color:#fff;
}
.sidebar-menu .link > a {
    cursor: pointer;
}
.sidebar-menu .sidebar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    z-index: 5;
}
.sidebar-menu .sidebar .links .link{
    margin: 10px 0;
}
.sidebar-menu .sidebar .links .link i.fa-angle-right {
    position: relative;
    margin-left: 15px;
    top: 3px;
    transition: 0.1s 
}
.sidebar-menu .sidebar .links .link > a {    
    text-decoration: none;
    display: block;
    padding: 10px 5px;
    color: #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-family: 'Jura', sans-serif;
    letter-spacing: 0.2px;
}
.sidebar-menu .sidebar .links .link .sub-menu{
    margin-left: 25px;
    padding-left: 10px;
    border-left: 1px solid #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
}
.sidebar-menu .sidebar .links .link.active .sub-menu{
    max-height: 500px;
}
.sidebar-menu .sidebar .links .link .sub-menu a{
    text-decoration: none;
    display: block;
    padding: 5px;
    margin: 5px 0;
    color: #000;
    cursor: pointer;
    font-size: 1.8rem;
    font-family: 'Jura', sans-serif;
    letter-spacing: 0.2px;
}
.sidebar-menu .sidebar .links .link .sub-menu a:hover{
    background-color: rgba(240, 244, 255, 0.8);
}
.sidebar-menu .sidebar .links .link.active > a,
.sidebar-menu .sidebar .links .link > a:hover,
.link button:hover{
    background-color: rgba(235, 230, 213,0.5);    
}
.sidebar-menu .sidebar .links .link i.fa-angle-right {
    transition: transform 0.3s ease; /* animacja rotacji */
}

.sidebar-menu .sidebar .links .link.active i.fa-angle-right {
    transform: rotate(90deg); /* obrót w prawo przy rozwinięciu */
}
.sidebar-menu .sidebar .links .link > a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #000;
    font-size: 2rem;
    font-family: 'Jura', sans-serif;
    letter-spacing: 0.2px;
    cursor: pointer;
}
.sidebar-menu .sidebar .links .link > a i.fa-angle-right {
    margin-left: auto;
    transition: transform 0.3s ease;
}
.sidebar-menu .sidebar .links .link.active > a i.fa-angle-right {
    transform: rotate(90deg);
}
.sidebar-menu .sidebar .links .link .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    padding-left: 20px;
    border-left: 1px solid #000;
}
.sidebar-menu .sidebar .links .link.active .sub-menu {
    max-height: 500px;
}
                        /*KONIEC BLOK LEWY - KATEGORIE*/
                /*BLOK PRAWY - TOWARY*/
.blok_prawy{  
    width: 95%;
    height: auto;
    margin: 0 auto;
}
.new_title{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    font-family: 'Jura';
    font-size: 2.8rem;    
    font-weight: 500;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(245, 243, 235), rgba(203, 193, 157), rgba(245, 243, 235));
    border-image-slice: 1;
}
.tab_items{
    position: relative;
    display: flex;
    justify-content: center;   
    flex-direction: row;
    flex-flow: wrap;
    margin-top: 30px;
}
.item{
    margin: 15px;
    display: block;
    width: 300px;
    height: auto;
    position: relative; 
}
.item a{
    text-decoration: none;
    color: #000;
}
.item:hover{
    box-shadow: 0px 4px 15px 5px rgba(0,0,0,0.25);    
    transform: scale(1.05);
    background: #fff;
}
.item_pic{
    position: relative;   
    width: 90%;
    height: auto;
    margin: 15 auto;
}
.item_head{  
    margin-top: 20px;
    margin-left: 20px;
    width: 100%;    
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1px; 
    text-align: left;
}
.item_price{
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 100%;  
    height: auto;
    font-family: 'Questrial', sans-serif;
    font-size: 1.7rem;
    letter-spacing: 1px; 
    text-align: left;
}
.product-badge {
    position: relative;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    float: right;
    width: 60px;  /* Możesz dostosować */
    height: 60px;
    z-index: 10;
}

.product-badge img {
  width: 100%;
  height: auto;
  display: flex;
}


                /*Początek OFERTA*/
.sub-menu {
  display: none;
  list-style: none;
  padding-left: 1rem;
  margin: 0;
}
.sub-menu.active {
  display: block;
}
.sub-menu {
  display: none;
  padding-left: 1rem;
  flex-direction: column;
  gap: 0.3rem;
}
.link.active .sub-menu {
  display: flex;
}
.oferta{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.oferta_opis{
    margin-left: 150px;
    font-family: 'Jura';
    font-size: 2.8rem;    
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 10px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(245, 243, 235), rgba(203, 193, 157), rgba(245, 243, 235));
    border-image-slice: 1;    
}
.products{
    
}
                /*Przedmioty SKLEP*/
.items-right{   
    height: 500px;
}
.opis-kat{
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-family: 'Jura';
    font-size: 2.8rem;    
    font-weight: 500;
    text-align: center;
    background-color: #f2f2f2;
    letter-spacing: 1px;
}
.tab_new{
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-family: 'Jura';
    font-size: 2.8rem;    
    font-weight: 500;
    text-align: center;
    background-color: #f2f2f2;
}
.products{
    position: relative;
    display: flex;
    justify-content: center;   
    flex-direction: row;
    flex-flow: wrap;
    margin-top: 20px;
}
.product-item {
  position: relative;
  max-width: 300px;
  height: 400px;
  margin: 15px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background-color: white;
  border-radius: 5px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
}
.product-item:hover{
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.25);    
    transform: scale(1.05);
}
.product-item img{ 
    margin-top: 5px;
    max-width: 100%;
    max-height: 260px;
}
.product-name{  
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;    
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1px; 
    text-align: left;
}
.product-price{
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;  
    height: auto;
    font-family: 'Questrial', sans-serif;
    font-size: 1.7rem;
    letter-spacing: 1px; 
    text-align: left;
}      
.empty-state {
  display: none;
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
}
.empty-state.active {
  display: block;
}
           /*Koniec Przedmiotów*/
/*PAGINACJA*/
.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination button {
  margin: 0 5px;
  padding: 6px 12px;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: white;
}

.pagination button.active {
  background-color: #007bff;
  color: white;
  font-weight: bold;
  border-color: #007bff;
}

.pagination button:disabled {
  opacity: 0.5;
  cursor
}

/*Koniec PAGINACJI*/
/*Sprzedane*/
.product-sold-out {
 border-style: none;
    margin-bottom: 15px;
    color: #FFF;
    background-color: #C4A151;
    width: 200px;
    height: 50px;
    font-family: 'Mina', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 2px; 
    line-height: 25px;
    text-align: center; 
    vertical-align: middle;
    line-height: 50px;
}
/*Koniec Sprzedane*/

                /*KONIEC BLOK PRAWY - TOWARY*/
                    /*POCZĄTEK TOWARY - PODSTRONY PRODUCT*/
.tab_ip{
 width: 95%;
    height: auto;
    margin: 50 auto;  
}
.tab_towar{
    display: flex;
}
.prod_title{
    width: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-family: 'Jura';
    font-size: 2.5rem;    
    font-weight: 500;
    text-align: left;
    background-color: #fff;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(245, 243, 235), rgba(203, 193, 157), rgba(245, 243, 235));
    border-image-slice: 1;
}
.prod_blok_left{
    margin: 5px;
    display: block;
    width: 60%;
    height: 1650px;
    position: relative;
}
.prod_blok_right{
    margin: 5px;
    display: block;
    width: 35%;
    height: auto;
    position: relative;
}
.towar_title{  
    margin-top: 10px;
    margin-bottom: 0px;     
    height: auto;
    font-family: 'Sulphur Point', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 1px; 
    line-height: 25px;
    text-align: left;  
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(245, 243, 235), rgba(203, 193, 157), rgba(245, 243, 235));
    border-image-slice: 1;
}
.towar_price{  
    margin-top: 50px;
    margin-bottom: 5px;     
    height: 40px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 1px; 
    line-height: 25px;
    text-align: left;  
}
.towar_cid{
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Mina', sans-serif;
    font-size: 1.2rem;
}
.towar_dost{  
    margin-bottom: 15px;
    color: #FFF;
    background-color: #C4A151;
    width: 200px;
    height: 50px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 2px; 
    line-height: 25px;
    text-align: center; 
    vertical-align: middle;
    line-height: 50px;
}
.towar_ilosc,
.towar_dostepnosc{
    font-family: 'Mina', sans-serif;
    font-size: 1.7rem;
}
#add-to-cart{
    border-style: none;
    margin-bottom: 15px;
    color: #FFF;
    background-color: #C4A151;
    width: 200px;
    height: 50px;
    font-family: 'Mina', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 2px; 
    line-height: 25px;
    text-align: center; 
    vertical-align: middle;
    line-height: 50px;
}
#add-to-cart:hover{
    margin-bottom: 15px;
    color: #FFF;
    background-color: #333A6B;
    width: 200px;
    height: 50px;
    font-family: 'Mina', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 2px; 
    line-height: 25px;
    text-align: center; 
    vertical-align: middle;
    line-height: 50px;
}
.towar_wys{  
    margin-top: 15px;
    margin-bottom: 0px;     
    height: 15px;
    font-family: 'Mina', sans-serif;
    font-size: 1.7rem;
    letter-spacing: 1px; 
    line-height: 25px;
    text-align: left;  
}
.towar_zam{ 
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 15px;
    width: 265px;
    height: 40px;
    font-family: '', sans-serif;
    font-size: 1.7rem;
    letter-spacing: 1px; 
    line-height: 25px;
    text-align: left;  
}
.towar_ico{
    background-image: url(../images/phone_ico.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;   
    width: 40px;
}
.towar_ico_mail{
    background-image: url(../images/mail_ico.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;   
    width: 40px;
}
.towar_call{
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    margin-left: 15px;
    width: 300px;    
}
.towar_mail{
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    margin-left: 15px;
    width: 300px;    
}
/*POCZĄTEK GALERIA PRODUKTÓW*/
.gallery-container {
    max-width: 850px;
    margin: 50px auto;
    text-align: center;
}
.main-image img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}
.thumbnail-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 15px;
}
.thumbnail {
    width: 200px;
    height: 120px;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.thumbnail:hover {
    transform: scale(1.1);
    border-color: #007bff;
}
.thumbnail:active {
    transform: scale(0.95);
}
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
    flex-direction: row;
}
.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    cursor: default;
}
.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: white;
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    z-index: 1001;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2.5em;
  color: white;
  cursor: pointer;
  z-index: 1001;
  user-select: none;
}
.lightbox-arrow.left {
    left: 30px;
}
.lightbox-arrow.right {
    right: 30px;
}
/*KONIEC GALERIA PRODUKTÓW*/
/*POCZĄTEK OPIS PRODUKTÓW*/
.opis_title{  
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 15px;
    width: 265px;
    height: 40px;
    font-family: 'Sulphur Point', sans-serif;
    font-size: 2.2rem;
    letter-spacing: 1px; 
    line-height: 25px;
    text-align: left;  
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(245, 243, 235), rgba(203, 193, 157), rgba(245, 243, 235));
    border-image-slice: 1;
}
.opis_tekst{  
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 15px;
    width: auto;
    height: auto;
    font-family: 'Sulphur Point', sans-serif;
    font-size: 1.7rem;
    letter-spacing: 1px; 
    line-height: 25px;
    text-align: left;  
}
.opis_tekst_stop{  
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 15px;
    width: 265px;
    height: 40px;
    font-family: 'Sulphur Point', sans-serif;
    font-size: 1.7rem;
    letter-spacing: 1px; 
    line-height: 25px;
    text-align: left;  
}
/*KONIEC OPIS PRODUKTÓW*/
                            /*START FILM YOUTUBBE PRODUKTÓW*/
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
    /*KONIEC FILM YOUTUBBE PRODUKTÓW*/
         /*KONIEC TOWARY - PODSTRONY*/
                /*Koniec MAIN SITE*/
                        /*Koniec Section*/
    /*Początek Stopki*/
footer{
    position: relative;
    width: 100%;
    height: auto;   
}
.stopka{
    background-color: #9d8e82;
}
.tab_dane{
    position: relative;
    display: flex;
    justify-content: flex-start;   
    flex-direction: row;
    flex-flow: wrap;
}
.stopka_dane{
    margin-top: 50px;
    margin: 50px;
    color: #FFF;
    font-family: 'Didact Gothic';
    font-size: 2.0rem;    
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 10px;    
    line-height: 25px;
}
.stopka_kontakt{
    margin-top: 50px;
    margin: 50px;
    color: #FFF;
    font-family: 'Didact Gothic';
    font-size: 2.0rem;    
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 5px;    
    line-height: 25px;
}
.stopka_info{
    width: 300px;
    margin-top: 50px;
    margin: 50px;
    color: #FFF;
    font-family: 'Didact Gothic';
    font-size: 2.0rem;    
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 10px;    
    line-height: 25px;
}
.nav-info{
    margin: auto;  
	top: 0;  
	right: 0;  
	bottom: 0;  
	left: 0;
    width: 100%;
    height: auto;       
    position: relative;
    display: block;  
    justify-content: flex-start;
}
#infonav ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
#infonav a{
    font-family: 'Didact Gothic',sans-serif;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.2px;   
    text-decoration: none;
    padding: 5px;
    padding-right: 50px;
    display: block;
}
#infonav a:hover{    
    color: #CBC19D;       
    text-shadow: 0 0 1px #CBC19D; 
}
.mapka{
    margin-top: 50px;
    margin-bottom: 50px;
}
.owner{
    margin: 20px;
    width: 95%;
    height: auto;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px; 
    text-align: center;
    color: #8c8989;
}
                /*Koniec Stopki*/
/*REGULAMIN*/
.regulamin-tekst{
    width: 100%;
    height: auto;
    color: #000;
    font-family: 'Didact Gothic';      
}
.reg-tekst-up{
    text-align: center;
    margin-top: 20px;
    font-size: 2.2rem;
    letter-spacing: 1px;
}
.reg-tekst-down{
    margin-top: 20px;
    text-align:justify;
    letter-spacing: 1px;
    word-spacing: 3px;    
    line-height: 28px;
    font-size: 2.0rem;
}
/*KONIEC REGULAMIN*/
                            /*Responsywność*/

/* HAMBURGER */
.hamburger {
  display: none;
  font-size: 3rem;
  padding: 10px 20px;
  cursor: pointer;
  color: #000;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1001;
  font-family: 'Jura', sans-serif;
  background-color: #fff;
}

/* MENU MOBILNE */
.mobile-menu {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-top: 1px solid #CBC19D;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
  padding: 20px 10px;
  gap: 20px;
}

.mobile-menu.show {
  display: flex;
  flex-wrap: wrap;
}

.mobile-column {
  flex: 1;
  min-width: 45%;
}

.mobile-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu nav ul li {
  margin-bottom: 15px;
}

.mobile-menu nav ul li a {
  font-family: 'Jura', sans-serif;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #f1f1f1;
}

.mobile-menu nav ul li a:hover {
  color: #CBC19D;
  text-shadow: 0 0 1px #CBC19D;
}
/*dodaje*/



/* RESPONSYWNOŚĆ */
@media (min-width:1471px) {
.menu_up{
    width: 100%;
    height: auto;       
    position: relative;
    display: flex;  
    border-bottom: 1px solid #CBC19D;
    }
.logo{  
    display: flex;
    width: 30%;    
    height: 102px;
    background-image: url(../images/logo_rsk.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    }   
.menu_logo{     
    width: 70%;
    height: 113px;       
    position: relative;
    display: flex;  
    justify-content:center;
    }
#head_nav{    
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 3rem;
    padding-right: 130px;
    display: flex;    
    align-items: center;     
    justify-content: flex-end;
    }
}

@media screen and (min-width: 975px) and (max-width: 1471px) {
.hamburger {
    display: block;
    }
.menu_up,
.menu_tel_ico,
.menu_tekst{
    display: none;
    }
.menu_down{   
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.header-main {
    height: 160px;
    padding-bottom: 60px;
    }
.menu_logo{   
    width: 100%;
    height: auto;       
    position: relative;
    display: flex;  
    justify-content: center;
    }
.logo{  
    display: flex;
    width: 100%; 
    top: 5px;    
    height: 85px;
    background-image: url(../images/logo_rsk.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    }
.search-bar,
.header-basket{
    margin-top: 20px;
}
            /* LOGO MOBILNE */

.gielda_pic2{
    margin-top: 100px;
}
}
@media screen and (min-width: 695px) and (max-width: 975px) {
.hamburger {
    display: block;
    }
.menu_up,
.menu_tel_ico,
.menu_tekst{
    display: none;
    }
.menu_down{   
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}
.header-main {
    height: 160px;
    padding-bottom: 60px;
    }
    .menu_logo{   
    width: 100%;
    height: auto;       
    position: relative;
    display: flex;  
    justify-content: center;
    }
.logo{  
    display: flex;
    width: 100%; 
    top: 5px;    
    height: 85px;
    background-image: url(../images/logo_rsk.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    }
.search-bar,
.header-basket{
    margin-top: 20px;
}
    .search-bar, .header-basket{
    margin-top: 20px;
    min-width: 50px;
    font-size: 1.2rem;
}
    .search-bar-input{
         min-width: 300px;
        font-size: 1.2rem;
    }

            /* LOGO MOBILNE */

.gielda_pic2{
    margin-top: 50px;
}
    
}
@media screen and (max-width: 695px) {
.hamburger {
    display: block;
    }
.menu_up,
.menu_tel_ico,
.menu_tekst{
    display: none;
    }
.menu_down{   
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}
.header-main {
    height: 90px;
    padding-bottom: 160px;
    }
.search-bar{
    height: 20px;
    margin-top: 20px;
    margin-left: 20px;
    min-width: 50px;
    font-size: 1.2rem;
}
.header-basket{
    width: 250px;
    margin-top: 20px;
    margin-right: 5px;    
    font-size: 1.7rem;
}
    .search-bar-input{
         min-width: 200px;
        font-size: 1.2rem;
}
    .logo{
        margin-right: 120px;
     left: 50px;
    }
    /* LOGO MOBILNE */

.skup_blok1{
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    text-align: center;
    gap: 30px;
}
.skup_blok2{
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    gap:50px;
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    text-align: center;
    flex-direction: column-reverse;
}
.skup_tekst{  
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 15px; 
    width: 100%;
    height: 150px;
    font-family: 'Questrial', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px; 
    line-height: 25px;
    text-align: left;   
}
    .tab_title{    
    font-size: 2.2rem;      
}
.stopka_dane, .stopka_kontakt, .stopka_info{
    font-size: 1.4rem;  
    margin: 5px;
    margin-left: 20px;
}
#infonav a{
    font-size: 1.2rem;
}
    .mapka{
        margin-left: 20px;
    }
.oferta_opis {
    margin-left: 30px;
    font-size: 1.2rem;    
}
.product-name{  
    font-size: 1.2rem;
}
.product-price{
    font-size: 1.2rem;
}      
.new_title {
    font-size: 1.2rem;    
}
.sidebar-menu .sidebar .links .link > a {
    font-size: 1.2rem;    
}
.sidebar-menu .sidebar .links .link .sub-menu a{
    font-size: 1.0rem;
}
.sidebar-menu .sidebar .links .link .sub-menu{
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px solid #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
}
        .blok_lewy{
    width: 150px;
    height: 500px;
}
    .oferta_opis{
    font-size: 1.2rem;      
}
    .item{
    width: 200px;
    height: 250px; 
}
    .product-item {
  max-width: 200px;
  height: auto;
border: 1px solid transparent;
border-image: linear-gradient(90deg, rgba(245, 243, 235), rgba(203, 193, 157), rgba(245, 243, 235));
        border-image-slice: 1;
}
    /* Responsywność PODSTRONY TOWAR */
    .tab_towar{
    display: block;
}
    .prod_title{   
    font-size: 1.5rem;     
}
    .prod_blok_left{
    margin: 5px;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.prod_blok_right{
    margin: 5px;
    display: block;
    width: 100%;

}
.towar_title{  
    font-size: 1.5rem;
}
.towar_price{  
    font-size: 1.7rem;  
}
.towar_cid{
    font-size: 1.2rem;
}
.towar_dost{  
    font-size: 1.2rem;
}
.towar_ilosc,
.towar_dostepnosc{
    font-size: 1.2rem;
}
#add-to-cart{
    font-size: 1.2rem;
}
#add-to-cart:hover{
    font-size: 1.2rem;
}
.towar_wys{  
    font-size: 1.2rem; 
}
.towar_zam{ 
    font-size: 1.2rem; 
}

/*POCZĄTEK GALERIA PRODUKTÓW*/
.main-image img {
    max-height: 300px;
}

/*KONIEC GALERIA PRODUKTÓW*/
/*POCZĄTEK OPIS PRODUKTÓW*/
.opis_title{  
    font-size: 1.5rem;
 
}
.opis_tekst{  
    font-size: 1.2rem;      
}
.opis_tekst_stop{     
    font-size: 1.2rem;
     
}
/*KONIEC OPIS PRODUKTÓW*/

         /*KONIEC TOWARY - PODSTRONY*/
}
