<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


div.form-group:nth-child(1) &gt; div:nth-child(3), .green &gt; section:nth-child(1) &gt; div:nth-child(2) &gt; div:nth-child(3) {
    display: none;
}
.vat_number .help-block {
    display: none !important;
}
.form-control-valign{
    width:100% !important;
}

.product-discounts &gt; .product-discounts-title{
    font-weight:700;
}

p.cart-products-count, .cart-content &gt; p:nth-child(2), .cart-content &gt; p:nth-child(3), .cart-content &gt; p:nth-child(4), .cart-content &gt; p:nth-child(5) {
    display: none;
}

#header .header-top .menu {
    padding-left: 0;
    background: white;
    border: none;
}

.default-menu &gt; ul &gt; li &gt; a{
    border:none !important;
}

    .default-menu &gt; ul &gt; li:hover &gt; a, .default-menu &gt; ul &gt; li.sfHover &gt; a, .default-menu &gt; ul &gt; li.sfHoverForce &gt; a, .default-menu &gt; ul &gt; li &gt; a:hover, .default-menu &gt; ul &gt; li:hover &gt; .top-level-menu-li-span, .default-menu &gt; ul &gt; li.sfHover &gt; .top-level-menu-li-span, .default-menu &gt; ul &gt; li.sfHoverForce &gt; .top-level-menu-li-span, .default-menu &gt; ul &gt; li &gt; .top-level-menu-li-span:hover{
        background:white !important;
    }

#header a{
    font-size:12px;
}

.product-features &gt; dl.data-sheet dt.name{
    text-transform:inherit !important;
}

.green &gt; section:nth-child(1) &gt; div:nth-child(2) &gt; div:nth-child(2){
    display:inline-flex;
}

.checkout{
    padding-left:0;
    padding-right:0;
    width:100%;
}

.btn-primary, #header .header-nav .cart-preview.active {
    background-color: rgb(0,152,153);
}

.material-icons {
    color: rgb(0,152,153);
}


li.nav-item:nth-child(1) &gt; a:nth-child(1), li.nav-item:nth-child(5) &gt; a:nth-child(1), li.nav-item:nth-child(7) &gt; a:nth-child(1) {
    color: rgb(0,152,153);
    font-weight: bold;
}



/*#####################################OVERRIDE###############################################*/
p{
    color:black;
}

#products .thumbnail-container, .product-miniature .thumbnail-container, #products .product-miniature {
    width: 100%;
}

#products .product-thumbnail, .product-miniature .product-thumbnail{
    width:40%;
}

.search-widget, .block-categories {
    width: 50%;
    margin-bottom:0;
}


.atc_qty {
    display: inline-block;
    width: 100px; /*40PX*/
    border: 1px solid #cecece;
    background: #FFF;
    padding: 10px 0px;
    text-align: center;
    top: 2px;
    margin: auto;
    position: relative;
    margin: 0px 5px 0px 0px;
}

.product-description {
    min-height: 50px;
}



.atc_div {
    margin-top: 10px;
}


.atc_spinner {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


#products .thumbnail-container:hover .highlighted-informations, .featured-products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations, .product-miniature .thumbnail-container:hover .highlighted-informations {
    bottom: 9.525rem;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    bottom: 5rem;
}


/*############################################WIDOK KATEGORII#######################################33*/

div.widok_kat{
    font-size:12px !important;
}

article.product-miniature &gt; div:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; section:nth-child(2) &gt; dl &gt; dt {
    width: 0px !important;
    font-size:9pt !important;
    padding-left:2px !important;
    padding-right:0 !important;
}

div.widok_kat &gt; dl.data-sheet dd.value{
    width:30%;
}

.category-top-menu &gt; li:nth-child(1), #products .page-not-found {
    display: none;
}

#products, #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    color: black;
}

#products .product-title, .product-miniature .product-title{
    margin-top:5px;
}
/*
#products .thumbnail-container {
    min-height: 368px;
}
    */

#products .thumbnail-container, .product-miniature .thumbnail-container{
    height:auto;
    padding:15px;
    padding-top:5px;
}

#products .thumbnail-container, .product-miniature .thumbnail-container{
    border:2px solid rgb(0,152,153);
}

#products img{
    border:1px solid rgb(0,152,153);
}

#subcategories ul li{
    width:22.6%;
    height:auto;
}

ul.clearfix &gt; li &gt; h5:nth-child(2) {
    margin-top:10px;
}

ul.clearfix &gt; li &gt; h5:nth-child(2) &gt; a:nth-child(1){
    font-size:14px !important;
    font-weight:bold;
}

.product-features &gt; dl.data-sheet dd.value, .product-features &gt; dl.data-sheet dt.name{
    flex:1 0 5%;
    font-size:12px;
}

.product-features &gt; dl.data-sheet dt.name{
    flex:1 0 60% !important;
}

#tolerancje{
    float:right;
}

#tolerancje_kategoria{
    margin-left:10px;
}

#opis_atrybutu, #tytul_tabeli,.card &gt; h3:nth-child(1){
	width:100%;
	margin-bottom:10px;
	text-align:justify;
	padding:.625rem;
	background:#F6F6F6;
	margin-right:.625rem;
	font-size:12px;
    max-width:1040px;
}

#opis_atrybutu{
    padding-left:60px !important;
    font-size:12px;
}

.card &gt; h3:nth-child(1) {
    width: auto !important;
    margin-left: 0.625rem;
}

#tytul_tabeli,.card &gt; h3:nth-child(1){
	font-weight:bold;
	text-align:center;
    font-size:16px;
}

.card{
	box-shadow:none;
	border:none;
	padding:0;

}

#tabela{
	width:100%;
	border-collapse:inherit;
	text-align:justify;
    font-size:12px;
}

#tabela &gt; tbody:nth-child(1) &gt; tr &gt; td:nth-child(1){
	width:80%;
}

.card &gt; h3:nth-child(1){
	text-transform:inherit;
	margin-bottom:0;
}

#tabela &gt; tbody:nth-child(1) &gt; tr &gt; td{
	background:#F6F6F6;
	padding: .625rem;
	margin-right: .625rem;
	min-height: 2.5rem;
	word-break: normal;
}

.product-features &gt; dl.data-sheet{
    max-width:1040px;
}

.home_categories{
    background:white;
    padding:15px;
    margin-bottom:30px;
}

.product-features &gt; dl.data-sheet dd.value, .product-features &gt; dl.data-sheet dt.name{
    min-height:1rem;
}

.tabs .tab-pane{
    padding-top:0;
}

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

#category-description{
    text-align:justify;
    padding:15px;
}

#footer{
    padding-top:0;
}

.footer-container{
    margin-top:0;
}

#subcategories{
    background:white;
    margin-bottom:1.563rem;
}

#subcategories ul{
    margin-left:0;
}

#subcategories ul li{
    margin:0;
    margin-left:1.92%;
    margin-top:15px;
}

#subcategories{
    padding:0;
}

.pi_prestashop_17 #mao_init_button:hover, .pi_prestashop_17 #mao_init_button {
    background: rgb(0,152,153) !important;
}

.row #maoFormWrapper a#mao_init_button{
    text-transform:uppercase;
    font-weight:bold;
}

button.btn-primary &gt; i:nth-child(1){
    color:white;
}

#pq_show_pi .pq_price_holder{
    display:none;
}

#content{
    margin-left:0;
}

.container {
    max-width:1920px;
}

#wrapper{
    padding-bottom:2rem;
}


.product-attachments{
    margin-top:30px;
    margin-bottom:30px;
}

.product-prices{
    display:none;
}

.product-additional-info{
    height:50px;
}

#next_link{
    margin-right:59px;
}

.product-quantity #quantity_wanted{
    width:5rem;
}


.exclusive_large {
    height: 2.75rem;
    line-height: inherit;
    padding-top: .625rem;
    background: rgb(0,152,153);
    color: white;
    font-weight: bold;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
}

.exclusive_large:hover {
    color: white;
    background: #2592a9;
}

.product-discounts{
    margin-bottom:5px;
}

#maoFormFields &gt; center:nth-child(1) &gt; h1:nth-child(1){
    border-bottom:3px solid rgb(0,152,153);
    padding-bottom:5px;
    text-transform:uppercase;
}

.fsch-column-block{
    margin-right: .625rem;
    margin-bottom: 0 !important;
    width:100%;
}

.ohm-print-product-pdf {
    padding: .5em 1em;
    margin-top: 0;
    color: #7a7a7a;
    box-shadow:none;
}

.ohm-print-product-pdf:hover{
    border-bottom:3px solid #2fb5d2;
    color: #7a7a7a;
}

/****************************************************14 sierpnia 2018**************************************************/

.producttags {
    list-style: none;
    position: relative;
    clear: both;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .producttags li, .producttags a {
        float: left;
        height: 24px;
        line-height: 24px;
        position: relative;
        font-size: 11px;
    }

    .producttags a {
        margin-left: 20px;
        padding: 0 10px 0 12px;
        background: rgb(0,152,153);
        color: #fff;
        text-decoration: none;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

        .producttags a:visited {
            color: #fff;
        }



        .producttags a:hover {
            background: rgb(204,35,20);
            text-decoration: none;
        }

            .producttags a:hover:before {
                border-color: transparent #555 transparent transparent;
            }


/************************************************************************20 sierpnia 2018 ****************************************************************************************/



/*************************************************************************MATEUSZ*************************************************************************************************/
/*ZDJECIA KATEGORII*/
#subcategories ul li .subcategory-image a img {
    width: 160px !important;
    height: 130px !important;
}
#subcategories ul li {
    width: 22.6%;
    height: 220px !important;
}
/*#subcategories ul li:hover .subcategory-image a {
    border: 2px solid #333
}
*/
/*PRZYCISK DODAJ DO KOSZYKA*/
.add-to-cart {
    background-color: rgb(204,35,20);
}

    .add-to-cart:hover {
        background-color: rgb(204,35,20);
    }
/*TABELA PODUKTU*/
#tytul_tabeli {
    background: #FFFFFF;
    border-bottom: 3px solid #2fb5d2;
    text-align: left !important;
    color: #2fb5d2;
    text-transform: uppercase;
}

.card &gt; h3:nth-child(1) {
    text-transform: inherit;
    margin-bottom: 0;
    display: none;
}

.card .h3 {
    background: #FFFFFF !important;
    border-bottom: 3px solid #2fb5d2;
    text-align: left !important;
    color: #2fb5d2;
    text-transform: uppercase !important;
    margin-left: 11px;
    margin-right: 11px;
    line-height: 37px;
    margin-top: 29px;
    padding-left: 10px;
}

#subcategories ul li:hover .subcategory-image a {
    display: block;
    padding: 9px;
    border: 1px solid #d6d4d4;
}

.product-features &gt; dl.data-sheet dt.name {
    flex: 1 0 48% !important;
}
/*kolor przycisku koszyka*/
.add_to_shopping_cart {
    background-color: rgb(204,35,20);
}

    .add_to_shopping_cart:hover {
        background-color: rgb(204,35,20) !important;
    }
/*zadaj pytanie lista produktow*/
.exclusive_large_mini {
    height: 2.75rem;
    line-height: inherit;
    padding-top: .625rem;
    background: rgb(0,152,153);
    color: white;
    font-weight: 700;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    margin-left: 31px;
}
#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    height: 120px;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    height: 338px;
}

    #products .thumbnail-container form,
    .featured-products .thumbnail-container form,
    .product-accessories .thumbnail-container form,
    .product-miniature .thumbnail-container form {
        text-align: center;
        margin: 10px 0 10px 0;
    }

    #products .thumbnail-container:hover .highlighted-informations,
    .featured-products .thumbnail-container:hover .highlighted-informations,
    .product-accessories .thumbnail-container:hover .highlighted-informations,
    .product-miniature .thumbnail-container:hover .highlighted-informations {
        bottom: 8.625rem;
    }

        #products .thumbnail-container:hover .highlighted-informations.no-variants,
        .featured-products .thumbnail-container:hover .highlighted-informations.no-variants,
        .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants,
        .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
            bottom: 6.375rem;
        }
.quantity {
    display: inline-block;
    width: 100px;
    border: 1px solid #cecece;
    background: #FFF;
    padding: 10px 0px;
    text-align: center;
    top: 2px;
    margin: auto;
    position: relative;
    margin: 0px 5px 0px 0px;
}

/*URZďż˝DZENIA MOBILNE*/
@media (max-width: 320px) and (min-width: 280px) {
    /*kategorie*/
    #subcategories ul li {
        width: 96.6%;
    }
    /**/
    /*logo strony*/
    #header .header-nav .top-logo a img {
        max-height: 38px;
        margin: -8px 36px auto;
    }
    /**/
    /*produkty miniatury*/
    #info {
        padding: 20px;
    }
    #info p{
        line-height:1.1;
    }

    #welcome {
        padding: 20px;
    }
    .img-contener{
        text-align: center !important;
        width: 100% !important;
    }
    #tabela{
        width:100%;
    }
    .product-img {
        margin: 0 auto;
    }
    .features-style {
        width: 10px !important;
        min-width: 290px !important;
        margin-top: 174px !important;
        margin-left: -289px !important;
    }
    .product-discount-table {
        margin-left: -316px;
        margin-top: 397px;
		max-width: 120px;
    }
    .discount-style {
        min-width: 262px !important;
    }
    #next_link {
        margin-right: 0px;
    }
    .btn.btn-primary.add-to-cart {
        margin-top: 56px;
        margin-left: -110px;
    }
    .quantity {
        top: 0px;
        margin: 0 0px 0 0;
    }
    .btn.btn-primary.add-to-cart{
        margin-top: -3px !important;
        margin-left: 0px !important;
    }
    #product .btn.btn-primary.add-to-cart {
        margin-top: 0px !important;
    }
    .btn.btn-primary.add-to-cart .material-icons.shopping-cart {
        width: 40px !important;
        height: 20px !important;
        line-height: 0.5 !important;
    }
    .qty {
        height: 39px;
    }

    .tabs {
        padding: 0px 0px;
    }
    .product-features {
        width: 268px;
    }

    .product-features &gt; dl.data-sheet dt.name {
        flex: 1 0 42% !important;
    }
    .data-sheet .value {
        min-height: 60px !important;
    }
    .producttags li, .producttags a {
        margin-bottom: 10px;
    }
    .card table {
        width: 203pt !important;
    }
    .card div{
        text-align:left !important;
    }
    .card div.inner-wrapper {
        text-align: center !important;
    }
    .card img{
        width:200px !important;
    }
    .fbloginitem-cont img {
        width: 32px !important;
    }
    .card p{
        text-align: left !important;
    }
}
    /**/
@media (max-width: 500px) and (min-width: 321px) {
    /*kategorie*/
    #subcategories ul li {
        width: 46.6%;
    }
    #info {
        padding: 20px;
    }
    #info p{
        line-height:1.1;
    }

    #welcome {
        padding: 20px;
    }
    #subcategories {
        padding-bottom: 38px !important;
    }
    /**/
    /*logo strony*/
    #header .header-nav .top-logo a img {
        max-height: 38px;
        margin: -8px 36px auto;
    }
    /**/
    /*produkty miniatury*/
    .img-contener {
        text-align: center !important;
        width: 100% !important;
    }

    .product-img {
        margin: 0 auto;
    }

    .features-style {
        width: 10px !important;
        min-width: 290px !important;
        margin-top: 174px !important;
        margin-left: -289px !important;
    }

    .product-discount-table {
        margin-left: -299px;
        margin-top: 397px;
		max-width: 120px;
    }

    .product-features {
        width: auto;
        min-width: 280px;
    }
    .discount-style {
        min-width: 262px !important;
    }
    #next_link {
        margin-right: 0px;
    }
    .btn.btn-primary.add-to-cart {
        margin-top: 56px;
        margin-left: -110px;
    }

    .quantity {
        top: 0px;
        margin: 0 0px 0 0;
    }
    .btn.btn-primary.add-to-cart {
        margin-top: -3px !important;
        margin-left: 0px !important;
    }
    #product .btn.btn-primary.add-to-cart {
        margin-top: 0px !important;
    }
    .btn.btn-primary.add-to-cart .material-icons.shopping-cart {
        width: 40px !important;
        height: 20px !important;
        line-height: 0.5 !important;
    }

    .qty {
        height: 39px;
    }

    .tabs {
        padding: 0 0;
    }

    .product-features &gt; dl.data-sheet dt.name {
        flex: 1 0 55% !important;
    }

    .producttags li, .producttags a {
        margin-bottom: 10px;
    }

    .card div {
        text-align: left !important;
    }
    .card div.inner-wrapper {
        text-align: center !important;
    }
    .card img {
        width: 200px !important;
    }
    .fbloginitem-cont img {
        width: 32px !important;
    }
    .card p {
        text-align: left !important;
    }
    .order-line.row {
        height: 170px;
    }
}

    /**/
@media (max-width: 767px) and (min-width: 501px) {
    /*logo strony*/
    #header .header-nav .top-logo a img {
        max-height: 38px;
        margin: -8px 36px auto;
    }
    #info {
        padding: 20px;
    }
    #info p{
        line-height:1.1;
    }

    #welcome {
        padding: 20px;
    }
    #next_link {
        margin-right: 0px;
    }
    .product-features {
        width: auto;
        min-width: 280px;
    }
    .tabs {
        padding: 0 0;
    }

    .product-features &gt; dl.data-sheet dt.name {
        flex: 1 0 58% !important;
    }

    .producttags li, .producttags a {
        margin-bottom: 10px;
    }
    .product-additional-info {
 
        width: 414px;
    }
    

    .card div {
        text-align: left !important;
    }
    .card div.inner-wrapper {
        text-align: center !important;
    }
    .card img {
        width: 300px !important;
    }
    .fbloginitem-cont img {
        width: 32px !important;
    }
    .card p {
        text-align: center !important;
    }
    .quantity {
        top: 0px;
        margin: 0 0px 0 0;
    }
    .btn.btn-primary.add-to-cart {
        margin-top: -3px !important;
        margin-left: 0px !important;
    }
    #product .btn.btn-primary.add-to-cart {
        margin-top: 0px !important;
    }
    .btn.btn-primary.add-to-cart .material-icons.shopping-cart {
        width: 40px !important;
        height: 20px !important;
        line-height: 0.5 !important;
    }

}
@media (min-width: 768px) {
    .quantity {
        top: 0px;
        margin: 0 0px 0 0;
    }
    .btn.btn-primary.add-to-cart {
        margin-top: -3px !important;
        margin-left: 0px !important;
    }
    #product .btn.btn-primary.add-to-cart {
        margin-top: 0px !important;
    }
    .btn.btn-primary.add-to-cart .material-icons.shopping-cart {
        width: 40px !important;
        height: 20px !important;
        line-height: 0.5 !important;
    }
}
    /**/
@media (max-width: 991px) and (min-width: 501px) {
    /*kategorie*/
    #subcategories ul li {
        width: 30.6%;
    }
    #subcategories {
        padding-bottom: 40px;
    }
}
    /**/
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    height: auto;
}
/*22.08.2018*/
@media (max-width: 380px) and (min-width: 360px) {
    .features-style {
        width: 10px !important;
        min-width: 290px !important;
        margin-top: 174px !important;
        margin-left: -305px !important;
    }
    .product-features {
        margin-top: 3.25rem;
    }
}
@media (max-width: 400px) and (min-width: 381px){
    .features-style {
        width: 10px !important;
        min-width: 290px !important;
        margin-top: 174px !important;
        margin-left: -322px !important;
    }
    .product-features {
        margin-top: 3.25rem;
    }
 }
@media (max-width: 500px) and (min-width: 401px) {
    .product-miniature.js-product-miniature {
        width: 400px !important;
    }
    .features-style {
        width: 10px !important;
        min-width: 364px !important;
        margin-top: 174px !important;
        margin-left: -345px !important;
    }
    .product-discount-table {
        margin-left: -382px;
        margin-top: 397px;
    }
    .discount-style {
        min-width: 320px !important;
    }
    .product-features {
        margin-top: 3.25rem;
    }
}
@media (max-width: 700px) and (min-width: 501px) {
    .product-miniature.js-product-miniature {
        width: 500px !important;
    }
    .img-contener {
        text-align: center !important;
        width: 100% !important;
    }

    .product-img {
        margin: 0 auto;
    }

    .features-style {
        width: 10px !important;
        min-width: 431px !important;
        margin-top: 174px !important;
        margin-left: -414px !important;
    }

    .product-discount-table {
        margin-left: -459px;
        margin-top: 397px;
    }

    .discount-style {
        min-width: 390px !important;
    }
    .product-features {
        margin-top: 3.25rem;
    }
}
@media (max-width: 767px) and (min-width: 701px) {
    .product-miniature.js-product-miniature {
        width: 700px !important;
    }

    .img-contener {
        text-align: center !important;
        width: 100% !important;
    }

    .product-img {
        margin: 0 auto;
    }

    .features-style {
        width: 10px !important;
        min-width: 431px !important;
        margin-top: 174px !important;
        margin-left: -414px !important;
    }

    .product-discount-table {
        margin-left: -482px;
        margin-top: 397px;
    }

    .discount-style {
        min-width: 390px !important;
    }
    .product-features {
        margin-top: 3.25rem;
    }
}
@media (max-width: 868px) and (min-width: 768px) {
    .product-miniature.js-product-miniature {
        width: 722px !important;
        
    }

    .features-style {
        width: 10px !important;
        min-width: 277px !important;
        margin-top: -11px !important;
        margin-left: 64px !important;
    }

    .product-discount-table {
        margin-left: -8px;
        margin-top: -10px;
    }

    .discount-style {
        width: 90% !important;
        min-width: 197px !important;
    }
    #_desktop_contact_link {
        width: 232px;
    }
    .btn.btn-primary.add-to-cart {
        margin-top: 56px;
        margin-left: -110px;
    }
    #next_link {
        margin-right: 0px;
    }
    .quantity {
        top: 0px;
        margin: 0px 0px 0 0;
    }

    .qty {
        height: 39px;
    }

    .card div {
        text-align: left !important;
    }
    .card div.inner-wrapper {
        text-align: center !important;
    }
    .card img {
        width: 530px !important;
    }
    .fbloginitem-cont img {
        width: 32px !important;
    }
    .card p {
        text-align: center !important;
    }
    .cart-item {
        padding: 1rem 0;
        padding-bottom: 1rem;
        padding-bottom: 84px;
    }
    
}
@media (max-width: 991px) and (min-width: 869px) {
    .product-miniature.js-product-miniature {
        width: 782px !important;
        margin-left: -29px !important;
    }

    .features-style {
        width: 10px !important;
        min-width: 301px !important;
        margin-top: -11px !important;
        margin-left: 64px !important;
    }

    .product-discount-table {
        margin-left: -8px;
        margin-top: -10px;
    }
    .btn.btn-primary.add-to-cart {
        margin-top: 56px;
        margin-left: -110px;
    }
    #next_link {
        margin-right: 0px;
    }
    .quantity {
        top: 0px;
        margin: 0px 0px 0 0;
    }

    .qty {
        height: 39px;
    }
    .discount-style {
        min-width: 220px !important;
    }
    #_desktop_contact_link {
        width: 232px;
    }
    .card img {
        width: 530px !important;
    }
    .fbloginitem-cont img {
        width: 32px !important;
    }
    .card p {
        text-align: center !important;
    }
    .cart-item {
        padding: 1rem 0;
        padding-bottom: 1rem;
        padding-bottom: 84px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .features-style {
        width: 10px !important;
        min-width: 375px !important;
        margin-top: .3125rem !important;
        margin-left: 40px !important;
    }

    .product-discount-table {
        margin-left: -8px;
        margin-top: -10px;
    }
    #next_link {
        margin-right: 35px;
    }
    .discount-style {
        min-width: 282px !important;
    }
}
@media (min-width: 1200px){
    #next_link {
        margin-right: 124px;
    }
}
@media (max-width: 500px) and (min-width: 444px) {
    .product-additional-info {
        width: 412px;
    }
}

/*Koszyk*/
@media (max-width: 767px) and (min-width: 320px) {
    .brutto {
        width: 69px !important;
    }
    .cart-line-product-actions .material-icons {
        padding-left: 32px !important;
    }
}
/*potwierdzenie zamowienia*/
@media (max-width: 500px) and (min-width: 321px) {
    .order-line.row {
        height: 170px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .order-line.row {
        height: 176px;
    }
}
body#checkout #header .header-nav {
    padding: 0px;
}
/*Wylaczenie checkboxow(newsletter i optin) podczas rejestracji*/
/*.form-group .custom-checkbox {
    display: none !important;
}
 */
/*Wylaczenie bloku newsletter*/
.block_newsletter {
    display: none;
}
.checkbox {
    width: 50%;
    position: relative;
    left: 26%;
}
    /*********************************************************************************************************************************************************************************/

    /*************************************PO UPDATE DO 1.7.4.3 18.10.2018******************************************/

#custom-text{
    padding:0;
}
/*Twoje_konto/Moje_dane_osobowe*/
.page_content .col-xs-12 {
    float: left !important;
    width: 94% !important;
}
/******************************/
#content-hook_payment_return {
    display: none;
}
    /*************************************************************************************************************/
/*09.11.2018*/
#content-hook_order_confirmation &gt; .card-block {
    text-align: center;
}
.card .h3 {
    width: 98%;
}
#order-details {
    padding-left: 0rem;
}
#order-details ul {
    margin-bottom: 1.25rem;
    padding-left: 1rem;
}

#order-details &gt; .h3 {
    margin-left: 14px;
}
#dotpay-saved-cards-link {
    display: none !important;
}
#order-itemss table{
    width:100%;
}
body#checkout section.checkout-step hr {
    margin: 10px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid black;
}
#payment-option-3-additional-information {
    display: none !important;
}
#js-checkout-summary {
    display: none;
}
.col-md-9 {
    width: 100%;
}
.product-additional-info {
    display: none;
}
#thecheckout-html-box-1 {

    display: none;

}
.checkbox {
    width: 100%;
    position: relative;
    left: 0%;
}
.has-float-label input.form-control, .has-float-label select.form-control.form-control-select {
    font-size: 0.95em !important;
    margin-bottom: 2px !important;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    padding: 6px !important;
    line-height: 1.3em !important;
    height: 2.5em !important;
    color: #000000 !important;
    position: relative !important;
    background-color: white !important;
}
.cart-item:last-child {
    border-bottom: 0px solid #c1c1c1;
}
.cart-item:first-child {
    border-top: 0px solid #c1c1c1;
}
.cart-item:not(:last-child) {
    border-bottom: 0px solid #eeeeee;
}

#authentication .custom-checkbox label {
    padding-left: 0px;
}
label {
    display: initial;
    margin-bottom: .5rem;
}
.custom-checkbox input[type="checkbox"] + span {
    margin-right: 3px;
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #232323;
    margin-top: 5px;
}
.payment-options &gt; div &gt; .payment-option {
    display: flex;
    margin-top: 10px;
}
.cart-grid-body{
    width: 100%;
}
.cart-grid-right {
    width: 100%;
}
.text-sm-center.hidden-md-up {
    text-align: center;
}
.cart-grid {
    margin-bottom: 1rem;
    background: #fff;
}
.customer-addresses select {
    border-radius: 5px;
    border-color: #e5e5e5;
    color: #000000;
}


/*##########################################6 grudnia 2018 ##########################*/

.input-group-btn-vertical {
    display: none !important;
}

.custom-radio input[type="radio"] {
    position: absolute;
    margin-left: -20px;
    width: 50px;
}


.second-address &gt; span &gt; label {
    font-size: 16px !important;
    font-weight: bold !important;
}
#order-details &gt; ul &gt; li &gt; em {
    display: none;
}
#order-slips-link {
    display: none !important;
}
.order-message-form.box {
    display: none !important;
}


/*#################################################### 10 grudnia 2018 ################################################*/

a.linki_nawigacyjne{
    margin-right:15px;
    font-weight:bold;
}


/*#################################################### 13 grudnia 2018 ###############################################*/

#overlay {
    font-weight: bold;
    text-align: center;
    position: fixed;
    margin-left: 38%;
    margin-top: 20%;
    border: 2px solid rgb(204,35,20);
    top: 0;
    left: 0;
    width: 25%;
    height: 20%;
    background-color: #fff;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

/*####################################################17 grudnia ######################################################*/

#create_account{
    margin-bottom:30px;
}

.cart-summary{
    margin-top:50px;
}

.mark-required .form-group.text label.required .field-label::after, .mark-required .form-group.email label.required .field-label::after, .mark-required .form-group.password label.required .field-label::after, .mark-required .form-group.checkbox label.required span.label::before {
    color: red !important;
}

.has-float-label input:placeholder-shown:not(:focus) ~ span.field-label, .has-float-label select:placeholder-shown:not(:focus) ~ span.field-label{
    opacity:1 !important;
}

#conditions-to-approve{
    text-align:left;
}

#thecheckout-psgdpr &gt; div:nth-child(1), #thecheckout-psgdpr{
    padding-bottom:0;
}

#thecheckout-confirm, #thecheckout-confirm &gt; div:nth-child(1){
    padding-top:0;
}

#payment-confirmation{
    padding-left:5px;
}

/*################################################18 grudnia#######################################################################*/

.form-control-comment{
    display:none;
}
#lastname {
    display: none;
}

/****#####################################################21 grudnia ##############################################################33*/


#customer-form &gt; section:nth-child(1) &gt; div:nth-child(2) &gt; label:nth-child(1) {
    display: none;
}
#block_myaccount_infos {
    display: none;
}

#header .header-nav {
    border-bottom: 2px solid #f1f1f1;
    max-height: 84px !important;
    margin-bottom: 30px;
}

.custom-link {
    display: none;
}
.saved-addresses-label {
    display: none;
}
.addresses-selection {
    display: none;
}
#emailsalerts {
    display: none !important;
}
#registration-form &gt; div:nth-child(1) {
    display: none;
}
.table-striped &gt; tbody:nth-child(2) &gt; tr:nth-child(2) &gt; td:nth-child(1) {
    display: none;
}

/***####################################################### 25 stycznia #################################################################################### ****/

#payment-option-2-container{
	display:flex !important;
}

/*
.custom-checkbox label {
  background-color: #fff;
  border: 2px solid #7a7a7a;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.custom-checkbox label::after {
    border: 2px solid #2fb5d2;
    border-top: none;
    border-right: none;
    content: "";
    height: 10px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 18px;
}

.custom-checkbox input[type="checkbox"] {
  visibility: hidden;
}

.custom-checkbox input[type="checkbox"]:checked + label {
  background-color: #fff;
  border-color: #2fb5d2;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.page-content .custom-checkbox input[type="checkbox"] + span {
    border-radius: 50%;
    border: 2px solid #7a7a7a;
    width: 32px;
    height: 28px;
}
.page-content .custom-checkbox input[type="checkbox"]:checked + span {
    background-size: 29px 29px !important;
    background-position: -3px -2px !important;
}
*/
.page-content .custom-checkbox input[type="checkbox"] + span {
    border-radius: 50%;
    border: 2px solid #7a7a7a;
    width: 32px;
    height: 28px;
}

.page-content .custom-checkbox input[type="checkbox"]:checked + span {
    background-size: 29px 29px !important;
    background-position: -3px -2px !important;
}
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    margin-top: .25rem;
    opacity: 0;
    cursor: pointer;
    width: 28px;
    height: 28px;
}
.page-content .custom-checkbox input[id="reg-checkbox"]:checked + span {
    background-size: 29px 29px !important;
    background-position: -3px -2px !important;
    border-color: #2fb5d2;
}
.page-content .custom-checkbox input[id="newsletterr"]:checked + span {
    background-size: 29px 29px !important;
    background-position: -3px -2px !important;
    border-color: #2fb5d2;
}
.product-flag.new {
    display: none !important;
}
#product-details{
	display: none !important;
}
#amproductfields{
	display: none !important;
}
#featured-products .product-miniature.js-product-miniature {
    width: 23%;
}

#featured-products .features-style {
    display: none;
}

#featured-products .product-discount-table {
    display: none;
}

#featured-products .add_to_cart.btn.btn-primary.btn-sm {
    margin-left: 22%;
}

#featured-products img {
    margin-left: 17%;
}

@media (max-width: 649px) {
    html body#index.lang-en.layout-full-width.page-index.tax-display-enabled main section#wrapper div.container {
        width: 100% !important;
        max-width: 649px !important;
        padding: 0px !important;
        margin: 0px !important;
    }
    html body#index.lang-de.layout-full-width.page-index.tax-display-enabled main section#wrapper div.container {
        width: 100% !important;
        max-width: 649px !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .card.card-block.fsch-home-block {
        padding: 0 !important;
        max-width: 649px;
    }
    #info {
        padding: 20px;
    }
    #info p{
        line-height:1.1;
    }

    #welcome {
        padding: 20px;
    }

    #more-info {
        padding: 20px;
    }

    #cos {
        display: none !important;
    }

    #resp {
        display: block !important;
    }

    #duzy-ekran {
        display: none !important;
    }
    #banners{
        max-width: 649px; 
        height: 1024px; 
    }
    #kafelek1 {
        width: 100%;
        height: 22%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
    }
    #kafelek1 img {
        width: auto !important;
        max-width: 100%;
        height: auto;
        float: right;
        max-height: 98%;
    }
    #kafelek2 {
        width: 100%;
        height: 22%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
    }
    #kafelek2 img {
        width: auto !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: 0;
        margin-right: 0;
        margin-right: -50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 95%;
    }
    #kafelek3 {
        width: 100%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
    }
    #kafelek3 img {
        width: 84% !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: 0;
        margin-right: -50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #kafelek4 {
        width: 100%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
    }
    #kafelek4 img {
        width: 84% !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: 0;
        margin-right: -50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #kafelek5 {
        width: 100%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
    }
    #kafelek5 img {
        width: 84% !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: 0;
        margin-right: -50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #kafelek6 {
        width: 49.6%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
        margin-left: 0.4%;
    }
    #kafelek6 img {
        width: 32% !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: -50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #kafelek7 {
        width: 49.6%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
        margin-left: 0.4%;
    }
    #kafelek7 img {
        width: 84% !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: 0;
        margin-right: 0;
        margin-right: -50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #kafelek8 {
        width: 100%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
        margin-left: 0%;
    }
    #kafelek8 img {
        width: 86% !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: 0;
        margin-right: -50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #kafelek9 {
        width: 49.6%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
        margin-right: 0.4%;
    }
    #kafelek9 img {
        width: 84% !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: 0;
        margin-right: -50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #kafelek10 {
        width: 49.6%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
        margin-right: 0.4%;
    }
    #kafelek10 img {
        width: 84% !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: 0;
        margin-right: -50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #kafelek11 {
        width: 49.6%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
        margin-right: 0.4%;
    }
    #kafelek11 img {
        width: 84% !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: 0;
        margin-right: -50%;
        top: 50%;
        left: 56.5%;
        transform: translate(-50%, -50%);
    }
    #kafelek12 {
        width: 49.6%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
        margin-left: 0.4%;
    }
    #kafelek12 img {
        width: 84% !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: 0;
        margin-right: -50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #kafelek13 {
        width: 49.6%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
        margin-right: 0.4%;
    }
    #kafelek13 img {
        width: 84% !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: 0;
        margin-right: -50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #kafelek14 {
        width: 49.6%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-bottom: 0.4%;
        margin-left: 0.4%;
    }
    #kafelek14 img {
        width: 84% !important;
        max-width: 100%;
        height: auto;
        position: absolute;
        margin: 0;
        margin-right: 0;
        margin-right: -50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 1280px) and (min-width: 650px) {
    html body#index.lang-en.layout-full-width.page-index.tax-display-enabled main section#wrapper div.container {
        width: 100% !important;
        max-width: 1280px !important;
        padding: 0px !important;
        margin: 0px !important;
    }
    html body#index.lang-de.layout-full-width.page-index.tax-display-enabled main section#wrapper div.container {
        width: 100% !important;
        max-width: 1280px !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .card.card-block.fsch-home-block {
        padding: 0 !important;
        max-width: 1280px;
    }
    #info{
        padding:20px;
    }
    #welcome{
        padding:20px;
    }
    #more-info{
        padding:20px;
    }

    #cos {
        display: block !important;
    }

    #resp {
        display: none !important;
    }

    #duzy-ekran {
        display: none !important;
    }

    div.fsch-home-block:nth-child(2) &gt; h3:nth-child(2) {
        padding: 15px;
    }
    #banners{
        max-width: 1263px; 
        height: 911px;
    }
    #kafelek1 {
        width: 49.8%;
        height: 25%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-right: 0.2%;
        margin-bottom: 0.2%;
    }
    #kafelek1 img {
        width: 79% !important;
        max-width: 100%;
        height: auto;
        float: right;
    }
    #kafelek2 {
        width: 49.8%;
        height: 25%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-left: 0.2%;
        margin-bottom: 0.2%;
    }
    #kafelek2 img {
        width: 100% !important;
        max-width: 100%;
        height: 100%;
    }
    #kafelek3 {
        width: 49.8%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-top: 0.2%;
        margin-right: 0.2%;
        margin-bottom: 0.2%;
    }
    #kafelek3 img {
        width: 78% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek4 {
        width: 49.8%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-left: 0.2%;
        margin-top: 0.2%;
        margin-bottom: 0.2%;
    }
    #kafelek4 img {
        width: 78% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek5 {
        width: 49.8%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-top: 0.2%;
        margin-left: 0.2%;
        margin-bottom: 0.2%;
    }
    #kafelek5 img {
        width: 78% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek6 {
        width: 24.7%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
        margin-right: 0px;
    }
    #kafelek6 img {
        width: 79% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek7 {
        width: 24.7%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-left: 0.2%;
        margin-top: 0.2%;
        margin-bottom: 0.2%;
        margin-right: 0.2%;
    }
    #kafelek7 img {
        width: 79% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek8 {
        width: 49.8%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-right: 0.2%;
        margin-top: 0.2%;
        margin-bottom: 0.2%;
    }
    #kafelek8 img {
        width: 72% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek9 {
        width: 24.7%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
        margin-left: 0.2%;
        margin-left: 0.2%;
    }
    #kafelek9 img {
        width: 79% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek10 {
        width: 24.7%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
        margin-right: 0.2%;
        margin-left: 0 !important;
    }
    #kafelek10 img {
        width: 79% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek11 {
        width: 24.7%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
        margin-left: 0.2%;
        margin-left: 0 !important;
    }
    #kafelek11 img {
        width: 79% !important;
        max-width: 100%;
        height: auto;
        float: right;
    }
    #kafelek12 {
        width: 24.7%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
    }
    #kafelek12 img {
        width: 79% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek13 {
        width: 24.7%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
        margin-left: 0.2%;
        margin-left: 0.2%;
    }
    #kafelek13 img {
        width: 79% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek14 {
        width: 24.7%;
        height: 18.08%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
        margin-right: 0.2%;
        margin-right: 0 !important;
    }
    #kafelek14 img {
        width: 78% !important;
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 1281px) {
    #cos {
        display: none !important;
    }

    #resp {
        display: none !important;
    }

    #duzy-ekran {
        display: block !important;
    }

    div.fsch-home-block:nth-child(2) &gt; h3:nth-child(2) {
        padding: 15px;
    }
    #banners{
        max-width: 1263px; 
        height: 911px;
    }
    #kafelek1 {
        width: 49.8%;
        height: 25%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-right: 0.2%;
        margin-bottom: 0.2%;
    }
    #kafelek1 img {
        width: 100% !important;
        max-width: 100%;
        height: 100%;
    }
    #kafelek2 {
        width: 49.8%;
        height: 25%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-left: 0.2%;
        margin-bottom: 0.2%;
    }
    #kafelek2 img {
        width: 100% !important;
        max-width: 100%;
        height: 100%;
    }
    #kafelek3 {
        width: 49.8%;
        height: 18.3%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-top: 0.2%;
        margin-right: 0.2%;
        margin-bottom: 0.2%;
    }
    #kafelek3 img {
        width: 99% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek4 {
        width: 49.8%;
        height: 18.3%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-left: 0.2%;
        margin-top: 0.2%;
        margin-bottom: 0.2%;
    }
    #kafelek4 img {
        width: 99% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek5 {
        width: 49.8%;
        height: 18.35%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-top: 0.2%;
        margin-left: 0.2%;
        margin-bottom: 0.2%;
    }
    #kafelek5 img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek6 {
        width: 24.7%;
        height: 18.35%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
        margin-right:0px;
    }
    #kafelek6 img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek7 {
        width: 24.7%;
        height: 18.35%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-left: 0.2%;
        margin-top: 0.2%;
        margin-bottom: 0.2%;
        margin-right: 0.2%;
    }
    #kafelek7 img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek8 {
        width: 49.8%;
        height: 18.35%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin-right: 0.2%;
        margin-top: 0.2%;
        margin-bottom: 0.2%;
    }
    #kafelek8 img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek9 {
        width: 24.7%;
        height: 18.35%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
        margin-left: 0.2%;
        margin-left: 0.2%;
    }
    #kafelek9 img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek10 {
        width: 24.7%;
        height: 18.35%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
        margin-right: 0.2%;
        margin-left: 0 !important;
    }
    #kafelek10 img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek11 {
        width: 24.7%;
        height: 18.35%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
        margin-left: 0.2%;
        margin-left: 0;
    }
    #kafelek11 img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek12 {
        width: 24.7%;
        height: 18.35%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
    }
    #kafelek12 img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek13 {
        width: 24.7%;
        height: 18.35%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
        margin-left: 0.2%;
        margin-left: 0.2%;
    }
    #kafelek13 img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }
    #kafelek14 {
        width: 24.7%;
        height: 18.35%;
        float: left;
        border: 2px solid #009899;
        position: relative;
        background: #fff;
        margin: 0.2%;
        margin-right: 0.2%;
        margin-right: 0 !important;
    }
    #kafelek14 img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }
}


#kafelek1:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek2:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek3:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek4:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek5:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek6:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek7:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek8:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek9:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek10:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek11:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek12:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek13:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek14:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
}

#kafelek15 img:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
    box-shadow: inset 0 0 8px #009899;
}

#kafelek16 img:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
    box-shadow: inset 0 0 8px #009899;
}

#kafelek17 img:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
    box-shadow: inset 0 0 8px #009899;
}

#kafelek18 img:hover {
    opacity: 0.8;
    border-left: 3px solid #009899 !important;
    border-top: 3px solid #009899 !important;
    border-right: 3px solid #009899 !important;
    border-bottom: 3px solid #009899 !important;
    box-shadow: inset 0 0 8px #009899;
}

#kafelek-napis-1 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-2 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-3 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-4 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-5 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-6 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-7 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-8 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-9 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-10 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-11 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-12 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-13 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-14 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-15 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-16 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-17 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-18 {
    opacity: 1;
    padding: 5px;
}

#kafelek-napis-1 a {
    color: #fff;
}

#kafelek-napis-2 a {
    color: #fff;
}

#kafelek-napis-3 a {
    color: #fff;
}

#kafelek-napis-4 a {
    color: #fff;
}

#kafelek-napis-5 a {
    color: #fff;
}

#kafelek-napis-6 a {
    color: #fff;
}

#kafelek-napis-7 a {
    color: #fff;
}

#kafelek-napis-8 a {
    color: #fff;
}

#kafelek-napis-9 a {
    color: #fff;
}

#kafelek-napis-10 a {
    color: #fff;
}

#kafelek-napis-11 a {
    color: #fff;
}

#kafelek-napis-12 a {
    color: #fff;
}

#kafelek-napis-13 a {
    color: #fff;
}

#kafelek-napis-14 a {
    color: #fff;
}

#kafelek-napis-15 a {
    color: #fff;
}

#kafelek-napis-16 a {
    color: #fff;
}

#kafelek-napis-17 a {
    color: #fff;
}

#kafelek-napis-18 a {
    color: #fff;
}

@media (max-width: 999px) and (min-width: 869px) {
    #featured-products .product-miniature.js-product-miniature {
        width: 23% !important;
        margin-left: 8px !important;
    }

    #featured-products img {
        margin-left: 0% !important;
    }

    #featured-products .add_to_cart.btn.btn-primary.btn-sm {
        margin-left: 0% !important;
    }
}

@media (max-width: 868px) and (min-width: 768px) {
    #featured-products .product-miniature.js-product-miniature {
        width: 38% !important;
        margin: 5px;
    }

    #featured-products img {
        margin-left: 38% !important;
    }

    #featured-products .add_to_cart.btn.btn-primary.btn-sm {
        margin-left: 64% !important;
    }
}

@media (max-width: 767px) and (min-width: 701px) {
    #featured-products .product-miniature.js-product-miniature {
        width: 49% !important;
    }

    #featured-products img {
        margin-left: 0% !important;
    }

    #featured-products .add_to_cart.btn.btn-primary.btn-sm {
        margin-left: 0% !important;
    }

    #featured-products .thumbnail-container {
        height: 361.6px;
    }
}

@media (max-width: 700px) and (min-width: 501px) {
    #featured-products .product-miniature.js-product-miniature {
        width: 49% !important;
    }

    #featured-products img {
        margin-left: 0% !important;
    }

    #featured-products .add_to_cart.btn.btn-primary.btn-sm {
        margin-left: 0% !important;
    }
}

@media (max-width: 500px) {
    #featured-products .product-miniature.js-product-miniature {
        width: 80% !important;
    }

    #featured-products img {
        margin-left: 0% !important;
    }

    #featured-products .add_to_cart.btn.btn-primary.btn-sm {
        margin-left: 0% !important;
    }
}

.jxmegamenu_item .top-level-menu-li {
    float: left;
}

.top-level-menu-li.jxmegamenu_item.it_69537687 {
    width: 10%;

}

@media (max-width: 1199px) {
    .top-level-menu-li.jxmegamenu_item.it_69537687 {
        width: 9.9%;
        margin-right: 30px;
    }
    .top-level-menu-li.jxmegamenu_item.it_38357679 {
        width: 9.8%;
        margin-right: 30px;
      }
      .top-level-menu-li.jxmegamenu_item.it_36572818 {
        width: 10%;
        margin-right: 30px;
      }
      .top-level-menu-li.jxmegamenu_item.it_89495835 {
        width: 11%;
        margin-right: 30px;
      }
      .top-level-menu-li.jxmegamenu_item.it_17922780 {
        width: 10.8%;
        margin-right: 30px;
      }
      .lang-en.top-level-menu-li.jxmegamenu_item.it_07591427 {
        width: 10%;
        margin-right: 30px;
      }
      .top-level-menu-li.jxmegamenu_item.it_15526672 {
        width: 8%;
        margin-right: 30px;
        margin-top: 10px;
      }
      .top-level-menu-li.jxmegamenu_item.it_38112548 {
        width: 5%;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_69537687 {
        width: 11.6%;
        margin-right: 18px;
        }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_38357679 {
        width: 9.7%;
        margin-right: 18px;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_36572818 {
        width: 13%;
        margin-right: 18px;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_89495835 {
        width: 13%;
        margin-right: 18px;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_17922780 {
        width: 9.7%;
        margin-right: 18px;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_07591427 {
        width: 9%;
        margin-right: 18px;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_15526672 {
        width: 7%;
        margin-right: 18px;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_38112548 {
        width: 5%;
      }
      .displayTop_menu.top-level.jxmegamenu_item {
        width: 100% !important;
      }
      .lang-de #contact-link{
        display: block !important;
      }
}
@media (min-width: 1200px) {
    .top-level-menu-li.jxmegamenu_item.it_69537687 {
        width: 9.8%;
        margin-right: 30px;
    }
    .top-level-menu-li.jxmegamenu_item.it_38357679 {
        width: 9.9%;
        margin-right: 30px;
      }
      .top-level-menu-li.jxmegamenu_item.it_36572818 {
        width: 11%;
        margin-right: 30px;
      }
      .top-level-menu-li.jxmegamenu_item.it_89495835 {
        width: 12%;
        margin-right: 30px;
      }
      .top-level-menu-li.jxmegamenu_item.it_17922780 {
        width: 10.9%;
        margin-right: 30px;
      }
      .top-level-menu-li.jxmegamenu_item.it_07591427 {
        width: 11%;
        margin-right: 30px;
      }
      .top-level-menu-li.jxmegamenu_item.it_15526672 {
        width: 9%;
        margin-right: 30px;
        margin-top: 10px;
      }
      .top-level-menu-li.jxmegamenu_item.it_38112548 {
        width: 5%;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_69537687 {
        width: 11.8%;
        margin-right: 18px;
        }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_38357679 {
        width: 13.8%;
        margin-right: 18px;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_36572818 {
        width: 14%;
        margin-right: 18px;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_89495835 {
        width: 14%;
        margin-right: 18px;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_17922780 {
        width: 9.9%;
        margin-right: 18px;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_07591427 {
        width: 10%;
        margin-right: 18px;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_15526672 {
        width: 8%;
        margin-right: 18px;
      }
      .lang-de .top-level-menu-li.jxmegamenu_item.it_38112548 {
        width: 5%;
      }
}
@media (max-width: 1199px){
    .top-level-menu-li.jxmegamenu_item.it_69537687 &gt; a {
        font-weight: bold;
        font-size: 0.9rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_38357679 &gt; a {
        font-weight: bold;
        font-size: 0.9rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_36572818 &gt; a {
        font-weight: bold;
        font-size: 0.9rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_89495835 &gt; a {
        font-weight: bold;
        font-size: 0.9rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_17922780 &gt; a {
        font-weight: bold;
        font-size: 0.9rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_07591427 &gt; a {
        font-weight: bold;
        font-size: 0.9rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_15526672 &gt; a {
        font-weight: bold;
        font-size: 0.9rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_38112548 &gt; a {
        font-weight: bold;
        font-size: 0.9rem !important;
    }
}
@media (min-width: 1200px){
    .top-level-menu-li.jxmegamenu_item.it_69537687 &gt; a {
        font-weight: bold;
        font-size: 1rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_38357679 &gt; a {
        font-weight: bold;
        font-size: 1rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_36572818 &gt; a {
        font-weight: bold;
        font-size: 1rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_89495835 &gt; a {
        font-weight: bold;
        font-size: 1rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_17922780 &gt; a {
        font-weight: bold;
        font-size: 1rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_07591427 &gt; a {
        font-weight: bold;
        font-size: 1rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_15526672 &gt; a {
        font-weight: bold;
        font-size: 1rem !important;
    }
    
    .top-level-menu-li.jxmegamenu_item.it_38112548 &gt; a {
        font-weight: bold;
        font-size: 1rem !important;
    }
}


.is-megamenu.jxmegamenu_item.first-level-menu.it_69537687 {
    position: absolute;
    top: 100%;
    right: 0.9375rem;
    background: white none repeat scroll 0% 0%;
    z-index: 7;
    width: 69.375rem;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0.3125rem 2.6875rem;
    padding: 1.875rem 1.875rem 0.625rem;
}

.is-megamenu.jxmegamenu_item.first-level-menu.it_38357679 {
    position: absolute;
    top: 100%;
    right: 0.9375rem;
    background: white none repeat scroll 0% 0%;
    z-index: 7;
    width: 69.375rem;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0.3125rem 2.6875rem;
    padding: 1.875rem 1.875rem 0.625rem;
}

.is-megamenu.jxmegamenu_item.first-level-menu.it_36572818 {
    position: absolute;
    top: 100%;
    right: 0.9375rem;
    background: white none repeat scroll 0% 0%;
    z-index: 7;
    width: 69.375rem;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0.3125rem 2.6875rem;
    padding: 1.875rem 1.875rem 0.625rem;
}

.is-megamenu.jxmegamenu_item.first-level-menu.it_89495835 {
    position: absolute;
    top: 100%;
    right: 0.9375rem;
    background: white none repeat scroll 0% 0%;
    z-index: 7;
    width: 69.375rem;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0.3125rem 2.6875rem;
    padding: 1.875rem 1.875rem 0.625rem;
}

.is-megamenu.jxmegamenu_item.first-level-menu.it_17922780 {
    position: absolute;
    top: 100%;
    right: 0.9375rem;
    background: white none repeat scroll 0% 0%;
    z-index: 7;
    width: 69.375rem;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0.3125rem 2.6875rem;
    padding: 1.875rem 1.875rem 0.625rem;
}

.is-megamenu.jxmegamenu_item.first-level-menu.it_15526672 {
    position: absolute;
    top: 100%;
    right: 0.9375rem;
    background: white none repeat scroll 0% 0%;
    z-index: 7;
    width: 69.375rem;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0.3125rem 2.6875rem;
    padding: 1.875rem 1.875rem 0.625rem;
}

.is-megamenu.jxmegamenu_item.first-level-menu.it_38112548 {
    position: absolute;
    top: 100%;
    right: 0.9375rem;
    background: white none repeat scroll 0% 0%;
    z-index: 7;
    width: 69.375rem;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0.3125rem 2.6875rem;
    padding: 1.875rem 1.875rem 0.625rem;
}

#_desktop_logo {
    display: none;
}

.block-categories.hidden-sm-down {
    display: none;
}

.col-md-10.col-sm-12.position-static {
    width: 100%;
}

.menu.clearfix.top-level-menu.jxmegamenu_item.sf-js-enabled.sf-arrows {
    margin-top: 30px;
}

#column-1-1-1 {
    width: 20%;
}

#column-1-1-2 {
    width: 20%;
}

#column-1-1-3 {
    width: 20%;
}

#column-1-1-4 {
    width: 20%;
}

#column-1-1-5 {
    width: 20%;
}

#column-2-1-1 {
    width: 25%;
}

#column-2-1-2 {
    width: 25%;
}

#column-2-1-3 {
    width: 25%;
}

#column-2-1-4 {
    width: 25%;
}

#column-3-1-1 {
    width: 33%;
}

#column-3-1-2 {
    width: 33%;
}

#column-3-1-3 {
    width: 33%;
}

#column-4-1-1 {
    width: 20%;
}

#column-4-1-2 {
    width: 20%;
}

#column-4-1-3 {
    width: 20%;
}

#column-4-1-4 {
    width: 20%;
}

#column-4-1-5 {
    width: 20%;
}

#column-5-1-1 {
    width: 33%;
}

#column-5-1-2 {
    width: 33%;
}

#column-5-1-3 {
    width: 33%;
}

#column-7-1-1 {
    width: 33%;
}

#column-7-1-2 {
    width: 33%;
}

#column-7-1-3 {
    width: 33%;
}

#column-1-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(1) {
    display: none !important;
}

#column-1-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(2) {
    display: none !important;
}

#column-1-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(3) {
    display: none !important;
}

#column-1-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(4) {
    display: none !important;
}

#column-1-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(5) {
    display: none !important;
}

#column-1-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(1) {
    display: none !important;
}

#column-1-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(2) {
    display: none !important;
}

#column-1-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(3) {
    display: none !important;
}

#column-1-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(4) {
    display: none !important;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(1) {
    display: none !important;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(2) {
    display: none !important;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(3) {
    display: none !important;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(4) {
    display: none !important;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(5) {
    display: none !important;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(6) {
    display: none !important;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(1) {
    display: none !important;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(2) {
    display: none !important;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(3) {
    display: none !important;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(4) {
    display: none !important;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(5) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(1) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(2) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(3) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(4) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(5) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(6) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(7) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(8) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(9) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(1) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(2) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(3) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(4) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(5) {
    display: none !important;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(6) {
    display: none !important;
}

#column-2-1-4 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(1) {
    display: none !important;
}

#column-2-1-4 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(2) {
    display: none !important;
}

#column-2-1-4 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(3) {
    display: none !important;
}

#column-4-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(1) {
    display: none !important;
}

#column-4-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(2) {
    display: none !important;
}

#column-4-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(3) {
    display: none !important;
}

#column-4-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(4) {
    display: none !important;
}

#column-4-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(5) {
    display: none !important;
}

#column-5-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(1) {
    display: none !important;
}

#column-5-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(2) {
    display: none !important;
}

#column-5-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(3) {
    display: none !important;
}

#column-5-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(4) {
    display: none !important;
}

#column-5-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(5) {
    display: none !important;
}

#column-5-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(6) {
    display: none !important;
}

#column-5-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(7) {
    display: none !important;
}

#column-5-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(8) {
    display: none !important;
}

#column-5-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(9) {
    display: none !important;
}

#column-5-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(1) {
    display: none !important;
}

#column-5-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(2) {
    display: none !important;
}

#column-5-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(3) {
    display: none !important;
}

#column-5-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(4) {
    display: none !important;
}

#column-5-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(5) {
    display: none !important;
}

#column-5-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(6) {
    display: none !important;
}

#column-7-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(1) {
    display: none !important;
}

#column-7-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(2) {
    display: none !important;
}

#column-7-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(3) {
    display: none !important;
}

#column-7-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; ul:nth-child(2) &gt; li:nth-child(4) {
    display: none !important;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) {
    margin-bottom: 10px;
}

#column-2-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) {
    margin-bottom: 10px;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) {
    margin-bottom: 10px;
}

#column-2-1-4 &gt; ul:nth-child(1) &gt; li:nth-child(1) {
    margin-bottom: 10px;
}

#column-1-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-1-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-1-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-1-1-4 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-1-1-5 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-2-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-2-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-2-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-2-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-2-1-4 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-2-1-4 &gt; ul:nth-child(1) &gt; li:nth-child(2) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-3-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-3-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-3-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-4-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-4-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-4-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-4-1-4 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-4-1-5 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-5-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-5-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-5-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-7-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-7-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-7-1-3 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-8-1-1 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-8-1-2 &gt; ul:nth-child(1) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    font-weight: bold;
    font-size: 0.85rem;
}

#column-1-1-1 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

#column-1-1-2 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

#column-1-1-3 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

#column-1-1-4 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

#column-1-1-5 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

#column-2-1-1 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

#column-2-1-2 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

#column-2-1-3 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

#column-2-1-4 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

#column-4-1-1 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

#column-5-1-1 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

#column-5-1-2 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

#column-7-1-1 &gt; ul &gt; li &gt; ul &gt; li {
    margin-bottom: 5px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .is-megamenu.jxmegamenu_item.first-level-menu.it_77529788 {
        right: 2.538rem;
        width: 56.375rem;
    }

    .is-megamenu.jxmegamenu_item.first-level-menu.it_28121019 {
        width: 56.375rem;
        right: 2.538rem;
    }

    .is-megamenu.jxmegamenu_item.first-level-menu.it_88589737 {
        right: 2.538rem;
        width: 56.375rem;
    }

    .is-megamenu.jxmegamenu_item.first-level-menu.it_11928408 {
        right: 1.938rem;
        width: 57.375rem;
    }

    .is-megamenu.jxmegamenu_item.first-level-menu.it_81853823 {
        right: 2.538rem;
        width: 56.375rem;
    }

    .is-megamenu.jxmegamenu_item.first-level-menu.it_32616466 {
        right: 2.538rem;
        width: 56.375rem;
    }

    .is-megamenu.jxmegamenu_item.first-level-menu.it_10235666 {
        right: 2.538rem;
        width: 56.375rem;
    }
}

@media (max-width: 991px) {
    .displayTop_menu.top-level.jxmegamenu_item {
        display: none;
    }

    .hidden-md-up.text-sm-center.mobile {
        display: block !important;
    }

    #header .header-nav .top-logo a img {
        max-height: 38px;
        margin: -8px 36px auto;
    }
}

@media (min-width: 992px) {
    .displayTop_menu.top-level.jxmegamenu_item {
        display: block;
        display: block;
        width: 88%;
        margin: 0 auto;
        text-align: center;
    }

    .hidden-md-up.text-sm-center.mobile {
        display: none !important;
    }
}

@media (max-width:991px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:991px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991px) {
    #header .header-nav .top-logo {
        line-height: 50px;
        vertical-align: middle;
        width: 200px;
        margin: 0 !important
    }
}

#_desktop_top_menu {
    display: none;
}

@media (max-width:990px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:991px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:990px) {
    #header .header-nav .top-logo {
        line-height: 50px;
        vertical-align: middle;
        width: 200px;
        margin: 0 !important;
        padding-top: 7px;
    }
}

html body#index.lang-pl.country-pl.currency-pln.layout-full-width.page-index.tax-display-enabled main section#wrapper div.container div#content-wrapper section#main div#featured-category-products-block-center.featured-products.clearfix div#featured-products.products section#content.page-home div#featured-category-products-block-center.featured-products.clearfix h1.products-section-title.text-uppercase {
    display: none !important;
}
#featured-products .product-miniature.js-product-miniature {
    width: 23%;
}

#featured-products img {
    margin-left: 17% !important;
    margin-top: 10% !important;
}
#category-3422 &gt; a:nth-child(1) &gt; span:nth-child(1){
    display:none;
}
#category-3430 &gt; a:nth-child(1) &gt; span:nth-child(1) {
    display: none;
}
#category-3427 &gt; a:nth-child(1) &gt; span:nth-child(1) {
    display: none;
}
#category-3430 &gt; a:nth-child(1) &gt; span:nth-child(1) {
    display: none;
}
#category-3423 &gt; a:nth-child(1) &gt; span:nth-child(1) {
    display: none;
}
#category-3416 &gt; a:nth-child(1) &gt; span:nth-child(1) {
    display: none;
}
#category-3424 &gt; a:nth-child(1) &gt; span:nth-child(1) {
    display: none;
}
#category-3417 &gt; a:nth-child(1) &gt; span:nth-child(1) {
    display: none;
}
#category-3440 &gt; a:nth-child(1) &gt; span:nth-child(1) {
    display: none;
}
#category-3442 &gt; a:nth-child(1) &gt; span:nth-child(1) {
    display: none;
}
#category-3439 &gt; a:nth-child(1) &gt; span:nth-child(1) {
    display: none;
}
#category-3426 &gt; a:nth-child(1) &gt; span:nth-child(1){
    display:none;
}
@media (max-width: 767px) and (min-width: 200px) {
    html body#index.lang-en.country-pl.currency-eur.layout-full-width.page-index.tax-display-enabled main footer#footer div.footer-container div.container div.row div.col-md-4.links div.row div.col-md-6.wrapper h3.h3.hidden-sm-down {
        display: none;
    }
    html body#index.lang-en.country-pl.currency-eur.layout-full-width.page-index.tax-display-enabled main footer#footer div.footer-container div.container div.row div.block-contact.col-md-4.links.wrapper div.hidden-md-up{
        display: none;
    }
    html body#index.lang-en.country-pl.currency-eur.layout-full-width.page-index.tax-display-enabled main footer#footer div.footer-container div.container div.row div.block-contact.col-md-4.links.wrapper div.hidden-sm-down{
        display: block !important;
        margin-left: 25px;
    }
    #to-magnesy{
        margin-top:20px;
    }
}

@media (min-width: 768px) {
    html body#index.lang-en.country-pl.currency-eur.layout-full-width.page-index.tax-display-enabled main footer#footer div.footer-container div.container div.row div.block-contact.col-md-4.links.wrapper div.hidden-sm-down {
        display: block !important;
        margin-left: 25px;
    }

    html body#index.lang-pl.country-pl.currency-pln.layout-full-width.page-index.tax-display-enabled main footer#footer div.footer-container div.container div.row div.block-contact.col-md-4.links.wrapper div.hidden-md-up {
        display: none;
    }

    html body#index.lang-en.country-pl.currency-eur.layout-full-width.page-index.tax-display-enabled main footer#footer div.footer-container div.container div.row div.col-md-4.links div.row div.col-md-6.wrapper h3.h3.hidden-sm-down {
        display: block !important;
    }

    html body#index.lang-en.country-pl.currency-eur.layout-full-width.page-index.tax-display-enabled main footer#footer div.footer-container div.container div.row div.block-contact.col-md-4.links.wrapper div.hidden-md-up {
        display: none !important;
    }
}
@media (max-width: 500px) {
    .hidden-md-up.text-sm-center.mobile {
        margin-right: 0px !important;
    }

    #search_widget {
        width: 100% !important;
    }
}
#products .product-miniature .on-sale.on-sale{
	background: #f29e72 !important;
}

.product-flags {
    position: relative;
    width: 100% !important;
}
#product .product-flags {
    position: absolute;
    top: auto !important;
    width: 100% !important;
}
#content #featured-category-products-block-center {
    display: none;
}

.product-id-category-3429 .product-description{
    display: block !important;
}
.product-id-category-3428 .product-description{
    display: block !important;
}
.product-id-category-3432 .product-description{
    display: block !important;
}
.product-id-category-3450 .product-description{
    display: block !important;
}
.product-id-category-3479 .product-description{
    display: block !important;
}
.product-id-category-3480 .product-description{
    display: block !important;
}
.product-id-category-3516 .product-description{
    display: block !important;
}
.product-id-category-3481 .product-description{
    display: block !important;
}
.product-id-category-3482 .product-description{
    display: block !important;
}
.product-id-category-3478 .product-description{
    display: block !important;
}
.product-id-category-3477 .product-description{
    display: block !important;
}
.product-id-category-3476 .product-description{
    display: block !important;
}
.product-id-category-3483 .product-description{
    display: block !important;
}
.product-id-category-3510 .product-description{
    display: block !important;
}
.product-id-category-3544 .product-description{
    display: block !important;
}
.product-id-category-3545 .product-description{
    display: block !important;
}
.product-id-category-3546 .product-description{
    display: block !important;
}
.product-id-category-3547 .product-description{
    display: block !important;
}
.product-id-category-3413 .product-description{
    display: block !important;
}
.product-id-category-3435 .product-description{
    display: block !important;
}
.product-id-category-3444 .product-description{
    display: block !important;
}
.product-id-category-3445 .product-description{
    display: block !important;
}
.product-id-category-3446 .product-description{
    display: block !important;
}
.product-id-category-3447 .product-description{
    display: block !important;
}
.product-id-category-3448 .product-description{
    display: block !important;
}
.product-id-category-3450 .product-description{
    display: block !important;
}
.product-id-category-3451 .product-description{
    display: block !important;
}
.product-id-category-3466 .product-description{
    display: block !important;
}
.product-id-category-3467 .product-description{
    display: block !important;
}
.product-id-category-3468 .product-description{
    display: block !important;
}
.product-id-category-3469 .product-description{
    display: block !important;
}
.product-id-category-3470 .product-description{
    display: block !important;
}
.product-id-category-3427 .product-description{
    display: block !important;
}
.product-id-category-3471 .product-description{
    display: block !important;
}
.product-id-category-3509 .product-description{
    display: block !important;
}
.product-id-category-3475 .product-description{
    display: block !important;
}
.product-id-category-3474 .product-description{
    display: block !important;
}
.product-id-category-3473 .product-description{
    display: block !important;
}
.product-id-category-3472 .product-description{
    display: block !important;
}
.product-id-category-3484 .product-description{
    display: block !important;
}
.product-id-category-3425 .product-description{
    display: block !important;
}
#header .header-nav #contact-link {
    margin-top: .9375rem;
}
/**Wyszukiwarka**/


@media (min-width: 1600px) {
    #amazzing_filter form {
        padding-top: 5px;
        display: inline-block;
        width: 100%;
    }

    .af_filter {
        width: 30%;
        float: left;
        margin: 15px;
        border: 0px !important;
        height: 85px;
    }

    #amazzing_filter .af_subtitle::before {
        display: none !important;
    }

    #amazzing_filter .af_subtitle {
        font-size: 0.7rem;
    }

    #amazzing_filter .af_filter_content {
        display: inline-block;
        width: 100%;
    }

    .to_display.slider_value.edit {
        float: right !important;
        width: 65px !important;
    }

    .from_display.slider_value {
        float: left !important;
        width: 65px !important;
    }

    .slider-bar {
        width: 55% !important;
        float: left !important;
    }

    .af_filter .slider-bar {
        margin: 5px 0 14px;
        padding: 0 7px;
        clear: none !important;
        margin-left: 5px;
        margin-top: 10px;
    }

    .slider .slider_value.edit .input-text {
        display: inline-block;
        border: 0;
        padding: 0;
        max-width: 50px !important;
        outline: none;
        line-height: 1em;
    }

    .selected-filters-label {
        display: none !important;
    }

    .cf.slider-option {
        display: none !important;
    }

    .clearAll {
        background-color: rgb(0,152,153) !important;
        color: white !important;
        box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
        text-transform: uppercase;
        font-weight: 600;
        padding: 0.5rem 0.5rem !important;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

        .clearAll .txt {
            color: white !important;
            font-weight: bold;
            font-size: 14px !important;
            margin-top: 0px !important;
        }

    .af_filter:hover .slider_value, .slider .slider_value.edit {
        border-color: rgb(0,152,153) !important;
    }

    .from_display.slider_value {
        border-color: rgb(0,152,153) !important;
        border: 1px solid rgb(0,152,153) !important;
    }

    .to_display.slider_value {
        border-color: rgb(0,152,153) !important;
        border: 1px solid rgb(0,152,153) !important;
        width: 65px;
    }

    .af_filter.f111 .slider-bar {
        width: 45% !important;
    }

    .af_filter.f111 .to_display.slider_value.edit {
        float: right !important;
        width: 82px !important;
    }

    .af_filter.f111 .from_display.slider_value.edit {
        float: left !important;
        width: 82px !important;
    }

    .af_filter.f111 .to_display.slider_value {
        float: right !important;
        width: 82px !important;
    }

    .af_filter.f111 .from_display.slider_value {
        float: left !important;
        width: 82px !important;
    }

    .af_filter.f111 .slider .slider_value.edit .input-text {
        display: inline-block;
        border: 0;
        padding: 0;
        max-width: 76px !important;
        outline: none;
        line-height: 1em;
    }

    .category-id-3464 .f32_slider .from_display {
        width: 65px !important;
    }

    .category-id-3464 .f32_slider .to_display {
        width: 65px !important;
    }

    .category-id-3464 .f32_slider .slider-bar {
        width: 57% !important;
    }

    .category-id-3488 .af_filter.clearfix.f115 {
        min-height: 120px !important;
    }

    .category-id-3420 .f12_slider .from_display {
        width: 65px !important;
    }

    .category-id-3420 .f12_slider .to_display {
        width: 65px !important;
    }

    .category-id-3420 .f12_slider .slider-bar {
        width: 57% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    #amazzing_filter form {
        padding-top: 5px;
        display: inline-block;
        width: 100%;
    }

    .af_filter {
        width: 30%;
        float: left;
        margin: 15px;
        border: 0px !important;
        height: 85px;
    }

    #amazzing_filter .af_subtitle::before {
        display: none !important;
    }

    #amazzing_filter .af_subtitle {
        font-size: 0.7rem;
    }

    #amazzing_filter .af_filter_content {
        display: inline-block;
        width: 100%;
    }

    .to_display.slider_value.edit {
        float: right !important;
        width: 65px !important;
    }

    .from_display.slider_value {
        float: left !important;
        width: 65px !important;
    }

    .slider-bar {
        width: 55% !important;
        float: left !important;
    }

    .af_filter .slider-bar {
        margin: 5px 0 14px;
        padding: 0 7px;
        clear: none !important;
        margin-left: 5px;
        margin-top: 10px;
    }

    .slider .slider_value.edit .input-text {
        display: inline-block;
        border: 0;
        padding: 0;
        max-width: 50px !important;
        outline: none;
        line-height: 1em;
    }

    .selected-filters-label {
        display: none !important;
    }

    .cf.slider-option {
        display: none !important;
    }

    .clearAll {
        background-color: rgb(0,152,153) !important;
        color: white !important;
        box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
        text-transform: uppercase;
        font-weight: 600;
        padding: 0.5rem 0.5rem !important;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

        .clearAll .txt {
            color: white !important;
            font-weight: bold;
            font-size: 14px !important;
            margin-top: 0px !important;
        }

    .af_filter:hover .slider_value, .slider .slider_value.edit {
        border-color: rgb(0,152,153) !important;
    }

    .from_display.slider_value {
        border-color: rgb(0,152,153) !important;
        border: 1px solid rgb(0,152,153) !important;
    }

    .to_display.slider_value {
        border-color: rgb(0,152,153) !important;
        border: 1px solid rgb(0,152,153) !important;
        width: 65px;
    }

    .af_filter.f111 .slider-bar {
        width: 50% !important;
    }

    .af_filter.f111 .to_display.slider_value {
        float: right !important;
        width: 82px !important;
    }

    .af_filter.f111 .from_display.slider_value {
        float: left !important;
        width: 72px !important;
    }

    .category-id-3464 .f32_slider .from_display {
        width: 65px !important;
    }

    .category-id-3464 .f32_slider .to_display {
        width: 65px !important;
    }

    .category-id-3464 .f32_slider .slider-bar {
        width: 57% !important;
    }

    .category-id-3488 .af_filter.clearfix.f115 {
        min-height: 120px !important;
    }

    .category-id-3420 .f12_slider .from_display {
        width: 65px !important;
    }

    .category-id-3420 .f12_slider .to_display {
        width: 65px !important;
    }

    .category-id-3420 .f12_slider .slider-bar {
        width: 57% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #amazzing_filter form {
        padding-top: 5px;
        display: inline-block;
        width: 100%;
    }

    .af_filter {
        width: 46%;
        float: left;
        margin: 15px;
        border: 0px !important;
    }

    #amazzing_filter .af_subtitle::before {
        display: none !important;
    }

    #amazzing_filter .af_subtitle {
        font-size: 0.7rem;
    }

    #amazzing_filter .af_filter_content {
        display: inline-block;
        width: 100%;
    }

    .to_display.slider_value.edit {
        float: right !important;
        width: 65px !important;
    }

    .from_display.slider_value {
        float: left !important;
        width: 65px !important;
    }

    .slider-bar {
        width: 65% !important;
        float: left !important;
    }

    .af_filter .slider-bar {
        margin: 5px 0 14px;
        padding: 0 7px;
        clear: none !important;
        margin-left: 5px;
        margin-top: 10px;
    }

    .slider .slider_value.edit .input-text {
        display: inline-block;
        border: 0;
        padding: 0;
        max-width: 50px !important;
        outline: none;
        line-height: 1em;
    }

    .selected-filters-label {
        display: none !important;
    }

    .cf.slider-option {
        display: none !important;
    }

    .clearAll {
        background-color: rgb(0,152,153) !important;
        color: white !important;
        box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
        text-transform: uppercase;
        font-weight: 600;
        padding: 0.5rem 0.5rem !important;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

        .clearAll .txt {
            color: white !important;
            font-weight: bold;
            font-size: 14px !important;
            margin-top: 0px !important;
        }

    .af_filter:hover .slider_value, .slider .slider_value.edit {
        border-color: rgb(0,152,153) !important;
    }

    .from_display.slider_value {
        border-color: rgb(0,152,153) !important;
        border: 1px solid rgb(0,152,153) !important;
    }

    .to_display.slider_value {
        border-color: rgb(0,152,153) !important;
        border: 1px solid rgb(0,152,153) !important;
        width: 65px;
    }

    .af_filter.f111 .slider-bar {
        width: 60% !important;
    }

    .af_filter.f111 .to_display.slider_value {
        float: right !important;
        width: 82px !important;
    }

    .af_filter.f111 .from_display.slider_value {
        float: left !important;
        width: 72px !important;
    }

    .category-id-3464 .f32_slider .from_display {
        width: 65px !important;
    }

    .category-id-3464 .f32_slider .to_display {
        width: 65px !important;
    }

    .category-id-3464 .f32_slider .slider-bar {
        width: 65% !important;
    }

    .category-id-3488 .af_filter.clearfix.f115 {
        min-height: 120px !important;
    }

    .category-id-3420 .f12_slider .from_display {
        width: 65px !important;
    }

    .category-id-3420 .f12_slider .to_display {
        width: 65px !important;
    }

    .category-id-3420 .f12_slider .slider-bar {
        width: 65% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #amazzing_filter form {
        padding-top: 5px;
        display: inline-block;
        width: 100%;
    }

    .af_filter {
        width: 95%;
        float: left;
        margin: 15px;
        border: 0px !important;
    }

    #amazzing_filter .af_subtitle::before {
        display: none !important;
    }

    #amazzing_filter .af_subtitle {
        font-size: 0.7rem;
    }

    #amazzing_filter .af_filter_content {
        display: inline-block;
        width: 100%;
    }

    .to_display.slider_value.edit {
        float: right !important;
        width: 65px !important;
    }

    .from_display.slider_value {
        float: left !important;
        width: 65px !important;
    }

    .slider-bar {
        width: 75% !important;
        float: left !important;
    }

    .af_filter .slider-bar {
        margin: 5px 0 14px;
        padding: 0 7px;
        clear: none !important;
        margin-left: 5px;
        margin-top: 10px;
    }

    .slider .slider_value.edit .input-text {
        display: inline-block;
        border: 0;
        padding: 0;
        max-width: 50px !important;
        outline: none;
        line-height: 1em;
    }

    .selected-filters-label {
        display: none !important;
    }

    .cf.slider-option {
        display: none !important;
    }

    .clearAll {
        background-color: rgb(0,152,153) !important;
        color: white !important;
        box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
        text-transform: uppercase;
        font-weight: 600;
        padding: 0.5rem 0.5rem !important;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

        .clearAll .txt {
            color: white !important;
            font-weight: bold;
            font-size: 14px !important;
            margin-top: 0px !important;
        }

    .af_filter:hover .slider_value, .slider .slider_value.edit {
        border-color: rgb(0,152,153) !important;
    }

    .from_display.slider_value {
        border-color: rgb(0,152,153) !important;
        border: 1px solid rgb(0,152,153) !important;
    }

    .to_display.slider_value {
        border-color: rgb(0,152,153) !important;
        border: 1px solid rgb(0,152,153) !important;
        width: 65px;
    }

    .af_filter.f111 .slider-bar {
        width: 74% !important;
    }

    .af_filter.f111 .to_display.slider_value {
        float: right !important;
        width: 82px !important;
    }

    .af_filter.f111 .from_display.slider_value {
        float: left !important;
        width: 72px !important;
    }

    .category-id-3464 .f32_slider .from_display {
        width: 65px !important;
    }

    .category-id-3464 .f32_slider .to_display {
        width: 65px !important;
    }

    .category-id-3464 .f32_slider .slider-bar {
        width: 77% !important;
    }

    .category-id-3488 .af_filter.clearfix.f115 {
        min-height: 120px !important;
    }

    .category-id-3420 .f12_slider .from_display {
        width: 65px !important;
    }

    .category-id-3420 .f12_slider .to_display {
        width: 65px !important;
    }

    .category-id-3420 .f12_slider .slider-bar {
        width: 77% !important;
    }
}

@media (max-width: 767px) {
    #amazzing_filter form {
        padding-top: 5px;
        display: inline-block;
        width: 100%;
    }

    .af_filter {
        width: 95%;
        float: left;
        margin: 0px;
        border: 0px !important;
    }

    #amazzing_filter .af_subtitle::before {
        display: none !important;
    }

    #amazzing_filter .af_subtitle {
        font-size: 0.7rem;
    }

    #amazzing_filter .af_filter_content {
        display: inline-block;
        width: 100%;
    }

    .to_display.slider_value.edit {
        float: right !important;
        width: 20% !important;
    }

    .from_display.slider_value {
        float: left !important;
        width: 20% !important;
    }

    .slider-bar {
        width: 100% !important;
        float: left !important;
    }

    .af_filter .slider-bar {
        margin: 5px 0 14px;
        padding: 0 7px;
        clear: both !important;
        margin-left: 5px;
        margin-top: 10px;
    }

    .slider .slider_value.edit .input-text {
        display: inline-block;
        border: 0;
        padding: 0;
        max-width: 47px !important;
        outline: none;
        line-height: 1em;
    }

    .selected-filters-label {
        display: none !important;
    }

    .cf.slider-option {
        display: none !important;
    }

    .clearAll {
        background-color: rgb(0,152,153) !important;
        color: white !important;
        box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
        text-transform: uppercase;
        font-weight: 600;
        padding: 0.5rem 0.5rem !important;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important;
    }

        .clearAll .txt {
            color: white !important;
            font-weight: bold;
            font-size: 14px !important;
            margin-top: 0px !important;
        }

    .af_filter:hover .slider_value, .slider .slider_value.edit {
        border-color: rgb(0,152,153) !important;
    }

    .from_display.slider_value {
        border-color: rgb(0,152,153) !important;
        border: 1px solid rgb(0,152,153) !important;
    }

    .to_display.slider_value {
        border-color: rgb(0,152,153) !important;
        border: 1px solid rgb(0,152,153) !important;
    }
}


.category-id-3480 .f32 .af_filter_content {
    margin-top: 13px;
}

.af_filter.tb li.active {
    border-color: rgb(0,152,153) !important;
}

.selectedFilters .cf {
    display: none !important;
}

.category-id-3474 .f120 {
    display: none !important;
}

.category-id-3472 .f120 {
    display: none !important;
}

.category-id-3471 .f120 {
    display: none !important;
}

.category-id-3904 .f120 {
    display: none !important;
}

.category-id-3468 .f120 {
    display: none !important;
}

.category-id-3425 .f120 {
    display: none !important;
}

.category-id-4533 .f120 {
    display: none !important;
}

.category-id-3488 .f120 {
    display: none !important;
}

.category-id-4533 .f12 .af_filter_content {
    margin-top: 12px;
}

.category-id-4533 .f49 .af_filter_content {
    margin-top: 12px;
}

.category-id-3450 .f112 .af_filter_content {
    margin-top: 12px;
}
.category-id-3480 .f112 .af_filter_content {
    margin-top: 12px;
}
.category-id-3429 .f112 .af_filter_content {
    margin-top: 12px;
}

li.product-flag {
    position: relative !important;
}
.product-flag.special-offer {
    background: rgb(204,35,20) !important;
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }
  .product-flag.out_of_stock {
    display: none;
  }
  .mapouter{
    position:relative;
    text-align:right;
    width:100%;
    height:400px;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    width:100%;
    height:400px;
}
.gmap_iframe {
    height:400px!important;
}
.select-list.js-search-link.amazzing-filter:nth-child(2) {
    display: none !important;
  }
.select-list.js-search-link.amazzing-filter:nth-child(7) {
    display: none !important;
}
.select-list.js-search-link.amazzing-filter:nth-child(8) {
    display: none !important;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
    bottom: -4rem !important;
}
h1, h1 a{
    font-size: 22px !important;
}
h2, h2 a{
    font-size: 18px !important;
}
h3, h3 a{
    font-size: 16px !important;
}
h4, h4 a{
    font-size: 12px !important;
}
dt h4, dd h4, #tabela h4{
    font-weight: normal !important;
    margin: 0px;
}
#tabela td {
    font-size: 12px !important;
    padding: .2750rem !important;
}
dt.name, dd.value{
    padding: .2750rem !important;
    margin-bottom: 2px !important;
    margin-right: 2px !important;
}
dd span{
    font-size: 12px !important;
}
#opis_atrybutu{
    font-size: 12px !important;
    margin-bottom: 2px !important;
}
#opis_atrybutu {
    padding: .06rem .06rem .06rem 60px !important;
}
.card.card-block.fsch-column-block #tabela .col1 {
    padding: .2750rem;
}
.card.card-block.fsch-column-block #tabela .col2 {
    padding: .2750rem;
}
p, span, li, td, dt, dd, div, button{
    font-size: 12px;
}
.product-description span {
    font-size: inherit; 
}
#to-magnesy li a {
    font-size: 14px !important;
}
#footer ul li {
    font-size: 14px !important;
}
#footer .block-contact div{
    font-size: 14px !important;
}
.tytul_tabeli {
    background: #FFF;
    border-bottom: 3px solid #2fb5d2;
    text-align: left !important;
    color: #2fb5d2;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
    padding: .625rem;
    margin-right: .625rem;
    max-width: 1040px;
    margin-left: 11px;
}
.table-product-discounts th {
    font-size: .9375rem !important;
}
.table-product-discounts td {
    font-size: .9375rem !important;
}
.product-add-to-cart .control-label {
    font-size: .9375rem !important;  
}
#product-availability span{
    font-size: .9375rem !important;  
}
#category .clearfix.atc_div span {
    font-size: .9375rem !important;  
}
#banners h2 {
    text-align: center;
}
#header .header-nav .right-nav .card.card-block.fsch-column-block {
    width: auto !important;
}
.header-nav .col-md-2.col-xs-12 {
    width: 11% !important;
}
.header-nav .col-md-10{
    width: 89% !important;
    align-items: first baseline;
    justify-content: space-between !important;
}
@media (max-width: 991px) {
    .lang-de #search_widget {
        margin-left: 0px !important;
        width: 100%;
    }
    .lang-en #search_widget {
        margin-left: 0px !important;
        width: 100%;
    }
    #search_widget.customer {
        margin-left: 0px !important;
        width: 100%;
    }
    #search_widget form {
        width: 100%;
        margin-top: 10px;
        overflow: hidden;
        display: flex;
    }
    #search_widget_mobile form{
        width: 100%;
        margin-top: 10px;
        overflow: hidden;
        display: flex;
    }
    #search_widget_mobile{
        width: 100%;
    }
}
@media (min-width: 992px) {
    .lang-de #search_widget {
        margin-left: 0px !important;
        width: 35%;
    }
    .lang-en #search_widget {
        margin-left: 0px !important;
        width: 40%;
    }
    #search_widget.customer {
        margin-left: 0px !important;
        width: 32% !important;
    }
    #search_widget form {
        width: 100%;
        display: flex;
    }
}
.searchbar-autocomplete{
    z-index: 1042 !important;
}
.button-search {
    border: 0px;
    width: 45px;
    background-color: rgb(0,152,153);
    color: #fff;
    padding: 0px !important;
}
.button-search:hover {
    background-color: #2592a9;
    cursor: pointer;
}
#search_widget form i {
    position: relative !important;
    padding: 0px !important;
    font-size: 18px;
    color: #fff !important;
    width: 100% !important;
    height: auto !important;
  }
#search_widget form input{
    padding: 10px 20px 10px 20px;
}
#search #amazzing_filter {
    display: none;
}
.contact-link-phone {
    font-weight: bold;
    color: #000;
}
#banners #kafelek-napis-1 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-2 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-3 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-4 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-5 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-6 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-7 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-8 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-9 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-10 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-11 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-12 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-13 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#banners #kafelek-napis-14 {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: end;
}
#header .header-nav {
    max-height: 130px !important;
}
#search_widget{
    margin-left: 15px !important;
}
#search_widget form input {
    border-radius: 0px !important;
}
#header .header-nav .blockcart {
    height: 3.5rem !important;
    padding: .55rem .75rem !important;
}
#header .header-nav .user-info {
    margin-left: 0px !important;
}
@media (max-width: 991px) {
    .material-icons {
        font-size: 42px !important;
    }
    .mobile #search_widget {
        width: 100%;
        margin-bottom: 5px;
        overflow: hidden;
    }
}
#contact-link {
    color: rgb(0, 0, 0);
    font-weight: bold;
    display: flex;
    align-items: center;
}
.header-nav .container {
    margin-bottom: 0px;
}
#header .header-nav{
    margin-bottom: 10px !important;
}
#header .header-nav .right-nav{
    margin-top: 12px;
}
.mobile .contact-link-phone{
    margin-left: 25px;
    margin-top: 0px;
    text-align: center;
}
#search_widget form i {
    padding: .7rem .4rem !important;
}
#_mobile_language_selector .language-selector-wrapper {
    display: flex;
}
#_mobile_language_selector .language-selector.dropdown.js-dropdown {
    margin-top: 0px !important;
}
.mobile #search_widget {
    margin-left: 0px !important;
  }
  #search_widget_mobile {
    margin-bottom: .625rem;
    overflow: auto;
    width: 100%;
  }
  #search_widget_mobile form {
    position: relative;
  }
  #search_widget_mobile form i {
    position: absolute;
    padding: .5rem;
  }
  #search_widget_mobile form i.clear {
    right: 15px;
    display: none;
  }
  #search_widget_mobile form input {
    width: 100%;
    padding: 10px 20px;
    outline: none;
    background-color: #f1f1f1;
    border: none;
    border-radius: 0px;
  }
  
  .ui-autocomplete.searchbar-autocomplete {
    width: 100%;
    min-height: 100%;
    border: none;
  }
  
  .ui-autocomplete.searchbar-autocomplete li a, .ui-autocomplete.searchbar-autocomplete li a.ui-state-focus {
    padding: 8px 15px;
    overflow: auto;
    border: none;
    background: none;
    margin: auto;
    border-radius: 0;
  }
  
  .ui-autocomplete.searchbar-autocomplete li a:hover {
    background-color: #f1f1f1;
    cursor: pointer;
  }
  
  .ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
    float: left;
    width: 50px;
    height: auto;
    margin-right: 8px;
  }
  
  @media only screen and (min-width: 768px) {
    #search_widget_mobile {
      float: right;
      margin-bottom: 0;
    }
  
    .ui-autocomplete.searchbar-autocomplete {
      width: 400px;
      min-height: auto;
      left: auto;
    }
  }
  
  @media only screen and (min-width: 992px) {
    #search_widget_mobile {
      min-width: 16.5rem;
    }
  }
  .lang-en .contact-link-phone {
    margin-left: 25px;
  }
  #tytul_tabeli{
    font-size: 14px !important;
  }
  .tytul_tabeli{
    font-size: 14px !important;
  }
  #header .user-info i {
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    color: rgb(0,152,153);
    margin: 0px 0px 0px 5px;
  }
  .blockcart i {
    font-size: 18px;
  }
  #cookieNoticeContent a {
    color: #fff !important;
}
#cookieNoticeContent a:hover {
    text-decoration: underline;
}
#_mobile_language_selector {
    z-index: 99999;
    position: relative;
  }
#search_widget_mobile form i {
    padding: 0.7rem 0.4rem !important;
    position: relative !important;
}
#description dd, dt {
    color: #000 !important;
}
.product-features &gt; dl.data-sheet dd.value:nth-of-type(2n), .product-features &gt; dl.data-sheet dt.name:nth-of-type(2n) {
    background: #f6f6f6 !important;
}
.product-features &gt; dl.data-sheet dd.value, .product-features &gt; dl.data-sheet dt.name {
    background: #fff !important;
}
#tabela tr td {
    background-color: #fff !important;
}
#tabela tr:nth-of-type(2n) td {
    background-color: #f3f3f3 !important;
}
#tabela h4 {
    color: #000 !important;
}
.block-contact .hidden-sm-down {
    line-height: 1.5rem;
    color: #000;
  }
  #footer_sub_menu_59266 a {
    color: #000;
  }
  .footer-container .links .hidden-sm-down {
    display: block !important;
    padding: 0.625rem !important;
  }
  @media (max-width: 767px) {
    .footer-container &gt; div:nth-child(1) &gt; div:nth-child(1) {
        display: block !important;
      }
      #to-magnesy {
        padding: 0px !important;
      }
      .block-contact .hidden-sm-down {
        margin-left: 10px !important;
      }
}
@media (min-width: 768px) {
    .footer-container &gt; div:nth-child(1) &gt; div:nth-child(1) {
        display: flex !important;
      }
}
#footer_sub_menu_38573 a {
    color: #000 !important;
  }
  #index .product-img {
    margin-top: 15px;
  }
  #header .header-nav{
    border-bottom: 0px !important;
  }
  #header .header-top {
    padding-bottom: 0.5rem;
}
.mobile .displayTop_menu.top-level.jxmegamenu_item.default-menu.top-global {
    display: block;
    float: left;
    margin-top: 12px;
    width: auto !important;
}
.mobile .displayTop_menu.top-level.jxmegamenu_item.default-menu.top-global .menu-title.jxmegamenu_item {
    display: block;
    cursor: pointer;
}
@media (max-width: 991px) {
    .menu-mobilne {
        display: block;
    }
    .fa.fa-bars.menu-mobilne {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .menu-mobilne {
        display: none;
    }
    .fa.fa-bars.menu-mobilne {
        display: none !important;
    }
}
@media (max-width: 600px) {
    @-webkit-keyframes slide {
        100% {
            left: 0;
        }
    }
    @keyframes slide {
        100% {
            left: 0;
        }
    }
    @-webkit-keyframes slide-hide {
        100% {
            left: -700px;
        }
    }
    @keyframes slide-hide {
        100% {
            left: -700px;
        }
    }
    .mobile .jxmegamenu.clearfix.top-level-menu.jxmegamenu_item.jxmen.activeMenu {
        display: block !important;
        left: -300px;
        -webkit-animation: 0.5s 0.5s forwards slide;
        animation: 0.5s 0.5s forwards slide;
        z-index: 999999;
    }
    .mobile .jxmegamenu.clearfix.top-level-menu.jxmegamenu_item.jxmen.closeMenu {
        display: block !important;
        left: 0;
        -webkit-animation: 0.5s 0.5s forwards slide-hide;
        animation: 0.5s 0.5s forwards slide-hide;
    }
    .mobile .jxmegamenu.clearfix.top-level-menu.jxmegamenu_item.jxmen {
        position: absolute;
        background-color: #fff;
        left: 0;
        padding: 30px;
        width: 80%;
        z-index: 2;
        height: 100%;
        display: none;
        top: -15px;
        box-shadow: 2px 0 11px 2px;
    }
}
@media (min-width: 661px) and (max-width: 991px) {
    @-webkit-keyframes slide {
        100% {
            left: 0;
        }
    }
    @keyframes slide {
        100% {
            left: 0;
        }
    }
    @-webkit-keyframes slide-hide {
        100% {
            left: -700px;
        }
    }
    @keyframes slide-hide {
        100% {
            left: -700px;
        }
    }
    .mobile .jxmegamenu.clearfix.top-level-menu.jxmegamenu_item.jxmen.activeMenu {
        display: block !important;
        left: -300px;
        -webkit-animation: 0.5s 0.5s forwards slide;
        animation: 0.5s 0.5s forwards slide;
        z-index: 9999;
    }
    .mobile .jxmegamenu.clearfix.top-level-menu.jxmegamenu_item.jxmen.closeMenu {
        display: block !important;
        left: 0;
        -webkit-animation: 0.5s 0.5s forwards slide-hide;
        animation: 0.5s 0.5s forwards slide-hide;
    }
    .mobile .jxmegamenu.clearfix.top-level-menu.jxmegamenu_item.jxmen {
        position: absolute;
        background-color: #fff;
        left: 0;
        padding: 30px;
        width: 60%;
        z-index: 2;
        height: 100%;
        display: none;
        top: -15px;
        box-shadow: 2px 0 11px 2px;
    }
}
.mobile .jxmegamenu.clearfix.top-level-menu.jxmegamenu_item.jxmen li {
    width: 100% !important;
    text-align: left;
    margin: 10px;
}
.fa.fa-bars {
    font-size: 36px;
    color: #009899;
}
#product .breadcrumb.hidden-sm-down ol {
    float: left;
    width: 74%;
    padding-right: 10px;
}
#product .b_nav a {
    font-size: 14px;
    background: #f29e72 !important;
    padding: 5px 10px;
    color: #fff;
}
.breadcrumb span {
    font-size: 14px;
}
#header .header-nav {
    max-height: 130px !important;
    border-bottom: 0 !important;
}
.jxmegamenu.clearfix.top-level-menu.jxmegamenu_item.jxmen .close {
    font-size: 1.5rem !important;
  }
  .mobile .blockcart i, .mobile .user-info a i {
    font-size: 30px !important;
  }
  ul.jxmegamenu.clearfix.top-level-menu.jxmegamenu_item.jxmen {
    display: flex;
    justify-content: center;
}
.page-customer-account label#lsiret {
    width: 21% !important;
}
#product form#add-to-cart-or-refresh {
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
    div#sirett {
        margin-top: 32px;
    }
    .page-customer-account label#lsiret {
        width: 100% !important;
        text-align: left;
        padding: 0px !important;
        right: 0px !important;
    }
    div#csiret {
        width: 100% !important;
        position: relative !important;
        bottom: 0px !important;
        padding: 0px !important;
    }
    #newscheckout .custom-checkbox span {
        width: 28px !important;
        height: 28px !important;
    }
    #newscheckout .custom-checkbox span i {
        font-size: 34px !important;
    }
    #another .custom-checkbox span {
        width: 28px !important;
        height: 28px !important;
    }
    #another .custom-checkbox span i {
        font-size: 34px !important;
    }
    #authentication .custom-checkbox span {
        flex: 0 0 1.938rem !important;
      }
}
@media only screen and (min-width: 600px) {
    div#sirett {
        margin-top: 32px;
    }
    .page-customer-account label#lsiret {
        width: 100% !important;
        text-align: left;
        padding: 0px !important;
        right: 0px !important;
    }
    div#csiret {
        width: 100% !important;
        position: relative !important;
        bottom: 0px !important;
        padding: 0px !important;
    }
    #newscheckout .custom-checkbox span {
        width: 28px !important;
        height: 28px !important;
    }
    #newscheckout .custom-checkbox span i {
        font-size: 34px !important;
    }
    #another .custom-checkbox span {
        width: 28px !important;
        height: 28px !important;
    }
    #another .custom-checkbox span i {
        font-size: 34px !important;
    }
    #authentication .custom-checkbox span {
        flex: 0 0 1.938rem !important;
    }
    #firmowe_dane {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 768px) {
    div#sirett {
        margin-top: 32px;
    }
    .page-customer-account label#lsiret {
        width: 37% !important;
        text-align: left;
        padding: 0px !important;
        right: 170px !important;
    }
    div#csiret {
        width: 100% !important;
        position: relative !important;
        bottom: 45px !important;
        padding: 0px !important;
    }
    #newscheckout {
        padding: 0;
    }
    #newscheckout .custom-checkbox span {
        width: 28px !important;
        height: 28px !important;
    }
    #newscheckout .custom-checkbox span i {
        font-size: 34px !important;
    }
    #another .custom-checkbox span {
        width: 28px !important;
        height: 28px !important;
    }
    #another .custom-checkbox span i {
        font-size: 34px !important;
    }
    #authentication .custom-checkbox span {
        flex: 0 0 1.938rem !important;
    }
    #firmowe_dane {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 1500px) {

}
#products .product-title, .product-title {
    text-transform: none !important;
}
#product h1.h1 {
    text-transform: none;
}
.group-filter {
    float: left;
    width: 100%;
}
.group-filter .af_filter {
    width: 100%;
    height: auto;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.delivery-option-row.selected {
    background: transparent !important;
}
ul.producttags {
    display: none !important;
}
.scroll-product-box-arrows {
    height: 0 !important;
    right: 0 !important;
    color: #fff;
    position: absolute;
    text-align: center;
    cursor: pointer
}
.scroll-product-box-arrows {
    width: 100%;
    top: 42% !important;
    z-index: 999
}
.scroll-product-box-arrows .material-icons.left {
    position: absolute;
    top: 0 !important;
    opacity: 1 !important;
    right: 92%;
    font-size: 36px
}

.scroll-product-box-arrows .material-icons.right {
    position: absolute;
    bottom: 0 !important;
    top: 0 !important;
    left: 92%;
    font-size: 36px
}
#product-modal .modal-content .modal-body figure .arrows,
.scroll-product-box-arrows {
    height: 0 !important;
    right: 0 !important;
    color: #fff;
    position: absolute;
    text-align: center;
    cursor: pointer
}

#header .header-nav .user-info,
#product-modal .modal-content .modal-body .product-images {
    margin-left: 0 !important
}
#product-modal #thumbnails.full,
#product-modal #thumbnails.full10,
#product-modal #thumbnails.full6,
#product-modal #thumbnails.full7,
#product-modal #thumbnails.full8,
#product-modal #thumbnails.full9 {
    background-color: #f1f1f1;
    float: left !important;
    width: 99.5% !important
}
#product-modal .modal-content .modal-body .mask {
    width: calc(100% - 200px);
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    max-height: 11.38rem !important;
    margin-top: 1rem !important;
    padding-top: 10px !important
}

#product-modal .modal-content .modal-body .product-images img {
    width: 8.25rem !important
}

#product-modal .modal-content .modal-body {
    display: inline-block !important;
    width: 100%;
    margin: 0
}

#product-modal figure {
    float: left !important
}

#product-modal .modal-content .modal-body figure .arrows {
    width: 100%;
    top: 32% !important;
    z-index: 0
}

#product-modal .modal-content .modal-body figure .arrows .arrow-up,
#product-modal .modal-content .modal-body figure .arrows .arrow-up.count10,
#product-modal .modal-content .modal-body figure .arrows .arrow-up.count7,
#product-modal .modal-content .modal-body figure .arrows .arrow-up.count8,
#product-modal .modal-content .modal-body figure .arrows .arrow-up.count9 {
    position: absolute;
    top: 0 !important;
    opacity: 1 !important;
    right: 88%;
    font-size: 5.25rem !important
}

#product-modal .modal-content .modal-body figure .arrows .arrow-down,
#product-modal .modal-content .modal-body figure .arrows .arrow-down.count10,
#product-modal .modal-content .modal-body figure .arrows .arrow-down.count7,
#product-modal .modal-content .modal-body figure .arrows .arrow-down.count8,
#product-modal .modal-content .modal-body figure .arrows .arrow-down.count9 {
    position: absolute;
    bottom: 0 !important;
    top: 0 !important;
    left: 88%;
    font-size: 5.25rem !important
}
@media (min-width:576px) {
    .modal-dialog {
        max-width: 835px !important
    }
    .Obudowa {
        height: 54px !important
    }
}
.scroll-modal-box-arrows{
    display: block;
}
.scroll-modal-box-arrows i {
    position: absolute;
    bottom: 1.625rem;
    height: 100px;
    line-height: 100px;
    cursor: pointer
}

.scroll-modal-box-arrows .left {
    left: 20px;
    top: 25%
}

.scroll-modal-box-arrows .right {
    right: 20px;
    top: 25%
}

.scroll-product-box-arrows {
    width: 100%;
    top: 42% !important;
    z-index: 999
}
label[for="delivery_option_226"] {
    margin-left: 26px;
}
.alert-danger-weight {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
@media only screen and (max-width: 600px) {
    .tabelka-responsywna{
        display: block;
    }
    .tabelka{
        display: none;
    }
}
@media only screen and (min-width: 600px) {
    .tabelka-responsywna{
        display: none;
    }
    .tabelka{
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .tabelka-responsywna{
        display: none;
    }
    .tabelka{
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .tabelka-responsywna{
        display: none;
    }
    .tabelka{
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .tabelka-responsywna{
        display: none;
    }
    .tabelka{
        display: block;
    }
}
@media only screen and (min-width: 1500px) {
    .tabelka-responsywna{
        display: none;
    }
    .tabelka{
        display: block;
    }
}
@media only screen and (max-width: 600px) {
    .table-info-cart .row.header-table {
        display: none;
    }
    .table-info-cart li.cart-item {
        border-bottom: 1px solid #009899 !important;
        padding: 10px 0px !important;
    }
    .card.cart-summary {
        border: 0px !important;
    }
    .card.cart-summary {
        border-top: 4px solid #009899 !important;
        margin-top: 15px;
        margin-bottom: -10px;
    }
    .cart-grid.row {
        margin-bottom: 0px !important;
    }
    .card.cart-container {
        margin-bottom: 0px !important;
    }
    div#thecheckout-psgdpr {
        padding-top: 0px;
    }
    .cart-overview.js-cart {
        padding: 0px 15px;
    }
    .header-table {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .row.product-row {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }
    .product-info {
        width: 100%;
        display: flex;
        gap: 15px;
    }
    .ordinal-number {
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ordinal-number-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .ordinal-number-body {
        font-size: 12px;
        font-weight: bold;
    }
    .product-name-body-container {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
    }
    .product-name {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-name-body-container-image {
        display: none;
    }
    .product-name-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .product-name-body a.label {
        font-size: 12px !important;
        font-weight: bold !important;
    }
    .product-name-body-code {
        font-size: 12px;
    }
    .product-info-prices {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap !important;
        margin-top: 15px;
    }
    .product-information {
        width: 55%;
        display: flex;
        justify-content: space-between;
        gap: 5px;
        margin-top: 0px;
        flex-wrap: wrap !important;
    }
    .mobile-image {
        display: block;
    }
    .mobile-image-min img {
        width: 130px !important;
        height: 130px !important;
    }
    .product-info-prices .price {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .price::before {
        content: "Net price";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .price::before {
        content: "Preis Netto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .price::before {
        content: "ÎÎąÎ¸ÎąĎÎŽ ĎÎšÎźÎŽ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .price::before {
        content: "Prix net";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .price::before {
        content: "Prezzo netto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .price::before {
        content: "Precio neto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .price::before {
        content: "PreĂ§o lĂ­quido";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .price::before {
        content: "ÄistĂĄ cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .price::before {
        content: "Grynoji kaina";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .price::before {
        content: "Neto cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .price::before {
        content: "ÄistĂĄ cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .price::before {
        content: "ĐĐľŃĐ˝Đ° ŃĐľĐ˝Đ°";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-er .product-info-prices .price::before {
        content: "Netohind";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .vat {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .vat::before {
        content: "VAT";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .vat::before {
        content: "VAT";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .vat::before {
        content: "ÎŚÎ&nbsp;Î";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .vat::before {
        content: "TVA";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .vat::before {
        content: "IVA";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .vat::before {
        content: "IVA";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .vat::before {
        content: "IVA";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .vat::before {
        content: "DPH";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .vat::before {
        content: "PVM";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .vat::before {
        content: "PVN";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .vat::before {
        content: "DPH";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .vat::before {
        content: "ĐĐĐĄ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-et .product-info-prices .vat::before {
        content: "KĂIBEMAKSU";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .price-wt {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .price-wt::before {
        content: "Gross price";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .price-wt::before {
        content: "Preis Brutto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .price-wt::before {
        content: "ÎÎšÎşĎÎŽ ĎÎšÎźÎŽ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .price-wt::before {
        content: "Prix brut";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .price-wt::before {
        content: "Prezzo lordo";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .price-wt::before {
        content: "Precio bruto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .price-wt::before {
        content: "PreĂ§o bruto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .price-wt::before {
        content: "HrubĂĄ cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .price-wt::before {
        content: "Bendroji kaina";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .price-wt::before {
        content: "Bruto cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .price-wt::before {
        content: "HrubĂĄ cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .price-wt::before {
        content: "ĐŃŃŃĐ˝Đ° ŃĐľĐ˝Đ°";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-et .product-info-prices .price-wt::before {
        content: "Brutohind";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .quantity-product {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .quantity-product::before {
        content: "Quantity";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .quantity-product::before {
        content: "Anzahl";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .quantity-product::before {
        content: "Î&nbsp;ÎżĎĎĎÎˇĎÎą";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .quantity-product::before {
        content: "QuantitĂŠ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .quantity-product::before {
        content: "QuantitĂ&nbsp;";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .quantity-product::before {
        content: "Cantidad";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .quantity-product::before {
        content: "Quantidade";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .quantity-product::before {
        content: "MnoĹžstvĂ­";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .quantity-product::before {
        content: "Kiekis";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .quantity-product::before {
        content: "Daudzums";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .quantity-product::before {
        content: "MnoĹžstvo";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .quantity-product::before {
        content: "ĐĐžĐťĐ¸ŃĐľŃŃĐ˛Đž";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-et .product-info-prices .quantity-product::before {
        content: "Kogus";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .summary-price {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .summary-price::before {
        content: "Net worth";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-de .product-info-prices .summary-price::before {
        content: "Wert Netto";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-el .product-info-prices .summary-price::before {
        content: "ÎÎąÎ¸ÎąĎÎŽ ÎąÎžÎŻÎą";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-fr .product-info-prices .summary-price::before {
        content: "Valeur nette";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-it .product-info-prices .summary-price::before {
        content: "Patrimonio netto";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-es .product-info-prices .summary-price::before {
        content: "Patrimonio neto";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-pt .product-info-prices .summary-price::before {
        content: "PatrimĂłnio lĂ­quido";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-cs .product-info-prices .summary-price::before {
        content: "ÄistĂŠ jmÄnĂ­";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-lt .product-info-prices .summary-price::before {
        content: "Grynoji vertÄ";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-lv .product-info-prices .summary-price::before {
        content: "Neto vÄrtÄŤba";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-sk .product-info-prices .summary-price::before {
        content: "ÄistĂĄ hodnota";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-bg .product-info-prices .summary-price::before {
        content: "ĐĐľŃĐ˝Đ° ŃŃĐžĐšĐ˝ĐžŃŃ";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-et .product-info-prices .summary-price::before {
        content: "NetovĂ¤Ă¤rtus";
        margin-right: 10px;
        font-weight: bold;
    }
    .product-info-prices .summary-price-wt {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .summary-price-wt::before {
        content: "Gross value";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .summary-price-wt::before {
        content: "Wert Brutto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .summary-price-wt::before {
        content: "ÎÎšÎşĎÎŽ ÎąÎžÎŻÎą";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .summary-price-wt::before {
        content: "Valeur brute";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .summary-price-wt::before {
        content: "Valore lordo";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .summary-price-wt::before {
        content: "Valor bruto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .summary-price-wt::before {
        content: "Valor bruto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .summary-price-wt::before {
        content: "HrubĂĄ hodnota";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .summary-price-wt::before {
        content: "Bendroji vertÄ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .summary-price-wt::before {
        content: "Bruto vÄrtÄŤba";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .summary-price-wt::before {
        content: "HrubĂĄ hodnota";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .summary-price-wt::before {
        content: "ĐŃŃŃĐ˝Đ° ŃŃĐžĐšĐ˝ĐžŃŃ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-et .product-info-prices .summary-price-wt::before {
        content: "BrutovĂ¤Ă¤rtus";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .delete-product {
        width: 0px;
        text-align: center;
    }
    .price-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .price-body {
        font-size: 12px;
    }
    .vat-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .vat-body {
        font-size: 12px;
    }
    .price-wt-head {
        margin-bottom: 20px;
        font-size:12px;
        font-weight: bold;
    }
    .price-wt-body {
        font-size: 12px;
    }
    .quantity-product-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-body {
        font-size: 12px;
    }
    .summary-price-wt-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-wt-body {
        font-size: 12px;
    }
    .delete-product {
        display: flex;
        align-items: center;
    }
    div#podsumowanie {
        padding: 15px 0px;
    }
    .products-prices {
        display: flex;
        width: 100%;
        justify-content: end;
        margin-right: 0px;
        gap: 30px;
        margin-bottom: 10px;
    }
    .shipping-prices {
        display: flex;
        width: 100%;
        justify-content: end;
        margin-right: 0px;
        gap: 30px;
        margin-bottom: 10px;
    }
    .total-prices {
        display: flex;
        width: 100%;
        justify-content: end;
        margin-right: 0px;
        gap: 30px;
    }
    .products-prices-label {
        font-size: 16px !important;
        width: 80px;
    }
    .products-prices-net {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .products-prices-gross {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .shipping-prices-label {
        font-size: 16px !important;
    }
    .shipping-prices-net {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .shipping-prices-gross {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .total-prices-label {
        font-size: 16px !important;
        font-weight: bold;
    }
    .total-prices-net {
        font-size: 16px !important;
        font-weight: bold;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .total-prices-gross {
        font-size: 16px !important;
        font-weight: bold;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
}

@media only screen and (min-width: 600px) {
    .table-info-cart .row.header-table {
        display: none;
    }
    .table-info-cart li.cart-item {
        border-bottom: 1px solid #009899 !important;
        padding: 10px 0px !important;
    }
    .card.cart-summary {
        border: 0px !important;
    }
    .card.cart-summary {
        border-top: 4px solid #009899 !important;
        margin-top: 15px;
        margin-bottom: -10px;
    }
    div#thecheckout-psgdpr {
        padding-top: 0px;
    }
    .cart-grid.row {
        margin-bottom: 0px !important;
    }
    .card.cart-container {
        margin-bottom: 0px !important;
    }
    .cart-overview.js-cart {
        padding: 0px 15px;
    }
    .header-table {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .row.product-row {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }
    .product-info {
        width: 100%;
        display: flex;
        gap: 15px;
    }
    .ordinal-number {
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ordinal-number-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .ordinal-number-body {
        font-size: 12px;
        font-weight: bold;
    }
    .product-name-body-container {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
    }
    .product-name {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-name-body-container-image {
        display: none;
    }
    .product-name-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .product-name-body a.label {
        font-size: 12px !important;
        font-weight: bold !important;
    }
    .product-name-body-code {
        font-size: 12px;
    }
    .product-info-prices {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap !important;
        margin-top: 15px;
    }
    .product-information {
        width: 55%;
        display: flex;
        justify-content: space-between;
        gap: 5px;
        margin-top: 0px;
        flex-wrap: wrap !important;
    }
    .mobile-image {
        display: block;
    }
    .mobile-image-min img {
        width: 130px !important;
        height: 130px !important;
    }
    .product-info-prices .price {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .price::before {
        content: "Net price";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .price::before {
        content: "Preis Netto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .price::before {
        content: "ÎÎąÎ¸ÎąĎÎŽ ĎÎšÎźÎŽ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .price::before {
        content: "Prix net";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .price::before {
        content: "Prezzo netto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .price::before {
        content: "Precio neto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .price::before {
        content: "PreĂ§o lĂ­quido";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .price::before {
        content: "ÄistĂĄ cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .price::before {
        content: "Grynoji kaina";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .price::before {
        content: "Neto cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .price::before {
        content: "ÄistĂĄ cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .price::before {
        content: "ĐĐľŃĐ˝Đ° ŃĐľĐ˝Đ°";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-er .product-info-prices .price::before {
        content: "Netohind";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .vat {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .vat::before {
        content: "VAT";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .vat::before {
        content: "VAT";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .vat::before {
        content: "ÎŚÎ&nbsp;Î";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .vat::before {
        content: "TVA";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .vat::before {
        content: "IVA";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .vat::before {
        content: "IVA";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .vat::before {
        content: "IVA";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .vat::before {
        content: "DPH";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .vat::before {
        content: "PVM";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .vat::before {
        content: "PVN";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .vat::before {
        content: "DPH";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .vat::before {
        content: "ĐĐĐĄ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-et .product-info-prices .vat::before {
        content: "KĂIBEMAKSU";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .price-wt {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .price-wt::before {
        content: "Gross price";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .price-wt::before {
        content: "Preis Brutto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .price-wt::before {
        content: "ÎÎšÎşĎÎŽ ĎÎšÎźÎŽ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .price-wt::before {
        content: "Prix brut";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .price-wt::before {
        content: "Prezzo lordo";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .price-wt::before {
        content: "Precio bruto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .price-wt::before {
        content: "PreĂ§o bruto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .price-wt::before {
        content: "HrubĂĄ cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .price-wt::before {
        content: "Bendroji kaina";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .price-wt::before {
        content: "Bruto cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .price-wt::before {
        content: "HrubĂĄ cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .price-wt::before {
        content: "ĐŃŃŃĐ˝Đ° ŃĐľĐ˝Đ°";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-et .product-info-prices .price-wt::before {
        content: "Brutohind";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .quantity-product {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .quantity-product::before {
        content: "Quantity";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .quantity-product::before {
        content: "Anzahl";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .quantity-product::before {
        content: "Î&nbsp;ÎżĎĎĎÎˇĎÎą";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .quantity-product::before {
        content: "QuantitĂŠ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .quantity-product::before {
        content: "QuantitĂ&nbsp;";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .quantity-product::before {
        content: "Cantidad";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .quantity-product::before {
        content: "Quantidade";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .quantity-product::before {
        content: "MnoĹžstvĂ­";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .quantity-product::before {
        content: "Kiekis";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .quantity-product::before {
        content: "Daudzums";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .quantity-product::before {
        content: "MnoĹžstvo";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .quantity-product::before {
        content: "ĐĐžĐťĐ¸ŃĐľŃŃĐ˛Đž";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-et .product-info-prices .quantity-product::before {
        content: "Kogus";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .summary-price {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .summary-price::before {
        content: "Net worth";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-de .product-info-prices .summary-price::before {
        content: "Wert Netto";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-el .product-info-prices .summary-price::before {
        content: "ÎÎąÎ¸ÎąĎÎŽ ÎąÎžÎŻÎą";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-fr .product-info-prices .summary-price::before {
        content: "Valeur nette";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-it .product-info-prices .summary-price::before {
        content: "Patrimonio netto";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-es .product-info-prices .summary-price::before {
        content: "Patrimonio neto";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-pt .product-info-prices .summary-price::before {
        content: "PatrimĂłnio lĂ­quido";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-cs .product-info-prices .summary-price::before {
        content: "ÄistĂŠ jmÄnĂ­";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-lt .product-info-prices .summary-price::before {
        content: "Grynoji vertÄ";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-lv .product-info-prices .summary-price::before {
        content: "Neto vÄrtÄŤba";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-sk .product-info-prices .summary-price::before {
        content: "ÄistĂĄ hodnota";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-bg .product-info-prices .summary-price::before {
        content: "ĐĐľŃĐ˝Đ° ŃŃĐžĐšĐ˝ĐžŃŃ";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-et .product-info-prices .summary-price::before {
        content: "NetovĂ¤Ă¤rtus";
        margin-right: 10px;
        font-weight: bold;
    }
    .product-info-prices .summary-price-wt {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .summary-price-wt::before {
        content: "Gross value";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .summary-price-wt::before {
        content: "Wert Brutto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .summary-price-wt::before {
        content: "ÎÎšÎşĎÎŽ ÎąÎžÎŻÎą";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .summary-price-wt::before {
        content: "Valeur brute";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .summary-price-wt::before {
        content: "Valore lordo";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .summary-price-wt::before {
        content: "Valor bruto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .summary-price-wt::before {
        content: "Valor bruto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .summary-price-wt::before {
        content: "HrubĂĄ hodnota";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .summary-price-wt::before {
        content: "Bendroji vertÄ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .summary-price-wt::before {
        content: "Bruto vÄrtÄŤba";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .summary-price-wt::before {
        content: "HrubĂĄ hodnota";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .summary-price-wt::before {
        content: "ĐŃŃŃĐ˝Đ° ŃŃĐžĐšĐ˝ĐžŃŃ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-et .product-info-prices .summary-price-wt::before {
        content: "BrutovĂ¤Ă¤rtus";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .delete-product {
        width: 0px;
        text-align: center;
    }
    .price-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .price-body {
        font-size: 12px;
    }
    .vat-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .vat-body {
        font-size: 12px;
    }
    .price-wt-head {
        margin-bottom: 20px;
        font-size:12px;
        font-weight: bold;
    }
    .price-wt-body {
        font-size: 12px;
    }
    .quantity-product-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-body {
        font-size: 12px;
    }
    .summary-price-wt-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-wt-body {
        font-size: 12px;
    }
    .delete-product {
        display: flex;
        align-items: center;
    }
    .products-prices {
        display: flex;
        width: 100%;
        justify-content: end;
        margin-right: 0px;
        gap: 30px;
        margin-bottom: 10px;
    }
    .shipping-prices {
        display: flex;
        width: 100%;
        justify-content: end;
        margin-right: 0px;
        gap: 30px;
        margin-bottom: 10px;
    }
    .total-prices {
        display: flex;
        width: 100%;
        justify-content: end;
        margin-right: 0px;
        gap: 30px;
    }
    .products-prices-label {
        font-size: 16px !important;
    }
    .products-prices-net {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .products-prices-gross {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .shipping-prices-label {
        font-size: 16px !important;
    }
    .shipping-prices-net {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .shipping-prices-gross {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .total-prices-label {
        font-size: 16px !important;
        font-weight: bold;
    }
    .total-prices-net {
        font-size: 16px !important;
        font-weight: bold;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .total-prices-gross {
        font-size: 16px !important;
        font-weight: bold;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
}

@media only screen and (min-width: 768px) {
    .table-info-cart .row.header-table {
        display: none;
    }
    .table-info-cart li.cart-item {
        border-bottom: 1px solid #009899 !important;
        padding: 10px 0px !important;
    }
    .card.cart-summary {
        border: 0px !important;
    }
    .card.cart-summary {
        border-top: 4px solid #009899 !important;
        margin-top: 15px;
        margin-bottom: -10px;
    }
    div#thecheckout-psgdpr {
        padding-top: 0px;
    }
    .cart-grid.row {
        margin-bottom: 0px !important;
    }
    .card.cart-container {
        margin-bottom: 0px !important;
    }
    .cart-overview.js-cart {
        padding: 0px 15px;
    }
    .header-table {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .row.product-row {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }
    .product-info {
        width: 100%;
        display: flex;
        gap: 15px;
    }
    .ordinal-number {
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ordinal-number-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .ordinal-number-body {
        font-size: 12px;
        font-weight: bold;
    }
    .product-name-body-container {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
    }
    .product-name {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-name-body-container-image {
        display: none;
    }
    .product-name-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .product-name-body a.label {
        font-size: 12px !important;
        font-weight: bold !important;
    }
    .product-name-body-code {
        font-size: 12px;
    }
    .product-info-prices {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap !important;
        margin-top: 15px;
    }
    .product-information {
        width: 55%;
        display: flex;
        justify-content: space-between;
        gap: 5px;
        margin-top: 0px;
        flex-wrap: wrap !important;
    }
    .mobile-image {
        display: block;
    }
    .mobile-image-min img {
        width: 130px !important;
        height: 130px !important;
    }
    .product-info-prices .price {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .price::before {
        content: "Net price";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .price::before {
        content: "Preis Netto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .price::before {
        content: "ÎÎąÎ¸ÎąĎÎŽ ĎÎšÎźÎŽ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .price::before {
        content: "Prix net";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .price::before {
        content: "Prezzo netto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .price::before {
        content: "Precio neto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .price::before {
        content: "PreĂ§o lĂ­quido";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .price::before {
        content: "ÄistĂĄ cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .price::before {
        content: "Grynoji kaina";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .price::before {
        content: "Neto cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .price::before {
        content: "ÄistĂĄ cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .price::before {
        content: "ĐĐľŃĐ˝Đ° ŃĐľĐ˝Đ°";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-er .product-info-prices .price::before {
        content: "Netohind";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .vat {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .vat::before {
        content: "VAT";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .vat::before {
        content: "VAT";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .vat::before {
        content: "ÎŚÎ&nbsp;Î";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .vat::before {
        content: "TVA";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .vat::before {
        content: "IVA";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .vat::before {
        content: "IVA";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .vat::before {
        content: "IVA";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .vat::before {
        content: "DPH";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .vat::before {
        content: "PVM";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .vat::before {
        content: "PVN";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .vat::before {
        content: "DPH";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .vat::before {
        content: "ĐĐĐĄ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-et .product-info-prices .vat::before {
        content: "KĂIBEMAKSU";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .price-wt {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .price-wt::before {
        content: "Gross price";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .price-wt::before {
        content: "Preis Brutto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .price-wt::before {
        content: "ÎÎšÎşĎÎŽ ĎÎšÎźÎŽ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .price-wt::before {
        content: "Prix brut";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .price-wt::before {
        content: "Prezzo lordo";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .price-wt::before {
        content: "Precio bruto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .price-wt::before {
        content: "PreĂ§o bruto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .price-wt::before {
        content: "HrubĂĄ cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .price-wt::before {
        content: "Bendroji kaina";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .price-wt::before {
        content: "Bruto cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .price-wt::before {
        content: "HrubĂĄ cena";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .price-wt::before {
        content: "ĐŃŃŃĐ˝Đ° ŃĐľĐ˝Đ°";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-et .product-info-prices .price-wt::before {
        content: "Brutohind";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .quantity-product {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .quantity-product::before {
        content: "Quantity";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .quantity-product::before {
        content: "Anzahl";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .quantity-product::before {
        content: "Î&nbsp;ÎżĎĎĎÎˇĎÎą";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .quantity-product::before {
        content: "QuantitĂŠ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .quantity-product::before {
        content: "QuantitĂ&nbsp;";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .quantity-product::before {
        content: "Cantidad";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .quantity-product::before {
        content: "Quantidade";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .quantity-product::before {
        content: "MnoĹžstvĂ­";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .quantity-product::before {
        content: "Kiekis";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .quantity-product::before {
        content: "Daudzums";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .quantity-product::before {
        content: "MnoĹžstvo";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .quantity-product::before {
        content: "ĐĐžĐťĐ¸ŃĐľŃŃĐ˛Đž";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-et .product-info-prices .quantity-product::before {
        content: "Kogus";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .summary-price {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .summary-price::before {
        content: "Net worth";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-de .product-info-prices .summary-price::before {
        content: "Wert Netto";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-el .product-info-prices .summary-price::before {
        content: "ÎÎąÎ¸ÎąĎÎŽ ÎąÎžÎŻÎą";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-fr .product-info-prices .summary-price::before {
        content: "Valeur nette";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-it .product-info-prices .summary-price::before {
        content: "Patrimonio netto";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-es .product-info-prices .summary-price::before {
        content: "Patrimonio neto";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-pt .product-info-prices .summary-price::before {
        content: "PatrimĂłnio lĂ­quido";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-cs .product-info-prices .summary-price::before {
        content: "ÄistĂŠ jmÄnĂ­";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-lt .product-info-prices .summary-price::before {
        content: "Grynoji vertÄ";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-lv .product-info-prices .summary-price::before {
        content: "Neto vÄrtÄŤba";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-sk .product-info-prices .summary-price::before {
        content: "ÄistĂĄ hodnota";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-bg .product-info-prices .summary-price::before {
        content: "ĐĐľŃĐ˝Đ° ŃŃĐžĐšĐ˝ĐžŃŃ";
        margin-right: 10px;
        font-weight: bold;
    }
    .lang-et .product-info-prices .summary-price::before {
        content: "NetovĂ¤Ă¤rtus";
        margin-right: 10px;
        font-weight: bold;
    }
    .product-info-prices .summary-price-wt {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .lang-en .product-info-prices .summary-price-wt::before {
        content: "Gross value";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-de .product-info-prices .summary-price-wt::before {
        content: "Wert Brutto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-el .product-info-prices .summary-price-wt::before {
        content: "ÎÎšÎşĎÎŽ ÎąÎžÎŻÎą";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-fr .product-info-prices .summary-price-wt::before {
        content: "Valeur brute";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-it .product-info-prices .summary-price-wt::before {
        content: "Valore lordo";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-es .product-info-prices .summary-price-wt::before {
        content: "Valor bruto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-pt .product-info-prices .summary-price-wt::before {
        content: "Valor bruto";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-cs .product-info-prices .summary-price-wt::before {
        content: "HrubĂĄ hodnota";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lt .product-info-prices .summary-price-wt::before {
        content: "Bendroji vertÄ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-lv .product-info-prices .summary-price-wt::before {
        content: "Bruto vÄrtÄŤba";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-sk .product-info-prices .summary-price-wt::before {
        content: "HrubĂĄ hodnota";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-bg .product-info-prices .summary-price-wt::before {
        content: "ĐŃŃŃĐ˝Đ° ŃŃĐžĐšĐ˝ĐžŃŃ";
        font-weight: bold;
        margin-right: 10px;
    }
    .lang-et .product-info-prices .summary-price-wt::before {
        content: "BrutovĂ¤Ă¤rtus";
        font-weight: bold;
        margin-right: 10px;
    }
    .product-info-prices .delete-product {
        width: 0px;
        text-align: center;
    }
    .price-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .price-body {
        font-size: 12px;
    }
    .vat-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .vat-body {
        font-size: 12px;
    }
    .price-wt-head {
        margin-bottom: 20px;
        font-size:12px;
        font-weight: bold;
    }
    .price-wt-body {
        font-size: 12px;
    }
    .quantity-product-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-body {
        font-size: 12px;
    }
    .summary-price-wt-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-wt-body {
        font-size: 12px;
    }
    .delete-product {
        display: flex;
        align-items: center;
    }
    .products-prices {
        display: flex;
        width: 70%;
        justify-content: end;
        margin-right: 20px;
        gap: 30px;
        margin-bottom: 10px;
    }
    .shipping-prices {
        display: flex;
        width: 70%;
        justify-content: end;
        margin-right: 20px;
        gap: 30px;
        margin-bottom: 10px;
    }
    .total-prices {
        display: flex;
        width: 70%;
        justify-content: end;
        margin-right: 20px;
        gap: 30px;
    }
    .products-prices-label {
        font-size: 16px !important;
    }
    .products-prices-net {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important;
    }
    .products-prices-gross {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .shipping-prices-label {
        font-size: 16px !important;
    }
    .shipping-prices-net {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .shipping-prices-gross {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .total-prices-label {
        font-size: 16px !important;
        font-weight: bold;
    }
    .total-prices-net {
        font-size: 16px !important;
        font-weight: bold;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
    .total-prices-gross {
        font-size: 16px !important;
        font-weight: bold;
        min-width: 80px;
        max-width: 100px;
        text-align: right !important; 
    }
}

@media only screen and (min-width: 992px) {
    .table-info-cart .row.header-table {
        display: flex;
    }
    .table-info-cart li.cart-item {
        border-bottom: 0px solid #009899 !important;
        padding: 0px !important;
    }
    .card.cart-summary {
        border: 0px !important;
    }
    .card.cart-summary {
        border-top: 4px solid #009899 !important;
        margin-top: 15px;
        margin-bottom: -10px;
    }
    div#thecheckout-psgdpr {
        padding-top: 0px;
    }
    .cart-grid.row {
        margin-bottom: 0px !important;
    }
    .card.cart-container {
        margin-bottom: 0px !important;
    }
    .cart-overview.js-cart {
        padding: 0px 15px;
    }
    .header-table {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .row.product-row {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
    }
    .product-info {
        width: 40%;
        display: flex;
        gap: 15px;
    }
    .ordinal-number {
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ordinal-number-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .ordinal-number-body {
        font-size: 12px;
        font-weight: bold;
    }
    .product-name-body-container {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
    }
    .product-name {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-name-body-container-image {
        display: block;
    }
    .product-name-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .product-name-body a.label {
        font-size: 12px !important;
        font-weight: bold !important;
    }
    .product-name-body-code {
        font-size: 12px;
    }
    .product-info-prices {
        width: 60%;
        display: flex;
        justify-content: space-between;
        gap: 0px;
        margin-top: 0px;
        flex-wrap: nowrap !important;
    }
    .product-information{
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 0px;
        margin-top: 0px;
        flex-wrap: nowrap !important;
    }
    .mobile-image {
        display: none;
    }
    .mobile-image-min img {
        width: 130px !important;
        height: 130px !important;
    }
    .product-info-prices .price {
        width: 72px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .vat {
        width: 72px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .price-wt {
        width: 72px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .quantity-product {
        width: 92px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-info-prices .summary-price {
        width: 92px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .summary-price-wt {
        width: 92px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .delete-product {
        width: 0px;
        text-align: center;
    }
    .lang-en .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-en .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-en .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-en .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-en .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-de .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-el .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-fr .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-it .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-es .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-pt .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-cs .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-lt .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-lv .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-sk .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-bg .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-et .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-en .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .price-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .price-body {
        font-size: 12px;
    }
    .vat-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .vat-body {
        font-size: 12px;
    }
    .price-wt-head {
        margin-bottom: 20px;
        font-size:12px;
        font-weight: bold;
    }
    .price-wt-body {
        font-size: 12px;
    }
    .quantity-product-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-body {
        font-size: 12px;
    }
    .summary-price-wt-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-wt-body {
        font-size: 12px;
    }
    .delete-product {
        display: flex;
        align-items: center;
    }
    .products-prices {
        display: flex;
        width: 55%;
        justify-content: end;
        margin-right: 20px;
        gap: 30px;
        margin-bottom: 10px;
    }
    .shipping-prices {
        display: flex;
        width: 55%;
        justify-content: end;
        margin-right: 20px;
        gap: 30px;
        margin-bottom: 10px;
    }
    .total-prices {
        display: flex;
        width: 55%;
        justify-content: end;
        margin-right: 20px;
        gap: 30px;
    }
    .products-prices-label {
        font-size: 16px !important;
    }
    .products-prices-net {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .products-prices-gross {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .shipping-prices-label {
        font-size: 16px !important;
    }
    .shipping-prices-net {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .shipping-prices-gross {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .total-prices-label {
        font-size: 16px !important;
        font-weight: bold;
    }
    .total-prices-net {
        font-size: 16px !important;
        font-weight: bold;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .total-prices-gross {
        font-size: 16px !important;
        font-weight: bold;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
}

@media only screen and (min-width: 1200px) {
    .table-info-cart .row.header-table {
        display: flex;
    }
    .table-info-cart li.cart-item {
        border-bottom: 0px solid #009899 !important;
        padding: 0px !important;
    }
    .card.cart-summary {
        border: 0px !important;
    }
    .card.cart-summary {
        border-top: 4px solid #009899 !important;
        margin-top: 15px;
        margin-bottom: -10px;
    }
    div#thecheckout-psgdpr {
        padding-top: 0px;
    }
    .cart-grid.row {
        margin-bottom: 0px !important;
    }
    .card.cart-container {
        margin-bottom: 0px !important;
    }
    .cart-overview.js-cart {
        padding: 0px 15px;
    }
    .header-table {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .row.product-row {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
    }
    .product-info {
        width: 45%;
        display: flex;
        gap: 15px;
    }
    .ordinal-number {
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ordinal-number-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .ordinal-number-body {
        font-size: 12px;
        font-weight: bold;
    }
    .product-name-body-container {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
    }
    .product-name {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-name-body-container-image {
        display: block;
    }
    .product-name-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .product-name-body a.label {
        font-size: 12px !important;
        font-weight: bold !important;
    }
    .product-name-body-code {
        font-size: 12px;
    }
    .product-info-prices {
        width: 55%;
        display: flex;
        justify-content: space-between;
        gap: 0px;
        margin-top: 0px;
        flex-wrap: nowrap !important;
    }
    .product-information{
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 0px;
        margin-top: 0px;
        flex-wrap: nowrap !important;
    }
    .mobile-image {
        display: none;
    }
    .mobile-image-min img {
        width: 130px !important;
        height: 130px !important;
    }
    .product-info-prices .price {
        width: 72px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .vat {
        width: 72px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .price-wt {
        width: 72px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .quantity-product {
        width: 92px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-info-prices .summary-price {
        width: 92px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .summary-price-wt {
        width: 92px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .delete-product {
        width: 0px;
        text-align: center;
    }
    .lang-en .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-en .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-en .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-en .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-en .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-de .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-el .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-fr .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-it .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-es .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-pt .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-cs .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-lt .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-lv .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-sk .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-bg .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-et .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-en .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .price-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .price-body {
        font-size: 12px;
    }
    .vat-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .vat-body {
        font-size: 12px;
    }
    .price-wt-head {
        margin-bottom: 20px;
        font-size:12px;
        font-weight: bold;
    }
    .price-wt-body {
        font-size: 12px;
    }
    .quantity-product-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-body {
        font-size: 12px;
    }
    .summary-price-wt-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-wt-body {
        font-size: 12px;
    }
    .delete-product {
        display: flex;
        align-items: center;
    }
    .products-prices {
        display: flex;
        width: 55%;
        justify-content: end;
        margin-right: 20px;
        gap: 30px;
        margin-bottom: 10px;
    }
    .shipping-prices {
        display: flex;
        width: 55%;
        justify-content: end;
        margin-right: 20px;
        gap: 30px;
        margin-bottom: 10px;
    }
    .total-prices {
        display: flex;
        width: 55%;
        justify-content: end;
        margin-right: 20px;
        gap: 30px;
    }
    .products-prices-label {
        font-size: 16px !important;
    }
    .products-prices-net {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .products-prices-gross {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .shipping-prices-label {
        font-size: 16px !important;
    }
    .shipping-prices-net {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .shipping-prices-gross {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .total-prices-label {
        font-size: 16px !important;
        font-weight: bold;
    }
    .total-prices-net {
        font-size: 16px !important;
        font-weight: bold;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .total-prices-gross {
        font-size: 16px !important;
        font-weight: bold;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
}

@media only screen and (min-width: 1500px) {
    .table-info-cart .row.header-table {
        display: flex;
    }
    .table-info-cart li.cart-item {
        border-bottom: 0px solid #009899 !important;
        padding: 0px !important;
    }
    .card.cart-summary {
        border: 0px !important;
    }
    .card.cart-summary {
        border-top: 4px solid #009899 !important;
        margin-top: 15px;
        margin-bottom: -10px;
    }
    div#thecheckout-psgdpr {
        padding-top: 0px;
    }
    .cart-grid.row {
        margin-bottom: 0px !important;
    }
    .card.cart-container {
        margin-bottom: 0px !important;
    }
    .cart-overview.js-cart {
        padding: 0px 15px;
    }
    .header-table {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .row.product-row {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
    }
    .product-info {
        width: 45%;
        display: flex;
        gap: 15px;
    }
    .ordinal-number {
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ordinal-number-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .ordinal-number-body {
        font-size: 12px;
        font-weight: bold;
    }
    .product-name-body-container {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
    }
    .product-name {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-name-body-container-image {
        display: block;
    }
    .product-name-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .product-name-body a.label {
        font-size: 12px !important;
        font-weight: bold !important;
    }
    .product-name-body-code {
        font-size: 12px;
    }
    .product-info-prices {
        width: 55%;
        display: flex;
        justify-content: space-between;
        gap: 0px;
        margin-top: 0px;
        flex-wrap: nowrap !important;
    }
    .product-information{
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 0px;
        margin-top: 0px;
        flex-wrap: nowrap !important;
    }
    .mobile-image {
        display: none;
    }
    .mobile-image-min img {
        width: 130px !important;
        height: 130px !important;
    }
    .product-info-prices .price {
        width: 72px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .vat {
        width: 72px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .price-wt {
        width: 72px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .quantity-product {
        width: 92px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-info-prices .summary-price {
        width: 92px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .summary-price-wt {
        width: 92px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .product-info-prices .delete-product {
        width: 0px;
        text-align: center;
    }
    .lang-en .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .price::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-en .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .vat::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-en .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-en .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .quantity-product::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-en .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-de .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-el .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-fr .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-it .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-es .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-pt .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-cs .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-lt .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-lv .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-sk .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-bg .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-et .product-info-prices .summary-price::before {
        content: "";
        margin-right: 0px;
        font-weight: bold;
    }
    .lang-en .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-de .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-el .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-fr .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-it .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-es .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-pt .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-cs .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lt .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-lv .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-sk .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-bg .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .lang-et .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .product-info-prices .summary-price-wt::before {
        content: "";
        font-weight: bold;
        margin-right: 0px;
    }
    .price-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .price-body {
        font-size: 12px;
    }
    .vat-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .vat-body {
        font-size: 12px;
    }
    .price-wt-head {
        margin-bottom: 20px;
        font-size:12px;
        font-weight: bold;
    }
    .price-wt-body {
        font-size: 12px;
    }
    .quantity-product-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-body {
        font-size: 12px;
    }
    .summary-price-wt-head {
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .summary-price-wt-body {
        font-size: 12px;
    }
    .delete-product {
        display: flex;
        align-items: center;
    }
    .products-prices {
        display: flex;
        width: 55%;
        justify-content: end;
        margin-right: 20px;
        gap: 30px;
        margin-bottom: 10px;
    }
    .shipping-prices {
        display: flex;
        width: 55%;
        justify-content: end;
        margin-right: 20px;
        gap: 30px;
        margin-bottom: 10px;
    }
    .total-prices {
        display: flex;
        width: 55%;
        justify-content: end;
        margin-right: 20px;
        gap: 30px;
    }
    .products-prices-label {
        font-size: 16px !important;
    }
    .products-prices-net {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .products-prices-gross {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .shipping-prices-label {
        font-size: 16px !important;
    }
    .shipping-prices-net {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .shipping-prices-gross {
        font-size: 16px !important;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .total-prices-label {
        font-size: 16px !important;
        font-weight: bold;
    }
    .total-prices-net {
        font-size: 16px !important;
        font-weight: bold;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
    .total-prices-gross {
        font-size: 16px !important;
        font-weight: bold;
        min-width: 80px;
        max-width: 100px;
        text-align: right;
    }
}
.login-button button {
    cursor: pointer;
}
.table-info-cart {
    border: 4px solid #009899 !important;
    padding: 15px;
}
.product-name-body-container-title {
    font-weight: bold;
}
.delivery-option-row.selected {
    background: transparent !important;
}
a#discounts-link {
    display: none !important;
}
.payment-przelewy24-t {
    display: none;
}
input.przelewy-24-payment-option-4, .payment-przelewy24-t.payment-option-4-container {
    display: none;
}
input.przelewy-24-payment-option-5, .payment-przelewy24-t.payment-option-5-container {
    display: none;
}
input.przelewy-24-payment-option-6, .payment-przelewy24-t.payment-option-6-container {
    display: none;
}
input.przelewy-24-payment-option-7, .payment-przelewy24-t.payment-option-7-container {
    display: none;
}
input.przelewy-24-payment-option-8, .payment-przelewy24-t.payment-option-8-container {
    display: none;
}
input.przelewy-24-payment-option-9, .payment-przelewy24-t.payment-option-9-container {
    display: none;
}
input.przelewy-24-payment-option-10, .payment-przelewy24-t.payment-option-10-container {
    display: none;
}
.payment-przelewy24-t {
    padding: 5px;
}
.przelewy24-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.przelewy24-container label {
    display: flex;
    margin: 0px;
    align-items: center;
    gap: 10px;
}
.przelewy24-container label.checked{
    border: 2px solid #7a7a7a;
    padding: 3px;
    border-radius: 9px;
}
.przelewy24-container label{
    border: 2px solid transparent;
    padding: 3px;
    border-radius: 9px;
}
.przelewy24-container img {
    width: auto !important;
}
#checkout-payment-step img {
    max-width: 65px !important;
    width: 100% !important;
}
.przelewy24-container {
    padding-left: 35px;
}
.payment-przelewy24 + div#payment-option-3-additional-information {
    display: none !important;
}
.payment-przelewy24 + div#payment-option-2-additional-information {
    display: none !important;
}
.flex-split-horizontal.checkout-area-6, .flex-split-vertical.checkout-area-11{
    filter: blur(5px) grayscale(100%);
    pointer-events: none;
    user-select: none;
    transition: filter 0.5s ease;
}
.block-header.shopping-cart-header{
    border-top: 0px solid #ccc !important; 
    margin-top: 0px !important;
}
div#thecheckout-account {
    padding: 15px 8px 5px;
    max-width: 30em;
    margin: 0 auto;
}
div#thecheckout-account {
    display: none;
}
.login-button {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    justify-content: center;
}
.login-button button {
    border-radius: 25px;
    padding: 10px;
    max-width: 175px;
    width: 100%;
    text-transform: uppercase;
    background-color: #009899;
    border-color: transparent;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
#create_account {
    margin-bottom: 0px;
}
div#create_account label {
    display: none;
}
div#thecheckout-account .inner-wrapper {
    text-align: center;
}
button.save-guest {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background-color: #009899;
    font-size: 12px;
    color: #fff;
    border-color: transparent;
}
button.save-registration {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background-color: #009899;
    font-size: 12px;
    color: #fff;
    border-color: transparent;
}
.order-summary-view .cart-summary-line {
    width: 100%;
}
.order-summary-view {
    padding: 13px;
    background-color: #fff;
}
.customer-block-container {
    margin-top: 20px;
}
div#customer-block {
    font-size: 14px;
    font-weight: bold;
}
.addresses-container {
    display: flex;
    gap: 50px;
    margin-top: 20px;
}
span.address-invoice-header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.address-invoice-data {
    font-size: 14px;
    margin-top: 10px;
}
.address-invoice-data span {
    font-weight: bold;
    font-size: 14px;
}
span.address-delivery-header {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.address-delivery-data {
    font-size: 14px;
    margin-top: 10px;
}
.address-delivery-data span {
    font-weight: bold;
    font-size: 14px;
}
.shipping-method-container {
    margin-top: 20px;
}
#shipping-method span.shipping-method-header {
    font-size: 14px;
    font-weight: bold;
}
div#shipping-method {
    font-size: 14px;
}
.payment-method-container {
    margin-top: 5px;
}
div#payment-method {
    font-size: 14px;
}
span.payment-method-header {
    font-size: 14px;
    font-weight: bold;
}
.order-summary-view form {
    margin-top: 40px;
    text-align: center;
}
div#thecheckout-login-form form#login-form {
    margin-top: 32px;
}
.checkout-block.num-2 .block-header:before {
    content: '1' !important;
  }
  .checkout-block.num-3 .block-header:before {
    content: '2' !important;
  }
  .checkout-block.num-4 .block-header:before {
    content: '3' !important;
  }
  .checkout-block.num-5 .block-header:before {
    content: '4' !important;
  }
  .checkout-block.num-6 .block-header:before {
    content: '5' !important;
  }
  span#transport_netto{
    font-size: 10px !important;
  }
  span#transport_netto_dpd{
    font-size: 10px !important;
  }
  span#transport_netto_inpost{
    font-size: 10px !important;
  }
  span#transport_netto_poczta{
    font-size: 10px !important;
  }
  span#transport_brutto{
    font-size: 10px !important;
  }
  span#transport_brutto_dpd{
    font-size: 10px !important;
  }
  span#transport_brutto_inpost{
    font-size: 10px !important;
  }
  span#transport_brutto_poczta{
    font-size: 10px !important;
  }
  #podsumowanie &gt; div:nth-child(1) &gt; span.label {
    font-size: 14px !important;
  }
  #podsumowanie &gt; div:nth-child(1) &gt; span.value {
    font-size: 14px !important;
  }
  .cart-grid.row .cart-grid-right.col-xs-12.col-lg-4 {
    display: none;
}
.cart-grid.row button {
    display: none;
}
.password .field-label::after {
    content: "*" !important;
    color: red !important;
}
.form-group.email.email{
    flex-basis: 100% !important;
}
.form-group.password.password{
    flex-basis: 100% !important;
}
.psgdpr .col-md-6 {
    padding: 0px !important;
}
.psgdpr span.custom-checkbox span {
    height: 28px !important;
}
#footer .payments-available {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#footer .paypal-mark {
    padding: 0px !important;
    border-radius: 0px !important;
    margin: 0px !important;
    white-space: unset !important;
    border: 0px !important;
}
#footer .paypal-mark img {
    height: 25px !important;
}
#footer .payments-available img {
    max-height: 25px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 2px;
}
.contact-info-conatiner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
    .contact-info-conatiner{
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 993px) {
    .contact-info-conatiner{
        flex-wrap: nowrap;
    }
}

div#payment-page {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
div#payment-page img {
    max-height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 2px;
}
.product-accessories.clearfix {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1.25rem 1.875rem 2.2rem;
}

#blockcart-modal form {
    display: flex;
    justify-content: center;
}
#blockcart-modal form input {
    width: 70px;
    margin-right: 10px;
}
@media only screen and (max-width: 991px) {
    #blockcart-modal .products {
        display: flex;
        flex-flow: row wrap;
        align-content: start;
        justify-content: center;
        margin-top: 20px;
        gap: 20px;
    }
    #blockcart-modal .products article{
        width: 100% !important;
        margin-left: 0px !important;
    }
}
@media only screen and (min-width: 992px) {
    #blockcart-modal .products {
        display: flex;
        flex-flow: row wrap;
        align-content: start;
        justify-content: start;
        margin-top: 20px;
        gap: 20px;
    }
    #blockcart-modal .products article{
        width: 23% !important;
        margin-left: 0px !important;
    }
}
.iti.iti--allow-dropdown {
    width: 100% !important;
}
.form-group.phone.tel span.field-label {
    position: absolute;
    left: 0;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel] {
    padding: 6px 6px 6px 52px !important;
}
div#ps_checkout-payment-method-logo-block-container {
    display: none !important;
}
#customer-form .custom-checkbox input[type="checkbox"]:checked + span {
    background-size: 29px 29px !important;
    background-position: -3px -2px !important;
    border-color: #2fb5d2 !important;
}
#customer-form .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: block;
    color: #2fb5d2;
    font-size: 34px;
}
.fbloginitem-cont img {
    width: 32px !important;
}
span.int-phone.error-msg{
    display: block !important;
    position: absolute !important;
}
span.int-phone.error-msg.hide{
    display: none !important;
    position: absolute !important;
}
#tc-container-mobile div#thecheckout-address-invoice {
    filter: blur(5px) grayscale(100%);
    pointer-events: none;
    user-select: none;
    transition: filter 0.5s ease;
}
#tc-container-mobile div#thecheckout-shipping {
    filter: blur(5px) grayscale(100%);
    pointer-events: none;
    user-select: none;
    transition: filter 0.5s ease;
}
#tc-container-mobile div#thecheckout-payment {
    filter: blur(5px) grayscale(100%);
    pointer-events: none;
    user-select: none;
    transition: filter 0.5s ease;
}
#tc-container-mobile div#thecheckout-html-box-1 {
    filter: blur(5px) grayscale(100%);
    pointer-events: none;
    user-select: none;
    transition: filter 0.5s ease;
}
#tc-container-mobile div#thecheckout-order-message {
    filter: blur(5px) grayscale(100%);
    pointer-events: none;
    user-select: none;
    transition: filter 0.5s ease;
}
#tc-container-mobile div#thecheckout-psgdpr {
    filter: blur(5px) grayscale(100%);
    pointer-events: none;
    user-select: none;
    transition: filter 0.5s ease;
}
#tc-container-mobile div#thecheckout-confirm {
    filter: blur(5px) grayscale(100%);
    pointer-events: none;
    user-select: none;
    transition: filter 0.5s ease;
}
#thecheckout-address-delivery {
    display: none !important;
}
.phone-error {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0;
    border: 1px solid #ebcccc;
    margin-top: 8px;
}
#product #stripe-express-checkout-element{
    display: none !important;
}
@media only screen and (max-width: 390px) {
div#fbloginblock-authpage {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (min-width: 390px) {
div#fbloginblock-authpage {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (min-width: 600px) {
div#fbloginblock-authpage {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) {
div#fbloginblock-authpage {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (min-width: 992px) {
    div#fbloginblock-authpage {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-direction: row;
        align-items: center;
    }
}

@media only screen and (min-width: 1200px) {
    div#fbloginblock-authpage {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-direction: row;
        align-items: center;
    }
}
#product .blockreassurance_product {
    display: none;
}
.social-sharing {
    display: none;
}
.blockreassurance_product {
    display: none;
}
.product-discount-table p {
    width: 71%;
}
div#featured-products button.add_to_cart.btn.btn-primary.btn-sm {
    margin-left: 0px !important;
}
div#featured-products img {
    margin-left: 0px !important;
}
div#featured-products table.product-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#featured-products .img-contener {
    width: 100% !important;
}</pre></body></html>