/* CSS Document */
/* page košík výpis košíku */
.kosik-zbozi      {font-family: Calibri; font-size: .7em;}
.kw1400           {width: 1400px; margin: 0 auto; border: solid 0px red; position: relative;}
.kw70p            {width: 67%; position: relative;}
.kw100p           {width: 98%; position: relative;}
.kiw100p          {width: 95%; position: relative; margin-bottom: 2px; font-size: .8em;}
.kw1              {padding-right: 20px; display: inline-block; height: 25px;}
.kw2              {display: inline-block; height: 25px; width: 70%;}      
.kw3              {display: inline-block; position: absolute; right: 20px; height: 25px;}
.kw4              {display: inline-block; position: absolute; right: 0; height: 25px;}
.kw5              {display: inline-block; height: 25px;}
.kw6              {display: inline-block; height: 25px; color: #f00; font-weight: bold; border: none; background: transparent; cursor: pointer;}
.kw7              {display: inline-block; width: 55px;}
.in7              {width: 35px; text-align: center; font-family: Calibri;}
.separator-down   {width: 100%; border-bottom: solid 1px #aaa;}
.kw3 input        {border: none; background: transparent; font-size: 1.0em; font-weight: bold; text-align: right; height: 25px;}
.color-text-seda  {color: #aaa;}
.bold-text        {font-weight: bold; font-size: 1.2em;}
 /* doprava, platba */
.kw50p             {width: 49%; display: inline-block; vertical-align: top; padding-top: 0px;}
.kw30              {width: 30px; display: inline-block;}
.kwx               {width: auto; display: inline-block;}
/* celková cena */
.color-text-red   {color: #f00;}
 
.souhrn           {position: absolute; width: 28%; top: 0px; right: 0; height: 300px; border: solid 2px #aaa; background: #f5f5f5; padding: 10px; z-index: 1500;}
.kcenazbozi       {position: absolute; right: 30px; background: transparent; border: none; text-align: right; font-size: .9em;}
.ksouh-left       {position: relative; display: inline-block;}
.ksouh-right      {position: absolute; display: inline-block; right: 5px; font-size: 1.1em;}
.hvezdicka        {font-size: 1.3em; color: #f00;}

.kosik-button-menu  {display: inline-block; width: 31%; border: solid 2px #789E08; height: 20px; border-radius: 20px 0 20px 0; cursor: pointer; font-family: Calibri; font-size: .6em; text-align: center;}
.cislouctu, .vs   {font-size: 1.2em; color: #0a0;}

#kosik              {display: block;}
#doprava_platba     {display: none;}
#adresa             {display: none;}
/*------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px)  {

  .kw1400     {width: 100%;}    

}

@media only screen and (max-width: 640px)  {
    
  .kw50p      {width: 100%;}
  .souhrn     {position: relative; width: 100%; top: 30px;}
  .kw70p      {width: 96%; padding: 5px; z-index: 1500; background: #fff;}    

}

