/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* WERSJA PC */

html {
    font-family: 'Nunito Sans', sans-serif;
}

body{
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
}

footer{
    font-family: 'Nunito Sans', sans-serif;
}

.view_product .previous_button_arrow {
    left: -36px !important;
}
.view_product .next_button_arrow {
    right: -35px !important;
}

.show_more {
    background-color: #019b95;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-weight: 400;
    border-radius: 8px;
}

#subcategories ul  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#subcategories ul li {
    width: 100%;
    margin: 10px;
    text-align: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

#subcategories ul li {
    width: 24%;
    max-width: unset;
    margin: 0px;
    text-align: center;
}

#subcategories .clearfix::after {
    display: none;
}

#subcategories ul li .subcategory-image {
    height: 100%;
    padding-bottom: 0;
}

#subcategories ul li .subcategory-image a img {
    max-width: 100%;
    vertical-align: top;
    height: 100%;
    max-height: 323px;
    min-height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.subcategories h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: #019b95;
    margin-bottom: 5px;
    margin-top: 0px;
}

.category-id-11 #content-wrapper {
    padding-top: 0px !important;
}

.category-id-25 #content-wrapper {
    padding-top: 50px;
}

#subcategories {
    border-top: 0px;
    margin-bottom: 0;
}

#subcategories ul li .subcategory-image a {
    border-radius: 12px;
    border: 1px solid #019B95;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

#subcategories ul li .subcategory-name:hover {
    color: #019b95;
}

.category-id-11 #promotion_section {
    display: none;
}

.faceted-overlay {
    z-index: 11000;
}

.footer_section > .img_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    /*width: 160px;*/
}

#search #cdpcp-go-to-compare-form {
    display: none;
}

.stationary_right{
    width: 50%;
    height: 100%;
    min-height: 450px;
}


#product .product-flags {
    top: 75px;
}

:focus-visible {
    outline: none !important
}

:focus {
    outline: none !important;
}

#footer {
    padding-top: 30px;
    border-top: 1px solid #e1e1e0;
    margin-top: 20px;
    background-color: white;
}

#wrapper{
    background-color: white;
    padding-top: 15px;
}

#_mobile_x13favoriteproduct_link {
    height: 50px;
    width: 13.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E1E1E0;
    border-collapse: collapse;
}

.container {
    width: 1370px;
    max-width: 100%;
}

#wrapper .breadcrumb li span{
    font: normal normal normal 14px/13px Nunito Sans;
    letter-spacing: 0.14px;
    color: #222222;
    opacity: 1;
}

#wrapper .breadcrumb li::after {
    content: "|";
    width: 1px;
    color: #019B95;
}

.breadcrumb404 > span {
    display: block;
}

.breadcrumb404 > span::before {
    content: "|";
    width: 1px;
    color: #019B95;
    margin-left: 5px;
}

.breadcrumb404 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#custom-text {
    padding: 0;
    background-color: #D80000;
    color: #FFFFFF;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 13px;
}

.nav2_span1 {
    font-weight: 600;
    text-decoration: underline;
}

.nav_info {
    font-weight: 600;
}

.right_nav2{
    margin-left: 66px;
}
.cdpcp-cart-modal .modal-dialog {
    margin-top: 2%
}

.cdpcp-cart-modal .discount-percentage {
    display: none;
}

#lnk-promocje:not(.current-category-custom) > a::before {
    content: url("../img/promotion.svg");
}

#lnk-promocje.current-category-custom > a::before {
    content: url("../img/promotion_white.svg");
}

#header {
    width: 100%;
}

#product .product-container .cdpcp-compare-btn,
#product #add-to-cart-or-refresh .cdpcp-compare-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -172px;
    right: 0px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
}

.current_link_expand >  a > span > span {
    width: 80%;
}

.current_link_expand >  a > span > span:after{
    font-family: "Material Icons";
    content: "expand_more";
    float: right;
    -webkit-transform: scalex(1.5);
    -ms-transform: scalex(1.5);
    transform: scalex(1.5);
    color: gray;
    margin-right: 15px;
}

.cms-id-5 .cms_heading_para img{
    max-width: 100%;
}

#header .header-top #lnk-promocje > a[data-depth="0"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #019B95;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

li#lnk-promocje {
    padding-top: 0px;
}

#header .header-top #cms-category-2 > a[data-depth="0"]::after {
    content: "keyboard_arrow_down";
    font-family: "Material Icons", sans-serif;
    color: #ABABAB;
}

.header-nav {
    background-color: #D80000;
    height: 45px !important;
}

#_desktop_top_menu {
    width: 100%;
    max-width: 1340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left:auto;
    margin-right: auto;
}

#header .header-top .position-static {
    padding-left: 0;
}

#_desktop_top_menu > .top-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
}

.copyright_footer {
    background-color:#019B95;
    height:60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.copyright_text {
    color: white;
    margin-bottom: 0px;
}

.footer_heading {
    font-size: 20px;
    color: #019B95;
    margin-bottom: 18px !important;
}

.footer_section {
    width: 25%;
    padding-left:10px;
    font-size:14px;
}

.footer_section:nth-child(4){
    padding-left: 20px;
}

.footer_section:nth-child(3){
    padding-left: 16px;
}

.footer_items_container{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.img_footer > img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    height: auto;
    width: 75px;
    -o-object-fit: contain;
    object-fit: contain;
}

.img_footer{
    margin-bottom: 50px;
}

.contact_section > * {
    margin-bottom: 0px;
}

.footer_bolder {
    color: #202625;
    font-weight: 600;
}

.footer_normal {
    color: #202625;
    font-weight: normal;
}

.footer_gray_para {
    color: #ABABAB;
    font-weight: normal;
}

.address_foot {
    margin-bottom: 5px !important;
}

.time_foot {
    margin-left: 18px;
}


.opentime {
    margin-top: 20px;
    margin-bottom: 5px !important;
}

.footer_section > a {
    color: #ABABAB;
    line-height: 30px;
}

.icoitem{
    width: 25%;
    height: 100px;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icoleft {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icoleft > img {
    height: 100%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.icoright{
    padding-left: 0px;
    width: 75%;
    padding-right: 15px;
}

.icoheading{
    color: #222222;
    font-size: 16px;
    letter-spacing: 0.16px;
    margin-bottom: 6px;
    margin-top: 8px;
}

.icopara{
    color:#ABABAB;
    font-size: 14px;
    line-height: 15px;
}

.icoholder{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
}

.nivo_titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

#ybc-nivo-slider {
    height: 100%;
    max-height: 330px;
}
.wylf {
    color: #222222;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom:34px;
    line-height:52px;
}

.wylf_img_ {
    width: 50%;
}

.wylf_img_ > img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wylf_img_holder {
    width: 100%;
    height: 300px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-top: 30px;
    max-width: 1340px;
}

.wylf_span {
    font-size:40px;
    font-weight: 600;
    color: #222222;
}
.questionmark{
    font-size: 40px;
    color: #019B95;
}

.brandszone {
    font-size:30px;
    color: #222222;
    text-transform: none;
}

.brandzonesub {
    color: #019B95;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 37px;
}

#use_same_address{
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border: #979797 1px solid;
    border-radius: 4px;
}

label[for="use_same_address"]{
    margin-bottom: 0px;
}

.time_foot_2 {
    margin-left: 34px;
}

.btn:focus,
.input-group-btn:focus-visible,
.btn:focus-visible,
.input-group:focus,
.input-group.focus,
.form-control:focus {
    outline: none;
}

.custom_password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group .input-group-btn > .btn[data-action="show-password"] {
    background: transparent;
    color: black;
    outline: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: initial;
}

.input-group .input-group-btn > .btn[data-action="show-password"]:after {
    content: url("../img/password_show.svg");
}

.input-group.custom_password .input-group,
.input-group.custom_password .input-group-btn {
    position: absolute;
    right: 0;
    width: auto;
    z-index: 999;
}

#authentication .authentication-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    max-width: none !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}

#authentication .authentication-content:after {
    content: none;
}

.customer_privacy .form-control-label,
.newsletter .form-control-label,
.psgdpr .form-control-label,
.form-control-comment {
    display: none;
}

.right-login{
    width: 50%;
}

.right_login .right-column_subtext {
    width: 90%;
}

.newsletter .custom-checkbox em {
    display: none;
}

.custom-checkbox span:first-of-type {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E0 !important;
    border-radius: 4px;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
}

.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
    color: white;
    font-size: 10px;
}

li.product-flag.discount-on {
    background-color: #e10024;
}

.custom-checkbox input[type="checkbox"]:checked + span {
    background: #019B95 0% 0% no-repeat padding-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.przelew_text {
    width: 100%;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: black;
}

.przelew_text:nth-of-type(2n){
    font-weight: 600;
}

.warning_przelew {
    color: black;
    text-decoration: underline;
}

#authentication .left-column_header {
    text-align: left;
    font: normal normal bold 26px/38px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    margin-bottom: 5px;
}

#authentication .right-column_header {
    font: normal normal bold 26px/35px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

#authentication .register-form .left-culumn_subtext {
    width: 69%;
    margin-bottom: 20px;
}

#authentication .left_login .left-culumn_subtext {
    margin-bottom: 0;
}

#authentication .right-column_register {
    margin-right: 33px;
}

.right-column_register .right-column_subtext {
    margin-bottom: 14px;
}

.list-right-column_register {
    margin-bottom: 37px;
}

.list-right-column_login {
    margin-top: 22px;
    margin-bottom: 20px;
}

.list-item_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-top: 11px;
}

.list-item_login-img-wrapper {
    width: 34px;
}

#authentication .right-column_subtext,
#authentication .left-culumn_subtext {
    font: normal normal normal 14px/21px Nunito Sans;
    letter-spacing: 0px;
    color: #ABABAB;
}

#authentication .right-column_subtext
{
    line-height: 18px;
}

#authentication .list-item_register {
    font: normal normal normal 14px/21px Nunito Sans;
    letter-spacing: 0.14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#authentication .list-item_register::before {
    font-family: "Material Icons";
    content: "\e876";
    padding-right: 8px;
    font-size: 15px;
    color: #019B95;
}

#contact .btn-primary,
#authentication .authentication_back_link,
#authentication .btn-primary {
    height: 50px;
    background: #019B95 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font: normal normal normal 14px/24px Nunito Sans;
    color: #FFFFFF;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0px;
}

#authentication .submit-register-form,
#authentication .authentication_back_link {
    margin: 0 auto;
}

#authentication .right_login .authentication_back_link {
    margin-top: 31px;
}

#authentication #submit-login {
    width: 267px;
}

#authentication .authentication_back_link {
    width: 436px;
    margin-left: 0;
}

#authentication .submit-register-form {
    margin-top: 30px;
}

#address .address-form .form-group,
#identity .form-group,
#contact .form-group,
#authentication .form-group.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}

#address .address-form .form-fields {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    padding: 40px 50px;
}

#address .address-form .form-group {
    margin: 0 0 4px 0;
}

#address .strike_line_account {
    margin-top: 41px;
}

#address .form-control-submit {
    width: 180px;
    height: 50px;
    background: #019B95 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font: normal normal normal 13px/24px Nunito Sans;
    letter-spacing: 1.3px;
    color: #FFFFFF;
}

#authentication .form-group.row a {
    text-decoration: underline;
    font: normal normal bold 14px/24px Nunito Sans;
    color: #222222;
}

#address .address-form .form-group input,
#identity .form-group.row input,
#authentication .form-group.row input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    letter-spacing: 0px;
    color: #ABABAB;
}

#address .address-form .form-group input,
#authentication .form-group.row input,
#authentication .help-block .alert{
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    font: normal normal normal 14px/18px Nunito Sans;
}

#authentication .form-group.has-error input {
    outline-width: 1px;
}

#address .address-form .form-control-label,
#identity form .form-control-label,
#contact form .form-control-label,
#authentication form .form-control-label {
    text-align: left;
    font: normal normal 600 14px/18px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    margin-top: 21px;
    padding-top: 0;
}

#address .address-form .form-group input,
#address .address-form .form-control-label {
    line-height: 22px;
}

#address .address-form .form-group .col-md-12,
#address .address-form .form-control-label {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

#address .js-address-form-switcher {
    -ms-grid-column:  1;
    -ms-grid-column-span:  2;
    grid-column:  1 / 3;
    margin-bottom: 14px;
}

.address_switchers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    height: 39px;
    border-radius: 8px;
}

.address_switchers .nav-item-switcher {
    width: 210px;
    border-radius: 8px;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    height: 100%;
    text-align: center;
    font: normal normal normal 15px/39px Nunito Sans;
    color: #222222;
}

.address_switchers .nav-item-switcher:hover {
    cursor: pointer;
}

.address_switchers .nav-item-switcher.active {
    background: #019B95 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}

.addresses_block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 16px;
}

.page-addresses .address .address-body h4 {
    font: normal normal bold 14px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

.page-addresses .address .address-footer a span {
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

#authentication form .form-control-label {
    margin-bottom: 8px;
}

#contact form .form-control-label {
    margin-bottom: 4px;
}

#authentication form .firstname .form-control-label {
    margin-top: 0;
}

#authentication .right_login {
    margin-right: -3px;
    padding-top: 42px;
}

#authentication .custom-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
    margin-bottom: 0;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#authentication .login-form {
    margin-top: 0;
}

#authentication #login-form .forgot-password {
    text-align: left;
    text-decoration: underline;
    margin-top: 12px;
}

#authentication #login-form .forgot-password a {
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #ABABAB;
}

#login-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#authentication #login-footer label {
    margin-top: 0;
}

#authentication .left_login,
#authentication .register-form {
    width: 549px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    padding: 50px 57px;
    margin-left: 105px;
}

#authentication .authentication-right-column-top_wrapper {
    width: 60%;
    padding-top: 42px;
}

#contactinfo_top{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contactinfo_top_left{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 40px;
    margin-right: 43px;
    border-right: 1px solid #E1E1E0;
}

.contactinfo_top_left > img {
    width: 40px;
}

.wishlist-nav {
    width: 34px;
    height: 40px;
}

.contactinfo_top_p {
    font-size: 14px;
    color: #ABABAB;
    margin-bottom: 0px;
}

.block-categories {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    padding-top: 7px;
    padding-left: 28px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.block-categories > ul > li > ul > li {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 6px;
}

#category #promotion_section {
    margin-top: 0px !important
}

.h6_category_name {
    color: #222222;
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 700;
    display: block;
}

.facet_category{
    position: absolute;
    border: 1px solid #019B95;
    width: 323px;
    display: none;
    z-index: 99;
    background-color: white;
    border-radius: 0px 0px 12px 12px;
}

.facet_category > li {
    font-size: 16px;
    border-bottom: 1px solid #Ededed;
    padding: 0;
    margin: 5px;
}

.facet-title-button {
    height: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 16px;
    padding-right: 16px;
    background-color: transparent;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
}

#left-column #search_filters {
    display: none;
}

#search_filters {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    padding: 0px;
    margin-left: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.facet.clearfix{
    padding-top: 0px !important;
    position: relative;
}

#left-column #search_filters_wrapper {
    display: none;
}

#_desktop_user_info {
    margin-left: 24px;
    margin-right: 29px;
    order: 3;
}

#left-column > section > div.products > .slick-slide > div > .product {
    width: 290px;
    height: 427px;
}

#left-column > section > div.products > .slick-slide > div > .product > article > .thumbnail-container > .product-flags {
    display: none;
}

#left-column > section > div.products > .slick-slide > div > .product > article > button {
    display: none;
}

#left-column > section > div.products > .slick-slide > div > .product > article > .thumbnail-container > .product-description > .desc_short {
    display: none;
}

#left-column > section > div.products > .slick-slide > div > .product > article > .thumbnail-container > .product-description > .io-wishlist__button {
    display: none;
}

#left-column > section > div.products > .slick-dots {
    top: 30px;
    right: 36px;
}

.page-new-products #js-product-list-header,
.page-best-sales #js-product-list-header,
.page-prices-drop #js-product-list-header {
    display: none;
}

.page-new-products #products,
.page-best-sales #products,
.page-prices-drop #products {
    margin-top: 55px;
}

.page-new-products .block-categories,
.page-best-sales .block-categories,
.page-prices-drop .block-categories {
    display: none;
}

.page-best-sales #left-column,
.page-prices-drop #left-column {
    padding-left: 0;
}

.page-search #js-product-list-header {
    color: #019B95;
    font-size: 26px;
    margin-bottom: 16px;
    margin-top: 20px;
    text-transform: none;
}

h4.notfound {
    color: #019B95;
    font-size: 26px !important;
    margin-bottom: 0px;
}

p.notfound {
    color: #019B95;
    font-size: 20px;
    margin-bottom: 20px;
}

#cont_fav > .gray_fav, .login_top > a > span, .flex-right > span {
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #222222;
    text-align: center;
}

.margin30top {
    margin-top: 30px;
}

.contact-page-map {
    height: 495px;
}

.map-img {
    height: 100%
}

.gmap_canvas > iframe {
    height: 100%;
}

.gmap_canvas {
    height: 100%;
}

.mapouter {
    height: 100%;
}

#best-sales .open > .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 323px;
    position: absolute;
    top: 94%;
    left: -1px;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0px 20px 10px 20px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #363a42;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #019B95;
    border-radius: 0px 0px 12px 12px;
}

#best-sales .open > .dropdown-menu > a {
    width: 100%;
    display: block;
    color: #222222;
    padding-bottom: 16.5px;
    border-bottom: 1px solid #E1E1E0;
    margin-top: 16.5px;
}

#best-sales .open > .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 309px;
    position: absolute;
    top: 94%;
    left: -1px;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0px 20px 10px 20px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #363a42;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #019B95;
    border-radius: 0px 0px 12px 12px;
}

#new-products .open > .dropdown-menu > a {
    width: 100%;
    display: block;
    color: #222222;
    padding-bottom: 16.5px;
    border-bottom: 1px solid #E1E1E0;
    margin-top: 16.5px;
}

#new-products  .open > .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 365px;
    position: absolute;
    top: 94%;
    left: -1px;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0px 20px 10px 20px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #363a42;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #019B95;
    border-radius: 0px 0px 12px 12px;
}

#new-products  .open > .dropdown-menu > a {
    width: 100%;
    display: block;
    color: #222222;
    padding-bottom: 16.5px;
    border-bottom: 1px solid #E1E1E0;
    margin-top: 16.5px;
}


.see_all_24h_materace:hover, .all-product-link-second:hover, .all-product-link:hover, #btnNewCustomOrder:hover {
    border: 1px solid #019B95;
    background-color: white;
    color: #019B95 !important;
    font-weight: 700 !important;
}

.see_all_24h_materace:hover > *, .all-product-link:hover > *, #btnNewCustomOrder:hover > *, .all-product-link-second:hover > *{
    color: #019B95 !important;
}

#checkout-payment-step .subtotal_container {
    display: none;
}

.contactinfo_top_right {
    white-space: nowrap;
    margin-left: 10px;
}

.header-top > .container {
    padding-right: 0px;
    padding-left: 0px;
}

.header-top-right {
    padding-left:0px;
    padding-right: 25px;
}

.contact_number_top {
    font-size: 18px;
    color: #202625;
    letter-spacing: 0.18px;
    line-height: 21px;
}

.cdpcp-cart-modal .has-discount .discount {
    display: none;
}

.block-promo .promo-input {
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #e1e1e0;
}

.block-promo .promo-input + button {
    border-radius: 0px 8px 8px 0px;
}

.header.flex .circle {
    width: 19px;
    height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 43px;
    right: 22px;
    border-radius: 50%;
    padding-bottom: 1px;
}

.productdesc-list-view .product-price-and-shipping {
    position: relative;
    height: 100%;
    width: 100%;
    top: -140px;
    right: -30px;
    max-height: 194px;
}

.circle--cart-empty {
    background: #e1e1e0;
    font-size: 12px;
    color: gray;
}

.circle--cart-productin {
    background: #019B95 0% 0% no-repeat padding-box;
}

.circle--cart-productin > span {
    color: white;
    font-size: 12px;
}

#search_widget {
    width: 472px;
    height: 50px;
    margin-right: 47px;
}

.flex-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login_top > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login_top > a > img {
    width: 23px;
    height: 42px;
}

.shopping-cart {
    width: 35px !important;
    padding-bottom: 9px;
    padding-left: 3px;
}

.wishlist-counter {
    position: absolute;
    right: 0px;
    background-color: #019B95;
    width: 23px;
    height: 23px;
    text-align: center;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.wishlist-counter.blank {
    position: absolute;
    right: 0px;
    background-color: #e1e1e0;
    width: 23px;
    height: 23px;
    text-align: center;
    color: gray;
    border-radius: 50%;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#_desktop_cart {
    margin-right:8px;
    order: 4;
}

#_desktop_logo {
    padding-left: 30px;
    padding-right: 0px;
    width: 19%;
    height: 54px;
}

#header .logo {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.nav2_head {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.37px;
}

body#order-confirmation .header-top > .container {
    padding-right: 0px !important;
}

#selected-search-category{
    height: 100%;
    min-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #D7D7D7;
    letter-spacing: 0px;
    color: #222222;
    padding-left: 15px;
    font-size:13px;
}

#selected-search-category > span {
    padding-left: 20px;
}

#header .menu > ul > li {
    position: relative;
    width:100%;
}

#search_widget > form > input.ui-autocomplete-input {
    padding-left: 17px;
    color: #222222;
    border-radius: 12px;
    font-size: 13px;
    background-color: white;
}

.wylf_left_container {
    width: 50%;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
}

.wylf_right_container {
    width: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #019B95;
    border-radius: 12px;
}
.wylf_text {
    padding-top: 55px;
    padding-left: 60px;
    padding-bottom: 47px;
}
.wylf_text2 {
    padding-top: 38px;
    padding-right: 30px;
    padding-left: 21px;
}

#openpromotion, #openbestseller, #opennewitems {
    font-size: 30px;
    line-height: 24px;
    background-color: transparent;
    border: 0px;
    margin-right: 27px;
    padding-left: 0px;
    cursor: pointer;
}

.active_nav_index {
    font-weight: 800;
}

.all-product-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: #019B95;
    color: white !important;
    text-transform: uppercase;
    font-size: 13px;
    height: 50px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    letter-spacing: 1.3px;
    font-weight: 100 !important;
    margin-top: 31px !important
}

.footer-container {
    padding-bottom: 15px;
    padding-top: 46px !important
}

.cart_right_side {
    width: 323px;
    margin-left: 16px;
}

.left-cart-body > .cart-container > .card-block > h1 {
    font-size: 30px;
    text-transform: none;
    line-height: 38px;
    font-weight: 700;
}

.count {
    color: #ABABAB;
}

.cart_names > p {
    margin-bottom: 0px;
}

.cart-grid.row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#checkout .login-buy {
    border-radius: 0px 8px 8px 0px;
}

#checkout .psgdpr .input {
    width: 100%;
}

.gobacktozakupydesk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 198px;
    height: 50px;
    background-color: white;
    border: 1px solid #e1e1e0;
    color: black;
    font-size: 14px;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    position: absolute;
    bottom: -80px;
}


.cart-grid-body > section {
    position: relative;
    margin-bottom: 40px;
}

#checkout .customer_privacy .input {
    width: 100%;
}
.card.cart-summary{
    margin-top: 115px;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
}

.block-promo .promo-code-button > a {
    color: #222222;
}

.card-block.checkout {
    padding-bottom: 19px;
}

.gobackcart{
    height: 50px;
    width: 210px;
    border: 1px solid #e1e1e0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: black;
    margin-left: 16px;
}

.gobackcart > i {
    color:#ABABAB;
}

.cart-item:last-of-type {
    border-bottom: 0px;
}

.block-promo .promo-code-button {
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 20px;
}

.qtyDown, .qtyUp {
    cursor: pointer;
}

.top-menu[data-depth="2"] > li > .collapse {
    display: none;
}

#lodging_service-js {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
    margin-top: 15px;
}

.products_comprasion_name .cdpcp-table__cell-inner {
    padding-left: 0px;
    padding-right: 20px;
}

.cdpcp-remove-all_custom:hover {
    border: 1px solid #019B95;
    border-color: #019B95 !important;
    color: #019B95 !important;
}

.add-to-wishlist-hover.io-wishlist__button .standard-heart {
    display: block !important
}

.add-to-wishlist-hover.io-wishlist__button .active-heart {
    display: none !important
}

.add-to-wishlist-hover.io-wishlist__button.io-wishlist__button-added .active-heart {
    display: block !important;
}

.add-to-wishlist-hover.io-wishlist__button.io-wishlist__button-added .standard-heart {
    display: none !important;
}


.top-menu a[data-depth="1"], .top-menu a[data-depth="2"] {
    padding-left: 0px;
}

.top-menu .sub-menu ul[data-depth="1"] > li > a:after {
    font-family: 'Material Icons';
    font-weight: 800;
    content: "chevron_right";
    color: #ADADAD;
    float: right;
    font-size: 16px;
    margin-top: -3px;
}

.dropdown-item.dropdown-submenu.deleteafter:after {
    content: " " !important;
}

.qty-inlineflex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart_qty_delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.qtyUp, .qtyDown{
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    height: 30px;
    width: 30px;
    color: #E1E1E0 !important;
    font-size: 20px;
    background-color: white;
    text-decoration: none !important;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_qty_delete .bootstrap-touchspin input {
    border: 0;
    padding: 0 5px;
    width: 40px;
}

.cart_qty_delete .bootstrap-touchspin {
    position: relative;
    padding: 0 25px;
}

.cart_qty_delete .bootstrap-touchspin button i {
    display: none;
}

.cart_qty_delete .bootstrap-touchspin button {
    padding: 0 !important;
}

.cart_qty_delete .bootstrap-touchspin button.bootstrap-touchspin-up::after {
    content: "+";
}

.cart_qty_delete .bootstrap-touchspin button.bootstrap-touchspin-down::after {
    content: "-";
}

.cart_qty_delete .bootstrap-touchspin .input-group-btn-vertical {
    position: unset;
}

.cart_qty_delete .bootstrap-touchspin button.bootstrap-touchspin-up,
.cart_qty_delete .bootstrap-touchspin button.bootstrap-touchspin-down {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    margin: 0 !important;
    z-index: 3;
    color: #E1E1E0;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    font-size: 18px;
}

.cart_qty_delete .bootstrap-touchspin button.bootstrap-touchspin-up {
    right: 0;
}

.cart_qty_delete .bootstrap-touchspin button.bootstrap-touchspin-down {
    left: 0;
}

.cart-product-quantity {
    border: 0px;
    width: 35px;
    text-align: center;
}

.cart-summary-line::after {
    display: none;
}

.product-line-grid {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#product .custom_select_option .material-icons {
    display: none;
}

#product .custom_select_option:not(.custom_select_option-color).active .material-icons,
#product .custom_select:not(.custom_select-open) .custom_select_option-color.active .material-icons,
#product .custom_select-open .custom_select_option-color:first-of-type .material-icons {
    display: inline;
}

.custom_select .attribute-name {
    margin-right: auto;
}

#product .price_expand-wrapper {
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0.14px;
    color: #ABABAB;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#category.category-id-10 .price {
    color: #222222;
}

#category #change_view {
    margin-left: 0;
}

.product_qty_price > .price {
    text-align: right;
}

.product-line-grid-body.infoprice {
    margin-left: 154px;
}

#cart .product-line-grid-right.product-line-actions {
    padding-left: 0px;
}

.names_left {
    width: 100%;
    padding-left: 20px;
}

.names_left > p {
    font-size: 14px;
    color: #ABABAB;
}

.names_right > p {
    font-size: 14px;
    color: #ABABAB;
}

body#cart .product-discount .regular-price {
    margin-right: 0px;
}

.cart_qty_delete > .text-xs-right {
    padding-right: 0px;
}

.cart-grid-body .card-block {
    padding-top: 14px;
    padding-left: 15px;
    padding-bottom: 14px;
}

.names_right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-left: 30px;
    padding-right: 96px;
}

.product-line-grid-right > .row > .col-md-10{
    padding-left: 44px;
    padding-right: 0px;
}

body#cart .product-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

body#cart .product-price > .product-discount > span {
    font-size: 14px;
    color: #ABABAB;
    line-height: 18px;
}

body#cart .product-price > .current-price > span {
    font-size: 16px;
    line-height: 18px;
    color: #202625;
}

.left-cart-body {
    width: 1016px;
}

.cart-item {
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #E1E1E0;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.cart-item_40 .cart-line-product-actions {
    visibility: hidden;
}

.infoofproducts{
    width: 300px;
    margin-left: 20px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.image_cart {
    width: 60px;
    height: 60px;
    padding: 0px;
}


.cart_names {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: -2px;
}

.cart-items {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
}

.cart-detailed-subtotals {
    padding: 20px;
    padding-bottom: 0px;
}

#cart .cart-detailed-subtotals.not_reduction {
    padding: 0
}

.block-promo .promo-code-button::before{
    content: url("../img/promo_code.svg");
    font-family: "Material Icons Outlined", sans-serif;
    margin-right: 10px;
}

.block-promo .promo-code-button::after{
    content:"expand_more";
    font-family: "Material Icons", sans-serif;
    padding-left: 90px;
    margin-left: auto;
}

.button_cart_send {
    width: 100%;
    height: 50px;
    color: white;
    background-color: #019B95;
    border-radius: 8px;
    font-size:14px;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel_brands {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.all_brands {
    margin-left: -25px;
    margin-right: -25px;
    width: 100%;
}

.all_brands.carousel_brands > img {
    height: 74px;
    width: 156px;
    -o-object-fit: contain;
    object-fit: contain;
}

.carousel_brands > .slick-list > .slick-track > .slick-slide > div > a > img {
    height: 74px;
    width: 137px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.carousel_brands > .slick-list > .slick-track > .slick-slide > div {
    width: 100%;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.two_columns_flex{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.left_column_index {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin-right: 8px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.left_column_index >.all-product-link {
    margin-right: 8px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.right_column_index {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-flex .left_column_index,
.single-flex .right_column_index {
    width: 100%;
}

.carousel_brands {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.carousel_brands > .next_button_arrow > .previous_arrow{
    display: none
}

.carousel_brands > .previous_button_arrow > .previous_arrow{
    display: none;
}

.carousel_brands > .previous_button_arrow > .slick-prev {
    background-color: #FFFFFF;
    border: 1px solid #E1E1E0
}

.carousel_brands > .previous_button_arrow > .slick-prev::before {
    color: #E1E1E0;
}

.carousel_brands > .next_button_arrow > .slick-next {
    background-color: #FFFFFF;
    border: 1px solid #E1E1E0
}

.carousel_brands > .next_button_arrow > .slick-next::before {
    color: #E1E1E0;
}

.carousel_brands > .next_button_arrow {
    position: absolute;
    left: 100%;
}

.cart-summary-totals {
    border-bottom: 1px solid #E1E1E0;
}

body#cart .cart-summary-totals {
    padding-bottom: 0px;
}

body#cart .cart-summary-line.cart-total{
    padding-top: 8px;
    padding-bottom: 20px;
}

body#cart .cart-summary-total {
    padding-bottom: 0px !important
}

.product_qty_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all-product-link-second {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: #015C59;
    color: white !important;
    text-transform: uppercase;
    font-size: 13px;
    height: 50px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    letter-spacing: 1.3px;
    font-weight: 100 !important;
    margin-top: 31px !important;
    margin-bottom: 24px !important;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

#emptiness {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#emptiness h1 {
    font-size: 30px;
    margin-bottom: 16px;
    margin-top: 29px;
}

#emptiness p {
    font-size: 16px;
    color: #ABABAB;
    margin-bottom: 32px;
}

#emptiness a {
    color: black;
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    background-color: #019B95;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    margin-bottom: 57px;
}

.spacerbluegray.changemargin{
    margin-top: 21px !important;
    margin-bottom: 30px !important;
}

body#index .spacerbluegray {
    margin-top: 41px;
    margin-bottom: 41px;
}

wylf_img_2 > img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding-left: 14px;
}


.wylf_text > h1 {
    color: #222222;
    font-size: 30px;
    line-height: 24px;
}
.wylf_text > h2 {
    color: #019B95;
    font-size: 24px;
    line-height: 33px;
}
.wylf_text > p {
    color: #ABABAB;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}


.wylf_text > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #019B95;
    border-radius: 12px;
    color: white;
    height: 50px;
    width: 176px;
}

.wylf_text2 > h1 {
    font-size: 30px;
    line-height: 24px;
    color: #FFFFFF;
}

.block-categories .collapse-icons {
    padding-top: 3px !important;
}

#deletemax90:hover {
    color: #019B95;
    cursor: pointer;
    border: 1px solid #019B95;
}

#subcategories .subcat_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    padding: 5px;
    margin-left: -5px;
    margin-bottom: 16px;
}

.horizontal_filters_left{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.horizontal_filters_left.mobile_filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.horizontal_filters_left.mobile_filters .facet{
    width: calc(100% - 30px);
    border-radius: 8px;
    border: 1px solid #E1E1E0;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

#deletemax90 {
    width: 15%;
    border: 1px solid #ececec;
    border-radius: 8px;
    color: black;
    background-color: white;
    float: right;
}

.caption-span {
    display :none;
}

#subcategories .subcat_ul li {
    text-align: left !important;
    margin: 0px !important;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    display: inline;
    width: auto;
}

.wylf_text2 > h2 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 33px;
    text-decoration: underline;
}

.wylf_text2 > p {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF75;
    margin-bottom: 0px;
    line-height: 21px;
}

.time_of_help {
    margin-left: 10px;
    color: #F9F9F9;
    letter-spacing: 0.14px;
    line-height: 24px;
    font-size: 14px;
}
#search_widget > form > input {
    width: 100%;
    height: 100%;
    background-color: #FBFBFB;
    border: 0;
}

.filtr_top{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filtr_top .Filter_heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
}

.filtr_top1 {
    gap: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.filtr_top1.mobile_filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
}

.mobile_category_products .category_name_ {
    float:left;
}

.mobile_category_products .category_products_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 20px;
}

.ul_sub_categories > li {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #e1e1e0;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin-top: 16px;
}

.ul_sub_categories > li:hover {
    border: 1px solid #019b95;
}

.ul_sub_categories > li > a:hover {
    color: #019b95
}

.ul_sub_categories > li > a {
    color: black
}

.subcategories_desc_li:after  {
    content: "\2022";
    display: inline;
    color: #019B95;
    padding: 0 8px;
}

.subcategories_desc_li.disabled {
    display: none !important;
}

#show_more_subcategories_desc_li {
    background-color: #019B95;
    border: 0px;
    border-radius: 8px;
    color: white;
    text-transform: none;
    font-weight: 300;
    padding: 10px !important;
    margin-bottom: 10px;
}

#search .open > .dropdown-menu > a {
    width: 100%;
    display: block;
    color: #222222;
    padding-bottom: 16.5px;
    border-bottom: 1px solid #E1E1E0;
    margin-top: 16.5px;
}

.nivo-main-image {
    -o-object-fit: cover;
    object-fit: cover;
}

#search .open > .dropdown-menu > a:last-of-type {
    border-bottom: 0px;
}

#prices-drop .open > .dropdown-menu > a:last-of-type {
    border-bottom: 0px;
}

#search .open > .dropdown-menu {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 323px;
    position: absolute;
    top: 95%;
    left: -1px;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0px 20px 10px 20px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #363a42;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #019B95;
    border-radius: 0px 0px 12px 12px;
}

#prices-drop .open > .dropdown-menu > a {
    width: 100%;
    display: block;
    color: #222222;
    padding-bottom: 16.5px;
    border-bottom: 1px solid #E1E1E0;
    margin-top: 16.5px;
}

#prices-drop .open > .dropdown-menu {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 323px;
    position: absolute;
    top: 94%;
    left: -1px;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0px 20px 10px 20px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #363a42;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #019B95;
    border-radius: 0px 0px 12px 12px;
}



#search_widget > form > button {
    color: #019B95;
    width: 40px;
    height: 48px;
    right: -1px;
    top: 0px;
    border-radius: 25px;
    cursor: pointer;
}

#search_widget > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D7D7D7;
    border-radius: 12px;
    height: 50px;
    position: relative;
}

#search-by-category{
    position: absolute;
    top: 48px;
    z-index: 999;
}

#search-by-category > li {
    padding: 10px;
    z-index: 99;
    position: relative;
    background-color: white;
    cursor: pointer;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #E1E1E0;
}

#header .header-top {
    padding-bottom: 0px;
    padding-top: 17px;

}

img.img_cms_page {
    margin-bottom: -5px;
    width: 323px;
}

.blueunderlinelink {
    color: #015C59 !important;
    font-size: 16px;
    text-decoration: underline !important;
}

.cms_heading_para.nomarginbottom {
    margin-bottom: 0px !important
}

#cms > main > #wrapper > .container > #content-wrapper  > #main > #content {
    padding-top: 14px !important;
    padding-left: 8px;
    padding-right: 0px;
}

#_desktop_top_menu {
    margin-top: 19px;
}

#header .header-top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#header .header-top a[data-depth="0"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: none;
    color: #222222;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]{
    padding-left: 20px;
}


.theme-default a.nivo-prevNav:before, .theme-default a.nivo-nextNav:before, .theme-default .nivo-controlNav .nivo-control.active::before {
    color: white !important;
}

.theme-default .nivo-directionNav a {
    opacity: 1 !important;
    background-color: #019B95;
    border-radius: 8px;
}

.top-menu .sub-menu {
    margin-left: 0px;
    min-width: unset !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    z-index: 1100 !important;
}

.current-category-custom {
    background-color: #019B95;
    border-radius: 12px 12px 0px 0px;
    height: 60px;
    padding-top: 10px;
    min-width: 220px;
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.current-category-custom > a {
    color: white !important;
    padding-right: 10px !important;
    text-transform: uppercase;
}

#lnk-promocje > a {
    color: #019B95;
}

.top-menu[data-depth="0"] > li:last-of-type {
    border-right: 0px !important;
}

.top-menu[data-depth="0"] > li {
    border-right: 1px solid #D7D7D7;
    height: 60px;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.current-category-custom .sub-menu.collapse {
    margin-left: 0px !important;
}

.top-menu .sub-menu.collapse {
    top:60px !important;
    margin-left: -5px;
}

.top-menu[data-depth="1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popover {
    left: initial !important;
    border: 1px solid #D7D7D7;
    border-radius: 12px;
    top:213px;
}

#contact #content-wrapper {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
}

#contact #left-column {
    padding-left: 0;
    padding-right: 0;
    margin-right: 16px;
}

#contact #left-column,
#contact #content-wrapper {
    min-height: 631px;
    width: calc(50% - 8px); /*16px for margin */
}

#contact .contact_infos_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
}

.contact_infos_wrapper .block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    width: 323px;
}

.contact_infos_wrapper img {
    width: 24px;
    height: 24px;
}

.contact_infos_wrapper .block .contactinfo_name {
    margin-bottom: 0;
    font: normal normal normal 14px/15px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    padding-bottom: 2px;
}

.contact-rich {
    margin-bottom: 14px;
}

.link_img_wrapper,
.contact-rich .block .icon {
    background-color: rgba(1, 155, 149, 0.1);
    border-radius: 8px;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-rich .block .data.phone,
.contact-rich .block .data.email {
    padding-top: 4px;
}

.contact-rich .block .data a {
    font: normal normal bold 18px/38px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

.map-img {
    position: relative;
}

.gmap_iframe {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    height: 496px;
}

#contact .contact-form_header {
    font: normal normal bold 30px/41px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    text-transform: none;
}

.contact-form_subtext {
    font: normal normal normal 14px/18px Nunito Sans;
    letter-spacing: 0px;
    color: #ABABAB;
    margin-bottom: 12px;
}

#contact .contact-form {
    padding: 28px 34px;
}

#contact .text-input {
    height: 40px;
}

#identity .form-control,
#contact .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
}

#contact .form-group:last-of-type {
    margin-top: 25px;
    margin-bottom: 20px;
}

#contact textarea {
    resize: none;
    height: 122px;
}

#contact .breadcrumb {
    margin-bottom: 40px;
}

#sandtanderCreditForm input[type="submit"]{
    height: 60px;
    width: 100%;
    background-color: #019B95;
    border-radius: 8px;
}

#contact .psgdpr_consent_message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#contact .custom-checkbox span:first-of-type {
    -webkit-box-flex: initial !important;
    -ms-flex: initial !important;
    flex: initial !important;
}

.alert {
    border-radius: 12px;
}

.alert ul {
    margin: 0;
}

.header_myaccount {
    font: normal normal normal 18px/28px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    margin-top: 32px;
}

.header_myaccount span {
    color: #019B95;
}

.header_myaccount a {
    font: normal normal bold 18px/28px Nunito Sans;
    color: #019B95;
}

.header_myaccount-subtext {
    font: normal normal normal 16px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #ABABAB;
    margin-bottom: 29px;
}

#account_link {
    margin-left: 0;
}

.links-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.links-account a {
    padding: 0;
    border: 1px solid #E1E1E0;
    height: 163px;
    width: 210px;
    display: block;
    border-radius: 12px;
}

.links-account > a {
    padding: 0;
    border: 1px solid #E1E1E0;
    height: 163px;
    width: 210px;
    display: block;
    border-radius: 12px;
}

#main .links-account a.current-link {
    background: #019B95 0% 0% no-repeat padding-box;
}

#main .links-account .current-link .link_img_wrapper {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

#main .links-account .current-link .link_img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#main .links-account .current-link .link-item {
    color: #FFFFFF;
}

#account_link .link-item {
    padding: 20px 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font: normal normal bold 13px/21px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    height: 100%;
}

.link_img_wrapper {
    margin-right: 0;
}

.link_img {
    width: 24px;
    height: 24px;
}

.page-my-account #account_link  .line_wrapper,
.page-my-account #account_link .account_header {
    display: none;
}

.line_wrapper {
    position: relative;
}

.show_grid, .show_list {
    cursor: pointer;
}

.productdesc-list-view > .product-title {
    padding-top: 25px !important;
}

body#category #cdpcp-go-to-compare-form {
    display: none;
}


#left-column .spacerbluegray {
    display: none;
}

.promocje_container {
    display: none;
}

#left-column .promocje_container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#left-column .product-flag.new {
    display: none;
}

#left-column .img-fluid {
    width: 239px;
    height: 205px;
}

.promocje_left_img {
    left: 20px;
    height: 60px;
    width: 44px;
    background-color: #019B95;
    border-radius: 0px 0px 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    positioN: absolute;
    top: 0px;
    z-index: 9;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promocje_left_img > img {
    height: 32px;
    width: 32px;
    margin-top: 10px;
}

.products-sort-order-category{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 8px;
    border: 1px solid #E1E1E0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.open > .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Filter_heading {
    color: #019B95;
    font-size: 26px;
}

#change_view {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right:10px;
    height: 50px;
}

.select-title-desc,
#change_view .change_view_title {
    padding: 0 8px;
}

#js-product-list-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 16px;
    margin-left: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
}

#search_filters .facet .facet-label .custom-checkbox {
    float: right;
}

.count_in_category {
    color: #ABABAB;
    font-size: 14px;
    float: right;
}

#category #products .products {
    margin-lefT: -10px;
}

#js-product-list-bottom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-selection .total-products {
    width: 100%;
}

.products-selection .total-products p
{
    margin-bottom: 0;
}

.select_products_per_page {
    border-radius: 8px;
    padding: 5px 0px 0px 20px;
    border: 1px solid #E1E1E0;
}

.select_products_per_page:after{
    content: "expand_more";
    text-align: right;
    font-family: 'Material Icons';
    padding-left: 25px;
    font-weight: 600;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.tumbnail-list-view{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    width: 160px !important;
    height: 160px !important;
}

.from_list {
    position: absolute;
    right: 30px;
    top: 30px;
}

.price_list {
    position: absolute;
    color: #222222 !important;
    top: 66px;
    right: 30px;
    font-size: 30px !important;
    font-weight: 800;
}

body#category .container {
    padding-right: 30px;
}


body#checkout section.checkout-step .step-title {
    border-bottom: 0px;
}

body#checkout .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body#checkout .form-control {
    background-color: transparent;
    font-size: 14px;
    color: #ABABAB;
    border-radius: 8px;
    height: 44px;
}

.guest-buy, .login-buy{
    height: 100%;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E1E1E0;
}



#left-column .slick-slide:nth-child(4n) {
    margin-right: 0px !important;
}

.guest-buy{
    width: 188px;
    border-radius: 8px;
}

.nivo-slice {
    display: none;
}

.nivo-box {
    display: none;
}

.gwarancja_send > li {
    color: black;
}

.lh_cms > * {
    color: black;
}

.productdesc-list-view .regular-price {
    display: none !important;
}

.active_checkout {
    color: white !important;
    background-color: #019B95 !important;
}

#left-column .product-flags {
    display: none;
}

#product #product .product-flag.discount {
    top: -50px;
}

#product #product-flags  {
    top: 50px;
}

.active_checkout > a {
    color: white !important;
}

body#checkout #customer-form > div{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.custom-checkbox input[type="checkbox"] + span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
    vertical-align: middle;
    pointer-events: none;
    cursor: pointer;
    border-radius: 4px;
    border: 1px #979797 solid;
}

#checkout-guest-form .firstname {
    width: 50%;
}

#checkout-guest-form .lastname {
    width: 50%;
}

#checkout-guest-form .email {
    width: 50%;
}

#checkout-guest-form .form-informations {
    width: 100%;
    margin-top: 10px;
}

.form-informations-subtitle {
    display: block;
    margin-top: 5px;
    marign-bottom: -7px;
}

#customer-form .col-md-6 {
    padding-right: 0px;
}

#checkout-guest-form .password {
    width: 50%;
}

#checkout-guest-form .password_repeat {
    width: 50%;
}

#checkout-guest-form .col-md-6 {
    width: 100% !important;
}

#checkout-guest-form .col-md-3 {
    width: 100% !important;
}

#checkout-guest-form .psgdpr {
    width: 100%;
}

#checkout-guest-form .customer_privacy {
    width: 100%;
}

#checkout-guest-form .newsletter{
    width: 100%;
}


.-complete {
    display: none !important;
}

.left_reset.reset-left-column {
    border: 1px solid #e1e1e0;
    padding-top: 40px;
    border-radius: 8px;
    width: 550px;
    min-width:550px;
    padding-left: 53px;
    padding-bottom: 0px;
    height: 340px;
}

#password .right_login {
    padding-top: 44px;
}

.reset_password_container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    gap: 118px;
    padding-left: 94px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#password .back_to_register {
    margin-top:26px;
    height:50px;
    width:436px;
    background-color: #019B95;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius:8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
}

.reset_password_container .form-fields > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}


h1.h1reset {
    margin-top:15px;
    font-size: 26px;
    color: black;

}

p.send-renew-password-link {
    padding-left:0px;
    font-size: 14px;
    color: #ABABAB;
}



.inputemailreset {
    border-radius:8px;
    background-color: white;
    margin-bottom:21px;
    width: 88%;
}

.labelemailreset {
    text-align: left;
    padding-top: 2px;
}

#password .right-column_header {
    font-size: 26px;
    color: black;
}

#password .right-column_subtext {
    color: #ABABAB;
    font-size: 14px;
}

#send-reset-link {
    width: 436px;
    height: 50px;
    border-radius: 8px;
    text-transform: none;
    font-size: 14px;
    color: white;
    background-color: #019B95;
}

.go_next_checkout {
    height: 50px;
    color: white;
    background-color: #019B95;
    width: 100%;
    border-radius: 8px;
    border: 0px;
    cursor: pointer;
    display: none
}

body#checkout .go_next_checkout {
    display: block;
}

.form-informations-title {
    color: #222222;
}

body#checkout .form-footer > button {
    display: none;
}

.login-buy {
    width: 218px;
    margin-left: -10px !important;
    border-left: 0px;
}

.login-buy > a, .guest-buy > a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400 !important
}

.my-2 {
    height: 50px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
}


.checkout_step_holder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 582px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -25px;
}

.cart-grid-right {
    padding-right: 0px;
    padding-left: 0px;
}

.stepscontainer{
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.current_step_checkout {
    background-color: #019B95 !important;
    color: white !important;
}

.absolute-hr {
    position: absolute;
    height: 1px;
    width: 100%;
    z-index: 0;
    max-width: 522px;
    margin-left: 50px;
    overflow: hidden;
}

.-current.-complete {
    display: block !important;
}

.identity_header {
    color: #222222;
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
    margin-top: 21px;
    margin-left: 10px;
}

.checkout_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap:15px;
}

body#checkout #login-form > div > .password > .col-md-3 {
    padding-top: 0px !important;
}

body#checkout section.checkout-step #customer-form {
    margin-top: 10px;
    margin-left: 11px;
}

span.step_name {
    font-size: 14px;
}

body#checkout .block-promo {
    display: none;
}


body#checkout #js-checkout-summary {
    margin-left: 5px;
    margin-right: 15px;
}

body#checkout .custom-checkbox > label {
    paddin-top: 4px;
    margin-bottom: 0px;
    margin-left: 10px
}

.blockreassurance_product > div {
    margin-bottom: 21px;
}

#content-wrapper .products-sort-order-category > .dropdown-menu {
    width: 323px;
    position: absolute;
    top: 95%;
    left: -1px;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0px 20px 10px 20px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #363a42;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #019B95;
    border-radius: 0px 0px 12px 12px;
}

#content-wrapper .products-sort-order-category > .dropdown-menu > a {
    width: 100%;
    display: block;
    color: #222222;
    padding-bottom: 16.5px;
    border-bottom: 1px solid #E1E1E0;
    margin-top: 16.5px;
}

.products-sort-order-category.dropdown.open {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #019B95;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-sort-order-category.dropdown.open > button {
    color: #019B95;
    positioN: relative;
    border-bottom: 1px solid white;
    z-index: 9999;
}

#content-wrapper .products-sort-order-category > .dropdown-menu > a:last-of-type {
    border-bottom: 0px;
}

body#checkout .blockreassurance_product {
    margin-top: 0px;
    padding: 10px 10px 10px 35px;
}

.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg{
    width: 45px;
    height: 45px;
}

.payment_header{
    color: #222222;
    font-size: 20px;
    line-height: 38px;
    margin-top: 21px;
    margin-bottom: 12px;
}

#checkout-payment-step > .content {
    padding: 0px 13px 0px 30px;
}

.blockreassurance_product .item-product {
    display: inline-block;
    height: 52px;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    width: 55px;
}

#cart .blockreassurance_product .item-product {
    height: 55px;
}

#js-checkout-summary{
    border: 1px solid #E1E1E0;
    border-radius: 12px;
}

#js-checkout-summary .cart-summary-totals {
    border-bottom: 0px;
}

body#checkout .content {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
}

body#checkout section.checkout-step .content {
    padding: 0 13px;
}

#delivery-addresses .custom-radio {
    border-radius: 4px;
    top: -15px;
}

.product-price-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 6px;
    bottom: 0px;
}

#order-summary-content {
    display: none;
}


.hideverythingpayment > *:not(#order-summary-content){
    display: none !important;
}

.hideverythingpayment > #order-summary-content {
    display: block;
}

.expandcartbody {
    width: 100% !important;
}

body#checkout .media-left {
    padding-right: 30px;
}

.product-price-checkout > .regular-price {
    color: #ABABAB;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
    text-decoration: line-through;
}

.media-body .product-name > a {
    color: #202625;
    line-height: 18px;
    font-size: 14px;
}

.media-body .product-price {
    color: #202625;
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
}

.media-body .product-quantity {
    color: #ABABAB;
    font-size: 14px;
    line-hieght: 22px;
}

#invoice-addresses .custom-radio {
    border-radius: 4px;
    top: -15px;
}

.download_cms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.page-cms-11 {
    max-width: 1001px;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.download_cms > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 323px;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;;

}

.download_cms > a:after {
    content: "arrow_downward";
    font-family: 'Material Icons';
    color: #ABABAB;
    font-size: 20px;
}

.rozdzial_regulamin {
    font-size: 14px !important;
    color:#019B95 !important;
    line-height: 24px !important;
    margin-bottom: 9px;
}

.page-cms-2 {
    max-width: 1001px;
    width: 100%;
}

.page-cms-2 > p {
    line-height: 24px !important;
    margin-bottom: 24px !important
}

.page-cms-2 .cms_heading_para{
    margin-bottom: 25px !important;
}

body#checkout #header .header-nav {
    max-height: 50px;
    padding: 0px;
    height: 43px !Important;
}

body#checkout .address {
    max-height: 82px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 21px;
}

.custom-radio input[type="radio"]:checked + span {
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 16px;
    height: 16px;
    border-radius: 1px;
    background-color: #019B95;
    color: white;
    font-size: 14px;
    font-family: 'Material Icons';
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blockreassurance_product > div > .block-title {
    color: #222222 !important;
    font-weight: 600;
    font-size:16px;
    letter-spacing: 0.16px;
    line-height: 38px;
}

.blockreassurance_product > div > p {
    color: #ABABAB !important;
    font-size: 14px;
    line-height: 15px;
}

#delivery-addresses  .address-alias {
    width: 200px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 17px;
    padding-top: 15px;
    margin-bottom: 4px;
}

#invoice-addresses  .address-alias {
    width: 200px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 17px;
    padding-top: 15px;
    margin-bottom: 4px;
}
body#checkout .custom.radio > span {
    display: none;
}


.custom-radio > span{
    display: none;
}

#checkout-delivery-step > .content {
    padding: 0 30px !important;
}

.cart-grid-body > section {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#checkout #search_widget{
    display: block;
}

.go_back_to {
    display: block;
    width: 198px;
    height: 50px;
    background-color: white;
    border: 1px solid #e1e1e0;
    color: black;
    font-size: 14px;
    border-radius:8px;
    position: absolute;
    bottom: -60px;
}

.confirmation_text > p {
    color: black;
    font-weight: 600;
}

.order-slip_content_wrapper > h6 {
    color: #222222;
}

#cart .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    color: black;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    color: #019B95;
}

.activepayment {
    border: 1px solid #019B95 !important;
}

#checkout-addresses-step .continue {
    display: none;
}

body#checkout section.checkout-step.-current .content {
    padding-bottom: 20px;
}


body#checkout section.checkout-step .address-item.selected {
    border: 1px solid #019B95;
}

#checkout-personal-information-step .continue {
    display: none;
}

#checkout-personal-information-step.importantblock {
    display: block !important;
}

#checkout-addresses-step.importantblock{
    display: block !important;
}

.delivery-options-list .continue {
    display: none;
}

#checkout-delivery-step.importantblock {
    display: block !important;
}

#payment-confirmation > div > button {
    display: none !important;
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 0px;
}

.last_info {
    bottom: -71px;
    position: absolute;
    margin-bottom: 0px;
    margin-left: -25px;
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.footermargin {
    margin-top: 126px !important;
}

.last_info > p{
    color: #222222;
    font-size: 14px;
    line-height: 21px;
}

.bolderinfo {
    font-weight: 700;
}

.order_summary_heading {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 19px;
}

.adress_heading_summary {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 800;
}

.contain-names > h2 {
    width: 650px;
}

.padleft10 {
    padding-left: 10px;
}

.address-block-summary {
    font-size: 14px;
    line-height: 21px;
    color: #222222;
}

.address-summary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.rest_info_payment {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rest_info_payment > .adress_heading_summary {
    margin-top: 21px;
    margin-bottom: 12px;
}

.contain-names {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.shipment_choice, .payment_choice {
    height: 80px;
    max-width: 632px;
    width: 100%;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
}

.shipment_container{
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.payment_container {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.left_shipment {
    width: 93px;
    height: 60px;
}

.checkout_step {
    cursor: pointer;
}

.gray_summ{
    font-size: 16px;
    color: #ABABAB;
    font-weight: 400;
}

.cart_summ{
    margin-top: 17px;
    margin-bottom: 12px;
}

.left_shipment > img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

body#checkout #order-items > .row > .card-title {
    color: #ABABAB !important;
    text-transform: none !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}


body#checkout #order-summary-content .order-confirmation-table {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
}

body#checkout #order-summary-content #order-items h3.h3 {
    margin-top: 0px;
    margin-bottom: 18px;
}

.middle_shipment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.img_summary {
    width:60px;
    height: 60px;
}

.order-line.row {
    border-bottom: 1px solid #E1E1E0;
    margin-bottom: 4px;
    margin-top: 8px !important;
    height: 90px;
}

.order-line.row:last-of-type {
    border-bottom: 0px;
}

body#order-confirmation #order-items > .row > .card-title:first-of-type {
    visibility: hidden;
}

body#order-confirmation #order-items > .row > .card-title {
    text-transform: none;
    color: #ADADAD;
    font-size: 14px;
    text-align: right !important;
    padding-right:0px;
}

body#order-confirmation #order-items > .row > .card-title:last-of-type{
    padding-right: 30px;
}

.order-confirmation-table > .order-line.row > .qty {
    padding-right: 0px;
}

.order-confirmation-table > .order-line.row > .qty > .row > .col-xs-4:last-of-type{
    padding-right: 23px;
}

.order-confirmation-table > .order-line.row > .img_summary {
    padding-left: 0px;
    margin-left: 30px;
}

.order-confirmation-table > .order-line.row > .details {
    padding-left: 15px;
}

.order-confirmation-table > .order-line.row > .qty > .row {
    padding-left: 20px;
    padding-right: 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-confirmation-table > .order-line.row > .qty > .row > div > .regular-price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    color: #ABABAB;
}

.qty > .row > div:first-of-type > p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #222222
}

.order-confirmation-table > .order-line.row > .qty > .row > * {
    padding-right: 0px;
    padding-left: 0px;
}

body#order-confirmation .order-line.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}

body#order-confirmation #order-details > ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 54%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ADADAD;
    font-size: 14px;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
}

body#order-confirmation #order-details > ul > li > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #222222;
    font-size: 16px;
}

.subtotal_container {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    width: 100%;
    max-width: 550px;
    margin-top: 10px;
    height: 190px;
    float: right;
    padding-top: 20px;
}

.subtotal_name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    color: #ADADAD;
    font-size: 14px;
}

body#order-confirmation .container {
    padding-right: 10px;
}

.subtotal_value {
    color: #222222;
    font-size: 16px;
}

.summary-confirmation {
    border-top: 1px solid #E1E1E0;
    padding-top: 30px;
    margin-top: 10px;
}

.subtotal_container > li::marker {
    display: none;
    content: "";
}


.summary-confirmation > .subtotal_name {
    color: #222222;
}

.summary-confirmation > .subtotal_name > .subtotal_value {
    font-weight: 800;
    font-size: 20px;
}



#content-hook_payment_return > div {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
}

body#order-confirmation  #order-details {
    width: 100%;
    max-width: 775px;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    padding-top: 25px;
    margin-top: 10px;
}

.confirmation_text {
    width: 100%;
    padding-left: 15px;
}

.confirm_para > p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #ADADAD;
    line-height: 21px;
}

.order_id {
    color: #222222;
}

.confirm_para > p:nth-child(even) {
    margin-bottom: 0px;
    font-size: 14px;
    color: #222222;
}
.confirmation_text > ul > li {
    margin-bottom: 18px;
    color: #ADADAD;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.confirmation_text > ul {
    width: 70%;
}

.confirmation_text > p:first-of-type{
    font-size: 22px;
    line-height:24px;
    color: #222222;
    margin-top: 10px;
}

body#order-confirmation #main .page-content {
    margin-bottom: 0px;
}

#content-hook_payment_return > .card-block {
    padding-left: 30px;
    padding-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

.confirmation-text > p:nth-child(2){
    color: #222222;
    font-size: 16px;
    font-weight: 700;
}

.confirmation_text > ul > li > .price {
    font-size:16px;
}

body#order-confirmation #order-details > h3 {
    font-size: 22px;
    color: #222222;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 14px;
}

body#checkout #order-items .order-line {
    margin-top: 0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:  center;
    -ms-flex-align:  center;
    align-items:  center;
}

.greensubtotal {
    color: #17B837
}

.go_back_to.hidden_md_up {
    position: unset;
    margin-bottom: 13px;
}

.greensubtotal:nth-child(2n) {
    font-weight: 800
}

.summary_table > .total-value > td:last-of-type{
    font-size: 18px;
    color: #019B95;

}

body#checkout #order-items .details{
    padding-left: 50px;
}

.img_summary > .image > img {
    width: 60px !important;
    height: 60px;
}

.summary_table {
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 502px;
    text-align: right;
}

.right_shipment {
    font-weight: 800;
}

body#checkout .qty > .row > *{
    padding-right: 0px !important;
}


.payment_container > label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}

.payment_container > label > span {
    display: block;
}

.order-confirmation-table {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
}

.payment_container > label > img {
    width: 93px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.home_address_summary, .invoice_address_summary {
    height: 215px;
    max-width: 308px;
    width: 100%;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    margin-right: 16px;
    padding: 30px;
}

.OrderConfirmedHead {
    color:#222222;
    font-size:30px;
    text-transform: none;
    font-weight:700;
    margin-left: 18px;
}

.OrderConfirmedHead > p {
    margin-top: 7px;
}

.header_confirm{
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#everything_good_pay{
    height: 50px;
    max-width: 323px;
    width: 100%;
    color: white;
    background-color: #019B95;
    border: 0px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.order_confirm_ico {
    margin-left: -5px;
    margin-top: -27px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #019B95;
    padding-left: 3px;
    padding-top: 3px;
    color: white;
}


body#order-confirmation #order-items {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    padding-top: 21px;
}


.row.nazwy_tabela > div > .row{
    position: absolute;
    width: 100%;
}

.row.nazwy_tabela > .card-title {
    padding-right: 0px !important;
}

body#order-confirmation > .qty > .row > * {
    padding-right: 0px !important
}

.confirm_item_head {
    font-size: 24px;
    line-height: 24px;
    color: #222222;
}

body#checkout .additional-information {
    margin-top: 0px;
}


body#checkout section.checkout-step .delivery-options .delivery-option {
    background: transparent;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

body#checkout .js-cart-summary-totals {
    border-top: 1px solid #e1e1e0;
    padding: 0px 30px 30px 30px !important
}

.alignright {
    text-align: right;
}

.Delivery_message_header {
    font-weight: 700;
    color: #222222;
    font-size: 18px;
    line-height: 24px;
}

.delivery_heading {
    color: #222222;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    margin-top: 27px;
    margin-bottom: 20px;
}

.radio_checkouty {
    width: 20px;
    height: 20px;
}

.carrier-logo {
    width: 80px;
}

.delivery-option {
    border: 1px solid #E1E1E0;
    border-radius: 8px;
}

body#checkout #delivery > textarea {
    height: 165px;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
}


body#checkout .delivery-options {
    padding-left: 12px;
    padding-right: 12px;
}

label[for="delivery_message"] {
    color: #ABABAB;
    font-size:14px;
    line-height: 22px;
}

.item_container_cart_summary .media {
    height: 92px;
    width: 100%;
    border: 1px solid #e1e1e0;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    margin-bottom: 10px;
}

#cart-subtotal-reduction .label {
    font-size: 14px;
    color: #17B837;
}

#cart-subtotal-reduction .value {
    font-size: 14px;
    color: #17B837;
    font-weight: 700;
}

.item_container_cart_summary .product-line-info-secondary {
    display: none;
}

.payment-option {
    height: 80px;
    border: 1px solid #E1E1E0;
    width: 100%;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;height: 80px;
    width: 100%;
    padding-left: 17px;
}

body#checkout section.checkout-step .payment-options label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-top: 0;
}

body#checkout .payment-options img {
    height: 33px;
    width: 97px;
    margin-right: 46px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

#js-checkout-summary .card-block {
    padding: 20px 30px 10px 30px;
}

#module-cdproductcomparisonplus-compare .qty {
    display: none;
}

#module-cdproductcomparisonplus-compare .availablity {
    display: none;
}

#module-cdproductcomparisonplus-compare .control-label {
    display: none;
}

#module-cdproductcomparisonplus-compare .add-to-cart {
    width: 100%;
    border-radius: 8px;
    height: 50px;
    background-color: #019B95
}

#module-cdproductcomparisonplus-compare .add {
    width: 100%;
    margin-top: 15px
}

#cart .cart-summary-totals .block-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-promo .promo-code form {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

.block-promo .promo-code-button.cancel-promo[aria-expanded="true"] {
    padding-left: 20px;
}

.block-promo .promo-input + button {
    margin: 0px;
}

body#checkout .custom-checkbox > label {
    margin-left: 0px;
}

.js-cart-summary-totals .promo-code-button {
    display: none !important;
}

.block-promo .promo-code-button {
    padding-right: 20px;
}

.block-promo .promo-code-button::after {
    padding: 0px !Important;
    float: right;
}

form.promo-code-form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}


.block-promo .promo-code{
    padding: 0px;
}

.block-promo .promo-name .cart-summary-line span {
    color: #019B95;
}

form.promo-code-form .button-submit-promo-code {
    margin: 0px !important;
}

.io-wishlist__button-added > .standard-heart {
    display: none;
}

.io-wishlist__button-added > .active-heart {
    display: block !important;
}

body#checkout .payment-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.address_checkout_header {
    font-weight: 700;
    font-size: 20px;
    color: #222222;
    margin-bottom: 12px;
    margin-top: 46px;
}

.address_choose_div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.address_choose_div > p {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 0px;
    margin-right: 22px;
}

.add-address_checkout {
    width: 232px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    background-color: #019B95;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body#checkout section.checkout-step .address-item {
    border-radius: 8px;
    border: 1px solid #E1E1E0;
    background-color: white;
    width: 270px;
    height: 230px;
}

body#checkout section.checkout-step .address {
    margin-left: 14px;
}

body#checkout section.checkout-step .address-item > header {
    width: 100%;
    margin-bottom: 0px;
}

body#checkout section.checkout-step .radio-block {
    width: 100%;
    margin-bottom: 0px;
}

body#checkout section.checkout-step .address-item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}

body#checkout section.checkout-step #delivery-addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

body#checkout section.checkout-step #invoice-addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}


#delivery-addresses .address-footer {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

#delivery-addresses .edit-address, #delivery-addresses .delete-address  {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#invoice-addresses .address-footer {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

#invoice-addresses .edit-address, #invoice-addresses .delete-address  {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

body#checkout section.checkout-step .forgot-password {
    text-decoration: underline;
}

.stepdone::after{
    content: "done";
    font-family: 'Material Icons';
    color: #019B95;
    position: relative;
    left: -5px;
    visibility: visible;
    z-index: 9;
    border: 1px solid #E1E1E0;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 25px;
    background-color: white;
    padding: 8px;
}

.stepdone {
    color: white !important;
}

body#order-confirmation .stepdone {
    visibility: unset;
}

.step_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    width: 35px;
    border-radius: 25px;
    background-color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #E1E1E0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E1E1E0;
    position: relative;
    z-index: 10;
}

#checkout-payment-step > .content {
    padding: 0px 30px !important;
}

body#checkout #footer {
    padding-top: 40px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

body#category .header-top > .container {
    padding-right: 0px;
}

.thumbnail-list-view {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: 100%;
}

.toptobottom {
    top: unset !important;
    bottom: 20px;
}

.thumbnail-list-view .look_product {

    position: absolute;
    top: 108px;
    right: 30px;
}

.io-wishlist__button.toptobottomwishlist {
    top: unset !important;
    bottom: 0px;
}

.toptobottom {
    bottom: 10px;
}

.productthumbnail-list-view{
    width: 160px !important;
    margin-left: 30px;
    margin-right: 35px;
}

.productdesc-list-view {
    width: 100% !important;
    padding-left: 86px !important;
}

.doterino {
    top: 150px !important;
    left: 63px;
}

.flagnone {
    display: none;
}

.list-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.img-list-view {
    height: 160px !important;
    width: 160px !important;
}

.product-list-view {
    width: 100% !important;
    height: 220px !important;
}

.active_view {
    color: #019B95;
}

#_desktop_search_filters_clear_all {
    display: none;
}

.horizontal_filters .ui-slider .ui-slider-handle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #019B95;
}

#number_1, #number_2 {
    width: 50%;
}

#number_1 {
    margin-right: 6px;
}

#number_2 {
    margin-left: 6px;
}

.inputs_facet_numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 15px;
    width: 100%;
}

.horizontal_filters .ui-widget-header {
    background: #019B95;
}

.activeFilterNow {
    border: 1px solid #019B95;
    border-bottom: 1px solid white;
    border-radius: 8px 8px 0px 0px;
    color: #019B95;
    position: relative;
    z-index: 100
}


.activeFilterNow2 {
    border: 1px solid #019B95;
    border-radius: 8px;
    color: #019B95;
    position: relative;
    z-index: 1000;
}

.activeFilterNow2 > button {
    color: #019b95;
    border: none !important;
}


.facet_category > li > label {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 5px;
}

.post-comment-buttons > .btn-comment-big {
    width: 100%;
    height: 60px;
    background-color: #019B95;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.14px;
    font-weight: 400;
    margin-left: 0px;
}

.modal-header > h2 {
    font-size: 22px;
    line-height:38px;
}

.modal-dialog {
    margin: 190px auto;
}

#empty-product-comment {
    border: 0px;
}

#empty-product-comment > .product-comment-list-item {
    border: 0px;
}

.clear_facet {
    background-color: #E1E1E0;
    border: 0px;

}

.facet-label > .custom-checkbox {
    padding-top: 0px;
}

body#cart .label.js-subtotal {
    color: #17B837;
    font-size: 14px;
    line-height:24px;
}

body#cart .cart-summary-line-total-discount > .value {
    color: #17B837;
    font-size: 14px;
    line-height:24px;
    font-weight: 800
}

.cancel-promo::after{
    display: none;
}

.remove-from-cart > i {
    color: #ABABAB;
}

.active_filters {
    background-color: transparent;
    padding:0;
    margin: 0 0 0 -10px;
}

.magnitude {
    display: none;
}

.faceted-slider.collapse {
    width: 323px;
    background-color: white;
    position: absolute;
    z-index: 29;
    border:1px solid #019B95;
    padding: 20px;
    border-radius:0px 0px 12px 12px;
}

.faceted-slider.collapse > li {
    margin-top: 10px;
}

.ui-slider-horizontal {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.block-promo .promo-input {
    height: 50px;
    width: unset;
}

.block-promo .promo-input + button {
    margin-top: -2px;
    height: 50px;
    background-color:#019B95;
    border-color: #019B95;
}

.cancel-promo{
    text-align:left;
}


.cart-grid-body .cart-overview {
    padding-left: 1rem;
    padding-right: 0px;
    padding-bottom: 0px;
}

.product-discount {
    text-align: right;
}

.block-promo .promo-code-button {
    padding-bottom: 0px;
    padding-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body#cart .blockreassurance_product > div {
    height: 50px;
    width: 100%;
    margin-bottom: 18px;
}

body#cart .blockreassurance_product {
    padding-left: 17px;
}

body#cart js-cart-deatiled-actions {
    padding-top: 2px;
    padding-bottom: 19px;
}

.cart-summary-line:not(:last-child) {
    margin-bottom: 0px;
}

body#cart .cart-summary-line-total-discount {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#js-product-list-bottom >.pagination {
    width: 150px;
}

#js-product-list-bottom >.pagination a  {
    color: #ABABAB;
    font-size:14px;
}

#js-product-list-bottom > .pagination > .pagine-container > ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#js-product-list-bottom > .pagination .current a  {
    color: #222222;
    font-size:14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catpagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 50px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-sort-order-category > button {
    padding-left: 16px;
    padding-right: 16px;
}

.products-sort-order-category > button > i {
    margin-left: 16px;
    color: #CBCBCB;
}

body#category #products {
    margin-left: 15px;
}

#left-column .product-thumbnail {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    height: 205px;
}

#left-column > #promotion_section > .products > .slick-list > .slick-track > .slick-slide > div > .product > article > .thumbnail-container > a > div > .slick-dots {
    top: 183px;
}

#left-column .product-flag.discount {
    top: 171px;
}

#product .product-flag.discount {
    top: -57px;
}

#product .product-container .cdpcp-compare-btn__text,
#product .compare-btn-text {
    display: inline;
    text-transform: none;
}

#product .product-page-add-to-wishlist {
    height: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-right: 30px;
}

#left-column .from_product {
    margin-bottom: 10px;
    font-size: 14px;
}

#left-column .product-title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 13px !important;
    margin-bottom: 7px !important;
}

.promocje_container > h1 {
    font-size: 20px;
    position: absolute;
    left: 75px;
    top: 26px;
    z-index: 9;
}

#left-column .product-description{
    padding-top: 16px;
}

#category #left-column {
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 12px;
}

#left-column .all-product-link {
    display: none;
}

#left-column .price {
    font-size: 26px;
    color: #222222;
    line-height: 26px;
}

.cdpcp__item {
    display: none;
}

#cdpcp-empty-table-msg {
    margin-bottom: 0;
}

.empty-comparision {
    width: 100%;
    margin: 0 auto !important;
    border: 0 !important;
}

#left-column .regular-price{
    color: #ABABAB;
    font-size: 14px;
}

#left-column .product {
    width: 99%;
    height: 427px;
    border: 1px solid #019B95;
}

#left-column .desc_short {
    display: none;
}

.cdpcp {
    height: auto;
}

.cdpcp__text {
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0.14px;
    color: #FFFFFF;
}

.cdpcp__counter {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0.14px;
    color: #FFFFFF;
    background: #019B95 0% 0% no-repeat padding-box;
    border-radius: 50%;
    margin-right: 20px;
}

.cdpcp-menu__button {
    background: #015C59 0% 0% no-repeat padding-box;
    border-radius: 8px 8px 0px 0px
}

.cdpcp-menu__button .material-icons-outlined {
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cdpcp-compare-now {
    margin-left: 20px;
}

#left-column .cdpcp-compare-btn--add {
    display: none;
}

#left-column .product-list-reviews {
    display: none;
}

#left-column .add-to-wishlist-hover {
    display: none;
}

body#addresses .account_header {
    margin-bottom: 38px;
    display: block;
}

body#addresses .links-account {
    margin-bottom: 45px;
}

body#addresses .strike_line_account {
    margin-top: 39px;
    margin-bottom: 40px;
}

#addresses > main > #wrapper > .container > #content-wrapper > #main > .page-header > h1 {
    font-size: 24px;
    line-height: 24px;
}

body#addresses #main .page-content {
    width: 100%;
    padding: 27px;
    border-radius: 12px;
    border: 1px solid #E1E1E0;
    margin-bottom: 30px;
}

.addresses-header{
    width: 100%;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 23px;
    margin-bottom: 22px;
    margin-top: 2px;
}

.addresses-header > p {
    color:#333333;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-right: 21px;
}

.page-cms-3 > p {
    line-height: 24px !important;
}

.page-cms-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 1001px;
    width: 100%;
}

.page-cms-3 > .cms_heading_para {
    margin-bottom: 37px !important;
}

.page-cms-3 > h2 {
    margin-bottom: 23px;
}

.rozdzial_polityka {
    color: #019B95 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 10px;
}

.addresses-header > a {
    background-color: #019B95;
    color: white;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 232px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 100;
    font-size: 13px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.addresses-header > a > span {
    color: white;
}

.address_item {
    padding: 10px;
    padding-top: 9px !important;
    border-radius: 12px;
    border: 1px solid #E1E1E0;
    min-height: 230px;
    width: 323px;
    margin-left: 21px;
}

.page-addresses .address .address-body address {
    min-height: auto;
}

.address-footer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.page-addresses .address {
    background-color: transparent;
}

.address-body {
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.address-footer > a {
    padding: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 97px;
    border: 1px solid #E1E1E0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    color: #222222;
    margin-right: 16px;
}
.address-footer > a:last-of-type {
    background-color: #E1E1E0;
}

.page-addresses .address .address-footer {
    border-top: 0px !important;
    padding: 0px 0px 0px 1rem;
    gap: 9px;
}

#module-ha_removeaccount-remove .strike_line_account,
.page-my-account .strike_line_account {
    margin-top: 42px;
}

.strike_line_account {
    margin-top: 25px;
    margin-bottom: 40px;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
}

#order-summary-content .go_back_to {
    display: none;
}

.footer-container > .container > .row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.footer_right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.col-md-6.links {
    width: 100%;
}

.footer_section {
    width: 50%;
}

.col-md-6.links > .row > .wrapper >  .h3 {
    font-size: 20px;
    color: #019B95;
    text-transform: none;
    margin-bottom: 18px !important;
    display: block !Important;
}

.col-md-6.links a {
    color: #ABABAB;
    line-height: 30px;
}

.col-md-6 .title.hidden-md-up  {
    display: none;
}

.col-md-6.links .collapse {
    display: block;
}

.col-md-6.links .collapse li {
    background-color: white;
    border-bottom: 0px;
    padding: 0px;
}

.col-md-6.links .collapse li a {
    color: #ABABAB;
    line-height: 30px;
}

.footer-container li {
    margin-bottom: 0px;
}

.strike_line_account-partial {
    position: absolute;
    border-top: 3px solid #019B95;
    width: 97px;
    height: 2px;
    z-index: 900;
    display: block;
    top: 0;
    margin-top: 0;
}

.account_header {
    font: normal normal bold 30px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

.back_to_shopping {
    width: 268px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    font: normal normal normal 13px/24px Nunito Sans;
    letter-spacing: 1.3px;
    color: #222222;
    text-transform: uppercase;
    margin-top: 31px;
    gap: 17px;
}

.back_to_shopping::before {
    margin-top: 2px;
    content: url("../img/double_back.svg");
}

.account_page-header {
    font: normal normal bold 24px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    text-transform: none;
}

#address .account_page-header,
.module-ha_removeaccount-remove-content .account_page-header,
#order-detail .account_page-header,
#history .account_page-header,
#order-slip .account_page-header,
#identity .account_page-header {
    margin-top: 45px;
}

#address .page-content,
.module-ha_removeaccount-remove-content,
#order-detail #order-infos .box,
#history .page-content,
#order-slip .page-content,
#identity .page-content {
    padding: 0;
    margin-bottom: 0;
}

#address .links-account,
.module-ha_removeaccount-remove-content .links-account,
#order-detail .links-account,
#history .links-account,
#order-slip .links-account,
#identity .links-account {
    margin-top: 33px;
}

.remove-account-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    opacity: 1;
    padding: 37px 50px;
    margin-top: 26px;
}

.remove-account-box h2 {
    font: normal normal bold 18px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

.remove-account-box .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.remove-account-box .go-back-to-myaccount,
.remove-account-box .remove-account {
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    text-transform: uppercase;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: normal normal normal 13px/24px Nunito Sans;
    letter-spacing: 1.3px;
}

.remove-account-box .go-back-to-myaccount {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    width: 275px;
    color: #222222;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.remove-account-box .remove-account {
    background: #019B95 0% 0% no-repeat padding-box;
    border-radius: 8px;
    width: 193px;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.remove-account-box .go-back-to-myaccount::before {
    margin-right: 16px;
    margin-left: 28px;
    margin-top: 5px;
    content: url("../img/double_back.svg");
}

#history #notifications,
#order-slip #content > #notifications {
    display: none !important;
}

#history .notification_grid_anchor #notifications,
#order-slip .notification_grid_anchor #notifications {
    display: block;
}

.order-slip_content_wrapper {
    padding: 40px 50px 25px 50px;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    opacity: 1;
    margin-top: 25px;
    height: 100%;
    width: 100%;
}

.order-slip_content_wrapper > h6 {
    font: normal normal normal 16px/22px Nunito Sans;
    letter-spacing: 0px;
}

#history .notification_grid_anchor .alert-warning,
.order-slip_content_wrapper .alert-warning {
    background: #EB3D301A 0% 0% no-repeat padding-box;
    border: 1px solid #EB3D30;
    border-radius: 8px;
}

#history .notification_grid_anchor {
    margin-bottom: 17px;
}

#history .notification_grid_anchor .alert-warning li,
.order-slip_content_wrapper .alert-warning li {
    font: normal normal normal 14px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #EB3D30;
}

#history .space {
    margin-top: 41px;
}

#order-slip .strike_line_account {
    margin-top: 41px;
}

#order-slip table {
    margin-bottom: 0;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
}

#order-slip .table-striped tbody tr {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    font: normal normal normal 14px/24px Nunito Sans;
}

#order-slip .table-striped tbody tr:last-of-type {
    border-radius: 0px 0px 8px 8px;
}

#order-slip table th {
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border-radius: 8px 8px 0px 0px;
}

#order-slip table a {
    font: normal normal bold 14px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #202625;
}

#identity .customerCustomForm {
    display: -ms-grid;
    display: grid;
    gap: 16px;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    opacity: 1;
    padding: 37px 50px;
    margin-top: 25px;
}

#identity .custom_column {
    width: 100%;
}

#identity .custom_column input {
    height: 44px;
}

#identity .newsletter {
    display: none;
}

#identity .form-group {
    margin-top: 5px;
    padding-right: 16px;
}

#identity label[for="field-new_password"] {
    white-space: nowrap;
}

#identity .optin {
    width: 100%;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-top: 0;
}

#identity .psgdpr{
    width: 150%;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-top: 0;
}

#identity form .form-control-label {
    margin-top: 0;
    padding-top: 8px;
}

#identity .password {
    -ms-grid-column: 1;
    grid-column: 1;
}

#identity .submit-register-form {
    width: 161px;
    height: 50px;
    background: #019B95 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
}

#address .page-footer,
#identity .page-footer {
    float: left;
}

#address .form-footer,
#identity .form-footer {
    float: right;
}

#address .page-footer,
#address .form-footer {
    margin-top: 30px;
}

#order-slip .page-footer,
#identity .form-footer,
#identity .page-footer {
    margin-top: 32px;
}

#identity form .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#identity form .custom-checkbox input {
    height: auto;
}

#identity form .custom-checkbox label {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

#history .history_sub_title {
    margin-top: 24px;
    font: normal normal normal 14px/22px Nunito Sans;
    letter-spacing: 0px;
    margin-bottom: 13px !important;
    color: #222222;
}

#order-history table,
#order-detail #order-products,
.order-carriers-table-wrapper table,
#history .history_table {
    border: 1px solid #E1E1E0 !important;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
}

#order-history table {
    margin-bottom: 0;
}

#history .history_table {
    margin-bottom: 30px;
}

.order-carriers-table-wrapper table th,
#order-history th,
#history .history_table th {
    text-align: left;
    font: normal normal bold 14px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #2D2D2D;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border-bottom: none;
}

#order-history th:first-of-type {
    width: 290px;
}

#order-history th {
    border-radius: 8px;
    padding: 13px 17px;
}

#order-history td {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-top: 1px solid #E1E1E0;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding: 19px;
}

.order-carriers-table-wrapper table tr:last-of-type td:first-of-type,
#order-detail #order-products tr:last-of-type td:first-of-type,
#order-history tr:last-of-type td:first-of-type {
    border-radius: 0px 0px 0px 8px;
}

.order-carriers-table-wrapper table tr:last-of-type td:last-of-type,
#order-detail #order-products tr:last-of-type td:last-of-type,
#order-history tr:last-of-type td:last-of-type {
    border-radius: 0px 0px 8px 0px;
}

#order-detail .addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.addresses .box {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    padding: 24px 30px 0;
    height: 100%;
}

.addresses_address_title {
    font: normal normal bold 16px/16px Nunito Sans !important;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 11px;
}

.address-body .address_partial {
    font: normal normal normal 14px/21px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

.addresses .address_partial {
    margin-bottom: 0;
    font: normal normal normal 14px/21px Nunito Sans;
    letter-spacing: 0px;
    color: #ABABAB;
}

.addresses .col-delivery-address {
    padding-right: 8px;
    height: auto;
}

.addresses .col-invoice-address {
    padding-left: 8px;
    height: auto;
}

.box.no_padding-box {
    padding:0;
}

#order-detail .order_products_table-wrapper {
    margin-bottom: 10px;
}

#order-detail .order-carriers-table-wrapper th {
    border: 0;
    padding: 13px 18px;
}

#order-detail .order-carriers-table-wrapper td {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0;
    padding: 20px 18px;
}

#history .history_table tbody td,
#history .history_table tbody th {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-top: 1px solid #E1E1E0;
    padding-top: 10px;
    padding-bottom: 7px;
}

#history .order_reference {
    padding-left: 20px;
}

.history_table .order_payment_method,
.history_table .order_date {
    font: normal normal normal 14px/15px Nunito Sans;
    letter-spacing: 0px;
    color: #202625;
}

.history_table .total_value {
    font: normal normal bold 14px/15px Nunito Sans;
    letter-spacing: 0px;
    color: #202625;
}

.history_table .order-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 20px;
}

.history_table .order-actions a {
    font: normal normal normal 14px/21px Nunito Sans;
    letter-spacing: 0px;
}

.history_table .order-actions a:first-of-type {
    text-decoration: underline;
    color: #2D2D2D;
}

.history_table .order-actions a:last-of-type {
    color: #919191;
}

#order-history .label-pill,
.history_table .label-pill {
    border-radius: 15px;
    padding: 6px 11px;
    font: normal normal normal 13px/15px Nunito Sans;
    letter-spacing: 0px;
}

#order-detail .order-infos_titles {
    margin: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    opacity: 1;
    padding: 16px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 23px;
}

#order-detail .order-infos_titles .strong_text {
    font: normal normal bold 14px/22px Nunito Sans;
    letter-spacing: 0px;
}

#order-detail .order-infos_titles .order_detail-reorder .button-primary{
    background: #019B95 0% 0% no-repeat padding-box;
    border-radius: 8px;
    width: 209px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    font: normal normal normal 13px/24px Nunito Sans;
    letter-spacing: 1.3px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#order-detail .order-infos_titles * {
    padding: 0;
}

.order_detail_box {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    padding: 16px 30px 18px;
    width: calc(50% - 8px);
    float: left;
    margin-top: 16px;
}

.order_detail_box--carrier {
    margin-right: 16px;
}

.order_detail_box-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 0px;
    gap: 4px;
}

.order_detail_box--title {
    font: normal normal normal 14px/22px Nunito Sans;
    color: #ABABAB;
}

.order_detail_box--value {
    font: normal normal 600 14px/22px Nunito Sans;
    color: #222222;
}

#order-detail .invoice_wrapper {
    margin-top: 16px;
}

#order-detail .invoice_wrapper a {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    background: #019B95 0% 0% no-repeat padding-box;
    border-radius: 8px;
    color: #FFFFFF;
    margin-left: auto;
}

#order-history {
    padding: 20px 29px;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    margin-top: 14px;
}

#order-history .subtitle_order_follow {
    font: normal normal bold 18px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #2D2D2D;
    text-transform: none;
    margin-bottom: 11px ;
}

#order-detail #order-products {
    margin-top: 16px;
    margin-bottom: 0;
}

#order-detail #order-products td,
#order-detail #order-products th {
    border-right: 1px solid #E1E1E0;
}

#order-detail #order-products td {
    padding-top: 14px;
    vertical-align: middle;
    padding-bottom: 11px;
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #202625;
}

#order-detail #order-products tfoot tr td:first-of-type {
    padding-right: 35px;
}

#order-detail #order-products tfoot tr td:last-of-type {
    padding-right: 20px;
}

#order-detail #order-products th {
    background: #F9F9F9;
    border-bottom: 1px solid #E1E1E0;
    padding-top: 14px;
    font: normal normal bold 14px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

#order-detail .order_products_table-product {
    width: 550px;
}

#order-detail #order-products .product-name {
    padding-left: 16px;
}

#order-detail #order-products .product-reference {
    font: normal normal normal 10px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #ABABAB;
}

#order-detail #order-products .line-total td,
#order-detail #order-products .product-name strong {
    font: normal normal bold 14px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #202625;
}

#order-detail .order_products_table-qty {
    width: 120px;
}

#order-detail .product-qty {
    text-align: right;
    padding-right: 23px;
}

#order-detail .order_products_table-unit_price {
    width: 210px;
}

#order-detail .product-unit_price {
    text-align: right;
    padding-right: 35px;
}

#order-detail .product-total_price {
    text-align: right;
    padding-right: 20px;
}

.order-carriers-table-wrapper {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    padding: 20px 30px;
}

.order-carriers-table-wrapper table {
    margin-bottom: 0;
}

#order-detail .order-carriers-date_add {
    width: 175px;
}

#order-detail .order-carriers-carrier {
    width: 340px;
}

#order-detail .order-carriers-weight {
    width: 225px;
}

#order-detail .order-carriers-cost {
    width: 225px;
}

.back_to_customer_page {
    height: 50px;
    width: 256px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: normal normal normal 13px/24px Nunito Sans !important;
    letter-spacing: 1.3px;
    color: #222222;
    text-transform: uppercase;
    opacity: 1;
    gap: 18px;
}

.back_to_customer_page.history_link {
    width: 350px;
    display: none;
}

.back_to_customer_page.addresses_link {
    width: 269px;
    display: none;
}

#address .cocpit_link,
#order-detail .cocpit_link {
    display: none;
}

#address .back_to_customer_page.addresses_link,
#order-detail .back_to_customer_page.history_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tumbnail-container{
    height: 250px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    postion: relative;
}

.tumbnail-container .slick-arrow {
    position: absolute;
}

.tumbnail-container .slick-arrow.previous_button_arrow {
    left: 0;
    z-index: 98;
    top: calc(50% - 25px);
}

.tumbnail-container .slick-arrow.next_button_arrow {
    right: 0;
    z-index: 98;
    top: calc(50% - 25px);
}

.tumbnail-container .slick-arrow span {
    display: none;
}

.product-title > a {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #222222 !important;
}

body#index .btn.cdpcp-compare-btn {
    font-size: 26px;
    text-align: center;
    height: 32px;
    width: 32px;
    background-color: #FBFBFB;
    position: absolute;
    top: 19px;
    right: 53px;
    z-index: 13;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.btn.cdpcp-compare-btn {
    font-size: 26px;
    text-align: center;
    height: 32px;
    width: 32px;
    background-color: #FBFBFB;
    position: absolute;
    top: 15px;
    right: 59px;
    z-index: 13;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.products_addons .btn.cdpcp-compare-btn,
.viewed_products .btn.cdpcp-compare-btn {
    display: none !important;
}

body#index .product-list-reviews, body#index .aggregateRating {
    display: none;
}

.subname_category {
    color: #222222;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 10px;
}

.img-fluid{
    height: 250px;
    width: 250px;
}


.slick-dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 214px;
    z-index:20;
}

.look_product {
    color: #ABABAB;
    font-size:14px;
    text-decoration: underline;
}

.product-flags{
    padding-top: 9px;
}

.product-flag.discount{
    position: absolute;
    top: 209px;
    height: 55px;
    text-align: left;
    border-radius: 0px 10px 10px 0px;
    background-color: #E10024 !important;
    z-index: 3;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding-top: 18px !important;
    padding-left: 10px !important;
}


body#index .product-description {
    padding-left: 30px !important;
    padding-right: 30px !important;
    position: static !important;

    background-color: transparent !important;
}

.product-description {
    padding-left: 20px !important;
    padding-right: 30px !important;
    position: static !important;
    padding-top: 20px;
    background-color: transparent !important;
}

.product-flag:not(.discount){
    border-radius: 0 25px 25px 0px;
}

.product-price-and-shipping {
    margin-bottom: 13px;
}

.product-description > * {
    text-align: left !important;
}

.price {
    color: #019B95;
    font-size: 30px;
}


#products .thumbnail-container:hover .product-description::after, #products .thumbnail-container:focus .product-description::after, .featured-products .thumbnail-container:hover .product-description::after, .featured-products .thumbnail-container:focus .product-description::after, .product-accessories .thumbnail-container:hover .product-description::after, .product-accessories .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after, .product-miniature .thumbnail-container:focus .product-description::after {
    display: none;
}

.from_product {
    color: #222222;
    font-size: 16px;
    margin-bottom: 20px;
}

.desc_short {
    height: 40px;
    width: 263px;
    margin-bottom: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.desc_short > p {
    color: #ABABAB;
    font-size: 13px;
}

.regular-price {
    color: #ABABAB;
    font-size: 16px;
    font-weight: 400;
}

.discount::after{
    content: "";
    position: absolute;
    top: 0px;
    height: 55px;
    border-top: 25px solid transparent;
    border-left: 50px solid #E10024;
    border-bottom: 25px solid transparent;
    border-radius: 10px;
    right: -42px;
    z-index: 1;
}

body#index .product {
    height: 533px;
    width: 323px;
    border: 1px solid #e1e1e0;
    border-radius: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

.product {
    height: 568px;
    width: 323px;
    border: 1px solid #e1e1e0;
    border-radius: 12px;
    padding-left: 0px;
    padding-right: 0px;
}

.product-thumbnail {
    width: 100% !important;
}

.slick-dots > li > button {
    border-radius: 25px;
    height: 5px;
    width: 5px;
    background-color: #D7D7D7;
    border: none;
    margin: 2px;
    padding-top: 11px;
    color: transparent;
}

.slick-slide > div > .img-fluid {
    display: block !important;
    margin-right: auto !important;
}

body:not(#product) .slick-slide:nth-child(4n){
    margin-right: 20px;
}

#product .products_addons {
    position: relative;
}

#product .viewed_products {
    margin-top: 23px;
    margin-bottom: 23px;
    width: 100%;
}

#product .brandszone {
    margin-top: 8px;
}

#product .comments_wrapper {
    display: none;
}

#product .tab-pane .comments_wrapper {
    display: block;
}

#product .viewed_products .slick-slide:nth-child(4n),
#product .products_addons .slick-slide:nth-child(4n) {
    margin-right: auto;
}

#product .viewed_products .previous_arrow,
#product .products_addons .previous_arrow,
#product .products_addons .io-wishlist__button {
    display: none;
}

#product .viewed_products .slick-arrow,
#product .products_addons .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
}

#product .viewed_products .slick-arrow.slick-disabled,
#product .products_addons .slick-arrow.slick-disabled {
    display: none !important;
}

#product .viewed_products .next_button_arrow,
#product .products_addons .next_button_arrow {
    right: -15px;
}

#product .viewed_products .previous_button_arrow,
#product .products_addons .previous_button_arrow {
    left: -15px;
}

#product .viewed_products .thumbnail-container {
    margin-bottom: 0;
    width: auto;
}

#product .product-custom-order-text {
    font: normal normal normal 16px/26px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    margin-top: 17px;
    margin-bottom: 18px;
}

#product .product-custom-order-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #019B95 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    width: 168px;
    height: 50px;
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#product .selected_label:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "\E876";
    font-family: "Material Icons";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E0;
    top: -10px;
    border-radius: 100%;
    color: #019B95;
}

#blockcart-modal .modal-body .divide-right span {
    display: none !important;
}

#blockcart-modal .row-body-cart-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

#blockcart-modal .divide-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 0;
    border-bottom: 1px solid #E1E1E0 ;
    padding: 16px 0 16px 44px;
}

#blockcart-modal .cart-content .cart-content-btn {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

#blockcart-modal .product-image {
    max-width: 100px;
    max-height: 100px;
}

#blockcart-modal .modal-dialog {
    max-width: 662px;
}

#blockcart-modal .modal-btn {
    height: 50px;
    width: 180px;
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0px;
    text-transform: none;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    margin: 0 !important;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#blockcart-modal .btn-continue-shopping {
    background: #FFFFFF;
    color: #222222;
}

#blockcart-modal .btn-proceed-to-checkout {
    background: #019B95 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}

#blockcart-modal .product-modal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#blockcart-modal .product-name-modal {
    text-align: left;
    font: normal normal 800 18px/24px Nunito Sans;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #222222;
    margin-top: 7px;
    margin-bottom: 0;
}

#blockcart-modal .cart-content {
    padding-left: 0;
    margin: 20px 0px;
}

#blockcart-modal .product-category-modal {
    font: normal normal normal 18px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    margin-bottom: 9px;
}

#blockcart-modal .modal-description .product-price {
    font: normal normal bold 22px/26px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    margin-bottom: 0;
}

#blockcart-modal .modal-body {
    padding: 0;
    border-radius: 12px;
}

.modal-content {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
    min-height: 315px;
}

#blockcart-modal .modal-header {
    border-radius: 12px 12px 0 0;
    padding-top: 20px;
    padding-bottom: 23px;
    padding-left: 20px
}

#blockcart-modal .modal-title i.material-icons {
    font-size: 47px;
    margin-right: 4px;
    line-height: inherit;
}

#blockcart-modal .modal-title {
    font: normal normal 600 22px/38px Nunito Sans;
    letter-spacing: 0px;
    color: #202625;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#blockcart-modal .cart-content-wrapper {
    padding: 0 29px;
}

#blockcart-modal .additional_products {
    margin-left: -15px;
    margin-top: 10px;
}

#blockcart-modal .additional_products h5 {
    font: normal normal 800 18px/24px Nunito Sans;
}

#blockcart-modal .additional_products .product-name {
    color: #222222;
    font: normal normal normal 16px/24px Nunito Sans;
    margin-bottom: 0;
    padding-left: 0;
}

.modal-header .close {
    margin-top: 9px;
    margin-right: 0px;
    font-size: 27px;
}

.featured-products-section-title{
    color: #222222;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
    text-align: left;
    font-weight: 700;
    margin-bottom: 16px !important;
    margin-top: 0px !important;
}

.featured-products-header > h2 {
    padding-top: 9px !important
}

.featured-products > .spacerbluegray:first-of-type {
    margin-bottom: 33px !important;
}

.featured-products > .spacerbluegray:last-of-type {
    margin-bottom: 7px !important;
}

.featured-products > div.products {
    margin-top: 20px;
}

#promotion_section, #newproducts_section, #bestsellers_section {
    margin-top: 32px !important;
}

.carousel_popular_products{
    padding-right: 5px;
    padding-left: 15px;
}

.subname_category {
    height: 19px;
}

.featured-products-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.see_all_24h_materace {
    background-color: #019B95;
    color: white;
    border-radius: 8px;
    padding: 5px;
    margin-left: 78px;
    height: 50px;
    font-size: 13px;
    letter-spacing: 1.3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 45px;
}

.see_all_24h_materace:focus,
.see_all_24h_materace:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.slick-prev, .slick-next{
    background-color: transparent;
    border-radius: 8px;
    border: 0px;
    width: auto;
}

.slick-prev:hover, .slick-next:hover {
    cursor: pointer;
}

.slick-prev::before {
    content: "\f104";
    float: left;
    font-family: FontAwesome;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    color: #019B95;
    font-weight: 100;
}
.slick-next::before {
    content: "\f105";
    float: left;
    font-family: FontAwesome;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: 100;
    color: #019B95;
}

.all_brands .slick-next::before,
.all_brands .slick-prev::before {
    font-size: 40px;
    line-height: 40px;
}

.arrows_appendhere {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.all_brands  .slick-arrow {
    display: none !important;
}

.slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#index .all_brands .slick-arrow {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: none !important;
    position: absolute;
    top: 110%;
}

.previous_arrow{
    font-size: 13px;
    color: #222222;
    letter-spacing: 1.3px;
    margin-left: 16px;
    margin-right: 16px;
}

span.material-icons-outlined.featuredmaterial {
    padding-left: 20px;
}


span.featured-products-span.text-uppercase {
    color: #019B95;
    font-weight:700;
}


button:focus{
    outline: 0px !important;
}

.slick-dots > li > button {
    border-radius: 25px;
    height: 10px;
    width: 6px;
    background-color: #D7D7D7;
    border: none;
    margin: 3px;
    padding-top: 10px;
    color: transparent;
}

.slick-active > button {
    background-color: #019B95 !important;
}

.slick-slide > div > .img-fluid {
    -o-object-fit: none;
    object-fit: none;
}

#products .thumbnail-container .product-thumbnail, .featured-products .thumbnail-container .product-thumbnail, .product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail {
    height: 250px;
    width: 250px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 30px

}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    background: transparent;
}

#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products{
    gap: 16px;
}

.product-miniature {
    width: 100%;
}

body#index .io-wishlist__button{
    font-size: 26px;
    text-align: center;
    height: 32px;
    width: 32px;
    background-color: #FBFBFB;
    position: absolute;
    top: 18px;
    right: 17px;
    z-index: 3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.io-wishlist__button{
    font-size: 26px;
    text-align: center;
    height: 32px;
    width: 32px;
    background-color: #FBFBFB;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.theme-default a.nivo-prevNav{
    left: 24px;
    margin-top: -15px;
}


.theme-default a.nivo-nextNav {
    right: 24px;
    margin-top: -15px;
}

.container.page404{
    margin-top: 76px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 110px;
}


.cms-id-1 .wysylka {
    border: 1px solid #019B95;
    color: #019B95;
}

.cms-id-2 .regulamin {
    border: 1px solid #019B95;
    color: #019B95;
}


.cms-id-3 .polityka {
    border: 1px solid #019B95;
    color: #019B95;
}


.cms-id-4 .onas {
    border: 1px solid #019B95;
    color: #019B95;
}


.cms-id-5 .sposoby {
    border: 1px solid #019B95;
    color: #019B95;
}


.cms-id-6 .gwarancja {
    border: 1px solid #019B95;
    color: #019B95;
}


.cms-id-8 .raty {
    border: 1px solid #019B95;
    color: #019B95;
}


.cms-id-9 .jakwybrac {
    border: 1px solid #019B95;
    color: #019B95;
}

.cms-id-11 .druki {
    border: 1px solid #019B95;
    color: #019B95;
}




.left404 {
    width: 42%;
    padding: 85px;
    padding-left: 103px;
}

.right404 {
    width: 50%;
    padding-left: 20px;
}

.h1404 {
    color: #222222;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 0px;
}

.h2404 {
    color: #019B95;
    font-size: 46px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 17px;
}

.p404{
    color: #222222;
    font-size: 16px;
    line-height: 21px;
}

.button404{
    height: 50px;
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    margin-top: 33px;
    color: black;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leftcolumnlinks {
    width: 290px;
    margin-right: 49px;
    padding-top: 14px;
}

.leftcolumnlinks > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    color: black;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 16px;
}

.leftcolumnlinks > a.active {
    color: #019B95;
    border: 1px solid #019B95;
}


#cms > main > #wrapper > .container > #content-wrapper > #main {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}


.cms_heading{
    font-size: 30px;
    color: #222222;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 17px;
}

.cms_heading_para {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 29px !important;
}

.page-cms > h2 {
    font-size:22px;
    line-height: 38px;
}

.page-cms > p {
    font-size: 14px;
    line-height: 21px;
    color: #222222;
}

.underlined.cms_page {
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 24px;
}

.cms_page.need_space2 {
    margin-top: 38px;
}

.ship_name {
    font-weight: 800;
    padding-left: 30px;
    margin-bottom: 0px;
    margin-top: 37px;
}

.ship_text{
    padding-left: 30px;
    margin-bottom: 0px;
}

.cms_page.need_space{
    margin-top: 30px;
}

.ship_container {
    width: 100%;
    height: 211px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    margin-bottom: 16px;
}

.ship_container:first-of-type {
    margin-top: 12px;
}

.ship_container:last-of-type {
    margin-bottom: 27px;
}

.ship_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    margin-right: 29px;
}

.ship_left > img {
    width: 120px;
    height: auto;
}

.ship_right {
    padding: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 10px;
}

.page-cms-5 > .ship_container:last-of-type {
    height: 190px;
}

.page-cms-6 {
    width:100%;
    max-width:888px;
}

.gwarancja_send > li::marker {
    color: #019B95;
}

.spacerbluegray {
    height: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom:20px;
}

.page-cms-6 {
    padding-left: 0px;
}

#selected-search-category > p {
    color: #222222;
    font-size: 13px
}

.spacerblue {
    width: 97px;
    background-color: #019B95;
    height: 2px;
}

.answear_gwarancja {
    margin-bottom: 3px;
}

.spacergray {
    width: 100%;
    background-color: #E1E1E0;
    height: 2px;
}

.gwarancja_send {
    margin-bottom: 10px !important;
    margin-top: 22px !important;
}

#index .spacergray,
#product .spacergray {
    width: 100%;
}

#index .spacerblue,
#product .spacerblue {
    width: 97px;
}

.page-cms-4 {
    width: 100%;
    max-width: 1001px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.page-cms-1 {
    max-width: 770px;
    width:100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 10px !important;
}

.page-cms-5 {
    max-width: 775px;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 10px !important;
}

.page-cms-5 > .cms_heading_para {
    margin-bottom: 10px !important;
}

.page-cms-6 > .cms_heading_para {
    margin-bottom: 25px !important;
}

.page-cms-4 > .cms_heading_para {
    margin-bottom: 24px !important;
}

.page-cms-10  .cms_heading_para {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.page-cms-6 > .cms_heading_para:last-of-type {
    margin-bottom: 0px !important;
}

.pcms16 {
    font-size: 16px !important;
    margin-bottom: 30px;
}

.weareaware{
    border: 1px solid #019B95;
    border-radius: 12px;
    padding: 22px;
    width: 100%;
}

p.weareawareparagrahp {
    color: #019B95;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3px;
}

span.weareawarespan {
    font-weight: 800;
    text-decoration: underline;
}

.invite_aboutus {
    color: #019B95;
    margin-bottom: 12px !important;
}

.page-cms-8{
    width: 100%;
    max-width: 1001px;
    padding-left:0px !important;
    padding-right: 1px !important;
}

.page-cms-8 > .cms_heading_para {
    margin-bottom: 25px !important;
}

.list_credit:first-of-type{
    margin-top: 13px;
}

.list_credit:last-of-type {
    margin-bottom:23px;
}

.graycredit {
    color: #ABABAB;
}

.list_credit {
    font-size: 16px !important;
    margin-bottom: 0px;
    line-height: 24px !important;
}

.h2wgray {
    margin-bottom: 12px !important;
}

.pcms8{
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 28px !important;
}

.page-cms-9 {
    width: 100%;
    max-width: 1001px;
    padding-left: 0px;
    padding-right: 0px;
}

.list_howtochoose > p {
    margin-bottom: 0px !important;
    color: black;
}

.list_howtochoose {
    margin-bottom: 31px !important;
}

.margin22 {
    margin-bottom: 22px !important;
}

.margin28 {
    margin-bottom: 28px !important
}

.cms_heading_para.preferences {
    margin-bottom: 24px !important
}

.what_materace {
    margin-bottom: 11px !important
}

.stationary_container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.stationary_left {
    width: 50%;
    padding-top: 70px;
}

.stationary_left > .cms_heading.blue {
    color: #019B95 !important;
    margin-bottom: 19px !important;
    font-weight: 400;
}

.stationary_left > .cms_heading {
    margin-bottom: 0px !important;
}
.stationary_left > .cms_heading_para {
    margin-bottom: 112px !important;
}

.stationary_right {
    padding: 30px;
}

.page-cms-10 > h2 {
    margin-top: 10px;
    margin-bottom: 14px;
    line-height: 31px;
}

.register-form .form-control-label {
    margin-top: 21px;
}

.register-form .left-culumn_subtext {
    margin-bottom: 15px;
}
.submit-register-form {
    margin-top: 15px !important;
}

.list-right-column_register {
    margin-bottom: 29px;
}

#authentication .authentication-right-column-top_wrapper {
    width: 100%;
}

.io-wishlist__button {
    cursor: pointer;
}

.wishlist_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.your_list {
    margin-top: 27px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
}

.your_list_p{
    color: #ABABAB;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

#address .address-form .vat_number,
#address .address-form .company,
#address .address-form .id_country,
#address .address-form .alias,
#checkout .js-address-form .vat_number,
#checkout .js-address-form .company,
#checkout .js-address-form .id_country,
#checkout .js-address-form .alias {
    display: none;
}

#address .invoice-form .vat_number,
#address .invoice-form .company {
    display: block !important;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    margin-top: 9px !important;
    margin-bottom: 4px !important;
}

::-webkit-scrollbar {
    display: none
}

.module-ha_customorder-customorder-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#module-ha_customorder-customorder .page-header h1 {
    font: normal normal bold 30px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    margin-top: 47px;
}

.module-ha_customorder-customorder-content .top-description-header {
    font: normal normal bold 18px/28px Nunito Sans;
    letter-spacing: 0px;
    color: #019B95;
    margin-bottom: 15px;
}

.module-ha_customorder-customorder-content .top-description-footer,
.module-ha_customorder-customorder-content .top-description-text {
    text-align: left;
    font: normal normal normal 16px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

.module-ha_customorder-customorder-content .top-description-text {
    margin-bottom: 23px;
}

.module-ha_customorder-customorder-content .top-description-footer span {
    font: normal normal bold 16px/22px Nunito Sans;
}

#customOrderFrom .customOrder-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

#customOrderFrom .information-customOrder {
    margin-bottom: 18px;
}

#customOrderFrom .contact-customOrder {
    margin-bottom: 7px;
}

#customOrderFrom .row-file {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}

#customOrderFrom .lines_wrapper {
    position: relative;
    height: 32px;
}

#customOrderFrom .lines_wrapper hr {
    position: absolute;
    top: 0;
    width: 100%;
}

#customOrderFrom .lines_wrapper .second_line {
    background: #019B95 0% 0% no-repeat padding-box;
    width: 97px;
    border-color: #019B95;
    z-index: 2;
}

#customOrderFrom .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0;
}

#customOrderFrom .form-control-label {
    font: normal normal 600 14px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    margin-top: 0;
    margin-bottom: 4px;
    padding-top: 0;
}

#customOrderFrom .form-control-label .required {
    font: normal normal 600 14px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #ABABAB;
}

#customOrderFrom .section-title {
    font: normal normal bold 22px/38px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    margin-bottom: 0;
}

#customOrderFrom input:-ms-input-placeholder, #customOrderFrom select:-ms-input-placeholder {
    color: #ABABAB;
}

#customOrderFrom input::-ms-input-placeholder, #customOrderFrom select::-ms-input-placeholder {
    color: #ABABAB;
}

#customOrderFrom input::placeholder,
#customOrderFrom input:-ms-input-placeholder,
#customOrderFrom input::-ms-input-placeholder,
#customOrderFrom select::placeholder,
#customOrderFrom select:-ms-input-placeholder,
#customOrderFrom select::-ms-input-placeholder {
    color: #ABABAB;
}

#customOrderFrom input:not(.dropdown-item),
#customOrderFrom select {
    background-color: #FFFFFF;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    font: normal normal normal 14px/22px Nunito Sans;
    letter-spacing: 0px;
    padding-left: 16px;
    color: #222222;
    height: 44px;
}

#customOrderFrom select {
    background-image: url("../img/expand_more.svg");
}

.btns_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 8px);
    margin-top: 10px;
}

#customOrderFile {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.trap_file_btn {
    background: #019B95 0% 0% no-repeat padding-box;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    font: normal normal normal 14px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    min-width: 110px;
    height: 44px;
    z-index: 2;
}

#trap_file_name {
    border-radius: 0;
    margin-left: -15px;
    padding-left: 30px !important;
}

#customOrderFile {
    opacity: 0;
    z-index: 10;
    width: 100%;
}

#customOrderFrom .terms_accept {
    margin-top: 30px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#customOrderFrom .terms_accept label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#btnNewCustomOrder {
    background: #019B95 0% 0% no-repeat padding-box;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 166px;
    height: 50px;
    font: normal normal normal 14px/24px Nunito Sans;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#customOrderFrom .unit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#customOrderFrom .unit {
    position: absolute;
    right: 15px;
    font: normal normal normal 14px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

.see_all_24h_materace.hidden-md-up {
    margin-left: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#selected-search-category > p{
    margin-bottom: 0px;
}

#product .custom_select {
    max-width: 436px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#product .left_wrapper_custom_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#product .custom_select_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #E1E1E0;
    min-height: 50px;
    border-radius: 8px;
    padding: 10px;
}

#product .custom_select_option.active {
    border: 1px solid #019B95 !important;
}

#product .custom_select-open {
    display: block;
    max-height: 300px;
    overflow-y: auto;
}

#product .shopping_cart_icon {
    margin-right: 10px;
}

#product .custom_select-open .custom_select_option:not(:first-of-type) {
    border-top:0;
    border-radius: 0;
}

#product .custom_select-open .custom_select_option:first-of-type {
    border-radius: 8px 8px 0 0;
}

#product .custom_select-open .custom_select_option:last-of-type {
    border-radius: 0px 0px 8px 8px;
}

#product .custom_select_color {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

#product #add-to-cart-or-refresh {
    position: relative;
}

#product #add-to-cart-or-refresh .loader.loading {
    background: rgba(255, 255 , 255, 0.5);
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
}

#product .product-customization {
    display: none;
}

#product #content.images_product {
    max-width: 638px;
    margin: 0;
}

#product .product-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E1E1E0;
    border-radius: 12px;
}

#product .product-cover img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#product .shop-logo-product {
    width: 166px;
    height: 40px;
}

#product-modal .modal-content .modal-body .product-images {
    display: block;
    overflow: visible;
}

#product-modal .modal-content .modal-body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
}

#product #product-description-short-2 {
    padding: 0 !important;
    margin: 0;
}

#product .product-prices .product-discount {
    text-align: left;
}

#product .product-prices .discount-amount {
    display: none;
}

#product .podstawy-container label,
#product .product-variants .input-container label{
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    padding: 7px 16px;
    margin:0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#product .product-variants .input-container.custom-order-button .radio-label {
    background: #88DCD4;
    color: #FFFFF0;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#product .group_name {
    font: normal normal bold 16px/18px Nunito Sans;
    letter-spacing: 0px;
    color: #019B95;
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}

#product .group_name > span:nth-of-type(2) {
    margin-left: auto;
}

.attribute-description-container .desc-icon{
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    color: #444;
    text-align: center;
    font-weight: 600;
    line-height: 16px;
    border: 1px solid #ccc;
    right: -5px;
    top: -8px;
    cursor: pointer;
    z-index: 1;
}

#link-to-other-products{
    padding: 3px 5px;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    background: #88DCD4;
    color: #fff;
    font: normal normal normal 14px/24px Nunito Sans;
}

.attribute-description-container .attribute-description{
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 8px;
    color: #333;
    padding: 5px;
    font-size: 12px;
    opacity: 1;
    z-index: 2;
    border: 1px solid #ccc;
    transform: translateX(50%);
    max-width: 200px;
    text-align: left;
    top: -1px;
}

.attribute-description-container .desc-icon:hover + .attribute-description{
    display:block !important;
}

.attribute-description-container .attribute-description:hover{
    display:block !important;
}

#product .group_name > span:not(:first-of-type) {
    border: 1px solid #E1E1E0;
    padding: 6px;
    background: #88DCD4;
    color: #fff;
    border-radius: 8px;
}

#cart .favorite-product-list .add-to-cart{
    background-color: #019B95;
}

@media (max-width: 767px) {
    #cart .x13favoriteproduct-cart-list-wrapper {
        display: block !important;
        margin: 30px 0;
        padding: 0 5px;
    }
}

#product .tab-pane .product-description {
    padding: 0 !important;
}

#product .tab-pane#product-shipping-custom:not(.active) {
    display: none !important;
}

#product .tab-pane#product-shipping-custom,
#product .tab-pane#product-shipping-custom p {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(122, 122, 122);
}

#product .tab-pane#product-shipping-custom p img {
    max-height: 70px;
    object-fit: contain;
    width: unset;
}

.mask-images-mobile {
    display: none;
}

.podstawy-checkbox {
    margin-right: 16px;
    margin-bottom: 16px;
}

body#checkout #cart-summary-product-list .media-body {
    position: relative;
}


#product .product-variants .input-container label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 97px;
    height: 40px;
}

#product .product-variants .input-container .input-radio {
    left: 0;
}

#product .podstawy-container .radio-label:hover {
    cursor: pointer;
}

#product .podstawy-container .radio-label,
#product .product-variants .radio-label {
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0.14px;
    color: #222222;
}

#product .podstawy-container .radio-label:last-of-type,
#product .product-variants .radio-label:last-of-type {
    color: #ABABAB;
}

#product .podstawy-container .radio-label,
#product .product-variants .radio-label,
#product .product-variants .input-color,
#product .product-variants .input-color,
#product .product-variants .input-radio,
#product .product-variants .input-radio {
    border: 0;
}

#product .selected_label,
#product .selected_label .radio-label {
    background: #019B95 0% 0% no-repeat padding-box;
    border: 0;
    color: white;
}

#product .selected_label .radio-label:last-of-type,
#product .selected_label .radio-label:last-of-type {
    color: #FFFFFF;
    opacity: 0.5;
}

.product-variants-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom_group_attributes {
    width: 100%;
    margin-bottom: 0;
}

.product-variants hr {
    border-top: 1px solid #E1E1E0;
    margin-top: 0;
    margin-bottom: 15px;
}

#product .show_more_hr_1 {
    margin-top: 6px;
}

#product .product-discounts {
    display: none;
}

.podstawy-container input {
    display: none;
}

.podstawy-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.collapse-under {
    display: none;
}

.slips_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.buttonize {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    background-color: #019B95;
    border-radius: 8px;
}


.slipgray {
    font-size: 14px;
    color: #ADADAD;
}

.slipblack {
    color: #202625;
    font-weight: 500;
}

.creditslip_single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 297px;
    border: 1px solid #E1E1E0;
    padding: 20px;
    border-radius: 8px;
    gap: 20px;
}

.product_title_productpage {
    text-transform: none;
    color: #222222;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0px;
}

#product .product-container {
    margin-bottom: 8px;
}

#product .product_title_productpage {
    text-transform: uppercase;
}

#product .show_more_attribute {
    text-decoration: underline;
    font: normal normal normal 14px/26px Nunito Sans;
    letter-spacing: 0px;
    color: #ABABAB;
    margin-bottom: 0;
    display: inline-block;
}

#product .show_more_attribute:hover {
    cursor: pointer;
}

#product .product_addons_header {
    font: normal normal bold 30px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    margin-top: 19px;
    margin-bottom: 37px;
}

#product .product-viewed-product {
    width: 210px;
    height: 270px;
}

#product .product_addon .product-list-reviews,
#product .product_addon .desc_short,
#product .product_addon .look_product,
#product .product_addon .from_product {
    display: none;
}

.from_product-addons,
.add_to_cart_custom_product {
    display: none;
}

.product_addon .from_product-addons {
    display: inline;
    font: normal normal normal 14px/26px Nunito Sans;
    letter-spacing: 0px;
}

#product .product_addon .add_to_cart_custom_product {
    display: block;
}

#product .product_addon .add_to_cart_product_miniature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 196px;
    height: 50px;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    background: transparent;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

#product .product_addon .add_to_cart_text {
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0.14px;
    color: #222222;
    opacity: 1;
}
#product .product-viewed-product .subname_category,
#product .product-viewed-product .product-title,
#product .product_addon .subname_category,
#product .product_addon .product-title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#product .product-viewed-product .product-title {
    text-transform: uppercase;
}

#product .product-viewed-product .product-title a,
#product .product_addon .product-title a {
    font: normal normal 800 15px/20px Nunito Sans !important;
    letter-spacing: 0px;
}

#product .product-viewed-product .product-title {
    margin-top: 13px !important;
    margin-bottom: 0 !important;
}

#product .product-viewed-product .subname_category,
#product .product_addon .subname_category {
    font: normal normal normal 15px/20px Nunito Sans;
}

#product .product-viewed-product .product-thumbnail {
    position: relative;
}

.product-viewed-top-layer {
    position: absolute;
    top: -100%;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product-viewed-top-layer .from_product {
    font: normal normal normal 15px/26px Nunito Sans;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.product-viewed-product .price {
    font: normal normal bold 26px/26px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

.product-viewed-product .io-wishlist__button {
    z-index: 100;
}

.product-viewed-product:hover .product-viewed-top-layer {
    top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.85;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    visibility: visible;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product-viewed-product:hover .product-title,
.product-viewed-product:hover .subname_category {
    text-decoration: underline;
}

.product-viewed-product:hover {
    border-color: #019B95;
}

#product .product-viewed-product .product-thumbnail,
#product .product-viewed-product .img-fluid,
#product .product-viewed-product .tumbnail-container,
#product .product_addon .product-thumbnail,
#product .product_addon .img-fluid,
#product .product_addon .tumbnail-container {
    height: 180px;
    width: 190px !important;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#product .product-viewed-product .product-thumbnail {
    margin-top: 10px;
}

#product .product_addon .product-description {
    width: 180px;
    padding: 0 !important;
    margin: 0 auto;
}

#product .product_addon .product-thumbnail {
    margin-top: 27px;
}

#product .product_addon .slick-dots {
    top: 145px
}

#product .product_addon .price {
    text-align: left;
    font: normal normal bold 18px/26px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

#product .product_addon .regular-price {
    font: normal normal normal 12px/26px Nunito Sans;
    letter-spacing: 0px;
    color: #919191;
}

#product .product_addon {
    height: 385px;
    width: 255px;
}

#product .tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

#product .tabs .nav-tabs .nav-item {
    margin-right: 40px;
    white-space: nowrap;
}

#product .tabs .nav-tabs .nav-link {
    font: normal normal normal 18px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #ABABAB;
    padding: 0 0 15px 0px;
}

#product .tabs .nav-tabs .nav-link.active {
    font: normal normal bold 18px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    border-color: #019B95;
}

.tabs .nav-tabs .nav-link:hover {
    border-color: #019B95;
}

#product .product-features > dl.data-sheet dd.value, #product .product-features > dl.data-sheet dt.name {
    margin-bottom: 0;
    margin-right: 0;
}

#product .product-features .data-sheet:nth-child(odd) {
    background: yellow;
}

#product .product-features dt {
    width: 25%;
    font: normal normal bold 14px/30px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

#product .product-features dd {
    margin-bottom: 0;
    width: 25%;
    font: normal normal normal 14px/30px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    padding-left: 5px;
}

#product .product_specification-list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 4px 0px;
    border-top: 1px solid #E1E1E0;
}

#product .product_specification-list_item:last-of-type {
    border-bottom: 1px solid #E1E1E0;
}

#product .product_specification-list_item:nth-child(odd) {
    background: #F9F9F9 0% 0% no-repeat padding-box;
}

#product .product_specification-list_item:nth-child(even) {
    background: #FFF;
}

#product .last_viewed_header {
    font: normal normal bold 30px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    margin-top: 6px;
    margin-bottom: 50px;
}

.product-page-add-to-wishlist {
    text-align: center;
    height: 32px;
    width: 160px;
    position: absolute;
    top: -143px;
    right: -4px;
    z-index: 3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.compare-btn-text {
    display: none;
}

.product-miniature .compare-btn-text,
.product-miniature .add-to-wishlist-text {
    display: none;
}

.compare-btn-text,
.add-to-wishlist-text {
    font-size: 10px;
}

.product-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 19px;
    -moz-column-gap: 19px;
    column-gap: 19px;
}

#product .product-prices {
    margin-top: -2px
}

#product .tax-shipping-delivery-label {
    margin-bottom: 22px;
}

#product .current-price-value {
    font: normal normal 800 36px/26px Nunito Sans;
}

#product .regular-price {
    text-decoration: line-through;
    font: normal normal normal 18px/26px Nunito Sans;
    letter-spacing: 0px;
    color: #919191;
}

#product .product-add-to-cart .control-label {
    display: none;
}

.product-prices > .product-price > .current-price {
    font-size: 36px;
    color: #222222;
    line-height: 26px;
    font-weight: 800;
    margin-bottom: 0px;
}

.product-prices > .product-discount > .regluar-price {
    margin-right: .625rem;
    font-weight: 500;
    text-decoration: line-through;
    margin-bottom: 3px;
    display: block;
}

.product-variants > .product-variants-item ul li {
    margin-right: 0px;
}

#product .product-variants {
    margin-top: 15px;
}

.product-variants > .product-variants-item {
    margin: 0;
}

.product-variants ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
}

.prod_code {
    margin-top: 20px;
}

.add_to_wishlist_p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #ABABAB;
}

.product-category {
    color: #222222;
    padding: 0px;
    font: normal normal normal 22px/36px Nunito Sans;
    letter-spacing: 0px;
}

.product-category--feature {
    text-transform: capitalize;
}

.product-container > .col-md-6:nth-child(2) {
    padding-left: 10px;
}

#product .breadcrumb {
    margin-bottom: 30px;
}

#product .product-quantity {
    gap: 9px;
    margin-top: 22px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.notavailable_span, .available_span {
    color: white;
}

.notavailable_span {
    background-color: red;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 20px !important;
}

.dostepnosc_product {
    margin-bottom: 0px;
    color: #ABABAB;
    letter-spacing: 0.42px;
    font-size: 14px;
    margin-top: 5px;
}

.custom_product-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#product .tabs {
    margin-top: 24px;
}

.tabs{
    padding-left: 0px;
    padding-right: 0px;
}

#product .availablity {
    margin: 8px 0;
    display: none !important;
}

#product .available,
#product .available_span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#product .availablity p {
    margin: 0;
}

#product .available {
    gap: 10px;
    font: normal normal normal 14px/26px Nunito Sans;
    letter-spacing: 0.42px;
    color: #333333;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#product .available_span {
    font-size: 15px !important;
}

#product .product-images > li.thumb-container > .thumb.selected, #product .product-images > li.thumb-container > .thumb:hover {
    opacity: 1;
}

.images-container .product-images > li.thumb-container > .thumb {
    border: 1px solid #019B95;
    border-radius: 12px;
    opacity: 0.5;
    margin-right: 0;
}

#product .product-images {
    width: calc(100% - 129px);

    gap: 16px;
    overflow: hidden;
    margin: auto;
}

#product .product-prices .discount {
    display: none;
}

#product .scroll-box-arrows i {
    width: 50px;
    height: 50px;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
    bottom: 50px;
}

.available_span {
    background-color: #17B837;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 20px !important;
}

#product .product-quantity .input-group-btn-vertical {
    display: none;
}

#product .qty > .input-group > input{
    background: transparent;
    border: 0px;
    text-align: center;
}

#product .qty {
    width: 170px;
    height: 60px;
    border: 1px solid #e1e1e0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.qtyDownProduct, .qtyUpProduct {
    width: 40px;
    height: 40px;
    color: black;
    background-color: #F9F9F9;
    border-radius: 8px;
    border: 0px;
    cursor: pointer;
}

#product .qtyDownProduct, #product .qtyUpProduct {
    font-size: 27px;
}

#product .product-quantity .available, #product .product-quantity .qty, #product .product-quantity .add {
    margin-bottom: 0;
}

#product .add > button{
    background-color: #019B95;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    height: 60px;
    min-width: 243px;
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0.14px;
    color: #F9F9F9;
}

#product .availablity {
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
}

#product .availablity-mobile {
    display: none;
}

.attributes_text {
    margin-bottom: 0px;
}

.dostosowania_produktu {
    color: #ABABAB;
    font-size: 13px;
    text-transform: none;
}

.attributes_text > * {
    color: #ABABAB;
    font-size: 13px;
    text-transform: none;
}

.porowynwarka_title {
    font-size: 30px;
    color: black !important;
    margin-top: 25px;
}

#module-cdproductcomparisonplus-compare #main .card {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.content_border_wrapper {
    border: 1px solid #E1E1E0;
    border-radius: 12px;
}

.cdpcp-table__show-product {
    width: 100%;
    height: 60px;
    background-color: #019B95;
    margin-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    border-radius: 8px;
}

.cdpcp-table__show-product span {
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0.14px;
    color: #F9F9F9;
    text-transform: none;
}

.cdpcp-table__product-inner > div {

    padding-right: 13px;
}

#left-column .btn.cdpcp-compare-btn {
    display: none;
}

.cdpcp-compare-btn--remove > span {
    display: block;
    -webkit-filter: opacity(0.45);
    filter: opacity(0.45)
}

.cdpcp-table__cell-inner {
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
}

#module-cdproductcomparisonplus-compare .cdpcp-table__delete {
    top: unset;
    background-color: transparent;
    border: 0px;
}

.cdpcp-table-actions {
    display: none;
}

.product_name_comparsion {
    font-weight: 800;
    font-size: 17px;
    line-height:24px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top:30px;
}

.product_catname_comparsion {
    color: black;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 12px;
}

.product_price_comprasion > * {
    color: black;
}

.product_price_comprasion > .price_from {
    font-size: 16px;
    line-height: 26px;
}

.product_price_comprasion > p {
    margin-bottom: 13px;
    margin-top: 17px;
}

.product_price_comprasion > p > span {
    color: black;
}

.products_comprasion_name {
    vertical-align: baseline !important;
    padding-top: 26px !important;
    padding-left: 28px !important;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e0;
    width: 25%;
}

th.cdpcp-table__header-cell.cdpcp-table__header-cell--empty.products_comprasion_name {
    border-bottom: 0px;
}

#cdpcp-table .table-striped tbody tr {
    border: 1px solid #E1E1E0;
}

#cdpcp-table .table th, .table td {
    border-top: 1px solid #e1e1e0;
}

.cdpcp-table__feature-cell{
    border: 1px solid #e1e1e0;
}

tr.cdpcp-table__feature-row:last-of-type > * {
    border-bottom: 0px !important;
}

.cdpcp-table-wrapper {
    padding: 0px;
    border-radius: 12px;
}

.mobile-table-cdpcp #cdpcp-table tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.mobile-table-cdpcp #cdpcp-table thead th {
    width: 100%;
}

.mobile-table-cdpcp #cdpcp-table tbody th {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    width: 100%;
}

.mobile-table-cdpcp .cdpcp-table__feature-cell--name:not(.products_comprasion_name), .mobile-table-cdpcp .cdpcp-table__header-cell--empty:not(.products_comprasion_name) {
    display: block !important;
}

.mobile-table-cdpcp #cdpcp-table th .cdpcp-table__cell-inner {
    text-align: center;
    padding-left: 0;
}

.mobile-table-cdpcp #cdpcp-table tbody th .cdpcp-table__cell-inner {
    font: normal normal bold 14px/30px Nunito Sans;
}

.mobile-table-cdpcp #cdpcp-table tbody td .cdpcp-table__cell-inner {
    font: normal normal normal 14px/30px Nunito Sans;
}

.mobile-table-cdpcp #cdpcp-table tbody .cdpcp-table__feature-cell:not(.cdpcp-table__feature-cell--name) {
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.mobile-table-cdpcp #cdpcp-table tbody th {
    background: #F9F9F9 0% 0% no-repeat padding-box;
}

.mobile-table-cdpcp .product_name_comparsion {
    white-space: normal;
    font: normal normal 800 14px/21px Nunito Sans;
}

.mobile-table-cdpcp .product_catname_comparsion {
    text-align: left;
    font: normal normal normal 14px/21px Nunito Sans;
}

.mobile-table-cdpcp .product_price_comprasion {
    text-align: left;
}

.mobile-table-cdpcp .product_price_comprasion .price_from {
    font: normal normal normal 14px/26px Nunito Sans;
    color: #222222;
}

.mobile-table-cdpcp .product_price_comprasion .price {
    font: normal normal bold 24px/26px Nunito Sans;
}

.mobile-table-cdpcp .product_price_comprasion > p {
    margin-top: 5px;
}

.mobile-table-actions {
    display: block !important;
    margin: 10px 10px 0px 0px;
}

#module-cdproductcomparisonplus-compare .cdpcp-remove-all_custom--desktop {
    margin-top: 16px;
}

#module-cdproductcomparisonplus-compare .cdpcp-remove-all_custom {
    font: normal normal normal 14px/24px Nunito Sans;
    letter-spacing: 0.14px;
    color: #222222;
}

.mobile-table-cdpcp .cdpcp-table__cell-mobile-header,
.mobile-table-cdpcp .products_comprasion_name {
    display: none !important;
}

.mobile-table-cdpcp #cdpcp-table .cdpcp-table__header-cell--product {
    border: 0;
}

.mobile-table-cdpcp .cdpcp-table__show-product img {
    padding-right: 0;
}

#module-cdproductcomparisonplus-compare .spacerbluegray.changemargin {
    margin-top: 60px !important;
}

#module-cdproductcomparisonplus-compare .spacergray {
    width: 100%;
}

.cdpcp-table {
    margin-bottom: 0px;
}

.cdpcp-table thead {
    border-bottom: 1px solid #e1e1e0;
}

.cdpcp-table__header-cell.cdpcp-table__header-cell--product {
    border: 1px solid #E1E1E0;
    border-collapse: collapse;
}

#module-cdproductcomparisonplus-compare .io-wishlist__button{
    display: none;
}

#category .category_banner-wrapper {
    width: 100%;
}

#category .category_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

#category .category_banner-img_wrapper {
    max-width: 436px;
    max-height: 300px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#category .category_banner img {
    width: inherit;
    max-height: inherit;
}

#category .category_banner h1 {
    font: normal normal bold 30px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
}

#category .category_banner h2 {
    font: normal normal 600 24px/33px Nunito Sans;
    letter-spacing: 0px;
    color: #019B95;
    opacity: 1;
}

#category .category_banner p {
    padding-top: 12px;
    font: normal normal normal 16px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #222222;
    opacity: 1;
    margin-bottom: 0;
}

#category .page-list li {
    display: none;
}

#category .pagination li:first-child, #category .pagination li:last-child, #category .pagination li.current {
    display: block
}

#category .pagination .pagine-container,
#category .pagination .page-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagine-container {
    width: 100%;
}

body#checkout  .cart-summary-products > p {
    font-size:18px;
    color: black;
    font-weight: 700;
}

body#checkout  .cart-summary-products > p > .graycolor {
    color: #ABABAB;
}

.adress_heading_summary.inside {
    width: 100%;
}

.last_viewed_mobile {
    display: none;
}


#product .all_brands {
    margin-left: 0px;
}

.top-menu[data-depth="2"]{
    width: auto;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 30px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    left: 100%;
    background-color: white;;
    padding: 10px 20px;
    top: -11px;
    -webkit-box-shadow: 10px 10px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 10px 10px 10px 2px rgb(0 0 0 / 10%);
}

#_desktop_top_menu .dropdown-item {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.top-menu[data-depth="1"] .collapse {
    visibility: hidden;
}

.block-categories .collapse-icons > * {
    color: #e1e1e0;
    font-size: 21px;
}

.top-menu .sub-menu ul[data-depth="1"] > li {
    position: relative;
}

#_desktop_top_menu a {
    padding-bottom: 0px;
    text-transform: none;
}

ul.top-menu {
    gap: 15px;
}

.opis_h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
}

.opis_h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}

.opis_long_desc {
    color: black;
    font-size: 16px;
    line-height: 30px;
    padding-right: 16px;
}

.opis_sekcja_1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.opis_sekcja_1_left {
    width: 50%;
}

.holder_z_czego {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 40px;
}

.opis_item_right > h1 {
    font-size: 18px;
}

.facet-label .search-link {
    text-align: left;
    padding-right: 20px;
}

.opis_item_right > p {
    font-size: 16px;
    line-height: 26px;
    color: #ababab;
    margin-bottom: 0;
}

.opis_produktu_holder img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.certified_holder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}
.opis_border_{
    margin-top: 50px;
    border: 1px solid #019b95;
    border-radius: 12px;
    padding: 30px;
}

.opis_border_ > p {
    font-size: 16px;
    line-height: 26px;
    color: #019b95;
    margin-bottom: 0;
}

.certified_left {
    width: 40%;
}

.nomargin {
    margin-bottom: 0px;
}

.certified_right {
    width: 60%;
    padding-left: 16px;
}

.certified_right > p {
    font-size: 16px;
    color: black;
    line-height: 30px;
}

.opis_item{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #e1e1e0;
    padding: 20px;
    border-radius: 12px;
    height: auto;
    width: 49%;
    gap: 16px;
}

.opis_head2 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 800;
    color: #019b95;
    margin-bottom: 0px;
}

.opis_head3 {
    font-size: 22px;
    line-height: 36px;
    color: black;
    font-weight: 400;
    margin-bottom: 30px;
}

.opis_p_head {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: black;
}

.opis_sekcja_2 {
    padding-top: 20px;
}

.opis_sekcja_2 > p {
    font-size: 16px;
    line-height: 30px;
    color: black;

}

.certified_right > p:last-of-type {
    margin-top: 16px;
}

.opis_item_left {
    width: fit-content;
    height: fit-content;
}

.opis_item_left img {
    max-width: 97px;
    max-height: 97px;
}

.opis_item_right{
    width: calc(100% - 113px);
}

.opis_sekcja_1_right {
    width: 50%;
}

._mobile_search > .search-widget{
    display: none;
    margin: 0px !important;
    width: 100% !important;
}

.theme-default {
    z-index: 5;
}

.js-footer.opacityfilter {
    margin-top: 0px !important;
}

.opacityfilter {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    background-color: white;
}

#cart:not(.cart-empty) .icoholder,
body#checkout .icoholder,
body#order-confirmation .icoholder{
    display: none !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8px !important;
}

.flex-column-reverse > .horizontal_filters > #search_filters {
    margin-bottom: 0px;
}

.flex-column-reverse > .horizontal_filters {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-column-reverse > #change_view{
    margin-left: 0px;
}

#order-summary-content ._desktop-title {
    text-align: right;
}
.horizontal_filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap:16px;
}

.sort-by-row {
    margin-right: 0px;
}

#left-column .slick-current {
    position: relative;
    z-index: 10;
}


.category_main_holder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

#product .post-product-comment-form .product-cover {
    height: 100%;
}

.avg_add_comm {
    margin-left: 15px;
    min-width: 282px;
    width: 282px;
}

.filt_sort_productcomments {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment_container {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.comment-row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 60px;
    width: 100%;
}

.button-add-review {
    width: 100%;
    height: 50px;
    background-color: #019b95;
    border-radius: 8px;
    border: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    margin-top: 20px;
}

.comments-note .grade-stars {
    margin-bottom: 20px;
}

.grade_cont {
    margin-bottom: 14px;
    margin-top: 17px;
}

li.review--grade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}

#product-review {
    padding-top: 30px;
}

.grade-stars{
    position: relative;
    height: 20px;
    min-width: 120px;
    display: inline-block;
    margin-bottom: 16px;
}

.review_grade--list span:nth-child(1)::before{
    background: url(../../../../modules/productcomments/views/img/small_stars.png) no-repeat 0 0 transparent;
    content: '';
    display: inline-block;
    height: 16px;
    position: absolute;
    width: 18px;
    left: 0;
    top: 2px;
}

#stars-filtr_comment {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

#stars-filtr_comment > select {
    height: 50px;
    width: 238px;
    border-radius: 8px;
    border: 1px solid #e1e1e0;
    background-color: transparent;
    color: black;
    padding-left: 16px;
    padding-right: 16px;
}

#comments_order_by {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

#comments_order_by> select {
    height: 50px;
    width: 238px;
    border-radius:8px;
    border: 1px solid #e1e1e0;
    background-color: transparent;
    color: black;
    padding-left: 16px;
    padding-right: 16px;
}


.review_grade--list span:nth-child(1) {
    width: 35px;
    padding-left: 25px;
    position: relative;
}

.progress_container--reviews {
    width: 90%;
    margin-bottom: 0;
    height: auto;
    border-radius: 5px;
    padding: 0 5px;
}

.progress {
    margin-bottom: 0;
    height: 10px;
    background: #E1E1E0 0% 0% no-repeat padding-box;
    border-radius: 5px;
    display:block;
    width: 100%;
}

.bar-progress {
    height: 100%;
    border-radius: 5px;
}


.loadmoreitems {
    width: 250px;
    height: 50px;
    background-color: #019b95;
    border: 0px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 30px;
    float: right;
    cursor: pointer;
    color: white;
}

.grade_cont > span {
    font-size: 40px;
}

#cart  .cart-summary-totals .block-promo {
    display: none;
}

.horizontal_filters_top {
    display: none;
}

.facet_search_in_text input {
    border: 0;
    width: 100%;
}

.facet_search_in_text form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.facet_search_in_text form button {
    margin-left: auto;
    background: transparent;
    border: 0;
    color: #019B95;
}

.facet_search_in_text form button:hover {
    cursor: pointer;
}

.Filter_heading {
    display: none;
}

#category .Filter_heading {
    display: block;
}

.product-flag.out_of_stock, .product-flag.online-only, #group_15 label .radio-label:last-of-type {
    display: none;
}

.extra_information_content{
    position:fixed;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background:#fff;
    border-radius: 15px;
    padding:20px 25px;
    z-index: 10000;
}

.show-extra_information_group{
    font: normal normal 400 13px/18px Nunito Sans;
    display:inline-block;
    cursor:pointer;
}

.extra_information_overlay{
    z-index: 9999;
    background:#000;
    opacity:0.3;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
}

.extra_information_content p:last-of-type {
    margin: 0;
}

.hidden-facet {
    display: none;
}

.show-more-facet-btn {
    margin: 8px auto;
    text-align: center;
}

.product_advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.product_advantage-wrapper {
    position: relative;
}

.product_advantage-text {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background-color: #019B95;
    color: #F9F9F9;
    font: normal normal normal 14px/24px Nunito Sans;
    padding: 4px 16px;
    border-radius: 8px;
    width: 100%;
    left: 0;
}

.product_advantages img:hover ~ .product_advantage-text {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;
}

.product_advantages img {
    max-width: 60px;
}

.theme-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 5px;
}

span.nivo_title.nivo-control {
    text-align: center;
    padding-top:5px;
    font-size: 12px;
}

.nivo_active_title {
    border-top: 3px solid #019B95;
}

#product .product-prices .product-discount,
#product .product-price {
    white-space: nowrap;
}

#product .product-container > .col-md-6:first-of-type .cdpcp-compare-btn,
#product .product-container > .col-md-6:first-of-type .product-page-add-to-wishlist {
    display: none;
}

#product .mask-images-mobile .product-images.slick-initialized .slick-slide {
        min-height: 100%;
}

#productsDropdownCustomOrder {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#productsDropdownCustomOrder .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

#productsDropdownCustomOrder .dropdown-item .custom-radio {
    margin-top: 0;
    margin-right: 0;
}

#dropdownMenuLink {
    background: transparent;
    height: 44px;
    border: 1px solid #E1E1E0;
    border-radius: 8px;
    font: normal normal normal 14px/22px Nunito Sans;
    display: flex;
    align-items: center;
    gap: 16px;
}

#next_page_listing_tile {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    text-align: center;
    line-height: 70px;
    color: #019B95;
    flex-wrap: wrap;
}

#next_page_listing_tile:hover {
    cursor: pointer;
    background: #019B95;
    border: 1px solid #019B95;
    color: #ffffff;
}

#next_page_listing_tile img {
    transform: rotate(180deg);
    width: 30%;
}

#next_page_listing_tile:hover img {
    filter: brightness(0) invert(1);
}

.page-cms-10 .cms_heading_para {
    color: #222222;
    max-width: 100%;
}

.x13favoriteproduct-nav.show_counter.not_empty .x13favoriteproduct-nav__counter {
    position: absolute;
    top: 0;
    width: 19px;
    height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    padding-bottom: 1px;
    right: 0;
    color: white;
    font-size: 12px;
    background: #019B95 0% 0% no-repeat padding-box;
}

#_desktop_x13favoriteproduct_link {
    order: 2;
    position: relative;
    align-self: stretch;
}

#_desktop_x13favoriteproduct_link a {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    height: 100%;
}

#x13favoriteproduct {
    height: 100%;
}

#_desktop_x13favoriteproduct_link a span {
    margin-top: auto;
}

.x13favoriteproduct-productpage-action {
    top: -45%;
    right: 50px;
    position: absolute;
}

.x13favoriteproduct-productpage-action .x13favoriteproduct-button__add{
    display: flex;
    flex-direction: column;
    color: #232323;
    font-size: 10px;
    justify-content: center;
    align-items: center;
}

.product-miniature .x13favoriteproduct-heart[data-position="right-up"] {
    position: absolute;
    top: 18px;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FBFBFB;
}
@media only screen and (max-width: 1400px) {
    #product main {
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 1380px) {

    #category #products .products {
        gap: 6px;
    }

    .facet-label .search-link {
        text-align: left;
        padding-right: 20px;
    }

    .bottom_banner {
        height: 50px;
    }

    .caption-span {
        display: none;
    }

    #header .header-top {
        padding-top: 5px;
    }

    #index   #notifications > div {
        height: 135px;
    }

    #_desktop_top_menu {
        margin-top: 10px;
    }

    .top-menu[data-depth="0"] > li {
        height: 40px;
        padding-top:0px;
    }


    #header .header-top #lnk-promocje > a[data-depth="0"] {
        padding-top:0px

    }

    .nivo-main-image {
        height: 295px !important;
    }

    .banner_right_text {
        padding-top: 20px
    }


    .banner_strefa {
        line-height: 30px
    }

    .banner_name {
        font-size:35px;
        line-height:35px
    }

    .top_banner {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 220px;
    }

    .wylf {
        display: none;
    }


    .top-menu .sub-menu.collapse {
        top: 40px !important;
    }

    #_desktop_top_menu > .top-menu {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .bannerstop {
        margin-top:5px;
    }

    .current-category-custom {
        background-color: #019B95;
        border-radius: 0px;
        height: 40px;
        padding-top: 0px;
        width: 237px;
    }

    .questionmark {
        font-size:25px;

    }

    .wylf_span {
        font-size: 25px
    }

    .wylf {
        color: #222222;
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 0px;
        line-height: 43px;
    }

    #index #wrapper{
        padding-top: 0px;
    }



    #header .header-top {
        padding-top: 0px;
    }

    #body #notifications > div {
        height: 135px;
    }

    .wylf {
        color: #222222;
        font-size: 40px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 0px;
        line-height: 43px;
    }


    .block-promo .promo-code {
        padding-left: 25px;
        padding-right: 15px;
    }

    .block-promo .promo-code-button.cancel-promo[aria-expanded="true"]{
        padding-left: 0px;
    }

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


    .featured-products > .carousel_popular_products {
        max-width: calc(100% + 16px);
        margin-right: 0;
    }

    .carousel_popular_products .desc_short {
        width: 100%;
    }

    #index .carousel_popular_products .slick-slide:nth-child(4n) {
        margin-right: auto;
    }

    #index .carousel_popular_products > .slick-list:nth-of-type(1) {
        margin: 0 -16px;
    }

    #index .carousel_popular_products > .slick-list:nth-of-type(1) .slick-slide>div{
        padding: 0 16px;
    }

    .block-promo .promo-code-button::after {
        float:right;
        padding-right: 25px;
    }

    #cart .blockreassurance_product > .clearfix {
        display: none;
    }

    #cart .icoholder {
        display: none;
    }

    #cart .promo-code-form {
        width: 100%;
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex;
    }

    #cart .promo-input {
        width: 100%;
        border: 1px solid #e1e1e0;
    }

    #cart .promo-code-form > button {
        margin: 0px !important;
    }

    .product-line-grid {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cart_right_side {
        width: 100%;
        margin-left: 0px;
        margin-top: 16px;
    }

    .cart_names {
        display: none;
    }

    .cart-grid-body .cart-overview {
        padding-left: 0px;
    }

    .cart-grid.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    #cart .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #cart .cart-item {
        padding: 0px;
        height: 100%;
    }

    .gobackcart {
        display: none;
    }

    .card.cart-summary {
        margin-top: 0px;
        margin-left: 0px;
    }

    .left-cart-body {
        width: 100%;
        margin-bottom: 0px;
    }

    .left-cart-body > .card {
        margin-bottom: 0px;
    }

    #cart .breadcrumb {
        padding-left: 15px;
    }



    .blockreassurance_product > div > .block-title {
        line-height: 18px;
        padding-top: 13px;
    }

    body#cart .blockreassurance_product {
        padding-left: 37px;
        margin-top: 35px;
        padding-right: 70px;
    }


    body#order-confirmation #order-details {
        max-width: unset;
    }

    .subtotal_container{
        max-width: unset;
        height: unset;
        padding-top: 16px;
    }

    #product .viewed_products .slick-slide:nth-child(4n), #product .products_addons .slick-slide:nth-child(4n) {
        margin-right: 0;
    }

    #product .viewed_products .slick-list,
    #product .products_addons .slick-list {
        margin: 0 -16px;
    }

    #product .viewed_products .slick-slide>div,
    #product .products_addons .slick-slide>div {
        padding: 0 16px;
    }

    #product .product-viewed-product,
    #product .product_addon {
        width: 100%;
    }

}

/* Laptop/mniejszy ekran */

@media only screen and (max-width: 1240px) {
    #contact .contact_infos_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact_infos_wrapper .block {
        width: 100%;
    }
    .reset_password_container {
        padding-left: 0px;
    }
    .wylf_text2 {
        padding-top: 15px;
    }

    .btns_wrapper {
        width: 100%;
    }

    #customOrderFrom .form-control-label {
        text-align: left;
    }

    #authentication .right-column_register, #authentication .right_login {
        padding-left: 30px;
    }

    #authentication .left_login, #authentication .register-form {
        margin-left: 0px;
        padding: 20px;
    }

    #selected-search-category > span {
        padding-left: 0px;
    }

    .header.flex .circle {
        bottom: 43px;
    }

    .contactinfo_top_right{
        display: none;
    }

    .contactinfo_top_left {
        padding-right: 20px;
        margin-right: 20px;
    }

    .header-top > .container > .row {
        padding-top: 10px;
    }

    #cont_fav > .gray_fav, .login_top > a > span, .flex-right > span, #_desktop_x13favoriteproduct_link a span {
        white-space: nowrap;
        display: none;
    }

    .right_nav2 {
        margin-left: 0px;
    }

    #search_widget {
        margin-right: 20px;
    }

    #_desktop_logo {
        margin-right: 20px;
    }

    #header .header-top a[data-depth="0"], .top-menu[data-depth="0"] > li {
        height: 100%;
    }

    .current-category-custom {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

    #_desktop_top_menu .dropdown-item {
        white-space: normal;
    }

    #header .header-top a[data-depth="0"] {
        padding: 0 5px;
    }
}

@media screen and (max-width: 1150px) {
    #product .product-page-add-to-wishlist {
        top: -180px
    }

    #product #add-to-cart-or-refresh .cdpcp-compare-btn {
        top: -209px;
    }
}

@media only screen and (max-width: 1120px) {
    .reset_password_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0px;
    }

    .left_reset.reset-left-column {
        width: 100%;
        min-width: unset;
        padding-left: 30px;
        padding-right: 30px;
    }

    .inputemailreset {
        width: 100%;
    }

    #send-reset-link {
        width: 100%;
    }

}



@media only screen and (max-width: 1060px) {

    .toptobottom {
        bottom: 10px;
    }

    body#category .container {
        padding-right: 15px;
    }

    body#category .container-list{
        padding-right: 30px;
    }

    #category #content-wrapper {
        width: 100%;
    }

    #_desktop_top_menu  .top-menu[data-depth="0"] > li {
        padding-right: 0px;
    }

    #_desktop_top_menu  li#category-10 {
        width: unset;
    }

    #_desktop_top_menu  li#category-10 > a[data-depth="0"] {
        text-transform: none !important;
        letter-spacing: 0px !important;
    }

    #_desktop_top_menu #lnk-promocje > a::before {
        display: none;
    }

    #category #left-column {
        display: none;
    }
}

/* WERSJA TABLET */

@media only screen and (max-width: 990px) {
    .x13favoriteproduct-productpage-action {
        top: -113%
    }

   .extra_information_content {
       width: 80%;
       max-height: 90%;
       overflow: auto;
   }

    #contact .btn-primary, #authentication .btn-primary {
        width: 100%;
    }

    .contact-content {
        padding: 0px;
    }

    #contact .contact-form {
        padding: 0px;
        padding-top: 10px;
    }

    #contact #content-wrapper {
        border: 0px;
    }

    .mapoverlay > p {
        margin-bottom: 0px;
        color: white;
    }

    .mapoverlay {
        position: absolute;
        z-index: 99999;
        bottom: 0px;
        width: 100%;
        background-color: #019B95;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #ffffff50;
    }

    .map_over_norm {
        letter-spacing: 0.14px;
    }

    .contact-page-map {
        margin-bottom: 30px;
        position: relative;
    }

    #contact #left-column, #contact #content-wrapper {
        width: 100%;
    }
    #subcategories ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #category #change_view {
        margin-right: 0;
    }

    #category #change_view, .filter-button, .filter_opener {
        height: 40px;
    }

    #product #add-to-cart-or-refresh {
        position: static;
    }

    #product .group_name > span:nth-of-type(2) {
        margin-left: 0;
    }

    #lnk-kontakt {
        display: none !important;
    }

    #header .header-nav {
        max-height: -webkit-fit-content !important;
        max-height: -moz-fit-content !important;
        max-height: fit-content !important;
        height: auto !important;
    }

    #header .header-nav #custom-text {
        padding-bottom: 0;
    }

    .block-promo .promo-code {
        padding-left: 15px;
    }

    #product .product-page-add-to-wishlist {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        top: 16px;
        margin-right: 40px;
    }

    #product .product-container .cdpcp-compare-btn {
        top: 17px;
    }

    #product .product-page-add-to-wishlist {
    margin-right: 60px;
    width: fit-content;
    }

    #product .product-container .cdpcp-compare-btn {
        right: 10px;
    }

    #product .product-container > .col-md-6:first-of-type .cdpcp-compare-btn,
    #product .product-container > .col-md-6:first-of-type .product-page-add-to-wishlist {
        display: block;
    }

    #product #add-to-cart-or-refresh .cdpcp-compare-btn,
    #product .product-additional-info .product-page-add-to-wishlist {
        display: none !important;
    }

    .ul_sub_categories > li {
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #e1e1e0;
        border-radius: 8px;
        text-align: center;
        width: 100%;
        max-width: unset;
        margin-top: 16px;
    }


    .ul_sub_categories > li > a {
        color: black
    }



    .wishlist-counter.blank {
        right: -11px;
    }

    .wishlist-counter {
        right: -11px;
    }

    #commentsx {
        margin-left: 0px;
        margin-right: 0px;
    }

    .filtr_name{
        width: 100%;
    }

    #stars-filtr_comment > select {
        width: 100%;
    }

    #comments_order_by> select {
        width: 100%;
        margin-bottom: 30px;
    }

    .loadmoreitems {
        margin-right: 15px;
    }

    .comment-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0px;
    }



    .avg_add_comm {
        margin-left: 0px;
        min-width: 282px;
        width: 100%;
        margin-bottom: 16px;
    }

    .header.flex .circle {
        width: 21px;
        height: 21px;
        bottom: 28px;
        right: 17px;
    }

    .wylf_img_2 {
        width: 86%;
    }

    .wylf_img_2 > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 310px;
    }

    .wylf_text2 {
        padding-top: 15px;
        padding-right: 30px;
        padding-left: 21px;
        padding-bottom: 15px;
    }

    .wylf_text {
        position: relative;
        z-index: 9;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .wylf_img_ > img {
        border-radius: 12px;
        height: 100%;
        -o-object-fit: none;
        object-fit: none;
        right: -40%;
        position: absolute;
    }


    .wylf_img_holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height:100%;
        row-gap: 16px;
    }

    .wylf_left_container {
        width: 100%;
        position:relative;
        overflow: hidden;
    }

    .wylf_img_ {
        height: 100%;
        position: absolute;
        right: 0px;
        width: 100%;
    }

    .wylf_text > h1 {
        font-size: 24px;
    }

    .wylf_text > h2 {
        font-size: 18px;
    }

    .wylf_text > p {
        font-size: 14px;
        width: 240px;
    }

    .wylf_text > a {
        width: 100%;
    }

    .wylf_right_container {
        width: 100%;
    }

    .wylf_text2 > h1 {
        font-size: 22px;
    }

    .spacermarginless {
        margin-bottom: 17px !important;
        margin-top: 37px !important;
    }

    .wylf_text2 > h2 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .wylf_span {
        font-size: 26px;
    }


    .icoleft > img {
        width:40px;
        height: 40px;
    }



    .icoitem{
        width: 100%;
    }


    .icoholder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        row-gap: 16px;
    }

    #login-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }

    #authentication .authentication_back_link {
        width: 100%;
    }

    #authentication .right-column_register, #authentication .right_login {
        padding-left: 0px;
    }

    .authentication-content {
        padding-bottom: 5px;
    }

    #authentication .right_login .authentication_back_link{
        margin-top: 19px;
    }

    #authentication #submit-login {
        width: 100%;
    }

    #authentication .authentication-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0px;
    }

    #authentication .left_login, #authentication .register-form {
        width: 100%;
        margin-left: 0px;
        border: 0px;
        padding: 0px;
    }

    #authentication #login-form .forgot-password {
        margin-top: 18px;
    }

    #authentication form .form-control-label {
        margin-top: 17px;
    }

    #authentication .left-column_header {
        margin-bottom: 0px;
    }

    #product .featured-products .products {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #product-modal .modal-content .modal-body .product-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
    }

    .shipment_container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #product-modal .modal-content .modal-body img.product-cover-modal {
        height: auto;
    }

    #product-modal .modal-dialog {
        margin: 0 auto;
    }

    .dostosowania_produktu {
        color: #ABABAB;
        font-size: 13px;
        text-transform: none;
    }

    .attributes_text > * {
        color: #ABABAB;
        font-size: 13px;
        text-transform: none;
    }


    .container.page404 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .left404 {
        width: 100%;
        margin-top: 30px;
    }

    .right404 {
        width: 100%;
        padding-left: 0px;
    }

    .right404 > img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .left404 {
        padding: 0px;
        padding-left: 0px;
    }


    #cms > main > #wrapper > .container > #content-wrapper > #main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ship_left {
        padding-left: 30px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .cms_page.need_space {
        margin-top: 17px;
        margin-bottom: 21px;
    }

    .ship_container:nth-child(2n) > .ship_left{
        height: 37px !important;
    }
    .ship_container:nth-child(2n){
        height: 276px !important;
        margin-bottom: 34px;
    }

    .ship_name:nth-child(2n){
        margin-top: 14px;
    }

    .lh_cms > p {
        line-height: 21px !important;
        font-size: 14px;
    }

    .lh_cms > h2 {
        margin-bottom: 20px;
    }
    .ship_container:first-of-type {
        margin-top: 22px;
    }

    .page-cms > p {
        line-height: 24px;
    }

    .leftcolumnlinks > a {
        display: none;
    }

    .ship_text {
        padding-left: 0px;
    }

    .ship_name {
        padding-left: 0px;
        margin-top: 0px;
    }

    .collapse-under > span {
        font-family: "Material Icons", sans-serif;
        float: right;
    }

    .collapse-under {
        height: 60px;
        margin-bottom: 16px;
        width: 100%;
        border-radius: 8px;
        border: 1px solid #E1e1e0;
        background: transparent;
        text-align: left;
        padding-left: 20px;
        display: block;
    }

    .page-cms {
        max-width: unset !important;
    }

    .leftcolumnlinks {
        width: 100%;
        margin-right: 0px;
        padding-top: 5px;
    }

    .container {
        width: 960px;
        max-width: 100%;
    }



    #_mobile_cart > .blockcart {
        padding: 0px !important;
        background-color: transparent !important;
    }

    #menu-icon {
        position: relative;
        z-index: 20;
    }



    #_mobile_user_info > .user-info {
        margin-top: 0px !important;
        margin-left: 0px !important;
    }

    .contactinfo_top_right {
        display: none;
    }

    .contactinfo_top_left{
        padding-right: 10px;
        margin-right: 10px;
    }

    #selected-search-category > p{
        display: none;
    }

    .header.flex .circle{
        bottom: 24px;
        right: 17px;
    }

    #_desktop_user_info {
        marign-left: 20px;
        margin-right: 20px;
    }

    .shopping-cart{
        padding:0px;
    }

    #selected-search-category {
        display: none;
    }

    #header .logo{
        width: 100%;
    }

    #product .product-container > .col-md-6 {
        width: 100%;
    }

    #product #content.images_product {
        margin: auto;
    }

    #mobile_top_menu_wrapper #top-menu{
        margin-bottom: 0px;
    }

    .banertopmobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background: rgb(1,92,89);
        background: -o-linear-gradient(354deg, rgba(1,92,89,1) 50%, rgba(1,155,149,1) 51%);
        background: linear-gradient(96deg, rgba(1,92,89,1) 50%, rgba(1,155,149,1) 51%);
        width: 100%;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
    }

    .left_mobile_banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width:50%;
        overflow: hidden;
        padding: 20px;
    }


    .banner_header_mobile{
        font-size: 14px;
        color: #FFFFFF50;
        letter-spacing: 8.4px;
        line-height:55px;
        text-transform: uppercase;
    }

    .banner_category_mobile {
        font-size: 26px;
        font-height: 55px;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .img_mobile_icon {
        width: 64px;
        height: 45px;
        margin-top: 150px;
    }

    .right_mobile_banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        overflow: hidden;
        padding: 20px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .img_mobile_background {
        position: absolute;
        top: -10px;
        left: -50px;
        height: 190px;
        width: 175px;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .img_mobile_background2 {
        position: absolute;
        top: -10px;
        right: 0px;
        height: 190px;
        width: 175px;
    }

    .banertopmobile .see_more_banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: white;
        letter-spacing: 1.3px;
        font-size: 13px;
        -webkit-column-gap: 13px;
        -moz-column-gap: 13px;
        column-gap: 13px;
    }

    .button-add-review {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 890px) {
    #header .header-top #cms-category-2 > a[data-depth="0"]::after {
        display: none;
    }
}


/*WERSJA TELEFON */

@media only screen and (max-width: 768px) {
    .x13favoriteproduct-productpage-action {
        top: -13%;
    }

    #subcategories .subcat_ul {
        margin-bottom: 10px;
    }
    #prices-drop #left-column {
        display: none;
    }
    .page-cms-10 .cms_heading_para {
        flex-wrap: wrap;
        white-space: pre-wrap;
    }
    .page-cms-10 > .stationary_container.images-container .cms_heading_para:nth-of-type(2){
        flex-direction: column-reverse !important;
    }

    .page-cms-10 > .stationary_container.images-container img {
        max-width: 100% !important;
    }

    #index .all_brands .slick-arrow {
        display: flex !important;
    }

    .carousel_brands > .previous_button_arrow,
    .carousel_brands > .next_button_arrow {
        left: calc(50%);
        transform: translateX(-50%);
    }

    .carousel_brands > .next_button_arrow {
        left: calc(50% + 45px)
    }

    .carousel_brands > .previous_button_arrow {
        left: calc(50% - 45px)
    }

    .carousel_brands > .previous_button_arrow > .slick-prev,
    .carousel_brands > .next_button_arrow > .slick-next {
        background-color: #019B95;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #search_widget > form > input.ui-autocomplete-input {
        border-radius: 0;
    }
    .contactinfo_top_left > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .przelew_text {
        text-align: right;
    }

    #checkout-payment-step .additional-information {
        margin-left: 0px !important;
    }

    #module-cdproductcomparisonplus-compare .mobile-table-actions{
        display: block !important;
        margin: 10px 10px 0px 0px;
        width: 100%;
        margin-left: 10px;
        padding-left: 20px;
    }

    .mobile-table-cdpcp #cdpcp-table tr{
        border-bottom: 1px solid #e1e1e0;
    }

    #module-cdproductcomparisonplus-compare .cdpcp-remove-all_custom {
        width: 100%;
    }

    #module-cdproductcomparisonplus-compare .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #module-cdproductcomparisonplus-compare .content_border_wrapper {
        border: 0px;
    }

    #product .images-container {
        border: 0px !important;
    }

    #product .product-cover img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .top-menu .sub-menu ul[data-depth="1"] > li > a:after {
        display: none;
    }

    .wishlist-counter, .wishlist-counter.blank {
        top: -12px;
        right: -20px;
    }

    #mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
        float: right;
    }

    #mobile_top_menu_wrapper .top-menu .collapse-icons .add {
        float: right;
    }

    .top-menu .sub-menu {
        width: 100% !important;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
        width: 100%;
    }

    .top-menu[data-depth="1"] .collapse {
        visibility: visible;
    }

    .top-menu[data-depth="2"] {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: unset;
        margin-left: 0px;
    }


    #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
        max-width: 240px;

    }

    .toptobottom {
        bottom: 37px;
    }

    .footer-container > .container > .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .col-md-6.links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0px !important;
    }

    .col-md-6.links .col-md-6.wrapper:nth-child(2) {
        padding-left: 15px !important;
    }

    .footer_right {
        gap: 15px;
    }

    .time_foot_2 {
        margin-left: 4px;
    }

    .time_foot{
        margin-left: 0px;
    }

    .col-md-6.links > .row > .wrapper > .h3 {
        font-size: 16px;
        margin-bottom: 5px !important;
    }
    .col-md-6.links .collapse li a {
        font-size: 13px;
    }

    .footer-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-container > .container > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .col-md-6.links .col-md-6.wrapper {
        width: 50%;
    }

    .col-md-6.links > .row {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
    }

    #header .header-top a[data-depth="0"] {
        display: block;
    }

    #change_view {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .category_name_ {
        font-size: 24px;
        margin-bottom: 18px;
        margin-top: 5px;
        color: black;
    }

    #change_view > .active_view {
        display: none;
    }

    body#order-confirmation #order-details > ul > li > span {
        width: unset;
        text-align: right;
    }

    .footer_items_container .footer_section:nth-child(4) {
        padding-left: 0;
    }

    #content-hook_payment_return{
        margin-top: 8px;
    }

    .confirmation_text {
        padding-right: 15px;
        padding-left: 0px;
    }

    .confirmation_text > p:first-of-type {
        font-size: 18px;
        line-height: 24px;
    }

    .confirmation_text > p:nth-child(2) {
        font-size: 16px;
        line-height: 24px;
    }

    .left_order-confirmation {
        margin-bottom: 23px;
    }

    span.confirmation_gray_name.hidden-md-up {
        font-size: 14px;
        color: #ADADAD;
        line-height: 18px;
    }

    #order-confirmation #wrapper {
        padding-top: 8px;
    }

    #order-confirmation #wrapper .breadcrumb {
        margin-bottom: 11px;
    }

    .right_order_confirmation .col-sm-6.col-xs-12.qty {
        margin-bottom: 0px;
    }

    .order-confirmation-table {
        margin-bottom: 0px !important;
    }

    .order-line.row.mobile-order-container::after {
        display: none;
    }

    .right_order-confirmation .row::after {
        display: none;
    }

    .confirmation_text > ul > li:last-of-type{
        display: block;
    }

    .loadmoreitems {
        float: none;
        width: 100%;
    }

    #stars-filtr_comment, #comments_order_by {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }

    .results_productcomments{
        display: none;
    }

    .filt_sort_productcomments {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .download_cms > a {
        width: 100%;
        font-size: 14px;
        padding-top: 8px;
    }

    .download_cms > a > span {
        font-size: 17px;
        color: #ABABAB;
    }

    #category #products .productdesc-list-view {
        padding-left: 0px !important;
    }

    a.thumbnail.productthumbnail-list-view {
        margin-right: 15px;
        margin-left: 15px;
    }

    .icoholder {
        row-gap: 19px;
    }

    .brandszone {
        font-size: 24px;
        margin-top: 15px;
    }

    #index .carousel_brands > .slick-arrow {
        display: none;
    }

    #index .all_brands {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: -15px;
        align-items: center;
    }

    #index .carousel_brands{

    }

    .flex-column-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    #customOrderFrom .terms_accept {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .btns_wrapper {
        margin-top: 8px;
    }

    #btnNewCustomOrder {
        width: 100%;
    }

    #customOrderFrom .information-customOrder {
        margin-bottom: 5px;
    }

    #module-ha_customorder-customorder #wrapper {
        padding-top:8px;
    }

    #module-ha_customorder-customorder .page-header {
        margin-bottom: 16px;
    }

    #module-ha_customorder-customorder .page-header h1{
        font: normal normal bold 30px/24px Nunito Sans;
        letter-spacing: 0px;
        color: #222222;
        margin-top: 30px;
        line-height: 40px;
    }

    #customOrderFrom .customOrder-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
    }

    #js-product-list-top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    #order-detail .invoice_wrapper {
        width: 100%;
    }

    #order-detail .invoice_wrapper a {
        width: 100%;
    }

    #order-detail .col-delivery-address, #order-detail .col-invoice-address {
        width: 100%;
    }

    #_desktop_user_info {
        display: none;
    }

    #_desktop_cart {
        display: none;
    }


    #checkout ._mobile_search > #search_widget {
        display: none;
    }

    #blockcart-modal .divide-right {
        width: 100%;
    }

    .modal-description > .product-category-modal {
        padding-left: 8px;
    }

    .opis_sekcja_1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .opis_sekcja_1_left {
        width: 100%;
    }

    .opis_sekcja_1_right {
        width: 100%;
    }

    .certified_holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .certified_left, .certified_right {
        width: 100%;
    }

    .certified_right {
        padding-top: 16px;
    }


    .opis_item {
        width: 100%;
    }

    .shipment_choice, .payment_choice {
        max-width: unset;
    }

    .shipment_container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .confirm_item_head {
        display: none;
    }

    .OrderConfirmedHead {
        font-size: 18px;
        margin-left: 24px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .page-order-confirmation.card > .card-block{
        padding-top: 0px;
    }

    #content-hook_order_confirmation {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    #content-hook_order_confirmation > .card-block {
        margin-bottom: 2px;
    }

    .OrderConfirmedHead > p {
        font-size: 14px;
        margin-top: 3px;
        color: #ADADAD;
    }

    .confirmation_text > ul {
        width: 90%;
    }

    #order-confirmation .left_order-confirmation > .img_summary {
        width: 60px;
        height: 60px;
        margin-left: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #order-confirmation .right_order-confirmation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #order-confirmation .right_order-confirmation > *{
        width: 100%;
        text-align: right;
    }

    #order-confirmation .qty > .row > * {
        width: 100%;
        text-align: right !important;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 0px;
    }

    #order-items > div.order-confirmation-table > div > div.right_order-confirmation > div > div > div > span:nth-child(2) {
        font-size: 14px;
    }

    #order-items > div.order-confirmation-table > div > div.right_order-confirmation > div.col-sm-6.col-xs-12.qty > div > div.col-xs-4.text-sm-right.text-xs-right.bold > span:last-of-type {
        font-size: 16px;
        font-weight: 800;
    }

    body#order-confirmation #order-items .image img {
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .row.nazwy_tabela > div > .row {
        display: none;
    }


    .block-promo .promo-code-button::after {
        content: "expand_more";
        font-family: "Material Icons", sans-serif;
        float: right;
        padding-right: 20px;
    }

    Body#order-confirmation #order-items .details {
        text-align: left;
    }

    body#order-confirmation .order-line.row {
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #order-confirmation .order-confirmation-table > .order-line.row > .qty > .row > .col-xs-4:last-of-type {
        padding-right: 0px;
    }

    #checkout .order-confirmation-table > .order-line.row > .qty > .row > * {
        text-align: right !important;
        width: 100%;
    }

    .mobile-order-container {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        width: 100%;
    }

    .left_order-confirmation {
        width: 120px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    p.confirmation_price {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }



    .right_order-confirmation {
        width: 100%;
    }

    body#checkout .qty {
        width: 100%;
    }

    #order-items > div.order-confirmation-table > div > div.right_order-confirmation > div.col-sm-6.col-xs-12.qty > div > div.col-xs-4.text-sm-right.text-xs-right.bold {
        text-align: right !important;
    }

    body#checkout .qty > .row > * {
        text-align: left !important
    }

    .right_order-confirmation .regular-price {
        font-size: 14px !important;
        color: #ABABAB !important;
        text-decoration: line-through;
    }

    body#checkout #order-items .right_order-confirmation > .details {
        padding-left: 15px !important;
    }

    .confirmation_text > ul > li {
        width: 100%;
    }

    body#order-confirmation #order-items {
        margin-bottom: 16px;
        padding-top: 14px;
    }

    .order-confirmation-table > .order-line.row > .qty > .row {
        padding-left: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #order-items > .order-confirmation-table > .qty > div > div:nth-child(2):before {
        content: "x"
    }

    .order-confirmation-table > .order-line.row > .qty > .row > .col-xs-4:last-of-type {
        width: 100%;
    }

    .subtotal_container {
        float: unset;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }


    body#checkout .qty > .row {
        row-gap: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    body#checkout .qty > .row > * {
        padding-right: 30px;
    }


    body#checkout .qty > .row > div:last-of-type {
        width: 100%;
    }

    #checkout .payment-options img {
        display: none;
    }

    body#checkout section.checkout-step .payment-options .payment-option {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    body#checkout #order-summary-content {
        padding-top: 0px;
    }

    .order_summary_heading {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #order-summary-content .address-summary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    body#checkout #order-items .order-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        position: relative;
    }

    #everything_good_pay {
        max-width: unset;
    }

    .last_info {
        margin: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        bottom: -132px;
        padding-right: 15px;
    }

    .summary_table {
        width: 100%;
        margin-right: 0px;
    }

    #order-summary-content .summary_table > tbody > tr > td:nth-child(1) {
        text-align: left;
        padding-left: 15px;
    }

    .order-confirmation-table > .order-line.row > .qty {
        padding-left: 95px;
        padding-right: 40px;
    }

    body#checkout .qty > .row > div:nth-child(2):before {
        content: "x"
    }

    body#checkout #order-items .details {
        padding-left: 100px !important;
        padding-top: 27px;
        width: 100%;
    }

    body#checkout #order-summary-content .order-confirmation-table {
        height: 100%;
    }

    .order-confirmation-table .qty > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    body#checkout #order-items .details {
        padding-left: 10px;
        margin-bottom: 0px;
    }

    #order-confirmation .order-confirmation-table > .order-line.row > .img_summary {
        margin-left: 15px;
        position: relative;
        left: 0px;
        /* top: 30px; */
        width: 100%;
        padding-left: 20px;
    }

    body#checkout #order-summary-content .order-confirmation-table {
        border-radius: 0px !important;
    }

    body#checkout #order-summar {
        border-radius: 0px;
    }


    .customisation_things {
        font-size: 13px;
        color: #ababab
    }

    .home_address_summary, .invoice_address_summary {
        max-width: unset;
    }

    .home_address_summary {
        margin-bottom: 16px;
        height: unset;
    }

    .invoice_address_summary {
        height: unset;
    }

    .rest_info_payment .left_shipment {
        display: none;
    }

    .rest_info_payment > .adress_heading_summary {
        padding-left: 0px;
        margin-top: 16px;
    }

    .adress_heading_summary.cart_summ{
        display:none;
    }

    #order-summary-content .row > #order-items > .row{
        display: none;
    }

    #order-summary-content .row > #order-items {
        padding-left: 0px;
        padding-right: 0px;
    }

    .payment_header {
        margin-top: 0px;
        line-height: 31px;
        margin-bottom: 18px;
    }

    .payment_header:before {
        content: "4."
    }

    #checkout-payment-step .content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #checkout-delivery-step .content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #back_to_address, #back_to_delivery {
        border: 0px;
        width: unset;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
        margin-top: 13px;
        height: unset;
    }

    #checkout .delivery-option > label > .row {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        width: 100%;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    #checkout .delivery-option > label > .row > * {
        padding: 0px;
    }

    body#checkout section.checkout-step .delivery-options .delivery-option .carrier > .col-xs-12 {
        padding-right: 0px;
        padding-left: 7px;
    }

    #delivery_message {
        margin-bottom: 0px;
    }

    #checkout-delivery-step {
        padding-bottom: 0px;
    }

    body#checkout #gift_message, body#checkout #delivery {
        margin-top:16px;
    }

    #checkout .carriere-name-container > p {
        margin-bottom: 0px;
    }

    .carrier-logo {
        display: none;
    }

    #checkout .delivery-option > label {
        width: 100%;
    }

    #checkout .radio_checkouty {
        width: 55px;
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    body#checkout section.checkout-step .delivery-options .delivery-option {
        padding-bottom: 0px;
        padding-top: 0px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    body#checkout .delivery-options {
        padding: 0px;
    }

    h1.delivery_heading:before {
        content: "3.";
    }

    .delivery_heading {
        margin-top:0px;
        margin-bottom: 18px;
        line-height:31px;
    }

    #product .product-viewed-product .product-thumbnail, #product .product-viewed-product .img-fluid, #product .product-viewed-product .tumbnail-container {
        width: auto !important;
    }

    body#checkout section.checkout-step .address-item {
        width: 100%;
        min-width: 270px;
        max-width: 270px;
    }

    body#checkout .form-group.row > .col-md-12 {
        padding-right: 0px !important
    }

    #checkout .address_switchers {
        width: 100%;
        margin-bottom: 20px;
    }

    #back_to_dane {
        display: none;
    }

    #delivery-addresses .address-alias {
        width: 100%;
        max-width: 200px;
    }

    #invoice-addresses .address-alias {
        width: 100%;
        max-width: 170px;
    }

    body#checkout section.checkout-step .radio-block {
        padding-bottom: 5px;
    }


    body#checkout section.checkout-step #invoice-addresses {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 100%;
    }



    body#checkout section.checkout-step #delivery-addresses {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 100%;
    }

    .add-address_checkout {
        width: 100%;
        margin-top: 13px;
    }

    .address_choose_div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .address_choose_div > p {
        font-size: 14px;
        color:#ABABAB;
    }

    .address_checkout_header {
        margin-top:8px;
    }

    .address_checkout_header:before{
        content:"2."
    }

    body#checkout section.checkout-step #customer-form{
        margin-top: 16px;
    }

    body#checkout section.checkout-step.-current .content {
        padding-bottom: 0px;
    }

    body#checkout .js-cart-summary-top > p {
        padding-left: 15px;
        font-size: 18px;
        color: black;
        margin-left: 15px;
    }

    body#checkout .cart-summary-subtotals-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-bottom: 16px !important;
    }

    .promo-code-form {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .block-promo .promo-input {
        width: 100%;
        border: 1px solid #e1e1e0
    }

    .button-submit-promo-code {
        margin: 0px;
    }

    body#checkout .js-cart-summary-totals {
        border-top: 1px solid #e1e1e0;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body#checkout .cart-summary-totals .block-promo {
        display: block;
        padding-left: 0;
    }

    body#checkout .cart-summary-totals  .block-promo .promo-code-button {
        padding-left: 0;
    }

    body#checkout .promo-code-button::after,
    body#checkout .cart-summary-totals  .block-promo .promo-code {
        padding-left:0;
        padding-right: 0;
    }

    .block-promo .promo-code-button {
        margin-bottom: 30px;
    }

    .go_next_checkout {
        width: 100%;
    }

    body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value {
        font-size: 14px;
    }

    body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .label {
        font-size: 14px;
    }

    body#checkout .cart-summary-products > p {
        margin-left: 15px;
    }

    body#checkout #login-form {
        margin-top: 17px !important;
        margin-left: 11px !important;
    }

    body#checkout .forgot-password {
        margin-bottom: 15px;
    }

    .item_container_cart_summary .media {
        border-radius:0px;
        margin-bottom: 0px;
        height: 89px;
    }

    body#checkout .media-left {
        padding-right: 20px;
    }

    .blockreassurance_product > div {
        margin-bottom: 24px;
    }

    body#checkout #header .header-nav {
        height: 73px !important;
    }

    body#checkout .content {
        border: 0px;
        padding-left: 0px;
        padding-right:0px;
    }

    body#checkout .form-control-label {
        padding-left: 9px;
        padding-top: 0px;
    }

    body#checkout #customer-form {
        margin-top: 16px;
        margin-left: 0px;
    }

    body#checkout .form-group {
        margin-bottom: 14px;
    }

    body#checkout .form-group.row > .col-md-6{
        padding-left: 9px;
        padding-right: 0px;
    }


    body#checkout .password label {
        padding-left: 8px;
    }

    #checkout #js-checkout-summary .card-block {
        padding: 0px;
    }

    body#checkout #js-checkout-summary {
        margin:0px;
        border:0px;
    }

    #checkout-guest-form .form-informations {
        margin-top: 4px;
        padding-left: 4px;
    }

    .my-2 {
        display:-webkit-inline-box;
        display:-ms-inline-flexbox;
        display:inline-flex;
        margin-left: 0px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    body#checkout .form-group {
        width: 100%;
        marign-left: -3px;
    }

    .cart-grid-body {
        padding: 0px;
    }

    .guest-buy {
        width: 90%;
    }

    .login-buy {
        width: 288px;
    }

    .identity_header:before {
        content: "1.";
    }

    .identity_header {
        margin-left: 3px;
        margin-top: 0px;
    }

    .gobacktozakupy {
        color: black;
        font-size: 14px;
        line-height: 24px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 12px;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        margin-bottom: 12px;
    }

    body#checkout #wrapper {
        padding-top: 8px;
    }

    .stepscontainer {
        display: none !important;
    }

    #ybc-nivo-slider-wrapper{
        margin-bottom: 10px;
    }

    .nivo-directionNav {
        margin-top: 23px;
    }

    .featured-products .spacerbluegray {
        margin-top: 11px!important;
    }


    .wylf{
        font-size: 26px;
        margin-bottom: 7px;
    }

    .featured-products > .spacerbluegray:first-of-type {
        margin-top: 28px !important;
        margin-bottom: 13px !important;
    }

    #product  .featured-products > .spacerbluegray:first-of-type {
        margin-bottom: 33px !important;
    }

    .featured-products-header > h2 {
        font-size: 24px;
        margin-bottom: 0px !important;
    }



    .questionmark {
        font-size: 26px;
    }

    .theme-default a.nivo-prevNav {
        left:0px;
        padding-top: 0px;
    }

    .theme-default a.nivo-nextNav{
        right: 0px;
        padding-top: 0px;
    }

    #index .products {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }


    .products-sort-order-category {
        width: calc(100% - 30px);
        border-radius: 8px;
        border: 1px solid #E1E1E0;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .products-sort-order-category.dropdown.open {
        width: calc(100% - 30px);
        border-radius: 8px;
        border: 1px solid #E1E1E0;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    body#category .products-sort-order-category > .dropdown-menu {
        width: 100%;
        left: 0px;
        border: 1px solid #e1e1e0;
    }

    .products-sort-order-category > button {
        width: 100%;
        font-size: 14px;
    }

    .products-sort-order-category > button > i {
        color: black;
        font-size: 14px;
        margin-left: 0px;
        float: right;
        padding-right: 28px;
    }

    #js-product-list-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #js-product-list-bottom-2{
        display: none;
    }

    #category #left-column {
        padding-top: 0px;

    }

    .horizontal_filters {
        display: none;
        width: 100%;
        height: 100%;
        background-color: white;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 999;
    }

    #search_filters {
        margin: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .horizontal_filters > .facet {
        height: 50px;
        margin-top: 10px;
        border: 1px solid #e1e1e0;
        border-radius: 8px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .filter-button {
        width: 100%;
    }

    .sort-by-row {
        width: 100%;
    }

    .filter_opener {
        width: 100%;
        background-color: #019B95;
        border: 0px;
        border-radius: 8px;
        color: white;
        text-transform: none;
        font-weight: 300;
        text-align: left;
        padding: 10px !important;
    }

    #js-product-list-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        padding-left: 11px;
    }

    #category #products .products {
        margin-left: 0px;
    }

    #category #products .product {
        width: 100%;
        height: 533px;
    }

    #category #products .desc_short {
        margin-bottom: 0px;
    }

    #category #products .product-description {
        padding-left: 29px !important;
        padding-top: 8px;
    }

    #category #products .product-list-reviews {
        margin-bottom: 0px;
    }

    body#category #products {
        margin-left: 0px;
    }

    body#category .container {
        padding-right: 15px;
    }

    filter_opener:active {
        background-color: #019B9590
    }

    #js-product-list-top {
        marign-left: 0px;
        margin-right: 0px
    }

    #change_view {
        margin-right: 20px;
    }

    .horizontal_filters .facet .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding-left: 16px;
        color: black;
        width: 100%;
    }

    .horizontal_filters .facet .facet-title {
        width: 100%;
        padding-right: 28px;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 400;
        color: black;
    }

    .horizontal_filters_top {
        padding-left: 15px;
        padding-right: 15px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e1e1e0;
    }

    p.h6.facet-title:after {
        content: "expand_more";
        float: right;
        font-family: 'Material Icons';
    }

    .horizontal_filters_top > a {
        color: #019B95;
        font-size:14px;
    }

    .close_filters {
        color: #019B95;
        font-size:14px;
    }


    .faceted-slider.collapse.in{
        display: block !important;
        position: relative;
        top: 0px;
        width: 100%;
        border: 1px solid #e1e1e0;
    }

    .faceted-slider.collapsing {
        display: block !important;
        position: relative;
        top: 0px;
        width: 100%;
        border: 1px solid #e1e1e0;
        height: unset;
        z-index: 10000;
        background-color: white;
        padding: 20px;
    }

    .facet_category.collapse.in {
        z-index: 10000;
        top: 0px;
        position: relative;
        left: 0px;
        width: 100%;
        display: block !important;
        border: 1px solid #e1e1e0;;
    }

    .facet_category.collapsing {
        display: block !important;
        border: 1px solid #e1e1e0;
        top: 0px;
        position:relative;
        left: 0px;
        width: 100%;
    }

    .facet_category > li {
        padding-top: 20px;
        margin: 0px;
    }

    .facet_category > li:last-of-type {
        border-bottom: 0px;
    }

    #category #wrapper {
        padding-top: 8px;
    }

    .h6_category_name {
        font-size: 24px;
        margin-top: 5px;
    }

    .block-categories {
        display: none;
    }

    .Filter_heading {
        display: none;
    }

    #category #js-product-list-top .showing {
        display: none;
    }

    #category #promotion_section {
        display: none;
    }

    #cart {
        overflow-x: hidden;
    }

    .product-line-grid-right > .row {
        width: 100%;
    }

    .product-line-grid-right > .row > .col-md-10 {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .product-line-grid-right > .row > .col-md-10 {
        padding-left: 0px;
    }


    .product-line-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        height: 100%;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        min-height: 183px;
    }

    .product-line-grid-right .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .product-line-grid-body {
        text-align:left;
        padding-left: 100px;
    }

    .cart_qty_delete > * {
        padding: 0px;
    }

    .product-line-grid-right > .row > .col-md-10 {
        position: relative;
    }

    #cart .cart-product-quantity {
        width: 55px;
    }

    #cart .product_qty_price > .price {
        width: 100%;
        min-width: 120px;
    }

    .infoofproducts {
        width: 100%;
        margin-left:0px;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .product-line-grid-body.infoprice {
        margin-left: 0px;
        text-align: left;
        width: 100%;
        padding-left: 100px;
    }

    .image_cart {
        position: absolute;
        left: 0px;
        width: 75px;
        height: 75px;
        margin-top: -50px;
        margin-left: 10px;
    }

    .qty-inlineflex {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product-discount {
        text-align: left;
        margin-bottom: -6px;
    }

    #header .header-top a[data-depth="0"] {
        text-transform: none;
        color: #222222;
        font-size: 15px;
        line-height: 20px;
        padding:20px !important;
        text-align:center;
    }

    .cart-grid-body .card-block {
        padding-bottom: 24px;
    }

    .card.cart-summary {
        border-radius: 0px;
    }

    .cart-items {
        border-radius: 0px;
        padding: 0px;
    }


    #module-io_wishlist-wishlist .brandszone {
        font-size: 24px;
        margin-top: 4px;
    }


    #module-io_wishlist-wishlist #content {
        margin-bottom: 7px;
    }

    #module-io_wishlist-wishlist .slick-arrow {
        display: none !important;
    }

    #module-io_wishlist-wishlist #wrapper {
        padding-top: 8px;
    }

    #module-io_wishlist-wishlist .product {
        width: 100%;
        height: 533px;
    }

    #module-io_wishlist-wishlist .spacerbluegray {
        margin-top: 50px;
    }

    .wishlist_content {
        gap: 15px;
    }

    #module-io_wishlist-wishlist .product-list-reviews {
        display: none;
    }

    #module-io_wishlist-wishlist .io-wishlist__button {
        right: 7px;
    }

    .your_list {
        margin-top:17px;
        margin-bottom: 16px;
    }

    .your_list_p {
        margin-bottom: 29px;
    }

    #module-ha_removeaccount-remove .strike_line_account {
        margin-top: 31px;
    }
    .module-ha_removeaccount-remove-content .links-account {
        margin-top: 23px;
    }

    .module-ha_removeaccount-remove-content .account_page-header {
        margin-top: 25px;
        font-size: 22px;
    }

    .remove-account-box {
        border: 0px;
        padding: 0px;
        margin-top: 0px;
    }

    .remove-account-box .flex-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
        margin-top: 14px;
    }

    .creditslip_single {
        width: 100%;
    }

    .remove-account-box .go-back-to-myaccount {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 25px; }

    .remove-account-box > h2 {
        text-align: left;
        font-size: 16px;
        line-height: 22px;
        padding: 20px;
        border: 1px solid #e1e1e0;
        border-radius: 8px;
    }

    .remove-account-box .flex-row > * {
        width: 100%;
    }

    body#module-ha_removeaccount-remove #wrapper {
        padding-top: 8px;
    }

    #order-slip #wrapper {
        padding-top: 8px;
    }

    #order-slip .strike_line_account {
        margin-top: 31px;
    }
    #order-slip .account_page-header {
        margin-top: 25px;
        font-size: 22px;
        line-height: 28px;
    }


    .order-slip_content_wrapper {
        padding: 0px;
        border: 0px;
        margin-top: 15px;
    }

    #order-slip .links-account {
        margin-top: 23px;
    }

    #address .js-address-form-switcher {
        margin-bottom: 19px;
    }

    body#address #wrapper {
        padding-top: 8px;
    }

    #address .strike_line_account{
        margin-top: 31px;
    }

    #address .links-account {
        margin-top: 23px;
    }

    #address .account_page-header{
        margin-top: 25px;
        font-size: 22px;
    }

    #address .address_switchers {
        height: 50px;
        width: 100%;
    }

    #address .form-group {
        height: 71px;
        margin-bottom: 15px !important;
    }

    #address .form-footer {
        width: 100%;
        margin-top: 13px;
    }

    #address .page-footer {
        margin-top: 15px;
        width: 100%;
    }

    #address .back_to_customer_page.addresses_link {
        width: 100%;
    }



    #address .form-footer > button {
        width: 100%;
    }

    #address .page-header{
        margin-bottom: 19px;
    }

    #address .nav-item-switcher {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #address .address-form .form-fields{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0px;
        border: 0px;
        padding: 0px;
    }

    body#addresses .links-account {
        margin-bottom: 23px;
    }

    body#addresses .page-header > h1 {
        margin-bottom: 0px;
    }

    #addresses > main > #wrapper > .container > #content-wrapper > #main > .page-header > h1.addresses_heading {
        font-size: 22px;
    }

    #addresses .page-header {
        margin-bottom: 20px;
    }

    .addresses-header > p {
        color: #ABABAB;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 13px;
    }

    .addresses_block-wrapper{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        overflow: scroll;
        width: 100%;
    }
    .addresses_block-wrapper > .address_item{
        width: 270px;
        margin-left: 0px;
        padding: 0px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }


    body#addresses #wrapper {
        padding-top: 8px;
    }

    body#addresses .breadcrumb {
        margin-bottom: -7px;
    }

    body#addresses .strike_line_account {
        margin-bottom: 23px;
    }

    body#addresses .account_header {
        margin-bottom: 25px;
    }

    body#addresses #main .page-content {
        padding: 0px;
        border:0px;
    }

    .addresses-header{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding-left:0px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .addresses-header > a{
        width: 100%;
        height: 50px;
    }

    #order-detail #wrapper {
        padding-top: 8px;
    }

    #order-detail .breadcrumb {
        margin-bottom: 8px;
    }

    #order-detail .links-account {
        margin-top: 23px;
    }

    #order-detail .account_page-header {
        margin-top: 21px;
        font-size: 22px;
    }

    #order-detail .order-infos_titles {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 18px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0px;
        border: 0px;
        background: transparent;
    }

    .order_detail_infos-title {
        width: 100%;
    }

    .order-details-heading {
        font-size: 18px;
        line-height: 24px;
        margin-top: 18px;
        margin-bottom: 15px;
    }

    #order-detail .order-specifics {
        padding-right: 0px;
    }

    .hidden-md-up.order-detail-new-container > * {
        overflow-x: scroll;
    }

    #order-detail .order-names > .order-id,  #order-detail .order-names > .order-date {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    #order-detail .order-names > .order-id{
        margin-right: 15px;
        white-space: nowrap;
    }

    #order-detail .order-specifics > .order-id-value > a > h3 {
        padding-top: 15px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-right: 15px;
    }

    #order-detail .order-specifics:last-of-type {
        margin-bottom: 11px;
    }

    #order-detail .addresses .col-delivery-address, #order-detail .addresses .col-invoice-address {
        padding-left: 15px;
        padding-right: 15px;
    }

    #order-detail .addresses .box {
        margin-bottom: 15px;
    }


    .page-order-detail .order-items .order-item {
        padding: 0px;
    }

    .page-order-detail .order-items {
        border-radius: 8px;
        border: 1px solid #E1E1E0;
    }

    .single-item-orderdetail {
        border-bottom: 1px solid #e1e1e0;
    }

    .order-items > .box.no_padding-box {
        border-bottom: 0px;
        border-radius: 0px 0px 8px 8px;
    }

    .single-item-orderdetail {
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .order-totals.hidden-md-up.box{
        padding-left: 30px;
        padding-right: 30px;
    }

    #order-infos > .box {
        border: 0px;
    }

    .order-totals > .order-total {
        margin-bottom: 10px;
        font-size: 14px;
    }

    #order-detail .shipping-line > ul > li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .order-totals > .order-total:last-of-type{
        font-weight: 800;
        font-size: 15px;
    }

    .order-carriers-table-wrapper {
        border: 0px;
    }

    .page-order-detail .box {
        border-bottom: 1px solid #e1e1e0;
    }

    .product_name_order_detail_top {
        background-color: #f9f9f9;
        color: #222222;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
        font-size: 14px;
        font-weight: 800;
        border-radius: 8px 8px 0px 0px;
        margin-bottom: 0px;
    }


    .order-detail-description > * {
        padding-left: 20px;
    }

    .order-detail-description > .name {
        color: #202625;
        font-weight: 800;
        font-size: 14px;

    }

    .order-detail-description > .ref {
        color: #ABABAB;
        font-size: 10px;

    }

    .order-detail-quantities {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .quantity-order-detail {
        margin-bottom: 0px;
        color: #ABABAB;
    }

    .fullprice-order-detail {
        margin-bottom: 0px;
        color: #ABABAB;
    }

    .single-item-orderdetail > .order-detail-description > .name > * {
        padding-left: 20px;
    }

    #order-detail .addresses {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .state-value > .label {
        border-radius: 15px;
        padding: 6px 11px;
        font: normal normal normal 13px/15px Nunito Sans;
        letter-spacing: 0px;
        color: #fff;
        white-space: nowrap;
    }


    .order_detail_box {
        border: 1px solid #E1E1E0;
        border-radius: 12px;
        padding: 16px 30px 18px;
        width: 100%;
        float: left;
        margin-top: 14px;
    }

    .order_detail-reorder {
        width: 100%;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    #order-detail .order-infos_titles .order_detail-reorder .button-primary {
        width: 100%;
    }

    body#history #wrapper {
        padding-top: 8px;
    }

    .order-names {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        background-color: #f9f9f9;
        border: 1px solid #e1e1e0;
        border-radius: 8px 8px 0px 0px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 95px;
    }

    .order-names > .order-id, .order-names > .order-date {
        color: #2D2D2D;
        font-size: 14px;
        line-height: 22px;
        font-weight: 800;
    }

    .order-specifics {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        border: 1px solid #e1e1e0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 45px;
    }

    .order-specifics > .order-id-value > a > h3{
        font-size: 14px;
        color: #202625;
        line-height: 24px;
        padding-top: 10px;
    }

    .order-specifics:last-of-type {
        border-radius: 0px 0px 8px 8px;
        margin-bottom: 28px;
    }

    #history .orders.hidden-md-up {
        padding-left: 15px;
        padding-right: 15px;
    }

    body#history .breadcrumb {
        margin-bottom: 31px;
    }

    #history .account_page-header {
        margin-top: 23px;
        font-size: 22px;
    }

    #history .history_sub_title{
        margin-top: 17px;
    }


    #history .links-account {
        margin-top: 23px;
    }

    #identity .account_page-header {
        margin-top: 21px;
        font-size: 22px;
    }

    #identity form .custom-checkbox label {
        display: block;
        margin-bottom: 16px;
    }

    #identity .submit-register-form {
        margin-top: 0px;
        width: 100%;
    }

    #identity .form-footer {
        margin-top: 0px;
        width: 100%;
    }

    body#identity .page-footer {
        margin-top: 14px;
        width: 100%;
    }

    .cocpit_link {
        width: 100%;
    }

    #identity .page-footer {
        width: 100%;
    }

    #identity form .custom-checkbox:last-of-type > label {
        margin-bottom: 0px;
    }

    #identity .custom_column {
        padding-right: 15px;
    }

    #identity .optin > .custom_column > .custom-checkbox {
        margin-bottom: 18px;
    }

    #identity .psgdpr > .custom_column > .custom-checkbox{
        margin-bottom: 15px;
    }

    #identity .customerCustomForm {
        margin-top: 0px;
        padding: 0px;
        border: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3px;
    }

    body#identity .links-account{
        margin-top: 23px;
    }

    body#identity .breadcrumb {
        margin-bottom: 8px;
    }

    body#identity #wrapper{
        padding-top: 8px;
    }

    body#module-ha_removeaccount-remove .links-account a, body#order-detail #content .links-account a, body#identity #content .links-account a, body#addresses #account_link .links-account a, body#address .links-account a, body#history #content .links-account a, body#order-slip #content .links-account a {
        width: 100%;
        height: 60px;
    }

    .current_link_expand {
        width: 100%;
        display: block;
    }


    .links-account > a {
        display: none;
    }

    #main .links-account a.current-link {
        background: transparent;
    }

    #main .links-account .current-link .link-item {
        color: black !important;
    }

    #main .links-account .current-link .link_img_wrapper {
        background: rgba(1, 155, 149, 0.1) !important;
    }

    #main .links-account .current-link .link_img {
        -webkit-filter: none !important;
        filter: none !important;
    }

    body#my-account .links-account > a {
        display: block;
    }

    .collapse-under {
        font-weight: 700;
    }

    body#module-ha_removeaccount-remove #account_link .link-item, body#order-detail #account_link .link-item, body#identity #account_link .link-item, body#addresses #account_link .link-item, body#address  .link-item, body#history #account_link .link-item, body#order-slip #account_link .link-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 14px;
        letter-spacing: 0px;
        color: #222222;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0px;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .links-account {
        padding-right: 15px;
    }

    #authentication .right-column_register {
        margin-right: 0px;
    }

    #authentication .custom-checkbox label {
        margin-top: 15px;
    }

    body#authentication #wrapper {
        padding-top: 8px;
    }

    #emptiness h1 {
        margin-bottom:0px;
        margin-top: 46px;
        text-align:left;
    }

    #emptiness {
        margin-bottom: 30px;
    }

    #emptiness p {
        margin-top: 13px;
        font-size: 14px;
        color: #ABABAB;
        margin-bottom: 24px;
        text-align: left;
    }

    #emptiness a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        margin-bottom: 20px;
    }

    #login-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 17px;
    }

    body#cart #content {
        padding: 0px;
    }

    body#cart #wrapper {
        padding-top: 8px;
    }


    .container.page404 {
        margin-top: 32px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 5px;
    }

    .button404 {
        width: 100%;
        margin-top: 27px;
    }

    .container.breadcrumb404 {
        padding-left: 0px;
    }

    .account_header {
        font-size: 24px;
    }

    .strike_line_account {
        margin-bottom: 23px;
    }

    body#pagenotfound #wrapper {
        padding-top: 8px;
    }

    .header_myaccount {
        font-size: 16px;
        margin-top: 22px;
        margin-bottom: 40px;
    }




    body#my-account .page-content {
        margin-bottom: 13px;
    }

    body#my-account .page-header {
        margin-bottom: 19px;
    }

    .header_myaccount-subtext {
        margin-bottom: 0px;
    }

    #content .links-account a {
        width: 45%;
    }

    body#my-account #wrapper {
        padding-top: 8px;
    }

    body#my-account .breadcrumb {
        margin-bottom: -10px;
    }

    .links-account {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-form .col-md-12 {
        padding-left: 0px !important;
    }

    #contact .breadcrumb {
        margin-bottom: 14px;
    }

    .page-cms h2 {
        text-align: left;
    }

    .page-cms-6 .spacerbluegray {
        margin-bottom: 20px;
    }

    .page-cms-9 .margin28 {
        margin-bottom: 68px !important;
    }

    .stationary_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .stationary_left{
        width: 100%;
        padding-top: 5px;
    }

    .stationary_right{
        width: 100%;
        padding: 0px;
        height: 100%;
        min-height: unset;
    }

    .stationary_left > .cms_heading_para {
        margin-bottom: 30px !important;
    }

    .page-cms-10 > .spacerbluegray:first-of-type {
        margin-bottom: 30px;
    }

    .stationary_left > .cms_heading {
        font-size: 20px;
        line-height: 30px;
    }

    .page-cms-10 {
        padding-left: 0px !important;
    }

    .page-cms-9 h2 {
        line-height: 28px;
    }

    .page-cms-9 img.img_cms_page {
        margin-bottom: 4px;
    }

    .page-cms-9 {
        padding-left: 0px !important;
    }

    .cms_heading_para.preferences{
        margin-bottom: 46px !important;
    }

    .h2wgray {
        margin-top: 23px;
        line-height: 32px;
    }

    .page-cms-6 {
        padding-left: 0px !important;
    }

    .answear_gwarancja {
        line-height: 21px;
        margin-bottom: 10px;
    }

    .page-cms-6 > p {
        line-height: 21px;
    }


    .back_to_shopping {
        width: 100%;
        margin-top:0px;
    }

    .page-cms-3 > .cms_heading_para {
        margin-bottom: 27px !important
    }


    .page-cms-3 > h2 {
        line-height: 30px;
    }

    .header-nav {
        height: 72px !important;
        max-height: unset !important;
    }

    .cms_heading {
        text-align: left;
    }

    #openpromotion, #openbestseller, #opennewitems {
        font-size: 20px;
        margin-left:17px;
    }

    #custom-text {
        padding-bottom: 3px;
    }

    .dummy_div {
        width: 28px;
    }

    .contactinfo_top_left > a > img {
        width: 24px;
        height: 24px;
    }

    .header.flex .circle{
        bottom: 13px;
        right: 0px;
    }

    .flex-left {
        position: relative;
    }

    .contactinfo_top_left {
        border-right: 0px;
        order: 1;
    }
    .mobile_header_down {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        border: 1px solid #E1E1E0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    div.mobile_header_down > a:nth-child(4) {
        height: 50px;
        width: 13.33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #E1E1E0;
        border-collapse: collapse;
    }

    #cont_fav {
        display: none;
    }

    #menu-icon{
        width: 13.33%;
        height: 50px;
        border-collapse: collapse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #019B95 0% 0% no-repeat padding-box;
        color: #FFFFFF;
    }

    .mobile_header_top .logo {
        width: 167px !important;
    }

    .top-menu[data-depth="0"] > li{
        height: 100%;
        width: 100%;
    }

    .open_search {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 13.33%;
        height: 50px;
        border: 1px solid#E1E1E0;
        background-color: transparent;
        color: #019B95;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .promotion_href {
        color:#019B95 !important;
        height: 50px;
        width: 33.33%;
        border: 1px solid #E1E1E0;
        border-collapse: collapse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .promotion_href > img {
        margin-right: 10px;
    }

    #header .header-top {
        padding: 0px;
    }
    #product .add-to-wishlist-text,
    #product .compare-btn-text,
    #product .product-page-add-to-wishlist,
    .images-container .mask-desktop,
    #product .scroll-box-arrows,
    #product .product-cover {
        display: none;
    }

    .mask-images-mobile {
        display: block;
        margin: auto;
        width: 100%;
        height: 100%;
    }

    .mask-images-mobile .slick-slide li {
        width: 100%;
    }

    .mask-images-mobile .slick-slide img {
        margin: 0 auto;
    }

    .mask-images-mobile .slick-dots {
        bottom: 20px;
        top: auto;
    }

    #product .images-container {
        border: 1px solid #E1E1E0;
        border-radius: 12px;
        padding: 20px;
    }

    #product #content.images_product {
        width:100%;
        margin-bottom: 16px;
    }

    #product .product-images {
        margin: 0;
        width: 100%;
        gap: 0;
        overflow: auto;
    }

    #product .breadcrumb {
        margin-bottom: 13px;
    }

    .mobile_header_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 7px;
        margin-top: 10px;
    }

    .weareaware {
        padding: 23px;
    }
    p.weareawareparagrahp{
        color: #019B95;
        font-size: 16px;
        line-height: 24px;
    }

    .page-cms-5 > .ship_container {
        height:100% !important;
    }

    body#cms #wrapper {
        padding-top: 7px;
    }

    .favorite >img {
        width: 34px;
        height: 24px;
    }

    .theme-default .ybc-caption  {
        display: none;
    }

    #mobile_top_menu_wrapper{
        position: absolute;
        top: calc(100% + 57px);
        left: 15px;
        display: none;
        padding: 0px;
        width: 270px;
        overflow: hidden;
    }

    li#category-10 {
        padding-top: 0px;
    }

    #_mobile_top_menu > ul {
        border: 1px solid #e1e1e0;
    }

    #header .header-top a[data-depth="0"] {
        text-align: left;
    }

    #header .header-top #cms-category-2 > a[data-depth="0"]::after {
        display: none;
    }

    #lnk-promocje {
        display: none;
    }

    #_mobile_top_menu > ul > li#category-10 {
        border-radius: unset;
        width: 100%;
    }

    .navbar-toggler {
        display: none;
    }

    .current-category-custom .navbar-toggler {
        padding-right: 5px !important;
    }

    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
        padding: none;
        border-bottom: 0px;
    }

    #_mobile_cart {
        height: 50px;
        width: 13.33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #E1E1E0;
        border-collapse: collapse;
    }

    #_mobile_user_info {
        height: 50px;
        width: 13.33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #E1E1E0;
        border-collapse: collapse;
    }

    .ship_container {
        height: 296px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient:  vertical;
        -webkit-box-direction:  normal;
        -ms-flex-direction:  column;
        flex-direction:  column;
        padding-top: 36px;
        padding-bottom: 30px;
    }

    .ship_left {
        width: 100%;
    }

    .ship_right{
        width: 100%;
        padding: 30px;
    }

    .ship_left > img {
        width: 120px;
        height: 60px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }

    .nav2_head {
        font-size: 12px;
    }

    body#index .product {
        width: 45%
    }

    .left_column_index {
        width: 100%;
    }

    .right_column_index {
        width: 100%;
    }

    #cart .footer_items_container {
        padding-left: 30px;
    }

    .footer_items_container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
        row-gap: 24px;
    }

    .footer-container {
        padding-top: 38px !important;
    }

    .footer_section {
        width: 50%;
        padding-left:0px;
        font-size: 13px;
    }

    #footer {
        padding-top: 48px;
    }

    .copyright_text {
        font-size: 13px;
        text-align: center;
    }

    .footer_section:nth-child(4) {
        padding-left: 10px;
    }

    .img_footer {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 30px;
    }

    .footer_items_container {
        row-gap: 0px;
    }

    .footer_section:nth-child(3) {
        padding-left: 0px;
    }

    .footer_heading {
        font-size: 16px;
        margin-bottom: 5px !important;
    }

    .brandzonesub {
        display: none;
    }

    .products {
        width: 100%;
    }

    .two_columns_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #ybc-nivo-slider-wrapper.theme-default .nivo-directionNav a {
        height:24px;
        width: 24px;
    }

    .theme-default .nivo-directionNav a {
        background-color: transparent;
    }

    .theme-default a.nivo-prevNav,.theme-default a.nivo-nextNav {
        margin-top: -30px;
    }

    .theme-default a.nivo-prevNav::before, .theme-default a.nivo-nextNav::before, .theme-default .nivo-controlNav .nivo-control.active::before {
        color: #ABABAB !important;
    }

    #ybc-nivo-slider-wrapper.theme-default a.nivo-nextNav::before, #ybc-nivo-slider-wrapper.theme-default a.nivo-prevNav::before {
        height: 24px;
        line-height: 24px;
        width: 24px;
    }

    #index #notifications {
        display: none !important;
    }

    #ybc-nivo-slider {
        height: auto;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }

    .theme-default {
        height: auto;
    }

    .nivo_titles {
        display: none;
    }

    .nivo-main-image {
        height: auto !important;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 15px;
        min-height: 200px;
    }

    .nivo-directionNav {
        height: 20px;
        position: relative;
        width: 99px;
        margin-left: auto;
        margin-right: auto;

    }

    #openpromotion, #openbestseller, #opennewitems {
        margin-left: 0px;
    }
    #openpromotion {
        margin-right: 30px;
    }

    #opennewitems{
        margin-right: 0px;
    }

    #openbestseller {
        margin-right: 21px;
    }

    #promotion_section, #newproducts_section, #bestsellers_section {
        margin-top: 15px !important;
    }

    #category .category_banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 670px) {
    .nivo-main-image {
        min-height: 150px;
    }
    .product-price-and-shipping {
        position: unset !important;
        height: unset !important;
        width: unset;
    }

    #category #products .productdesc-list-view {
        padding-bottom: 0px;
    }

    #category #products .product-list-view .product-list-reviews {
        margin-bottom: 0px;
        margin-top: 9px;
    }

    .product-list-view .regular-price {
        display: none !important;
    }

    .product-list-view .price {
        font-size: 24px !important;
        line-height: 18px;
    }

    a.thumbnail.productthumbnail-list-view {
        margin-right: 10px;
    }

    .product-list-view .desc_short{
        height: 60px;
    }

    .product-list-view .product-list-reviews > .grade-stars {
        margin-bottom: 16px;
    }

    #category #products .product-list-view .productdesc-list-view {
        padding-left: 0px !important;
        padding-top: 0px !important;
    }

    .thumbnail-list-view {
        margin-bottom: 16px;
    }

    a.thumbnail.productthumbnail-list-view {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #emptiness h1,
    #emptiness p,
    #emptiness a {
        width: 90%;
    }

    #category #products .productdesc-list-view > .product-title {
        padding-top: 0px !important;
        margin-top: 45px !important;
    }

    .product-list-view .from_list {
        position: unset;
        margin-bottom: 10px;
    }

    .product-list-view {
        height: unset !important;
    }

    .thumbnail-list-view .look_product {
        position: unset;
    }

    .product-list-view .price_list{
        position: unset;
    }

    .product-list-view .product-list-reviews {
        margin-top: 11px;
    }

    .product-list-view .toptobottomwishlist {
        bottom: 6px;
    }

    .product-list-view .toptobottom {
        bottom: 22px;
    }

    .thumbnail-list-view {
        margin-bottom: 16px;
    }

}


@media only screen and (max-width: 576px) {
    .img_mobile_background2, .img_mobile_background {
        height: 130px;
    }

    .img_mobile_icon {
        margin-top: 100px;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }


    .footer_gray_para {
        display: block;
    }

    body#index .product {
        width: 100%;
        padding: 0px;
    }

    .order-confirmation-table > .order-line.row > .qty > .row {
        padding-left: 0px;

    }

    .order-confirmation-table > .order-line.row > .qty > .row > * {
        text-align: center !important;
    }


    body#order-confirmation .order-line.row > * {
        width: 100%;
        text-align: center;
    }

    #order-confirmation .order-confirmation-table > .order-line.row > .img_summary {
        height: 100%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #product .availablity-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 6px;
        margin-top: 2px;    }

    #product .availablity-desktop {
        display: none;
    }

    .mask-images-mobile {
        height: auto;
    }

    .product-flags li.product-flag {
        font-size: .6rem;
    }

    #product .images-container {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .mask-images-mobile .thumb-container,
    #product .mask-images-mobile .product-images img {
        border-radius: 12px;
        width: 100% ;
    }



    .mask-images-mobile .slick-dots {
        bottom: 5px;
    }

    #product .images_product .product-flag.discount {
        height: 43px;
        top: -43px;
        padding-top: 11px !important;
    }



    #product .images_product .discount::after {
        height: 28px;
        border-top: 18px solid transparent;
        border-left: 33px solid #E10024;
        border-bottom: 27px solid transparent;
        right: -25px;
    }

    #product .product_title_productpage {
        font: normal normal 800 24px/36px Nunito Sans;
    }

    #product #product-category2 {
        font: normal normal normal 16px/25px Nunito Sans;
    }
}


@media only screen and (max-width: 570px) {
    .wishlist-counter,  .wishlist-counter.blank {
        right: -10px;
    }
}

@media only screen and (max-width: 500px) {
    .nivo-main-image {
        min-height: 120px;
    }
    .wishlist-counter {
        right: -5px;
    }

    .wishlist-counter.blank {
        right: -5px;
    }

    .tumbnail-list-view .doterino {
        top: 90px !important;
        left: 23px;
    }

    .productthumbnail-list-view{
        width: 130px !important;
    }

    .tumbnail-list-view {
        width: 80px !important;
        height: 80px !important;
    }

    .img-list-view{
        width: 80px !important;
        height: 80px !important;
    }

    .tumbnail-list-view .slick-slide > div > .img-fluid{
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }


    #blockcart-modal .additional_products {
        margin-top: 30px;
    }

    #product .featured-products--viewed {
        margin-top: 13px !important;
    }

    #product .viewed_products {
        margin-bottom: 17px ;
    }

    #product .product-viewed-product .product-title a {
        font: normal normal 800 14px/20px Nunito Sans;
    }

    #product .product-viewed-product .product-description  {
        padding-top: 13px;
    }

    #product .product-viewed-product .subname_category {
        font: normal normal normal 14px/20px Nunito Sans;
    }

    #product .all_brands {
        margin-bottom: 10px;
    }

    #product .page-footer {
        display: none;
    }

    #product .brandszone {
        font: normal normal bold 22px/24px Nunito Sans;
        margin-top: 3px;
    }

    #product .featured-products > .spacerbluegray:first-of-type {
        margin-bottom: 25px !important;
    }

    .last_viewed_mobile {
        display: block;
    }
    .last_viewed_header{
        display: none;
    }

    #product .product-viewed-product .product-thumbnail, #product .product-viewed-product .img-fluid, #product .product-viewed-product .tumbnail-container {
        max-width: 125px;
        max-height: 125px;
    }

    /*.product-viewed-product {
        max-height: 222px;
    }*/

    .product-viewed-product .img-fluid {
        height: 275px;
        width: 343px;
    }
    #product .product_addon {
        width: 100%;
    }

    #product .product_addon .add_to_cart_product_miniature,
    #product .product_addon .product-description,
    #product .product_addon .product-thumbnail, #product .product_addon .img-fluid, #product .product_addon .tumbnail-container {
        max-width: 285px;
        width: 100% !important;
    }

    #product .prod_code {
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .product-variants > .product-variants-item ul li {
        min-width: 105px;
    }

    #product .product-prices .product-discount,
    #product .product-price {
        margin-bottom: 5px;
    }

    #product .product-quantity {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 15px;
    }

    #product .add {
        width: 100%;
    }

    #product .add > button  {
        width: 99%;
        margin: 0 auto;
    }

    #product .product-minimal-quantity {
        display: none;
    }

    #product .product-container {
        margin-bottom: 0;
    }

    #product .accessories-spacer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 26px;
    }

    #product .product_addons_header {
        font: normal normal bold 22px/24px Nunito Sans;
        margin-bottom: 26px;
    }

    #product .tabs .nav-tabs .nav-link {
        font: normal normal normal 16px/24px Nunito Sans;
    }

    #product .product-features dt {
        text-align: right;
        padding-right: 10px;
    }

    #product .product-features dd,
    #product .product-features dt {
        width: 50%;
    }

    #product .tabs {
        margin-top: -7px;
    }

    #product .products_addons {
        position: static;
    }

    #product .viewed_products .slick-arrow {
        top: -55px;
        margin-top: 0;
    }

    #product .products_addons .slick-arrow {
        top: -10px;
        margin-top: 0;
    }

    #product .viewed_products .previous_button_arrow,
    #product .products_addons .previous_button_arrow {
        right: 50px;
        left: auto;
    }

    #product .viewed_products .next_button_arrow,
    #product .products_addons .next_button_arrow {
        right: 3px;
    }

    .view_product .previous_button_arrow {
        right: 50px !important;
        left: auto !important;
        top: 22px !important;
    }

    .view_product .next_button_arrow {
        right: 3px !important;
        top: 22px !important;
    }

    #product .viewed_products .slick-arrow.slick-disabled,
    #product .products_addons .slick-arrow.slick-disabled {
        display: block !important;
    }

    #product .product-accessories {
        position: relative;
    }

    #product .slick-prev,
    #product .slick-next {
        width: 40px;
        height: 40px;
    }

    #product .slick-prev::before,
    #product .slick-next::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .mobile-table-actions {
        width: 98%;
        margin: 0 auto;
        float: unset;
        max-width: 345px;
    }

    .content_border_wrapper {
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    #category #products .products.list-view .tumbnail-container .slick-arrow.previous_button_arrow,
    #category #products .products.list-view .tumbnail-container .slick-arrow.next_button_arrow {
        top: 175%;
    }
}


@media only screen and (max-width: 440px) {
    .wylf_img_ > img{
        right: -60%;
    }
}


@media only screen and (max-width: 425px) {
    .nivo-main-image {
        min-height: 100px;
    }
    #blockcart-modal .modal-title {
        line-height: 23px;
    }

    #checkout .last_info {
        position: static;
        padding-right: 0;
    }


    #myModalLabel {
        font-size: 16px;
    }

    #blockcart-modal .cart-content .cart-content-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }

    #blockcart-modal .cart-content .cart-content-btn > * {
        width: 100%;
    }

    #blockcart-modal .cart-content-wrapper {
        width: 100%;
    }

    #blockcart-modal .cart-content-wrapper > .cart-content {
        width: 100%;
    }

    #blockcart-modal .divide-right{
        padding: 16px 0 16px 20px;
    }

}
@media only screen and (max-width: 350px) {



    .wylf_img_ > img {
        right: -76.5%
    }

    .wishlist-counter {
        height: 16px;
        width: 16px;
        right: -3px;
        top: -4px;
    }

    .product-list-view .toptobottomwishlist {
        bottom: -4px;
    }

    .btn.cdpcp-compare-btn{
        bottom: 13px;
    }


    #category .productdesc-list-view .desc_short {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 100%;
        max-width: 250px;
        height: unset;
    }

    #category #products .product-description {
        padding-left: 0px !important
    }

    .ship_container {
        height: 100%;
    }

    .mobile_header_top {
        margin-top: 30px;
    }

    .modal-image-wrapper {
        display: none;
    }

    #blockcart-modal .additional_products {
        margin-left: -5px;
    }
}


@media(max-width: 767px){
    #_mobile_x13favoriteproduct_link .x13favoriteproduct-nav .hidden-md-down{
        display:inline-block !important;
    }
    #_mobile_x13favoriteproduct_link .x13favoriteproduct-nav .hidden-md-down div{
        display:none !important;
    }
    #_mobile_x13favoriteproduct_link .x13favoriteproduct-nav{
        position: relative;
    }
    #_mobile_x13favoriteproduct_link .x13favoriteproduct-nav .material-icons {
        padding-top: 5px;
    }
    .x13favoriteproduct-nav.show_counter.not_empty .x13favoriteproduct-nav__counter{
        top: 5px;
        right: -5px;
    }
    .wishlist-nav {
        width: 30px;
    }
}

@media(max-width: 410px) {
    .x13favoriteproduct-nav.show_counter.not_empty .x13favoriteproduct-nav__counter {
        top: 8px;
        right: 3px;
        min-width: 16px;
        height:16px;
        width:16px;
    }
}

#product .product-container > .col-md-6:first-of-type .cdpcp-compare-btn, #product .product-container > .col-md-6:first-of-type .product-page-add-to-wishlist{
    display:flex;
}

.x13favoriteproduct-productpage-action {
    top: 10px;
    right: 35px;
    position: absolute;
    z-index: 1;
}

.x13favoriteproduct-productpage-action .x13favoriteproduct-button__remove,
.x13favoriteproduct-productpage-action .x13favoriteproduct-button__add{
    font-size:0;
}

#product .product-container .cdpcp-compare-btn{
    top: 4px;
    right: 75px;
}

#compare_btn-product .compare-btn-text{
    font-size:0;
}


@media(max-width: 767px){
    .x13favoriteproduct-productpage-action {
        top: 0px;
        right: 10px;
    }
    #product .product-container .cdpcp-compare-btn {
        top: -4px;
        right: 50px;
    }
}

@media (max-width: 992px) {
    .gq-slider #gqSlider-ow .tns-controls {
        display: none !important;
    }
}

#blockcart-modal .modal-image-wrapper img {
    object-fit: contain;
}

.stelaz-container .stelaz-checkbox.hidden {
    display: none;
}

.podstawy-container .podstawy-checkbox.hidden {
    display: none;
}

.stelaz-container .see-more-button,
.podstawy-container .see-more-button {
    color: #019b95;
    display: block;
    cursor: pointer;
}

.stelaz-container .stelaz-checkbox {
    position: relative;
}

.stelaz-container .selected_label {
    border-radius: 8px;
    padding: 7px 16px;
    position: relative;
}

.stelaz-container input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100% !important;
    cursor: pointer;
    opacity: 0;
}

.stelaz-checkbox .selected_label::after {
    left: 50%;
    transform: translateX(-50%);
}

#product #lowest-price .price-text {
    font: normal normal 400 14px/1.2 Nunito Sans;
}

#product #lowest-price .lowest-price {
    color: #222222;
    font: normal normal 700 14px/1.2 Nunito Sans;
}

.product-miniature #lowest-price .sph-line {
    display: flex;
}

.product-miniature #lowest-price .price-text {
    font: normal normal 400 10px/1.2 Nunito Sans;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.product-miniature #lowest-price .lowest-price {
    color: #222222;
    font: normal normal 700 10px/1.2 Nunito Sans;
    flex-shrink: 0;
}

.product {
    height: unset !important;
}

label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}
.custom-checkbox:has(input[required]) label::after {
    content: " *";
    color: red;
    font-weight: bold;
    margin-left: 4px;
}
#promotion_section .block_filter_empty {
	display: none!important;
}
.cart-summary-totals.card-block .col-md-6{
	width: 100%;
	padding-left: 0px!important;
}
.cart-summary-totals.card-block .col-md-3{
	width: 100%;
	padding-left: 0px!important;
}
.cart-summary-totals.card-block .row{
	margin-left: 0px;
	margin-right: 0px;
}