/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc; /*#ccc*/
    background-color: #eee; /*#f1f1f1*/
    height: 48px;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px; /*vnitřní okraje výška a šířka tlačítek 14px 16px*/
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 1px 1px; /*6px 12px*/
    border: 1px solid #ccc;
    border-top: none;
    height: calc(100% - 48px);
}

/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

.topright:hover {color: red;}

/* Apply the following styles to the tab menu when the screen width is less than 768px (responsivní menu s taby) */
@media screen and (max-width: 767px) {
  .tab button {
    flex: none;
    width: 100%;
  }
  div.tab {
    overflow: hidden;
    border: 1px solid #ccc; /*#ccc*/
    background-color: #eee; /*#f1f1f1*/
    height: 100%;
  }
}


/* šipky css*/
i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* CENTER SIDEBAR CONTENT */
.center_side {
    max-width: 120px;
    margin: auto;
}
.center_img {
    max-width: 120px;
    margin: auto;
}

.center_text {
    text-align: center;
    font-weight: bold;
}

/* WIDGETOVÉ KARTY PRAVÝ SIDEBAR A KONTAKT */
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 90%;
    border-radius: 5px;
}
.card2 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 310px;
    border-radius: 5px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card2:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

img {
    border-radius: 5px 5px 0 0;
}

.container {
    padding: 2px 16px;
}

/* OBRÁZEK V MENU POLOŽCE */
.obr_menu {
background-image: url('https://keyboardservis.cz/wp-content/uploads/fotak.png');
/*background-color: #ffeeee;*/
background-repeat: no-repeat;
background-position: left;
/*padding-top: 10px;*/
padding-left: 45px;
}

.obr_menu:hover {
background-image: url('https://keyboardservis.cz/wp-content/uploads/fotak.png');
/*background-color: #ffeeee;*/
background-repeat: no-repeat;
background-position: left;
padding-left: 45px;
}

.skryty {
 font-size: 0;
 /*font-weight: bold;  */
}

.price-tag {
  background-color: #FFD900; /* Golden yellow #FFD700;*/
  color: #fff; /* White text */
  padding: 8px 16px; /* Padding for content */
  border-radius: 4px; /* Rounded corners */
  display: inline-block; /* Make it inline-block to fit content */
}
