/*
Definiowanie kolorów dla całej strony.
*/
:root {
    --main-color: #00559c;
    --secondary-color: #262626;
    --third-color: #525252;
    --fourth-color: #f4f4f4;
    --wcag-compilant: #005fcc;
}

/*html, body{
    overflow-x: hidden;
    width: 100%;
}*/

body{
    font-family: Helen Pro, Arial, sans-serif;
}

/* header */
.header-top{
    border-bottom: 1px solid #e5e5e5;
}

/* header 1 linia */
.icon-krono{
    font-family: kronosfera !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-top-search{
    padding: 0 .625rem;
    padding-left: 1.25rem;
    align-items: center;
    width: 100%;
}

.header-top .widget-search {
    width: 100%;
    position: relative;
}

.header-top-element-info {
    min-width: fit-content;
    max-width: 200px;
    word-break: break-word; 
    overflow-wrap: break-word;
    color: var(--secondary-color);
    background-color: #FFF;
}


.widget-search, .widget-search__input {
    position: relative;
}



@media (max-width: 1200px) {

    .widget-search {
        width: 18.75rem !important;
    }
}

.header-searcher{
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    border-radius: 1.875rem;
    outline: none;
}

.header-searcher:active{
    outline: 0;
}

.header-searcher::placeholder{
    color: var(--secondary-color);
}

.header-searcher:focus{
    box-shadow: none;
    color: #262626;
    background-color: #fff;
    border-color: #666;
    outline: 0;
}

.widget-search__submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: .3125rem .875rem .3125rem .3125rem;
    width: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color .2s ease-in-out;
}

.widget-login__toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.875rem;
    height: 3.875rem;
    padding: .625rem;
    /* font-size: 1.5625rem; */
    font-size: 1.9375rem;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}

.widget-cart a {
        display: flex;
        align-items: center;
        color: #00559c;
        text-decoration: none;
    }

.header-top-col-right{
    display: flex;
    justify-content: flex-end;
}

.widget-login .dropdown-toggle:after{
    display: none;
    content: '';
}

.header-top-col-left{
    flex: 0 1 12.5625rem;
    align-self: center;
    margin-right: .625rem;
}

.logo-header img {
    width: 201px;
}

@media (max-width: 1199px) {
    .logo-header img  {
        width: 137px;
    }
}

.header-top-element:first-of-type {
    border-left: 0;
    padding-right: 1.25rem;
}

.widget-website-name {
    font-size: 1.3125rem;
    font-weight: 700;
}

.header-top-element{
    display: flex;
    align-items: center;
    min-height: 3.875rem;
    height: 100%;
    border-left: 1px solid #e5e5e5;
}

.widget-wcag {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.widget-wcag-link, .widget-wcag-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}

.widget-wcag-link {
    font-size: 2.0rem;
}

.widget-wcag-arrow{
    font-size: 1.2rem;
    font-weight: 700;
}

.widget-favorites {
    position: relative;
    width: fit-content;
}

.widget-favorites-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 3.875rem;*/
    height: 3.875rem;
    padding: .625rem .875rem .625rem .625rem;
    /*font-size: 1.6875rem;*/
    transition: color .2s ease-in-out, background .2s ease-in-out;
    width: 4.375rem;
    padding-right: 1.5rem;
    font-size: 2.0625rem;
}

.widget-favorites-count {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(-35%) translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #00559c linear-gradient(0deg, #00559c, #0560ac);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    font-size: .6rem;
    font-weight: 700;
    color: #fff;
    -webkit-animation: cart-pulse 2s infinite;
    animation: cart-pulse 2s infinite;
    width: 1.6875rem;
    height: 1.6875rem;
}

.widget-cart-icon{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.875rem;
    height: 3.875rem;
    padding: .625rem;
    font-size: 2rem;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}

.widget-cart-items{
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 1.3125rem;
    height: 1.3125rem;*/
    border-radius: 50%;
    background: #00559c linear-gradient(0deg, #00559c, #0560ac);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    font-size: .6875rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
   /* top: 1.125rem;
    right: .5rem;*/
    -webkit-animation: cart-pulse 2s infinite;
    animation: cart-pulse 2s infinite;
    width: 1.6875rem;
    height: 1.6875rem;
    top: 1.25rem;
    right: 0;
}

.widget-cart-amount{
    display: inline-block;
    padding: 0 .1875rem 0 1.875rem;
    font-size: 1.125rem;
    font-weight: 700;
    white-space: nowrap;
    color: #262626;
}

.widget-cart-icon{
    width: 4.125rem;
    font-size: 2.75rem;
}

/* header 1 linia end */

.header-page__middle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--fourth-color);
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    min-height: 58px;
}

.menu-top__list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0 -.9375rem;
    padding: 0;
}

.menu-top__list ul>li {
    display: inline-flex;
    align-items: center;
    padding: 0 .9375rem;
    margin: 0;

    /* white-space: nowrap; */
    /* Na kronosfera.pl jest to wyłączone*/
}

.menu-top__list ul>li>a {
    position: relative;
    display: inline-block;
    padding: 0.05em 0.1em;
    font-size: 1.3125rem;
    font-weight: 700;
    color: var(--secondary-color);
    text-transform: uppercase;
    text-decoration: none;
}

.menu-top__list ul>li>a:hover{
    color: var(--main-color);
}

/* header end */

/* footer */
footer .footer-bottom {
    position: relative;
    display: flex;
    padding: 10px 0 10px;
    background-color: var(--four-color);
    color: #262626;
    font-size: 1rem;
    border-top: 1px solid #e5e5e5;
}

footer .footer-bottom-left {
    display: flex;
    align-items: center;
}

footer .footer-bottom-left .widget-header {
    font-size: 1rem !important;
}

footer .footer-bottom-left .widget-header {
    line-height: 1.5;
    margin-bottom: 0 !important;
    margin-right: .75rem;
    white-space: nowrap;
}

footer .footer-bottom-left h4{
    font-weight: 700;
}

footer .footer-bottom-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .footer-bottom-left ul li:first-of-type {
    padding-left: 0;
}

footer .footer-bottom-left ul li {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    display: inline-block;
}    

footer .footer-bottom-left ul li a {
    display: block;
    font-size: 1.0rem;
    font-weight: 700;
    color: var(--third-color);
}

footer .footer-bottom-left ul li:before {
    background-color: #e5e5e5;
    content: "";
    height: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}

footer .footer-bottom-right .footer-realisation {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.0rem;
    font-weight: 700;
    color: var(--third-color);  
}

footer .footer-bottom-right .footer-realisation a {
    font-size: 1.0rem;
    font-weight: 700;
    color: var(--third-color);
    margin-left: .375rem; 
}

.widget-social-menu h3.widget-header {
    border-top: 0; 
}

ul.no-bullet {
    padding-left: 0;
}

.widget-social-menu a i {
    color: #fff;
    font-size: 1rem;
}

.widget-social-menu ul li a {
    margin-left: 0;
    margin-top: 0 !important;
}

.widget-social-menu a {
    height: 2rem;
    width: 2rem;
    align-items: center;
    background-color: var(--third-color);
    display: inline-flex;
    font-size: 0;
    justify-content: center;
}

.btn-newsletter{
    font-size: 1rem;
    font-weight: 700;
    color: #fff; 
    padding: .625rem 1.25rem;
    background-color: var(--main-color); 
    text-decoration: none;
    box-shadow: inset 0 32px 24px -24px hsla(0, 0%, 100%, .3), 2px 2px 4px 0 rgba(0, 0, 0, .2);
    position: relative;
    z-index: 2;
    border-radius: 0 1.25rem 1.25rem 0; 
    border-color: var(--main-color);
}

.btn-newsletter:hover{
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #004076;
}

footer .footer-subscription {
    margin-bottom: 20px;
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}


.widget-subscription {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 1.5rem 0;
    font-size: medium;
    line-height: 1.2;
}

.widget-subscription .subscription-form {
    align-items: center;
    display: flex;
}

.widget h2.widget-header {
    font-size: 2rem;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 1rem;
}

.widget h3.widget-header {
    font-size: 1.5rem;
    color: #00559c;
    font-weight: 700;
}

.widget-subscription .subscription-content p:last-child {
    margin-bottom: 0;
}

.widget-subscription .subscription-content p {
    font-size: 1rem;
    margin-top: 0;
}

.widget-subscription .subscription-form form {
    width: 100%;
}

.widget-subscription .subscription-form form input[type=text] {
    background-color: #fff;
    border-radius: 1.875rem;
}

footer .footer-top .footer-navbar {
    margin-bottom: 20px;
}

footer .footer-top .widget-header {
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1em;
    border-top: 0;
    color: var(--secondary-color);
    text-align: left;
    padding: 0;
    margin-bottom: 1em; 
}

footer .footer-top .footer-navbar ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 .75rem;
    transition: max-height .6s ease-in-out;
}

footer .widget-content p {
    color: var(--secondary-color);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

footer .widget-content p a{
    font-size: 1em;
    font-weight: 700;
    text-decoration: underline;
    color: #00559c;
}

footer a {
    color: #00559c;
    text-decoration: none;
    background-color: transparent;
}

footer .footer-top .footer-navbar ul li a {
    display: inline-block;
    font-family: Helen Pro, Arial, sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1em;
    margin-top: 0.8rem;
    text-decoration: none;
}

footer .footer-top .footer-navbar ul li:first-of-type a {
    margin-top: 0;
}

.widget-social-menu a i {
    color: #fff;
    font-size: 1rem;
}

.widget-social-menu ul li {
    display: inline-block;
    margin-right: .0625rem;
}

/* footer end */

/* boards start */
.prev_next_txt {
    color: var(--secondary-color);
    font-size: 1rem;
    font-weight: 700;
}

.prev_next_txt:hover, .pagination-link:hover {
    color: var(--main-color);
}

/* boards end */

/* category header start */

 .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

/* category header end */

/* categor START*/
.icon-arrow {
    color: var(--secondary-color);
}

/* WCAG */
.wcag-switcher:focus, 
.widget-login__toggler:focus, 
.widget-favorites-link:focus, 
.widget-search__submit:focus, 
.zoom-item:focus, 
.menu-top__list ul>li>a:focus,
a:focus,
.modal_material_box:focus,
.instruction_btn:focus,
.mat-tooltipster:focus,
.button_predefined_value:focus,
.input_slider_value:focus {
     outline: none;
}

.wcag-switcher:focus-visible , 
.widget-login__toggler:focus-visible , 
.widget-favorites-link:focus-visible , 
.widget-search__submit:focus-visible , 
.zoom-item:focus, 
.menu-top__list ul>li>a:focus-visible ,
a:focus-visible,
.modal_material_box:focus-visible,
.instruction_btn:focus-visible,
.mat-tooltipster:focus-visible,
.button_predefined_value:focus-visible,
.input_slider_value:focus-visible {
    outline: 3px solid var(--wcag-compilant);
    color: var(--wcag-compilant);
}

/* .m_thickness Tło niebskie, czcionka nie może też być niebieska */
.m_thickness:focus,
.modal_btn:focus {
     outline: none;
}

.m_thickness:focus-visible,
.modal_btn:focus-visible {
    outline: 3px solid var(--wcag-compilant);
}

/* Docelowo można dodać na końcu tych ww. klas taką klasę i skrócić style
Użyto view_show_form.php krono_btn_material_choose btn_material_choose
*/
.wcag-focus:focus {
     outline: none;
}

.wcag-focus:focus-visible {
    outline: 3px solid var(--wcag-compilant);
    color: var(--wcag-compilant);
} 

/* FOOTER Parts */
.newsletter-input::placeholder{
    font-weight: 700;
    color: 	#919191;
}

/* CATEGORY */
.cat_col_header{
    color: var(--secondary-color);
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 20px;
}

