#primary {
  padding-top: 100px;
}

/* woocomerce - úptrava položky */
.amount {
    color: #ed96c0 !important;
}

/* woocomerce - uprava ceny barva */
.woocommerce ul.products li.product .price .amount {
    color: #ed96c0 !important;

}
/* woocomerce - úptrava položky DPH*/
.price {
    color: #ed96c0 !important;
}


/* woocomerce - úprava barvy názvu*/
.woocommerce ul.products li.product li.title a {
    color: #cd007e !important;
}   


/* woocomerce - kategorie skrýt*/

.category {
    display: none !important;
    
}


.single .entry-content {
    padding-top: 70px;
}

a {
	text-decoration: none;
}
a: hover {
	text-decoration: none;
	text-color: green;
}

.grecaptcha-badge {
    display: none;
}


/*** odstranění border bottom v hl menu ***/

#site-header {
    border-bottom: 0px solid #f1f1f1;
}

/*** prohození sloupců ve WPBakery v responziv ***/

@media only screen and (max-width: 769px) {
    .swap-on-mobile {
        display: flex !important;
        flex-direction: column-reverse;
    }
}

/*** Mobilní menu barva mobil ***/



/****** Contact form ********/
form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea {
    display: inline-block;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    vertical-align: middle;
    background-color: rgb(255 255 255 / 72%);
    color: #000;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.kontaktTelMail a:hover {
    color: #fef23a;
    transition: all 0.2s ease-out;
}

.conformPaticka {
    color: #c4c4c4;
}
.conformPaticka a {
    color: #c4c4c4;
    text-decoration: none;
}
.conformPaticka a:hover {
    color: #fef23a;;
    transition: all 0.2s ease-out;
}

/**** Tlačítko ****/

.text-alignright {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .text-alignright {
        text-align: center;
    }
    .wpcf7-spinner {
        display: none;
    }
}
/***** Změna bg u galerie hover *****/
.vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
     background-color: #00000025;
}

/*** Blog ***/
.nadpisPrispevek {
    font-weight: 600;
}

/*** background contact - form ***/
.vc_custom_1715038266834 {
    background: no-repeat;
}

/*** Footer ***/
.wp-block-heading {
    color: #fff;
    font-size: 18px;
}

.site-footer .widget_nav_menu li {
    padding: 0px 0;
    border-bottom: 0px solid #e9e9e9;
}

.site-footer .widget_nav_menu li:first-child {
    border-top: 0px solid #e9e9e9;
}

#footer-widgets .footer-box .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

#footer-widgets .footer-box {
    padding: 0 15px;
    margin: 0;
    color: #fff;
}

/*** Vyhození upozornění na cookies ***/

#hu-revoke .hu-revoke-button {
        display: none;
}

/*** Blog widgets ***/
.sidebar-box {
    margin-bottom: 20px;
}

/*** vyhledávání ***/
#searchform-header-replace input {
    color: #333;
}

/*** mezera mezi footer a section ***/
@media only screen and (max-width: 959px) {
.content-area, .content-left-sidebar .content-area {
    margin-bottom: 0px;
    }
}

/*** HOVER BLOKY NA TITULCE - DUSAN ***/
.wpb_wrapper:hover .vyrabime a {
    text-decoration: underline !important;
    color: #333333 !important;
    transition: all 0.2s ease-out !important;
}

/*** Souhlas s cookies na stránce ***/
#cmplz-manage-consent .cmplz-manage-consent {
    display: none;
}
/*** error 404 ***/
.error404-content .error-title {
    padding-top: 100px;
}

/*** coming soon ***/
.wp-block-image img {
    padding-top: 70px;
}


.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #000;
    border-color: #9F76B4;
    border-width: 2px;
    background-color: rgba(255 255 255);
    font-size: 22px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: EB Garamond;
    letter-spacing: 2px;
    border-radius: 30px;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #fff;
    border-color: #9F76B4;
    background-color: #9F76B4;
}

/*bez_DPH*/
.woocommerce-price-suffix {
    display: none !important;
}

/* Změna barvy ceny POUZE v košíku */
.woocommerce-cart-form .wc-block-formatted-money-amount,
.woocommerce-cart-form .amount {
    color: #ed96c0 !important; 
}

/* Změna barvy názvu produktu v košíku */
/*.woocommerce-cart-form a.wc-block-components-product-name { */
/*    color: #cd007e !important; */
/* } */

/* Změna barvy názvu produktu v košíku - SILNĚJŠÍ SELEKTOR */
.wc-block-cart-item__product .wc-block-components-product-name {
    color: #cd007e !important; /* Tvoje růžová/fialová, nebo jakákoli jiná barva */
}
 /*efekt obrázek */
#fullscreenImageModal {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/*prodiukt na míru - zmizení čehokoliv*/
.none{
    display: none;
}

/*tloušťka hlavníého menu -+ nefunguje
.dropdown-menu >li >a, {
    font-weight: 600 !important;
}/*