body {
    
    background-color: rgba(0, 0, 0, 0);
    height: 100%; 
    margin: 0; 
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
 
    /*___________ rgba(255, 229, 188, 1)  - bežová původní ___________*/                                         
}  




#info-cookies {

  position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	color: black;
	background-color: rgb(255,215,0);
	z-index: 5;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:20px;
  padding-right:20px;
  text-align:center;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
  border: 1px solid rgb(112,128,144);
  font-weight: 600;
}

#info-cookies_btn {
	background: rgb(50,205,50);
	color: black;
  padding-bottom:5px;
  padding-top:5px;
  padding-left:20px;
  padding-right:20px;
  text-align:center;
  margin-left: 15px;
  border-radius: 2px;
  font-weight: 600;
}                                                                                                        


.info_hlaseni   /*okenko s hlasenimi na index.php */
{
  display:inline-block;                                                     
 	background: rgb(224,255,255);
	color:rgb(0,0,0);
  padding-bottom:5px;
  padding-top:5px;
  padding-left:20px;
  padding-right:20px;
  text-align:left;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgb(135,206,235);
  border-radius: 3px;
  
  margin-top:15px;
  width:100%;
  display:block;

}

.info_hlaseni_ikona_div
{
 margin-right:20px;
}

.falesny_checkbox
{
  

  margin-left:5px;
  display:inline;

}

#jiz_nezobrazovat_id
{
 text-decoration:none;
 color:rgb(0,0,0);
 font-weight:500;
}

#zobrazit_vice_div

{
 display: none;
}


.mezera_mezi_tisici_v_cisle 

{
	margin-left: 0.4em;	/* oddělovač tisíců místo mezery v HTML */
}


#table th                                                                                
{                                                              
    border: none;

}                                                                                   


/*________________ I C O N S __________________ikony dle id ze souboru sprite.svg, ktery jsem si generoval na  icoMoon.io*/


#icon-cart
{
  
   display: inline-block;
   padding-top:10px;
   padding-right:10px;
   position:relative;
   margin-bottom:-5px;
 
}
  
#icon-ikona_user_plna
{
  
   display: inline-block;
  
   padding-right:5px;
   position:relative;
   margin-bottom:-5px;
 
}
 
#icon-ikona_krizek_v_krouzkucancel-circle
{
     
   padding-right:5px;
    margin-left:10px;
  margin-bottom:-5px;
 
}

#icon_bin_smazat_kosik_pravy_sloupec 
          
           {
           margin-bottom: -5px;
           
           }  

      #icon-ikona_kosik_plna_index_table     
        {
           padding: 5px;
           
           }    
           
       .pocet_v_ikone_kosiku
          {
            
              font-weight: 800;
               font-size: 16px;
               color: black;
            
            
           }


/*___________ GALLERY - START ___________*/

/* The Modal (background) */
.gallery_1 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.gallery_2 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;                                                                                                                          
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1000px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;                                                                                               
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgb(105,105,105);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.nadpis_podkategorie_v_img_galerie
{
   color: #f2f2f2;
  font-size: 14px;
   text-align: left;
  
}
img {
  margin-bottom: -4px;
}

.img-cover {
    height: 0;
}

.img-cover img {
    width: 100%;
    height: auto;
}


.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.5;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*____________________ GALLERY - END ___________*/



*{
transition:.3s 
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 1.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 30px;
    right: 73px;
    font-size: 60px;
}


/*- ----- horizontalni menu TOP ------*/


.menu_top_inline
{
        margin-top: 8px;
        margin-right: 20px;
}
 
 
.menu_top_inline_right {
        font-size: 14px;
        word-spacing: 5px;
        text-align: right;
        display: inline-block;
        
       
 } 
 

#prepinac_meny
{
     
      color: rgb(253,245,230);
        
}

#prepinac_meny:hover
{
       text-decoration: none;
    color: rgb(255,153,0);
        
}

#prepinac_sazby
{
     
     color: rgb(253,245,230);
        
}

#prepinac_sazby:hover
{
     
     
    text-decoration: none;
   color: rgb(255,153,0);
 
}

.a_horizontal_top

{
    color: rgb(253,245,230);
 
}

.a_horizontal_top:hover

{
   color: rgb(255,153,0);
 
}


.a_horizontal_top_celkem

{
    color: rgb(253,245,230);
    font-size:18px;
 
}

.a_horizontal_top_celkem:hover

{
   color: rgb(255,153,0);
 
}


.a_horizontal_top_prihlasen

{
   color: rgb(135,206,235);
    font-size: 18px
    font-weight: Bold;
 
}

.a_horizontal_top_prihlasen:hover

{
   color: rgb(255,153,0);
  font-size: 18px
   font-weight: Bold;
 
}






.svislitko
{
    margin-left: 2px;
    margin-right: 2px;
    font-weight: 400;
    color: #FFE09E;
}



.login_buton:hover{
  background-color: #ec7811ed;
  
}

.img_vedle_logo
{
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    
}


.menu_blok
{
    max-height: 80px;
   
   
}

.menu_style
{   
    z-index: 1;
    width: 100%;
    height: 130px;
   position: fixed; left: 0; top: 0;
  
    
    background: #FFE5BC url(../img/bg.gif) repeat-x 0 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:0px;
  
 }   


         /*- ----- horizontalni menu kategorie ------*/

.horiz_menu_style                                                                                                                                 
{   
    z-index: 1;
    width: 100%;
    height: 30px;
    position: fixed; left: 0; top:0;
    background: #FFE5BC url(../img/menu-bg.gif) repeat-x 0 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 130px;
    font-size: 16px;
}
#menu_horizontal
{
    width: 100%;
     color: black;
}

#horizontal
{
      float: left;
     background: #FFE5BC url(../img/menu-bg.gif) repeat-x 0 0;
      padding: 0;
}

.div_horizontal       /*ohraniceni jednotlivvych kategorii horiz menu */
{
    float: left;
     background: #FFE5BC url(../img/menu-bg.gif) repeat-x 0 0;
   
      border-left: 1px solid #CB9C49;
      border-right: 1px solid #CB9C49;
       padding-bottom:5px; 
}
.div_horizontal:hover
{
    float: left;
     background: #FFE5BC url(../img/menu-bg-hover.gif) repeat-x 0 0;
 padding-bottom:5px;  
 
}
  
.a_horizontal
{
    text-decoration: none;
    color: rgb(0,0,0);
    
   
}

.a_horizontal:hover
{
    text-decoration: none;
    color: black;
     
   
}

.active_menu
{
    text-decoration: none;
    color: black;
    font-weight: bold;
}


.logo_home
{
    display: block;
    text-align: left;
    
    text-decoration: none;
    font-size: 25px;  
           
}  


.logo_home:hover
{
    display: block;
    text-align: left;
    text-decoration: none;
}

.logo
{
    display: block;
    text-align: center;
      
}
.logo2 img
{
    width: 180px;
    margin-left: 10px;
    margin-top: 10px;
}
#menu_text
{
    display: block;
    margin-top: 10px;
}
#menu_text_logo
{
    display: block;
  
}   
#menu_text_logo:hover
{
    display: block;
    text-decoration: none;  
}
#menu_text_podlogo
{
    display: block;
}



#menubtn
{
    float:right;
    font-size:20px;
    cursor:pointer;
    margin-top: 26px;
    margin-bottom: 20px;
    margin-right: 20px;
    color: #FFE09E; 
}
#menubtn :hover
{
    color: grey;
    transform: 1s;
}


#kotvy_rozbal
{ 
   display: none;
} 

#kotvy_rozbal:hover
{ 
   display:block;
  background: #466A7F;
text-align:center;
}



           /*  ---- PRAVY SLOUPEC --- */
           
           
 .pravy_sloupec
        
{         
           width:290px;
           border-radius: 8px;
           padding-top: 5px;
           padding-bottom: 5px;
           margin-top: 10px;
           margin-bottom: 10px;
           background-color:rgba(255, 229, 188, 1);
    /*___________ rgba(255, 229, 188, 1)  - bežová původní ___________*/
}

           
           
.noscreen {
display: none;
}
.kosik-leaf-body {
    width:270px;
    background: #FFC14F url('../img/contact-leaf-body.gif') center;
   
    margin-bottom: 15px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    
}

.kosik-leaf-top {
    background: transparent url('../img/contact-leaf-top.gif') no-repeat left top;
}
  
.kosik-leaf-bottom {
    background: transparent url('../img/contact-leaf-bottom.gif') no-repeat left bottom;
    padding: 5px 24px 15px 25px;
}
.ornament {
    width: 250px;
    background: url('../img/ornament.gif') no-repeat center 0;
  margin-bottom: 15px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
   
}

#text_doprava_zdarma
{
   display: block;
    font-weight: 600;
  
     width: 230px;
    position: relative;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 14px;
    margin-left: 22px;
    text-align: center;
    color: black;
}


.aktuality-body {
    width: 270px;
    background: #5F0407 url('../img/leaf-body.gif') repeat-y 0 0;

     margin-bottom: 18px;
     position: relative;

    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}  
.aktuality-body p {
    color: rgb(253,245,230);
    line-height: 1.7em;
    margin-bottom: 10px;
}
.aktuality-top {
    background: transparent url('../img/leaf-top.gif') no-repeat left top;
}
.aktuality-bottom {
    background: transparent url('../img/leaf-bottom.gif') no-repeat left bottom;
    padding: 5px 24px 15px 25px;
}

.aktuality-listecky-gif {
position: absolute;
top: 18px; /* Change the vertical position */
right: 22px; /* Change the horizontal position */
width: 37px;
height: 14px;
float: right;
}

.pravy_sloupec_btn_pokracovat

{
      display: block;
      margin-bottom: 10px;
     margin-left: 15px;
      
}





     /*         PRAVY SLOUPEC END        */
     
     
     /*   order.php  */
     
     
.postup_objednani_radek 
{
    height: 40px; 
   margin-top: 20px;
   margin-bottom: 15px;
  
  
} 

.postup_objednani_bunka
{
       background: rgb(144,224,255);
    
       text-align: center;
       border-right: 10px solid white;
       opacity: 0.8;
       color: black;
       padding: 10px;
       
       
}


.postup_objednani_bunka_active 

{
       
     
        background: rgb(0,102,204);
        text-align: center;
        
       border-right: 10px solid white;
       opacity: 0.8;
       color: white;
       font-weight: 700;
       padding: 10px;
}

.postup_objednani_bunka_s_odkazem
{
       background: rgb(144,224,255);
    
       text-align: center;
       border-right: 10px solid white;
       opacity: 0.8;
       color: black;
       padding: 10px; 
       
}


.postup_objednani_bunka_s_odkazem:hover 
{
   background: rgb(0,191,255);
   color: black;
   border-right: 10px solid white;
   opacity: 0.8; 
} 


.postup_objednani_text_a
{
     color: black;
   
    
} 

.postup_objednani_text:hover
{
   
    
} 
   
     
     
.pocet      /* pole pro zadani mnozstvi u produktu */

{
width: 55px;
text-align: right;
}

#order_pokracovat_celkem_div 

{
      display: inline;
      text-align: centre;
      float:right
}

 
 /*   page ORDER2 - výběr dopravy  START */


.fieldset-border {
    border: solid 2px grey;
  }

.neaktiv_radek 
{

}

.aktiv_radek 
{
   background-color:rgb(169,169,169);
   padding: 5px;
   border: 1px solid rgb(112,128,144)
   font-weight: 700;
   
}   

.table_product
{
    width: 100%
}

.table th
    {
        
     
        line-height: 1.1em;
      
        
    } 
 
 .table td
    {
        padding-bottom: 0.2rem;
     
        line-height: 1.1em;
      
        
    } 
 
 
 
.kosik_table_order_div

{
  
   padding-top: 20px;
   margin-right: 10px;
   width:100%;
  
}     
     
.kosik_product_table      /* vypis kosiku v order    table_order_div */
    {
         width: 100%;
         margin-bottom: 0px;
    }
   
#kosik_product_radek
{
        
        max-height: 8px;
        
    }
    
.menu2_logo_div
{
  
    display: block;
    float: left;
    text-align: left;
}


.radek_2
{
    display: block;
   padding-bottom:10px;
    width:100%;
    float:left;
    margin-left:auto;
    margin-right:auto; 
}

.radek_1
{
    display: block;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-right:5px;
     
}

.radek_3
{
    display: block;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    padding-right:5px; 
}

.menu_2_odkazy_ucet_div
{
   
    display: inline;
    float:right;
    color:rgb(30,144,255);
    font-weight:700;
    padding-top:5px;
   
   
    

}
                 /* ---------- Footer -------------- */
                 

#footer-box {
background: url('../img/footer-bg.gif') repeat-x 0 0;
height: 100px;



}

#footer {
 
clear: both;
width: 100%;


}

#footer ul {
list-style: none;
padding: 27px 0 0 6px;
font-size: 1.0em;
text-align: center;
line-height:1.4em;
font-weight: bold; 

width: 100%; 


}

#footer ul li {

display: inline;
white-space: nowrap;
line-height:1.4em; 
padding-top: 6px;
padding-bottom: 6px;
font-weight: bold;
font-size: 1.0em;


}

#footer ul li a, #footer ul li a:visited {
color: #181818;
margin: 0 8px;
font-weight: normal;
font-weight: bold;
font-size: 1.0em;
}


#footer p#backs {
line-height: 1;

color: #181818;
font-size: 0.9em;
text-align: center;
padding-bottom:5px;

}

#footer p#backs a, #footer p#backs a:visited {
color: #280303;
font-weight: normal;
padding: 0 1px;
}

/* ---------- Footer END -------------- */ 
 
 
 
/* ---------- anketa.php potvrzeni odeslani obj  start -------------- */ 
 .potvrzeni_obj_uspech                   
{
	width: 100%;
  color: #155724;
  display: block;
	background-color: rgb(204,255,204);
	border-color: rgb(102,204,102);
  border: solid 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  
}

.potvrzeni_obj_false
{
	width: 100%;
  color: rgb(0,0,0);
	background-color: rgb(255,153,153);
	border-color: rgb(255,102,102);
  border: solid 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  
} 

.img_fajfka_potvrzeni 
{
	display:inline;
  width: 60px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
 
  float:left;

 } 

.potvrzeni_obj_alert_text 

{
	
  letter-spacing: 0.9px;
  padding-left: 10px;
 
} 
/* ---------- order_order.php potvrzeni odeslani obj end -------------- */ 



/* ---------- customer_zone.php start -------------- */ 

.tl {background:url("/img/tl.jpg") 0px 0px no-repeat;
}
.tr {background:url("/img/tr.jpg") 100% 0 no-repeat;
}
.ctl {background:url("/img/fcaptionleft.jpg") 0px 0px no-repeat;
}
.ctr {background:url("/img/fcaptionright.jpg") 100% 0 no-repeat;
}


.caption {background:url("/img/captionback.jpg") left top repeat-x;
height:30px;
}

.caption ul {list-style:none;
margin:0;
padding:0;
height:30px;
}
.caption li {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
padding:7px 5px;
}


.infotext_lostpass_none_email

{
  background-color: rgb(255,127,80);
  border: 1px solid rgb(255,0,0);
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right:30px;
  font-size: 16px;
  font-weight: 700;
  margin: 10px;
  

}



/*--------------------------- menší  než  700------------------------*/  

@media only screen and (max-width: 700px)
{
#postup_objednani_container
    {
        display: none;
    }

     .hidden_small_resolution
    
    {    
        
        display: none;
        
    }

   .show_small_resolution
     {    
        
        display: block;
        
    }
    
    .mensi_font_small_resolution
    
    {
        font-size: 14px;
    }
    

           #icon-ikona_user_plna   /*-- menší  než  700--*/  
      {
         display: inline-block;
         padding:8px;
      }
           #icon-ikona_user_plna_checked   /*-- menší  než  700--*/  
        {
          
           display: inline-block;
           padding:5px;
           margin-bottom:-5px;
           
                     
          }
          
             #icon-cart    /*-- menší  než  700--*/  
        {
           display: inline-block;
           padding-top:10px;
           padding-right:10px;
           position:relative;
           margin-bottom:-5px;
           }
          
        #icon-ikona_kosik_plus_index_table    /*-- menší  než  700--*/ 
        
        {
           padding: 2px;
          
           }
          
       .nadpis_stranky_small_resolution
        {
        font-weight: 700;
        font: 5.1em;
        color: black;
        letter-spacing: 1px;
       
        float:left;
      
       
           }
       #obsah
        {
        background-color: #FFE5BC url('../img/bg.gif') repeat-x 0 0;
       /* background-color: rgba(255, 229, 188, 0,6); */
        padding-top: 100px;
        width: 100%;
        margin: auto;
        }
       
   
           
}     /* konec menší než 700px                                                                                        




/*--------------------------- vetsi  než  700------------------------*/  

@media only screen and (min-width: 700px)
{
 .show_small_resolution
     {    
        
        display: none;
        
    }

}


/*--------------------------- menší  než  1000------------------------*/  

@media only screen and (max-width: 1000px)
{
    
          #info-cookies {
      
        position: fixed;
      	left: 0;
      	top: 0;
      	width: 100%;
      	color: black;
      	background-color: rgb(255,215,0);
      	z-index: 5;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:20px;
        padding-right:20px;
        text-align:center;
        margin-top: 105px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid rgb(112,128,144);
        font-weight: 500;
        font-size: 14px
      }
    
    .table td, .table th 
    {
        padding: 0.4rem;
    }
    
    #menu_text
    {
        display: none;
    }
    
    #menu_text_logo2
    {  
        width: 100%;
        display: block;
      
        font-weight: normal;
        font: 5.1em;
        color: #FFF0D0;
        letter-spacing: 1px;
        padding: 0px 0 0px 0;
        margin: 0 0 2px 10px;
        border-bottom: 1px solid #843419;
        text-align: center;
       
        
    }  
    
    #menu_text_logo
    {
        display: none;
    }
    #menu_text_podlogo
    {
        display: none;
    }
    
    #menu_text_podlogo_mena
    {
        display: none;
    }
 
    #menu
    {
        display: none;
    }
    
    
    
    
      
            



/*___________________________MENU_2__________________*/    
    #menu2
    {
        display: block;
        height: 90px;
        margin-left:auto;
        margin-right:auto;  
    }
    
    
    /*  MENU_2 */

.menu_2_ikony 
{
    text-decoration: none;
    display: inline;
    color: #FFE09E;
    padding-top:5px;
     margin-left:5px;
    padding-right:8px;
    font-size: 0.8em;
   
}

.menu_2_ikony  :hover
{
    color: rgb(255,222,173);
    transform: 1s;
}

.menu_2_ikona_menu_div 
{
    text-decoration: none;
    display: block;
    color: #FFE09E;
   
    padding-bottom:5px;
    font-size: 12px;
   
}


.ikona_kosik_menu_2

{
     
    font-size: 20px;
     padding: 0.2rem;
    
}

.menu2_horiz_menu_style                                                                                                                                 
{   
    z-index: 1;
    width: 100%;
  
    position: fixed;
    background: #FFE5BC url(../img/menu-bg.gif) repeat-x 0 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
    font-size: 16px;
    color: black;
}




    .aktual_mena
    {
        font-size: 15px;
        display: block;
        margin-top: 9px;
    }
    
        
    .menu_2_ikony span
    {
        /*display: none;*/
    }
    #menu_2_btn     /*ikona MENU burger */
    {
       display: inline;
       font-size: 20px;
       float:right;
       
    }
    #menubtn span
    {
        /*display: none;*/
    }
    
    .jednotka_sk
    {
        display: none;
    }
    .product_div
    {
        margin-left: 3px;
    }
   
    .kosik_product_table      /* vypis kosiku v order mensi nez 1000 */
    {
        width: 100%;
        margin-bottom: 0px;
       
       table_order_div 
    }
        
     .velky_obr
    {
        width: 100%;
    }
      
}         /* konec mesi nez 1000 px */

.info_kat_img
{
    width: 100%;
    display: block;
    
    cursor: pointer;
}
.info_kat_p
{
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 15px;
}
.info_kat_p p span
{
    font-size: 15px;
}

.show
{
    width: 90%;
    display: block;
    margin: auto;
}
#toback
{
    font-size: 20px;
    font-weight: 600;
}

/*-------------------------------větší než 1000--------------------------*/


@media only screen and (min-width: 1000px){
    #menu_text
    {
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-top: 26px;
        margin-left: 20px;
        
    }
    
    #menu_text_logo
    {
            font-family: Roboto, sans-serif, "Monotype Corsiva" , Times;
            font-weight: normal;
            font: 8em;
            color: #FFF0D0;
            letter-spacing: 1px;
            padding: 5px 0 6px 0;
            margin: 0 0 2px 10px;
            border-bottom: 1px solid #843419;
            width: 50%;
    }
    #menu_text_podlogo
    {
            font-size: 14px;
            color:rgb(245,222,179);
            width: 100%;
            letter-spacing: 1px;
    }
    
    #menu_text_podlogo_mena
    {
            font-size: 13px;
            color: #FFE09E;
            width: 100%;
    }
    #menu
    {
        display: -webkit-box;
    }
    
    #menu2
    {
        display: none;
    }

    #contact span
    {
       display: inline;
        font-size: 16px;
    }
    
    #menubtn span
    {
        display: inline;
        font-size: 16px;
    }
    #menu_text_logo2
    {
        display:none;
    }    
    .product_div
    {
        margin-left: 10px;
    }
    .kosik_product
    {
        width: 80%;
        margin-left: 20px;
        margin-bottom: 0px;
    }
    #obsah
    {
    background-color: #FFE5BC url('../img/bg.gif') repeat-x 0 0;
   /* background-color: rgba(255, 229, 188, 0,6); */
    padding-top: 100px;
    width: 100%;
    margin-bottom: auto;
    }

}      /* konec větší než 1000px */





/*----------------------větší než 360-----------------------------*/

@media only screen and (min-width: 360px)
{
    .menu_style #login
    {    
        margin-bottom: 5px;
        margin-top: 10px;
        display: block;
        height: 25px;
        text-align: center;
    }
    .menu_style #passw
    {    
        display: block;
        height: 25px;
        text-align: center;
    }
    .menu_style #submit_login
    {    
        vertical-align: top;
        display: block;
        margin-top: 10px;
        height: 24px;
        padding: 0px;
    }
    
}


/*menší než*/
/*media only screen and (max-width: 900px) 
{
    
}
větší než
media only screen and (min-width: 900px) 
{
    
}*/



.menu_span
{
    font-size: 20px;
}

#menu img
{
    margin-top: 15px;
    width: 160px;
}



#hr_top
{
    height: 1px;
    border: none;
    clear:both;
    display: block;
    background:#37b553; 
}

.dropbtn {
    background: none;
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
   /* transition: all 3s ease; */
}

.dropdown-content {
  /*  position: relative;*/
    background-color: #818181;
  /*  min-width: 160px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    height: 0;  /*  display: none;*/

    
    transition: 1.5s;
/*    -webkit-transition: height 400ms ease-in;
    -moz-transition: height 400ms ease-in;
    -o-transition: height 40ms ease-in;
    transition: height 400ms ease-in;*/
}

.dropdown-content a {
    background-color: #818181;
    color: black!important;
    font-size: 18px;
    padding: 3px 16px;
    text-decoration: none;
    display: none;
    text-align: left!important;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {
    display: block;
    height: 200px;
    height: min-content;   
    transition: 0.5s;
    
}

.dropdown:hover .dropdown-content a{
    display: block;

}



.dropdown:hover .dropbtn {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
    margin: auto;
        
}

#obsah_nadpis
{
    margin: auto;
    height: 200px;
    width: 100%;
    display: block;
    background-image:url("../image/body.jpg") ;
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    background-width: 100%;
        
}

#kniha
{
    display: block;
    text-align: center;
    margin-bottom: 60px;
    
}

#obsah_kosiku_nadpis
{
    font-size: 16px;
    display: block;
    margin-left: 30px;
    margin-top: 5px;
     margin-bottom: 5px;
  
    font-weight: bold;
}

#kosik
{
    font-size: 20px;
    display: block;
    margin-left: 30px;
    margin-top: 5px;
    border-radius: 20px;
    font-weight: bold;
}

#kosik_div   /* košík náhled */
{
    margin: auto;
    width: 100%;
    line-height: 1.2;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0);
    /*___________ rgba(255, 229, 188, 1)  - bežová původní ___________*/
    border-radius: 3px;
    border: 1px solid rgb(192,192,192);   
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    
    
}

.kosik_hl
{
    font-size: 16px;
    display: block;
    margin-left: 50px;
}

.kosik_pod
{
    margin-left: 16px;
    font-size: 12px;
    display: block;
    margin-left: 75px;
}

#kosik_table_product_th
{
    font-size: 16px;
    color: white;
    background-color: rgb(105,105,105);
     padding-bottom: 10px;
    
 
   
}
.kosik_order_kategorie
{
   
    font-size: 12px;
    display: block;
   
   
}

.delete_product
{
    text-decoration: none;
    color: black;                                              
    padding-left:0px;
     
  
  
}
.delete_product:hover
{
    text-decoration: none;
    color: black;
    background-color:rgb(250,128,114);
    border: solid 1px rgb(255,99,71);
    padding:10px;
    border-radius: 3px;
}



#kosik_linka
{
    width: 90%;
}

#btn_vybrat_dopravu
{
    
     max-width: 300px; 
    width: 100%;
    display: block;
    text-align: center;
    background-color: rgb(144,238,144);
    color:black;
    border-radius: 3px;
    border: 2px solid  rgb(144,238,144);
    padding: 10px;
    text-decoration: none;
    font-weight:600;
}

#btn_vybrat_dopravu:hover
{
    
    background-color: rgb(152,251,152);
    border-radius: 2px;
    border: 2px solid rgb(154,205,50);
    padding: 10px;
    color: black;
     font-weight:700;
   
    
}




#row_vyber_dopravu

{
    vertical-align: centre;
    padding:5px;
}


#produkt_table_btn_div

{



}

.produkt_table_btn

{
display: inline-block;
border: 1px solid grey;
padding: 0.2em;
border-radius: 2px;


} 

#produkt_table_btn:hover

{
background: rgb(154,205,50);
} 

#produkt_table_info_jiz_v_kosiku_div
{
display: inline-block;
vertical-align: top;

}

.btn_nahoru_produkt_table
{
    max-width: 180px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: rgb(211,211,211) ;
    color: black;
    border-radius: 3px;
    border: 1px solid  rgb(112,128,144);
    text-decoration: none;
    padding: 10px;
    margin-bottom:8px;
    margin-top:5px;
}

.btn_nahoru_produkt_table:hover
{
   font-weight: bold;
   border: 1px solid  rgb(105,105,105);
   background-color: rgb(169,169,169) ;
   text-decoration: none;
}

.btn_pokracovat_produkt_table
 { 
   max-width: 180px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: rgb(204,255,153) ;
    color: black;
    border-radius: 3px;
    border: 1px solid  rgb(0,128,0);
    margin-bottom:8px;
    margin-top:5px;
    padding: 10px;
    text-decoration: none;
  }

.btn_pokracovat_produkt_table:hover
{
   font-weight: bold;
   border: 1px solid  rgb(0,128,0);
   background-color: rgb(153,255,153) ;
}


#btn_zpet
{
    max-width: 180px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: white;
    color: black;
    border-radius: 3px;
    border: 1px solid rgb(50,205,50) ;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    margin:10px;
}
#btn_zpet:hover
{
  border: 1px solid  rgb(0,128,0);
  background-color: rgb(204,255,204);
  font-weight: bold;
}

#btn_vyprazdnit

{
    max-width: 180px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: white;
    color: black;
    border-radius: 3px;
    border: 1px solid  rgb(250,128,114);
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    margin:10px;
}

#btn_vyprazdnit:hover
{
  border: 1px solid  rgb(255,69,0);
  background-color: rgb(250,128,114);
  font-weight: bold;
}


#btn_pokracovat
{
    min-width: 120px;
    max-width: 180px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: rgb(204,255,153) ;
    color: black;
    border-radius: 3px;
    border: 1px solid  rgb(107,142,35);
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    margin:10px;
  
}

#btn_pokracovat:hover
{
  border: 1px solid  rgb(0,100,0);
  background-color: rgb(204,255,153)  ;
  font-weight: bold;
}

.btn_form_prihlasit_div

{
  padding-top: 10px;

  margin-left:10px;
}

#btn_form_prihlasit

{
    width:auto;
    
    display: block;
    text-align: center;
    background-color: rgb(211,211,211) ;
    margin-top: 10px;
    color: black;
    border-radius: 3px;
    border: 1px solid  rgb(119,136,153);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
 
  
}

#btn_form_prihlasit:hover

{
  border: 1px solid  rgb(105,105,105);
  background-color: rgb(169,169,169) ;


}


#hmotnost_info_button
{
    max-width: 180px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: white;
    color: black;
    border-radius: 3px;
    border: 1px solid powderblue;
    text-decoration: none;
    margin:5px;
    background: lightcyan;
    padding:8px;
}
#doprava_zdarma_info_button
{
    float: left;
    width: auto;
    display: block;
    text-align: center;
    color: black;
    border-radius: 3px;
  
    text-decoration: none;
    margin:5px;
    
}


#hmotnost_info_button_zmena
{
    max-width: 300px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: rgb(240,128,128);
    color: black;
    border-radius: 3px;
    border: 1px solid rgb(255,99,71);
    padding: 10px;
    font-weight: 700;
    text-decoration: none;
}

.vybrat_pobocku
{
    border: 2px solid rgb(192,192,192);
    width: 100%;
    text-align:center;
    border-radius: 3px;
    color:black;
    background: rgb(220,220,220);
    padding:6px;
    margin-top:5px;
    font-weight: 500;
}

.vybrat_pobocku:hover
{
    
      border: 2px solid rgb(128,128,128);
      
    width: 100%;
    text-align:center;
    color:black;
    
     background: rgb(220,220,220);
    border-radius: 3px;
    padding:6px;
    margin-top:5px;
    font-weight: 500;
}



#openpkus
{
    display: none;
    background-color: green;
}
#waiting
{
    z-index: 1;
    width:100%;
    display: none;
    background-color:rgba(255, 0, 0, 0.6);
    border: solid 1px rgb(112,128,144);
    border-radius: 3px;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
     margin-left: 20px;
      margin-right: 20px;
       margin-top: 20px;
   
}

.label_platba span
{
    margin-left: 5px;
}


#celkem_order3
{
    font-size: 18px;
    font-weight: bold;
}

#celkem
{
    font-size: 18px;
    font-weight: bold;
 }



.nadpis_hlavnikategorie
{
    font-size: 22px;
    display: block;
    margin-left: 10px;
    margin-top: 25px;
    
}

.nadpis_podkategorie_div
{
   display: inline-block;
    margin-top: 15px;
}
.nadpis_podkategorie
{
     
    display: inline;
    margin-left: 0px;
   
    margin-bottom: 1px;
    font-size: 18px;
    font-weight: bold;
    
}

.kotvy       /* div */
{
    display: block;
    text-align: left;
    margin-top: 15px;
    
}
.kotvy_podkategorie        /* span */
{
    display: inline-block;
    width: 30%;
    font-size: 14px;
    text-align: left;
      margin-top: 5px;
    color: rgb(105,105,105);
    margin-left: 10px;
    margin-right: 10px;
       font-weight: 700;
}

.posunuta_kotva {
  position: relative;
  top: -165px;
  margin: 0;
  padding: 0;
  float: left;
}



.kotvy_podkategorie:hover       /* span */
{
    
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    color: black;
     margin-left: 10px;
     margin-right: 10px;
     font-weight: bold;
     text-decoration: underline;
     
    
}



.kosik_pravy_sloupec
{
   display: block;
    font-weight: 700;
    margin: 10px 0 7px 0;
    position: relative;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 20px;
    text-align: left;
    color: black;
}
.kosik_pravy_sloupec_text
{
    line-height: 1.8;
    margin-bottom: 30px;
}  

.aktuality_nadpis
{
    display: block;
    font-weight: 700;
    margin: 10px 0 7px 0;
    position: relative;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
     color: #FFDE8F;
}

.aktualita_nadpis
{
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: rgb(253,245,230);
      font-size: 16px;
}

.aktualita_cas
{
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
   color: rgb(253,245,230);
}


.aktualita_text
{
    line-height: 1.2;
    margin-bottom: 20px;
  color: rgb(253,245,230);
    font-size: 15px;
}



   /*---------------------- menší než 1250-----------------------------*/

@media only screen and (max-width: 1250px){
    
     
                                                      
}
/*.table td, .table th 
{
    padding: 75rem;
}                          */
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

* {
  box-sizing: border-box;
}
.img_gallery
{
    max-height: 300px;
        display:block;
        margin: auto;
}


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  margin-bottom: 10px;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  color: white!important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
  max-height: 250px;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#verifi_img
{
    width: 200px;
    display: block;
}

#verifi
{
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-style-4{
    /*width: 450px;*/
    margin: auto;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 30px 30px 15px 30px;
    border-style: solid;
    border-radius: 67px;
    border-color: blanchedalmond;
}
.form-style-4 input[type=submit],
.form-style-4 input[type=button],
.form-style-4 input[type=text],
.form-style-4 input[type=email],
.form-style-4 textarea,
.form-style-4 label
{
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-size: 16px;
    color: black;

}
.form-style-4 label {
    display:block;
    margin-bottom: 10px;
}
.form-style-4 label > span{
    display: inline-block;
    float: left;
    width: 150px;
}
.form-style-4 input[type=text],
.form-style-4 input[type=email] 
{
    background: transparent;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    width: 100%;
    outline: none;
    padding: 0px 0px 0px 0px;
    font-style: italic;
}
.form-style-4 textarea{
    font-style: italic;
    padding: 0px 0px 0px 0px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    width: 100%;
    overflow: hidden;
    resize:none;
    height:20px;
}

.form-style-4 textarea:focus, 
.form-style-4 input[type=text]:focus,
.form-style-4 input[type=email]:focus,
.form-style-4 input[type=email] :focus
{
    border-bottom: 1px dashed #D9FFA9;
}
.menu_2_odkazy_ucet_user_name
{
    color: rgb(135,206,235);
    
    font-size: 10px;
   
  
}
.fa-user

{
    color: rgb(30,144,255);
    margin-top: 5px;
    padding: 8px;
    font-size: 22px;
   float:right;
    
}



.form-style-4 input[type=submit],
.form-style-4 input[type=button]{
    background: #576E86;
    border: none;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    color: #A8BACE;
}
.form-style-4 input[type=submit]:hover,
.form-style-4 input[type=button]:hover{
background: #394D61;
}
.pocet{
    width: 48px;
}



.kontakt_page_nadpis
 {
  display: block;
    text-align: left;
    font-size: 25px;
    text-decoration: none;
    margin-left: 0px ;
    padding-top: 10px ;
    font-weight: bold;
}


.kontakt_page_nadpisy

 {
    display: line;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
   
    font-weight: bold;
    line-height: 2em;
}



.center_zeme
{
    display: block;
    text-align: center;
    font-size: 30px;
}
#zasilkaSK
{
    display: none;
    width: 100%;
}
#CP
{
    display: none;
    width: 100%;
}
#CP_BAL
{
    display: none;
    width: 100%;
}

#posta
{
    display: none;
    width: 100%;
}
#posta_cp
{
    width: 490px;
}


.doprava_logo_order2
{
    min-width:80px;
    width: 70%;
    padding: 5px;
    max-width:150px;
    float: left;
}


.platba_logo_order2
{
    min-width:50px;
    
    padding: 5px;
     max-width:70px;
      float: left;
}


.radio_button_order2
 {
    width:20px;
    height:20px;
    padding: 5px;

     float: left;
}
 
 
.doprava_logo_cenik    /* jednotlivá loga dopravců na stránce doprava.php */
{
    width: 60%;
    min-width:50px;
    margin-bottom: 5px;
    float:left;
}


.doprava_nadpis
{
    display: block;
    text-align: left;
    font-size: 25px;
    text-decoration: none;
    margin-left: 0px ;
    font-weight: bold;
    padding-top: 10px ;
}

#vlajka_sk_cenik_doprava

{
    width: 8%;
    min-width:30px
 
}

#PPL
{
    display: none;
    width: 100%;
}
#parcelshop
{
    display: none;
    width: 100%;
}
#vyber_shop
{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
}
#zasilka
{
    display: none;
    width: 100%;
}
#zasilkovna_shop
{
    display: none;
    width: 100%;
}
#zasilkovnaSK_shop
{
    display: none;
    width: 100%;
}

#alert_zasilkovna_nevybrana
{
    display: none;
    width: 100%;
}

#osobni_vyzvednuti
{
    display: none;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 15px;
}
#kuryrSK
{
    display: none;
    width: 100%;
}

#prevodem
{
    display: none;
    width: 100%;
}

#se_splatnosti
{
    display: none;
    width: 100%;
}



.ramecek
{
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0px solid;
    line-height: 2em;
}
.veberte_zemi
{
    text-align: left;
    border: 2px solid grey;
    
}  

#NaFirmu
{
    display: none;
    width: 100%;
}

#NaFirmu2
{
    display: block;
    width: 100%;
}

#DorucovaciAdresa
{
    display: none;
    width: 100%;
}
#zobrazitGDPR

{
    display: none;
    width: 100%;
}
.small_platba
{    
    margin-top: -15px;
    margin-bottom: 20px;     
}
.bez_dph
{    
    margin-top: 0px;  
    margin-left: 5px;
}
.bez_dph_line
{    
    margin-left: 5px;
}
.reg
{    
    display: block;
    margin-bottom: 10px;
}

.log_form
{    
    display: block;
    text-align: center;
}

.log_form_form
{   
    background-color:rgb(245,245,245);
    border-radius: 2px;
    width: auto;
    display: block;
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

#form_login
{    
    display: block;
    text-align: centre;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
  
}

.form_odkazy_registrace_heslo_div
{    
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 10px;
    padding-left: 5px;
    line-height: 1.8em;
   
}



.form-udaje_div
{
    background-color:rgb(245,245,245);
    border-radius: 2px;
    display: block;
   
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}






/*___ LIGHT BOX ___*/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.velky_obr{
  display: block;
  margin: auto;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  color: white!important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  color: white!important;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
