/*
Theme Name: Shopio Child
Theme URI: https://demo2.wpopal.com/shopio/
Template: shopio
Author: Opal Team
Author URI: https://wpopal.com/
Description: Shopio is a powerful and modern WooCommerce WordPress Theme. With 30+ Shopio‘s demos and templates to work with, you can create any niche, industry or general store easily.
Tags: wordpress website,business,creative,modern,online store,clean,responsive,shop,blog,fashion,ecommerce,multipurpose,food,furniture,one page
Version: 1.3.3.1769078246
Updated: 2026-04-08 8:00:00

*/

.page-id-47 .col-full,
.page-id-47 #primary,
.page-id-47 .site-main,
.page-id-47 .entry-content,
.page-id-47 .content-area {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ===== KOŠÍK – AQUALIA STYLE ===== */

/* hlavní layout */
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart_totals {
  box-sizing: border-box;
}

/* tabulka košíku */
.woocommerce-cart table.shop_table {
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: transparent;
}

.woocommerce-cart table.shop_table th {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
  padding: 0 0 22px 0;
  border-bottom: 1px solid #e6e6e6;
}

.woocommerce-cart table.shop_table td {
  padding: 32px 0;
  vertical-align: middle;
  border-bottom: 1px solid #ececec;
}

/* produkt */
.woocommerce-cart .product-thumbnail img {
  width: 136px;
  border-radius: 18px;
  display: block;
}

.woocommerce-cart .product-name a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  color: #111;
  text-decoration: none;
}

.woocommerce-cart .product-name a:hover {
  color: #2baee5;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

/* remove */
.woocommerce-cart a.remove {
  color: #9b9b9b !important;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.woocommerce-cart a.remove:hover {
  color: #2baee5 !important;
  background: transparent !important;
}

/* quantity */
.woocommerce-cart .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 180px;
  height: 54px;
  border: 1px solid #dedede;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.woocommerce-cart .quantity .minus,
.woocommerce-cart .quantity .plus {
  width: 54px;
  min-width: 54px;
  height: 54px;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font-size: 26px;
  line-height: 1;
  padding: 0;
  box-shadow: none !important;
}

.woocommerce-cart .quantity .qty {
  width: 60px;
  min-width: 60px;
  height: 54px;
  border: 0 !important;
  background: transparent !important;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  padding: 0;
  margin: 0;
  box-shadow: none !important;
}

/* kupon + update row */
.woocommerce-cart .actions {
  padding-top: 28px !important;
}

.woocommerce-cart .coupon {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.woocommerce-cart .coupon .input-text {
  min-width: 280px !important;
  height: 56px !important;
  border: 1px solid #dddddd !important;
  border-radius: 12px !important;
  padding: 0 20px !important;
  font-size: 17px;
  color: #111;
  background: #fff;
  box-shadow: none !important;
}

/* tlačítka obecně */
.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart input.button,
.woocommerce-cart a.button {
  min-height: 56px;
  border-radius: 12px !important;
  padding: 0 28px !important;
  font-size: 17px;
  font-weight: 700;
  border: 0 !important;
  box-shadow: none !important;
  transition: all .25s ease;
}

/* hlavní modré CTA */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart a.checkout-button,
.woocommerce-cart button[name="proceed"],
.woocommerce-cart .checkout-button {
  background: #2baee5 !important;
  color: #fff !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart a.checkout-button:hover,
.woocommerce-cart .checkout-button:hover {
  background: #2298c8 !important;
  color: #fff !important;
}

/* sekundární tlačítka */
.woocommerce-cart .coupon .button,
.woocommerce-cart button[name="apply_coupon"],
.woocommerce-cart button[name="update_cart"] {
  background: #2f2f33 !important;
  color: #fff !important;
}

.woocommerce-cart .coupon .button:hover,
.woocommerce-cart button[name="apply_coupon"]:hover,
.woocommerce-cart button[name="update_cart"]:hover {
  background: #1f1f22 !important;
  color: #fff !important;
}

/* disabled update button */
.woocommerce-cart button[name="update_cart"]:disabled,
.woocommerce-cart button[name="update_cart"][disabled] {
  background: #b7b7b7 !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* souhrn box */
.woocommerce-cart .cart_totals {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 36px 32px;
  background: #fff;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 28px;
  color: #111;
}

.woocommerce-cart .cart_totals table {
  border: 0 !important;
  margin: 0 0 24px 0 !important;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  border-top: 0 !important;
  border-bottom: 1px solid #ececec !important;
  padding: 18px 0 !important;
  font-size: 16px;
}

.woocommerce-cart .cart_totals table th {
  font-weight: 500;
  color: #111;
}

.woocommerce-cart .cart_totals table td {
  text-align: right;
  font-weight: 600;
  color: #111;
}

.woocommerce-cart .order-total th,
.woocommerce-cart .order-total td {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.woocommerce-cart .order-total td {
  color: #1363aa !important;
}

/* checkout button full width */
.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  justify-content: center;
  display: inline-flex !important;
  align-items: center;
}

/* responsivita */
@media (max-width: 1024px) {
  .woocommerce-cart .coupon .input-text {
    min-width: 220px !important;
  }

  .woocommerce-cart .cart_totals {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .woocommerce-cart table.shop_table td {
    padding: 20px 0;
  }

  .woocommerce-cart .product-thumbnail img {
    width: 90px;
    border-radius: 12px;
  }

  .woocommerce-cart .product-name a {
    font-size: 16px;
  }

  .woocommerce-cart .coupon {
    flex-direction: column;
    align-items: stretch;
  }

  .woocommerce-cart .coupon .input-text,
  .woocommerce-cart .coupon .button,
  .woocommerce-cart button[name="update_cart"] {
    width: 100% !important;
    min-width: 100% !important;
  }

  .woocommerce-cart .quantity {
    min-width: 150px;
    height: 50px;
  }

  .woocommerce-cart .quantity .minus,
  .woocommerce-cart .quantity .plus,
  .woocommerce-cart .quantity .qty {
    height: 50px;
  }

  .woocommerce-cart .cart_totals {
    padding: 26px 20px;
    border-radius: 16px;
  }

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

/* ===== AQUALIA CART TWEAKS ===== */

/* větší mezery mezi sloupci */
.woocommerce-cart table.shop_table th.product-name,
.woocommerce-cart table.shop_table td.product-name {
  padding-right: 56px !important;
}

.woocommerce-cart table.shop_table th.product-price,
.woocommerce-cart table.shop_table td.product-price {
  padding-right: 56px !important;
}

.woocommerce-cart table.shop_table th.product-quantity,
.woocommerce-cart table.shop_table td.product-quantity {
  padding-right: 40px !important;
}

/* produktový název trochu vzdušněji */
.woocommerce-cart .product-name a {
  display: inline-block;
  line-height: 1.45;
}

/* quantity box ať není nalepený */
.woocommerce-cart .product-quantity .quantity {
  margin-right: 12px;
}

/* tlačítka v modré */
.woocommerce-cart .coupon .button,
.woocommerce-cart button[name="apply_coupon"],
.woocommerce-cart button[name="update_cart"],
.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart input.button {
  background: #2baee5 !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

.woocommerce-cart .coupon .button:hover,
.woocommerce-cart button[name="apply_coupon"]:hover,
.woocommerce-cart button[name="update_cart"]:hover,
.woocommerce-cart .button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart input.button:hover {
  background: #2399ca !important;
  color: #fff !important;
}

/* disabled update button taky modře, jen méně výrazně */
.woocommerce-cart button[name="update_cart"]:disabled,
.woocommerce-cart button[name="update_cart"][disabled] {
  background: #7ccfee !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

/* cena celkem modře */
.woocommerce-cart .cart_totals .order-total td,
.woocommerce-cart .cart_totals .order-total .woocommerce-Price-amount {
  color: #2baee5 !important;
}

/* mezery v souhrnu */
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* na menších desktopech trochu menší mezery */
@media (max-width: 1200px) {
  .woocommerce-cart table.shop_table th.product-name,
  .woocommerce-cart table.shop_table td.product-name {
    padding-right: 36px !important;
  }

  .woocommerce-cart table.shop_table th.product-price,
  .woocommerce-cart table.shop_table td.product-price {
    padding-right: 36px !important;
  }

  .woocommerce-cart table.shop_table th.product-quantity,
  .woocommerce-cart table.shop_table td.product-quantity {
    padding-right: 24px !important;
  }
}

/* ===== RESPONSIVE CART FIX ===== */

/* zabrání zalamování ceny */
.woocommerce-cart .woocommerce-Price-amount {
  white-space: nowrap;
}

/* od tabletů dolů (cca <1320px) */
@media (max-width: 1320px) {

  /* menší texty */
  .woocommerce-cart table.shop_table td,
  .woocommerce-cart table.shop_table th {
    font-size: 14px;
  }

  /* název produktu */
  .woocommerce-cart .product-name a {
    font-size: 15px;
  }

  /* cena */
  .woocommerce-cart .product-price,
  .woocommerce-cart .product-subtotal {
    font-size: 15px;
    font-weight: 600;
  }

  /* quantity box menší */
  .woocommerce-cart .quantity {
    transform: scale(0.9);
    transform-origin: left center;
  }

  /* mezery menší */
  .woocommerce-cart table.shop_table th.product-name,
  .woocommerce-cart table.shop_table td.product-name {
    padding-right: 24px !important;
  }

  .woocommerce-cart table.shop_table th.product-price,
  .woocommerce-cart table.shop_table td.product-price {
    padding-right: 20px !important;
  }

  .woocommerce-cart table.shop_table th.product-quantity,
  .woocommerce-cart table.shop_table td.product-quantity {
    padding-right: 16px !important;
  }
}


/* mobil */
@media (max-width: 768px) {

  /* ještě menší text */
  .woocommerce-cart table.shop_table td {
    font-size: 13px;
  }

  .woocommerce-cart .product-name a {
    font-size: 14px;
  }

  /* quantity ještě menší */
  .woocommerce-cart .quantity {
    transform: scale(0.8);
  }

  /* ceny zvýraznit */
  .woocommerce-cart .product-subtotal {
    font-size: 16px;
    font-weight: 700;
  }

  /* tlačítka full width */
  .woocommerce-cart .actions .button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1400px) {
  .woocommerce-cart .cart_totals table.shop_table_responsive tr.order-total th,
  .woocommerce-cart .cart_totals table.shop_table_responsive tr.order-total td,
  .woocommerce-cart .cart_totals table.shop_table tr.order-total th,
  .woocommerce-cart .cart_totals table.shop_table tr.order-total td,
  .woocommerce-cart .cart_totals table tr.order-total th,
  .woocommerce-cart .cart_totals table tr.order-total td {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .woocommerce-cart .cart_totals table.shop_table_responsive tr.order-total td .woocommerce-Price-amount,
  .woocommerce-cart .cart_totals table.shop_table tr.order-total td .woocommerce-Price-amount,
  .woocommerce-cart .cart_totals table tr.order-total td .woocommerce-Price-amount,
  .woocommerce-cart .cart_totals table.shop_table_responsive tr.order-total td .amount,
  .woocommerce-cart .cart_totals table.shop_table tr.order-total td .amount,
  .woocommerce-cart .cart_totals table tr.order-total td .amount {
    font-size: 14px !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
  }

  .woocommerce-cart .cart_totals table.shop_table_responsive th,
  .woocommerce-cart .cart_totals table.shop_table th,
  .woocommerce-cart .cart_totals table th {
    width: 35% !important;
  }

  .woocommerce-cart .cart_totals table.shop_table_responsive td,
  .woocommerce-cart .cart_totals table.shop_table td,
  .woocommerce-cart .cart_totals table td {
    width: 65% !important;
    text-align: right !important;
  }
}

.woocommerce ul.products li.product img {
  height: 220px !important;   /* tvoje “tvrdá výška” */
  width: auto !important;     /* zachová poměr */
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* ===== MINI CART FIX – LEFT ALIGNED ===== */

.widget_shopping_cart_content .woocommerce-mini-cart-item {
  display: grid !important;
  grid-template-columns: 60px 1fr !important;
  grid-template-areas:
    "image title"
    "image qty";
  gap: 10px 14px;
  align-items: start !important;
  padding: 18px 0 !important;
  position: relative;
  text-align: left !important;
}

/* zrušit centrování všeho uvnitř */
.widget_shopping_cart_content .woocommerce-mini-cart-item *,
.widget_shopping_cart_content .woocommerce-mini-cart-item a,
.widget_shopping_cart_content .woocommerce-mini-cart-item span {
  text-align: left !important;
}

/* obrázek */
.widget_shopping_cart_content .woocommerce-mini-cart-item > a:not(.remove):first-of-type {
  grid-area: image;
  display: block !important;
  width: 60px !important;
  min-width: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-self: start !important;
  align-self: start !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item > a:not(.remove):first-of-type img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
}

/* název produktu */
.widget_shopping_cart_content .woocommerce-mini-cart-item > a:not(.remove):not(:first-of-type),
.widget_shopping_cart_content .woocommerce-mini-cart-item > a:not(.remove):last-of-type {
  grid-area: title;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #111 !important;
  text-decoration: none !important;
  justify-self: start !important;
  align-self: start !important;
}

/* quantity + cena */
.widget_shopping_cart_content .woocommerce-mini-cart-item .quantity {
  grid-area: qty;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #777 !important;
  justify-self: start !important;
  align-self: start !important;
}

/* remove button */
.widget_shopping_cart_content .woocommerce-mini-cart-item .remove {
  position: absolute !important;
  top: 12px !important;
  right: 0 !important;
  left: auto !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  font-size: 22px !important;
  color: #999 !important;
  background: transparent !important;
  text-align: center !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item .remove:hover {
  color: #2baee5 !important;
}

/* jistota proti centrování wrapperu */
.widget_shopping_cart_content .woocommerce-mini-cart__cart-list,
.widget_shopping_cart_content .woocommerce-mini-cart-item {
  justify-content: flex-start !important;
  align-content: start !important;
}

/* mobil */
@media (max-width: 767px) {
  .widget_shopping_cart_content .woocommerce-mini-cart-item {
    grid-template-columns: 52px 1fr !important;
  }

  .widget_shopping_cart_content .woocommerce-mini-cart-item > a:not(.remove):first-of-type,
  .widget_shopping_cart_content .woocommerce-mini-cart-item > a:not(.remove):first-of-type img {
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
  }

  .widget_shopping_cart_content .woocommerce-mini-cart-item > a:not(.remove):not(:first-of-type),
  .widget_shopping_cart_content .woocommerce-mini-cart-item > a:not(.remove):last-of-type {
    font-size: 15px !important;
  }
}

.type-post .meta-reply{
	display: none;
}

/* Pokladna - Doprava */

.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th {
  display: none !important;
}

.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td[data-title]::before {
  content: "Doprava" !important;
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin-bottom: 24px !important;
  text-align: left !important;
  color: rgb(0, 0, 0);
  font-family: "Be Vietnam Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

/* neschovávat hlavní obrázek při hoveru */
.single-product .woocommerce-product-gallery__image img {
  opacity: 1 !important;
  visibility: visible !important;
}

/* vypnout zoom vrstvu */
.single-product .zoomImg {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ať hover nic nepřepíná */
.single-product .woocommerce-product-gallery__image:hover img,
.single-product .woocommerce-product-gallery__image a:hover img {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* ===== MŮJ ÚČET / LOGIN + REGISTRACE ===== */

.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce input.button,
.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit {
  background: #2baee5 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  min-height: 56px;
  padding: 0 28px !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  transition: background .25s ease, transform .15s ease;
}

/* hover */
.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce a.button:hover,
.woocommerce-account .woocommerce input.button:hover,
.woocommerce-account .woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce-form-register__submit:hover {
  background: #2399ca !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* focus */
.woocommerce-account .woocommerce button.button:focus,
.woocommerce-account .woocommerce a.button:focus,
.woocommerce-account .woocommerce input.button:focus,
.woocommerce-account .woocommerce-form-login__submit:focus,
.woocommerce-account .woocommerce-form-register__submit:focus {
  outline: none;
  box-shadow: none !important;
}

/* tlačítka přes celou šířku sloupce */
.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit {
  width: 100%;
}

/* když šablona dává tmavý gradient nebo background-image */
.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce input.button {
  background-image: none !important;
}

/* ===== LOGIN POPUP (Shopio widget) ===== */

.shopio-login-form-ajax button.btn-primary,
.shopio-login-form-ajax .btn.btn-primary {
  background: #2baee5 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  min-height: 48px;
  padding: 0 20px !important;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.25s ease;
}

/* hover */
.shopio-login-form-ajax button.btn-primary:hover {
  background: #2298c8 !important;
}

/* odkaz "Vytvořit účet" */
.elementor-widget-shopio-account .login-form-head .pull-right .register-link,
.elementor-widget-shopio-account .login-form-head .pull-right .register-link:visited {
  color: #2baee5 !important;
  text-decoration: none !important;
  font-weight: 500;
}

/* hover */
.elementor-widget-shopio-account .login-form-head .pull-right .register-link:hover,
.elementor-widget-shopio-account .login-form-head .pull-right .register-link:focus {
  color: #2298c8 !important;
  text-decoration: none !important;
}