/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.8.1754311618
Updated: 2025-08-04 14:46:58

*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.overlay {
  position: absolute;
  top: 97px; 
  left: 0;
  width: 100%;
  background: #fff;
  color: #000;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1000;
  padding: 1rem 0;
  opacity: 0;
  transition: opacity 0.4s ease;
      box-shadow: inset -1px 20px 20px rgb(0 0 0 / 1%);
}

/* Aktivní třída pro zobrazení */
.overlay.show {
  display: flex;
  opacity: 1;
}

/* Navigace uvnitř overlay */
.overlay nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.overlay nav ul li {
  margin: 20px 8px!important;
}

.overlay nav ul li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  display: block;
  padding-left: 35px; /* požadované odsazení */
}

.overlay nav ul li a:hover{
	opacity: 0.8;
}

/* Tlačítko pro otevření/zavření menu */
#menu-toggle {
  font-size: 1.5rem;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  z-index: 1001;
}

/* Křížek pro zavření */
#close-menu {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #000;
  cursor: pointer;
}






#header-overlay {
  position: fixed; /* změna z absolute */
  top: 0;
  left: 0;
  width: 100%;
  height: 97px;
  background: rgba(0, 0, 0, 0.55);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#header-overlay.show {
  opacity: 1;
  pointer-events: all;
}









body{
    overflow-x: hidden!important;
}

.ast-footer-copyright p {
    margin-bottom: 0;
    font-size: 14px;
}

.less-text p{
	max-width: 100%;
	width: 800px;
}

#media_image-3 img{
	width: 200px;
}

body .rmp_menu_trigger .ast-icon svg {
    fill: rgb(0 0 0)!important;
}

.ast-search-icon .ast-icon svg {
    fill: rgb(0 0 0)!important;
}


body .woocommerce nav.woocommerce-pagination ul li a:focus, 
body .woocommerce nav.woocommerce-pagination ul li a:hover, 
body .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #ffffff;
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: .5em;
    padding: 0;
    font-size: 25px;
	text-transform: none;
}


h1.entry-title {
    font-size: 40px;
	text-transform: none;
}

.woocommerce-js div.product p.price, .woocommerce-js div.product span.price, 
.ast-shipping-text {
    
    font-size: 18px;
color: #000;
font-weight: 500;
}

.woocommerce-product-details__short-description{
	margin-top: 30px;
}

.ast-single-product-payments.ast-inherit-color-version{
	display: none;
}


/* Skryjeme prázdné/hidden bloky */
.wc-block-product-filters__overlay-content .wc-block-product-filter--hidden,
.wc-block-product-filters__overlay-content > hr {
    display: none !important;
}

/* Grid pouze pro viditelné filtry (BeRocket widgety + aktivní filtry) */
.wc-block-product-filters__overlay-content {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important; /* desktop 4 sloupce */
  gap: 16px !important;
}

/* Jen filtry uvnitř gridu */
.wc-block-product-filters__overlay-content > .berocket_single_filter_widget,
.wc-block-product-filters__overlay-content > .wc-block-product-filter-active {
  margin: 0 !important;
}

/* Nadpisy filtrů */
.wc-block-product-filters__overlay h3{
  font-size: 20px;
}

/* Posun overlayu */
.wc-block-product-filters__overlay{
  margin-top: 40px !important;
}

/* --- Responzivní layout --- */
@media (max-width: 1024px) {
  .wc-block-product-filters__overlay-content {
    grid-template-columns: repeat(2, 1fr) !important; /* tablet */
  }
}

@media (max-width: 600px) {
  .wc-block-product-filters__overlay-content {
    grid-template-columns: 1fr !important; /* mobil */
  }

  .wc-block-product-filters__overlay h3{
    font-size: 16px;
  }
}













h2.widget-title {
    font-weight: 400;
    text-transform: uppercase;
}

.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce-js div.product p.price, .woocommerce-js div.product span.price, .ast-shipping-text {
    margin-bottom: .5em;
    font-size: 28px;
    font-weight: 400!important;
   font-family: 'Cormorant Garamond', serif;
	

}

label, legend {
    font-weight: 400;
}

.woocommerce-js table.shop_table tbody th, .woocommerce-js table.shop_table tfoot td, .woocommerce-js table.shop_table tfoot th {
    font-weight: 400;
}

.overlay nav ul li a {
    font-size: 16px;
}

.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
    font-size: 15px!important;
	font-weight: 300;
}

ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
    text-align: left;
}

h3#ship-to-different-address span{
	font-size: 20px;
}

.woocommerce-checkout .woocommerce-Price-amount.amount{
	   margin-bottom: .5em;
    font-size: 28px;
    font-weight: 400!important;
   font-family: 'Cormorant Garamond', serif;
}


.single-product-category{
	    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.025em;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
    border: 1px solid rgb(0 0 0);
	min-height: 51px;
}


.woocommerce-js .woocommerce-breadcrumb {

    margin: 0 0 30px;

    color: #000000;
    font-weight: 400;
}

.woocommerce-js div.product .product_title {
    margin: 0 0 .5em 0;
    font-weight: 400;
}

.woocommerce-js ul.products li.product .ast-woo-product-category, .woocommerce-page ul.products li.product .ast-woo-product-category {
    font-size: .85em;
    margin-bottom: .5em;
    display: block;
    line-height: 1.3;
    opacity: 1;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.cfvsw-swatches-option .cfvsw-swatch-inner {
    text-transform: uppercase;
}

.ast-shipping-text{
	display: none;
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: .5em;
    padding: 0;
    font-size: 25px;
    text-transform: none;
    font-weight: 400;
}

.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__total .amount {
    font-size: 25px;
    text-align: right;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
}


.woocommerce-cart table.shop_table .woocommerce-Price-amount {
        font-size: 25px;
    text-align: right;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
}

.tabs.wc-tabs{
	    font-family: 'Cormorant Garamond', serif;
		 font-weight: 400;
}

.woocommerce-js ul.products li.product .ast-woo-product-category, .woocommerce-page ul.products li.product .ast-woo-product-category {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.025em;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    font-size: 20px;
}

 .woocommerce-cart h2,  .woocommerce-cart .entry-content h2, 
.woocommerce-checkout  form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading){
    font-size: 30px;
    font-weight: 400;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.15em;
    text-transform: none;
}

 .woocommerce-cart header.entry-header .entry-title, 
.woocommerce-checkout header.entry-header .entry-title, 
.woocommerce-checkout #customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3), 
.woocommerce-checkout #customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3){
    font-weight: 400;
    font-size: 30px;
	text-transform: none;
}

.woocommerce-page.woocommerce-checkout form #order_review td.product-name, .woocommerce.woocommerce-checkout form #order_review td.product-name {
    font-weight: 300;
}

.related.products h2{
    font-size: 35px;
    font-weight: 400;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.15em;
    text-transform: none;
}

.woocommerce-page.woocommerce-checkout #payment #place_order, .woocommerce.woocommerce-checkout #payment #place_order{
	margin-top: 15px;
}

.woocommerce-js form .form-row.woocommerce-validated .select2-container, .woocommerce-js form .form-row.woocommerce-validated input.input-text, .woocommerce-js form .form-row.woocommerce-validated select {
    border-color: #000000;
font-size: 14px;
margin-bottom: 10px;
}


.woocommerce-js form .form-row textarea, .woocommerce-js input[type=email], .woocommerce-js input[type=number], .woocommerce-js input[type=password], .woocommerce-js input[type=reset], .woocommerce-js input[type=search], .woocommerce-js input[type=tel], .woocommerce-js input[type=text], .woocommerce-js input[type=url], .woocommerce-js textarea, .woocommerce-page form .form-row textarea, .woocommerce-page input[type=email], .woocommerce-page input[type=number], .woocommerce-page input[type=password], .woocommerce-page input[type=reset], .woocommerce-page input[type=search], .woocommerce-page input[type=tel], .woocommerce-page input[type=text], .woocommerce-page input[type=url], .woocommerce-page textarea {
    border-color: rgb(0 0 0);
    background-color: var(--ast-global-dark-bg-style);
    box-shadow: none;
    border-radius: 0;
font-size: 14px;
margin-bottom: 10px;
}

.woocommerce-js .select2-container .select2-selection--single, .woocommerce-js select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select {
   font-size: 14px;
margin-bottom: 10px;
}

.woocommerce-js #respond input#submit.disabled, .woocommerce-js #respond input#submit:disabled, .woocommerce-js #respond input#submit:disabled[disabled], .woocommerce-js a.button.disabled, .woocommerce-js a.button:disabled, .woocommerce-js a.button:disabled[disabled], .woocommerce-js button.button.disabled, .woocommerce-js button.button:disabled, .woocommerce-js button.button:disabled[disabled], .woocommerce-js input.button.disabled, .woocommerce-js input.button:disabled, .woocommerce-js input.button:disabled[disabled]{
    cursor: not-allowed;
    opacity: 1;
    padding: 19px 32px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 1.1em;
    line-height: 1.8em;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 11px;
   padding: 19px 32px;
}

.woocommerce-js input[type=number]{
	margin-bottom: 0px;
}

.woocommerce-js input[type=number] {
    min-height: 51px!important;
}

.ast-single-post-featured-section.post-thumb.ast-article-image-container--wide{
display: none;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 19px 32px;
}

.woocommerce-js form .form-row label {
    line-height: 2;
    font-weight: 400;
    font-size: 13.5px;
    font-size: .9rem;
    margin-bottom: 5px;
}

.ast-woo-product-category{
	text-transform: uppercase;
}

h2, .entry-content h2 {
    text-transform: none;
}


ul.products .cfvsw_variations_form.variations_form.cfvsw_shop_align_center.variation-function-added{
	display: none;
}


.uagb-heading-text strong{
	font-weight: 400;
}


@media (min-width: 921px) {
h2, .entry-content h2 {
    font-size: 2.5rem;
    text-transform: none;
}
}




@media (max-width: 921px) {
	
	h1.entry-title {
    font-size: 30px;
}
	
	.entry-content{
		margin-top: 97px;
	}
	
.menu-toggle{
	display: none!important;
}

.ast-mobile-header-wrap {
	background: #fff!important;
}

#rmp_menu_trigger-4442 {
    position: absolute !important;
    top: 20px!important;
}

#rmp_menu_trigger-4442 {
    border: 0!important;
    outline: none!important;
    box-shadow: none!important;
}

#rmp_menu_trigger-4442 .responsive-menu-pro-inner, #rmp_menu_trigger-4442 .responsive-menu-pro-inner::before, #rmp_menu_trigger-4442 .responsive-menu-pro-inner::after {
    background-color: #000000!important;
}

#rmp_menu_trigger-4442:not(.is-active):hover .responsive-menu-pro-inner, #rmp_menu_trigger-4442:not(.is-active):hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-4442:not(.is-active):hover .responsive-menu-pro-inner::after {
    background-color: #000000!important;
}
}