

.single,
.page,
.woocommerce-page {
    padding-top: 120px;
}

.woocommerce div.product div.images img {
      border-radius: 20px;
}

ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 20px;
  }

.woocommerce-product-gallery .flex-viewport {
      margin-bottom: 20px;
  }

.woocommerce .h2 {
  font-size: 32px;
}

.secondary-1 {
    display: flex;
    list-style: none;

}


.single header.bg-saunia, .page header.bg-saunia, .woocommerce-page header.bg-saunia {
    background: #672138;
}

.single header.bg-saunia .logo, .page header.bg-saunia .logo, .woocommerce-page header.bg-saunia .logo  {
    content: url(../images/saunia-logo.svg);
    height: 40px;
}

header.bg-saunia .modal-content {
  background-color: #672138;
}

header.bg-saunia .soc {
  border-top: 1px solid #784f5d!important;
}

header.bg-saunia .saunia a {
  color: #fff!important;
}

.woocommerce div.product p.stock {
    font-size: .92em;
    font-weight: 700;
    margin: 14px 0;
}

.sale .price {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

ins {
    text-decoration: none;
}

.sale del {
    font-size: 22px;
}

.woocommerce ul.products li.product .price del {
    font-size: 16px;
}

.woocommerce ul.products li.product .onsale {
    top: 20px;
    left: 10px!important;
    right: auto;
  }

.woocommerce span.onsale {
    top: 1.5em;
    left: 11.5em;
    background-color: #fed703;
    color: #000000;
}



.woocommerce div.product .out-of-stock {
    color: #9f0b0b!important;
    font-size: 24px!important;
}


table.variations th, table.variations td, table.variations tr, .woocommerce table.variations {
    border: 0!important;
    vertical-align: baseline;
    padding: 0;
}

table.variations tr:hover {
background: none;
}

table.variations tr {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    width: 270px;
    margin-bottom: 30px;
}

a.reset_variations {
    display: none!important;
}

.woocommerce div.product p.stock {
    font-size: .92em;
    font-weight: 700;
    margin: 0px 0 10px;
}

li.product.type-product.post-1034 h2 {
  padding: 10px 20px!important;
}

li.product.type-product.post-1034 .price,
li.product.type-product.post-1061 .price {
    margin-top: 30px;
}

.columns-3 li.product.type-product.post-1034 .price,
.columns-3 li.product.type-product.post-1061 .price {
    margin-top: 25px;
}

.columns-3 .post-1034 h2.woocommerce-loop-product__title,
.columns-3 .post-1061 h2.woocommerce-loop-product__title {
    padding: 10px 80px!important;
}

.fav-tic .columns-3 .post-1050 p {
    padding: 10px 30px 0px;
}

.category-entry {
    display: flex;
    gap: 60px;
    justify-content: center;
    margin-bottom: 50px;
}

.category-entry a img {
    max-width: 150px;
}

.category-entry a {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: #000;
  justify-content: center;
  gap: 20px;
}

.category-entry a span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
    padding: 24px 24px;
    color: #000;
    background: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #000;
    font-family: 'Roboto';
    display: table;
    cursor: pointer;
    font-weight: 500;
    border-radius: 10px;
    letter-spacing: 3px;
    width: 245px;
    margin-top: 32px;
}

.button.single_add_to_cart_button.button.alt.wp-element-button:hover {
  background: #000;
  color: #fff;
}


.lang-item-cs img {
    content: url(../images/flags/czech.svg);
    height: 23px!important;
    width: 23px!important;
}

.lang-item-en img {
    content: url(../images/flags/english.svg);
    height: 23px!important;
    width: 23px!important;
}


#cenik .pricelist p {
    font-size: 14px;
    padding: 14px 0 12px;
}


.lang-item-de img {
    content: url(../images/flags/germany.svg);
    height: 23px!important;
    width: 23px!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: 0;
}

.woocommerce-product-details__short-description ul {
  font-weight: 100;
  font-size: 18px;
  list-style-type: square;
  padding: 0 0 0 30px;

}

.woocommerce-product-details__short-description ul li {
  padding: 5px 0px;


}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: 0;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    padding: 0px 0 60px;
    font-size: 36px;
    font-weight: 600;
    color: #88c005;
}


ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    justify-content: center;
}


h2.woocommerce-order-details__title {
    font-size: 24px;
}

h2.woocommerce-column__title {
    font-size: 24px;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    position: static;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    text-align: left;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
    text-align: left;
}

p.date-rewiev {
    font-size: 13px;
}

p.name-rewiev {
    font-weight: 500;
}

p.star-rewiev {
    padding: 5px 0;
}


form.woocommerce-ordering {
    display: none;
}

p.woocommerce-result-count {
    display: none;
}

.woocommerce ul.products li.product {
    transition: all 0.5s;
}

.woocommerce ul.products li.product:hover {
    transform: scale(1.03);
}


.top-header ul#menu-sekundarni-menu a:hover {
  color: #a3a3a3;
}

.secondary-1 a:hover {
  color: #a3a3a3;
}

div#order_review {
    margin-top: 30px!important;
    padding: 30px;
    background: #fafafa;
}

.woocommerce table.shop_table td {
  max-width: 140px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
}

td.product-thumbnail img {
    max-width: 100px;
}


.woocommerce-checkout h3 {
    font-size: 32px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom: 1px solid #000;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding: 24px 32px;
    color: #fff;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #000;
    font-family: 'Roboto';
    display: table;
    cursor: pointer;
    font-weight: 500;
    border-radius: 10px;
    letter-spacing: 3px;
    transition: all 0.2s;
    width: 260px;
    margin-top: 32px;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: #393939;
  border: 2px solid #393939;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 30px 0px;
}

p#firma1_field .checkbox {
    font-size: 17px;
}

input#firma1 {
    transform: scale(1.2);
}

.wpmenucart-icon-shopping-cart-0:before {
    content: url('../images/cart-up.svg');
    margin-right: 8px;
}

a.wpmenucart-contents {
    display: flex;
}

p#firma1_field {
    margin: auto;
    color: #707070;
}


ul#menu-sekundarni-menu-1,
ul#menu-log-out-1 {
    margin: 0;
    padding: 10px;
    border-top: 1px solid #575757;
}

.page-id-127 h2.title-section {
    text-align: left;
    margin-bottom: 10px;
}

ul.menu li a {
    font-size: 17px;
}

.flags {
    display: flex;
    padding: 16px 4px;
}

.woocommerce-page h2.title-section {
    text-align: center;
    margin: 16px 0 30px;
}

.modal-content #menu-sekundarni-menu-1,
.modal-content ul#menu-log-out-1 {
  display: none;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"],
.woocommerce-cart-form__contents .actions {
	display: none;
}


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border-radius: 7px;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.woocommerce form.checkout .form-row {
    margin: 0px 0 16px;
    width: 47%;
}

.woocommerce .woocommerce-cart-form tr,
.woocommerce .woocommerce-cart-form th,
.woocommerce .woocommerce-cart-form td,
.woocommerce .woocommerce-cart-form table,
.woocommerce .cart-collaterals tr,
.woocommerce .cart-collaterals th,
.woocommerce .cart-collaterals td,
.woocommerce .cart-collaterals table,
.woocommerce .woocommerce-checkout-review-order tr,
.woocommerce .woocommerce-checkout-review-order th,
.woocommerce .woocommerce-checkout-review-order td,
.woocommerce .woocommerce-checkout-review-order table {
    border-right: 0!important;
    border-left: 0!important;
  }

  .woocommerce .woocommerce-checkout-review-order tr,
  .woocommerce .woocommerce-checkout-review-order th,
  .woocommerce .woocommerce-checkout-review-order td,
  .woocommerce .woocommerce-checkout-review-order table {
  border-top: 0!important
}

ul.wc_payment_methods.payment_methods.methods {
    display: none;
}


.woocommerce-additional-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.woocommerce-additional-fields {
    width: 100%;
}


.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
}

.order-summary {
    width: 50%;
}

  div#payment .form-row.place-order {
      width: 100%;
  }

  div#order_review {
    margin-top: 30px!important;
    padding: 30px;
    border-radius: 10px;
    background: #fafafa;
}

  form.checkout.woocommerce-checkout {
    display: flex;
    gap: 70px;
  }

  .woocommerce-privacy-policy-text p {
    font-size: 14px;
    letter-spacing: 0.1px;
}

.woocommerce-message a.button.wc-forward.wp-element-button {
    display: none;
}
.woocommerce-message::before {
    content: "\e015";
    color: #bbd52a;
    font-size: 17px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
}

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 20px;
    width: 22%;
    flex-direction: column;
}

.single-product h2 {
    font-size: 45px;
}

ul.products.columns-4::before,
ul.products.columns-4::after {
    display: none;
}


p#order_comments_field {
    width: 100%;
}

.customer_login {
  display: flex;
  flex-direction: row;
}

.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
    width: 78%;
}

ol.flex-control-nav.flex-control-thumbs img {
    min-width: 110px;
}


.bar {
  display: none;
  align-items: center;
  gap: 20px;
  text-align: center;
  margin: auto;
  justify-content: center;
  max-width: 500px;
  margin: 50px auto 30px;
}

hr {
  height: 1px;
  width: 50px;
  background: #DBDBDB;
  border: 0;
}

.bar a {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  text-align: center;
}

.bar a img {
  width: 70px;
}


.table-product {
    display: flex;
    gap: 10px;
    margin: 0 0 13px;
    background: #fff;
    overflow: hidden;
    align-items: center;
    text-align: center;
    font-weight: 400;
    border: 0.5px solid #D9D9D9;
border-radius: 5px;

}

.table-product-first {
    display: flex;
    gap: 3px;
    margin: 0 0 14px;
    background: none;
    font-size: 14px;
    overflow: hidden;
    color: #979797;
    font-weight: 300;
    border-radius: 10px;
    align-items: center;
    text-align: center;
}

.table-product.cart-subtotal {
    padding: 23px 15px;
    text-align: left;
    justify-content: space-between;
}

.table-product.cart-subtotal .w-col-30{
  text-align: right;
}

.w-col-10 {
  width: 10%;
}

.w-col-15 {
  width: 15%;
}


.w-col-20 {
  width: 20%;
}

.w-col-25 {
  width: 20%;
}

.w-col-30 {
  width: 30%;
}

.w-col-40 {
  width: 40%;
}

.w-col-50 {
  width: 50%;
}

.w-col-25.product-total {
    text-align: right;
    padding-right: 16px;
}


.block{
  display: flex!important;
}


  form.woocommerce-form.woocommerce-form-register.register p {
      font-size: 12px;
      margin: 10px 0 30px;
  }


  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
      width: 30px;
      height: 43px;
      line-height: 30px;
      display: flex;
      text-align: center;
      color: #444;
      background-color: #eeeeee;
      font-size: 12px;
      align-items: center;
      justify-content: center;
      font-weight: 400;
      cursor: pointer;
    }

.woocommerce .button-dark {
  margin-top: 0;
  transition: 0.4s
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  height: auto;
  width: 50px;
  border:0;

}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex img {
  margin-top:30px;
}

.woocommerce-MyAccount-content h2 {
    font-size: 30px;
    margin-top: 39px;
}

.woocommerce .woocommerce-customer-details address {
  padding: 32px;
  line-height: 1.3;
}

.woocommerce table,
.woocommerce tr,
.woocommerce td,
.woocommerce th {
  border: 1px solid #e8e8e8!important;
  border-collapse: collapse!important;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 14px 8px;
    vertical-align: middle;
}


.woocommerce table.my_account_orders .button.
.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
    white-space: nowrap;
    background: #000;
    color: #fff;
}



mark {
    background: none;
    font-weight: 800;
}

.qib-container {
    background: #F5F5F5;
    font-family: Roboto;
}


.woocommerce form .form-row label {
    line-height: 2;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

fieldset {
    padding: 30px;
    margin: 40px 0;
    border: 0;
    border-radius: 18px;
    box-shadow: 1px 0 20px rgba(0,0,0,0.1);
}
.woocommerce-form-row em {
  font-size: 12px;
}
legend {
    font-family: 'Roboto';
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 40px;
    background: #2f2f2f;
    padding: 10px 20px;
    margin: 30px 0 0;
    color: #fff;
}
textarea {
  padding: 20px 20px;
    font-family: 'Roboto', sans-serif;
    border: 0;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 300;
    height: 10em;
}

.menu-eshop-container .current-menu-item a {
    background: #e4e4e4!important;
}

.woocommerce a.remove {
    margin: auto;
    color: #b41e1e!important;
    text-decoration: none;
    font-weight: 400!important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 24px 0;
    color: #fff;
    background: #000;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #000;
    font-family: 'Roboto';
    display: table;
    cursor: pointer;
    font-weight: 500;
    border-radius: 10px;
    letter-spacing: 2px;
    width: 100%;;
    margin-top: 12px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    color: #fff;
    background: #3E3E3E;
    border: 2px solid #3E3E3E;

}

.cart_totals.calculated_shipping h2,
section.related.products h2,
.woocommerce-Tabs-panel h2 {
    font-size: 32px;
}



section.related.products {
    text-align: center;
    background: #F5F5F5;
    margin-top: 70px;
    padding: 50px 30px 10px 30px;
}

section.related.products li.product.type-product {
    background: #fff;

  }
section.related.products ul.products {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid #eaeaea;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: #fff;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 13px 3em;
}

a.back {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    color: #2f2f2f;
    background: url(../images/back.svg) no-repeat 0px 1px;
    background-size: 14px;
    padding-left: 24px;
    opacity: 0.7;
}

a.back:hover {
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    flex-wrap: wrap;
}

.rew:nth-child(even) {
    border-right: 0;
    border-bottom: 1px solid #D9D9D9;
}

.rew {
    width: 45%;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 30px;
}

.rew p {
    font-size: 16px;
}

.rew:nth-last-child(-n+2) {
  border-bottom: 0;
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: none;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
      background: #f4f4f4;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
display: block;
border: 1em solid #f4f4f4;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -0.75em;
left: 0;
margin: -1em 0 0 2em;
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    background: #000;
    font-family: Roboto;
    padding: 15px 20px;
    border-radius: 9px;
    text-transform: uppercase;
    color: #fff;
}

.woocommerce-account .addresses .title h3 {
    font-size: 24px;
}


input,
select,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 20px 20px;
font-family: 'Roboto', sans-serif;
border: 0;
background: #f2f2f2;
font-size: 16px;
font-weight: 300;
}

select,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  -webkit-appearance: none;
}

.select2-container .select2-selection--single {

    height: 70px;
  }


  span.select2-selection__clear {
      display: none;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    border-radius: 6px;
    padding: 15px!important;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 18px;
    right: 11px;
    width: 20px;
}
.w-col-20.product-thumbnail img {
  transform: scale(1.09);
}
span.select2-dropdown.select2-dropdown--below {
    width: 946px;
    border: 0;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
    padding: 20px;
    border-radius: 8px;
}


.woocommerce form .form-row {
      margin: 0px 0 16px;
}


.woocommerce form .form-row label {
    line-height: 2;
    font-size: 14px;
    font-weight: 600;
}


.select2-container--default .select2-selection--single {
  border: 0;
}

.single header,
.page header,
.woocommerce-page header {
  background: #2F2F2F;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 3em;
    padding: 10px 0 30px;
    font-weight: 400;
    font-size: 13px!important;
    letter-spacing: 2px;
    font-size: .92em;
    border-bottom: 1px solid #eaeaea;
    text-transform: uppercase;
    color: #ababab;
}

form.cart button[type='submit']:not(#qib_id):not(#qib_id),
form.cart .qib-container + div:not(#qib_id):not(#qib_id) {
  padding-top: 21px!important;
  padding-bottom: 31px;
  transition: all 0.4s;
}

.qib-button {
  background: none!important;
  border:0!important;
}

.woocommerce-info {
    border-top-color: #64b8ba;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  color: #515151;
border: 0 !important;
background: none;
list-style: none outside;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
width: auto;
word-wrap: break-word;
}
.woocommerce-info::before {
    color: #65b8ba;
}

/*.woocommerce ul {
  margin: 18px 0 18px 30px;
  padding: 0;
  font-size: 18px;
  color: #2F2F2F;
  font-weight: 300;
  line-height: 1.7;
}*/

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0
  }

  nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    padding: 21px 40px;
    max-width: 59%;
    background: #ffffff;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    margin-bottom: 13px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: 0.1s;
    }


      nav.woocommerce-MyAccount-navigation ul li a:hover {
        background: #e2e2e2;
        color: #000;
        padding: 21px 40px;
        border-radius: 30px;
        max-width: 59%;
        display: block;
      }

    li.woocommerce-MyAccount-navigation-link.is-active a {
      background: #2F2F2F;
      color: #fff;
      padding: 21px 40px;
      max-width: 59%;
      border-radius: 30px;
      display: block;
    }



.qib-button:not(#qib_id):not(#qib_id) {
  height: auto!important;
  padding: 20px;
  width:  auto!important;
}

.qib-container > *:not(:last-child):not(#qib_id):not(#qib_id) {
  margin: 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 26px;
  text-transform: capitalize;
  color: #9F9F9F;
padding: 8px 0px 24px;
}

.woocommerce-Tabs-panel--description h2 {
    display: none;
}

.woocommerce-Tabs-panel--description p {
  font-weight: 100;
  padding: 5px 0;

}

p.short strong {
    font-weight: 100;
}

.woocommerce-LoopProduct-link ul {
  display: none;
}


ul#menu-eshop,
ul#menu-eshop-en,
ul#menu-eshop-de {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 24px;
  flex-wrap: wrap;
}


ul.products.columns-4 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 22%;
  float: none;
  margin: 0;
}

ul#menu-eshop li a,
ul#menu-eshop-en li a,
ul#menu-eshop-de li a {
  text-decoration: none;
    padding: 40px 16px;
    background: #F5F5F5;
    border-radius: 15px;
    font-family: 'Roboto';
    display: flex;
    font-style: normal;
    font-weight: 500;
    gap: 10px;
    flex-direction: column;
    font-size: 18px;
    min-width: 160px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #2F2F2F;
}

ul#menu-eshop li a:hover,
ul#menu-eshop-en li a:hover,
ul#menu-eshop-de li a:hover {
  background: #dddddd;
}


ul#menu-eshop li.menu-vstup a::before,
ul#menu-eshop-en li.menu-vstup a::before,
ul#menu-eshop-de li.menu-vstup a::before {
  content: url(../images/menu/ticket.svg);
}

ul#menu-eshop li.menu-jidlo a::before,
ul#menu-eshop-en li.menu-jidlo a::before,
ul#menu-eshop-de li.menu-jidlo a::before {
  content: url(../images/menu/food.svg);
}

ul#menu-eshop li.menu-ubytovani a::before,
ul#menu-eshop-en li.menu-ubytovani a::before,
ul#menu-eshop-de li.menu-ubytovani a::before {
  content: url(../images/menu/bed.svg);
}

ul#menu-eshop li.menu-bedfood a::before,
ul#menu-eshop-en li.menu-bedfood a::before,
ul#menu-eshop-de li.menu-bedfood a::before {
  content: url(../images/menu/bedfood.svg);
}

ul#menu-eshop li.menu-akce a::before,
ul#menu-eshop-en li.menu-akce a::before,
ul#menu-eshop-de li.menu-akce a::before {
  content: url(../images/menu/sale.svg);
}

.menu-eshop-container,
.menu-eshop-en-container,
.menu-eshop-de-container {
    height: auto;
    padding: 30px;
    margin-bottom: 40px;
}

ul#menu-log-out {
    width: 100%;
    display: flex;
    gap: 30px;
}

.page-id-127 h2.title-section {
  text-align: left;
  margin-bottom: 40px;

}

.woocommerce-account .addresses .title .edit {
    float: right;
    font-size: 18px;
    margin-bottom: 10px;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    font-size: 16px;
    margin-bottom: 10px;
    border: 1px solid;
    font-weight: 300;
    text-decoration: none;
    display: table;
    text-align: center;
    padding: 10px;
    border-radius: 9px;
    max-width: 80px;
}

.woocommerce-account .addresses .title .edit:hover {
    background: #000;
    color: #fff;
}

.woocommerce form.login, .woocommerce form.register {
  padding: 40px;
margin: 2em 0;
text-align: left;
box-shadow: 1px 0 30px rgba(0,0,0,0.1);
border-radius: 15px;
border: 0;


}

.woofc-icon-cart10:before {
  content: url(../images/cart-dark.svg);
    width: 22px;
    top: 3px;
    left: -1px;
    position: relative;
  }

.woocommerce-product-details__short-description {
    margin-bottom: 40px;
}

.page-id-124 .title-section {
  display: none;
}

.woocommerce ul.products li.product a img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}


.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-size: 21px;
line-height: 26px;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 10px 18px;
color: #2F2F2F;
}

.woocommerce ul.products li.product .price {
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-transform: capitalize;
  color: #2f2f2f;
  padding: 12px 0 12px;
}

.short {
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
text-align: center;
font-size: 15px;
line-height: 24px;
margin: 5px 0;
padding: 6px 16px 0;
   -webkit-line-clamp: 2;
           line-clamp: 2;
   -webkit-box-orient: vertical;
}


.woocommerce-page .woocommerce-message {
    display: none;
}


li.product.type-product {
    background: #f9f9f9;
    border-radius: 20px;
    padding: 0 0 30px 0!important;
}

.woocommerce ul.products li.product .button {
  content: url(../images/cart-a.svg);
      position: relative;
    width: 25px!important;
      position: relative;
      top: 1px;
}

.woocommerce ul.products li.product .button:hover::before {
  content: url(../images/cart-a.svg);
}


.woocommerce .woocommerce-ordering {
    margin: 0 0 2em;
}

.buttons-loop {
    display: flex;
    justify-content: center;
    gap: 10px;

}

.buttons-loop .button-dark {
    width: auto;
    padding: 17px 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #000;
    font-family: 'Roboto';
    display: table;
    cursor: pointer;
    font-weight: 500;
    border-radius: 10px;
    letter-spacing: 3px;
    margin-top: 0;
}

.qib-container div.quantity:not(#qib_id):not(#qib_id) {
      display: flex;
      align-items: center;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  margin: 30px auto 0;
}

.buttons-loop .button-dark:hover {
  background: #000;
  color: #fff;
}

.woocommerce ul.products li.product .button:hover {
  background: #666!important;
  border: 2px solid #666!important;
}

.woocommerce ul.products li.product .button {

    color: #fff;
    height: auto;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #000;
    font-family: 'Roboto';
    display: table;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    letter-spacing: 1.5px;
    margin: 0;
}

.woocommerce ul.products li.product .button:hover {
  background: #000;
  color: #fff;
}

.woocommerce form.lost_reset_password .form-row {
    margin: 0px 0 16px;
    max-width: 500px;
}


@media only screen and (max-width: 1500px) {


  ul#menu-eshop li a {
      padding: 30px 10px;
      font-size: 15px;
  }

  .space {
      padding: 3vh 0;
  }


}

@media only screen and (max-width: 756px) {

  .woocommerce .woocommerce-breadcrumb {
      margin: 0 0 2em;
      padding: 10px 0 20px;
      font-size: 12px!important;
      letter-spacing: 1px;
      line-height: 23px;
  }

  .woocommerce span.onsale {
      top: 1.5em;
      left: 17px;
      background-color: #fed703;
      color: #000000;
  }

  .category-entry {
    display: flex;
    gap: 11px;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
}


  .category-entry a img {
      max-width: 90px;
      margin: auto;
  }

  .category-entry a {
      display: flex;
      flex-direction: column;
      text-align: center;
      align-content: center;
      text-decoration: none;
      color: #000;
      justify-content: center;
      gap: 10px;
  }




  ol.flex-control-nav.flex-control-thumbs li img {
    height: 80px!important;
    width: 100px!important;
    object-fit: cover;
}

  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 30px;
      text-align: center;
  }

  .woocommerce ul.order_details li {
    border-right: 0;
  }

  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {

      line-height: 1.5;
    }

  .rew {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #D9D9D9;
      padding: 30px;
  }


  #menu-sekundarni-menu-1 .wpmenucart-display-right {
      float: none!important;
  }

  li#wpmenucartli {
    margin: 20px 0;
}


  .woocommerce div.product div.images img {
    border-radius: 10px;
}

form.checkout.woocommerce-checkout {
    flex-direction: column;
}


.w-col-20 {
  display: none;
}

.table-product,
.table-product-first {
  padding: 20px 0px;
}

.table-product {
border-top: 0.5px solid #D9D9D9;
border-right: 0;
border-left: 0;
border-bottom: 0;
margin-bottom: 0;
}


.w-col-25.product-total {
    text-align: right;
    padding-right: 8px;
}

.table-product.cart-subtotal {
    padding: 23px 8px;
}

form.checkout.woocommerce-checkout {
    display: flex;
    gap: 20px;
}

form.checkout.woocommerce-checkout h3 {
  text-align: center;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    letter-spacing: 0.1px;
    text-align: center;
}

div#order_review {
    margin-top: 10px!important;
    padding: 0;
    border-radius: 10px;
    background: none;
}

.w-col-15 {
    width: 30%;
}

.w-col-25 {
    width: 30%;
}

.order-summary,
.woocommerce .col2-set {
    width: 100%;
}

.woocommerce form.checkout .form-row {
    margin: 0px 0 16px;
    width: 100%;
}


.bar a img {
    width: 48px;
}

hr {
    height: 1px;
    width: 10%;
    background: #DBDBDB;
    border: 0;
}

.bar a {

    font-size: 11px;
  }

.bar {
  padding: 0 30px;
  margin: 20px auto 10px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    padding: 14px 0 20px;
}

.woocommerce div.product div.summary {
    text-align: center;
}

.qib-container:not(#qib_id):not(#qib_id) {
    margin-bottom: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 -5px;
    padding: 13px 1.3em;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    text-align: center;
}

.cart_totals.calculated_shipping h2, section.related.products h2, .woocommerce-Tabs-panel h2 {
    font-size: 26px;
}

section.related.products ul.products {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    flex-direction: column;
}

section.related.products {
    text-align: center;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-top: 40px;
    padding: 30px 0px 10px 0px;
}

.content-column .nums li p {
    padding: 0 30px;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 1.992em;
}


ul#menu-eshop {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.menu-eshop-container {
    height: auto;
    padding: 20px;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    padding: 21px 20px;
  }
.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    overflow: scroll;
}
.modal-content #menu-sekundarni-menu-1,
.modal-content ul#menu-log-out-1 {
  display: block;
}


.navigation #menu-sekundarni-menu,
.navigation ul#menu-log-out-1 {
  display: none;
}

.navigation #menu-sekundarni-menu-en,
.navigation #menu-sekundarni-menu-de {
  display: none;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    padding: 0px 0 20px;
  }

ul#menu-sekundarni-menu-1 a,
ul#menu-log-out-1 a {
    font-size: 17px;
    line-height: 2.4rem;
}

 ul#menu-log-out-1 a {
    font-size: 15px;
    line-height: 2.4rem;
}



}


@media only screen and (max-width: 500px) {
.ec-v-form-column .ec-v-form-text, .ec-v-form-column .ec-v-form-input, .ec-v-form-column .ec-v-form-submit {
    padding-left: 0 !important;
    padding-right: 0px !important;
}
}

@media only screen and (min-width: 1300px) {

  .woocommerce div.product div.images .flex-control-thumbs {
      overflow: hidden;
      zoom: 1;
      margin: 0;
      padding: 0;
      max-height: 400px;
      overflow: auto;
  }

  .container {
      max-width: 1280px;
  }

}


@media only screen and (min-width: 1600px) {

  ul.nums p {
      font-size: 15px;
  }

}

@media only screen and (max-width: 1100px) {

   .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
       display: flex;
       flex-direction: column;
     }

     .woocommerce table.shop_table td {
         max-width: 100%;
     }
     .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
    width: 100%;
}

.woocommerce form.checkout .form-row {
  width: 100%;
}

.place-order .flex {
    flex-direction: column;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 35%;
  }

     ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-direction: row;
}


}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 40%;
   }

   ul#menu-eshop {
       display: flex;
       justify-content: center;
       list-style: none;
       gap: 10px;
       padding: 0;
       flex-wrap: wrap;
   }


}

@media only screen and (min-width: 768px) and (max-width: 1280px) {

  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 900;
      font-size: 18px;
    }


  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 900;
      font-size: 18px;
      line-height: 26px;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 5px 8px;
      color: #2F2F2F;
  }

  .woocommerce ul.products li.product .button {
    padding: 16px 13px;
      border: 1px solid #000;
      font-size: 14px;
      letter-spacing: 1px;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 40%;
    margin: 13px;

}
ul.products.columns-4 {
    display: flex;
    gap: 0;
  }


}

@media only screen and (min-width: 1920px) {

  ul.nums p {
      font-size: 18px;
  }

}

@media only screen and (min-width: 2560px) {



}
