/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


[data-prefix="blog"] .hero-section[data-type="type-2"] {
    background-color: #ffffff !important;
}

[data-prefix="blog"] .entry-header .page-title {
    --heading-color: #111518 !important;
}

body.blog .ct-breadcrumbs, body.blog .ct-breadcrumbs a {
    color: #111518 !important;
}

.entry-header .page-description {
    color: #fefefe !important;
}

[data-prefix="blog"] .entry-header .page-title {
    --theme-heading-color: #000000 !important;
}

.isaac-product-long-description {
    max-width: 1290px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 100px;
}

#calculator {
    background: #f3f5f7;
    padding: 20px;
    margin-bottom:20px;
}

#calculator select {
    height: 35px;
    margin-bottom: 6px;
    background: #ffffff;
}

.ct-default-gallery .entry-summary>form.cart {
    border-top:0px !important;
    padding-top:0px !important;
}

.kvadrati {
    height: 35px !important;
    background: #ffffff !important;
    width: 80px !important;
    margin-bottom: 10px !important;
}

#result span {
    background: orange;
    color: #ffffff;
    padding: 3px;
}
#result div {
    margin-top:5px;
}

#calculator #notes {
    display:none;
    padding-top: 20px;
    font-style: italic;
}

.doc-down {
    margin-bottom: 20px;
    display: flex;
    /*background: #ff8d30;*/
    color: #000;
    padding: 0px;
}

.doc-down img {
    margin-right: 10px;
}

.sub-text-calc {
    font-weight: 100;
    font-size: 14px;
    color: #4d5d6d;
    display: block;
}

form.variations_form table.variations label {
    display:none !important;
}

body.single-post .entry-meta {
    display:none;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
    color: #ffffff !important;
}

.animated-submenu>.sub-menu {   
    width:320px !important;
}


/* pi�kotki **/

.notification-bottom {
    position: fixed;
    display: none;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    padding:5px;
    color: #5e5653;
    background-color: #ffffff;
    opacity: 0.9;
    text-align: center;
}
    
.notification-bottom a {
    text-decoration: underline;   
}
    
.notification-bottom a:hover {
    color: #5e5653 !important;   
}
    
.notification-bottom p {
    color: #000000; 
    font-size: 16px;
    line-height: 23px; 
    padding: 8px;  
}
    
.notification-close {
    position: absolute;
    right: 25px;
    top: 5px;
    cursor: pointer;
    font-size: 20px;
}
    
.cookie-ok {
        cursor: pointer;
        padding: 0 15px 0 15px;    
}

body.woocommerce-cart .cross-sells {
    margin-top: -50px;    
}

body.single-product .cross-sells {
    width: fit-content;
    margin-left: 10%;
    margin-right: auto !important;
    margin-top: 100px;
}

@media (max-width: 1300px){
    .isaac-product-long-description {
        margin-left: 20px !important;
        margin-right: 20px !important;   
    }
}