@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
#nav{
position:sticky;
top:0px;
z-index:999;
box-shadow:0 2px 6px rgba(0,0,0,0.08);
}
b, strong {
  font-weight: 700;
}
p {
  margin-bottom: 0em;
}
.breadcrumb > .active {
  color: #030303;
  font-weight: 400;
}
.breadcrumb {
  justify-content: center;
}
.card-img {
  position: relative;
  overflow: hidden;
}
.card-img img {
  width: 100%;
  height: auto;
  display: block;
}
.card-img h2 {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  background: rgba(0,0,0,0.7);
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 2;
}
/* wrapper jako odkaz */
.card-img {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
/* obrázek */
.card-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
}
/* štítek */
.card-img h2 {
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  transition: transform 0.3s ease, background 0.3s ease;
}
.card-img:hover img {
  transform: scale(1.08);
  filter: grayscale(0.95);
}
/* štítek při hover */
.card-img:hover h2 {
  transform: translateY(-3px);
  background: #ba0207;
}
/* jemný overlay (optional) */
.card-img::after {
  position: absolute;
  inset: 0;
  background: rgba(251, 251, 251, 0);
  transition: 0.3s;
}
.card-img:hover::after {
  background: rgba(0,0,0,0.1);
}
.flex-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.flex-box-zapatí {
  padding: 0.8em;
  position: relative;
  flex:100%;
}
.flex-box-text {
  flex: 100%;
  padding: 0.8em;
  position: relative;
background: #11455a;
}
.iko-social, .iko-platba-doprava {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1em;
}
.iko-social img {
  width: 40px;
  height: auto;
}
.iko-platba-doprava img {
  width: 60px;
  height: auto;
}
.iko-social img:hover {
  filter: grayscale(100%);
}
.reference {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
  padding: 1em 5px;
}
.reference h2 {
  color: #f7f7f7;
}
.rok-start {
  font-size: 150%;
  font-weight: 900;
  color: #f7f7f7;
}
.vyrobce {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:0.5rem;
}
.vyrobce p {
  width: 85px;
  height: 85px;
  display: flex;
  border: 1px solid #ccc;
  padding: 0px;
    filter: grayscale(100%);
}
.vyrobce p:hover {
  border: 2px solid #000;
  filter: grayscale(0%);
}
.barva-provedeni {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2em;
}
.barva-popis {
  font-size: 14px;
  width: 95px;
  text-align: center;
  line-height: 110%;
}
.titreck-text:hover:active {
  font-size: 18px;
  color: #818181;
  font-weight: 600;
}
.titreck-title {
  font-size: 22px;
  font-weight: 800;
  font-family: inherit;
}
.maxidrop-main {
  width: auto !important;
}
.product-container.productdetails-view.productdetails h1 {
  font-size: calc(26px + (34 - 24)*((100vw - 300px)/(1600 - 300)));
  line-height: 120%;
  text-transform: inherit;
  display: inline-block;
}
.product-short-description {
    margin: 15px 0;
    padding-left: 18px;
}
.product-short-description li {
    margin-bottom: 4px;
}
.product-short-description {
    list-style: none;
    padding-left: 0;
  padding: 5px !important;
  font-size:20px;
}
.product-short-description li::before {
    content: "✓";
    margin-right: 8px;
    color: #2e7d32;
}
.odstavec-li li {
  padding: 10px 0px;
}
.odstavec-li li img {
  margin-top: -4px;
  margin-right: 10px;
}
.com_content.-body.view-article.layout-blog .tck-article.com-content-article.item-page {
  max-width: 800px;
  margin: 0px auto;
}
.com-content-category-blog__item.blog-item.tck-article {
  margin-bottom: 2em;
}
#mena, #kosik {
  margin-top: 9px;
  font-size:14px;
}
#hledat > .inner {
  margin-top: 8px;
  font-size:14px;
}
/*KOSIK ROZBALOVACI*/
.dropdownCart-btn:focus {
  background: #555;
}
#vmCartModule .vm-img-desc {
  display: none;
}
.dropdownCart .vm-customfield-mod span {
  float: left;
}
.dropdownCart-btn::after {
  display:none;
}
.dropdownCart-container {
    position: absolute;
     top: 100%;
    right: 0;
    width: 340px;
    max-width: calc(100vw - 20px);
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 .75rem 2rem rgba(0,0,0,.15);
    padding: 1rem;
    z-index: 10000;
    display: none;          
}
.dropdownCart-btn img {
  filter: brightness(0) invert(1) opacity(0.7);
}
/* levé zarovnání (pokud je zapnuto v modulu) */
.dropdown_align_left {
    right: auto;
    left: 0;
}
/* oddělení položek */
.dropdownCart-container .product_row {
    padding: .75rem 0;
}
.dropdownCart-container .product_row + .product_row {
    border-top: 1px solid var(--bs-border-color);
}
/* === HLAVNÍ GRID POLOŽKY === */
.dropdownCart-container .product_row_info {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-template-areas:
        "image name"
        "image price";
    column-gap: .75rem;
    row-gap: .25rem;
    align-items: start;
}
/* === OBLASTI GRIDU === */
.dropdownCart-container .product_row_info .image {
    grid-area: image;
}
.dropdownCart-container .product_row_info .product_name {
  grid-area: name;
  text-align: left;
  padding: 0px;
}
.dropdownCart-container .product_row_info .product_price {
    grid-area: price;
}
/* === OBRÁZEK === */
.dropdownCart-container .product_row_info .image img {
    width: 70px;
    height: auto;
    border-radius: .5rem;
    object-fit: cover;
}
/* === NÁZEV PRODUKTU === */
.dropdownCart-container .product_name {
    font-size: .95rem;
    font-weight: 500;
    line-height: 1.3;
}
.dropdownCart-container .product_name a {
    text-decoration: none;
}

/* === CENA POD NÁZVEM === */
.dropdownCart-container .product_price {
    font-size: .9rem;
    font-weight: 600;
    color: var(--bs-secondary-color);
    text-align: left;
}
.dropdownCart-container .product_price .quantity {
    font-weight: 700;
    margin-right: .25rem;
}
/* =========================================================
   CELKOVÁ CENA + TLAČÍTKO
   ========================================================= */
.dropdownCart-container .total {
    margin: 1rem 0 .75rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
}
.dropdownCart-container .show_cart a {
    display: block;
    width: 100%;
    text-align: center;
    padding: .6rem 1rem;
    border-radius: .75rem;
    background: var(--bs-primary);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
/* ==============================
   DROPDOWN – OPEN ON HOVER
   ============================== */
.dropdownCart {
    position: relative;
}
.dropdownCart-container {
    display: none;
}
/* otevření při hoveru */
.dropdownCart:hover .dropdownCart-container {
    display: block;
}
/* ==============================
   DROPDOWN CART BUTTON – INLINE
   ============================== */
.dropdownCart-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
}
/* ikona */
.dropdownCart-btn .dropdownCart-icon {
    display: flex;
    align-items: center;
}
/* text */
.dropdownCart-btn .total_products {
    display: inline-block;
    font-size: .9rem;
    font-weight: 500;
}
@media (hover: hover) {
    .dropdownCart:hover .dropdownCart-container {
        display: block;
    }
}
.dropdownCart-container {
  z-index: 1000;
}
/* =========================================
   CART BUTTON – CLEAN GREY STYLE
   ========================================= */
.dropdownCart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: .6rem;
    padding: 3px; /* větší levé odsazení */
    border-radius: 0; /* žádné zaoblení */
    background: rgba(255,255,255,0.15); /* stejná šedá jako lupa */
    color: #fff;
    transition: all 0.2s ease;
}
/* Ikona víc odsazená od levého okraje */
.dropdownCart-btn .dropdownCart-icon {
    margin-left: .4rem;
    font-size: 1.1rem;
}
/* Hover */
.dropdownCart-btn:hover {
    background: rgba(255,255,255,0.3);
}
/* Klik */
.dropdownCart-btn:active {
    transform: scale(0.97);
}
/* Badge */
.dropdownCart-btn .total_products {
background: #e5a607;
    color: #000;
    font-size: .75rem;
    font-weight: 700;
    padding: 2px 6px;
}

/* ROZEVÍRACI POLEschovat Chosen */
.chosen-container{
    display:none !important;
}
/* zobrazit původní select */
.vm-chzn-select{
    display:block !important;
}
.product-field-display select{
    width:100%;
    height:40px;
    padding:0 12px;
    border:1px solid #ccc;
    background:#fff;
    font-size:14px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    cursor:pointer;
}
/* šipka dropdownu */
.product-field-display{
    position:relative;
}
.product-field.product-field-type-S .product-field-display::after{
    content:"▼";
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    font-size:11px;
    pointer-events:none;
}
/* wrapper pole */
.product-field.product-field-type-S{
    display:flex;
    align-items:center;
    gap:2px;
    margin-bottom:2px;
}
/* levý sloupec */
.product-field.product-field-type-S .product-fields-title-wrapper{
    display:block;
    width:150px;
    flex-shrink:0;
}
/* pravý sloupec */
.product-field.product-field-type-S .product-field-display{
    flex:1;
}
/* select */
.product-field.product-field-type-S select{
    width:100%;
    height:38px;
}
/* název pole */
.product-field.product-field-type-S .product-fields-title-wrapper{
    width:100%;
}
/* pravý sloupec */
.product-field.product-field-type-S .product-field-display{
    width:100%;
}
/* select */
.product-field.product-field-type-S select{
    width:100%;
    padding-right:30px; /* místo pro šipku */
}
/* POLE HLEDAT */
#mod_virtuemart_search {
  background: #474747;
  border: 0px;
}
.hledat.tck-module .search {
    position: relative;
    display: inline-block;
}
/* Input pole */
#mod_virtuemart_search {
    color: #fff;
  min-width: 240px;
}
/* Tlačítko */
.search input.button {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: none;
    /*! border-radius: 50%; */
    cursor: pointer;
    font-size: 0;
    color: transparent;
    background-color: rgba(255,255,255,0.15);
    transition: all 0.25s ease;
    background-image: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'>\
    <path d='M21 20l-5.6-5.6a7 7 0 10-1.4 1.4L20 21l1-1zM4 10a6 6 0 1112 0A6 6 0 014 10z'></path>\
    </svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
/*  Hover efekt */
.search input.button:hover {
    background-color: rgba(255,255,255,0.3);
    transform: translateY(-50%) scale(1.1);
}
/* Klik efekt */
.search input.button:active {
    transform: translateY(-50%) scale(0.95);
}
/*KONTAKT + REG/PRI */
#odkaz .tck-module-text p{
display:inline-block;
margin:0 6px;
}
#odkaz img{
height:26px;
width:auto;
filter:grayscale(100%);
opacity:0.9;
transition:all .3s ease;
}
#odkaz img:hover{
filter:none;
opacity:1;
}
#odkaz .inner{
display:flex;
align-items:center;
  justify-content:flex-end;
}
.login-icon {
  cursor: pointer;
}
.logout-link .login-icon {
  filter: grayscale(15%) !important;
}
#login-modal-130 .modal-header {
  padding: 15px;
}
#login-modal-130  .btn.btn-primary {
  background: #b78300;
border: 0px;
}
#login-modal-130 .btn.btn-primary:hover {
  background: #333;
}
#fancybox-content h4 {
  font-size: 18px;
  line-height: 26px;
  border-top: 1px solid;
  margin-top: 1em;
  padding-top: 1em;
  text-align: center;
}
/* moduly obchod na jeden řádek */
#obchod .inner{
display:flex;
align-items:center;
gap:15px;
  margin-top:9px;
}
/* moduly vedle sebe */
#obchod .tck-module{
margin:0;
}
/* měna a košík vedle sebe */
.obchod.menaprepinac{
flex:0 0 auto;
}
.obchod .dropdownCart{
flex:0 0 auto;
}
/*MENA */
.chosen-container.chosen-container-single .chosen-single {
  color: #22262a;
  display: inline-block;
  height: 40px;
  line-height: 1.5;
  padding: 7px 3rem 0px 1rem;
  vertical-align: middle;
}
.obchod.menaprepinac.tck-module #virtuemart_currency_id {
  display: inherit !important;
  cursor: pointer;
  background: #626262;
  color: #d4d4d4;
  border-radius: 0;
height: 34px;
  border: 0px;
  padding: 3px 10px;
}
.obchod.menaprepinac.tck-module #virtuemart_currency_id_chosen {
  display: none;
}
#q_123_button {
  margin-top: -3px;
  padding: 6px 12px;
  background: #222;
  color: #fff;
  height: 37px;
}
#q_123_button:hover {
  background: #e94e1b;
}
#q_123_button:focus {
  border: 0px;
  box-shadow: none;
}
#cf_form_123 {
  margin-top: 10px;
}
.mod-breadcrumbs.breadcrumb.px-3.py-2 {
  padding-left: 0px !important;
  margin-left: 0px;
  text-transform: uppercase;
  /*produkt detail*/
}
  .product-description {
  text-align: left;
  }
.text-center, .center {
  text-align: left;
}
.spacer-buy-area .PricesalesPrice {
  font-size: 28px;
  line-height: 110%;
  color: #222;
  font-weight: 800;
}
.spacer-buy-area .product-price {
  line-height: 26px;
  text-align: left;
  float: inherit;
}
.spacer-buy-area span.vm-price-desc {
  font-size: 14px;
}
.product-short-rozmery {
  margin-bottom: 10px;
  text-transform: lowercase;
  border-bottom: 1px solid;
  padding-bottom: 1em;
  font-weight: 400;
}
.product-short-rozmery .product-fields-title {
  text-transform: capitalize;
  font-weight: 600;
  min-width: 95px;
  display: inline-block;
  color: #000;
  text-align: right;
}
.back-to-category a.product-details {
  background: #333333;
  color: #fff;
  padding: 4px 8px;
  border: 0px;
  font-size: 16px;
}
.back-to-category a.product-details:hover {
  background: #777777;
}
span.addtocart-button input.addtocart-button {
  background: #333333;
}
.spacer-buy-area .addtocart-button {
  background: #215773; !important;
  border: 0px !important;
  width: 250px;
  letter-spacing: 0px !important;
  font-size: 18px !important;
  text-transform: uppercase;
}
.spacer-buy-area .addtocart-button:hover {
  background: #09649b !important;
  color: #f7f7f7 !important;
 }
.spacer-buy-area .availability {
  text-align: center;
  margin: 10px 2px 0px;
  display: inline-block;
  padding: 4px 12px;
  font-size: 16px;
  color: #000;
  border-radius: 4px;
  border: 1px solid;
}
.product-field-display .chosen-container.chosen-container-single .chosen-single {
  color: #22262a;
  display: inline-block;
  height: 40px;
  line-height: 1.5;
  padding: 7px 3rem 0px 1rem;
  vertical-align: middle;
  min-width: 240px;
}
.logovyrobce {
  width: 120px;
  height: auto;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.flex-box-1.top-nabidka {
  text-align: left;
}
.flex-box-1.top-nabidka h3 {
  text-align: left !important;
  color: #e94e1b;
  margin-bottom: 0px
}
/* kategorie*/
.spacer.product-container .availability {
  text-align: center;
  margin: 2px auto;
  width: 200px;
  height: auto;
  font-size: 16px;
  color: #11455a;
  border: 1px solid #11455a;
}
.spacer.product-container h2 a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.spacer.product-container h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin: 1em 0.5em 0.2em;
}
.spacer.product-container:hover {
  filter: grayscale(100%);
  box-shadow: 0px 0px 10px #ccc;
}
.spacer.product-container .PricesalesPrice.vm-display.vm-price-value .PricesalesPrice {
  font-size: 16px;
  color: #333333;
  font-weight: 800;
}
.PricediscountAmount.vm-display.vm-price-value .PricediscountAmount {
  color: #e10000 !important;
  font-weight: 600;
}
p.product_s_desc {
  line-height: 20px;
  height: 50px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
}
.vm3pr-2,.vm3pr-3,.vm3pr-4,.vm3pr-5 {
  text-align: center;
  margin: 0px auto;
  display: flex;
  justify-content: center;
}
.vm-product-descr-container-0 {
  min-height: auto;
  margin-bottom: 0px;
}
.vm-product-descr-container-1 {
  min-height: 60px;
  margin-bottom: 2px;
}
div.vm-details-button a, .buttonopc {
  padding: 11px 16px;
  border: 1px solid #434343;
  font-size: 18px;
  max-width: 85%;
  width: 192px;
  line-height: 18px;
  background:#333333;
  color: #fff;
}
div.vm-details-button a:hover, .buttonopc:hover {
  background-position: 0 -40px;
  color: #efefef;
  background: #222;
 }
.vm-product-rating-container {
  text-align: center;
}
.orderlistcontainer {
  font-size: 16px;
}
.orderlistcontainer .title {
  display: none;
}
.vm-pagination.vm-pagination-top {
  display: none;
}
.vm-pagination.vm-pagination-bottom {
  float: none;
  margin-top: 1em;
}
.vm-pagination.vm-pagination-bottom  .pagenav {
  padding: 3px 8px;
  margin: 0 4px;
  border: 1px solid #1e1e1e;
  background-color: #fafafa;
  color: #222;
  font-size: 16px;
}
.vm-pagination.vm-pagination-bottom .vm-page-counter {
  float: none;
  font-size: 16px;
}
.floatright.display-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
}
.floatright.display-number #limit {
  margin: 0px 0px 0px 10px;
}
/* =========================================
   PRODUCT COLOR VARIANTS – FIXED VERSION
   ========================================= */
/* kontejner variant */
.product-fields .product-field-type-M {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/* wrapper */
.form-check {
    position: relative;
    margin: 0;
    padding: 0;
}
/* skrytí radio inputu */
.form-check-input {
    position: absolute;
    opacity: 0;
}
/* label jako sloupec */
.product-fields .product-field-type-M label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    text-align: center;
    width: 70px;
    font-size: 14px;
}
/* obrázek barvy */
.form-check-label img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 3px solid transparent;
    transition: all .2s ease;
}
/* název barvy */
.vm-img-desc {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.2;
}
/* cena varianty */
.product-field-display .form-check-label span {
    font-size: 12px;
    line-height: 1.2;
}
/* hover */
.form-check-label:hover img {
    transform: scale(1.05);
    border-color: #888;
}
/* vybraná varianta */
.form-check-input:checked + label img {
    border: 3px solid #000;
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
}
.product-fields input:checked + label img {
    border: 2px solid #000;
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
    transform: scale(1.12);
}
.product-fields .form-check-label > span {
  font-size: 10px;
  color: #fff;
  background: #000;
  padding: 2px 5px;
  border-radius: 3px;
  position: absolute;
  top: -4px;
  right: 0;
}
.product-fields label img {
    transition: transform .18s ease, box-shadow .18s ease;
}
/*modul produkty*/
.vmproduct-produkty-1.productdetails {
  text-align: center;
}
.vmgroup-produkty-1 {
  text-align: center;
}
.vmgroup-produkty-1 .spacer {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin: 1em;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #ccc;
}
.vmgroup-produkty-1 .spacer:hover {
  filter: grayscale(100%);
  box-shadow: 0px 0px 10px #ccc;
}
.vmgroup-produkty-1 .spacer a {
  color: #000;
}
.vmgroup-produkty-1 .product-price {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  color: #955635;
  display: inline-block;
  float: none;
  padding-top: 10px;
}
/*dotaz na produkt*/
.ask-a-question-view{
  padding: 10px;
}
a.ask-a-question {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  margin: 2px;
  background:#333333;
  color: #fff;
  padding: 4px 12px;
  border: 0px;
  font-size: 16px;
}
a.ask-a-question:hover {
  color: #fff;
  text-decoration: none;
  background: #777;
}
.ask-a-question-view input.counter, .ask-a-question-view input#name, .ask-a-question-view input#email {
  width: 100%;
  background: #fff;
  font-size: 18px;
}
.askform td {
  word-break: inherit;
  font-size: 18px;
}
.askform #name, .askform #email, .askform #comment {
  min-height: auto;
}
.ask-a-question-view h2 {
  font-size: 21px;
}
.ask-a-question-view .product-summary {
  margin: 2px 0 0;
}
#counter {
  min-height: auto;
  width: 100px;
  padding: 5px;
}
.ask-a-question-view .form-field .submit {
  width: 100%;
}
.submit .floatleft {
  float: none;
  display: inline-block;
}
.submit .width50 {
  width: auto;
}
.ask-a-question-view .formErrorContent {
  display: none;
}
.produkt-produkt-pokladna {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/*objednavka-podekovani*/
.checkout_step_3 {
  text-align: center;
}
.vm-wrap.vm-order-done {
  padding: 1em;
}
.vm-wrap.vm-order-done .vm-button-correct, .vm-button-correct:link{
  border-radius: 0px;
  margin: 1em 10px 1em;
  background: #e94e1b;
    background-image: none;
  border: 0px !important;
  width: 250px;
  letter-spacing: 0px !important;
  font-size: 18px !important;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 500;
  color: #fff;
}
.vm-wrap.vm-order-done  .vm-button-correct:hover {
  color: #fff;
  background: #222 !important;
}
#vmMainPageOPC input.updatebtn {
    width: 36px;
    height: 36px;
    margin-top: 10px;
    margin-left: 8px;
    background: url('/templates/kydex/images/ico-refresh-black.svg') no-repeat center;
background-size: 26px;
  border: 0px solid #ccc;
    border-radius: 0px;
    cursor: pointer;
    text-indent: -9999px; /* schová text */
    overflow: hidden;
}
#vmMainPageOPC input.updatebtn:active {
    transform: rotate(180deg);
}
div#basket_container input.inputbox_update {
  max-width: 40px !important;
  height: 28px;
  text-align: center;
}
div#onepage_main_div .tabcontent3 h3, div#onepage_main_div h3.payment_h3, div#onepage_main_div h3.shipping_h3 {
  background: none repeat scroll 0 0 #e7e7e7;
  border-top: 0px solid #d7d7d7;
  color: #000;
}
div#vmMainPageOPC, div#onepage_main_div h3, #payment_html label {
  font-family: inherit !important;
  font-size: inherit !important;
 text-transform: inherit !important;
}
#vmMainPageOPC div#onepage_useraddresses {
  padding: 6px 0 6px 15px;
}
div#vmMainPageOPC fieldset {
}
div#vmMainPageOPC div#payment_html label span.vmpayment_description {
  clear: both;
  display: inline-block;
}
.vmCartShipmentLogo {
  cursor: pointer;
}
div#opc_unlogged_wrapper .formLabel {
  line-height: 40px;
}
#vmMainPageOPC .formField input[type="text"]{
  border: 1px solid #484848;
height: 30px;
  line-height: 33px;
  min-height: 40px;
}
#vmMainPageOPC fieldset {
  color: #555555;
  font-family: inherit !important;
}
#vmMainPageOPC select {
  margin: 0px;
  font-size: 18px;
  }
#vmMainPageOPC input#confirmbtn.buttonopc {
  background: #222 !important;
  border: medium none;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 !important;
  width: 222px !important;
  text-align: center;
  text-transform: uppercase;
}
#vmMainPageOPC input#confirmbtn.buttonopc:hover {
  background: #e7511e !important;
}
#phone_1_div {
  margin-top: 12px !important;
}
.com-users-login.login {
  max-width: 600px;
  margin: 0px auto;
}
.chosen-container.chosen-container-single .chosen-single {
  background: #eaedf0 url(/media/templates/site/cassiopeia/images/select-bg.svg) no-repeat right 0rem center;
}
.opc_unlogged_wrapper #onepage_main_div {
  display: block;
}
/* základ tabů */
.opc_unlogged_wrapper ul#vmtabs.shadetabs li a {
    background: #333;          /* tmavší než tvoje #333 */
    color: #fff;
    text-transform: uppercase;
    padding: 8px 16px;
    font-weight: 500;
    line-height: 1.4;
    transition: all 0.25s ease;
font-family: Open Sans;
}
/* hover */
.opc_unlogged_wrapper ul#vmtabs.shadetabs li a:hover {
    background: #2d2d2d;
    color: #fff;
}
.opc_unlogged_wrapper ul#vmtabs.shadetabs li.selected a,
.opc_unlogged_wrapper ul#vmtabs.shadetabs li a.selected {
    background: #e5a708;   /* zluta */
    color: #202020;
font-size: 18px;
  font-weight: 600;
}
/* jemné oddělení tabů */
.opc_unlogged_wrapper ul#vmtabs.shadetabs li {
    margin-right: 4px;
}
/* případně stín aktivního */
.opc_unlogged_wrapper ul#vmtabs.shadetabs li.selected a {
    box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
}
.opc_unlogged_wrapper .shadetabs {
  padding: 6px 0;
}
.wrap_login a, #vmMainPageOPC div#agreed_div a {
  color: #11455a;
}
.form-control {
  font-size: inherit;
}
.show_cart a.details, div.details{
background: #434343;
  border: solid #0C0C0C 1px;
  color: #fff;
  text-transform: uppercase;
  line-height: 160%;
  padding: 5px 8px 5px;
}
/*sledovani obejdnavky*/
.vm-orders-list {
  text-align: center;
}
#com-form-order-pass {
  padding-top: 15px;
}
.tlacitko-sledovani {
  margin-top: 1em;
}
#navigace-hlavni a:hover, #navigace-hlavni a:focus {
  color: #000;
}
#navigace-hlavni a {
  color: #000;
}
.vm-search-custom-search-input {
  display: none;
}
#fancybox-title-inside {
  display: none;
}
.product-fields .product-field .vm-img-desc {
  font-size: 14px;
}
div#vmMainPageOPC div#basket_container div.op_basket_row #tt_total_basket {
  color: #333333;
  font-weight: bold;
}
/* Parent item – kvůli absolutnímu nadpisu */
.com-content-category-blog__item {
    position: relative;
    overflow: hidden;
}
/* Nadpis posunutý výš (100px nad spodkem obrázku) */
.com-content-category-blog__item .tck-article-title {
    position: absolute;
    left: 0;
    bottom: 100px; /* ← TVOJE ÚPRAVA */
    width: 100%;
    margin: 0;
    padding: 14px 18px;
    background: rgba(0,0,0,0.55);
    color: #fff !important;
    font-size: 20px;
line-height: 26px;
    font-weight: 700;
    z-index: 10;
    box-sizing: border-box;
    /* Slide animace */
    transform: translateY(0);
    transition: transform 0.35s ease, background 0.3s ease;
}
/* Odkaz v nadpisu */
.com-content-category-blog__item .tck-article-title a {
    color: #fff !important;
    text-decoration: none;
}
.com-content-category-blog__item .tck-article-title a:hover {
    color: #ffbf00 !important;
}
/* Obrázek – zoom + stín + radius */
.com-content-category-blog__item figure img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;

    /* TVŮJ DESIGN */
    -webkit-box-shadow: -10px 0px 13px -7px #000000,
                        10px 0px 13px -7px #000000,
                        0px 6px 18px 8px rgba(58,58,58,0.43);
    box-shadow:          -10px 0px 13px -7px #000000,
                        10px 0px 13px -7px #000000,
                        0px 6px 18px 8px rgba(58,58,58,0.43);
}
/* Zoom obrázku při hoveru */
.com-content-category-blog__item:hover figure img {
    transform: scale(1.08);
}
/* Nadpis při hoveru vyskočí výš (slide-up) */
.com-content-category-blog__item:hover .tck-article-title {
    transform: translateY(-10px);
    background: rgba(0,0,0,0.65);
}
/* Rezerva pro absolutní nadpis */
.com-content-category-blog__item .item-content {
    padding-top: 50px;
}
.com-content-category-blog.blog.tck-blog .blog-home-uvod {
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 0px 6px 18px 8px rgba(58,58,58,0.43);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 0px 6px 18px 8px rgba(58,58,58,0.43);
}
.clanek-neu.blog4.tck-module .tck-module-title {
  text-align: center;
  margin: 1em;
  color: #5c5c5c;
  font-weight: 600;
  line-height: 40px;
  font-size: 30px;
}
/* GRID článků */
.mod-articlesnews.newsflash{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}
.article-card{
display:block;
position:relative;
overflow:hidden;
border-radius:8px;
text-decoration:none;
color:#fff;
}
.newsflash-image{
margin:0;
}
.newsflash-image img{
width:100%;
height:230px;
object-fit:cover;
display:block;
transition:transform .4s;
}
.article-card:hover img{
transform:scale(1.05);
}
.article-card::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,0));
}
.newsflash-title{
position:absolute;
bottom:0;
left:0;
right:0;
padding:18px;
margin:0;
font-size:20px;
font-weight:600;
line-height:1.3;
color:#fff;
z-index:2;
}
.recenze-klient.tck-module .tck-module-title {
  text-align: center;
  margin: 1em;
}
.reviews-block__slide {
  background: #e8e8e8;
  padding: 14px 10px;
  margin: 5px;
  font-size: 18px;
  font-style: italic;
}
.reviews-block__text {
  color: #222222;
  font-size: 100%;
  line-height: 120%;
  text-align: center;
  margin-bottom: 10px;
  min-height: 130px;
}
.reviews-block__person-name {
  font-family: REM;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 600;
  font-style: normal;
}
.reviews-block__person {
  padding-right: 0px;
}
.reviews-block__person-role {
  color: #595959;
  text-align: center;
  font-style: normal;
}
.nav-bottom-right .owl-nav {
  position: absolute;
  top: auto;
  bottom: -10px;
  right: 47%;
  width: 72px;
}
.nav-bottom-right .owl-nav .owl-prev, .nav-bottom-right .owl-nav .owl-next {
  background-color: rgb(228, 78, 21);
}
.reviews-block__text::after {
display:none;
}
.category-view .product.vm-col-4{
width:25%;
float:left;
}
#ui-tabs ul#tabs li.current {
  background: #333;
  color: #fff;
}
#ui-tabs ul#tabs li {
  display: inline-block;
  cursor: pointer;
  background: #f3af00;
  padding: 8px 16px 8px;
}
#ui-tabs ul#tabs li {
  padding: 8px 16px 8px;
}
#form-login .button {
  margin-left: 1em;
}
table.user-details input {
  border: solid #838383 1px;
  width: 100%;
}
table th, table td {
  padding: 8px;
  vertical-align: center;
  }
[data-id="mobilemenuck-1"] .mobilemenuck-bar-title {
  background: #333 !important;
}
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1:not(.headingck):hover, [data-id="mobilemenuck-1"] .mobilemenuck-item > .level1.open {
  background: #aa7b04;
}
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1 a {
  color: #FFFFFF !important;
  line-height: 35px;
}
[data-id="mobilemenuck-1"].mobilemenuck a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 21px;
}
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1 {
  background: #9FA694;
}
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1 {
  background: #333333;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-weight: 400;
}
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level2 {
  background: #E1E1E1;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1.open {
  background: auto;
}
[data-id="mobilemenuck-1"] .mobilemenuck-item > .level1.open {
  background: #333333;
}
@media (max-width:1200px){
.mod-articlesnews.newsflash{
grid-template-columns:repeat(3,1fr);
}
.d-xl-block {
display: contents !important;
}
.row .product.vm-col {
width: auto;
}
.product.vm-col-4 {
width: 25%;
}
.category-view .product.vm-col-4{
width:25%;
float:left;
}
}
@media (max-width:900px){
.mod-articlesnews.newsflash{
grid-template-columns:repeat(2,1fr);
}
}
@media (max-width:780px){
#odkaz .inner {
  display: block !important;
}
.category-view .product.vm-col-4{
 width:50%;
}
.product-container.productdetails-view.productdetails h1 {
margin-top: 1em;
text-align: center;
}
.product-container.productdetails-view.productdetails .vm-product-container .vm-product-media-container {
width: 100% !important;
}
.vm-product-container > div {
width: 100%;
float: none;
margin-bottom: 15px;
}
.product-short-description {
font-size: 16px !important;
}
.spacer-buy-area .addtocart-button {
width: auto !important;
}
.card-img {
margin-bottom: 10px;  
}
}
#obchod {
display: inline-block!important;
margin-bottom: 10px;
}
.product-field.product-field-type-S{
flex-direction:column;
align-items:stretch;
}
}
@media (max-width:500px){
.mod-articlesnews.newsflash{
grid-template-columns:1fr;
}
.product-fields .product-field-type-M {
gap: 8px;
}
.form-check-label img {
width: 50px;
height: 50px;
}
#obchod .inner{
gap:8px;
}
}
@media (max-width:480px){
.category-view .product.vm-col-4{
width:100%;
}
 #hledat {
 margin-top: 15px;
}
}