@charset "UTF-8";
/* Fixes */
.summary-buttons {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.summary-buttons button:first-of-type {
    margin-right: 15px;
}

#shopping-cart-summary h2.koszyk_oszczedzasz, #order-summary h2.koszyk_oszczedzasz{
    margin-top: -25px;
    text-transform: none;

}

#shopping-cart-summary h2.koszyk_oszczedzasz span, #order-summary h2.koszyk_oszczedzasz span{
    color:#e72388;

}
#shopping-cart-summary #komunikat{
    margin-left: 15px;
}
#shopping-cart-summary #komunikat li{
    text-align: left;
}
#ordered-product-detail {
    padding: 15px;
}

#ordered-product-detail .product-list td {
    background-color: #ffffff;
}

#ordered-product-detail .product-list td a {
    color: #e72388;
    font-weight: bold;
}

#back_to_top {
    display: inline-block;
    background-color: #e72388;;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 60px;
    right: 10px;

    z-index: 1000;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}
#back_to_top:hover {
    cursor: pointer;
    opacity: 1!important;
}
#back_to_top:active {
    opacity: 1!important;
}
#back_to_top::after {
    content: "\f102";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
.back_to_top_show{
    visibility: visible!important;
    display: block!important;
    opacity: 0.5!important;

}
/* Top navigation */
.top-nav {
    width: 100%;
    padding: .7em;
    border-bottom: 1px solid #c8c8c8;
    z-index: 200;
}

.top-nav .phone {
    font-size: 14px;
    text-align: left;
}

.top-nav .phone i {
    padding-right: 1rem;
    color: #e72388;
}

.top-nav .phone a {
    color: #777777;
    text-decoration: none;
    font-size: 12px;
}

.top-nav .login {
    text-align: right;
}

.top-nav .login .login-container {
    font-size: 14px;
    position: relative;
    margin-right: 15px;
    width: inherit;
}

.top-nav .login .login-container:hover .login-options {
    display: block;
}

.top-nav .login .login-container .login-options {
    padding: 1em .5em;
    font-size: 13px;
    margin: 0px;
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
    transition: .5s all;
    box-shadow: 0 0 7px #ddd;
    background-color: #fff;
    min-width: 12em;
    z-index: 300;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
}

.top-nav .login .login-container .login-options li {
    list-style: none;
}

.top-nav .login .login-container .login-options li::before {
    content: "⁘";
    margin-right: 1em;
    margin-left: 0.3em;
}

.top-nav .login .login-container .login-options li a {
    color: #777777;
    text-decoration: none;
    transition: .5s all;
}

.top-nav .login .login-container .login-options li a:hover {
    color: #e72388;
}

.top-nav .login .login-container .login-options li:not(:last-of-type) {
    margin-bottom: 1em;
}

.top-nav .login i {
    color: #e72388;
}

.top-nav .login h4 {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    margin: 0px;
    padding-left: 1em;
}

.top-nav .login h4::after {
    content: '▾';
    color: #555555;
}

/* Header with links */
.header-with-menu {
    background-color: #f5f5f5;
}

.header-with-menu .brand-wrapper {
    background-color: #fff;
    box-shadow: 2px 0px 5px -2px rgba(0, 0, 0, 0.15);
    padding: 2.4em 0;
}

.header-with-menu .menu-wrapper {
    padding: 2.4em 0;
}

.header-with-menu .menu-wrapper .menu-mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 2em;
    padding: 1em;
    cursor: pointer;
}

.header-with-menu .menu-wrapper .menu-mobile:hover .inner-menu-1 {
    display: block;
}

.header-with-menu .menu-wrapper .menu-mobile a {
    color: #777777;
    transition: .5s all;
}

.header-with-menu .menu-wrapper .menu-mobile a:hover {
    color: #e72388;
}

#auth form header {
    padding-bottom: 20px;
}

#new_users {
    text-align: center;
}

#new_users a {
    display: inline-block;
    margin: 0 auto;
}

#auth h2 {
    margin-left: 20px;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu-1 {
    display: none;
    position: absolute;
    padding: 1em;
    top: 3em;
    background-color: #fff;
    transition: .5s all;
    width: 30vw;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu-1 .inner-menu-item-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .5em;
    transition: .5s all;
    border-bottom: 1px solid #c8c8c8;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu-1 .inner-menu-item-1 .inner-item-1 {
    display: flex;
    justify-content: space-between;
    padding: .5em;
    transition: .5s all;
    border-bottom: 1px solid #c8c8c8;
    border-width: 80%;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu-1 .inner-menu-item-1 .inner-item-1:hover {
    background-color: #fff;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu-1 .inner-menu-item-1 .inner-item-1:hover a {
    color: #e72388;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu-1 .inner-menu-item-1 .inner-item-1 a {
    color: #777777;
    text-decoration: none;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu-1 .inner-menu-item-1 li:last-of-type {
    border-bottom: none;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu {
    margin: 0px;
    width: 100%;
    display: none;
    border: none;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu ul {
    padding: 0px;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu ul .inner-item {
    display: flex;
    justify-content: space-between;
    font-size: .9em;
    border: none;
    flex-wrap: wrap;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu ul .inner-item .item-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu ul .inner-item .inner-menu-2 {
    margin-left: 2em;
    display: none;
}

.header-with-menu .menu-wrapper .menu-mobile .inner-menu ul li:last-of-type {
    border-bottom: none;
}

.header-with-menu .menu-wrapper .menu-mobile .shopping-cart {
    display: inline-block;
}

.header-with-menu .menu-wrapper .menu-mobile .shopping-cart .cart-wrapper {
    position: relative;
}

.header-with-menu .menu-wrapper .menu-mobile .shopping-cart .cart-wrapper .show-cart {
    cursor: pointer;
}

.header-with-menu .menu-wrapper .menu-mobile .shopping-cart .cart-wrapper .show-cart:visited {
    color: #777777;
    text-decoration: none;
}

.header-with-menu .menu-wrapper .menu-mobile .shopping-cart .cart-wrapper .show-cart .counter-label {
    display: none;
}

.header-with-menu .menu-wrapper .menu-mobile .shopping-cart .cart-wrapper .show-cart .counter-number {
    display: inline-block;
    position: absolute;
    font-size: 10px;
    color: #fff;
    background-color: #e72388;
    padding: 5px;
    border-radius: .5rem;
    top: 25%;
    left: -7px;
}

.header-with-menu .menu-wrapper .menu-mobile .shopping-cart .cart-wrapper .show-cart i {
    display: inline-block;
    border-radius: .5rem;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    padding: .75rem;
}

.header-with-menu .menu-wrapper .menu-mobile .shopping-cart .cart-wrapper .show-cart .subtotal {
    display: inline-block;
}

.header-with-menu .menu-wrapper .menu-mobile .shopping-cart .cart-wrapper .show-cart .subtotal::after {
    content: '▾';
    color: #555555;
    font-size: 1.2rem;
}

.header-with-menu .menu-wrapper .menu-mobile .shopping-cart .cart-wrapper .show-cart .subtotal .price-label {
    display: none;
}

.header-with-menu .menu-wrapper .menu-mobile .shopping-cart .cart-wrapper .show-cart .subtotal .price {
    font-size: 15px;
    font-weight: 600;
    color: #e72388;
    margin-left: .5rem;
}

.header-with-menu .menu-wrapper .menu-content.desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-with-menu .menu-wrapper .menu-content.desktop ul {
    display: inline-block;
    margin: 0px;
}

.header-with-menu .menu-wrapper .menu-content.desktop ul li {
    display: inline;
    list-style: none;
}

.header-with-menu .menu-wrapper .menu-content.desktop ul li a {
    font-size: 1.4em;
    font-weight: 500;
    margin: 1em 1em 1em 0;
    padding: .5em .75em;
    color: #777777;
    text-decoration: none;
    text-transform: uppercase;
    transition: 1s;
}

.header-with-menu .menu-wrapper .menu-content.desktop ul li a:hover, .header-with-menu .menu-wrapper .menu-content.desktop ul li a .active {
    background-color: #e72388;
    color: #fff;
    border-radius: 5px;
}

.header-with-menu .menu-wrapper .menu-content.desktop ul li .active {
    background-color: #e72388;
    color: #fff;
    border-radius: 5px;
}

.header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart {
    display: inline-block;
}

.header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart .cart-wrapper {
    position: relative;
}

.header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart .cart-wrapper .show-cart {
    cursor: pointer;
}

.header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart .cart-wrapper .show-cart:hover {
    text-decoration: none;
}

.header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart .cart-wrapper .show-cart .counter-label {
    display: none;
}

.header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart .cart-wrapper .show-cart .counter-number {
    display: inline-block;
    position: absolute;
    font-size: 1em;
    color: #fff;
    background-color: #e72388;
    padding: .5em;
    border-radius: .5em;
    top: 25%;
    left: -.75em;
}

.header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart .cart-wrapper .show-cart i {
    display: inline-block;
    border-radius: .5em;
    font-size: 2em;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    padding: .75em;
}

.header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart .cart-wrapper .show-cart .subtotal {
    display: inline-block;
}

.header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart .cart-wrapper .show-cart .subtotal .price-label {
    display: none;
}

.header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart .cart-wrapper .show-cart .subtotal .price {
    font-size: 2em;
    font-weight: 600;
    color: #e72388;
    margin-left: .5em;
}

/* Main nav */
.main-nav {
    background-color: #555555;
}

.main-nav .category-menu {
    background-color: #fff;
    width: 100%;
    color: #555555;
    padding: 1.5em;
    background-color: #f5f5f5;
    box-shadow: -2px 0px 5px -2px rgba(0, 0, 0, 0.15);
}

.main-nav .category-menu header {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.main-nav .category-menu header h3, .main-nav .category-menu header div {
    font-size: 1.95em;
    text-transform: uppercase;
    flex-basis: 50%;
    margin: 0px;
}

.main-nav .category-menu ul {
    padding: 0px;
}

.main-nav .category-menu ul li {
    list-style: none;
    font-size: 1.4em;
    margin-bottom: 1em;
}

.main-nav .category-menu ul li::before {
    content: "⁘";
    margin-right: 1.5em;
}

.main-nav .category-menu ul li:first-of-type {
    margin-top: 2em;
}

.main-nav form {
    width: 100%;
    position: relative;
    padding: 1.5em 0em;
}

.main-nav form input {
    width: 100%;
    border: none;
    border-radius: .5em;
    /* position: absolute; */
    padding: 1em;
}

.main-nav form input:focus {
    outline: none;
    border: 1px solid #555555;
}

.main-nav form button {
    position: absolute;
    right: 0;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.main-nav form button i {
    font-size: 2em;
    color: #555555;
    padding: .3em;
}

.main-nav .brands {
    position: relative;
    cursor: pointer;
}

.main-nav .brands:hover .brand-container {
    /*display: block;*/
    transition-delay:0.25s;
    z-index: 250;
}

.main-nav .brands .brand-container {
    position: absolute;
    left: -29.7vw;
    top: 59px;
    /*display: none;*/
    transition: .25s all;
    width: 80%;
    z-index: -1;
}

.main-nav .brands .brand-container .brand-wrapper {
    width: 44.5vw;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    justify-content: center;
    padding: 15px 0;
}

.main-nav .brands .brand-container .brand-wrapper a:hover img {
    box-shadow: -2px 0px 5px -2px rgba(0, 0, 0, 0.45);

}

.main-nav .brands .brand-container .brand-wrapper a img {
    max-width: 100px;
    border-radius: 50%;
}

div.mobile-brands ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.mobile-brands ul li.brands {
    flex-basis: 50%;
}

div.mobile-brands ul li.brands img {
    max-width: 120px;
    height: auto;
}

@media (max-width: 575px) {
    .header-with-menu .menu-wrapper .menu-mobile .inner-menu-1 {
        width: 80vw;
    }
}

@media (max-width: 767px) {
    .top-nav .phone {
        text-align: center;
    }

    .top-nav .login {
        text-align: center;
    }

    .top-nav .login .login-container .login-options {
        right: 25%;
    }

    .header-with-menu .menu-wrapper {
        padding: 0px;
    }

    .header-with-menu .menu-wrapper .menu-mobile {
        display: flex;
        z-index: 200;
    }

    .header-with-menu .menu-wrapper .menu-mobile .inner-menu-1 {
        width: 90vw;
        z-index: 350;
    }

    .header-with-menu .menu-wrapper .menu-mobile .inner-menu-1 .inner-item {
        display: flex;
    }

    .main-nav {
        padding: 2em;
    }

    .main-nav .category-menu {
        display: none;
    }

    .main-nav form {
        top: -1.7em;
    }

    .main-nav form input {
        position: absolute;
    }

}


/* login start */
.error-message {
    border: 1px solid #e72388;
    color: #e72388;
    margin-bottom: 1em;
    padding: 2em;
    background-color: #f8c5e0;
}

.error-message p {
    margin: 0px;
    font-size: 13px;
}

.error-message p span {
    font-weight: 600;
}

.category-menu {
    height: 59px;
}

.login-option {
    padding-top: 5em;
}

.login-option header {
    color: #2a2a2a;
    padding: 0 0 4em 0em;
    text-align: left;
}

.login-option header h2, .login-option header h3 {
    text-transform: uppercase;
    padding-bottom: .75em;
}

.login-option header h2 {
    font-size: 2.4em;
    font-weight: 700;
}

.login-option header h3 {
    font-size: 2em;
    border-bottom: 1px solid #ddd;
}

#auth header h3 {
    color: #e72388;
    text-align: center;
}

.login-option header p {
    color: #777777;
    font-size: 1.3em;
    line-height: 1.5;
    margin-top: 1em;
}

.login-option .login-container {
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 2.5em;
    min-height: 43em;
}

.login-option .login-container label {
    font-size: 1.6em;
    font-weight: 500;
}

.login-option .login-container input:not([type="submit"]) {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1em;
    margin-bottom: 1em;
}

.login-option .login-container select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1em;
    margin-bottom: 1em;
}

.login-option .login-container fieldset input {
    float: left;
}

.login-option .login-container fieldset a {
    float: right;
    color: #e72388;
    font-size: 1.4em;
}

.login-option .login-container fieldset p {
    clear: both;
    font-size: 1.2em;
    padding-top: 1em;
}

.login-option .login-container .main-btn {
    background-color: #e72388;
    padding: 1em 2em;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: .5s;
}

.login-option .login-container .main-btn:hover {
    background-color: #9d165b;
}

.login-option .login-container span {
    color: #e72388;
}

@media screen and (max-width: 1300px) {
    .login-option .login-container {
        min-height: 47em;
    }
}

@media screen and (max-width: 767px) {
    .login-option header {
        padding: 0px;
    }

    .login-option .login-container {
        margin-bottom: 1em;
        min-height: auto;
    }
}

/*login end */
/* Categories with carousel start */
.categories-with-carousel {
    background-color: #f5f5f5;

}

.categories-with-carousel .categories-menu-desktop {
    box-shadow: -2px 0px 5px -2px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.categories-with-carousel .categories-menu-main {
    padding: 3em 0em;
}

.categories-with-carousel .categories-menu-main ul {
    padding: 0px;
}

.categories-with-carousel .categories-menu-main ul li {
    list-style: none;
}

.categories-with-carousel .categories-menu-main ul li a {
    font-weight: 400;
    font-size: 14px;
}

.categories-with-carousel .categories-menu-main a {
    color: #777777;
    text-decoration: none;
}

.categories-with-carousel .categories-menu-main .menu-item {
    text-align: left;
    position: relative;
    list-style: none;
    width: 100%;
    padding: .5em 1em;
    transition: .5s all;
    margin: 1em 0em;
}

.categories-with-carousel .categories-menu-main .menu-item a {
    font-size: 1.3em;
    white-space: 200;
    font-weight: 500;
    padding: 15px 0px;
}

.categories-with-carousel .categories-menu-main .menu-item a ::before {
    content: "⁘";
    margin-right: 1.5em;
}

.categories-with-carousel .categories-menu-main .menu-item a ::after {
    content: '‣';
    margin-left: 1.5em;
}

.categories-with-carousel .categories-menu-main .menu-item .categories-inner-list {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    left: 285px;
    top: 0px;
    display: none;
    transition: .5s all;
    padding: 1em;
    z-index: 100;
}

.categories-with-carousel .categories-menu-main .menu-item .categories-inner-list .inner-menu-item {
    padding: .25em .5em;
    min-width: 16em;
    margin: .5em 0em;
}

.categories-with-carousel .categories-menu-main .menu-item .categories-inner-list .inner-menu-item .inner-link {
    font-size: 14px;
    font-weight: 400;
    transition: .5s;
}

.categories-with-carousel .categories-menu-main .menu-item .categories-inner-list .inner-menu-item .inner-link:hover {
    color: #e72388;
}

.categories-with-carousel .categories-menu-main .menu-item:hover, .categories-with-carousel .categories-menu-main .menu-item:focus {
    background-color: #e72388;
    color: #fff;
}

.categories-with-carousel .categories-menu-main #wyprzedazowa.menu-item a {
    color: #e72388;
}

.categories-with-carousel .categories-menu-main #wyprzedazowa:hover a, .categories-with-carousel .categories-menu-main #wyprzedazowa:focus a {
    color: #fff;
}


.categories-with-carousel .categories-menu-main .menu-item:hover a:not(.inner-link), .categories-with-carousel .categories-menu-main .menu-item:focus a:not(.inner-link) {
    color: #fff;
}

.categories-with-carousel .categories-menu-main .menu-item:hover .categories-inner-list, .categories-with-carousel .categories-menu-main .menu-item:focus .categories-inner-list {
    display: block;
}

.categories-with-carousel .carousel-container {
    margin-top: 3em;
    border-radius: 5px;
}

/*
#listaProduktowKafelki col-md-3 {padding:0;}
#listaProduktowKafelki .product-card {padding:0;}
*/

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .categories-menu-desktop .categories-menu-main .menu-item a {
        font-size: 13px;
    }

    .categories-menu-desktop .categories-menu-main .menu-item .categories-inner-list {
        left: 21vw;
        top: -12px;
    }

    .a_marka {
        margin: 10px;
    }


}


@media screen and (min-width: 768px) and (max-width: 1200px) {
    .categories-menu-desktop .categories-menu-main .menu-item a {
        font-size: 13px;
    }

    .categories-menu-desktop .categories-menu-main .menu-item .categories-inner-list {
        left: 20vw;
    }
}


@media screen and (max-width: 995px) {
    .categories-with-carousel {
        background-color: #f5f5f5;
        padding-bottom: 40px;
    }

    .categories-with-carousel .categories-menu-desktop {
        box-shadow: -2px 0px 5px -2px rgba(0, 0, 0, 0.15);
        background-color: #fff;
    }

    .categories-with-carousel .categories-menu-main .menu-item a ::before {
        content: "";
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .categories-menu-desktop {
        display: none;
    }
}

/*categories with carousel end */
.thank-you {
    padding: 5em 0em;
    background-color: #f5f5f5;
}

.thank-you .container {
    background-color: #fff;
}

.thank-you .information-box:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.thank-you .information-box {
    padding: 1.5em;
}

.thank-you .information-box h3 {
    font-size: 16px;
    font-weight: 500;
}

.thank-you .information-box p {
    font-size: 14px;
}

.thank-you .information-box p a {
    color: #e72388;
}

.thank-you .information-box p span {
    font-weight: 600;
}

.product-id {
    padding: 2em 0;
    font-size: 1.4em;
    color: #777777;
}

#product-id .carousel-indicators li {
    width: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #dddddd;
    padding: 3px;
    justify-content: space-around;
}

.carousel-indicators li {
    height: auto;
    max-height: 90px;
}

#product-carousel .carousel-indicators img {
    padding: 1px;
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
}

.product-id .pictures img {
    border: 1px solid #f3f3f3;
}

.product-id .pictures .product-image-miniatures {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 1em;
}

.product-id .pictures .product-image-miniatures img {
    flex-basis: 25%;
    max-width: 25%;
    height: auto;
}

.product-id .product-section a {
    color: #e72388;
}

.product-id .product-section .brand-section {
    padding: 1em 0;
    display: flex;
    justify-content: space-between;
}

.product-id .product-section .brand-section h3 {
    color: #777777;
    font-size: 1.7em;
    font-weight: 800;
    display: inline;
    padding: 0;
}

.product-id .product-section .brand-section img {
    height: 60px;
    width: auto;
    padding: 0px;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    border-radius: 5px;
}

.product-id .product-section p, .product-id .product-section h3, .product-id .product-section h4 {
    margin: 5px 0px;
}

.product-id .product-section .item-price {
    font-size: 2em;
    font-weight: 800;
    color: #e72388;
}

.product-id .product-section .product-name {
    font-size: 1.3em;
    color: #2a2a2a;
    font-weight: 800;
    margin: 0;
    text-align: left;
    padding: 0;
}



.product-id .product-section .ean {
    font-size: .8em;
    color: #777777;
}

.product-id .product-section .add-to-cart {
    padding: 2em 0;
    display: flex;
    align-items: center;
}

.product-id .product-section .add-to-cart .quantity-control {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
}

.product-id .product-section .add-to-cart .quantity-control label {
    padding: 1em;
    padding-left: 0;
    margin-bottom: 0;
}

.product-id .product-section .add-to-cart .quantity-control input {
    max-width: 3em;
    margin: 0 1em;
}

.product-id .product-section .add-to-cart button {
    margin: 0;
    padding: 0.75em 2em;
    border-radius: 5px;
    background-color: #e72388;
    margin-left: -5px;
    text-transform: uppercase;
    transition: .5s all;
    border: none;
    color: #fff;
    cursor: pointer;
}

.product-id .product-section .add-to-cart button:hover {
    background-color: #2a2a2a;
}

.product-id .product-section .available-to-buy, .product-id .product-section .item-in-stock {
    font-weight: 800;
}

.product-id .product-section .item-in-stock span, .product-id .product-section .available-to-buy span {
    color: #e72388;
}

.product-id .product-section .product-description {
    margin-top: 1em;
}

.product-id .product-section .product-description p {
    font-size: .8em;
}

.product-id .detail-label {
    margin-top: 2em;
}

.product-id .detail-label button {
    background-color: #e72388;
    text-transform: uppercase;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    padding: 1em 2em;
    border: none;
    color: #fff;
}

.product-id .detail-label button::before {
    content: '▼';
    font-size: 2em;
    color: #e72388;
    position: absolute;
    transition: .5s all;
    top: 35px;
}

.product-id .detailed-description {
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    padding: 0 2em 2em 2em;
    margin-top: 1.5em;
    font-size: .9em;
    border: solid 1px #dddddd;
    background-color: #ffffff;
}

.product-id .detailed-description p {
    margin: 0;
}

.product-id .detailed-description li {
    list-style: none;
}

.product-id .detailed-description li::before {
    content: "⁘";
    margin-right: 1em;
}

.product-card {
    max-width: 230px;
    border: 1px solid #e72388;
    border-radius: 5px;
    padding: 25px;
    color: #777777;
    margin: 0 auto;
    max-height: 450px;
    background-color: #ffffff;
}

.product-photo img {
    max-width: 120px;
    max-height: 160px;
    width: auto;
    height: auto;
}

.product-card .carousel .carousel-indicator {
    position: relative;
}

.product-card .carousel img {
    display: block;
}

.product-card a:hover {
    color: #e72388;
    text-decoration: none;
}

.product-card h3 {
    font-size: 15px;
    margin: 0px;
}

.product-card .product-description {
    padding: 2em 0em 0em 0em;
    min-height: 86px;
}
.tooltip-inner {
    background-color: #e72388 !important;
}
.product-card .add-to-cart {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
}

.product-card .add-to-cart .quantity-controler {
    display: flex;
    align-items: center;
}

.product-card .add-to-cart .quantity-controler i {
    font-size: 15px;
    margin: 0 10px;
    cursor: pointer;
}

.product-card .add-to-cart .quantity-controler input {
    width: 2em;
    margin: 0px;
}

.product-card .add-to-cart .shopping-cart {
    display: flex;
    align-items: center;
}

.product-card .add-to-cart .shopping-cart i {
    font-size: 35px;
}

.product-card .add-to-cart .shopping-cart .items-in-cart {
    background-color: #e72388;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: -12px;
    z-index: 300;
}

.product-card .availability {
    margin-top: 15px;
}

.product-card .availability h3 {
    font-size: 12px;
}

.product-card .availability h3 span {
    font-weight: 800;
}

.product-card .price {
    margin-top: 15px;
}

.product-card .price h3 {
    font-size: 20px;
    font-weight: 800;
    color: #e72388;
}

.product-card .price h4 {
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 0px;
}

.product-card .crossed {
    text-decoration: line-through;
    font-size: 12px;
}

.product-card .submit {
    margin-top: 15px;
}

.product-card .original_price, #product-id .original_price {
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    align-items: center;
}

.product-card .discount, #product-id .discount {
    background-color: #e72388;
    color: #ffffff;
    font-size: 14px;
    margin-left: 10px;
    padding:3px;
}


#product-id .original_price {
    justify-content: flex-start;
}

#product-id .crossed {
    text-decoration: line-through;
    font-size: 12px;
}

.product-card .submit button {
    margin: 0px;
    text-transform: uppercase;
    background-color: #e72388;
    border-radius: 5px;
    padding: .5em 2em;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: .5s;
}

.product-card .submit button:hover {
    background-color: #2a2a2a;
}



#product-carousel {
    margin-bottom: 100px;
    min-height: 400px;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}

.carousel-inner {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}

#product-carousel img {
    border: none;
    max-width: 300px;
    height: auto;
    width: auto;
    margin: auto;
    padding: 10px;
    max-height: 380px;
}

.product-id .detailed-description .product_form_infolinia_contener {
    margin: 10px auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: solid 1px #dddddd;
    padding-top: 25px;
}

#infolinia_start {
    margin-top: 10px;
}

.product-id .detailed-description .product_form_infolinia_contener>span {
    font-size: 1.1em;
    display: block;
}

.product-id .detailed-description .product_form_infolinia_contener .infolinia_title {
    font-size: 1.3em;
    color: #e72388;
}

.product-id .detailed-description .product_form_infolinia_contener .infolinia_adress {

}

.product-id .detailed-description .product_form_infolinia_contener .infolinia_adress .infolinia_phone {
    font-weight: bold;
    color: #e72388;
}

.Tabelasiatki4akcent11 td {
    background-color: #ffffff;
}

.uniwersalny_pliki {
    display: flex;
    justify-content: center;
}

.WordSection1 {
    margin: 0 auto;
    padding: 10px 50px;
}

#product-carousel.no_bottom_margin {
    margin-bottom: 0;
}

.carousel-item {
    background-color: #ffffff;
    text-align: center;
    border: solid 1px #dddddd;
    border-radius: 5px;
}

.carousel-item.active {
    display: flex;
    align-items: center;
}

#product-carousel .carousel-indicators {
    bottom: -100px;
    margin: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #e72388;
}

#shopping-cart-final {
    margin-top: 0;
}

h2 {
    margin-bottom: 1.5em;
    font-size: 1.7em;
}

h4 {
    font-size: 15px;
    margin-bottom: 2em;
}

.product-list {
    width: 100%;
    margin-bottom: 20px;
}

.product-list thead {
    background-color: #e72388;
    color: #fff;
    font-size: 10px;
}

.product-list thead th {
    padding: 14px 5px;
}

.product-list tbody p {
    margin: 0px;
}

.product-list tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
}

.product-list tbody tr {
    font-size: 12px;
}

.product-list tbody .product-image {
    background-color: #fff;
    padding: .5em;
    text-align: center;
}

.product-list tbody .product-image img {
    height: 80px;
    width: auto;
}

.product-list tbody .product-quantity i {
    margin: 0 5px;
    cursor: pointer;
    font-size: 10px;
}

.product-list tbody .product-quantity input {
    width: 20px;
}

.product-list tbody .empty i {
    margin: 0 20px;
    cursor: pointer;
    font-size: 1.3em;
}

.product-list .total-count {
    width: 100%;
}

.summary-buttons button {
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: .5em 2em;
    border-radius: 5px;
    transition: .5s;
}

.summary-buttons .return {
    background-color: #2a2a2a;
}

.summary-buttons .return:hover {
    background-color: #777777;
}

.summary-buttons .next {
    background-color: #e72388;
}

.summary-buttons .next:hover {
    background-color: #2a2a2a;
}

.delivery-option {
    margin-bottom: 2em;
}

.delivery-option label {
    margin-right: 2em;
    font-size: 14px;
}

.delivery-option label i {
    font-size: 19px;
    color: #e72388;
}

.delivery-address {
    max-width: 750px;
    margin: 0 auto;
}


.payment-methods img {
    max-width: 120px;
    height: auto;
    margin: 0 20px;
}
.login-option.delivery-addresses .container .row [class*='col'] {
    margin-bottom: 15px;
}


.delivery-address label {
    display: block;
    font-size: 15px;
    margin-bottom: .5em;
}

.delivery-address input, .delivery-address select, .delivery-address option {
    width: 80%;
    margin-bottom: .5em;
    padding: 1em;
    border-radius: 5px;
    border: 1px solid #777777;
}

.delivery-address input:focus, .delivery-address select:focus, .delivery-address option:focus {
    border: 1px solid #e72388;
    outline: none;
    offset: none;
}

.delivery-address input:last-of-type {
    margin-bottom: 0;
}

#delivery_address .summary-buttons {
    margin-top: 2.5em;
}

.delivery-address select {
    margin-bottom: 0;
}

.delivery-address option {
    font-size: 1.5em;
}

.delivery-address option:hover {
    color: #e72388;
}

.order-summary {
    padding: 2em 2em;
}

h5.order-summary span {
    color: #e72388;
    font-weight: bold;
    font-size: 1.5em;
}

.order-summary .summary-desclimer {
    border: 1px #777777 solid;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 2em 0;
    margin-bottom: 3em;
}

.order-summary .summary-desclimer h2, .order-summary .summary-desclimer h3 {
    font-size: 17px;
    margin: 0px;
    color: #e72388;
    font-weight: 600;
}

.order-summary .seller-data, .order-summary .buyer-data {
    font-size: 1.5em;
}

.order-summary .seller-data h4, .order-summary .buyer-data h4 {
    font-size: 17px;
    margin: 0px;
}

.order-summary .seller-data address, .order-summary .buyer-data address {
    min-height: 90px;
}

.order-summary .seller-data p, .order-summary .buyer-data p {
    margin: 0px;
}

.order-summary .next-steps, .order-summary .order-summary {
    font-size: 1.3em;
    margin-bottom: 3em;
}

.order-summary .next-steps {
    line-height: 2;
}

.order-summary td.information {
    text-align: left;
    font-weight: 700;
    padding: .5em;
    width: 30%;
}

.order-summary td.data {
    text-align: right;
}

.order-summary .summary-buttons {
    padding: 2em 0;
}

.order-summary .summary-buttons button {
    cursor: pointer;
    margin: 0 1em;
    transition: .5s all;
}

.order-summary .summary-buttons button:hover {
    background-color: #2a2a2a;
}

.order-summary .summary-buttons .buy-and-pay {
    background-color: #e72388;
}

.order-summary .summary-buttons .change-address, .order-summary .summary-buttons .change-delivery-option {
    background-color: #777777;
}

.order-summary .summary-buttons .return-to-shopping {
    background-color: #555555;
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 100% !important;
    }

    .product-list tbody td.product-image {
        display: none;
    }

    .product-list tbody td.product-quantity {
        width: 50px;
    }

    .product-list thead th.product-image {
        display: none;
    }

    .product-list thead th.product-quantity {
        width: 70px;
    }

    .order-summary .summary-buttons button {
        margin-bottom: 1em;
    }
}

/* modal start */
.modal {
    box-shadow: -2px -1px 17px -4px rgba(231, 35, 136, 0.77);
}

.modal-content {
    border: none;
}

.modal-header {
    border-bottom: none;
}

.modal-body p {
    font-size: 13px;
    margin: 0px;
    margin: 4px auto;
}

.modal-footer {
    border-top: none;
}

.modal-footer button {
    border: none;
    border-radius: 5px;
    padding: .5em 1em;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    transition: .5 all;
}

.modal-footer button:hover {
    background-color: #777777;
}

.modal-footer .close-button {
    background-color: #2a2a2a;
}

.modal-footer .accept-button {
    background-color: #e72388;
}

/* modal end */
body {
    font-family: "Poppins", sans-serif;
    color: #777777;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0px;
    font-size: 10px;
    color: #777777;
}

ul {
    margin: 0px;
}

.fixed {
    margin: 0 auto;
    padding: 0px;
}

.clear {
    clear: both;
}

.visible {
    display: block;
}

.hidden {
    display: none !important;
}

.row {
    align-items: stretch;
}


#login-option .row .login-container {
    height: 100%;
}

h2 {
    margin-bottom: 0;
}

.login-option header h2 {
    padding-bottom: 0;
}

.header-with-menu .brand-wrapper {
    padding: 2em 0;
}

.create-account header {
    padding-bottom: 2.5em;
}

.create-account .login-container {
    margin-bottom: 3em;
}

.product-card {
    padding: 25px 7px;
    max-height: unset;
    margin: 10px;
    max-width: unset;
    flex: 0 1 22.2%;
    border: 1px solid #dddddd;
    position: relative;
    padding-bottom: 60px;
}

.product-photo {
    text-align: center;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card:hover {
    border: 1px solid #e72388;
    background-color: #ffffff;
    box-shadow: 0 0 7px #bbb;
}


*:hover {
    transition: all ease-in-out 0.3s;
}

.product-card .product-description h3 {
    color: #777777;
    font-weight: 600;
    font-size: 11px;
    /*height: 90px;*/
    display: block;
    overflow: hidden;
}

.product-card .product-description a {
    transition: all 0s;
}

.kafelek_wyprzdazowy_literka {
    color: #e72388;
}

.not-available {
    text-align: center;
    font-size: 12px;
    margin: 10px auto;
    color: #e72388;
    font-weight: bold;
}

.product-card .submit {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
}

.product-card .add-to-cart .shopping-cart i {
    cursor: pointer;
}

.product-card .add-to-cart .shopping-cart .items-in-cart {
    z-index: 1;
}

.main-nav .brands .brand-container {
    right: 0;
    left: unset;
    width: 700px;
    box-shadow: 0 0 7px #ddd;
}

.main-nav .brands .brand-container .brand-wrapper {
    padding: 15px;
}

.main-nav .brands .brand-container .brand-wrapper {
    width: unset;
}

.a_marka {
    margin: 15px;
}

.main-nav .category-menu header h3 {
    line-height: unset;
}

.main-nav form {
    padding: unset;
}

.search_section {
    display: flex;
    align-items: center;
}

.search_section form {
    display: block;
}


.datagridSorterKafelki {
    margin: 17px auto 7px auto;
    justify-content: center;

}

.datagridSorterKafelki span {
    font-size: 12px;
    margin: 0 15px;
    font-weight: bold;
}

.datagridSorterKafelki .menuItem {
    font-size: 12px;
    cursor: pointer;
}

.datagridSorterKafelki .menuItem:hover {
    color: #e72388;
}

.datagridSorterKafelki .datagridSmallArrow {
    width: 16px;
    filter: hue-rotate(115deg);
}

.datagridSorterKafelki span.belka_sorter:last-of-type {
    display: none;
}

#listaProduktowKafelki {
    padding-right: 0;
}

.datagridSummaryWrapper {
    justify-content: space-between;
    align-items: center;
}

.datagridPerPageSelect {

}

.datagridPageNumbers ul {
    padding: unset;
    text-align: center;
}

.datagridPageNumbers ul li {
    list-style-type: none;
    display: inline-block;
    padding: 7px;
    margin: 2px;
}

.datagridPageNumbers ul li:hover, .datagridPageNumbers ul li.datagridPageSelected {
    background-color: #e72388;
    cursor: pointer;
    color: #ffffff;
}

.datagridFooters {
    display: none;
}

.datagridPageNumbers {
    max-width: unset;
    flex: 1 1 20%;
}

.categories-with-carousel .categories-menu-main .menu-item a {
    line-height: 19px;
    font-size: 1.2em;
    display: block;
    padding: 0;
}

.categories-with-carousel .categories-menu-main .menu-item a ::before {
    margin: 0 7px;
    font-size: 20px;
}

.categories-with-carousel .categories-menu-main .menu-item a ::after {
    float: right;
    font-size: 19px;
    margin-right: 10px;
}

#cat-with-car > .container, #main-header > .container {
    box-shadow: 5px 0 5px -5px rgba(0,0,0,0.15), -5px 0 5px -5px rgba(0,0,0,0.15);
}

.datagridMain_kafelki {
    margin-bottom: 15px;
}

.categories-with-carousel .categories-menu-desktop {
    box-shadow: 2px 0px 5px -2px rgba(0, 0, 0, 0.15);
}

.categories-with-carousel .categories-menu-main .menu-item .categories-inner-list {
    left: 286px;
    box-shadow: 0 0 7px #ddd;
}

.categories-with-carousel .categories-menu-main .menu-item {
    padding: 1em;
    margin: 0;
}

.login-option {
    padding-bottom: 30px;
}

.categories-with-carousel .categories-menu-main .menu-item .categories-inner-list .inner-menu-item .inner-link {
    font-size: 13px;
}

.categories-with-carousel .categories-menu-main .menu-item .categories-inner-list .inner-menu-item.smallest-category .inner-link {
    font-size: 12px;
}

.categories-with-carousel .categories-menu-main .menu-item .categories-inner-list .inner-menu-item.medium-category .inner-link {
    font-size: 13px;
    font-weight: bold;
}

.categories-with-carousel .categories-menu-main .menu-item a.kategoria_aktywna {
    color: #e72388; font-weight: bold !important;
}

.header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart {
    margin-right: 15px;
}

.product-card .product-description:hover a {
    text-decoration: underline;
    color: #e72388;
}

.header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart .cart-wrapper .show-cart i {
    color: #777777;
}

#shopping-cart-summary h2, #order-summary h2 {
    font-size: 2em;
    font-weight: 600;
    color: #333333;
    margin: 30px auto;
    text-transform: uppercase;
    text-align: center;
}

.product-list td, .product-list tbody th {
    border-bottom: solid 1px #e72388;
    padding: 4px 8px;
}

.product-list tbody th a {
    color: #e72388;
}

.product-list thead th {
    font-size: 12px;
}

.hideMe {
    display: none;
}

.categories-hidden {
    position: relative;
}

.categories-hidden:hover .hideMe {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 59px;
    width: 100%;
}

.categories-hidden .categories-with-carousel .categories-menu-desktop {
    max-width: 100%;
}

.categories-hidden .categories-with-carousel {
    padding-bottom: 0;
}

.categories-hidden .categories-with-carousel .categories-menu-desktop {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.main-nav .category-menu.categories-hidden ul li::before {
    content: "";
    margin: 0;
}

.shopping-cart-summary {
    padding-bottom: 30px;
    min-height: 100px;
}


#footer_bottom>.container>.row {
    align-items: stretch;
}

#address_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

#address_form label {
    flex-basis: 30%;
    text-align: right;
    padding-right: 15px;
}

#address_form input {
    flex-basis: 70%;
}

#adresy_selector {
    margin-top: 2.5em;
}

#adresy_selector h4 {
    margin-bottom: 0.5em;
}

#adresy_selector select {
    width: 50%;
}

#komunikat {
    background-color: #e7c6d7;
    border: 1px solid #e72388;
    color: #2a2a2a;
    padding: 15px;
    font-size: 14px;
    margin-top: 20px;
    margin-right: 15px;
}

/* Ankieta */

.ankieta_contener {
    padding: 15px;
    font-size: 1.2em;
}

.ankieta_header {
    margin-bottom: 1.5em;
    color: #e72388;
}

.ankieta_header p {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0px;
}

.pytanie_header {
    font-weight: 800;
    margin-bottom: 1em;
    padding: 0 5% 0 15%;
    text-align: left;

}

.pytanie_header span {
    font-size: 1.2em;
    margin-right: .75em;

}

.odppowiedz_content {
    padding: 0 5% 0 25%;
    text-align: left;
}

.odppowiedz_content span {
    font-weight: 800;
    font-size: 1.2em;
}

.odppowiedz_content label {
    margin-bottom: 1em;
}

.odppowiedz_content input {
    margin-left: .5em;
}

.odppowiedz_content input:focus {
    border: 1px solid #e72388;
}


.pytanie_footer {
    margin-top: 1.5em;
}


@media screen and (max-width: 767px) {
    .odppowiedz_content {
        padding: 0 5% 0 15%;
        text-align: left;
    }
}


@media screen and (max-width: 655px) {
    .odppowiedz_content {
        padding: 0 5% 0 5%;
        text-align: left;
    }

    .pytanie_header {
        padding: 0 5% 0 5%;
        text-align: center;

    }
}

@media screen and (max-width: 596px) {
    .odppowiedz_content {
        padding: 0 5% 0 5%;
        text-align: center;
    }
}

/* Informacje */
.fixed-padding {
    padding: 0px;
}


.list-container {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    margin: 15px;
}

.list-container .liner {
    flex-basis: 100%;
    height: 1px;
    background-color: #c8c8c8;
    margin: 0 1.5em;
}

.list-container .list-header {
    background-color: #EEEEEE;
    padding: 1.2em;
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    color: #333333;
}

.list-container .list-item-wrapper {
    padding: .75em 1.5em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.list-container .list-item-wrapper .image-wrapper {
    flex-basis: 25%;
    margin-right: 1em;
}

.list-container .list-item-wrapper .content-wrapper a {
    color: #e72388;
    text-decoration: none;
    transition: .5s;
}

.list-container .list-item-wrapper .content-wrapper a:hover {
    color: #2a2a2a;
    text-decoration: none;
}

.list-container .list-item-wrapper .content-wrapper h3 {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 10px 5px;
    text-align: center;
}

.list-container .list-item-wrapper .content-wrapper .date {
    font-size: 10px;
}

.list-container .liner:last-of-type {
    display: none;
}

#informacje #misc>.container>.row>.col-lg-3.fixed {
    background-color: #ffffff;
}

.main-content-wrapper {
    padding: 0;
}

.main-content-wrapper .date {
    font-size: 1.5em;
    font-weight: 600;
    color: #e72388;
    margin-top: 2em;
}

.main-content-wrapper .date span {
    font-size: 1.7em;
    font-weight: 800;
}


#informacje-content .main-content-wrapper h3, .main-content-wrapper#informacje-content-right h3 {
    font-size: 1.5em;
    text-align: center;
    color: #e72388;
    font-weight: bold;
}

.canvasCenterContent {
    font-size: 15px;
}

.canvasCenterContent h3 {
    font-size: 15px;
    font-weight: 800;
}


#informacje #misc>.container {
    padding: 0;
}

#informacje #misc>.container>.row, #informacje #misc>.container>.row>.fixed {
    margin: 0;
}

#informacje .list-container {
    box-shadow: none;
    background-color: #ffffff;
}

.canvasCenter {
    margin-top: 25px;
}

.canvasCenterTitle {
    font-size: 15px;
    font-weight: 800;
    color: #e72388;
    text-align: center;
}

.canvasCenterContent {
    font-size: 12px;
}

.canvasCenterContent h2 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 800;
}

.kwota_wolna {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    display: inline-block;
    max-width: 100px;
    text-align: center;
}

.kwota_wolna span {
    color: #e72388;
}

.menu_categories_col {
    background-color: #ffffff;
}

/* Dane osobowe inputy */

#account_change_personal_data label[for='u_zaakceptowal_rodo_ankiety'], #account_change_personal_data label[for='u_zaakceptowal_ankiety'],#account_change_personal_data label[for='u_zaakceptowal_newsletter'] {
    font-size: 1.2em;
    margin-bottom: 1.2em;
}

label[for='u_zaakceptowal_regulamin'] {
    display: inline;
}

#u_zaakceptowal_ankiety, #u_zaakceptowal_rodo_ankiety,#u_zaakceptowal_newsletter {
    width: auto;
    margin-right: 1em;
    margin-bottom: 0px;
}

/* Przelacznik cen */

/* Footer */

footer {
    background-color: #555555;
    padding: 2em 0em;
    font-size: 13px;
    color: #fff;
}

footer .copyright, footer .payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .copyright p, footer .payment-methods p {
    font-size: 13px;
    line-height: 0;
    margin: 0 auto;
    padding: 2em 0em;
}

footer a {
    color: #e72388;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

footer .payment-methods img {
    max-width: 120px;
    height: auto;
    margin: 0 20px;
}

footer .payment-methods img.footer_smaller_img {
    max-width: 75px;
}

#footer_top {
    background-color: #dddddd;
    color: #2a2a2a;
    font-size: 14px;
    text-align: center;
}

#footer_top a {
    color: #e72388;
    text-decoration: none;
    font-weight: 600;
}

#footer_top .footer_title {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#footer_top a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

#cookie_overlay {
    position : absolute;
    top : 0;
    bottom:0px;
    left : 0px;
    right:0px;

    background-color:black;
    z-index:100;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    background: rgba(39, 42, 43, 0.8);
    transition: opacity 200ms ease-in-out;
    border-radius: 0;
    margin: 0
}

#cookie_dialog {
    display:block;
    position: absolute;
    top : 20%;
    left : 10%;
    right : 10%;
    align-items: center;
    z-index: 102;
    color:black;
    max-width: 600px;
}

#cookie_dialog.hideMe {
    display: none;
}

#cookie_dialog .modal-content {
    padding: 30px;
}

#cookie_dialog .btn {
    width: 100%;
    font-size: 12px;
}

#cookie_dialog .modal-footer {
    padding: 7px;
}

#cookie_selector_btn #cookie_dialog.collapse.show {
    height: auto;
    overflow: auto;
}

#cookie_selector_btn {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 2000;
}

#cookie_selector_btn #cookie_dialog {
    height: 0;
    overflow: hidden;
    transition: height 1s;
    position: static;
    margin: 10px;
    box-shadow: 0 0 3px #777777;
    margin-right: 0;
    border-radius: 5px;
}

#cookie_dialog .close:focus {
    outline: none;
}

#kontakt .misc {
    background-color: #ffffff;
}

#kontakt .content-container .row {
   /* display: none; */
}

#canvasCenter {
    max-width: 100%;
}

.list-container .list-item-wrapper:hover, .list-container .list-item-wrapper.active_info_menu_item {
    background-color: #e72388;
}

.list-container .list-item-wrapper:hover a h3, .list-container .list-item-wrapper.active_info_menu_item a h3 {
    color: #ffffff;
}


.content-container h3 {
    padding: 0 20px;
}

.content-container .product-card h3 {
    padding: 0 10px;
}

.content-container hr {
    max-width: 90%;
    background-color: #e72388;
}

.content-container hr:first-of-type {
    margin-top: 50px;
}

#dok_id_10 .canvasCenterContent, #dok_id_11 .canvasCenterContent {
    text-align: left;
    max-width: 90%;
    margin: auto;
}

#informacje .canvasCenterTitle {
    display: none;
}

.img-responsive {
    max-width: 100%;
    width: auto;
}

#pmi_logo {
    max-width: 400px;
}

#pmi_info {
    padding: 30px;
    font-size: 13px;
}

.canvasCenterTitle {
    font-size: 2em;
    margin-bottom: 20px;
}

.canvasCenterContent {
    text-align: center;
    font-size: 13px;
    padding-bottom: 20px;
}

.canvasCenterContent iframe {
    border: solid 1px #aaaaaa;
    padding: 7px;
    background-color: #ffffff;
}

.canvasCenterContent h2 {
    margin-top: 20px;
}

.md-switch .md-toggle {
    position: absolute;
    visibility: hidden;
}
.md-switch .md-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.md-switch input.md-toggle-round + label {
    padding: 2px;
    width: 40px;
    height: 20px;
}
.md-switch input.md-toggle-round + label:before, input.md-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
.md-switch input.md-toggle-round + label:before {
    right: 1px;
    background: #DDDDDD;
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.24);
    border-radius: 60px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}
.md-switch input.md-toggle-round + label:after {
    width: 15px;
    height:15px;
    margin:auto 4px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.24);
    border-radius: 100%;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}
.md-switch input.md-toggle-round:checked + label:before {
    background-color:#e72388;
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.24);
}
.md-switch input.md-toggle-round:checked + label:after {
    margin-left: 17px;
}
.md-switch input.md-toggle-round:checked + label span {
    color:#555555;
}
.md-switch label span {
    position: absolute;
    top: 0px;
    display: block;
    font-size: 12px;
    padding-left: 15px;
    min-width: 144px;
    margin-left: 36px;

}

#przelacznik_cen {
    margin-left: 25px;
    min-width: 300px;
    display: flex;
}

#przelacznik_cen label {
    margin-bottom: 5px;
    cursor: pointer;
    margin-top: 15px;
}

.product-list tbody th.empty {
    background-color: #ffffff;
}

#zamowienia #ordered-product-detail {
    padding: 0 45px;
}

#ordered-product-detail table .product-brand, #ordered-product-detail table .product-quantity, #ordered-product-detail table .price-per-item, #ordered-product-detail table .total-price {
    text-align: center;
}

#ordered-product-detail table .product-quantity {
    min-width:80px;
}


.order-summary .seller-data h4, .order-summary .buyer-data h4 {
    color: #e72388;
}

#produkty .detailed-description img {
    max-width: 400px;
    width: auto;
    max-height: 400px;
    height: auto;
    padding: 25px;
    margin: auto;
    display: block;
}

#zamowienia .content-container hr:first-of-type {
    margin-top: 20px;
}

#shopping-cart-summary .no_data {
    font-size: 13px;
    text-align: center;
}

#dojad_do_magazynu {
    width: 600px;
}

.order-summary h5.order-summary {
    margin-bottom: 0;
    padding-bottom: 0;
}

.zam_uwagi_title {
    margin-bottom: 5px;
}

#zam_uwagi {
    width: 50%;
    height: 70px;
    padding:3px;
    font-size: 12px;
}

#zam_uwagi:focus {
    outline: #e72388;
}

h6.order-summary span {
    color: #e72388;
    font-weight: bold;
}

#order-summary table {

}

select {
    background-color: #ffffff;
}

#mojekonto .login-option .login-container span {
    color: #777777;
}

#auth .personal-data label, #mojekonto #dane_zgody label {
    font-size: 12px;
}

.create-account .login-container fieldset label span.important, #mojekonto .login-container fieldset label span.important {
    color: #e72388;
    font-weight: bold;
}

#auth .create-account .login-container fieldset [type="checkbox"], #mojekonto .login-container fieldset [type="checkbox"] {
    margin-bottom: 0;
    transform: scale(1.5);
}

#auth .create-account #logowanie_left fieldset label, #mojekonto #account_change_personal_data  fieldset label {
    margin-bottom: 20px;
    display: block;
}

#mojekonto .login-option .login-container fieldset a {
    float: none;
    font-size: 12px;
}

.create-account .login-container fieldset label span.required_color {
    color: #e72388;
}

#produkty .detailed-description table {
    width: 100%;
    margin: 15px 0;
}

#produkty .detailed-description table td {
    border: solid 1px #CCCCCC;
    padding: 4px;
}



.summary-buttons button.buy-and-pay {
    font-size: 1.8em;
}

button.recount {
    background-color: #e72388;
}

button.recount:hover {
    background-color: #333333;
}

button {
    cursor: pointer;
}

#mojekonto .login-option .login-container fieldset a.cancel_link {
    float: right;
    font-size: 14px;
}

#mojekonto .login-option header h2 {
    padding-bottom: 1em;
}

#koszyk .shopping-cart_thank_you {
    padding: 0 15px;
}

#koszyk .shopping-cart_thank_you .recount {
    font-size: 1.8em;
}

.datagridSummaryText {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    footer .copyright, footer .payment-methods {
        justify-content: center;
    }
}

/* Fixes left menu */
@media screen and (max-width: 1199px) {
    .categories-with-carousel .categories-menu-main .menu-item .categories-inner-list {
        left: 243px;
    }
}

@media screen and (max-width: 991px) {
    .categories-with-carousel .categories-menu-main .menu-item .categories-inner-list {
        left: 180px;
    }
}

/* Fixes grid */
@media screen and (max-width: 1199px) {
    .product-card {
        flex: 0 1 30%;
    }
}

@media screen and (max-width: 991px) {
    .product-card {
        flex: 0 1 44.5%;
    }
}

@media screen and (max-width: 514px) {
    .product-card {
        flex: 0 1 100%;
    }

    .product-card .add-to-cart {
        justify-content: center;
    }

}

/* Fixes order summary */

@media screen and (max-width: 767px) {
    .summary-buttons {
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;

    }

    .summary-buttons button {
        margin-bottom: 15px;
    }
}


@media (max-width: 1199px) {
    .header-with-menu .menu-wrapper .menu-content.desktop ul li a {
        font-size: 1.2em;
        font-weight: 500;
        padding: .5em .75em;
        color: #777777;
        text-decoration: none;
        text-transform: uppercase;
        transition: 1s;
    }

    .header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart .cart-wrapper .show-cart .subtotal .price {
        font-size: 1.3em;
    }

    .categories-with-carousel .categories-menu-main .menu-item {
        padding-left: 3px;
    }

    .categories-with-carousel .categories-menu-main .menu-item a span {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        text-align: left;
    }

    .categories-with-carousel .categories-menu-main .menu-item a span::after {
        float: none;
        width: 20px;

        margin: 0;
        display: none;
    }

    .main-nav .category-menu header h3, .main-nav .category-menu header div {
        font-size: 1.5em;
    }

    .category-menu {
        height: auto;
    }

    #product-carousel img {
        max-width: 240px;
    }

    #product-carousel {
        min-height: 300px;
    }

    .product-in-cart .product-name {
        width: 260px;
    }

    .categories-hidden:hover .hideMe {
        top:43px;
    }
}


@media (max-width: 991px) {


    .container {
        max-width: 100%;
    }

    .categories-with-carousel .categories-menu-main .menu-item:hover .categories-inner-list, .categories-with-carousel .categories-menu-main .menu-item:focus .categories-inner-list {
        display: none;
    }

    #przelacznik_cen {
        margin-top: 10px;
    }

    .header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart {
        margin-right: 15px;
        margin-left: 15px;
    }

    .header-with-menu .menu-wrapper .menu-content.desktop ul li a {
        font-size: 1.2em;
    }

    .header-with-menu .menu-wrapper .menu-content.desktop ul li a {
        margin-right: 7px;
    }

    .header-with-menu .menu-wrapper .menu-content.desktop ul {
        padding-left: 10px;
        display: flex;

    }

    #zamowienia #ordered-product-detail {
        padding: 0 15px;
    }

    #shopping-cart-summary {
        padding: 0 15px;
    }

    #dojad_do_magazynu {
        width: 600px;
    }

    .product-in-cart .product-name {
        width: 160px;
    }

    .main-nav .category-menu {
        padding: 1em;
    }

    .main-nav form input {
        padding: .75em;
    }

    .categories-hidden:hover .hideMe, .main-nav .brands .brand-container {
        top: 43px;
    }
}

@media screen and (max-width: 767px) {
    .header-with-menu .menu-wrapper .menu-content.desktop {
        justify-content: space-around;
    }

    .categories-with-carousel .categories-menu-main {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .categories-with-carousel .categories-menu-main .menu-item {
        width: 33%;
    }

    #listaProduktowKafelki>.row {
        justify-content: space-around;
    }

    #listaProduktowKafelki {
        padding-right: 15px;
    }

    .product-card {
        flex-basis: 47%;
    }

    #footer_top .policies .footer_title {
        margin-top: 15px;
    }

    #ordered-product-detail .product-list td.product-quantity {
        width:60px;
        padding-left: 0;
        padding-right: 0;
    }

    .product-in-cart .product-name {
        width:200px;
    }

    #auth .content-container .col-xs-12 {
        margin-top: 30px;
    }

    #create-account #forgotPassordForm .container .row:nth-of-type(2) .col-xs-12 {
        margin-top: 0;
    }

    #create-account #forgotPassordForm .container .row:nth-of-type(2) .col-xs-12 .login-container {
        border-bottom: solid 1px #dddddd;
    }
}

@media screen and (max-width: 480px) {
    .header-with-menu .menu-wrapper .menu-content.desktop ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .header-with-menu .menu-wrapper .menu-content.desktop ul li {
        display: inline-block;
        margin: 7px;
    }

    .product-card {
        flex-basis: 80%;
    }

    .datagridSorterKafelki {
        flex-direction: column;
        align-items: center;
    }

    .datagridSorterKafelki .belka_sorter {
        display: none;
    }

    .datagridSorterKafelki .menuItem {
        margin-top: 10px;
    }

    .product-cateogory {
        margin-top: 15px;
    }

    .datagridSummaryText {
        text-align: center;
    }

    #dojad_do_magazynu {
        width: 90%;
    }

    .submit-account {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
    }

    .submit-account > input {
        margin-top: 15px;
    }
}

@media screen and (max-width: 320px) {
    .header-with-menu .menu-wrapper .menu-content.desktop ul {
        flex-direction: column;
        justify-content: center;
    }

    .header-with-menu .menu-wrapper .menu-content.desktop ul li {
        text-align: center;
    }

    .header-with-menu .menu-wrapper .menu-content.desktop ul li a {
        display: block;
        margin: 0;
    }

    .categories-with-carousel .categories-menu-main .menu-item {
        width: 50%;
    }

    #produkty .detailed-description img {
        max-width: 100%;
    }

    #product-id .detailed-description ul, #product-id .detailed-description ol {
        padding-left: 10px;
    }

    #przelacznik_cen {
        margin-left: 0;
        margin-right: 0;
        min-width: auto;
    }

    #pmi_logo {
        max-width: 100%;
    }

    .delivery-address label {
        white-space: normal;
        word-wrap: break-word;
        width:120px;
        flex-basis: 0%;
    }

    #address_form label {
        text-align: center;
        flex-basis: 100%;
        margin-top: 10px;
    }

    #zam_uwagi {
        width: 80%;
    }

    #ordered-product-detail table .product-brand {
        display: none;
    }

    #ordered-product-detail {
        padding-left: 3px;
        padding-right: 3px;
    }

    #ordered-product-detail table td, #ordered-product-detail table th {
        font-size: 10px;
        padding: 3px;
    }

    .header-with-menu .menu-wrapper .menu-content.desktop .shopping-cart .cart-wrapper .show-cart .subtotal .price {
        font-size: 1.15em;
    }

}

#karuzela_promocji .carousel-control-next, #karuzela_promocji .carousel-control-prev {
    width:8%;
}

#karuzela_promocji .carousel-item a {
    width: 100%;
    display: block;
}

#karuzela_promocji .carousel-item {
    border-radius: 0;
}

#karuzela_promocji .carousel-indicators li {
    height: 3px;
}

#karuzela_promocji .carousel-indicators {
    bottom: -10px;
}

@media screen and (min-width: 900px) {
    #product_details {
        margin-top: -75px;
    }
}

#create-account p {
    font-size: 1.2em;
}

.div_spacer {
    height: 15px;
}

#cookie_selector_btn #cookie_dialog {
    width: 0;
}

#cookie_selector_btn #cookie_dialog.collapse.show, #cookie_selector_btn #cookie_dialog.collapsing {
    width: 100%;
}

.gratisy_header {
    margin: 28px auto 16px auto;
    padding: 0;
    font-size: 14px;
    color: rgb(119, 119, 119);
}

p.gratisy_header {
    font-weight: 500;
    margin: 16px auto 36px auto;
}

p.gratisy_header {
    display: none;
}

p.gratisy_header:last-of-type {
    display: block;
}