/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */



/****NEW GRAFIKA START ***/

@font-face {
    font-family: 'ceicons';
    src: url('/modules/creativeelements/views/lib/ceicons/fonts/ceicons.woff2?fj664s') format('woff2');
    font-display: swap;
}

.block-categories .collapse-icons {

    right: 10px;
}


/* Pre Webkit (Chrome, Safari) */
::-webkit-scrollbar {
    display: none;
}

/* Pre Firefox */
html {
    scrollbar-width: none;
    /* Skryje scrollbar */
}

/* Pre IE a Edge */
html {
    -ms-overflow-style: none;
    /* Skryje scrollbar */
}


#index #wrapper {
    padding-top: 4.563rem;
}

#wrapper {
    padding-top: 2.563rem;
}

@media (max-width: 768px) {
    #index #wrapper {
        padding-top: 30px;
    }
}

.sidebar .block {
    margin: 0 0 30px;
    padding: 20px 30px 30px 30px;
    background: #FFFFFF;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
    .container {
        width: 90%;
    }

    .aktualna-ponuka .elementor-widget-container {
        overflow-x: scroll;
    }
}

@media (min-width: 992px) {
    .container {
        width: 90%;
        max-width: 100%;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 90%;
    }

    .card-block {
        padding: 2.25rem 2.25rem 1.5rem;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}


.header-nav {
    transition: all .4s;
    border-bottom: 1px solid #e3e0e0;
    background: #fed703;
}

.aktualna-ponuka td {
    padding: 10px;
    text-align: center;
    border: #00000069 1px dotted;
}

.aktualna-ponuka thead,
thead p {
    font-weight: 600;
}

.page-content.page-cms {
    padding: 0rem;
}

/***footer**/
#footer {

    background: #fed703;
}

.footer-container {
    padding-top: 4.5rem;
    background: black;
}

.footer-container a {
    color: white;
}

.footer-container .h3,
.footer-container .h4 {
    color: white;
}

.footer-container p {
    color: #aaaaaa;
}

.footer-container li a {
    font-size: 1rem;
    color: #aaaaaa;
    line-height: 1.4;
}

.footer-container li a:hover {
    color: #fed703;
}

.block-contact .navbar-toggler .material-icons {
    color: #ffffff;
}

.footer-container .material-icons {

    margin-left: -20px;
    color: white;
}

@media (max-width: 767px) {
    .links .title {
        border-bottom: 1px solid #494949;
    }

    .footer-container .links ul>li a {
        color: #aaaaaa;
    }

    .footer-container .links ul>li {

        border-bottom: 1px solid #494949;
        font-weight: 400;
    }

    .footer-container .links ul {
        background-color: #f6f6f600;
    }

    .block_newsletter {

        border-bottom: 1px solid #f6f6f600;
    }
}

.block_newsletter {

    background: #fff0;
}

.block_newsletter form .row .col-xs-12:last-of-type p {
    color: black;
}

#block_myaccount_infos .myaccount-title a {
    color: #ffffff;
}


/***footer**/


::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    border: 1px solid #d5d5d5;
}

body ::-webkit-scrollbar-track {
    background: #ffffff36;
}

.container-large {
    padding: 0 90px;

}

.h-logo img.img-fluid {
    max-width: 70%;
}

.navbar-header .navbar-toggler:before {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.navbar-header .navbar-toggler:after {

    background-color: black;

}

.latest-blogs .title_block {
    margin: 50px 0 50px !important;
}

.strom-home a {
    color: black;
}

.strom-home .block-categories .category-sub-menu li>a:hover {
    color: black;
    font-weight: 600;
}

.strom-home .block-categories .category-sub-menu li:after {
    background-color: #000000;
}

.cus-tab1 .product-tabs.tabs:before {
    width: 150vw;
    transform: translateX(-60%);
}


.aktualna-ponuka figcaption {
    position: absolute;
    top: 40px;
}

/****lave menu otvorene  START ***/

li.current_cate {
    color: #fed703;
}

.category-sub-menu li {
    margin-bottom: 10px;
    list-style: square;
}

ul.category-top-menu {
    padding-left: 10px;
}

/* .block-categories .category-sub-menu .current_cate > a{color:#FED703;} */

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0;
    margin-left: 10px;
    border-bottom: 1px solid #8080802e;
    padding: 7px;
}

h4.title_block {
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-toggler {
    width: 0;
}

h4.title_block:before {
    content: "";
    position: absolute;
    background: #FED703;
    height: 2px;
    width: 60px;
    top: 70px;
}

.block-categories {
    padding: 2.563rem 2.25rem;
}

header.page-header {
    display: none;
}

.elementor-widget-email-subscription .elementor-message {

    color: green;
}

/* .category-sub-menu li, .category-sub-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
} */

span.arrows.collapsed,
.category-sub-menu span.arrows {
    position: absolute;
    right: -5px;
}

.category-top-menu a {
    text-transform: uppercase;
    font-size: 14px;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    margin-right: 0.3125rem;
    content: none;
}

#index .block-categories .category-sub-menu li {
    border-bottom: 1px solid #ece9e9;
}

/****lave menu otvorene  END ***/

.container {
    max-width: 90%;
}

#wrapper .breadcrumb {
    display: block !important;
}

#index .breadcrumb {
    display: none !important;
}

.figcustom .slick-slider .slick-slide-inner>* {
    width: inherit !important;
}

.figcustom .elementor-image-carousel-caption {
    background: #239dd9;
    position: absolute;
    bottom: 0;
    padding: 20px !important;
    color: white;
}

.product-miniature .thumbnail-container .product-thumbnail img {
    width: 100%;
}

.product-miniature {
    flex-direction: column;
}








.breadcrumb {
    margin-bottom: 1.7rem;
}

.ce-product-features__label {
    padding: 20px 0;
    width: 50% !important;
}

.ce-product-features__value {
    padding: 20px 0;
    width: 50% !important;
}

.ce-product-features__row {
    border-bottom: 2px dotted #d4d4d4;
}

td.ce-product-features__value {
    text-align: end;
}

.ce-product-variants--layout-inline .ce-product-variants,
.ce-product-variants--layout-inline .ce-product-variants__item,
.ce-product-variants--layout-table .ce-product-variants__item,
.ce-product-variants__count,
.ce-product-variants__options,
.ce-product-variants__patterns,
.ce-product-variants__radio-wrapper {
    align-items: center;
}

.ce-product-variants__label {
    min-width: 100px !important;
}

.block-category {
    min-height: unset;
}

#subcategories ul li:hover .subcategory-image a {
    padding: 9px !important;
    border: 0px solid #239dd9;
}


.subcategories-list a {
    color: #1d1d1f !important;
}

.subcategories-list a:hover {
    color: #239dd9 !important;
}


#subcategories ul li .subcategory-image a {
    display: block;
    padding: 9px;
    border: none;
}

#subcategories ul li {
    background: #f6f6f6;
}

.subcategories-list h5 {
    padding: 20px 0px 11px 0px;
}

.subcategory-image {
    display: none;
}


@media (max-width: 767px) {
    #subcategories ul li {
        background: #ffffff;
        width: 100%;
    }
}




.gformbuilderpro_form .form-control {
    padding: 1rem 1rem;
    background: #ffffff;


    box-shadow: #80808014 0px 0px 20px;

}

.gformbuilderpro_form input {
    margin-right: 10px;
}

.gformbuilderpro_form select.form-control:not([size]):not([multiple]) {
    height: calc(4.5rem - 2px);
}

.form-control {
    padding: .5rem 1rem;
    color: #7a7a7a;
    background: #f6f6f6;
    width: 100%;
    border: none;
    border-bottom: 1px solid #239dd9;
}


.product-miniature .product-title a {
    font-size: 1.2rem;
}

.product-miniature .product-title {
    padding: 0 20px 10px;
}

.product-miniature .product-title a {
    color: #000000;
    line-height: 1.4;
}

.subcategories-list h5 {
    padding: 20px 20px 11px 20px;
    line-height: normal;
}

.subcategories-list li {
    display: flex;
    justify-content: center;
    align-items: center;
}

#category-description strong {
    font-weight: bold !important;
    color: #000000 !important;
}

#category-description ul {
    padding-left: 30px;
}

#category-description li {
    list-style: disc;
    margin-bottom: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: rgba(0, 0, 0, 0);
}

.btn-primary:hover {
    color: #fff;
    background-color: #575757;
    border-color: rgba(0, 0, 0, 0);
}


#cms .page-content.page-cms ul {
    list-style: none !important;
}

.page-content.page-cms {
    background: none;
}

/**BLOG**/
#cms #content {
    background: none !important;
}

/* .blog-post  {padding: 30px; margin:10px;background:white;} */
.blog-post img {
    width: 100%;
    padding: 20px 0px;
}

.related-cms-pages {
    margin-top: 50px;
}

h2.nadpis {
    font-size: 32px;
    text-align: left;
}

.related-cms-pages hr {
    width: 150px;
    background: #fed703;
    height: 2px;
    border: none;
    margin-left: 0;
    margin-bottom: 40px;
}

/*    @media (min-width: 768px) {
        .blog-post.col-md-6.col-lg-4 {
            width: 45%;
        }
    }

    @media (min-width: 992px) {
        .blog-post.col-md-6.col-lg-4 {
            width: 30%;
        }
    } */


    .product-flags li.product-flag.on-sale {
        background: #ffd609;
        box-shadow: 0px 0px 8px lightgrey;
        border-radius: 5px;
        top: 10px;
        
        right: 10px;
        max-width: fit-content;
    }

    .product-flags li.product-flag {
        background: #d72424;
        
        border-radius: 5px;
        right: 10px;
        
    }
    .product-flags li.product-flag.discount {
        background-color: #cf201c;
        
        left: 10px;
    }
    .product-flags {
        padding: 10px;
    }

    .product-accessories p.h5.text-uppercase {display: none;}

    /***COOKIES***/

    #lgcookieslaw_banner.lgcookieslaw-banner-floating {
        padding: 40px;
        border-radius: 5px;
    }
    
    .lgcookieslaw-button {border: 1px solid grey!important;}
    .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container .lgcookieslaw-accept-button {
        
        font-size: 14px;
    }
    .lgcookieslaw-banner-floating .lgcookieslaw-reject-button {
        font-size:12px;
    }
    
      
     .lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-user-consent-download {
            text-decoration: none !important;
            background: #00000063 !important;
    }


      #lgcookieslaw_fixed_button svg {
        fill: #000000;
    }
    
    #lgcookieslaw_fixed_button, .lgcookieslaw-banner {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
    }