@font-face {
    font-family: 'Symbolspranie';
    src: url('../fonts/symbols-p.woff') format('woff2');
}

td[data-th='Etykieta pranie'] {
    font-family: 'Symbolspranie' !important;
}

@media (min-width: 64em) {
    .cs-sorter__select {
        max-width: unset !important;
    }
}


.cs-autocomplete .autocomplete-list dd-details .f-fix, .cs-autocomplete__item-details .f-fix {
    min-height: 5.8rem !important;
    height: auto !important;
}

.cs-autocomplete .cs-autocomplete__item-details .price {
    color: black !important;
}

.cs-autocomplete .cs-autocomplete__item-details .price-including-tax::before {
    color: black !important;
    margin-right: 5px !important;
    font-weight: normal !important;
}

.cs-autocomplete .cs-autocomplete__item-details .price-including-tax + .price-excluding-tax::before, .weee[data-label]::before {
    color: black !important;
    margin-right: 5px !important;
    font-weight: normal !important;
}

.cs-autocomplete .price-box {
    display: flex;
    flex-wrap: wrap !important;
    row-gap: 5px !important;
}

/* B2b Category list */


.BlackHeartIcon:before {
    font-family: 'Fluent Emoji' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e475";
    position: relative;
    top: 1px;
    margin-left: 5px;
}

/*<span class="BlackHeartIcon"></span>*/
.perosonIcon::before {
    font-family: 'Fluent Emoji' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e09c';
}

.phoneIcon::before {
    content: "\e54d";
    font-family: 'Fluent Emoji' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mailIcon::before {
    content: "\e158";
    font-family: 'Fluent Emoji' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.memoIcon::before {
    content: "\e335";
    font-family: 'Fluent Emoji' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* B2b prices */

.price-including-tax::before {
    content: attr(data-label) ': ';
    font-size: 1.1rem;
}

.cs-minicart-product__price-value .price-including-tax {
    margin-bottom: 10px;
}

.cs-cart-item__subtotal-inner {
    flex-direction: column !important;
    justify-content: center !important;
}

.cs-minicart__subtotal {
    align-items: flex-start !important;
}

.cs-checkout .minicart-items .subtotal {
    flex-direction: column;
}

.cs-checkout .minicart-items .subtotal .price-excluding-tax {
    margin-top: 10px;
}

.cs-checkout .minicart-items .subtotal .price-excluding-tax .cs-minicart-product__options-group {
    display: inline-block !important;
    width: fit-content;
}

.cs-checkout .minicart-items .subtotal .price-excluding-tax .cs-minicart-product__options-value {
    color: rgb(51, 51, 51) !important;
    font-weight: bold !important;
    font-size: 1.8rem !important;
}

.cs-checkout .minicart-items .subtotal .price-excluding-tax .cs-minicart-product__options-label {
    display: none !important;
}


@media (min-width: 1024px) {
    .columns {
        display: flex !important;
        max-width: 120rem;
        /*padding-left: 47px;*/
        margin: 0 auto;
        width: auto;
        flex-direction: row;
        flex-wrap: nowrap !important;
        justify-content: space-between;
        gap: 10px;
    }

    body[class^='cms'] .columns .column.main,
    .page-products .columns .column.main,
    .catalog-product-view .columns .column.main {
        max-width: calc(1016px) !important;
    }

}


@media (min-width: 1350px) {
    .columns {
        display: flex !important;
        max-width: calc(130rem + 45px);
        /*padding-left: 47px;*/
        margin: 0 auto;
        width: auto;
        flex-direction: row;
        flex-wrap: nowrap !important;
        justify-content: space-between;
        gap: 10px;
    }

    body[class^='cms'] .columns .column.main,
    .page-products .columns .column.main,
    .catalog-product-view .columns .column.main {
        max-width: calc(1016px) !important;
    }

}

@media (min-width: 1200px) {

    body[class^='cms'] .columns .column.main,
    .page-products .columns .column.main,
    .catalog-product-view .columns .column.main {
        max-width: calc(1016px) !important;
    }

}

.b2b_categorylist ul {
    list-style: none;
    padding: 0 !important;
}

.b2b_categorylist img {
    margin-right: 5px;
}


@media (max-width: 1024px) {
   .b2b_categorylist {
       display: none;
   }
}

/**/

.wish.wrapper {
    display: none !important;
}

/* Do pobrania */

.catalog_title {
    color: #fff;
    background-color: rgb(177,177,177);
    padding: 10px 20px;
    border-radius: 2px;
}
.catalog_button {
    background-color: rgb(63, 199, 108);
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
}

.catalog_button:hover, .catalog_button:visited, .catalog_button:focus {
    color: #fff
}

.catalog_desc {
    color: #B1B1B1FF;
    font-style: italic;
    padding: 20px;
}

/*.select_list {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    max-height: 200px;*/
/*    top: 100%;*/
/*    background-color: white;*/
/*    border: 1px solid #dcdcdc;*/
/*    left: 0;*/
/*    overflow-y: auto;*/
/*    z-index: 100;*/
/*    -webkit-box-shadow: 0px 2px 3px -1px rgba(66, 68, 90, 1);*/
/*    -moz-box-shadow: 0px 2px 3px -1px rgba(66, 68, 90, 1);*/
/*    box-shadow: 0px 2px 3px -1px rgba(66, 68, 90, 1);*/
/*    border-radius: 3px;*/
/*    padding-top: 1rem;*/
/*    padding-bottom: 1rem;*/
/*}*/
.container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
    height: 25px;
    flex-shrink: 0;
    cursor: pointer;
    line-height: 25px;
    flex-basis: 25%;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 5px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #F0F0F0;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

.container input:checked ~ .checkmark {
    border: 1px solid #000;
}

    /* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button_roller::before {
    content: unset !important;
}
.button_roller::after {
    content: unset !important;
}

nav.cs-navigation {
    display: none !important;
}

