
/*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;
}
/*
.icon-hearth:before {
    content: "\E917";
}

.icon-cart:before {
    content: "\E905";
}

.icon-login:before {
    content: "\E918";
}

.icon-search:before {
    content: "\E908";
}*/

.header-top-search{
    padding: 0 .625rem;
    padding-left: 1.25rem;
    align-items: center;
    width: auto;
}

.header-top .widget-search {
    width: 27.8125rem;
    position: relative;
}

.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: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-size: 1.1rem; */
    font-weight: 700;
}

.header-top-element{
    display: flex;
    align-items: center;
    min-height: 3.875rem;
    border-left: 1px solid #e5e5e5;
}

.widget-favorites {
    position: relative;
    width: 70px;
}

.widget-favorites-link {
    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 {
    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: .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 {
    background: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    /*min-height: 3.5rem;*/
    min-height: 58px;
    align-items: center !important;
    display: flex;
}

.menu-top__list ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 -.9375rem;
    padding: 0;
}

.menu-top__list ul>li {
    padding: 0 .9375rem;
    margin: 0;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.menu-top__list ul>li>a {
    padding: 0;
    font-size: 1.3125rem;
    /*font-size: 1.2rem;*/
    font-weight: 700;
    color: #262626;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.menu-top__list ul>li>a:hover{
    color: #00559c;
}

/* header end */

/* footer */
footer .footer-bottom {
    padding: 10px 0 10px;
    background-color: #f4f4f4;
    border-top: 1px solid #e5e5e5;
    display: flex;
    position: relative;
}

footer .footer-bottom-left {
    align-items: center;
    display: flex;
}

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 {
    font-size: 1rem;
    color: #636362;
    display: block;
}

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 {
    align-items: center;
    display: flex;
    font-size: 1rem;
    justify-content: flex-end;
    color: #636362;
    position: relative;
}

footer .footer-bottom-right .footer-realisation a {
    color: #636362; 
    margin-left: .375rem; 
}
/*
.icon-instagram:before {
    content: "\E904";
}

.icon-facebook:before {
    content: "\E903";
}

.icon-pinterest:before {
    content: "\E94A";
}*/

.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: #bdbdbd;
    display: inline-flex;
    font-size: 0;
    justify-content: center;
}

.btn-newsletter{
    background-color: #00559c; 
    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;
    color: #fff; 
    border-color: #00559c;
}

.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 h3.widget-header {
    font-size: 1.5rem;
    /*line-height: 1.2em;
    margin-bottom: 1rem;*/
    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 {
    font-size: 1.1em !important;
    line-height: 1.1em;
    font-weight: bold;;
    border-top: 0;
    position: relative;
    color: #262626;
    text-align: left;
    padding: 0;
    margin-bottom: 0.2em; 
}

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: #676767;
    margin-top: 0;
    margin-bottom: 10px;
}

footer .widget-content p a{
    font-size: 1em;
}

footer a {
    color: #00559c;
    text-decoration: none;
    background-color: transparent;
}

footer .footer-top .footer-navbar ul li a {
    color: #262626;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1em;
    /* margin-top: .75rem; */
    margin-top: .3rem;
    font-weight: 400;
    text-decoration: none;
    font-family: Helen Pro, Arial, sans-serif;
}

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 */